.main-content {
  position: absolute;
  top: 50px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #eee;
  text-align: center;
  font-family: futura-pt, Arial !important; }

.intent-gate-card-hover {
  height: 100%; }
  .intent-gate-card-hover .hover-img {
    background-image: url(../img/project-hover.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center; }
  .intent-gate-card-hover .intent-gate-card-desc-name {
    font-size: 21px;
    margin-top: 18px;
    margin-bottom: 32px;
    margin-left: 10px;
    text-align: left; }
  .intent-gate-card-hover .intent-gate-card-description {
    font-size: 15px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px; }

.intent-gate-content {
  margin-top: 70px;
  padding-left: 5%;
  padding-right: 5%; }

.intent-gate-question-header {
  display: inline-block;
  margin-bottom: 10px; }

.intent-gate-question {
  text-align: center;
  margin-left: 10px;
  font-size: 21px;
  margin-bottom: 10px; }

.intent-gate-sub-title {
  text-align: center;
  margin-left: 10px;
  font-size: 19px;
  margin-bottom: 10px;
  color: #777777; }

.intent-gate {
  height: 380px;
  position: relative; }
  .intent-gate .intents-container {
    padding-top: 30px; }
  .intent-gate .intent-gate-sub-title {
    color: #646464; }

.intent-gate-button-and-indicator {
  position: relative;
  left: 50%;
  margin-top: 50px;
  padding-bottom: 20px;
  height: 52px;
  width: 260px; }
  .intent-gate-button-and-indicator button, .intent-gate-button-and-indicator .selection-indicator-container {
    position: absolute; }
  .intent-gate-button-and-indicator .selection-indicator-container {
    right: 0;
    top: 5px; }
  .intent-gate-button-and-indicator button {
    top: 0;
    left: -69px; }

.selection-indicator {
  height: 25px;
  width: 42px;
  display: table-cell;
  vertical-align: middle; }
  .selection-indicator .selection-indicator-inner-circle {
    margin: 0 auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dddddd; }
  .selection-indicator .selection-indicator-border {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    border-radius: 50%; }

.selection-indicator-enabled div {
  width: 20px;
  height: 20px;
  background-color: #001aff !important; }

.selection-indicator-highlight .selection-indicator-border {
  border: 1px solid #001aff; }

.selection-indicator-container {
  display: block; }
  .selection-indicator-container span {
    margin-left: -26px; }

.use-cases-screen .cool-background {
  position: fixed;
  top: 120px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  background-color: #eee; }

.use-cases-screen .use-case-cards-container {
  background-color: transparent;
  padding-top: 15px;
  padding: 15px 3%;
  position: absolute;
  top: 60px;
  z-index: 3; }

.use-cases-screen .use-cases-header, .use-cases-screen .use-case-cards-container {
  transition: max-height 0.1s linear; }

.use-case-cards-grid {
  display: block;
  width: 100%; }
  .use-case-cards-grid .use-case-card {
    opacity: 0; }
  .use-case-cards-grid > div:nth-child(1) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .use-case-cards-grid > div:nth-child(2) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .use-case-cards-grid > div:nth-child(3) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .use-case-cards-grid > div:nth-child(4) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .use-case-cards-grid > div:nth-child(5) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .use-case-cards-grid > div:nth-child(6) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .use-case-cards-grid > div:nth-child(7) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  .use-case-cards-grid > div:nth-child(8) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .use-case-cards-grid > div:nth-child(9) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  .use-case-cards-grid > div:nth-child(10) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s; }
  .use-case-cards-grid > div:nth-child(11) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s; }
  .use-case-cards-grid > div:nth-child(12) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .use-case-cards-grid > div:nth-child(13) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s; }
  .use-case-cards-grid > div:nth-child(14) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .use-case-cards-grid > div:nth-child(15) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .use-case-cards-grid > div:nth-child(16) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s; }
  .use-case-cards-grid > div:nth-child(17) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-delay: 1.7s; }
  .use-case-cards-grid > div:nth-child(18) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s; }
  .use-case-cards-grid > div:nth-child(19) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    -o-animation-delay: 1.9s;
    animation-delay: 1.9s; }
  .use-case-cards-grid > div:nth-child(20) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s; }
  .use-case-cards-grid > div:nth-child(21) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    -o-animation-delay: 2.1s;
    animation-delay: 2.1s; }
  .use-case-cards-grid > div:nth-child(22) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    -o-animation-delay: 2.2s;
    animation-delay: 2.2s; }
  .use-case-cards-grid > div:nth-child(23) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 2.3s;
    -moz-animation-delay: 2.3s;
    -o-animation-delay: 2.3s;
    animation-delay: 2.3s; }
  .use-case-cards-grid > div:nth-child(24) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s; }
  .use-case-cards-grid > div:nth-child(25) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s; }
  .use-case-cards-grid > div:nth-child(26) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s; }
  .use-case-cards-grid > div:nth-child(27) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
    -o-animation-delay: 2.7s;
    animation-delay: 2.7s; }
  .use-case-cards-grid > div:nth-child(28) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    -o-animation-delay: 2.8s;
    animation-delay: 2.8s; }
  .use-case-cards-grid > div:nth-child(29) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 2.9s;
    -moz-animation-delay: 2.9s;
    -o-animation-delay: 2.9s;
    animation-delay: 2.9s; }
  .use-case-cards-grid > div:nth-child(30) {
    -webkit-animation: fade 0.3s ease-in-out forwards;
    -moz-animation: fade 0.3s ease-in-out forwards;
    -o-animation: fade 0.3s ease-in-out forwards;
    animation: fade 0.3s ease-in-out forwards;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s; }
  .use-case-cards-grid .use-case-card:nth-child(1) .recommended-banner, .use-case-cards-grid .use-case-card:nth-child(2) .recommended-banner {
    visibility: visible; }

.use-case-card {
  position: relative;
  padding: 26px 26px 0px 26px;
  margin: 1%;
  width: 31%;
  max-width: 402px;
  min-width: 325px;
  height: 350px;
  box-sizing: border-box; }
  .use-case-card p {
    text-align: left;
    margin-top: 17px;
    font-family: futura-pt, Arial;
    line-height: 22px;
    padding: 0px 13px; }
  .use-case-card .recommended-banner {
    visibility: hidden;
    position: absolute;
    right: -49px;
    top: 0px; }
  .use-case-card .use-case-card-buttons-group {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: 0 auto; }

.recommended-banner {
  background-image: url(../img/recommended.svg);
  background-repeat: no-repeat;
  height: 31px;
  width: 180px;
  background-size: 147px; }

.use-case-card-buttons-group button {
  height: 37px;
  width: 113px;
  background-color: #dddddd;
  border: solid 0.5px white;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: inherit;
  font-size: 12px; }
  .use-case-card-buttons-group button:hover {
    border: solid 0.5px #001aff !important;
    box-shadow: 0px 0px 10px #001aff !important; }

.use-case-card-title {
  justify-content: center;
  padding: 5px;
  margin-top: 27px;
  margin-left: 10px;
  font-size: 24px; }

.infa-header {
  width: 100%;
  height: 50px;
  background-color: black;
  position: fixed;
  z-index: 1000;
  font-family: futura-pt, Arial !important; }
  .infa-header .infa-logo {
    position: absolute;
    left: 42px;
    height: 50px;
    top: 2px;
    width: 138px;
    background-repeat: no-repeat; }

.infa-logo {
  background-image: url(../img/infa-logo.png);
  background-size: 138px; }

.intent-gate-container {
  position: absolute;
  width: 100%;
  background-color: #eee; }

.intent-gate-header {
  background-color: white;
  padding-right: 18px;
  padding-left: 18px;
  padding-top: 13px;
  padding-bottom: 13px;
  position: fixed;
  z-index: 1000;
  box-sizing: border-box;
  width: 100%;
  transition: max-height 0.1s linear; }

.use-cases-header {
  background-color: white;
  padding-right: 18px;
  padding-left: 18px;
  padding-top: 13px;
  padding-bottom: 13px;
  position: fixed;
  /* margin-top: 50px; */
  z-index: 1000;
  box-sizing: border-box;
  width: 100%; }
  .use-cases-header .selected-intents {
    width: 50%; }

.selected-intents {
  padding: 8px;
  font-size: 12px; }
  .selected-intents div {
    display: inline-block;
    float: left; }
  .selected-intents .selected-intents-name {
    text-align: left;
    padding-right: 10px;
    border-right: 1px solid #bbbbbb;
    padding-top: 4px;
    padding-bottom: 6px;
    width: 73px; }
  .selected-intents .selected-intent {
    margin-left: 15px;
    min-width: 85px;
    border-radius: 3px;
    background-color: #d6ecfc;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px; }

.use-cases-header-top span, .use-cases-header-top button {
  display: inline-block; }

.use-cases-header-top span {
  font-size: 19px;
  text-align: center; }

.use-cases-header-top button {
  float: right; }

.skip-link {
  float: right;
  color: #001aff;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  top: 6px; }

.skip-link:hover {
  cursor: pointer; }

.connectors {
  position: absolute;
  bottom: 10%;
  left: 40%;
  display: inline-block;
  vertical-align: middle; }

.connectors-text {
  color: #001aff;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle; }

.connectors-icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  background-image: url("../img/connector_window.svg"); }

.connectors-icon:hover {
  cursor: pointer; }

.connectors-:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.breadcrumb-link {
  float: left;
  color: #001aff;
  text-decoration: none;
  font-size: 19px;
  position: relative;
  cursor: pointer; }

.breadcrumb-text {
  float: left; }

.breadcrumb-separator {
  float: left;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 19px; }

.use-cases-back-button {
  float: left;
  color: #001aff;
  text-decoration: none;
  font-size: 19px; }

.use-cases-back-button:hover {
  cursor: pointer; }

.use-case-header-selected-intents {
  display: flex;
  border-bottom: 1px solid black;
  border-top: 1px solid black; }

.intents-container {
  display: flex;
  flex-wrap: wrap; }

.intent {
  width: 180px;
  background-color: #dddddd;
  border: solid 0.5px white;
  padding: 18px;
  max-height: 64px;
  border-radius: 3px;
  text-align: center;
  margin: 10px;
  font-size: 18px;
  display: block;
  position: relative;
  cursor: pointer; }
  .intent:hover {
    border: solid 0.5px #001aff !important;
    box-shadow: 0px 0px 10px #001aff !important; }
  .intent img {
    position: absolute;
    left: 16px;
    top: 16px;
    height: 31px;
    width: 31px;
    display: block;
    border-radius: 3px; }

@-webkit-keyframes fade {
  100% {
    opacity: 1; } }

@-moz-keyframes fade {
  100% {
    opacity: 1; } }

@-o-keyframes fade {
  100% {
    opacity: 1; } }

@keyframes fade {
  100% {
    opacity: 1; } }

.selected {
  border-color: #001aff !important;
  background-color: #d6ecfc !important; }

.continue-button {
  width: 138px;
  min-height: 53px;
  padding: 21px;
  background-color: #001aff;
  border: solid 0.5px #001aff;
  font-family: futura-pt, Arial;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  line-height: 0px;
  border-radius: 3px;
  cursor: pointer; }
  .continue-button:hover {
    border: solid 0.5px #001aff !important;
    box-shadow: 0px 0px 10px #001aff !important; }

.disable-selection .intent:hover:not(.selected) {
  box-shadow: none !important;
  border: solid 0.5px white !important; }

.disable-selection .intent:not(.selected) {
  cursor: default; }

.continue-button-disables {
  border: solid 0.5px white !important;
  background-color: #dddddd !important;
  cursor: default; }
  .continue-button-disables:hover {
    box-shadow: none !important;
    border: solid 0.5px white !important; }

.infa-button-primary {
  background-color: #001aff;
  border: solid 0.5px #001aff;
  color: #ffffff; }

.infa-intents-selector {
  display: block;
  width: 100%;
  padding: 8px;
  min-height: 25px;
  border-top: 1px solid black;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative; }
  .infa-intents-selector .infa-intents-selector-name {
    position: absolute;
    width: 73px;
    height: 14px;
    font-size: 12px;
    text-align: left;
    padding-right: 10px;
    border-right: 1px solid #bbbbbb;
    padding-top: 4px;
    padding-bottom: 6px; }
  .infa-intents-selector .infa-intents-selector-intent-container {
    position: relative;
    left: 94px;
    padding-right: 80px; }
    .infa-intents-selector .infa-intents-selector-intent-container .infa-intents-selector-intent-container-grid {
      display: flex;
      flex-wrap: wrap; }
      .infa-intents-selector .infa-intents-selector-intent-container .infa-intents-selector-intent-container-grid .intent {
        width: 120px;
        font-size: 13px;
        padding: 6px;
        margin-top: -3px;
        background: white;
        border: 1px solid #bbb; }
        .infa-intents-selector .infa-intents-selector-intent-container .infa-intents-selector-intent-container-grid .intent img {
          position: absolute;
          left: 7px;
          top: 7px;
          height: 15px;
          width: 15px;
          display: block;
          border-radius: 3px; }

.card {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background-color: white;
  float: left; }

.sources-card {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background-color: white;
  padding-left: 20px;
  padding-right: 20px; }

.project-panel {
  display: flex; }

.projects-card-container {
  width: calc(100% - 400px);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 12px;
  float: left; }

.description-card-container {
  height: 380px;
  position: relative;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background-color: white;
  width: 330px;
  float: right; }

.switch-enter {
  opacity: 0.1; }

switch-enter-active {
  opacity: 1;
  transition: .5s ease-in all; }

.walkthrough-mdl-container {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(72, 72, 72, 0.8);
  z-index: 3011; }

.walkthrough-mdl {
  width: 50%;
  height: 66%;
  min-width: 450px;
  min-height: 350px;
  background-color: #ffffff;
  position: relative;
  left: 25%;
  top: 17%;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 2px rgba(72, 72, 72, 0.8); }

.walkthrough-mdl-header {
  background-color: #ff4d00;
  height: 30%;
  min-height: 94px;
  box-sizing: border-box; }
  .walkthrough-mdl-header.exit {
    background-color: #ff4d00; }
  .walkthrough-mdl-header div {
    text-align: center; }
  .walkthrough-mdl-header .text-style {
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    font-family: futura-pt, Arial;
    font-size: 28px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 10px;
    padding-top: 10%; }

.walkthrough-mdl-header-body-divider {
  width: 100%;
  height: 0.002%;
  border: solid 0.05px #006f33;
  box-sizing: border-box; }

.walkthrough-mdl-body {
  width: 100%;
  height: 57%;
  background-color: #eeeeee;
  box-sizing: border-box; }
  .walkthrough-mdl-body .walkthrough-mdl-body-text-style {
    height: 90%;
    background-color: #ffffff;
    position: relative;
    box-shadow: 1px 1px 1px 2px #bbbbbb;
    top: 25px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px; }
  .walkthrough-mdl-body .header-text-style-exit {
    height: 6.2%;
    font-family: futura-pt, Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding: 4% 3%; }
  .walkthrough-mdl-body .header-text-style {
    height: 6.2%;
    font-family: futura-pt, Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding: 4% 3%; }
  .walkthrough-mdl-body .header-text-style:after {
    display: block;
    height: 1px;
    background-color: #000000;
    content: " ";
    margin: 3% 0%; }
  .walkthrough-mdl-body .body-text-style {
    height: 8.5%;
    font-family: futura-pt, Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding: 3% 3%; }

.walkthrough-mdl-footer {
  width: 100%;
  height: 13%;
  background-color: #eeeeee;
  box-sizing: border-box;
  padding-top: 10px; }
  .walkthrough-mdl-footer .relative-button, .walkthrough-mdl-footer .walkthrough-start-button, .walkthrough-mdl-footer .walkthrough-continue-button, .walkthrough-mdl-footer .cancel-button, .walkthrough-mdl-footer .try-button, .walkthrough-mdl-footer .explore-another-solution-button {
    height: 32px;
    padding: 5px 10px;
    float: right;
    font-family: futura-pt, Arial;
    color: #ffffff;
    font-size: 15px;
    background-color: #001aff;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer; }
    .walkthrough-mdl-footer .relative-button:hover, .walkthrough-mdl-footer .walkthrough-start-button:hover, .walkthrough-mdl-footer .walkthrough-continue-button:hover, .walkthrough-mdl-footer .cancel-button:hover, .walkthrough-mdl-footer .try-button:hover, .walkthrough-mdl-footer .explore-another-solution-button:hover {
      border: solid 0.5px #001aff !important;
      box-shadow: 0px 0px 10px #001aff !important; }
  .walkthrough-mdl-footer .walkthrough-start-button {
    color: #ffffff;
    margin-right: 25px; }
  .walkthrough-mdl-footer .walkthrough-continue-button {
    color: #ffffff;
    margin-right: 25px; }
  .walkthrough-mdl-footer .cancel-button {
    margin-right: 10px;
    bottom: 100%;
    color: #000000;
    background-color: #dddddd; }
  .walkthrough-mdl-footer .try-button {
    width: 190px;
    margin-right: 25px; }
  .walkthrough-mdl-footer .explore-another-solution-button {
    color: #000000;
    background-color: #dddddd;
    width: 220px;
    margin-right: 10px; }
