.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version */
}
@font-face {
  font-family: 'icomoon';
  src: url(./bc9a4a5fd98b8ac39192.eot?y1bwi3);
  src: url(./bc9a4a5fd98b8ac39192.eot?y1bwi3#iefix) format('embedded-opentype'), url(./4152196390a95bd3303d.ttf?y1bwi3) format('truetype'), url(./3921cd31b74f4fde44d4.woff?y1bwi3) format('woff'), url(./6241ba1f0262c37d4358.svg?y1bwi3#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ordering:before {
  content: "\e90a";
}
.icon-closex:before {
  content: "\e907";
}
.icon-mail:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-arrow:before {
  content: "\e906";
}
.icon-check:before {
  content: "\e905";
}
.icon-Icon-price:before {
  content: "\e901";
}
.icon-Icon-domain:before {
  content: "\e903";
}
.icon-Icon-contact:before {
  content: "\e904";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-arrows-alt:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-cube:before {
  content: "\f1b2";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-tree:before {
  content: "\e9bc";
}
.icon-printer:before {
  content: "\e954";
}
.icon-user:before {
  content: "\f007";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-check-circle-o:before {
  content: "\f05d";
}
.icon-Icon-domain2:before {
  content: "\e900";
}
.icon-Icon-price2:before {
  content: "\e902";
}
.icon-map-marker:before {
  content: "\f041";
}
.popover {
  position: absolute;
  z-index: 3;
  width: 250px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  border-radius: 5px;
}
.popover.visible {
  opacity: 1;
  pointer-events: auto;
}
.popover.visible.transition {
  transition: 0.5s opacity ease-in-out;
  transform: translate(0, 0);
}
.popover .triangle {
  position: absolute;
  transform: translate(-50%, 0);
  top: -11px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 11px 10px;
  border-color: transparent transparent #ff6c00 transparent;
}
.popover .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background-color: #ff6c00;
  border-radius: 5px 5px 0 0;
}
.popover .content {
  padding: 25px 10px 10px 10px;
}
.popover.green .triangle {
  border-color: transparent transparent #76b041 transparent;
}
.popover.green .header {
  background-color: #76b041;
}
.graph-component {
  height: 100%;
}
.popdown .icon {
  visibility: hidden;
  transform: translate(22px, 22px);
  fill: #76b041;
}
.popdown .background {
  fill: none;
}
.selected rect {
  fill-opacity: 0.3;
}
.selected text {
  fill: white;
}
.node,
.final-node .background {
  stroke-width: 1.5px;
}
.has-options .node {
  fill: #242265;
  stroke: #16153f;
}
.has-options .option-rect {
  cursor: pointer;
  fill: #242265;
}
.has-options .option-rect:hover {
  fill: #322f8b;
}
.has-options.collapsed .option-rect {
  fill: #b3b3b3;
}
.has-options.collapsed .option-rect:hover {
  fill: #cccccc;
}
.has-options.active.collapsed .node {
  fill: #ff6c00;
  stroke: #cc5600;
}
.has-options.active.collapsed .option-rect {
  fill: #ff6c00;
}
.has-options.active.collapsed .option-rect:hover {
  fill: #ff8933;
}
.has-no-options .node {
  fill: #242265;
  stroke: #16153f;
  cursor: pointer;
}
.has-no-options.collapsed .node {
  fill: #b3b3b3;
  stroke: #9a9a9a;
}
.has-no-options.collapsed:hover .node {
  fill: #cccccc;
}
.has-no-options.active.collapsed .node {
  fill: #ff6c00;
  stroke: #cc5600;
}
.has-no-options.active.collapsed:hover .node {
  fill: #ff8933;
}
.final-node {
  cursor: pointer;
}
.final-node .background {
  fill: #76b041;
  stroke: #586a48;
}
.final-node .background:hover {
  fill: #76b041;
}
.final-node .icon {
  fill: white;
}
.final-node .label {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  fill: white;
}
.final-node .separator {
  fill: rgba(255, 255, 255, 0.5);
}
.final-node:hover {
  text-shadow: 0 0 9px #ffffff;
}
text {
  cursor: pointer;
}
.option-rect {
  stroke: white;
  stroke-width: 0.1;
  fill: none;
}
.option-rect.selected {
  fill: rgba(255, 255, 255, 0.55);
}
.option-text {
  text-anchor: middle;
  font-size: 10px;
  fill: white;
}
.question-box {
  filter: url(#shadow);
  fill: white;
  stroke-width: 1.5px;
  cursor: default;
}
.question-box-text {
  fill: #000;
  text-align: justify;
  cursor: text;
}
.label-rect {
  pointer-events: none;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(./9b78ea3bc4f00e508f01.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./ef6d1d09b20b877fee4e.woff) format('woff');
}
html,
body {
  font-family: 'Roboto', sans-serif;
  /* make the body expand to fill the visible window */
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #eeeeee;
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden;
  box-sizing: border-box;
}
@media print {
  html,
  body {
    background-color: white;
    overflow: auto;
    height: auto;
  }
}
* {
  box-sizing: inherit;
}
#loading-failed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-top: 20%;
}
body:not(.loading-failed) #loading-failed {
  display: none;
}
.app {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media print {
  .app {
    height: auto;
  }
}
.page {
  flex: 1;
  position: relative;
}
.yfiles-canvascomponent {
  height: 100%;
}
.graph-component svg text {
  pointer-events: none;
}
.page-enter-active .animated-flip,
.page-enter-active.animated-flip {
  animation: flip 0.5s ease-in-out forwards;
}
.page-leave-active .animated-flip,
.page-leave-active.animated-flip {
  animation: flip 0.5s ease-in-out reverse forwards;
}
.page-enter-active .animated-fade,
.page-enter-active.animated-fade {
  animation: fade 0.5s ease-in-out forwards;
}
.page-leave-active .animated-fade,
.page-leave-active.animated-fade {
  animation: fade 0.5s ease-in-out reverse forwards;
}
.page-enter-active .animated-slide-right,
.page-enter-active.animated-slide-right {
  animation: slide-right 0.5s ease-in-out forwards;
}
.page-leave-active .animated-slide-right,
.page-leave-active.animated-slide-right {
  animation: slide-right 0.5s ease-in-out reverse forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flip {
  0% {
    transform-origin: center;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(90deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media print {
  select {
    border: none;
    appearance: none;
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    color: inherit;
  }
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version */
}
.contact-sales {
  display: inline-block;
  line-height: 22px;
}
@media print {
.contact-sales {
    color: black;
}
}
.contact-sales .icon {
  margin-right: 8px;
  font-size: 22px;
  vertical-align: bottom;
}
.contact-sales a:link,
.contact-sales a:visited,
.contact-sales a:hover,
.contact-sales a:active {
  color: inherit;
  text-decoration: none;
}
@media print {
.contact-sales a:link,
  .contact-sales a:visited,
  .contact-sales a:hover,
  .contact-sales a:active {
    color: black;
}
}
.contact-sales-line {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
@media print {
.imprint-line {
    display: none;
}
}

.noselect[data-v-175bc1b2] {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version */
}
.header[data-v-175bc1b2] {
  flex: 0 0 120px;
  display: flex;
  justify-content: space-between;
  background-color: #2b2b2b;
  color: white;
  padding: 5px 10px 0;
}
@media print {
.header[data-v-175bc1b2] {
    background-color: unset;
    flex: 0 0 100px;
}
}
.header .header-logo svg[data-v-175bc1b2] {
  color: white;
  height: 50px;
  width: auto;
  margin-top: 5px;
}
@media print {
.header .header-logo svg[data-v-175bc1b2] {
    color: #242265;
}
}
.left[data-v-175bc1b2] {
  display: flex;
  flex-direction: column;
}
.header-center[data-v-175bc1b2] {
  display: flex;
  flex-direction: column;
}
.subtitle[data-v-175bc1b2] {
  text-align: center;
  margin-top: 14px;
  font-size: 24px;
}
@media only screen and (max-width: 320px) {
.subtitle[data-v-175bc1b2] {
    display: none;
}
}
@media print {
.subtitle[data-v-175bc1b2] {
    color: #242265;
}
}
.tab-container[data-v-175bc1b2] {
  display: flex;
  margin-top: auto;
  align-items: flex-end;
  user-select: none;
}
@media (max-width: 600px) {
.tab-container[data-v-175bc1b2] {
    display: none;
}
}
@media print {
.tab-container[data-v-175bc1b2] {
    display: none;
}
}
.tab[data-v-175bc1b2] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 24px;
  background-color: #a49966;
  color: white;
  font-size: 20px;
}
@media (max-width: 768px) {
.tab[data-v-175bc1b2] {
    padding: 11px 12px;
    font-size: 16px;
}
}
.tab.router-link-active[data-v-175bc1b2] {
  background-color: #eeeeee;
  color: #2b2b2b;
}
.tab[data-v-175bc1b2]:hover {
  cursor: pointer;
}
.tab-left[data-v-175bc1b2] {
  border-top-left-radius: 5px;
}
.tab-right[data-v-175bc1b2] {
  border-top-right-radius: 5px;
}

.button[data-v-da579368] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-decoration: none;
  color: #cacaca;
  background-color: white;
  border: 1px solid #cacaca;
  border-radius: 5px;
  font-size: 15px;
  margin: 0 5px;
  text-transform: uppercase;
}
@media print {
.button[data-v-da579368] {
    display: none;
}
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version */
}
.no-recommendation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-recommendation:not(.open) {
  display: none;
}
.no-recommendation .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 238, 238, 0.75);
}
.no-recommendation .content-container {
  position: relative;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  background-color: #242265;
  border-radius: 10px;
  color: white;
  text-align: center;
  padding: 2em 4em;
  width: 550px;
  max-width: 90%;
  box-sizing: border-box;
}
.no-recommendation h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 1em;
}
.no-recommendation p {
  font-size: 18px;
  line-height: 1.4em;
}
.no-recommendation p.spaced {
  margin: 2em 0;
}
.no-recommendation a:link,
.no-recommendation a:visited,
.no-recommendation a:hover,
.no-recommendation a:active {
  color: #ff6c00;
  text-decoration: none;
}
.no-recommendation .contact-sales {
  padding-left: 0;
}
.no-recommendation .contact-sales li {
  font-size: 16px;
}
.no-recommendation .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: white;
}
.no-recommendation .btn-close:hover {
  color: #ff6c00;
}
.contact-button-container {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.noselect[data-v-8ff8a82a] {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version */
}
.page-configuration[data-v-8ff8a82a] {
  background-color: #ebeef0;
}
.page-configuration .watermark[data-v-8ff8a82a] {
  color: #2b2b2b;
  position: absolute;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
}
.page-configuration .watermark svg[data-v-8ff8a82a] {
  width: auto;
  margin-left: 5px;
  height: 45px;
  vertical-align: middle;
}
.page-configuration .watermark span[data-v-8ff8a82a] {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  vertical-align: middle;
  font-weight: bold;
}
.config-done-btn[data-v-8ff8a82a] {
  user-select: none;
  cursor: pointer;
}
.panel-license[data-v-8ff8a82a] {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 250px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.panel-license .header[data-v-8ff8a82a] {
  color: white;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  background-color: #2b2b2b;
  border-radius: 5px 5px 0 0;
}
.panel-license .header .icon[data-v-8ff8a82a] {
  padding-right: 10px;
}
@media print {
.panel-license .header[data-v-8ff8a82a] {
    background-color: #2b2b2b;
}
}
.panel-license .content[data-v-8ff8a82a] {
  padding: 10px;
}
.panel-license table[data-v-8ff8a82a] {
  border-collapse: collapse;
  width: 100%;
}
.panel-license table tr[data-v-8ff8a82a] {
  height: 25px;
  transition: opacity 0.2s ease-in-out;
}
.panel-license table tr.has-value[data-v-8ff8a82a] {
  cursor: pointer;
}
.panel-license table tr.has-value[data-v-8ff8a82a]:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.panel-license table tr.hidden[data-v-8ff8a82a] {
  opacity: 0;
  pointer-events: none;
}
.panel-license table tr.done[data-v-8ff8a82a] {
  color: #76b041;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
.panel-license table tr.done td[data-v-8ff8a82a] {
  text-align: center;
  padding-top: 5px;
}
.panel-license table tr.done td .check-icon[data-v-8ff8a82a] {
  vertical-align: bottom;
}
.panel-license table tr td[data-v-8ff8a82a] {
  height: 30px;
  padding: 0 4px;
}
.panel-license table tr td[data-v-8ff8a82a]:first-child {
  width: 32px;
  text-align: center;
}
.panel-license table tr td[data-v-8ff8a82a]:last-child {
  width: 28px;
  color: #76b041;
  text-align: right;
  font-size: 22px;
}
.panel-license .icon[data-v-8ff8a82a] {
  margin: 0 5px;
}

.noselect[data-v-abbe0132] {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version */
}
.license-card[data-v-abbe0132] {
  margin: 25px 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  color: #6d6d6d;
  width: 330px;
  padding-bottom: 16px;
  border-radius: 10px;
}
.license-card a[data-v-abbe0132] {
  text-decoration: none;
}
.header[data-v-abbe0132] {
  height: 100px;
  padding: 15px;
  background-color: #242265;
  color: white;
  font-size: 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.icon[data-v-abbe0132] {
  border-radius: 50%;
  background-color: #eee;
  border: 6px solid white;
  color: #6d6d6d;
  box-shadow: 3px 3px gray;
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: relative;
  top: -30px;
  align-self: center;
}
.license-row[data-v-abbe0132] {
  padding: 0 32px;
}
.product-title[data-v-abbe0132] {
  text-align: center;
  margin-bottom: 24px;
  margin-top: -16px;
}
.divider[data-v-abbe0132] {
  height: 1px;
  background-color: #eee;
  margin: 8px 24px;
}
@media print {
.divider[data-v-abbe0132] {
    background-color: #ccc;
    margin: 6px 24px;
}
}
a[data-v-abbe0132] {
  color: #242265;
  font-weight: bold;
}
.more-details[data-v-abbe0132] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: bold;
  color: #242265;
}
.more-details .icon-arrow[data-v-abbe0132] {
  font-weight: bold;
}
.button-row[data-v-abbe0132] {
  display: flex;
  justify-content: center;
}
.license-card.active[data-v-abbe0132] {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 41px;
  box-shadow: 0 0 30px grey;
  z-index: 1;
}
.license-card.active .header[data-v-abbe0132] {
  height: 125px;
  font-size: 30px;
}
.license-card.active .icon[data-v-abbe0132] {
  color: #242265;
}
.license-card.active .order-button[data-v-abbe0132],
.order-button[data-v-abbe0132]:hover {
  background-color: #242265;
  border-color: #242265;
  color: white;
}
.license-card.active .eval-button[data-v-abbe0132],
.eval-button[data-v-abbe0132]:hover {
  background-color: #FCFE1F;
  border-color: #FCFE1F;
  color: #242265;
}
.license-card.recommended .header[data-v-abbe0132] {
  border-radius: 0;
}
.license-card.recommended .icon[data-v-abbe0132] {
  color: #242265;
}
@media print {
.license-card.details[data-v-abbe0132] {
    box-shadow: none;
    width: 300px;
    border: 1px solid #111;
    padding-bottom: 8px;
}
}
@media print {
.license-card.details .header[data-v-abbe0132] {
    background: none;
    color: black;
    border-bottom: 1px solid black;
    margin: 0 25px 16px;
    height: auto;
    padding: 8px;
}
}
.license-card.details .icon[data-v-abbe0132] {
  background-color: #eeeeee;
}
@media print {
.license-card.details .icon[data-v-abbe0132] {
    display: none;
}
}
.price-table[data-v-abbe0132] {
  margin: 8px 16px 16px;
}
.price-table tr[data-v-abbe0132] {
  vertical-align: bottom;
}
.price-number[data-v-abbe0132] {
  text-align: right;
  padding-left: 4px;
  white-space: nowrap;
}
.price-footnote[data-v-abbe0132] {
  font-size: 12px;
  line-height: 0.4;
  font-style: italic;
}
.price-footnote td[data-v-abbe0132] {
  padding-bottom: 10px;
}
.subscription-info-panel[data-v-abbe0132] {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  width: 270px;
  background-color: #eeeeee;
  color: black;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  padding: 16px;
  text-align: left;
  z-index: 1;
}
.subscription-info-panel[data-v-abbe0132]::before {
  display: block;
  content: '';
  position: absolute;
  inset: -8px;
}
.subscription-info-panel a[data-v-abbe0132] {
  position: relative;
  text-decoration: underline;
}
.icon-info[data-v-abbe0132] {
  font-size: 18px;
  margin: 0 4px;
  cursor: pointer;
}
.info-icon[data-v-abbe0132] {
  position: relative;
  margin-left: auto;
}
@media print {
.info-icon[data-v-abbe0132] {
    display: none;
}
}
.info-icon:hover .icon-info[data-v-abbe0132] {
  color: #ff6c00;
}
.info-icon:hover .subscription-info-panel[data-v-abbe0132] {
  display: block;
}
.recommended-banner[data-v-abbe0132] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #4ad8ff;
  color: black;
  border-radius: 10px 10px 0 0;
  border-bottom: 3px dashed white;
}
.currency-picker[data-v-abbe0132] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.currency-button[data-v-abbe0132] {
  padding: 4px 8px;
  cursor: pointer;
  border: 1px solid black;
}
.currency-button.selected[data-v-abbe0132] {
  background-color: #242265;
  color: white;
}
.currency-button[data-v-abbe0132]:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.currency-button[data-v-abbe0132]:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.noselect[data-v-b0e1c55a] {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version */
}
.license-info-container[data-v-b0e1c55a] {
  position: relative;
  height: 100%;
  overflow: auto;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 75px;
}
@media (max-width: 1200px) {
.license-info-container[data-v-b0e1c55a] {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
}
@media (max-width: 768px) {
.license-info-container[data-v-b0e1c55a] {
    padding-top: 0;
}
}
@media print {
.license-info-container[data-v-b0e1c55a] {
    background: none;
    overflow: visible !important;
}
}
.platform-switch[data-v-b0e1c55a] {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
  margin-top: 17px;
  margin-left: 16px;
}
@media (min-width: 769px) and (max-width: 1200px) {
.platform-switch[data-v-b0e1c55a] {
    position: absolute;
    top: 0;
    left: 5px;
}
}
@media (max-width: 768px) {
.platform-switch[data-v-b0e1c55a] {
    flex-direction: row;
    margin: 0;
}
}
@media print {
.platform-switch[data-v-b0e1c55a] {
    display: none;
}
}
.platform-btn[data-v-b0e1c55a] {
  cursor: pointer;
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a49966;
  margin: 8px 0;
  color: white;
  text-align: center;
  border-radius: 5px;
}
.platform-btn.active[data-v-b0e1c55a] {
  background-color: #454545;
}
.platform-btn[data-v-b0e1c55a]:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
.platform-btn[data-v-b0e1c55a] {
    flex-direction: row;
    margin: 8px;
    width: 60px;
    font-size: 14px;
}
}
.card-container[data-v-b0e1c55a] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
.card-container[data-v-b0e1c55a] {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
}
.no-match[data-v-b0e1c55a] {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
  width: 330px;
  height: 750px;
  font-size: 17px;
  color: #242265;
}
@media print {
.no-match[data-v-b0e1c55a] {
    display: none;
}
}
.no-match-card[data-v-b0e1c55a] {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 0 35px;
  background: #fff;
}
.academic-info[data-v-b0e1c55a] {
  margin-top: 30px;
  margin-bottom: 2em;
  font-size: 14px;
}
.contact-button[data-v-b0e1c55a] {
  background-color: #a49966;
  color: white;
  margin: 16px 0;
}
.contact-button[data-v-b0e1c55a]:hover {
  opacity: 0.8;
}
.small-screen-warning[data-v-b0e1c55a] {
  margin: 10px;
  background-color: #ffcdd2;
  border: 2px solid #f44336;
  padding: 10px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 601px) {
.small-screen-warning[data-v-b0e1c55a] {
    display: none;
}
}
@media print {
.small-screen-warning[data-v-b0e1c55a] {
    display: none;
}
}
.vat-info[data-v-b0e1c55a] {
  margin: 0 16px;
  font-size: 14px;
  display: flex;
}

.noselect[data-v-288c28f3] {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version */
}
.license-details[data-v-288c28f3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #eeeeee;
  overflow: auto;
}
@media print {
.license-details[data-v-288c28f3] {
    background-color: white;
    overflow: hidden;
}
}
.details-container[data-v-288c28f3] {
  display: flex;
  flex-direction: column;
  max-width: 1300px;
  padding: 16px 32px;
}
@media print {
.details-container[data-v-288c28f3] {
    padding: 0 16px;
}
}
.back-button[data-v-288c28f3] {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  background-color: #9c9c9c;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
}
.back-button[data-v-288c28f3]:hover {
  opacity: 0.8;
}
@media print {
.back-button[data-v-288c28f3] {
    display: none;
}
}
.card-container[data-v-288c28f3] {
  display: flex;
  margin-top: 24px;
}
@media print {
.card-container[data-v-288c28f3] {
    margin-top: 0;
    display: block;
}
}
@media print {
.license-card-wrapper[data-v-288c28f3] {
    float: left;
    margin-right: 32px;
    margin-bottom: 16px;
}
}
.description[data-v-288c28f3] {
  flex: 1 1 auto;
  padding: 0 32px 16px;
}
@media print {
.description[data-v-288c28f3] {
    padding: 0 16px;
}
}
.description a[data-v-288c28f3] {
  color: #6d6d6d;
}
.title[data-v-288c28f3] {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: rgba(109, 109, 109, 0.89);
}
@media print {
.title[data-v-288c28f3] {
    position: relative;
    left: -20px;
}
}
.title .icon-arrow[data-v-288c28f3] {
  color: #ff6c00;
  margin-right: 14px;
  font-size: 48px;
}
.icon-printer[data-v-288c28f3] {
  font-size: 35px;
  margin-left: auto;
  cursor: pointer;
  color: #6d6d6d;
}
@media print {
.icon-printer[data-v-288c28f3] {
    display: none;
}
}
.icon-printer[data-v-288c28f3]:hover {
  color: #ff6c00;
}
.details-list[data-v-288c28f3] {
  font-size: 18px;
  color: #6d6d6d;
  list-style-type: none;
}
@media print {
.details-list[data-v-288c28f3] {
    font-size: 16px;
    padding-left: 1.4em;
}
}
.details-list li[data-v-288c28f3] {
  margin-top: 30px;
  text-indent: -1.4em;
}
@media print {
.details-list li[data-v-288c28f3] {
    margin-top: 16px;
}
}
.details-list li[data-v-288c28f3]:before {
  color: #ff6c00;
  font-family: icomoon;
  content: '\e905';
  float: left;
  width: 1.4em;
  margin-top: 1px;
}
.footnote[data-v-288c28f3] {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 24px 5px 0;
}
.vat-info[data-v-288c28f3] {
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
}

