@charset "UTF-8";
/* line 21, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.color-blue {
  color: #2c2f88; }

/* line 47, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.green {
  color: #7ac142; }

/* line 51, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.dark-green, .ok {
  color: #4a7627; }

/* line 55, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.blue {
  color: #2c2f88; }

/* line 59, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.light-blue {
  color: #2770a2; }

/* line 63, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.orange {
  color: #ff8400; }

/* line 67, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.yellow {
  color: #ffe000; }

/* line 71, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.dark-yellow {
  color: #e6ca00; }

/* line 75, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.red, .error, .delete {
  color: #c80000; }

/* line 79, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.primary-color {
  color: #7ac142; }

/* line 83, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.secondary-color {
  color: #2c2f88; }

/* line 87, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.gray {
  color: #666666; }

/* line 91, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.dark-gray {
  color: #444444; }

/* line 95, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.light-gray {
  color: #999999; }

/* line 99, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.very-light-gray {
  color: #ebebeb; }

/* line 103, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.text-color {
  color: #444444; }

/* line 107, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.tvgreen {
  color: #77bc1f; }

/* line 111, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_variables.scss */
.white {
  color: #fff; }

/* line 4, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box; }

/* line 9, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* line 10, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 17, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* line 22, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

/* line 27, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

/* line 33, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
/* line 95, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
/* line 122, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/* line 163, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/* line 242, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
/* line 281, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
/* line 340, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/* line 401, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
/* line 482, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/* line 567, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
/* line 640, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
/* line 713, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
/* line 786, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 859, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
/* line 902, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
/* line 945, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
/* line 978, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
/* line 1011, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
/* line 1054, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* line 1079, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1112, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1145, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1178, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1211, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1244, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1277, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1310, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1343, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* line 1368, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
/* line 1397, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
/* line 1426, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
/* line 1455, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
/* line 1484, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
/* line 1513, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
/* line 1542, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
/* line 1571, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
/* line 1600, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
/* line 1679, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
/* line 1752, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
/* line 1825, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
/* line 1870, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
/* line 1915, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
/* line 1974, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
/* line 2005, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
/* line 2048, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
/* line 2089, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
/* line 2130, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
/* line 2171, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
/* line 2212, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
/* line 2249, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
/* line 2286, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
/* line 2323, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
/* line 2360, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
/* line 2397, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
/* line 2470, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 2505, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
/* line 2536, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
/* line 2565, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
/* line 2606, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
/* line 2647, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
/* line 2688, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
/* line 2729, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
/* line 2766, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
/* line 2811, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
/* line 2848, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
/* line 2885, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
/* line 2930, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 2961, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 2992, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 3023, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 3054, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
/* line 3085, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
/* line 3116, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
/* line 3147, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
/* line 3178, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/animate.css */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 74, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
a:focus {
  outline: 0; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 94, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 108, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 125, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 142, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 152, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 161, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 181, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 197, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 205, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
sup {
  top: -0.5em; }

/* line 209, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 275, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 289, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 301, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 314, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 326, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 336, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 360, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 369, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_normalize.css */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_typekit.scss */
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading .h1, .wf-loading .h2, .wf-loading .h3, .wf-loading .h4, .wf-loading .h5, .wf-loading .h6, .wf-loading span, .wf-loading a, .wf-loading td, .wf-loading th, .wf-loading li {
  visibility: hidden; }

/* line 8, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_typekit.scss */
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p, .wf-active .h1, .wf-active .h2, .wf-active .h3, .wf-active .h4, .wf-active .h5, .wf-active .h6, .wf-active span, .wf-active a, .wf-active td, .wf-active th, .wf-active li, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4, .wf-inactive h5, .wf-inactive h6, .wf-inactive p, .wf-inactive .h1, .wf-inactive .h2, .wf-inactive .h3, .wf-inactive .h4, .wf-inactive .h5, .wf-inactive .h6, .wf-inactive span, .wf-inactive a, .wf-inactive td, .wf-inactive th, .wf-inactive li {
  visibility: visible; }

/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_lock_overlay.scss */
#LockOverlay {
  color: #777;
  text-align: center;
  position: fixed !important;
  top: 48% !important;
  z-index: 1001;
  width: 20%;
  left: 43%;
  font-weight: 300;
  font-size: 24px;
  line-height: 64px; }
  /* line 14, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_lock_overlay.scss */
  #LockOverlay i {
    vertical-align: middle; }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_alerts.scss */
.flash {
  border-radius: 4px;
  color: #444444;
  border: solid 1px #444444;
  margin: 32px 0;
  padding: 10px 8px 10px 16px; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .flash:after {
    clear: both;
    content: "";
    display: table; }
  /* line 10, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_alerts.scss */
  .flash.flash_notice {
    border: solid 1px #7ac142;
    color: #7ac142; }
  /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_alerts.scss */
  .flash.transient_flash, .flash.transient_flash_dynamic {
    opacity: 0;
    position: fixed;
    z-index: 1002;
    font-weight: 300;
    top: 24px;
    margin-top: 0;
    right: 32px;
    background: #2c2f88;
    border: none;
    color: #fff;
    font-size: 20px; }
  /* line 29, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_alerts.scss */
  .flash.transient_flash_dynamic {
    z-index: -1;
    cursor: default; }
  /* line 36, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_alerts.scss */
  .flash .flash_close {
    float: right;
    cursor: pointer;
    margin-left: 20px; }
    /* line 41, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_alerts.scss */
    .flash .flash_close a {
      color: #444444; }
  /* line 46, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_alerts.scss */
  .flash.flash_error {
    border: solid 1px #c80000;
    color: #c80000; }
  /* line 51, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_alerts.scss */
  .flash.flash_warning {
    border: solid 1px #ff8400;
    color: #ff8400; }
  /* line 56, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_alerts.scss */
  .flash.flash_info {
    border: solid 1px #2c2f88;
    color: #2c2f88; }

/* line 62, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_alerts.scss */
.errorExplanation {
  margin: 32px 0;
  padding: 10px 8px 10px 16px;
  border: solid 1px #c80000;
  border-radius: 4px;
  color: #c80000; }

/* line 70, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_alerts.scss */
.alert-box {
  background: #fff9cc;
  border-color: #ffec66;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .alert-box:after {
    clear: both;
    content: "";
    display: table; }

/* line 78, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_alerts.scss */
.old-browser-warning {
  background: #fff9cc;
  border-bottom: 1px solid #ffec66;
  line-height: 24px;
  padding: 16px 32px;
  font-weight: 300; }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy {
  font-size: 13px;
  position: absolute;
  padding: 5px;
  z-index: 100000; }

/* line 8, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 6px 8px 6px 8px;
  text-align: center;
  text-shadow: none; }

/* line 22, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000; }

/* line 32, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-arrow-n {
  border-bottom-color: #000; }

/* line 36, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-arrow-s {
  border-top-color: #000; }

/* line 40, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-arrow-e {
  border-left-color: #000; }

/* line 44, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-arrow-w {
  border-right-color: #000; }

/* line 48, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

/* line 58, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

/* line 67, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

/* line 76, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

/* line 86, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

/* line 95, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

/* line 104, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* line 114, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tipsy.scss */
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

@font-face {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  src: url(/fonts/helvetica/HelveticaNeue.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  src: url(/fonts/helvetica/HelveticaNeue.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  src: url(/fonts/helvetica/HelveticaNeue.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova";
  src: url(/fonts/proxima_nova/proxima_nova_light-webfont.woff2) format("woff2"), url(/fonts/proxima_nova/proxima_nova_light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova";
  src: url(/fonts/proxima_nova/proxima_nova_regular-webfont.woff2) format("woff2"), url(/fonts/proxima_nova/proxima_nova_regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova";
  src: url(/fonts/proxima_nova/proxima_nova_bold-webfont.woff2) format("woff2"), url(/fonts/proxima_nova/proxima_nova_bold-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "roboto";
  src: url(/fonts/roboto/roboto-light-webfont.woff2) format("woff2"), url(/fonts/roboto/roboto-light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "roboto";
  src: url(/fonts/roboto/roboto-regular-webfont.woff2) format("woff2"), url(/fonts/roboto/roboto-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "roboto";
  src: url(/fonts/roboto/roboto-bold-webfont.woff2) format("woff2"), url(/fonts/roboto/roboto-bold-webfont.woff) format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "roboto_slab";
  src: url(/fonts/roboto_slab/robotoslab-light-webfont.woff2) format("woff2"), url(/fonts/roboto_slab/robotoslab-light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "roboto_slab";
  src: url(/fonts/roboto_slab/robotoslab-regular-webfont.woff2) format("woff2"), url(/fonts/roboto_slab/robotoslab-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "roboto_slab";
  src: url(/fonts/roboto_slab/robotoslab-bold-webfont.woff2) format("woff2"), url(/fonts/roboto_slab/robotoslab-bold-webfont.woff) format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "sourcesans-pro";
  src: url(/fonts/sourcesans_pro/sourcesanspro-extralight-webfont.woff2) format("woff2"), url(/fonts/sourcesans_pro/sourcesanspro-extralight-webfont.woff) format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "sourcesans-pro";
  src: url(/fonts/sourcesans_pro/sourcesanspro-light-webfont.woff2) format("woff2"), url(/fonts/sourcesans_pro/sourcesanspro-light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "sourcesans-pro";
  src: url(/fonts/sourcesans_pro/sourcesanspro-regular-webfont.woff2) format("woff2"), url(/fonts/sourcesans_pro/sourcesanspro-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "sourcesans-pro";
  src: url(/fonts/sourcesans_pro/sourcesanspro-bold-webfont.woff2) format("woff2"), url(/fonts/sourcesans_pro/sourcesanspro-bold-webfont.woff) format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "lato";
  src: url(/fonts/lato/lato-light-webfont.woff2) format("woff2"), url(/fonts/lato/lato-light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "lato";
  src: url(/fonts/lato/lato-regular-webfont.woff2) format("woff2"), url(/fonts/lato/lato-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "lato";
  src: url(/fonts/lato/lato-bold-webfont.woff2) format("woff2"), url(/fonts/lato/lato-bold-webfont.woff) format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "dosis";
  src: url(/fonts/dosis/dosis-light-webfont.woff2) format("woff2"), url(/fonts/dosis/dosis-light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "dosis";
  src: url(/fonts/dosis/dosis-regular-webfont.woff2) format("woff2"), url(/fonts/dosis/dosis-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "dosis";
  src: url(/fonts/dosis/dosis-bold-webfont.woff2) format("woff2"), url(/fonts/dosis/dosis-bold-webfont.woff) format("woff");
  font-weight: bold;
  font-style: normal; }
/* line 5, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_base.scss */
.tv-asset {
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
  line-height: 140%; }
  /* line 11, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_base.scss */
  .tv-asset .tv-asset-body {
    position: relative;
    max-width: 800px; }
  /* line 16, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_base.scss */
  .tv-asset *, .tv-asset h1, .tv-asset h2, .tv-asset h3, .tv-asset h4, .tv-asset h5, .tv-asset h6, .tv-asset p, .tv-asset blockquote, .tv-asset li {
    box-sizing: border-box;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    line-height: 140%; }
  /* line 24, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_base.scss */
  .tv-asset h1, .tv-asset h2, .tv-asset h3, .tv-asset h4, .tv-asset h5, .tv-asset h6, .tv-asset blockquote, .tv-asset li {
    margin: 16px 0 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    color: #5c5c5c; }
    /* line 31, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_base.scss */
    .tv-asset h1:first-child, .tv-asset h2:first-child, .tv-asset h3:first-child, .tv-asset h4:first-child, .tv-asset h5:first-child, .tv-asset h6:first-child, .tv-asset blockquote:first-child, .tv-asset li:first-child {
      margin-top: 0; }
  /* line 36, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_base.scss */
  .tv-asset p {
    margin: 16px 0 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    color: #5c5c5c; }
  /* line 44, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_base.scss */
  .tv-asset td, .tv-asset th {
    padding: 0;
    font-size: 18px;
    color: #5c5c5c;
    font-weight: normal; }
  /* line 51, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_base.scss */
  .tv-asset .fa {
    font-family: FontAwesome !important; }

/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_header.scss */
.tv-asset .asset-actions {
  position: absolute;
  z-index: 0;
  top: 16px;
  right: 16px;
  width: 160px;
  height: 24px;
  font-size: 14px;
  text-align: right; }
  /* line 12, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_header.scss */
  .tv-asset .asset-actions a {
    display: inline-block;
    margin-left: 9px;
    color: #999; }
/* line 19, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_header.scss */
.tv-asset .research-asset-header {
  position: relative;
  width: 280px;
  height: 56px;
  margin: 0;
  padding: 0; }
  /* line 26, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_header.scss */
  .tv-asset .research-asset-header .research-banner {
    position: absolute;
    left: 48px;
    top: 0;
    width: 280px;
    height: 56px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #2C2F89 url(/assets/tv_assets/research-polygons-e878f9060aece576aa96701c0a67eb90e91928efc422be100860939c0db130c4.png) no-repeat left top;
    background-size: 100%; }
    /* line 37, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_header.scss */
    .tv-asset .research-asset-header .research-banner a {
      display: block;
      width: 280px;
      height: 56px;
      padding: 13px 0 0 16px; }
    /* line 44, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_header.scss */
    .tv-asset .research-asset-header .research-banner img {
      width: 248px;
      height: 28px; }

/* line 6, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
.tv-asset .asset-footer {
  border-top: solid 1px #ddd;
  padding: 16px 0;
  margin: 0 48px;
  font-size: 14px;
  color: #999;
  font-weight: 400;
  position: relative; }
  /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
  .tv-asset .asset-footer .source-and-meta {
    width: 440px; }
  /* line 19, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
  .tv-asset .asset-footer .source-data, .tv-asset .asset-footer .tvid, .tv-asset .asset-footer .published-at {
    color: #5c5c5c; }
  /* line 23, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
  .tv-asset .asset-footer .asset-metadata {
    margin-top: 16px;
    font-size: 11px; }
  /* line 28, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
  .tv-asset .asset-footer .asset-footnote {
    margin-top: 16px; }
    /* line 31, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
    .tv-asset .asset-footer .asset-footnote p {
      font-size: 11px;
      color: #999; }
  /* line 37, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
  .tv-asset .asset-footer .validated-badge {
    display: inline-block;
    border-radius: 16px;
    color: #fff;
    padding: 2px 8px 2px 4px;
    background: #79C34E; }
  /* line 46, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
  .tv-asset .asset-footer .tvid a {
    color: #5c5c5c; }
  /* line 51, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
  .tv-asset .asset-footer .customer-asset-logos {
    width: 256px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0; }
    /* line 58, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
    .tv-asset .asset-footer .customer-asset-logos .vendor-logo {
      position: absolute;
      top: 16px;
      right: 112px;
      width: 134px;
      height: 48px;
      padding-right: 13px;
      line-height: 48px;
      text-align: right;
      border-right: solid 1px #ddd; }
      /* line 69, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
      .tv-asset .asset-footer .customer-asset-logos .vendor-logo img {
        max-width: 120px;
        max-height: 48px;
        vertical-align: middle; }
    /* line 76, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
    .tv-asset .asset-footer .customer-asset-logos .techvalidate-logo {
      position: absolute;
      right: 0;
      top: 24px;
      width: 101px;
      height: 32px;
      line-height: 32px; }
      /* line 84, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
      .tv-asset .asset-footer .customer-asset-logos .techvalidate-logo img {
        width: 101px;
        height: 20px;
        vertical-align: middle; }
  /* line 92, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
  .tv-asset .asset-footer .research-asset-logos {
    width: 256px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 16px; }
    /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
    .tv-asset .asset-footer .research-asset-logos:after {
      clear: both;
      content: "";
      display: table; }
    /* line 101, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
    .tv-asset .asset-footer .research-asset-logos .vendor-logo {
      float: right;
      right: 112px;
      height: 48px;
      padding-left: 13px;
      line-height: 48px;
      border-left: solid 1px #ddd;
      margin-left: 12px; }
      /* line 110, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
      .tv-asset .asset-footer .research-asset-logos .vendor-logo img {
        max-width: 120px;
        max-height: 48px;
        vertical-align: middle; }
    /* line 117, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_footer.scss */
    .tv-asset .asset-footer .research-asset-logos .commissioned-by {
      width: 96px;
      float: right;
      font-size: 11px;
      color: #999;
      text-align: right;
      margin-top: 9px; }

/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_content.scss */
.tv-asset .asset-content {
  padding: 40px 48px 40px 48px; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .tv-asset .asset-content:after {
    clear: both;
    content: "";
    display: table; }
  /* line 7, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_content.scss */
  .tv-asset .asset-content .asset-heading {
    margin: 0 0 24px 0;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    text-transform: uppercase; }
  /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_content.scss */
  .tv-asset .asset-content .asset-title {
    margin: 0 0 24px 0;
    font-size: 30px;
    font-weight: 600; }
  /* line 21, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_content.scss */
  .tv-asset .asset-content .asset-heading + .asset-title {
    margin-top: -20px; }
  /* line 25, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_content.scss */
  .tv-asset .asset-content ul {
    padding-left: 32px; }
    /* line 28, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_content.scss */
    .tv-asset .asset-content ul li {
      list-style-type: square;
      margin: 12px 0; }
  /* line 34, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_content.scss */
  .tv-asset .asset-content ol {
    padding-left: 32px; }
    /* line 37, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_content.scss */
    .tv-asset .asset-content ol li {
      list-style-type: decimal;
      margin: 12px 0; }
  /* line 44, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_content.scss */
  .tv-asset .asset-content .giant-asset-text p, .tv-asset .asset-content .giant-asset-text li {
    font-size: 30px; }
  /* line 50, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_content.scss */
  .tv-asset .asset-content .big-asset-text p, .tv-asset .asset-content .big-asset-text li {
    font-size: 24px; }
  /* line 56, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_content.scss */
  .tv-asset .asset-content .normal-asset-text p, .tv-asset .asset-content .normal-asset-text li {
    font-size: 20px; }

/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_ribbon.scss */
.tv-asset .corner-ribbon-container {
  z-index: 1;
  position: absolute;
  width: 100%;
  width: 212px;
  height: 212px;
  top: 0;
  right: 0;
  overflow: hidden; }
/* line 13, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_ribbon.scss */
.tv-asset .corner-ribbon {
  width: 300px;
  position: absolute;
  text-align: center;
  line-height: 50px;
  color: #fff;
  transform: rotate(-45deg);
  opacity: 0.75;
  top: 63px;
  right: -63px;
  transform: rotate(45deg);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background: #444; }
  /* line 27, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_ribbon.scss */
  .tv-asset .corner-ribbon.invalidated-ribbon {
    background: #c00; }
  /* line 31, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_ribbon.scss */
  .tv-asset .corner-ribbon.awaiting-ribbon {
    background: #F5A623; }
  /* line 35, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_ribbon.scss */
  .tv-asset .corner-ribbon.sandboxed-ribbon {
    background: #4C83C7; }
  /* line 39, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_ribbon.scss */
  .tv-asset .corner-ribbon.preview-ribbon {
    background: #97c08a;
    opacity: 0.5; }

/* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_fact.scss */
.tv-asset .techfact-content p, .tv-asset .techfact-content li {
  font-weight: 300; }

/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_flair.scss */
.tv-asset .techfact-with-flair {
  display: table-row;
  width: 100%; }
  /* line 6, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_flair.scss */
  .tv-asset .techfact-with-flair .main-column {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    min-height: 300px; }
  /* line 13, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_flair.scss */
  .tv-asset .techfact-with-flair .flair-column {
    display: table-cell;
    vertical-align: middle;
    padding-left: 24px;
    width: 204px; }
/* line 21, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_flair.scss */
.tv-asset .hidden {
  display: none !important; }
/* line 25, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_flair.scss */
.tv-asset .flair-container {
  position: relative;
  width: 180px;
  height: 180px;
  color: #79C34E; }
/* line 32, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_flair.scss */
.tv-asset .pie-flair-chart {
  border-radius: 50%;
  width: 180px;
  height: 180px; }
/* line 38, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_flair.scss */
.tv-asset .pie-flair-donut-center {
  position: absolute;
  width: 160px;
  height: 160px;
  line-height: 160px;
  right: 10px;
  top: 10px;
  background: #fff;
  text-align: center;
  font-size: 64px;
  border-radius: 50%;
  border: solid 1px #fff;
  color: #5c5c5c; }
  /* line 52, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_flair.scss */
  .tv-asset .pie-flair-donut-center span {
    font-size: 36px; }
/* line 57, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_flair.scss */
.tv-asset .svg-flair-icon {
  width: 180px;
  height: 180px;
  text-align: right; }
  /* line 62, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_flair.scss */
  .tv-asset .svg-flair-icon svg {
    width: 180px;
    height: 180px; }

/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
.tv-asset .quote-container {
  margin: 40px 40px 0 40px; }
/* line 6, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
.tv-asset .quote {
  position: relative;
  margin-top: 16px; }
  /* line 10, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
  .tv-asset .quote p, .tv-asset .quote li {
    font-weight: 300;
    font-size: 30px; }
  /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
  .tv-asset .quote.giant-quote p {
    font-size: 36px; }
  /* line 19, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
  .tv-asset .quote.giant-quote li {
    font-size: 36px; }
  /* line 23, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
  .tv-asset .quote.big-quote p {
    font-size: 33px; }
  /* line 27, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
  .tv-asset .quote.big-quote li {
    font-size: 33px; }
  /* line 31, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
  .tv-asset .quote.small-quote p {
    font-size: 24px; }
  /* line 35, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
  .tv-asset .quote.small-quote li {
    font-size: 24px; }
  /* line 39, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
  .tv-asset .quote p:first-child {
    text-indent: 32px; }
  /* line 43, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
  .tv-asset .quote ul {
    margin-left: 32px; }
  /* line 47, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
  .tv-asset .quote:before {
    content: "“";
    font-size: 128px;
    color: rgba(0, 0, 0, 0.05);
    font-weight: bold;
    position: absolute;
    margin-left: -32px;
    top: 40px;
    line-height: 1px;
    width: 1px;
    height: 1px; }
/* line 61, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
.tv-asset .quote.small-quote:before {
  top: 27px; }
/* line 65, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
.tv-asset p.quote-source {
  position: relative;
  margin-left: 64px;
  font-size: 20px;
  line-height: 28px;
  color: #444;
  font-weight: 500; }
  /* line 73, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_quote.scss */
  .tv-asset p.quote-source .dash {
    position: absolute;
    margin-left: -32px;
    font-size: 28px;
    line-height: 28px; }

/* line 5, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
.tv-asset .star-rating-container {
  position: relative;
  width: 120px;
  height: 24px;
  margin: 0;
  padding: 0; }
  /* line 12, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
  .tv-asset .star-rating-container .foreground-star-clipper {
    width: 120px;
    height: 24px;
    position: absolute;
    z-index: 1;
    overflow: hidden; }
  /* line 20, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
  .tv-asset .star-rating-container .foreground-stars {
    width: 120px;
    height: 24px;
    position: absolute; }
  /* line 26, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
  .tv-asset .star-rating-container .background-stars {
    width: 120px;
    height: 24px;
    position: absolute;
    z-index: 0; }
  /* line 33, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
  .tv-asset .star-rating-container .asset-star {
    float: left;
    width: 24px;
    height: 24px; }
/* line 42, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
.tv-asset .review-content {
  width: 100%; }
  /* line 45, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
  .tv-asset .review-content h3 {
    margin-top: 40px;
    margin-bottom: 8px;
    font-size: 20px;
    color: #444;
    font-weight: 500; }
  /* line 53, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
  .tv-asset .review-content p.star-text {
    font-weight: 300;
    font-size: 32px;
    color: #79C34E;
    text-align: center;
    margin-top: -36px; }
  /* line 62, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
  .tv-asset .review-content .star-rating-pill {
    width: 448px;
    height: 96px;
    margin: 64px auto 48px auto;
    padding: 8px 24px;
    border-radius: 80px;
    box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.3); }
  /* line 71, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
  .tv-asset .review-content .star-rating-container {
    width: 400px;
    height: 80px; }
    /* line 75, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
    .tv-asset .review-content .star-rating-container .foreground-star-clipper {
      width: 400px;
      height: 80px; }
    /* line 80, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
    .tv-asset .review-content .star-rating-container .foreground-stars {
      width: 400px;
      height: 80px; }
    /* line 85, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
    .tv-asset .review-content .star-rating-container .background-stars {
      width: 400px;
      height: 80px; }
    /* line 90, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_review.scss */
    .tv-asset .review-content .star-rating-container .asset-star {
      width: 80px;
      height: 80px; }

/* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
.tv-asset .chart-content .chart-text {
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 24px;
  color: #5c5c5c; }
  /* line 9, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content .chart-text p {
    font-weight: 300;
    font-size: 24px; }
/* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
.tv-asset .chart-content .asset-title + .chart-text {
  margin-top: -16px; }
/* line 19, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
.tv-asset .chart-content .chart-pivot {
  color: #2C2F89;
  text-align: center;
  font-weight: bold;
  font-size: 20px; }
/* line 26, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
.tv-asset .chart-content table.asset-bar-chart {
  border-collapse: collapse;
  width: 100%; }
  /* line 30, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bar-chart tr, .tv-asset .chart-content table.asset-bar-chart td {
    border: none; }
  /* line 34, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bar-chart td.bar-label {
    width: 40%;
    vertical-align: middle;
    text-align: right;
    padding: 12px 16px 12px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border-right: solid 1px #ccc;
    color: #444; }
  /* line 46, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bar-chart td.bar-container {
    width: 60%;
    vertical-align: middle;
    padding: 12px 0;
    height: 24px; }
    /* line 52, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
    .tv-asset .chart-content table.asset-bar-chart td.bar-container .bar {
      float: left;
      height: 24px;
      line-height: 24px;
      background-color: #79C34E;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); }
    /* line 62, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
    .tv-asset .chart-content table.asset-bar-chart td.bar-container .bar-value {
      position: relative;
      float: left;
      height: 24px;
      line-height: 24px; }
      /* line 68, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
      .tv-asset .chart-content table.asset-bar-chart td.bar-container .bar-value .inner {
        position: absolute;
        pointer-events: none;
        height: 24px;
        line-height: 24px;
        margin-left: 8px;
        font-size: 20px;
        font-weight: 400;
        color: #79C34E;
        white-space: nowrap; }
  /* line 83, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bar-chart.asset-matrix-chart td.bar-container {
    padding-right: 0; }
  /* line 90, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bar-chart tr.highlighted td.bar-container .bar {
    background: #2C2F89; }
  /* line 94, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bar-chart tr.highlighted td.bar-container .bar-value .inner {
    color: #2C2F89; }
  /* line 100, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bar-chart .asset-matrix-bar {
    height: 25px; }
    /* line 103, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
    .tv-asset .chart-content table.asset-bar-chart .asset-matrix-bar .matrix-bar-level {
      height: 25px;
      float: left; }
/* line 110, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
.tv-asset .chart-content .asset-pie-chart {
  display: table;
  table-layout: fixed;
  width: 100%; }
  /* line 115, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content .asset-pie-chart .pie-chart-container {
    position: relative;
    display: table-cell;
    width: 50%;
    height: 310px;
    vertical-align: middle; }
  /* line 123, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content .asset-pie-chart .pie-chart {
    position: relative;
    z-index: 0;
    width: 310px;
    height: 310px; }
  /* line 131, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content .asset-pie-chart .donut-chart:before {
    content: " ";
    position: absolute;
    z-index: 1;
    width: 180px;
    height: 180px;
    left: 65px;
    top: 65px;
    background: #fff;
    border-radius: 50%;
    border: solid 1px #fff; }
  /* line 145, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content .asset-pie-chart .pie-legend-container {
    display: table-cell;
    vertical-align: middle;
    width: 50%; }
  /* line 151, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content .asset-pie-chart .pie-legend-row {
    padding: 8px 0; }
    /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
    .tv-asset .chart-content .asset-pie-chart .pie-legend-row:after {
      clear: both;
      content: "";
      display: table; }
  /* line 157, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content .asset-pie-chart .pie-legend-color {
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    margin-top: 3px; }
  /* line 165, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content .asset-pie-chart .pie-legend-label {
    margin-left: 28px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #444; }
/* line 174, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
.tv-asset .chart-content p.matrix-legend {
  margin-top: -8px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px; }
  /* line 181, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content p.matrix-legend span.legend-item {
    word-wrap: normal;
    display: inline-block;
    white-space: nowrap;
    zoom: 1;
    margin-right: 16px; }
    /* line 188, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
    .tv-asset .chart-content p.matrix-legend span.legend-item img {
      display: inline-block; }
/* line 194, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
.tv-asset .chart-content .matrix-legend-color {
  vertical-align: baseline;
  border-radius: 2px;
  width: 13px; }
/* line 200, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
.tv-asset .chart-content table.asset-bubble-matrix-chart {
  width: 100%; }
  /* line 203, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bubble-matrix-chart td, .tv-asset .chart-content table.asset-bubble-matrix-chart th {
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd; }
  /* line 208, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bubble-matrix-chart td:last-child, .tv-asset .chart-content table.asset-bubble-matrix-chart th:last-child {
    border-right: none; }
  /* line 212, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bubble-matrix-chart tr:last-child td {
    border-bottom: none; }
  /* line 216, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bubble-matrix-chart th {
    padding: 8px;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    color: #5c5c5c;
    vertical-align: bottom; }
  /* line 225, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bubble-matrix-chart td.bar-label {
    font-size: 14px;
    width: 120px;
    vertical-align: middle; }
  /* line 231, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bubble-matrix-chart td.data-cell {
    vertical-align: middle;
    text-align: center;
    padding: 8px; }
  /* line 237, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bubble-matrix-chart .bubble-container {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 64px; }
  /* line 244, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bubble-matrix-chart .bubble {
    position: absolute;
    border-radius: 50%; }
  /* line 249, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart.scss */
  .tv-asset .chart-content table.asset-bubble-matrix-chart .data-value {
    margin-top: -4px;
    font-size: 14px;
    color: #999;
    text-align: center; }

/* line 5, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart_tooltip.scss */
#chart-tip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  background: white;
  padding: 2px 4px 2px 4px;
  pointer-events: none;
  position: absolute;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  font-weight: normal; }
  /* line 18, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_chart_tooltip.scss */
  #chart-tip .value {
    font-weight: bold; }

/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
.tv-asset.tv-case-study .asset-content {
  padding: 0; }
  /* line 5, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content .case-study-vendor-logo {
    position: absolute;
    width: 180px;
    height: 64px;
    right: 64px;
    top: 40px;
    line-height: 64px;
    text-align: right; }
    /* line 14, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
    .tv-asset.tv-case-study .asset-content .case-study-vendor-logo img {
      max-width: 180px;
      max-height: 64px;
      vertical-align: middle; }
  /* line 21, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content .case-study-header {
    padding: 128px 64px 0 64px; }
  /* line 25, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content p, .tv-asset.tv-case-study .asset-content blockquote, .tv-asset.tv-case-study .asset-content li {
    font-size: 14px; }
  /* line 29, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content .case-study-actions {
    padding-top: 50px;
    padding-left: 24px; }
    /* line 33, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
    .tv-asset.tv-case-study .asset-content .case-study-actions p {
      margin: 8px 0; }
    /* line 37, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
    .tv-asset.tv-case-study .asset-content .case-study-actions a {
      color: #999; }
  /* line 42, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content .case-study-columns {
    position: relative;
    overflow: hidden;
    padding: 40px 0; }
    /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
    .tv-asset.tv-case-study .asset-content .case-study-columns:after {
      clear: both;
      content: "";
      display: table; }
  /* line 50, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content .case-study-columns + .case-study-columns {
    padding-top: 0; }
  /* line 54, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content .main-column {
    float: left;
    width: 69%;
    padding-left: 64px; }
  /* line 60, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content .sidebar-column {
    float: right;
    width: 28%; }
  /* line 65, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content .sidebar-block {
    padding: 24px;
    background: #f2f2f2;
    margin-top: 40px; }
    /* line 70, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
    .tv-asset.tv-case-study .asset-content .sidebar-block h4 {
      font-size: 16px; }
    /* line 74, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
    .tv-asset.tv-case-study .asset-content .sidebar-block a {
      border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
  /* line 79, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content .case-study-section {
    margin-top: 40px; }
    /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
    .tv-asset.tv-case-study .asset-content .case-study-section:after {
      clear: both;
      content: "";
      display: table; }
    /* line 84, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
    .tv-asset.tv-case-study .asset-content .case-study-section:first-child {
      margin-top: 0; }
  /* line 89, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content h3.section-title {
    font-weight: 300;
    font-size: 24px;
    color: #79C34E;
    text-transform: none;
    padding-bottom: 8px;
    border-bottom: solid 1px #ddd;
    height: 40px; }
  /* line 99, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content ul, .tv-asset.tv-case-study .asset-content ol {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 24px; }
    /* line 104, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
    .tv-asset.tv-case-study .asset-content ul li, .tv-asset.tv-case-study .asset-content ol li {
      font-size: 14px;
      line-height: 18px;
      margin-top: 8px;
      margin-bottom: 8px; }
  /* line 113, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content ul li {
    list-style-type: none; }
    /* line 116, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
    .tv-asset.tv-case-study .asset-content ul li:before {
      content: "■";
      position: absolute;
      margin-left: -24px;
      margin-top: -1px;
      font-size: 13px;
      color: #999; }
  /* line 128, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content ol li {
    list-style-type: decimal; }
  /* line 133, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
  .tv-asset.tv-case-study .asset-content .testimonials-section {
    padding: 40px 64px;
    margin: 16px 0;
    background: #2C2F89; }
    /* line 138, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
    .tv-asset.tv-case-study .asset-content .testimonials-section .quote {
      margin-top: 0;
      position: relative; }
      /* line 142, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
      .tv-asset.tv-case-study .asset-content .testimonials-section .quote:before {
        color: rgba(255, 255, 255, 0.15);
        top: 38px;
        margin-left: -38px;
        font-size: 176px; }
      /* line 149, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
      .tv-asset.tv-case-study .asset-content .testimonials-section .quote p:first-child {
        text-indent: 0; }
    /* line 154, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_case_study.scss */
    .tv-asset.tv-case-study .asset-content .testimonials-section p {
      color: white !important;
      font-size: 24px;
      font-weight: 300; }

/* line 10, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_scaling.scss */
.tv-asset.scaled-tv-asset.scale-to-720px {
  width: 720px; }
  /* line 13, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_scaling.scss */
  .tv-asset.scaled-tv-asset.scale-to-720px .tv-asset-body {
    width: 800px;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
/* line 24, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_scaling.scss */
.tv-asset.scaled-tv-asset.scale-to-600px {
  width: 600px; }
  /* line 27, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_scaling.scss */
  .tv-asset.scaled-tv-asset.scale-to-600px .tv-asset-body {
    width: 800px;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }

/* line 9, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-helvetica-thin-title-font .tv-asset-body .asset-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

/* line 18, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-helvetica-medium-title-font .tv-asset-body .asset-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

/* line 27, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-helvetica-bold-title-font .tv-asset-body .asset-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

/* line 38, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-proxima-nova-thin-title-font .tv-asset-body .asset-title {
  font-family: "proxima_nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

/* line 47, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-proxima-nova-medium-title-font .tv-asset-body .asset-title {
  font-family: "proxima_nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

/* line 56, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-proxima-nova-bold-title-font .tv-asset-body .asset-title {
  font-family: "proxima_nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

/* line 67, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-roboto-thin-title-font .tv-asset-body .asset-title {
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

/* line 76, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-roboto-medium-title-font .tv-asset-body .asset-title {
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

/* line 85, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-roboto-bold-title-font .tv-asset-body .asset-title {
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

/* line 96, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-roboto-slab-thin-title-font .tv-asset-body .asset-title {
  font-family: "roboto_slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

/* line 105, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-roboto-slab-medium-title-font .tv-asset-body .asset-title {
  font-family: "roboto_slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

/* line 114, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-roboto-slab-bold-title-font .tv-asset-body .asset-title {
  font-family: "roboto_slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

/* line 125, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-lato-thin-title-font .tv-asset-body .asset-title {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

/* line 134, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-lato-medium-title-font .tv-asset-body .asset-title {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

/* line 143, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-lato-bold-title-font .tv-asset-body .asset-title {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

/* line 154, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-dosis-thin-title-font .tv-asset-body .asset-title {
  font-family: "dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

/* line 163, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-dosis-medium-title-font .tv-asset-body .asset-title {
  font-family: "dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

/* line 172, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-dosis-bold-title-font .tv-asset-body .asset-title {
  font-family: "dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

/* line 183, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-source-sans-thin-title-font .tv-asset-body .asset-title {
  font-family: "sourcesans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

/* line 192, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-source-sans-medium-title-font .tv-asset-body .asset-title {
  font-family: "sourcesans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

/* line 201, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-source-sans-bold-title-font .tv-asset-body .asset-title {
  font-family: "sourcesans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

/* line 214, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-helvetica-body-font .tv-asset-body * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 222, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-proxima-nova-body-font .tv-asset-body * {
  font-family: "proxima_nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* line 227, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-proxima-nova-body-font .quote:before {
  font-size: 136px;
  top: 48px; }
/* line 232, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-proxima-nova-body-font .quote.small-quote:before {
  top: 36px; }

/* line 239, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-roboto-body-font .tv-asset-body * {
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* line 244, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-roboto-body-font .quote:before {
  margin-left: -24px;
  font-size: 136px;
  top: 53px; }
/* line 250, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-roboto-body-font .quote.small-quote:before {
  top: 40px; }

/* line 257, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-roboto-slab-body-font .tv-asset-body * {
  font-family: "roboto_slab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* line 262, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-roboto-slab-body-font .quote:before {
  margin-left: -24px;
  font-size: 136px;
  top: 53px; }
/* line 268, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-roboto-slab-body-font .quote.small-quote:before {
  top: 40px; }

/* line 275, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-lato-body-font .tv-asset-body * {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* line 280, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-lato-body-font .quote:before {
  margin-left: -24px;
  font-size: 136px;
  top: 48px; }
/* line 286, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-lato-body-font .quote.small-quote:before {
  top: 36px; }

/* line 293, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-dosis-body-font .tv-asset-body * {
  font-family: "dosis", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* line 298, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-dosis-body-font .quote:before {
  font-size: 136px;
  top: 50px; }
/* line 303, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-dosis-body-font .quote.small-quote:before {
  top: 44px; }

/* line 310, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-source-sans-body-font .tv-asset-body * {
  font-family: "sourcesans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* line 315, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-source-sans-body-font .quote:before {
  font-size: 110px; }

/* line 325, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-none-border .tv-asset-body {
  border: none; }

/* line 331, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-hairline-border .tv-asset-body {
  border-style: solid;
  border-width: 1px; }

/* line 338, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-thin-border .tv-asset-body {
  border-style: solid;
  border-width: 2px; }

/* line 345, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-medium-border .tv-asset-body {
  border-style: solid;
  border-width: 4px; }

/* line 352, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-thick-border .tv-asset-body {
  border-style: solid;
  border-width: 8px; }

/* line 363, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-square-corners .tv-asset-body {
  border-radius: 0; }

/* line 369, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-small-corners .tv-asset-body {
  border-radius: 2px; }

/* line 375, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-medium-corners .tv-asset-body {
  border-radius: 4px; }

/* line 381, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-default-corners .tv-asset-body {
  border-radius: 8px; }

/* line 387, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-large-corners .tv-asset-body {
  border-radius: 16px; }

/* line 393, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-extra-large-corners .tv-asset-body {
  border-radius: 24px; }

/* line 403, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-white-background .tv-asset-body {
  background-color: #fff; }

/* line 409, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-light-gray-background .tv-asset-body {
  background-color: #f2f2f2; }
/* line 413, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-light-gray-background .pie-flair-donut-center {
  background: #f2f2f2; }
/* line 419, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-light-gray-background .chart-content .asset-pie-chart .donut-center {
  background: #f2f2f2; }

/* line 427, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-gray-gradient-1-background .tv-asset-body {
  background-color: #f2f2f2; }
/* line 432, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-gray-gradient-1-background .pie-flair-donut-center {
  background: #f2f2f2; }
/* line 438, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-gray-gradient-1-background .chart-content .asset-pie-chart .donut-center {
  background: #f6f6f6; }

/* line 446, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-gray-gradient-2-background .tv-asset-body {
  background-color: #f2f2f2; }
/* line 451, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-gray-gradient-2-background .pie-flair-donut-center {
  background: #f2f2f2; }
/* line 457, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-gray-gradient-2-background .chart-content .asset-pie-chart .donut-center {
  background: #f6f6f6; }

/* line 465, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-gray-gradient-3-background .tv-asset-body {
  background-color: #f2f2f2; }
/* line 470, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-gray-gradient-3-background .pie-flair-donut-center {
  background: #f9f9f9; }
/* line 476, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-gray-gradient-3-background .chart-content .asset-pie-chart .donut-center {
  background: #f2f2f2; }

/* line 488, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-none-shadow .tv-asset-body {
  box-shadow: none; }

/* line 494, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-thin-and-light-shadow .tv-asset-body {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }

/* line 500, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-thin-and-dark-shadow .tv-asset-body {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }

/* line 506, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-medium-and-light-shadow .tv-asset-body {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/* line 512, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-medium-and-dark-shadow .tv-asset-body {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

/* line 518, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-thick-and-light-shadow .tv-asset-body {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); }

/* line 524, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_styles.scss */
.tv-asset-style-thick-and-dark-shadow .tv-asset-body {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5); }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_containers.scss */
.centered-asset-container-800 {
  margin: 32px auto;
  width: 800px; }

/* line 6, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_containers.scss */
.centered-asset-container-720 {
  margin: 32px auto;
  width: 720px; }

/* line 11, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/tv_asset/_containers.scss */
.centered-asset-container-600 {
  margin: 32px auto;
  width: 600px; }

/* line 2, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/animation.css */
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }

/* line 12, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/animation.css */
.cc-window.cc-invisible {
  opacity: 0; }

/* only animate ifhas class 'cc-animate' */
/* line 17, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/animation.css */
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease; }

/* line 24, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/animation.css */
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

/* line 27, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/animation.css */
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

/* line 30, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/animation.css */
.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0); }

/* line 33, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/animation.css */
.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0); }

/* line 36, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/animation.css */
.cc-revoke:hover {
  transform: translateY(0); }

/* line 40, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/animation.css */
.cc-grower {
  /* Initially we don't want any height, and we want the contents to be hidden */
  max-height: 0;
  overflow: hidden;
  /* Set our transitions up. */
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s; }

/* the popup window */
/* line 3, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-window, .cc-revoke {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  /* exclude padding when dealing with width */
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  /* by setting the base font here, we can size the rest of the popup using CSS `em` */
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  /* the following are random unjustified styles - just because - should probably be removed */
  z-index: 9999; }

/* line 19, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-window.cc-static {
  position: static; }

/* 2 basic types of window - floating / banner */
/* line 24, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  /* 1em == 16px therefore 24em == 384px */
  flex-direction: column; }

/* line 29, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row; }

/* line 35, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-revoke {
  padding: .5em; }

/* line 38, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-revoke:hover {
  text-decoration: underline; }

/* line 42, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-header {
  font-size: 18px;
  font-weight: bold; }

/* clickable things */
/* line 48, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-btn, .cc-link, .cc-close, .cc-revoke {
  cursor: pointer; }

/* line 52, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline; }

/* line 58, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-link:hover {
  opacity: 1; }

/* line 61, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-link:active, .cc-link:visited {
  color: initial; }

/* line 66, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: 0.9em;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

/* line 77, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-banner .cc-btn:last-child {
  min-width: 140px; }

/* line 81, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

/* line 86, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-highlight .cc-btn:first-child:hover,
.cc-highlight .cc-btn:first-child:focus {
  background-color: transparent;
  text-decoration: underline; }

/* line 93, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */
  /*  - we want it to be a square, because it's acting as an icon */
  /*  - setting the line height normalises the height */
  line-height: .75; }

/* line 106, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/base.css */
.cc-close:hover,
.cc-close:focus {
  opacity: 1; }

/* This file should contain CSS that modifies the popup layout. */
/* By layout, we mean the physical position of the elements on the popup window, and the margin / padding around those elements. */
/* line 5, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

/* line 6, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

/* line 7, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

/* line 8, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

/**************************************** FLOATING ****************************************/
/* these classes position the floating element */
/* line 13, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-top {
  top: 1em; }

/* line 13, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-left {
  left: 1em; }

/* line 13, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-right {
  right: 1em; }

/* line 13, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-bottom {
  bottom: 1em; }

/* links that are direct decendants should be displayed as block */
/* line 17, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-floating > .cc-link {
  margin-bottom: 1em; }

/* line 21, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

/* line 27, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto; }

/**************************************** BANNER ****************************************/
/* line 33, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-window.cc-banner {
  align-items: center; }

/* line 37, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

/* line 40, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

/* line 44, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-banner .cc-message {
  flex: 1; }

/* COMPLIANCE BOX */
/* line 50, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between; }

/* line 55, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-compliance > .cc-btn {
  flex: 1; }

/* line 59, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/layout.css */
.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  /* line 3, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/media.css */
  .cc-window, .cc-revoke {
    display: none; } }
@media screen and (max-width: 900px) {
  /* line 9, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/media.css */
  .cc-btn {
    white-space: normal; } }
/* dimensions for 'iPhone6 Plus' and lower */
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  /* line 15, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/media.css */
  .cc-window.cc-top {
    top: 0; }

  /* line 16, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/media.css */
  .cc-window.cc-bottom {
    bottom: 0; }

  /* line 17, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/media.css */
  .cc-window.cc-banner, .cc-window.cc-right, .cc-window.cc-left {
    left: 0;
    right: 0; }

  /* line 19, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/media.css */
  .cc-window.cc-banner {
    flex-direction: column; }

  /* line 20, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/media.css */
  .cc-window.cc-banner .cc-compliance {
    flex: 1; }

  /* line 21, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/media.css */
  .cc-window.cc-floating {
    max-width: none; }

  /* line 22, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/media.css */
  .cc-window .cc-message {
    margin-bottom: 1em; }

  /* line 23, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/media.css */
  .cc-window.cc-banner {
    align-items: unset; } }
/* iPhone 6 */
/* iPhone 6 plus */
/* iPhone 5 & 5S */
/* iPhone 2G - 4S */
/* Classic */
/* line 3, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/themes/classic.css */
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

/* line 8, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/themes/classic.css */
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none; }

/* line 14, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/themes/classic.css */
.cc-theme-classic .cc-btn {
  border-radius: 5px; }

/* line 17, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/themes/classic.css */
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

/* line 21, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/themes/classic.css */
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

/* Edgeless */
/* line 3, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/themes/edgeless.css */
.cc-theme-edgeless.cc-window {
  padding: 0; }

/* line 7, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/themes/edgeless.css */
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em; }

/* line 12, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/themes/edgeless.css */
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

/* line 18, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/themes/edgeless.css */
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

/* line 22, /data/techvalidate/releases/20230420092006/vendor/assets/stylesheets/cookieconsent/styles/themes/edgeless.css */
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

/* line 8, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/gdpr_banner.scss */
.cc-window.cc-banner {
  z-index: 501; }

/* line 11, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/gdpr_banner.scss */
.cc-revoke.cc-bottom {
  left: initial !important;
  right: 3em !important; }

/* line 16, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/gdpr_banner.scss */
.cc-message a, .cc-message a:active, .cc-message a:hover, .cc-message a:visited, .cc-message a:focus {
  color: #bec3c7; }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/intercom.scss */
#intercom-container {
  z-index: 100 !important; }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -spec-box-sizing: border-box;
  box-sizing: border-box; }

/* line 5, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.old-browsers.box {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #2c2f88;
  color: white; }

/* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
body, input {
  font-family: "source-sans-pro", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300; }

/* line 22, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
body.not-responsive {
  min-width: 970px; }

/* line 26, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic; }
  /* line 30, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
  img.responsive-img {
    height: auto; }
  /* line 34, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
  img.lazy_load {
    display: none;
    max-width: none; }

/* line 40, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.clickable {
  cursor: pointer; }

/* line 44, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.boxout {
  float: right;
  margin: 4px 0 8px 16px; }

/* line 49, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.isotope {
  margin-left: auto;
  margin-right: auto; }

/* line 54, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.full-width {
  padding: 120px 0; }
  /* line 57, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
  .full-width.neutral {
    background: #f4f4f4;
    border: 1px solid #d5d5d5; }

/* line 63, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.wrapper {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 30px; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .wrapper:after {
    clear: both;
    content: "";
    display: table; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .wrapper:after {
    clear: both;
    content: "";
    display: table; }

/* line 71, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.centered-page-title {
  margin: 0 0 48px;
  text-align: center; }
  /* line 75, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
  .centered-page-title h1 {
    margin-bottom: 16px; }

/* line 80, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.page-title {
  margin-bottom: 48px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 5px; }

/* line 87, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.page-title .breadcrumbs {
  color: #d5d5d5;
  margin-bottom: 0; }
  /* line 91, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
  .page-title .breadcrumbs + h1 {
    margin-top: 0; }
/* line 96, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.page-title .share, .page-title .breadcrumbs {
  margin-top: 45px; }
/* line 101, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.page-title .ten-columns h2 {
  margin-top: 5px; }

/* line 107, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.flexible-page {
  padding: 0 30px 30px 30px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .flexible-page:after {
    clear: both;
    content: "";
    display: table; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .flexible-page:after {
    clear: both;
    content: "";
    display: table; }
  /* line 116, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
  .flexible-page .right-image {
    float: right;
    margin: 8px 0 12px 24px; }
  @media all and (max-width: 500px) {
    /* line 122, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
    .flexible-page .right-image {
      float: none;
      display: inline-block;
      margin: 8px 0 12px 0; } }

/* line 131, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.leftnav {
  margin-top: 0;
  margin-left: -20px;
  width: 280px;
  position: absolute; }
  /* line 137, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
  .leftnav a {
    display: block;
    padding: 10px 20px;
    text-decoration: none; }
    /* line 142, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
    .leftnav a:hover {
      background: #ddd; }
  /* line 147, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
  .leftnav li {
    margin-bottom: 0; }
    /* line 151, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
    .leftnav li.active a {
      color: white;
      background: #2c2f88; }

/* line 159, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.leftnav-page {
  margin-left: 300px;
  padding-bottom: 30px;
  min-width: 500px; }
  /* line 164, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
  .leftnav-page .icon, .leftnav-page .content {
    float: left; }
  /* line 168, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
  .leftnav-page .icon {
    width: 10%; }
  /* line 172, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
  .leftnav-page .content {
    width: 90%; }
  /* line 176, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
  .leftnav-page h4 {
    margin-bottom: 20px; }
  /* line 180, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
  .leftnav-page h3 {
    margin-top: 20px; }

/* line 185, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
hr {
  border: 0;
  height: 0;
  border-top: 1px solid #d5d5d5;
  margin: 40px 0; }

/* line 192, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
hr.small {
  margin: 16px 0; }

/* line 196, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.scroll-anchor {
  width: 1px;
  height: 1px;
  visibility: hidden;
  position: absolute;
  margin-top: -130px; }

/* line 204, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.short-scroll-anchor {
  width: 1px;
  height: 1px;
  visibility: hidden;
  position: absolute;
  margin-top: -60px; }

/* line 213, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.fa {
  text-indent: 0; }

/* line 218, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.fa-icon-link .fa {
  margin-right: 4px; }

/* line 223, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.icon-indent {
  text-indent: -20px;
  padding-left: 20px; }

/* line 229, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.fa-icon-link .fa {
  margin-right: 4px; }
/* line 233, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_global.scss */
.fa-icon-link.icon-indent {
  text-indent: -22px;
  padding-left: 23px; }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
strong, .strong {
  font-weight: 600; }

/* line 5, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
h1, h2, h3, h4, h5, h6, th, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 200;
  color: #2c2f88;
  line-height: 1.2em;
  font-family: "source-sans-pro", sans-serif;
  margin-top: 0;
  margin-bottom: 0; }
  /* line 13, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, th:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
    margin-bottom: 0; }

/* line 18, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
a {
  color: #2c2f88;
  text-decoration: underline; }
  /* line 22, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
  a.button {
    text-decoration: none; }

/* line 27, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
ul {
  list-style-type: none;
  padding-left: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  margin: 1em 0; }

/* line 36, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
li {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 10px; }

/* line 43, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.bulleted, .bulleted li {
  position: relative; }
  /* line 46, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
  .bulleted:before, .bulleted li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0.5em;
    left: -20px;
    background: #2c2f88;
    border-radius: 50%; }

/* line 62, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.bulleted li {
  margin-left: 48px; }

/* line 67, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
ul.bulleted:before, td.bulleted:before {
  display: none; }

/* line 72, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
ul.tree {
  margin: -14px 0 0 -20px;
  padding-top: 22px;
  padding-left: 40px;
  border-left: 1px solid #d5d5d5; }
  /* line 78, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
  ul.tree:after {
    content: " ";
    position: absolute;
    height: 22px;
    width: 20px;
    background: #fff;
    margin-left: -55px;
    margin-top: -22px; }
  /* line 88, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
  ul.tree li {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0; }
    /* line 93, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
    ul.tree li:before {
      content: " ";
      position: absolute;
      height: 1px;
      width: 36px;
      border-top: 1px solid #d5d5d5;
      margin-left: -40px;
      margin-top: 12px; }

/* line 105, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.small {
  font-size: 15px; }

/* line 109, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.large {
  font-size: 60px; }

/* line 113, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.sub {
  font-weight: 300;
  color: black;
  margin-top: 10px;
  margin-bottom: 30px; }

/* line 120, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
h1, .h1 {
  font-size: 48px;
  margin-top: 60px;
  margin-bottom: 60px; }
  /* line 125, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
  h1.first, .h1.first {
    margin-top: 0; }
  /* line 129, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
  h1.last, .h1.last {
    margin-bottom: 0; }

/* line 134, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
h2, .h2 {
  font-size: 36px;
  margin-bottom: 15px; }

/* line 139, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
h3, .h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px; }

/* line 145, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
h4, .h4 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #666;
  line-height: 150%; }

/* line 153, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
h5, .h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 18px; }

/* line 159, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
h6, .h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 18px;
  color: #666; }

/* line 166, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
p, .p {
  margin-bottom: 1em;
  margin-top: 0; }

/* line 171, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.b, h1.b, h2.b {
  margin-bottom: 0; }

/* line 176, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.citation h5, .citation h6, .name-title h5, .name-title h6 {
  color: #333333;
  margin: 0; }
/* line 181, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.citation h6, .name-title h6 {
  font-weight: 300; }

@media all and (max-width: 760px) {
  /* line 188, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
  .responsive h1 {
    font-size: 36px; }
    /* line 191, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
    .responsive h1.large {
      font-size: 48px; }
  /* line 196, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
  .responsive h2 {
    font-size: 30px; } }

/* line 202, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.indented {
  margin-left: 20px; }

/* line 206, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.thin {
  font-weight: 300; }

/* line 210, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.align-center {
  text-align: center; }

/* line 214, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.align-right {
  text-align: right; }

/* line 218, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.align-left {
  text-align: left; }

/* line 222, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_typography.scss */
.policy-heading {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 4px; }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.form-fields {
  max-width: 360px;
  margin: 0 auto; }
  /* line 5, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .form-fields.wide {
    max-width: 480px; }
  /* line 9, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .form-fields input, .form-fields textarea {
    width: 100%; }

/* line 14, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
input[type="text"], input[type="email"], input[type="password"], textarea {
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  border-radius: 3px; }

/* line 22, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
input[type="password"] {
  font-family: sans-serif; }

/* line 26, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
input[type="password"]::-webkit-input-placeholder {
  font-family: "source-sans-pro", sans-serif; }

/* line 30, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
input[type="password"]::-moz-placeholder {
  font-family: "source-sans-pro", sans-serif; }

/* line 34, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
input[type="password"]::-ms-input-placeholder {
  font-family: "source-sans-pro", sans-serif; }

/* line 39, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.inline input, .inline textarea {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  margin-right: 0; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .inline input:last-child, .inline textarea:last-child {
    margin-right: 0; }
/* line 45, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.inline label, .inline .label {
  text-align: right;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .inline label:last-child, .inline .label:last-child {
    margin-right: 0; }

/* line 53, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.box input[type='text'], .box input[type='email'], .box input[type="password"], .box textarea, .inline input[type='text'], .inline input[type='email'], .inline input[type="password"], .inline textarea {
  background: white; }

/* line 59, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.field p {
  margin-top: 20px;
  margin-bottom: 0; }

/* line 65, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.form-group {
  position: relative; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .form-group:after {
    clear: both;
    content: "";
    display: table; }

/* line 71, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
label.error {
  position: absolute;
  right: 0;
  border: 1px solid #c80000;
  border-radius: 3px;
  width: auto;
  padding: 1px 10px;
  font-size: 14px;
  background: white; }

/* line 85, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.ebook .bottom-cta form label.error {
  position: static;
  color: #c80000;
  display: inline-block; }

/* line 94, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.resources {
  margin-bottom: 40px; }
  /* line 98, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .resources .whitepapers img {
    border: 1px solid #d5d5d5;
    padding: 20px 20px 0;
    background: white; }

/* line 108, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.marketing-automation .page-title h5 {
  margin-top: 60px; }
/* line 112, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.marketing-automation .page-title h1 {
  margin-top: 0; }
/* line 116, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.marketing-automation .page-title h4 {
  margin-bottom: 10px; }

/* line 123, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.consultation .corp-hero, .contact .corp-hero, .white-paper .corp-hero {
  margin-bottom: 40px; }
  /* line 126, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .consultation .corp-hero p, .contact .corp-hero p, .white-paper .corp-hero p {
    margin-bottom: 10px;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .consultation .corp-hero p:last-child, .contact .corp-hero p:last-child, .white-paper .corp-hero p:last-child {
      margin-right: 0; }
/* line 133, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.consultation .fa, .contact .fa, .white-paper .fa {
  color: #2c2f88; }

/* line 139, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.consultation .row, .white-paper .row {
  margin-bottom: 40px; }

/* line 145, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.white-paper .download {
  margin-top: 60px; }

/* line 152, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.contact .email h6 {
  margin-bottom: -5px; }
/* line 157, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.contact .call {
  padding: 60px 20px; }
  /* line 160, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .contact .call h3 {
    margin-bottom: 0; }
/* line 166, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.contact .address p {
  line-height: 1.2em; }
/* line 171, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.contact hr {
  margin: 80px 0; }
/* line 175, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.contact .complete {
  padding: 60px; }
  /* line 178, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .contact .complete h2 {
    margin-bottom: 0; }
  /* line 182, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .contact .complete h4 {
    margin-bottom: 40px; }

/* line 190, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.consultation .topics img {
  border: 1px solid #d5d5d5; }
/* line 196, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.consultation .box.duration h5 {
  margin-top: 20px; }
/* line 200, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.consultation .box.duration h2 {
  margin-bottom: 20px; }
/* line 204, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.consultation .box.duration h5, .consultation .box.duration h2 {
  text-align: center; }
/* line 210, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.consultation.completed .box {
  padding: 60px 12%; }
  /* line 213, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .consultation.completed .box h1 {
    margin-top: 0; }

/* line 222, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.small-bold-tour {
  font-weight: 500 !important; }

/* line 226, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.tour-registration {
  max-width: 500px;
  margin: 0 auto; }
  /* line 230, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .tour-registration input[type="submit"] {
    font-weight: 500 !important; }
  /* line 234, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .tour-registration p {
    font-weight: 500 !important; }
  /* line 238, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .tour-registration select {
    margin-bottom: 14px; }
  /* line 242, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .tour-registration .casl-row {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: normal; }
    /* line 250, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
    .tour-registration .casl-row.hidden {
      display: none; }
    /* line 254, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
    .tour-registration .casl-row.show {
      display: block; }
    /* line 258, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
    .tour-registration .casl-row .one-column {
      margin-right: 2px;
      width: 30px; }
      /* line 262, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
      .tour-registration .casl-row .one-column input {
        margin-top: 10px; }
  /* line 268, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .tour-registration input {
    width: 100%;
    text-indent: 4px;
    margin-bottom: 13px; }
  /* line 274, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .tour-registration select {
    width: 100%;
    height: 31px;
    font-size: 14px;
    margin-top: 0;
    border-color: #d5d5d5;
    background: white;
    -webkit-appearance: menulist-button !important; }
  /* line 284, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .tour-registration ::-webkit-input-placeholder {
    color: #9C9C9C !important;
    font-size: 15px;
    font-weight: 400; }
  /* line 290, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .tour-registration ::-moz-placeholder {
    color: #9C9C9C !important;
    font-size: 15px;
    font-weight: 400; }
  /* line 296, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
  .tour-registration input:-moz-placeholder {
    color: #9C9C9C !important;
    font-size: 15px;
    font-weight: 400; }

/* line 307, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_forms.scss */
.bottom-cta .tour-registration .casl-row a {
  color: white !important; }

/* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
.cf:after, .clearfix:after {
  clear: both;
  content: "";
  display: table; }

/* line 5, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.hide {
  display: none !important; }

/* line 9, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.block {
  display: block; }

/* line 13, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.inline-block {
  display: inline-block; }

/* line 17, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.centered {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: block; }

/* line 24, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.left, .fl {
  float: left; }

/* line 28, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.right, .fr {
  float: right; }

/* line 32, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.relative {
  position: relative; }

/* line 36, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.padded {
  padding: 20px; }

/* line 40, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.text-center, .center {
  text-align: center; }

/* line 44, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.text-right {
  text-align: right; }

/* line 48, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.text-left {
  text-align: left; }

/* line 52, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.margin-bottom-large {
  margin-bottom: 60px; }

/* line 56, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.margin-bottom-small {
  margin-bottom: 30px; }

/* line 60, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.margin-top-large {
  margin-top: 60px; }

/* line 64, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_helper_classes.scss */
.shadow {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.row, .cols {
  display: block;
  zoom: 1; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .row:after, .cols:after {
    clear: both;
    content: "";
    display: table; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .row:after, .cols:after {
    clear: both;
    content: "";
    display: table; }

/* line 8, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.one-column {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 6.1721523119%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .one-column:last-child {
    margin-right: 0; }

/* line 12, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.two-columns {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 14.7019566472%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .two-columns:last-child {
    margin-right: 0; }

/* line 16, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.three-columns {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .three-columns:last-child {
    margin-right: 0; }

/* line 20, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.four-columns {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .four-columns:last-child {
    margin-right: 0; }

/* line 24, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.five-columns {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .five-columns:last-child {
    margin-right: 0; }

/* line 28, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.six-columns {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .six-columns:last-child {
    margin-right: 0; }

/* line 32, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.seven-columns {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 57.3509783236%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .seven-columns:last-child {
    margin-right: 0; }

/* line 36, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.eight-columns {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .eight-columns:last-child {
    margin-right: 0; }

/* line 40, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.nine-columns {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .nine-columns:last-child {
    margin-right: 0; }

/* line 44, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.ten-columns {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 82.9403913294%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .ten-columns:last-child {
    margin-right: 0; }

/* line 48, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.eleven-columns {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 91.4701956647%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .eleven-columns:last-child {
    margin-right: 0; }

/* line 52, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.twelve-columns {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .twelve-columns:last-child {
    margin-right: 0; }

/* line 56, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.shift-one {
  margin-left: 8.5298043353%; }

/* line 60, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.shift-two {
  margin-left: 17.0596086706%; }

/* line 64, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.shift-three {
  margin-left: 25.5894130058%; }

/* line 68, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.shift-four {
  margin-left: 34.1192173411%; }

/* line 72, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.shift-five {
  margin-left: 42.6490216764%; }

/* line 76, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.shift-six {
  margin-left: 51.1788260117%; }

/* line 80, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.shift-seven {
  margin-left: 59.708630347%; }

/* line 84, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.shift-eight {
  margin-left: 68.2384346823%; }

/* line 88, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.shift-nine {
  margin-left: 76.7682390175%; }

/* line 92, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.shift-ten {
  margin-left: 85.2980433528%; }

/* line 96, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.shift-eleven {
  margin-left: 93.8278476881%; }

/* line 100, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.shift-twelve {
  margin-left: 102.3576520234%; }

/* line 104, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.half, .col2 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .half:last-child, .col2:last-child {
    margin-right: 0; }

/* line 108, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.third {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .third:last-child {
    margin-right: 0; }

/* line 112, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.two-thirds {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .two-thirds:last-child {
    margin-right: 0; }

/* line 116, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.quarter, .col {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .quarter:last-child, .col:last-child {
    margin-right: 0; }

/* line 120, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.three-quarters, .col3 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .three-quarters:last-child, .col3:last-child {
    margin-right: 0; }

/* line 124, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
.full {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .full:last-child {
    margin-right: 0; }

@media all and (max-width: 720px) {
  /* line 129, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_grid.scss */
  .responsive-column {
    width: 100%;
    margin-left: 0; } }
/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
.button, .btn, a.button, a.btn {
  background: #2c2f88;
  color: white;
  display: inline-block;
  border-radius: 3px;
  border: none;
  padding: 8px 16px;
  text-decoration: none; }
  /* line 10, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
  .button:hover, .btn:hover, a.button:hover, a.btn:hover {
    background: #383caf; }
  /* line 14, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
  .button:active, .btn:active, a.button:active, a.btn:active {
    background: #202261; }
  /* line 18, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
  .button a, .btn a, a.button a, a.btn a {
    color: white; }
  /* line 22, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
  .button.white, .btn.white, a.button.white, a.btn.white {
    background: white; }
    /* line 25, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
    .button.white:hover, .btn.white:hover, a.button.white:hover, a.btn.white:hover {
      background: #F0F6FF; }
    /* line 29, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
    .button.white:active, .btn.white:active, a.button.white:active, a.btn.white:active {
      background: #d7e7ff; }
  /* line 34, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
  .button.transparent, .btn.transparent, a.button.transparent, a.btn.transparent {
    background: transparent; }
  /* line 38, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
  .button.white, .button.transparent, .btn.white, .btn.transparent, a.button.white, a.button.transparent, a.btn.white, a.btn.transparent {
    color: #2c2f88;
    border: 1px solid #2c2f88; }
    /* line 42, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
    .button.white a, .button.transparent a, .btn.white a, .btn.transparent a, a.button.white a, a.button.transparent a, a.btn.white a, a.btn.transparent a {
      color: #2c2f88; }
  /* line 47, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
  .button.green, .btn.green, a.button.green, a.btn.green {
    background: #6eb03a; }
  /* line 51, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
  .button.padding-large, .btn.padding-large, a.button.padding-large, a.btn.padding-large {
    padding: 16px 32px; }
  /* line 55, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
  .button.neutral, .btn.neutral, a.button.neutral, a.btn.neutral {
    background: #777777;
    border: none; }
  /* line 60, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
  .corp-hero .button, .corp-hero .btn, .corp-hero a.button, .corp-hero a.btn {
    border: 1px solid white;
    color: white;
    background: transparent;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -spec-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 60px; }
    /* line 70, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_buttons.scss */
    .corp-hero .button:hover, .corp-hero .btn:hover, .corp-hero a.button:hover, .corp-hero a.btn:hover {
      background: rgba(255, 255, 255, 0.2); }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_boxes.scss */
.box {
  border: 1px solid #d5d5d5;
  background: #f4f4f4;
  position: relative; }
  /* line 6, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_boxes.scss */
  .box.background-white {
    background: white; }
  /* line 10, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_boxes.scss */
  .box.border-blue {
    border: 1px solid #2c2f88; }
  /* line 14, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_boxes.scss */
  .box .box {
    border: none;
    border-bottom: 1px solid #d5d5d5; }
    /* line 18, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_boxes.scss */
    .box .box.border-blue {
      border-bottom: 1px solid #2c2f88; }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
.corp-footer {
  border-top: 1px solid #d5d5d5;
  padding-top: 64px;
  background: #f7f7f7;
  background: url(/assets/corp/footer/footer-logo-5cbcf57fc66059f3aaa53c8153e293c5956ef752dad4f83948660a965a25f32a.png) 107% 120% no-repeat, url(/assets/corp/header/home-bg-12c01eef1fbfae9370dc130f2a4b7c29fca8b1091c9b6d62805cf69026041f94.png);
  background-size: auto auto, cover; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .corp-footer:after {
    clear: both;
    content: "";
    display: table; }
  /* line 11, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
  .corp-footer .small {
    font-size: 14px;
    line-height: 1.2em; }
  /* line 16, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
  .corp-footer .box {
    min-height: 388px; }
    /* line 19, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
    .corp-footer .box hr {
      margin: 18px 0; }
  /* line 24, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
  .corp-footer .row {
    margin-bottom: 64px; }
  /* line 28, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
  .corp-footer h5, .corp-footer h4 {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 8px;
    margin-bottom: 10px; }
  /* line 34, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
  .corp-footer .links {
    margin-bottom: 0; }
    /* line 37, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
    .corp-footer .links p {
      font-size: 16px;
      margin-bottom: 0; }
    /* line 42, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
    .corp-footer .links a {
      text-decoration: none; }
      /* line 45, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
      .corp-footer .links a:hover {
        text-decoration: underline; }
  /* line 51, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
  .corp-footer .copyright {
    background: white;
    padding: 6px 0;
    margin: 20px 0;
    margin-bottom: 0;
    border-top: 1px solid #d5d5d5;
    color: #8e8e8e; }
    /* line 59, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
    .corp-footer .copyright a {
      margin-left: 10px;
      color: #8e8e8e;
      text-decoration: none;
      border-bottom: 1px solid #e2e2e2; }
    /* line 66, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
    .corp-footer .copyright .icons {
      float: right;
      width: 165px;
      margin-left: 20px; }
      /* line 71, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
      .corp-footer .copyright .icons a {
        margin-left: 2px;
        color: #2c2f88;
        border-bottom: none; }

@media all and (max-width: 770px) {
  /* line 83, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
  .responsive .corp-footer .four-columns, .responsive .corp-footer .three-columns {
    width: 100%; }
  /* line 87, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
  .responsive .corp-footer .box {
    margin-bottom: 20px; }
  /* line 91, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_footer.scss */
  .responsive .corp-footer h5 {
    margin-top: 40px; } }

/* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.library-index .wrapper {
  padding-top: 0; }
/* line 8, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.library-index #VendorLogos .tile {
  width: 220px;
  float: left;
  height: 220px;
  text-align: center;
  padding-top: 60px; }
  /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .library-index #VendorLogos .tile img {
    vertical-align: middle; }
  /* line 19, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .library-index #VendorLogos .tile p.image {
    line-height: 48px; }
  /* line 23, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .library-index #VendorLogos .tile p.text {
    margin-top: 20px;
    text-decoration: underline; }
    /* line 27, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
    .library-index #VendorLogos .tile p.text a {
      color: white; }
  /* line 34, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .library-index #VendorLogos .tile:hover p.text a {
    color: #0045c4; }

/* line 45, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.library-header h1 {
  margin-right: 210px;
  font-size: 48px;
  margin: 24px 0; }
/* line 51, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.library-header .vendor-logo {
  float: right;
  width: 180px;
  height: 64px;
  line-height: 64px;
  text-align: right; }
  /* line 58, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .library-header .vendor-logo img {
    vertical-align: middle;
    max-width: 180px;
    max-height: 64px; }

/* line 66, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.subtle-shadow {
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3); }

/* line 70, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.gradient-box {
  background-image: linear-gradient(to bottom, #999999, #cccccc);
  padding: 64px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset; }
  /* line 75, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .gradient-box hr.beveled {
    margin: 16px 0;
    border-top: solid 1px #888;
    border-bottom: solid 1px #bbb; }
  /* line 81, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .gradient-box .page-title {
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
    border-bottom: none;
    padding: 0;
    margin: 0; }
    /* line 87, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
    .gradient-box .page-title h1 {
      color: white;
      margin: 32px 0; }
    /* line 92, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
    .gradient-box .page-title h4 {
      color: #eee;
      margin: -8px 0 32px 0; }
  /* line 98, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .gradient-box .breadcrumbs, .gradient-box .share-links {
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
    color: #ccc; }
    /* line 102, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
    .gradient-box .breadcrumbs hr, .gradient-box .share-links hr {
      margin: 16px 0;
      border-top: solid 1px #888;
      border-bottom: solid 1px #bbb; }
    /* line 108, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
    .gradient-box .breadcrumbs a, .gradient-box .share-links a {
      color: white;
      text-decoration: none; }
      /* line 112, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
      .gradient-box .breadcrumbs a:hover, .gradient-box .share-links a:hover {
        color: #2c2f88;
        transition: color 0.2s ease-in-out; }
  /* line 119, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .gradient-box .share-links {
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 65%;
    margin: 0 auto;
    padding: 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset; }
    /* line 128, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
    .gradient-box .share-links a {
      display: inline-block;
      margin: 0 20px; }

/* line 135, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.light-gradient-box {
  background-image: linear-gradient(to bottom, #999999, #cccccc);
  padding: 64px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) inset; }

/* line 141, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.asset-two-column-masonry {
  margin: 0 auto;
  padding: 0 16px; }

/* line 146, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.asset-tile {
  margin-bottom: 40px; }

/* line 150, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.centered-800px {
  width: 800px;
  margin-left: auto;
  margin-right: auto; }

/* line 157, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.asset-show-page {
  perspective: 1000px; }
  /* line 160, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .asset-show-page .tv-asset {
    transform-style: preserve-3d;
    transition: transform 1.5s ease-out; }
    /* line 164, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
    .asset-show-page .tv-asset.skewed {
      transform: rotateX(-5deg) translateY(100px); }

/* line 171, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.pagination .first, .pagination .last {
  display: none; }
/* line 175, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.pagination .current {
  display: inline-block;
  margin: 0 4px;
  padding: 6px;
  border-radius: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 20px;
  background: #2c2f88;
  color: white;
  text-align: center; }
/* line 188, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.pagination a {
  display: inline-block;
  margin: 0 4px;
  padding: 6px;
  border-radius: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 20px;
  transition: background 0.15s ease-in-out;
  text-align: center; }
  /* line 199, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .pagination a:hover {
    background: #2c2f88;
    color: white; }
  /* line 204, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .pagination a.disabled {
    cursor: default;
    color: #666666;
    text-decoration: none;
    background: transparent; }

/* line 213, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.no-data {
  padding: 48px;
  margin: 100px auto;
  border-radius: 6px; }

/* line 219, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.filters {
  margin-bottom: 40px;
  line-height: 1.7em;
  border-radius: 6px; }
  /* line 224, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .filters h4 {
    margin-bottom: 0; }
  /* line 228, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .filters select {
    background: white;
    width: 100%;
    font-family: "source-sans-pro", sans-serif;
    padding: 5px;
    border: 1px solid #d5d5d5;
    font-size: 18px;
    font-weight: 300; }
  /* line 238, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .filters input {
    width: 100%;
    margin-bottom: 0;
    padding-left: 5px; }

/* line 245, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.nav.tabs {
  margin-bottom: -5px; }
  /* line 248, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .nav.tabs li {
    display: inline-block;
    padding: 10px;
    margin-bottom: 0; }
    /* line 253, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
    .nav.tabs li a {
      text-decoration: none; }
    /* line 257, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
    .nav.tabs li.active {
      border: 1px solid #d5d5d5;
      border-bottom: 1px solid white;
      margin-bottom: -1px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }

/* line 267, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
table.responses {
  width: 100%; }
  /* line 270, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  table.responses td, table.responses th {
    padding: 8px; }
  /* line 274, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  table.responses td {
    border-top: 1px solid #d5d5d5; }
    /* line 277, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
    table.responses td.narrow {
      width: 1%;
      padding: 0; }
  /* line 283, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  table.responses th {
    text-align: left; }
  /* line 288, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  table.responses ul li {
    margin-bottom: 0;
    font-size: 16px; }

/* line 295, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.dashboard {
  margin-bottom: 40px; }
  /* line 298, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .dashboard .fa {
    font-size: 60px;
    margin-bottom: 10px; }

/* line 305, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.featured-items .box {
  border: 1px solid #d5d5d5;
  background: white;
  margin-bottom: 20px;
  height: 190px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px 30px; }
  /* line 315, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .featured-items .box h5 {
    font-size: 20px;
    font-weight: 300; }
  /* line 320, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .featured-items .box p {
    font-size: 20px;
    margin-top: 8px;
    line-height: 140%; }
  /* line 326, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .featured-items .box p.smaller {
    font-size: 17px; }
  /* line 330, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .featured-items .box img {
    max-width: 120px;
    display: block; }
  /* line 335, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .featured-items .box a {
    text-decoration: none; }

/* line 341, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
.more-research-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center; }
  /* line 349, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .more-research-grid .more-research-grid-item {
    height: 45px;
    margin: 4px;
    order: 0;
    flex: 0 1 auto;
    align-self: auto; }

@media all and (max-width: 1200px) {
  /* line 360, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_content_library.scss */
  .featured-items .box {
    height: 220px; } }
/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
.bottom-cta {
  color: white;
  text-align: center;
  background: #2c2f88;
  background-image: url(/assets/corp/header/bg-overlay-d8e89b4c4bd71877383e0501f31d4fe153831f5f609ac9a6177d9170595d93e8.png);
  background-size: cover;
  padding: 40px 0 80px;
  padding-bottom: 5px; }
  /* line 11, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .bottom-cta .policy h6 {
    color: white !important; }
  /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .bottom-cta p {
    color: white !important; }
  /* line 19, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .bottom-cta h2 {
    margin: 0; }
  /* line 23, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .bottom-cta h2, .bottom-cta h3, .bottom-cta h4, .bottom-cta span {
    color: white; }
  /* line 27, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .bottom-cta h2, .bottom-cta h4 {
    margin: 0 auto 30px;
    max-width: 640px; }
  /* line 32, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .bottom-cta h3 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-left: 34.1192173411%;
    margin-bottom: 40px; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .bottom-cta h3:last-child {
      margin-right: 0; }
  /* line 41, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .product .bottom-cta h2, .product .bottom-cta h4 {
    margin: 30px auto 0; }
  /* line 47, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .ebook .bottom-cta form {
    width: 100%; }
    /* line 50, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
    .ebook .bottom-cta form input, .ebook .bottom-cta form .button {
      height: 50px;
      width: 100%; }
    /* line 55, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
    .ebook .bottom-cta form label {
      text-align: left;
      color: white;
      display: none;
      width: 100%; }
    /* line 62, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
    .ebook .bottom-cta form .button {
      line-height: 1em; }
    /* line 66, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
    .ebook .bottom-cta form input[type="text"], .ebook .bottom-cta form input[type="email"] {
      border: 1px solid white;
      background: rgba(255, 255, 255, 0.4);
      color: white;
      box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
      padding-left: 10px; }
  /* line 75, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .ebook .bottom-cta input::-webkit-input-placeholder {
    color: white; }
  /* line 79, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .ebook .bottom-cta input:-moz-placeholder {
    color: white; }
  /* line 83, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .ebook .bottom-cta input::-moz-placeholder {
    color: white; }
  /* line 87, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .ebook .bottom-cta input:-ms-input-placeholder {
    color: white; }
  /* line 92, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .bottom-cta input[type="submit"], .bottom-cta input[type="button"] {
    font-weight: normal;
    color: #fff;
    background: #7ac142; }

@media all and (max-width: 760px) {
  /* line 105, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .responsive .bottom-cta input, .responsive .bottom-cta .button, .responsive .bottom-cta h3 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin-left: 0%; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .responsive .bottom-cta input:last-child, .responsive .bottom-cta .button:last-child, .responsive .bottom-cta h3:last-child {
      margin-right: 0; }
  /* line 110, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .responsive .bottom-cta .button {
    margin-bottom: 20px; } }

/* line 117, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
.next-steps {
  margin: 50px 0; }
  /* line 120, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .next-steps h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5; }
  /* line 125, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_cta.scss */
  .next-steps .cta {
    margin-top: 20px; }

/* line 5, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.about .corp-hero {
  background-image: url(/assets/corp/about/techvalidate-team-blue-27390a1e908f0bb3cdaa3d57b584cee69c431a78512f85816e6be89be47528a3.jpg);
  background-size: cover;
  min-height: 600px;
  margin-bottom: 40px; }
  /* line 11, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .about .corp-hero h1 {
    padding-top: 300px; }
  /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .about .corp-hero .button {
    margin-right: 20px; }
/* line 21, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.about .learn-more a {
  text-align: center;
  display: block;
  margin-bottom: 64px; }
  /* line 26, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .about .learn-more a h3 {
    font-weight: 300; }
  /* line 30, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .about .learn-more a:hover {
    text-decoration: none; }
/* line 35, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.about .learn-more img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -spec-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  margin: 0 auto;
  margin-top: 64px; }
  /* line 42, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .about .learn-more img:hover {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -spec-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
    margin-top: 60px; }
    /* line 48, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
    .about .learn-more img:hover + h3 {
      color: #6AAF4C;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -spec-transition: all 0.5s;
      transition: all 0.5s;
      text-decoration: underline; }

/* line 64, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.partners .box {
  margin-bottom: 64px;
  margin-top: 32px; }
  /* line 68, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .partners .box img {
    display: inline-block;
    margin: 16px;
    vertical-align: middle; }
/* line 76, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.partners .third img {
  display: block;
  margin: 20px auto 36px; }
/* line 82, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.partners .inner {
  margin-left: 30px;
  margin-right: 30px; }

/* line 92, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team-filter ul {
  margin-right: 5px; }
/* line 96, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team-filter li {
  font-weight: normal;
  font-size: 15px;
  margin-left: 10px;
  display: inline-block;
  padding: 5px 16px;
  cursor: pointer;
  border: solid 1px #dddddd;
  background: transparent;
  border-radius: 20px;
  color: #666666; }
  /* line 108, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .team-filter li.leadership {
    color: #2c2f88;
    border-color: #2c2f88; }
  /* line 113, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .team-filter li.sales {
    color: #00a1c9;
    border-color: #00a1c9; }
  /* line 118, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .team-filter li.customer_success {
    color: #ff8400;
    border-color: #ff8400; }
  /* line 123, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .team-filter li.account_management {
    color: #77bc1f;
    border-color: #77bc1f; }
  /* line 128, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .team-filter li.product_team {
    color: #666666;
    border-color: #666666; }
  /* line 133, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .team-filter li.marketing {
    color: #ccb300;
    border-color: #ccb300; }
  /* line 138, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .team-filter li:hover, .team-filter li.active {
    background: #eee; }

/* line 148, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team .item {
  width: 285px;
  margin-bottom: 20px;
  height: 120px;
  position: relative;
  border: none; }
/* line 156, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team p.name {
  font-size: 15px;
  line-height: 18px;
  margin-top: 25px;
  text-transform: none; }
/* line 163, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team p {
  margin-bottom: 0; }
/* line 167, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team .icons {
  margin-top: 10px; }
/* line 171, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team .title {
  margin-top: 0;
  font-size: 13px; }
/* line 176, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team .photo {
  overflow: hidden;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  width: 80px;
  height: 80px; }
  /* line 184, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .team .photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }
/* line 191, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team .data {
  position: absolute;
  left: 120px; }
/* line 196, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team .name {
  font-weight: bold; }
/* line 200, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team .icon {
  margin-right: 10px; }
  /* line 203, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
  .team .icon:last-child {
    margin-right: 0; }
/* line 209, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team .leadership .name {
  color: #2c2f88; }
/* line 215, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team .product_team .name, .team .other .name {
  color: #666666; }
/* line 221, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team .sales .name {
  color: #00a1c9; }
/* line 227, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team .marketing .name {
  color: #e6ca00; }
/* line 233, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team .customer_success .name {
  color: #ff8400; }
/* line 239, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_about.scss */
.team .account_management .name {
  color: #77bc1f; }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
table.data {
  width: 100%; }
  /* line 4, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
  table.data th {
    font-weight: 600;
    color: #2c2f88; }
  /* line 9, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
  table.data th, table.data td {
    text-align: left;
    padding: 8px 12px; }
  /* line 14, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
  table.data th, table.data td {
    border-bottom: solid 1px #ddd; }
  /* line 19, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
  table.data tr:last-child th, table.data tr:last-child td {
    border-bottom: none; }
  /* line 24, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
  table.data th:first-child, table.data td:first-child {
    padding-left: 0; }
  /* line 28, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
  table.data th:last-child, table.data td:last-child {
    padding-right: 0; }

/* line 34, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
.market-research .research-criteria {
  background: white;
  display: table;
  table-layout: fixed;
  width: 100%; }
  /* line 40, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
  .market-research .research-criteria .criteria-list {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    background: #fafafa;
    border-right: solid 1px #ddd; }
    /* line 47, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
    .market-research .research-criteria .criteria-list .list-header {
      border-bottom: solid 1px #ddd;
      padding: 24px 16px 8px 16px; }
    /* line 52, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
    .market-research .research-criteria .criteria-list a {
      display: block;
      padding: 16px;
      line-height: 16px;
      text-decoration: none;
      transition: all 0.15s ease-in-out; }
      /* line 59, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
      .market-research .research-criteria .criteria-list a:hover {
        background: #eee; }
      /* line 63, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
      .market-research .research-criteria .criteria-list a.selected {
        background: #2c2f88;
        color: white; }
        /* line 67, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
        .market-research .research-criteria .criteria-list a.selected:hover {
          background: #2c2f88;
          color: white; }
  /* line 75, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
  .market-research .research-criteria .criteria-list-container {
    display: table-cell;
    vertical-align: top;
    width: 60%; }
    /* line 80, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
    .market-research .research-criteria .criteria-list-container .inner {
      height: 412px;
      overflow-y: auto;
      padding: 8px 32px; }
    /* line 86, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_audience.scss */
    .market-research .research-criteria .criteria-list-container td.number {
      width: 50%; }

/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
.ebook h1 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  margin-top: 90px; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .ebook h1:last-child {
    margin-right: 0; }
/* line 9, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
.ebook.about .button {
  margin: 30px 0 70px; }
/* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
.ebook .main li {
  margin-bottom: 5px; }
/* line 19, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
.ebook .main p {
  font-size: 21px; }
/* line 24, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
.ebook.complete {
  margin-bottom: 40px; }
  /* line 27, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
  .ebook.complete h1 {
    margin-bottom: 100px; }
/* line 32, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
.ebook li {
  margin-bottom: 10px; }
/* line 36, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
.ebook h3 {
  font-weight: 300;
  color: #333; }
/* line 41, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
.ebook h4 {
  margin: 20px 0 5px; }
/* line 46, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
.ebook .bottom-cta h3 {
  color: white; }
/* line 51, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
.ebook .box {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  margin-left: 17.0596086706%;
  padding: 50px;
  position: relative; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .ebook .box:last-child {
    margin-right: 0; }
  /* line 58, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
  .ebook .box .half {
    margin-left: 59.708630347%;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .ebook .box .half:last-child {
      margin-right: 0; }
  /* line 63, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
  .ebook .box img {
    position: absolute;
    width: 48%;
    bottom: 30px;
    left: 30px; }
  /* line 70, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
  .ebook .box .button {
    width: 100%;
    margin-bottom: 250px; }
  /* line 75, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
  .ebook .box h3 {
    margin-bottom: 20px; }
/* line 81, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
.ebook .what-you-get h3 {
  margin-bottom: 0;
  margin-top: 20px; }
/* line 87, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_ebook.scss */
.ebook .about-ebook {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%;
  margin-left: 8.5298043353%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .ebook .about-ebook:last-child {
    margin-right: 0; }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.editions-box {
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background: #f6f6f6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
  /* line 10, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .editions-box .header {
    background-color: #2C2F89;
    padding: 24px; }
    /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
    .editions-box .header h4 {
      color: white; }
  /* line 20, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .editions-box .body {
    padding: 32px 24px 24px 24px; }
    /* line 23, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
    .editions-box .body hr {
      margin: 32px 0; }
    /* line 27, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
    .editions-box .body h6.hr-label {
      margin: -43px auto 0 auto;
      background: #F9F9F9;
      width: 112px;
      font-weight: 300; }
    /* line 34, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
    .editions-box .body ul {
      min-height: 300px; }
    /* line 38, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
    .editions-box .body li {
      color: #444;
      font-size: 15px; }
  /* line 44, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .editions-box .footer {
    padding: 24px; }
  /* line 49, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .editions-box.mr .header {
    background-color: #79C34E; }
  /* line 55, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .editions-box.insights .header {
    background-color: #ff8400; }

/* line 61, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
ul.checklist {
  list-style: none;
  text-align: left; }
  /* line 65, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  ul.checklist li {
    margin-top: 16px;
    margin-left: 24px; }
    /* line 69, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
    ul.checklist li:before {
      content: "";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      margin-left: -24px;
      color: #7ac142; }

/* line 81, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.collapsible {
  position: relative;
  display: none;
  top: -10px; }

/* line 90, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing table td:first-child {
  text-align: left;
  font-size: 18px;
  width: 660px; }
  /* line 95, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing table td:first-child span {
    font-weight: 300; }
  /* line 99, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing table td:first-child span.small {
    font-size: 16px; }
/* line 106, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing .collapsible {
  padding-left: 10px; }
  /* line 109, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing .collapsible p {
    font-size: 16px; }
/* line 116, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing .insights tr.headline img {
  max-width: 280px;
  margin-top: 40px; }
/* line 121, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing .insights tr.headline td {
  background: white;
  border: 1px solid #d5d5d5; }
  /* line 125, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing .insights tr.headline td h1 {
    margin: 0; }
  /* line 129, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing .insights tr.headline td h5 {
    margin-bottom: 40px; }
/* line 137, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing .insights tr td:last-child {
  width: 200px; }
/* line 144, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing .insights tr.separator td:last-child {
  border-right: 1px solid #d5d5d5; }

/* line 151, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.separator {
  height: 10px;
  background: #f4f4f4; }

/* line 156, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
tr.separator td, div.separator {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5; }

/* line 162, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
tr.separator td {
  background: #f4f4f4 !important;
  padding: 0 !important; }

/* line 168, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
div.separator {
  border-left: 1px solid #d5d5d5; }

/* line 172, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
img.information {
  margin-left: 16px;
  position: relative;
  top: 3px;
  cursor: pointer; }

/* line 182, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.audience table .criteria td {
  font-size: 36px;
  padding: 40px 0; }
/* line 191, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.audience table tr td {
  width: 25%; }
  /* line 195, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .audience table tr td.pricing .btn {
    font-size: 18px;
    margin-top: 10px; }
  /* line 200, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .audience table tr td.pricing div {
    margin-bottom: 30px;
    font-size: 24px; }
  /* line 205, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .audience table tr td.pricing span {
    font-size: 16px;
    top: -8px; }

/* line 216, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing h3, .audience h3 {
  margin-bottom: 40px; }
/* line 220, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing table, .audience table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 50px;
  margin-bottom: 20px; }
  /* line 226, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing table .corp-green-btn, .audience table .corp-green-btn {
    margin-top: 12px; }
  /* line 230, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing table .integrations, .audience table .integrations {
    position: relative; }
    /* line 233, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
    .pricing table .integrations img.logos, .audience table .integrations img.logos {
      width: 220px;
      border: 1px solid #d5d5d5;
      padding: 10px; }
  /* line 240, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing table p, .audience table p {
    margin-top: 0; }
  /* line 244, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing table td, .audience table td {
    text-align: center;
    font-weight: 200;
    color: #666;
    padding: 20px;
    vertical-align: top; }
    /* line 251, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
    .pricing table td.pricing, .audience table td.pricing {
      font-size: 48px;
      font-weight: 100; }
      /* line 255, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
      .pricing table td.pricing span, .audience table td.pricing span {
        font-size: 22px;
        position: relative;
        top: -20px; }
      /* line 261, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
      .pricing table td.pricing div, .audience table td.pricing div {
        position: relative;
        top: 20px; }
  /* line 269, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing table tr td:first-child, .audience table tr td:first-child {
    border-left: 1px solid #d5d5d5; }
    /* line 272, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
    .pricing table tr td:first-child + td, .audience table tr td:first-child + td {
      border-right: 1px solid #d5d5d5;
      border-left: 1px solid #d5d5d5; }
  /* line 278, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing table tr.separator td:first-child + td, .audience table tr.separator td:first-child + td {
    border-left: none;
    border-right: none; }
  /* line 283, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing table tr td:last-child, .audience table tr td:last-child {
    border-right: 1px solid #d5d5d5;
    background: #F5F9FF; }
  /* line 289, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing table tr:last-child td, .audience table tr:last-child td {
    border-bottom: 1px solid #d5d5d5; }
/* line 296, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing th, .audience th {
  text-align: center;
  vertical-align: bottom; }
  /* line 300, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing th h4, .audience th h4 {
    color: white;
    position: relative;
    margin-bottom: 0; }
/* line 307, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing .starter, .pricing .professional, .pricing .enterprise, .pricing .basic, .pricing .plus, .pricing .advanced, .pricing .custom, .audience .starter, .audience .professional, .audience .enterprise, .audience .basic, .audience .plus, .audience .advanced, .audience .custom {
  min-width: 160px; }
  /* line 310, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing .starter div, .pricing .professional div, .pricing .enterprise div, .pricing .basic div, .pricing .plus div, .pricing .advanced div, .pricing .custom div, .audience .starter div, .audience .professional div, .audience .enterprise div, .audience .basic div, .audience .plus div, .audience .advanced div, .audience .custom div {
    padding: 20px 0; }
/* line 316, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing .starter div, .pricing .basic div, .audience .starter div, .audience .basic div {
  background: #89A8D2; }
/* line 322, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing .professional div, .pricing .plus div, .audience .professional div, .audience .plus div {
  background: #6889B5;
  padding-top: 26px; }
  /* line 326, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing .professional div h4, .pricing .plus div h4, .audience .professional div h4, .audience .plus div h4 {
    top: -3px; }
/* line 333, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing .enterprise div, .pricing .advanced div, .audience .enterprise div, .audience .advanced div {
  background: #456A9C;
  padding-top: 32px; }
  /* line 337, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing .enterprise div h4, .pricing .advanced div h4, .audience .enterprise div h4, .audience .advanced div h4 {
    top: -6px; }
/* line 344, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
.pricing .custom div, .audience .custom div {
  background: #3d5e8a;
  padding-top: 38px; }
  /* line 348, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_pricing.scss */
  .pricing .custom div h4, .audience .custom div h4 {
    top: -9px; }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
.customers {
  min-width: 940px; }
  /* line 4, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
  .customers table.featured-customers {
    width: 100%; }
    /* line 7, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customers table.featured-customers td, .customers table.featured-customers th {
      width: 14.28%;
      text-align: center;
      border: solid 1px #ddd;
      border-top: none;
      border-bottom: none;
      font-size: 14px; }
    /* line 16, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customers table.featured-customers th {
      border-top: none;
      padding-bottom: 20px; }
      /* line 20, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
      .customers table.featured-customers th a {
        color: #666666;
        text-decoration: none; }
    /* line 26, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customers table.featured-customers td {
      height: 112px;
      vertical-align: middle; }
      /* line 30, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
      .customers table.featured-customers td img {
        max-width: 92px; }
    /* line 35, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customers table.featured-customers .btn {
      padding-top: 4px;
      padding-bottom: 4px; }
    /* line 41, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customers table.featured-customers tr:last-child td {
      padding-top: 20px;
      height: auto; }
  /* line 48, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
  .customers .statistic-tile {
    text-align: center;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 0 10px;
    margin-bottom: 20px;
    height: 215px;
    width: 280px; }
    /* line 57, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customers .statistic-tile p {
      font-size: 20px;
      font-weight: 300;
      color: #333;
      text-align: center; }
    /* line 67, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customers .statistic-tile h5 {
      font-size: 60px;
      font-weight: 200;
      line-height: 1em;
      margin-top: 20px;
      margin-bottom: 0;
      color: #7ac142; }
      /* line 75, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
      .customers .statistic-tile h5 span {
        font-size: 36px;
        line-height: 0; }
    /* line 81, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customers .statistic-tile .source {
      position: absolute;
      text-align: left;
      bottom: 8px;
      right: 15px;
      font-size: 12px; }
      /* line 88, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
      .customers .statistic-tile .source a {
        text-decoration: underline; }
    /* line 93, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customers .statistic-tile.large {
      height: 450px;
      width: 580px; }
      /* line 97, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
      .customers .statistic-tile.large p {
        text-align: left;
        margin: 24px 28px 24px 28px; }
      /* line 102, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
      .customers .statistic-tile.large .source {
        right: 35px; }
  /* line 108, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
  .customers .video-tile {
    margin-bottom: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative; }
    /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
    .customers .video-tile:after {
      clear: both;
      content: "";
      display: table; }
    /* line 115, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customers .video-tile .direct-link {
      position: absolute;
      right: 0; }
      /* line 119, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
      .customers .video-tile .direct-link a {
        color: #666666; }
    /* line 125, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customers .video-tile .video-thumbnail img {
      width: 100%;
      max-width: none;
      display: block; }
    /* line 132, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customers .video-tile .info-bar {
      pointer-events: none;
      background: rgba(255, 255, 255, 0.8);
      padding: 12px 16px;
      margin-top: 16px;
      height: 82px;
      margin-top: -82px;
      position: relative;
      z-index: 1; }
    /* line 143, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customers .video-tile .logo {
      float: right; }
      /* line 146, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
      .customers .video-tile .logo img {
        display: block; }
  /* line 152, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
  .customers .customer-case-study {
    display: inline-block;
    margin: 32px;
    text-align: center;
    width: 200px; }
  /* line 159, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
  .customers .testimonials-container {
    padding-top: 0; }

/* line 164, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
.testimonials-container {
  margin: 0 auto;
  padding: 48px 0 16px 0; }
  /* line 168, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
  .testimonials-container .customer-testimonial {
    margin-bottom: 32px;
    width: 525px; }

/* line 174, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
.customer-testimonial {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: solid 1px #dddddd;
  background: white; }
  /* line 179, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
  .customer-testimonial p.quote {
    font-size: 24px;
    line-height: 1.3em;
    padding: 24px 32px 24px 40px;
    margin-bottom: 0;
    position: relative;
    z-index: 1; }
    /* line 187, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customer-testimonial p.quote:before {
      content: "“";
      position: absolute;
      opacity: 0.5;
      font-weight: 600;
      z-index: -1;
      font-size: 56px;
      margin-top: 5px;
      left: 6px;
      color: #ff8400; }
    /* line 199, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customer-testimonial p.quote:after {
      content: "”";
      position: absolute;
      display: inline-block;
      opacity: 0.5;
      font-weight: 600;
      z-index: -1;
      font-size: 56px;
      margin-top: 22px;
      line-height: 1px;
      color: #ff8400; }
    /* line 212, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customer-testimonial p.quote.smaller {
      font-size: 21px; }
  /* line 217, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
  .customer-testimonial .attribution {
    padding: 16px 24px 16px 38px;
    background: #f9f9f9;
    border-top: solid 1px #dddddd; }
    /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
    .customer-testimonial .attribution:after {
      clear: both;
      content: "";
      display: table; }
    /* line 224, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customer-testimonial .attribution .photo {
      float: left;
      margin-right: 16px; }
      /* line 228, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
      .customer-testimonial .attribution .photo img {
        border-radius: 50%;
        display: block; }
    /* line 234, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customer-testimonial .attribution .citation {
      float: left;
      margin-top: 4px; }
    /* line 239, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
    .customer-testimonial .attribution .logo {
      float: right;
      height: 50px;
      line-height: 48px; }
      /* line 244, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
      .customer-testimonial .attribution .logo img {
        vertical-align: middle;
        max-width: 100px;
        max-height: 40px; }

/* line 254, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
.citation p {
  margin-bottom: 0; }
/* line 258, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
.citation .name {
  font-weight: bold; }
/* line 262, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_customers.scss */
.citation .title {
  line-height: 20px;
  font-size: 15px; }

/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_use_cases.scss */
.use-cases .schedule {
  margin-bottom: 20px; }
/* line 6, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_use_cases.scss */
.use-cases ul, .use-cases .chart {
  margin-bottom: 60px; }
/* line 10, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_use_cases.scss */
.use-cases .salesforce {
  width: 110px;
  position: absolute;
  top: 3px; }
/* line 16, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_use_cases.scss */
.use-cases .salesforce-text {
  margin-left: 120px; }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
.corp-hero {
  background-image: url(/assets/corp/header/bg-overlay-d8e89b4c4bd71877383e0501f31d4fe153831f5f609ac9a6177d9170595d93e8.png);
  background-size: cover;
  position: relative;
  z-index: 25;
  padding-bottom: 32px; }
  /* line 8, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .corp-hero.orange {
    background-color: #ff8400; }
  /* line 12, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .corp-hero.blue {
    background-color: #2c2f88; }
  /* line 16, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .corp-hero.green {
    background-color: #77bc1f; }
  /* line 20, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .corp-hero.neutral {
    background-color: #888; }
  /* line 24, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .corp-hero.yellow {
    background-color: #e6ca00; }
  /* line 28, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .corp-hero.yellow-green {
    background-color: #b6d620; }
  /* line 32, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .corp-hero.editions {
    background-color: #456A9C; }
  /* line 36, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .corp-hero a {
    color: white; }
  /* line 40, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .corp-hero h1, .corp-hero p, .corp-hero h4 {
    color: white; }
  /* line 44, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .corp-hero h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px; }
  /* line 51, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .corp-hero.no-subhead h1 {
    margin-bottom: 40px; }
  /* line 56, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .corp-hero p {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    margin-bottom: 32px; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .corp-hero p:last-child {
      margin-right: 0; }
  /* line 62, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .corp-hero p.last {
    margin-bottom: 10px; }
  /* line 67, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .use-cases .corp-hero p {
    margin-bottom: 130px; }
  /* line 73, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .customers .corp-hero img, .use-cases .corp-hero img {
    width: 60%;
    position: absolute;
    bottom: 20px;
    right: 32px;
    max-width: 750px;
    z-index: -1;
    margin-bottom: -16px; }
  /* line 85, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .library .corp-hero .content {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .library .corp-hero .content:last-child {
      margin-right: 0; }
  /* line 89, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .library .corp-hero .stats {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-top: 110px;
    border: 1px solid white;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-bottom: 30px; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .library .corp-hero .stats:last-child {
      margin-right: 0; }
    /* line 98, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
    .library .corp-hero .stats h4, .library .corp-hero .stats h3, .library .corp-hero .stats p {
      color: white; }
    /* line 102, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
    .library .corp-hero .stats h4 {
      border-bottom: solid 1px white;
      margin-top: 0;
      background: rgba(255, 255, 255, 0.2);
      padding: 10px 0;
      width: 100%; }
    /* line 110, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
    .library .corp-hero .stats h3 {
      text-align: right;
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 40.291369653%;
      margin-top: 10px; }
      /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
      .library .corp-hero .stats h3:last-child {
        margin-right: 0; }
    /* line 118, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
    .library .corp-hero .stats p {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 57.3509783236%;
      margin-top: 12px;
      margin-bottom: 0; }
      /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
      .library .corp-hero .stats p:last-child {
        margin-right: 0; }

/* line 128, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
.subnav {
  background: #f3f3f3;
  position: relative;
  width: 100%;
  min-width: 970px;
  z-index: 100;
  border-bottom: 1px solid #ccc; }
  /* line 136, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .subnav .wrapper {
    border-left: 1px solid #ccc;
    border-right: 1px solid #fcfcfc;
    padding: 0;
    max-width: 1180px; }
    /* line 143, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
    .subnav .wrapper.two-across a {
      float: left;
      width: 50%; }
    /* line 150, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
    .subnav .wrapper.three-across a {
      float: left;
      width: 33.3333%; }
    /* line 157, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
    .subnav .wrapper.four-across a {
      float: left;
      width: 25%; }
    /* line 164, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
    .subnav .wrapper.five-across a {
      float: left;
      width: 20%; }
    /* line 171, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
    .subnav .wrapper.six-across a {
      float: left;
      width: 16.667%; }
    /* line 177, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
    .subnav .wrapper.eight-across {
      display: table; }
      /* line 180, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
      .subnav .wrapper.eight-across a {
        height: 98px;
        padding: 12px 2px;
        font-size: 14px;
        line-height: 18px;
        float: none;
        display: table-cell;
        width: 12.5%;
        vertical-align: middle; }
        /* line 190, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
        .subnav .wrapper.eight-across a img {
          margin-bottom: 5px; }
  /* line 197, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .subnav a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 12px 8px;
    font-size: 16px;
    font-weight: lighter;
    border-left: 1px solid #fcfcfc;
    border-right: 1px solid #ccc; }
    /* line 207, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
    .subnav a:hover, .subnav a.selected {
      background: #fff; }
  /* line 212, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .subnav.transparent {
    background: #fff;
    border-bottom: none; }
    /* line 216, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
    .subnav.transparent .wrapper {
      border-left: none;
      border-bottom: 1px solid #ccc;
      padding: 8px; }
    /* line 222, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
    .subnav.transparent a {
      height: auto !important;
      border: none;
      border-radius: 8px;
      padding: 6px 2px !important;
      border: solid 2px white; }
      /* line 229, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
      .subnav.transparent a:hover, .subnav.transparent a.selected {
        background: #f3f3f3; }
  /* line 235, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .subnav i {
    color: #999;
    margin-top: 4px; }
  /* line 241, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_hero.scss */
  .use-cases .subnav img {
    position: relative;
    top: 10px; }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
.corp-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 62px;
  background-color: white;
  border-bottom: 1px solid #d5d5d5; }
  /* line 11, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header .logo {
    float: left;
    margin-left: 30px;
    margin-top: 6px;
    width: 192px;
    height: 48px;
    -webkit-transition: all, 0.2s, ease-in-out;
    -moz-transition: all, 0.2s, ease-in-out;
    -spec-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out; }
    /* line 20, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header .logo .color-tv-logo {
      display: block; }
    /* line 24, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header .logo .white-tv-logo {
      display: none; }
  /* line 29, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header .mobile-menu-trigger {
    display: none;
    float: right;
    margin-top: 12px;
    margin-right: 24px;
    padding: 4px 8px;
    border: none !important;
    font-size: 16px; }
    /* line 38, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header .mobile-menu-trigger:hover, .corp-header .mobile-menu-trigger.selected {
      background: rgba(0, 0, 0, 0.05); }
  /* line 43, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header ul {
    float: right;
    margin-right: 30px;
    margin-top: 13px; }
    /* line 48, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header ul li {
      display: inline-block; }
    /* line 52, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header ul a {
      padding: 4px 10px;
      border-radius: 3px;
      font-size: 16px; }
    /* line 58, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header ul a.nav_link {
      display: block;
      color: #444;
      text-decoration: none; }
      /* line 63, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
      .corp-header ul a.nav_link:hover, .corp-header ul a.nav_link.selected {
        background: rgba(0, 0, 0, 0.05); }
  /* line 69, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header.transparent {
    background-color: transparent;
    border-bottom-color: transparent; }
  /* line 75, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header.transparent.white .color-tv-logo {
    display: none; }
  /* line 79, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header.transparent.white .white-tv-logo {
    display: block; }
  /* line 83, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header.transparent.white .mobile-menu-trigger {
    color: white; }
    /* line 86, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header.transparent.white .mobile-menu-trigger:hover, .corp-header.transparent.white .mobile-menu-trigger.selected {
      background: rgba(255, 255, 255, 0.2); }
  /* line 92, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header.transparent.white ul a.nav_link {
    color: white; }
    /* line 95, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header.transparent.white ul a.nav_link:hover, .corp-header.transparent.white ul a.nav_link.selected {
      background: rgba(255, 255, 255, 0.2); }
  /* line 100, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header.transparent.white ul a.login-button {
    background-color: white;
    color: #2c2f88; }

/* line 108, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
.corp-header-shim {
  height: 62px; }

@media all and (max-width: 938px) {
  /* line 114, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header .logo {
    margin-left: 24px;
    width: 160px;
    height: 40px;
    margin-top: 8px; }
    /* line 120, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header .logo img {
      width: 160px;
      height: 40px; }
  /* line 126, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header ul {
    margin-right: 24px; }
    /* line 130, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header ul li a {
      padding: 4px 6px;
      font-size: 15px; } }
@media all and (max-width: 800px) {
  /* line 141, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header .logo {
    width: 128px;
    height: 32px;
    margin-top: 11px; }
    /* line 146, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header .logo img {
      width: 128px;
      height: 32px; } }
@media all and (max-width: 748px) {
  /* line 156, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header .mobile-menu-trigger {
    display: block; }
  /* line 160, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header ul {
    display: none;
    float: none;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 61px;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: 1px solid #d5d5d5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.33); }
    /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
    .corp-header ul:after {
      clear: both;
      content: "";
      display: table; }
    /* line 176, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header ul li {
      display: block;
      float: left;
      width: 50%;
      margin: 0;
      border-bottom: 1px solid #EAE8E8;
      border-right: 1px solid #EAE8E8; }
    /* line 185, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header ul:last-child {
      border-bottom: none; }
    /* line 189, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header ul a.nav_link {
      padding: 10px;
      border-radius: 0;
      -webkit-transition: all, 0.1s;
      -moz-transition: all, 0.1s;
      -spec-transition: all, 0.1s;
      transition: all, 0.1s;
      color: #444 !important; }
      /* line 197, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
      .corp-header ul a.nav_link:hover, .corp-header ul a.nav_link:active, .corp-header ul a.nav_link.selected {
        background: #f4f4f4 !important;
        color: white; }
    /* line 203, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
    .corp-header ul .login-button {
      display: block;
      padding: 10px;
      border-radius: 0;
      background-color: white;
      color: #2c2f88;
      font-weight: bold; }
  /* line 214, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_header.scss */
  .corp-header.show-mobile-menu ul {
    display: block; } }
/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
.home h1 {
  padding-top: 80px;
  line-height: 1em;
  margin-bottom: 30px; }
/* line 8, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
.home h3 {
  margin: 20px 0 40px; }
/* line 12, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
.home .name {
  margin-top: 0; }
/* line 16, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
.home .hero {
  background-color: #eeeeee;
  background-image: url(/assets/corp/header/home-bg-12c01eef1fbfae9370dc130f2a4b7c29fca8b1091c9b6d62805cf69026041f94.png);
  background-size: cover;
  padding-bottom: 40px;
  position: relative; }
/* line 24, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
.home .hero-content {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .home .hero-content:last-child {
    margin-right: 0; }
/* line 28, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
.home .box-outer {
  width: 336px;
  position: absolute;
  right: 40px;
  bottom: 180px;
  z-index: 1; }
  /* line 35, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .box-outer img {
    display: block;
    margin: 0 auto; }
/* line 41, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
.home .box {
  background: rgba(255, 255, 255, 0.95); }
  /* line 44, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .box img {
    float: right;
    margin-left: 8px; }
  /* line 49, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .box p {
    margin: 20px 0 0 0; }
  /* line 53, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .box .next-prev {
    width: 48px;
    text-align: right;
    margin-top: 17px;
    float: right;
    color: #999;
    font-size: 16px; }
    /* line 61, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
    .home .box .next-prev i {
      cursor: pointer; }
  /* line 66, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .box .citation {
    position: relative;
    text-align: left; }
    /* line 73, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
    .home .box .citation h4, .home .box .citation h5 {
      color: #333; }
    /* line 77, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
    .home .box .citation h4 {
      margin-bottom: 5px;
      line-height: 28px; }
    /* line 82, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
    .home .box .citation h5 {
      font-size: 14px;
      font-weight: 300; }
  /* line 88, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .box .link {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-top: 16px; }
  /* line 97, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .box.arrow-left:after {
    right: 100%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0.95);
    border-width: 20px;
    margin-top: -20px; }
  /* line 112, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .box.arrow-left:before {
    right: 100%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ccc;
    border-width: 21px;
    margin-top: -21px; }
/* line 129, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
.home .logos {
  border: 1px solid #d5d5d5;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1; }
  /* line 136, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .logos .wider {
    width: 11%; }
  /* line 140, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .logos a {
    display: block;
    text-align: center;
    height: 98px;
    line-height: 98px; }
  /* line 147, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .logos img {
    vertical-align: middle;
    max-height: 40px; }

/* line 156, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
.button.video {
  margin: 40px 0 200px;
  padding: 10px 10px 10px 0;
  position: relative;
  z-index: 1;
  display: inline-block; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .button.video:after {
    clear: both;
    content: "";
    display: table; }
  /* line 165, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .button.video h4 {
    float: left;
    font-weight: 300;
    display: inline-block;
    color: white;
    line-height: 45px;
    margin: 0 40px;
    font-size: 21px; }
  /* line 175, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .button.video img {
    float: right;
    width: 80px;
    display: inline-block; }

/* line 182, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
.home-cta {
  width: 33.3333%;
  border: 1px solid white;
  border-top: none;
  float: left;
  margin-top: 0;
  text-align: center;
  height: 340px;
  background-image: url(/assets/corp/header/bg-overlay-d8e89b4c4bd71877383e0501f31d4fe153831f5f609ac9a6177d9170595d93e8.png);
  background-size: cover;
  padding: 0 50px;
  text-decoration: none;
  color: white;
  position: relative;
  z-index: 1; }
  /* line 198, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home-cta h4 {
    margin-top: 30px;
    color: white; }
  /* line 203, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home-cta p {
    min-height: 54px; }
  /* line 207, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home-cta.blue {
    background-color: #2c2f88 !important;
    background-position: left; }
  /* line 212, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home-cta.orange {
    background-color: #ff8400 !important;
    background-position: center; }
  /* line 217, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home-cta.green {
    background-color: #77bc1f !important;
    background-position: right; }

/* line 223, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
.headshot {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 50px;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
  /* line 232, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .headshot.active {
    opacity: 1; }

/* line 237, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
.headshot-img {
  position: absolute;
  right: 8%;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 900px; }

/* line 248, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
#craig .headshot-img {
  background-image: url(/assets/corp/index/craig/craig-25926e1ea3375861968f6a1076fd487624609a3e2f3d8fc9c81c52d1397a3d11.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
    /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
    #craig .headshot-img {
      background-image: url(/assets/corp/index/craig/craig-2x-a46b4432aa292be0f3bb86635412eff09042fe827a929dafa5c33daa11c1272f.png); } }

/* line 254, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
#citrix .headshot-img {
  background-image: url(/assets/corp/index/citrix/citrix-97114ab66828cb84291539fc2c3728900fbd35122b381d293947b692ba3c78ce.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  right: -2%;
  max-width: 70%; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
    /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
    #citrix .headshot-img {
      background-image: url(/assets/corp/index/citrix/citrix-2x-d36f96b61e208b9a31b1cb2adbde3ca1e7c91354d02d7d341e6e20f62a5c4dac.png); } }

/* line 263, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
#asim .headshot-img {
  background-image: url(/assets/corp/index/asim/asim-61a755da6308555d1854cb9ffad9abffdc5977043b009ea9957a2009e8031263.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
    /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
    #asim .headshot-img {
      background-image: url(/assets/corp/index/asim/asim-2x-564977829a2df9feab4300d1b24e9fa26d17df9f4fe921d0b72e70225b3e7694.png); } }

/* line 269, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
#dan .headshot-img {
  background-image: url(/assets/corp/index/dan/dan-d07123f70e9cc6fc0bfae698a4d888a24d6391f33d5c9cb886213743e78ec2c4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
    /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
    #dan .headshot-img {
      background-image: url(/assets/corp/index/dan/dan-2x-c4a0b8829c77d91e5a2d55b76debbcc429e12606bda98569da0eea8c5574735c.png); } }

@media all and (min-width: 2000px) {
  /* line 275, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .headshot-img {
    right: 16%; } }
@media all and (min-width: 1600px) {
  /* line 281, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .headshot-img {
    right: 12%; } }
@media all and (min-width: 1080px) and (max-width: 1800px) and (min-height: 700px) and (max-height: 1100px) {
  /* line 287, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .hero {
    height: 100vh; }
    /* line 290, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
    .hero .wrapper.main {
      height: 85vh; }

  /* line 295, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .button.video {
    margin-bottom: 0; }

  /* line 299, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .logos {
    height: 100px; } }
@media all and (max-width: 1080px) {
  /* line 305, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .button.video {
    display: inline-block; }
    /* line 308, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
    .button.video h3 {
      text-align: center; }
    /* line 312, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
    .button.video img {
      display: none; }

  /* line 317, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .headshot-img {
    right: 0; }

  /* line 322, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home h1 {
    font-size: 42px; }

  /* line 329, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .box-outer .arrow-left:after, .box-outer .arrow-left:before {
    display: none; } }
@media all and (max-width: 1120px) {
  /* line 338, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .cta-stat {
    max-width: 96px; } }
@media all and (max-width: 950px) {
  /* line 346, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .hero-content {
    width: 50%; }
  /* line 351, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .headshot p {
    display: none; }
  /* line 356, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .headshot-img {
    width: 80%;
    top: 100px;
    right: -8%; }
  /* line 362, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .home-cta {
    width: 100%; }
  /* line 366, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .logos {
    font-size: 14px; }
  /* line 370, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home h3 {
    font-size: 21px; } }
@media all and (max-width: 760px) {
  /* line 378, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .box-outer {
    display: block;
    width: auto;
    position: static;
    margin: 0 10px 20px 10px;
    bottom: 0;
    left: 0; }
    /* line 386, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
    .home .box-outer .box {
      max-width: 450px;
      margin: 0 auto; }
  /* line 392, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .citation {
    max-width: 50%; }
  /* line 396, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .button.video {
    margin-bottom: 40px; }
  /* line 401, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .hero h1 {
    padding-top: 20px; }
  /* line 406, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .headshot {
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    z-index: 0; }
    /* line 414, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
    .home .headshot p {
      display: block; }
    /* line 418, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
    .home .headshot .next-prev {
      display: none; }
  /* line 423, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .headshot-img {
    position: relative;
    width: 80%;
    height: 300px;
    display: block;
    margin: 0 auto;
    top: 0;
    right: 0;
    background-position: center !important; }
  /* line 434, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .hero-content, .home .box-outer {
    text-align: center; }
  /* line 438, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .hero-content {
    width: 100%; }
  /* line 442, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .home-cta {
    width: 100%; }
  /* line 446, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .home .logos {
    display: none; } }
/* line 452, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
.headshot-preloads {
  display: none;
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px; }
  /* line 459, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .headshot-preloads .craig {
    background-image: url(/assets/corp/index/craig/craig-25926e1ea3375861968f6a1076fd487624609a3e2f3d8fc9c81c52d1397a3d11.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
      /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
      .headshot-preloads .craig {
        background-image: url(/assets/corp/index/craig/craig-2x-a46b4432aa292be0f3bb86635412eff09042fe827a929dafa5c33daa11c1272f.png); } }
  /* line 463, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .headshot-preloads .zai {
    background-image: url(/assets/corp/index/zai/zai-2a42c965220bfea036a306827e604655a7260c287f640f6bbceef614b519b27c.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
      /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
      .headshot-preloads .zai {
        background-image: url(/assets/corp/index/zai/zai-2x-bb145bd3452a57908f4b042c8af4deb8d665d08294c3d8297c287506df629ef9.png); } }
  /* line 467, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .headshot-preloads .asim {
    background-image: url(/assets/corp/index/asim/asim-61a755da6308555d1854cb9ffad9abffdc5977043b009ea9957a2009e8031263.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
      /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
      .headshot-preloads .asim {
        background-image: url(/assets/corp/index/asim/asim-2x-564977829a2df9feab4300d1b24e9fa26d17df9f4fe921d0b72e70225b3e7694.png); } }
  /* line 471, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_home.scss */
  .headshot-preloads .dan {
    background-image: url(/assets/corp/index/dan/dan-d07123f70e9cc6fc0bfae698a4d888a24d6391f33d5c9cb886213743e78ec2c4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
      /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
      .headshot-preloads .dan {
        background-image: url(/assets/corp/index/dan/dan-2x-c4a0b8829c77d91e5a2d55b76debbcc429e12606bda98569da0eea8c5574735c.png); } }

/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_why_techvalidate.scss */
.why-techvalidate .quote-box {
  background: #2c2f88;
  padding: 30px 20px;
  margin: 10px 30px 20px 0;
  color: white;
  position: relative; }
  /* line 9, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_why_techvalidate.scss */
  .why-techvalidate .quote-box p.quote {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600; }
  /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_why_techvalidate.scss */
  .why-techvalidate .quote-box:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 40px;
    width: 0;
    height: 0;
    border-top: 16px solid #2c2f88;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent; }
  /* line 27, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_why_techvalidate.scss */
  .why-techvalidate .quote-box.green {
    background: #77bc1f; }
    /* line 30, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_why_techvalidate.scss */
    .why-techvalidate .quote-box.green:after {
      border-top: 16px solid #77bc1f; }
  /* line 35, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_why_techvalidate.scss */
  .why-techvalidate .quote-box.orange {
    background: #ff8400; }
    /* line 38, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_why_techvalidate.scss */
    .why-techvalidate .quote-box.orange:after {
      border-top: 16px solid #ff8400; }
  /* line 43, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_why_techvalidate.scss */
  .why-techvalidate .quote-box.yellow {
    background: #e6ca00; }
    /* line 46, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_why_techvalidate.scss */
    .why-techvalidate .quote-box.yellow:after {
      border-top: 16px solid #e6ca00; }

/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .main {
  text-align: center; }
  /* line 5, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .main h2 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    text-align: center; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .product .main h2:last-child {
      margin-right: 0; }
  /* line 11, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .main img {
    position: relative;
    z-index: 1; }
    /* line 15, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
    .product .main img.logo {
      top: 28px;
      margin: 0 10px 0 20px; }
  /* line 22, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .main .video-link img {
    margin-bottom: 100px; }
  /* line 27, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .main .asset-types {
    margin: 100px auto 0;
    display: block; }
/* line 33, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .content {
  overflow: hidden; }
  /* line 36, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .content h1 {
    margin-top: 60px;
    text-align: center; }
  /* line 41, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .content h2 {
    margin-top: 6%; }
/* line 46, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .box.bracket, .product .results h2 {
  position: relative; }
  /* line 49, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .box.bracket:before, .product .box.bracket:after, .product .results h2:before, .product .results h2:after {
    content: "";
    width: 3px;
    height: 50%;
    position: absolute;
    top: 25%;
    background: white; }
  /* line 58, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .box.bracket:before, .product .results h2:before {
    left: -2px; }
  /* line 62, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .box.bracket:after, .product .results h2:after {
    right: -2px; }
/* line 67, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .results {
  position: relative;
  margin-top: 100px; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .product .results:after {
    clear: both;
    content: "";
    display: table; }
  /* line 74, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .results:before {
    content: "";
    width: 560px;
    height: 560px;
    left: 50%;
    margin-left: -284px;
    top: 127px;
    border: 3px solid #2c2f88;
    position: absolute;
    background: transparent;
    -webkit-transform: rotate(-45deg) skew(20deg, 20deg);
    -moz-transform: rotate(-45deg) skew(20deg, 20deg);
    -ms-transform: rotate(-45deg) skew(20deg, 20deg);
    -o-transform: rotate(-45deg) skew(20deg, 20deg);
    -spec-transform: rotate(-45deg) skew(20deg, 20deg);
    transform: rotate(-45deg) skew(20deg, 20deg); }
  /* line 88, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .results h4 {
    min-height: 176px;
    margin: 239px 0 300px;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    position: relative;
    z-index: 1;
    text-align: center; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .product .results h4:last-child {
      margin-right: 0; }
  /* line 99, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .results h2 {
    padding: 20px 60px; }
/* line 104, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .video-link {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .product .video-link:last-child {
    margin-right: 0; }
/* line 108, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .sub-head {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  margin-left: 25.5894130058%;
  margin-top: 100px;
  text-align: center; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .product .sub-head:last-child {
    margin-right: 0; }
  /* line 115, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .sub-head h2 {
    text-align: center;
    display: inline-block; }
    /* line 119, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
    .product .sub-head h2 + p.box {
      padding-top: 40px; }
  /* line 124, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .sub-head p {
    text-align: left; }
/* line 130, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .how-it-works .row {
  margin-top: 70px;
  position: relative; }
/* line 135, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .how-it-works .text, .product .how-it-works .image {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%; }
  /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
  .product .how-it-works .text:last-child, .product .how-it-works .image:last-child {
    margin-right: 0; }
/* line 139, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .how-it-works .image {
  margin-left: 17.0596086706%;
  position: relative;
  z-index: 0;
  left: 50px; }
/* line 148, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .how-it-works .collect .text, .product .how-it-works .utilize .text {
  position: relative;
  left: 28px; }
/* line 155, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .how-it-works .publish .text, .product .how-it-works .validate .text {
  margin-left: 59.708630347%; }
/* line 161, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .how-it-works .validate .image {
  position: absolute;
  top: 50px;
  left: -7.5%; }
/* line 167, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .how-it-works .validate p:last-child {
  margin-bottom: 200px; }
/* line 173, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .how-it-works .publish .image {
  margin-top: -300px;
  margin-left: 0; }
/* line 179, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .how-it-works .utilize {
  margin-top: 150px; }
  /* line 182, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .how-it-works .utilize .image {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-top: -197px;
    position: relative; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .product .how-it-works .utilize .image:last-child {
      margin-right: 0; }
    /* line 188, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
    .product .how-it-works .utilize .image img {
      padding: 20px;
      margin: 0 auto;
      display: block; }
  /* line 195, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .how-it-works .utilize .box {
    margin-bottom: 40px;
    position: relative;
    z-index: 2; }
    /* line 200, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
    .product .how-it-works .utilize .box.nurturing, .product .how-it-works .utilize .box.enablement {
      margin: 40px auto; }
    /* line 204, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
    .product .how-it-works .utilize .box.nurturing {
      width: 90%; }
    /* line 208, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
    .product .how-it-works .utilize .box.enablement {
      width: 80%; }
    /* line 212, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
    .product .how-it-works .utilize .box .box {
      margin-bottom: 0; }
    /* line 216, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
    .product .how-it-works .utilize .box h4 {
      color: #333;
      padding-top: 10px;
      padding-bottom: 10px; }
  /* line 223, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .how-it-works .utilize .arrow-down:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #2c2f88;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px; }
/* line 237, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .how-it-works h2 {
  position: relative;
  top: 30px;
  padding: 10px;
  z-index: 1; }
/* line 244, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .how-it-works h3 {
  font-weight: 600;
  margin: 10px 0 28px -28px; }
  /* line 248, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .how-it-works h3 span {
    font-size: 48px;
    font-weight: 100; }
/* line 255, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .horizontal-line {
  width: 200%;
  margin-left: -50%;
  height: 3px;
  position: absolute;
  background: #2c2f88;
  top: 50px; }
  /* line 263, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .horizontal-line:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #2c2f88;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px white;
    border: 3px solid #2c2f88;
    left: 50%;
    top: -10px;
    margin-left: -12px; }
/* line 278, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .line, .product .bottom-cta {
  position: relative; }
  /* line 281, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .line:before, .product .bottom-cta:before {
    content: "";
    position: absolute;
    right: 50%;
    width: 3px;
    margin-left: -1px;
    margin-right: -1px; }
/* line 291, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .line {
  margin-top: 100px; }
  /* line 294, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .line:before {
    height: 100%;
    top: 40px;
    background: #2c2f88; }
  /* line 300, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .line .sub-head {
    margin-top: 0; }
    /* line 303, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
    .product .line .sub-head h2 {
      margin-top: 0; }
/* line 310, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .main .line {
  padding-bottom: 100px; }
  /* line 313, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .main .line:before {
    height: 100%; }
/* line 320, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
.product .bottom-cta:before {
  height: 60px;
  top: 0;
  background: white; }

@media all and (max-width: 1150px) {
  /* line 331, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_product.scss */
  .product .results:before {
    width: 450px;
    height: 450px;
    margin-left: -229px;
    top: 178px; } }
/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_insights.scss */
.insights-hero {
  background: url(/assets/corp/product/insights/hero-12aa09ee94e8e3563988a9cdc495baae6e7a2f63d012c2c6fae4a2810b5fe36b.jpg) no-repeat bottom right;
  background-size: 80%;
  min-height: 460px;
  padding-bottom: 40px; }

/* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_collections.scss */
.collections .large.curated {
  color: #839DB8; }
/* line 7, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_collections.scss */
.collections .large.smart {
  color: #a4b6c8; }
/* line 11, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_collections.scss */
.collections .large .fa {
  font-size: 72px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_slides.scss */
.slide {
  text-align: center; }

/* line 5, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_slides.scss */
a.next_slide, a.prev_slide {
  float: right;
  display: block;
  width: 70px;
  height: 16px;
  line-height: 16px;
  background: url(/assets/icons/arrow_right-7dc8b97e029613ffd12cfe8c492ca24ddc878086a2c9bf59efa3159ab81b5cf9.png) no-repeat right center;
  text-align: center;
  margin-top: 17px;
  font-size: 14px;
  color: #666; }

/* line 17, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_slides.scss */
a.prev_slide {
  float: left;
  background: url(/assets/icons/arrow_left-1f789a551424ae0dc76f8966b042156a5b24da9ddbc9591dc623be42eccd045f.png) no-repeat left center; }

/* line 22, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_slides.scss */
.slide_pagination {
  text-align: center;
  padding-top: 16px; }
  /* line 25, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_slides.scss */
  .slide_pagination li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 0; }
    /* line 34, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_slides.scss */
    .slide_pagination li a {
      display: block;
      width: 12px;
      height: 0;
      padding-top: 12px;
      background-image: url(/assets/corp/slide_pagination-ea57c0bebc0dba406f6478e49bd083d4170e2c6ba154b5a04882862b1d27ebe5.png);
      background-position: 0 0;
      float: left;
      overflow: hidden; }
    /* line 44, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_slides.scss */
    .slide_pagination li.current a {
      background-position: 0 -12px; }

/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_examples.scss */
.example-section {
  margin-top: 32px;
  padding: 32px 0;
  border-top: 1px solid #d5d5d5; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .example-section:after {
    clear: both;
    content: "";
    display: table; }
  /* line 9, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_examples.scss */
  .example-section .example-icon {
    float: left;
    width: 20%; }
  /* line 14, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_examples.scss */
  .example-section .example-content {
    float: right;
    width: 75%; }
  /* line 19, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_examples.scss */
  .example-section .example-blurb {
    margin-top: 24px;
    float: left;
    width: 50%;
    text-align: center; }
  /* line 26, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_examples.scss */
  .example-section .example-blurb .blurb-icon img {
    border: solid 1px #ddd;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5); }
  /* line 31, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_examples.scss */
  .example-section .example-blurb .blurb-text {
    padding: 4px 8px 0 8px; }

/* line 37, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_examples.scss */
.usage-section {
  margin-top: 32px;
  padding: 32px 0;
  border-top: 1px solid #d5d5d5; }
  /* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/shared/_mixins.scss */
  .usage-section:after {
    clear: both;
    content: "";
    display: table; }
  /* line 44, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_examples.scss */
  .usage-section .section-label {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 14.7019566472%;
    text-align: center;
    color: #2c2f88; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .usage-section .section-label:last-child {
      margin-right: 0; }
    /* line 50, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_examples.scss */
    .usage-section .section-label .use-case {
      font-weight: 600;
      margin-bottom: 0; }
    /* line 55, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_examples.scss */
    .usage-section .section-label .section-number {
      font-size: 72px;
      line-height: 0.8em;
      font-weight: 200; }
  /* line 62, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_examples.scss */
  .usage-section .section-body {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .usage-section .section-body:last-child {
      margin-right: 0; }

/* line 69, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_examples.scss */
.chart-example img {
  max-width: 80%;
  height: auto; }

@media all and (max-width: 760px) {
  /* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_media_queries.scss */
  .responsive .half, .responsive .col2, .responsive .third, .responsive .two-thirds, .responsive .quarter, .responsive .col, .responsive .three-quarters, .responsive .col3, .responsive .bottom-cta .form-group, .responsive .one-column, .responsive .two-columns, .responsive .three-columns, .responsive .four-columns, .responsive .five-columns, .responsive .six-columns, .responsive .seven-columns, .responsive .eight-columns, .responsive .nine-columns, .responsive .ten-columns, .responsive .eleven-columns {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .responsive .half:last-child, .responsive .col2:last-child, .responsive .third:last-child, .responsive .two-thirds:last-child, .responsive .quarter:last-child, .responsive .col:last-child, .responsive .three-quarters:last-child, .responsive .col3:last-child, .responsive .bottom-cta .form-group:last-child, .responsive .one-column:last-child, .responsive .two-columns:last-child, .responsive .three-columns:last-child, .responsive .four-columns:last-child, .responsive .five-columns:last-child, .responsive .six-columns:last-child, .responsive .seven-columns:last-child, .responsive .eight-columns:last-child, .responsive .nine-columns:last-child, .responsive .ten-columns:last-child, .responsive .eleven-columns:last-child {
      margin-right: 0; } }
@media all and (max-width: 760px) {
  /* line 9, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_media_queries.scss */
  .responsive .shift-one, .responsive .shift-two, .responsive .shift-three, .responsive .shift-four, .responsive .shift-five, .responsive .shift-six, .responsive .shift-seven, .responsive .shift-eight, .responsive .shift-nine, .responsive .shift-ten, .responsive .shift-eleven {
    margin-left: 0%; }
  /* line 13, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_media_queries.scss */
  .responsive .bulleted {
    margin-left: 22px; }
  /* line 18, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_media_queries.scss */
  .responsive .inline input, .responsive .inline textarea {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .responsive .inline input:last-child, .responsive .inline textarea:last-child {
      margin-right: 0; }
  /* line 22, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_media_queries.scss */
  .responsive .inline label, .responsive .inline .label {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    text-align: left; }
    /* line 89, /data/techvalidate/shared/bundled_gems/ruby/2.7.0/bundler/gems/neat-035722119474/app/assets/stylesheets/grid/_span-columns.scss */
    .responsive .inline label:last-child, .responsive .inline .label:last-child {
      margin-right: 0; }
  /* line 28, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_media_queries.scss */
  .responsive .inline label.error {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    background: transparent; }
  /* line 36, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_media_queries.scss */
  .responsive .mobile-hide {
    display: none; } }
@media all and (max-width: 600px) {
  /* line 42, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_media_queries.scss */
  .responsive .wrapper {
    padding: 0 10px; } }

/* line 1, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_alerts.scss */
.flash {
  position: absolute;
  margin-top: 0;
  top: 64px;
  right: 64px;
  left: 64px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000; }
  /* line 11, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_alerts.scss */
  .flash.transient_flash, .flash.transient_flash_dynamic {
    opacity: 0;
    position: fixed;
    z-index: 1002;
    font-weight: 300;
    margin-top: -1;
    top: 23px;
    right: 32px;
    left: auto;
    background: #2c2f88;
    border: none;
    color: #fff;
    font-size: 20px; }
  /* line 26, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_alerts.scss */
  .flash.flash_error {
    margin-top: 20px;
    z-index: 100;
    position: absolute; }

/* line 33, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_alerts.scss */
#cookie-banner {
  background: #fff399;
  color: #666666;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 100;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4); }
  /* line 44, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_alerts.scss */
  #cookie-banner .btn {
    background: #998600;
    color: white;
    padding: 4px 12px;
    margin-top: -2px; }

@media all and (max-width: 760px) {
  /* line 54, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_alerts.scss */
  .responsive .flash_error {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: 20px 10px;
    position: relative; }
  /* line 64, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_alerts.scss */
  .responsive #cookie-banner {
    padding: 16px;
    font-size: 15px; }
    /* line 68, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_alerts.scss */
    .responsive #cookie-banner .two-columns {
      text-align: left !important;
      margin-top: 12px; } }

/* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
.basic-page {
  background: #fafafa;
  background-image: url(/assets/corp/header/home-bg-12c01eef1fbfae9370dc130f2a4b7c29fca8b1091c9b6d62805cf69026041f94.png);
  background-size: stretch;
  background-attachment: fixed; }
  /* line 9, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .basic-page a {
    text-decoration: none;
    border-bottom: 1px solid #e2e2e2;
    color: #555; }
    /* line 14, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
    .basic-page a:hover {
      text-decoration: none;
      border-bottom: 1px solid #A6D583;
      cursor: pointer; }
  /* line 21, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .basic-page a.error {
    color: #c80000; }
  /* line 25, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .basic-page a.error:hover {
    border-bottom: 1px solid #c80000; }
  /* line 29, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .basic-page #Container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 17px 24px 24px;
    text-align: left; }
  /* line 37, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .basic-page #Header {
    text-align: center;
    margin-top: 16px; }
  /* line 42, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .basic-page #Logo a {
    border-bottom: none; }
  /* line 46, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .basic-page h1 {
    margin-bottom: 24px;
    margin-top: 24px;
    font-size: 40px;
    line-height: 140%; }
  /* line 53, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .basic-page #Footer {
    color: #777;
    font-size: 14px;
    margin-top: 48px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
    text-align: center; }
  /* line 64, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .basic-page .terms-container {
    margin-top: 16px;
    margin-bottom: 16px; }
    /* line 68, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
    .basic-page .terms-container ol, .basic-page .terms-container ul {
      padding-left: 24px; }
    /* line 72, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
    .basic-page .terms-container ol li {
      list-style-type: decimal;
      list-style-position: outside;
      margin-top: 8px;
      line-height: 120%; }
    /* line 79, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
    .basic-page .terms-container ul li {
      list-style-type: square;
      list-style-position: outside;
      margin-top: 8px;
      line-height: 120%; }
  /* line 87, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .basic-page .user-terms-header {
    padding: 16px 32px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center; }
    /* line 96, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
    .basic-page .user-terms-header p {
      margin-bottom: 0; }
  /* line 101, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .basic-page .user-terms-container {
    height: 480px;
    background: #f9f9f9;
    overflow: auto;
    padding: 16px 32px 32px;
    border: 1px solid #ddd; }
  /* line 109, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .basic-page .user-terms-footer {
    padding: 24px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center; }

/* line 122, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
.error-page {
  text-align: center;
  padding-top: 40px; }
  /* line 126, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .error-page img {
    margin-bottom: 20px; }
  /* line 130, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .error-page h1 {
    font-size: 32px;
    margin-top: 0; }
  /* line 135, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .error-page h4 {
    margin-top: 50px;
    font-size: 20px; }
  /* line 140, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
  .error-page ul.link-list {
    margin: 20px auto;
    width: 34%; }
    /* line 144, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
    .error-page ul.link-list li {
      text-align: left;
      margin: 18px 0; }
    /* line 149, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_basic_pages.scss */
    .error-page ul.link-list .icon-inline {
      display: inline;
      text-align: left;
      margin: 0;
      margin-right: 8px;
      vertical-align: middle; }

/* line 3, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
.basic-page .login-page {
  width: 360px;
  margin: 0 auto; }
/* line 8, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
.basic-page .login-form {
  background: white;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  padding: 22px;
  margin-top: 60px;
  position: relative; }
  /* line 16, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
  .basic-page .login-form h1 {
    font-size: 20px;
    color: #54595C;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 26px; }
  /* line 26, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
  .basic-page .login-form input[type='text'], .basic-page .login-form input[type='password'] {
    border-radius: 3px;
    height: 45px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 16px;
    border: 1px solid #C8C8C8;
    text-indent: 12px;
    width: 100%;
    background: #FAFAFA;
    line-height: 45px \9; }
    /* line 41, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
    .basic-page .login-form input[type='text']:focus, .basic-page .login-form input[type='password']:focus {
      outline: none;
      box-shadow: inset 0px 0px 5px #AEE7F8;
      border: 1px solid #9FD3E2; }
  /* line 50, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
  .basic-page .login-form input.top-text-field {
    border-radius: 3px 3px 0px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  /* line 60, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
  .basic-page .login-form input.bottom-text-field {
    border-radius: 0px 0px 3px 3px;
    margin-top: -1px; }
  /* line 65, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
  .basic-page .login-form label.hide-on-modern-browsers {
    font-weight: normal;
    font-size: 14px;
    display: none; }
  /* line 71, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
  .basic-page .login-form .flash_error {
    font-size: 14px;
    position: static;
    text-align: center;
    color: #C91D1D;
    margin-bottom: 12px; }
    /* line 78, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
    .basic-page .login-form .flash_error .flash_close {
      display: none; }
  /* line 83, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
  .basic-page .login-form label.error {
    position: absolute;
    right: 28px;
    margin-top: 7px;
    display: inline-block;
    font-size: 12px;
    z-index: 2000;
    font-weight: 300; }
/* line 94, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
.basic-page .alerts-wrapper {
  margin-top: 50px;
  margin-left: 25px; }
  /* line 98, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
  .basic-page .alerts-wrapper .alert {
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 300;
    color: #6D6D6D; }
/* line 106, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
.basic-page .subtitle {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #54595C;
  margin-top: -10px;
  margin-bottom: 20px; }
/* line 115, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
.basic-page .back-link {
  text-align: center;
  padding-top: 20px; }
/* line 120, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
.basic-page .login-btn {
  margin-top: 15px;
  border-bottom: none;
  width: 100%;
  height: 45px;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 3px;
  background-color: #4A90E2;
  -webkit-transition: background-color, 0.2s;
  -moz-transition: background-color, 0.2s;
  -spec-transition: background-color, 0.2s;
  transition: background-color, 0.2s; }
  /* line 133, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
  .basic-page .login-btn:hover {
    background-color: #3B75B9;
    border-bottom: none; }
  /* line 138, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
  .basic-page .login-btn:focus, .basic-page .login-btn:active {
    outline: none;
    background-color: #2560a4; }

@media (max-width: 404px) {
  /* line 148, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
  .basic-page #Container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: left; }
  /* line 156, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_login_pages.scss */
  .basic-page .login-page {
    width: 100%; } }
/* line 2, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_signatures.scss */
.employee-signature textarea {
  font-size: 12px;
  font-family: arial;
  width: 100%;
  resize: none; }
/* line 9, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_signatures.scss */
.employee-signature .sig-preview {
  border: 1px dashed #e2e2e2;
  padding: 10px; }
/* line 14, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_signatures.scss */
.employee-signature .text-sig textarea {
  height: 153px; }

/* line 19, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_signatures.scss */
.sig-install-steps {
  list-style-type: disc;
  list-style-position: inside; }
  /* line 23, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_signatures.scss */
  .sig-install-steps li {
    font-size: 14px; }

/* line 8, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.mktoForm {
  width: 100% !important; }
  /* line 11, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .mktoForm .mktoFieldWrap, .mktoForm .mktoHtmlText, .mktoForm input {
    width: 100% !important; }

@media only screen and (min-width: 480px) {
  /* line 18, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .mktoFormCol:first-child:nth-last-child(2) {
    width: 100% !important; }
    /* line 21, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    .mktoFormCol:first-child:nth-last-child(2) ~ .mktoFormCol {
      width: 100% !important; }
  /* line 26, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .mktoFormCol:first-child:nth-last-child(3) {
    width: 50% !important; }
    /* line 29, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
      width: 50% !important; }
  /* line 34, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .mktoFormCol:first-child:nth-last-child(4) {
    width: 33.3333% !important; }
    /* line 37, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    .mktoFormCol:first-child:nth-last-child(4) ~ .mktoFormCol {
      width: 33.3333% !important; }
  /* line 42, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    padding-left: 0.3em !important; } }
@media only screen and (max-width: 480px) {
  /* line 49, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .mktoFormCol {
    width: 100% !important; } }
/* line 54, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.mktoAsterix, .mktoForm .mktoGutter {
  display: none !important; }

/* line 58, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.mktoButtonRow {
  width: 100% !important; }

/* line 62, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.mktoButtonWrap {
  margin-left: 0 !important; }

/* line 66, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.mktoForm {
  clear: both;
  margin-bottom: 0.3em; }
  /* line 68, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date] {
    padding: 0.3em;
    width: 100% !important; }
  /* line 74, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    padding: 0.3em;
    width: 100% !important; }
  /* line 82, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
    float: left !important;
    width: auto !important; }
  /* line 87, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
    display: inherit !important; }
  /* line 92, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .mktoForm input[type="radio"], .mktoForm input[type="checkbox"] {
    width: auto !important; }
  /* line 97, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .mktoForm fieldset legend {
    margin: inherit !important; }

@media only screen and (max-width: 480px) {
  /* line 105, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  #marketo-form .mktoForm input[type=text],
  #marketo-form .mktoForm input[type=url],
  #marketo-form .mktoForm input[type=email],
  #marketo-form .mktoForm input[type=tel],
  #marketo-form .mktoForm input[type=number],
  #marketo-form .mktoForm input[type=date],
  #marketo-form select.mktoField {
    height: inherit !important;
    font-size: inherit !important; } }
/* line 119, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.mktoForm .mktoError .mktoErrorMsg {
  display: block;
  margin-top: 7px;
  background-image: none !important;
  background: #e51b00;
  border: none !important;
  border-radius: 3px !important;
  box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px -2px;
  text-shadow: none !important;
  color: white !important; }

/* line 131, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.mktoForm label.error {
  background-image: none !important;
  background: #e51b00;
  color: white !important; }

/* line 152, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
#marketo-form {
  position: relative;
  padding: 20px;
  max-width: 680px;
  margin: 48px auto;
  margin-top: 0;
  background: white;
  border-radius: 3px;
  text-align: left; }
  /* line 163, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  #marketo-form.generic-contact {
    margin-top: -20px;
    min-height: 500px;
    margin-bottom: 10px; }
  /* line 171, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  #marketo-form.request-consult {
    margin-top: -20px;
    min-height: 600px;
    margin-bottom: 10px; }
  /* line 179, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  #marketo-form.video-tour-compact {
    min-height: 600px;
    margin-top: -55px;
    background: none; }
    /* line 185, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    #marketo-form.video-tour-compact .mktoForm .mktoOffset {
      height: 8px; }
    /* line 189, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    #marketo-form.video-tour-compact .mktoForm .mktoLabel {
      color: #555;
      margin-bottom: 2px; }
    /* line 194, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    #marketo-form.video-tour-compact .mktoForm .mktoButton {
      background: #7bc142 !important; }
  /* line 200, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  #marketo-form.bottom-cta {
    background: none;
    max-width: 360px; }
    /* line 205, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    #marketo-form.bottom-cta .mktoForm .mktoOffset {
      height: 8px; }
    /* line 209, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    #marketo-form.bottom-cta .mktoForm .mktoLabel {
      color: white;
      margin-bottom: 2px; }
    /* line 214, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    #marketo-form.bottom-cta .mktoForm .mktoButton {
      background: #7bc142 !important; }
    /* line 220, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    #marketo-form.bottom-cta label[for="Explicit_Opt_In__c"] {
      font-weight: normal !important;
      color: white !important;
      font-size: 12px !important;
      line-height: 1.5 !important;
      width: 92% !important;
      float: right !important; }
    /* line 229, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    #marketo-form.bottom-cta input#Explicit_Opt_In__c {
      margin-top: 5px; }
    /* line 233, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    #marketo-form.bottom-cta a {
      color: white !important; }
    /* line 241, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    #marketo-form.bottom-cta .mktoLogicalField label[for="Explicit_Opt_In__c"] {
      display: none !important; }
  /* line 246, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  #marketo-form form {
    width: auto !important; }
  /* line 250, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  #marketo-form .mktoFieldDescriptor {
    margin: 0 !important; }
  /* line 255, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  #marketo-form .mktoFormRow {
    margin-bottom: 0; }
  /* line 259, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  #marketo-form .mktoForm .mktoLabel {
    color: #666;
    display: block;
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    font-family: inherit !important; }
  /* line 269, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  #marketo-form .mktoForm select.mktoField {
    height: 30px;
    background: #fff;
    -webkit-appearance: menulist;
    border-radius: 10px;
    border: 1px solid #c3bec8;
    background: #f8f8f8 !important; }
  /* line 278, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  #marketo-form .mktoForm textarea {
    background: #fafafa;
    min-height: 90px; }
  /* line 283, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  #marketo-form .mktoForm input[type=text],
  #marketo-form .mktoForm input[type=url],
  #marketo-form .mktoForm input[type=email],
  #marketo-form .mktoForm input[type=tel],
  #marketo-form .mktoForm input[type=number],
  #marketo-form .mktoForm input[type=date] {
    display: block;
    width: 100%;
    padding: 6px 8px !important;
    font-size: 14px;
    line-height: 24px;
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s; }
    /* line 302, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
    #marketo-form .mktoForm input[type=text]:focus,
    #marketo-form .mktoForm input[type=url]:focus,
    #marketo-form .mktoForm input[type=email]:focus,
    #marketo-form .mktoForm input[type=tel]:focus,
    #marketo-form .mktoForm input[type=number]:focus,
    #marketo-form .mktoForm input[type=date]:focus {
      background: #fff;
      box-shadow: 0 0 4px 0 rgba(0, 168, 255, 0.5), inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
      border: 1px solid #00a8ff;
      outline: none; }

/* line 315, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.mktoButtonRow {
  width: 100% !important;
  margin-top: 28px !important;
  margin-bottom: 20px !important; }

/* line 323, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.mktoForm .mktoButtonWrap {
  width: 100% !important; }
  /* line 326, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .mktoForm .mktoButtonWrap .mktoButton {
    -webkit-appearance: button;
    text-decoration: none;
    background: #2c2f88 !important;
    width: 100% !important;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease-in-out;
    border: none !important;
    border-radius: 3px;
    font-size: 16px !important;
    color: white;
    border-color: transparent;
    height: 40px;
    min-width: 40px;
    line-height: 38px;
    padding: 0 16px !important; }
/* line 350, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.mktoForm label[for="Explicit_Opt_In__c"] {
  font-weight: normal !important;
  color: #606060 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  width: 92% !important;
  float: right !important; }
/* line 359, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.mktoForm input#Explicit_Opt_In__c {
  margin-top: 5px; }
/* line 367, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.mktoForm .mktoLogicalField label[for="Explicit_Opt_In__c"] {
  display: none !important; }

/* line 375, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.marketo-form-error, .gdpr-form-error {
  display: none;
  line-height: 32px;
  font-size: 24px;
  color: #79C34E;
  text-align: center; }

/* line 388, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
#marketo-form.sales-demo {
  min-height: 655px; }

/* line 393, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.ebook .marketo-form {
  margin: 0 auto;
  max-width: 600px; }

/* line 398, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.form-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.15); }
  /* line 406, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
  .form-progress img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate3D(-50%, -50%, 0); }

/* line 414, /data/techvalidate/releases/20230420092006/app/assets/stylesheets/corporate/_marketo.scss */
.tour-overlay {
  height: auto;
  z-index: 1;
  position: absolute;
  top: 14px;
  left: 100px;
  right: 100px;
  padding-bottom: 40px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  height: auto; }
