/*********************
BREAKPOINTS
*********************/
/* Colors
---------------------------------------------------------------------------------------------------- */
.azure {
  background-color: #028090;
}
.azure h2 {
  color: #ffffff;
}

.azure--dark {
  background-color: #027583;
}
.azure--dark h2 {
  color: #ffffff;
}

.pink {
  background-color: #d41b58;
}
.pink h2 {
  color: #ffffff;
}

.yellow {
  background-color: #d8973c;
}
.yellow h2 {
  color: #ffffff;
}

.yellow--dark {
  background-color: #C58A37;
}
.yellow--dark h2 {
  color: #ffffff;
}

.orange {
  background-color: #e9724c;
}
.orange h2 {
  color: #ffffff;
}

.blue {
  background-color: #2274a5;
}
.blue h2 {
  color: #2274a5;
}

.black {
  background-color: #272727;
}
.black h2 {
  color: #ffffff;
}

.blue-dark {
  background-color: #2B2D42;
}
.blue-dark h2 {
  color: #ffffff;
}

.blue-dark--dark {
  background-color: #242537;
}
.blue-dark--dark h2 {
  color: #ffffff;
}

.blue-dark--dark2 {
  background-color: #1C1D2A;
}
.blue-dark--dark2 h2 {
  color: #ffffff;
}

.grey {
  background-color: #777;
}
.grey h2 {
  color: #ffffff;
}

.white-grey-transparent {
  background-color: rgba(125, 125, 125, 0.05);
}

.white {
  background-color: #ffffff;
}

.white-grey {
  background-color: #f2f2f2;
}

.white-grey2 {
  background-color: #dcdcdc;
}

.black-grey {
  background-color: #454545;
}

.color-pink {
  color: #d41b58;
}

.color-azure {
  color: #028090;
}

.color-yellow {
  color: #d8973c;
}

.color-black {
  color: #454545;
}

.color-white {
  color: #ffffff;
}

.color-white-grey {
  color: #f2f2f2;
}

.color-white-grey2 {
  color: #dcdcdc;
}

.color-white-grey3 {
  color: #cbcbcb;
}

.color-grey {
  color: #8d99ae;
}

.color-blue-dark {
  color: #2B2D42;
}

.white-grey {
  background-color: #f2f2f2;
}

.content-100 {
  color: #011627;
}

.content-75 {
  color: #6E6E70;
}

.content-50 {
  color: #837D96;
}

/* https://rangeslider.js.org/ */
.rangeslider,
.rangeslider__fill {
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background-color: #8d99ae;
  position: relative;
}

.rangeslider--horizontal {
  height: 10px;
  width: 100%;
  border: solid 2px #ffffff;
}

.rangeslider--vertical {
  width: 10px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #d41b58;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: #d41b58;
  border: 2px solid #f2f2f2;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.rangeslider--horizontal .rangeslider__handle {
  top: -12px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -12px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

.col-2, .col-3, .col-4, .col-5, .col-6, .Spot-view, .Spot-content, .col-7, .col-8, .col-9, .col-12, .actionbox-content, .divider-row, .Item-btn, .Item-price, .Item-title, .Item-img, .Item, .Spot-view-image, .Spot, .Textbox, .Step .box-btn, .Step .box-text, .Step .box-icon, .Step .box {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.col-9 {
  flex-basis: 75%;
}

.col-8 {
  flex-basis: 66.66%;
}

.col-7 {
  flex-basis: 58.33%;
}

.col-6, .Spot-view, .Spot-content {
  flex-basis: 45%;
}

.col-5 {
  flex-basis: 41.66%;
}

.col-4 {
  flex-basis: 30%;
}

.col-3 {
  flex-basis: 22%;
}

.col-2 {
  flex-basis: 16.66%;
}

.col-auto {
  display: flex;
  flex: 1 0 auto;
}

@media (max-width: 64em) {
  .tablet-col-12 {
    flex: 1 1 100%;
  }
}

@media (max-width: 64em) {
  .col-12--tablet, .Spot-view, .Spot-content {
    flex: 1 1 100%;
  }
}

@media (max-width: 64em) {
  .col-9--tablet {
    flex: 1 1 75%;
  }
}

@media (max-width: 64em) {
  .col-8--tablet {
    flex: 1 1 66.66%;
  }
}

@media (max-width: 64em) {
  .col-7--tablet {
    flex: 1 1 58.33%;
  }
}

@media (max-width: 64em) {
  .col-6--tablet {
    flex: 1 1 50%;
  }
}

@media (max-width: 64em) {
  .col-5--tablet {
    flex: 1 1 41.66%;
  }
}

@media (max-width: 64em) {
  .col-4--tablet {
    flex: 1 1 33.33%;
  }
}

@media (max-width: 64em) {
  .col-3--tablet {
    flex: 1 1 25%;
  }
}

@media (max-width: 40em) {
  .col-12--mobile {
    flex: 1 1 100%;
  }
}

@media (max-width: 40em) {
  .col-9--mobile {
    flex: 1 1 75%;
  }
}

@media (max-width: 40em) {
  .col-8--mobile {
    flex: 1 1 66.66%;
  }
}

@media (max-width: 40em) {
  .col-6--mobile {
    flex: 1 1 50%;
  }
}

@media (max-width: 40em) {
  .col-4--mobile {
    flex: 1 1 33.33%;
  }
}

@media (max-width: 40em) {
  .col-3--mobile {
    flex: 1 1 25%;
  }
}

.row-12, .row-4, .row-6, .row-8 {
  flex-direction: column;
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: nowrap;
}

.row-8 {
  flex-basis: 66.66%;
}

.row-6 {
  flex-basis: 50%;
}

.row-4 {
  flex-basis: 33.33%;
}

@media (max-width: 40em) {
  .row-auto--mobile {
    flex-basis: auto;
  }
}

.row {
  flex-direction: column;
  display: flex;
  flex: 1 0 100%;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  flex-wrap: nowrap;
}

.section {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: flex-start;
}
.section-header {
  flex: 0 1 100%;
  padding: 32px 0px 16px 0px;
  justify-content: center;
  display: flex;
}
.section-content {
  flex: 1 1 100%;
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.fullwidth {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.flex-right {
  justify-content: flex-end;
}
@media (max-width: 64em) {
  .flex-right--tablet {
    justify-content: flex-end;
  }
}
@media (max-width: 40em) {
  .flex-right--mobile {
    justify-content: flex-end;
  }
}

.flex-left, .Highlight--left .Highlight-title, .Highlight--left .Highlight-text {
  justify-content: flex-start;
}
@media (max-width: 64em) {
  .flex-left--tablet {
    justify-content: flex-start;
  }
}
@media (max-width: 40em) {
  .flex-left--mobile {
    justify-content: flex-start;
  }
}

.flex-center {
  justify-content: center;
  align-items: center;
}
@media (max-width: 40em) {
  .flex-center--mobile {
    justify-content: center;
  }
}

.flex-top {
  align-items: flex-start;
  align-content: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
  align-content: flex-end;
}

.flex-stretch, .Spot-view, .Spot {
  align-items: stretch;
}

.flex-content-stretch {
  align-content: stretch;
}

.flex-content-center {
  align-content: center;
}
@media (max-width: 64em) {
  .flex-content-center--tablet {
    align-content: center;
  }
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-self-top {
  align-self: flex-start;
}

.flex-self-bottom {
  align-self: flex-end;
}

.flex-self-center {
  align-self: center;
}

.flex-no-shrink--mobile {
  flex-shrink: 0;
}

.vh-100 {
  min-height: calc(100vh - 96px);
}

.vh-90 {
  min-height: calc(90vh - 96px);
}

.vh-80 {
  min-height: calc(80vh - 96px);
}

.vh-75, .Step {
  min-height: calc(75vh - 96px);
}

.vh-66 {
  min-height: calc(66vh - 96px);
}

.vh-50 {
  min-height: calc(50vh - 96px);
}

@media (max-width: 64em) {
  .vh-100--tablet {
    min-height: calc(100vh - 96px);
  }
}

@media (max-width: 64em) {
  .vh-80--tablet {
    min-height: calc(80vh - 96px);
  }
}

@media (max-width: 64em) {
  .vh-75--tablet {
    min-height: calc(75vh - 96px);
  }
}

@media (max-width: 40em) {
  .vh-120--mobile {
    min-height: calc(120vh - 96px);
  }
}

@media (max-width: 40em) {
  .vh-100--mobile {
    min-height: calc(100vh - 96px);
  }
}

@media (max-width: 40em) {
  .vh-80--mobile {
    min-height: calc(80vh - 96px);
  }
}

@media (max-width: 40em) {
  .vh-75--mobile {
    min-height: calc(75vh - 96px);
  }
}

.vw-1200 {
  max-width: 1200px;
}

.vw-1000 {
  max-width: 1000px;
}

.vw-800 {
  max-width: 800px;
}

.col-image {
  width: 100%;
}
.col-image--80 {
  width: 80%;
}
.col-image--60 {
  width: 60%;
}
.col-image--50 {
  width: 50%;
}
.col-image--40 {
  width: 40%;
}
.col-image--greyscale {
  opacity: 0.33;
}

.m-all, .actionbox-content, .arrow-icon {
  margin: 16px;
}

.p-all, .actionbox-content {
  padding: 16px;
}

@media (max-width: 40em) {
  .p-all--small--mobile {
    padding: 8px;
  }
}

.m-t, .footer .contact-photo_wrapper, .Card, .Highlight-title, .feature-title, .feature {
  margin-top: 16px;
}

.p-t {
  padding-top: 16px;
}

.m-b, .actionbox_wrapper, .Card, .Step .box-text, .feature-description {
  margin-bottom: 16px;
}

.p-b {
  padding-bottom: 16px;
}

.m-l, .footer .contact-photo_wrapper, .actionbox_wrapper, .homeheader-btn, .homeheader-title, .example, .Step .box-btn, .feature-description, .feature-title, .navigation .item--button {
  margin-left: 16px;
}

.p-l, .navigation .hamburger, .navigation .item {
  padding-left: 16px;
}

.m-r, .ArticleList, .Article, .footer .contact-text, .actionbox_wrapper, .homeheader-btn, .homeheader-title, .example, .Path, .Step .box-btn, .feature-description, .feature-title, .navigation .item--button {
  margin-right: 16px;
}

.p-r, .navigation .hamburger, .navigation .item {
  padding-right: 16px;
}

.m-all--small, .footer .social, .Item {
  margin: 8px;
}

.p-all--small, .Card {
  padding: 8px;
}

.m-all--medium, .navigation .logo {
  margin: 24px;
}

.p-all--medium {
  padding: 24px;
}

.m-all--big, .Spot--image_m .Spot-view-image {
  margin: 32px;
}

.p-all--big, .tile {
  padding: 32px;
}

.m-all--large, .Spot-content-text {
  margin: 64px;
}

.p-all--large {
  padding: 64px;
}

.m-t--small, .actionbox-title, .example, .Item-btn, .Item-price, .Item-title, .Textbox-title, .Step-grid, .Step {
  margin-top: 8px;
}

.m-t--medium, .homeheader-title, .Path-content-result, .Path-content-text {
  margin-top: 24px;
}

.m-t--big, .ArticleList, .Article {
  margin-top: 32px;
}

.m-t--large, .data, .register {
  margin-top: 64px;
}

.m-b--small, .example, .Textbox-text, .Textbox-title, .Highlight-title, .feature-title {
  margin-bottom: 8px;
}

.m-b--medium, .homeheader-btn, .homeheader-title, .Path-content-result, .Path-content-text {
  margin-bottom: 24px;
}

.m-b--big, .Spot-content, .Step-grid, .Step, .Highlight-text, .feature {
  margin-bottom: 32px;
}

.m-b--large, .ArticleList, .Article, .nodes, .data {
  margin-bottom: 64px;
}

.m-l--small, .Item-price, .Item-title, .Highlight-text, .Highlight-title, .navigation .logo_wrapper {
  margin-left: 8px;
}

.m-l--medium, .Path-content, .Step-grid {
  margin-left: 24px;
}

.m-l--big, .ArticleList, .Article, .Item-btn, .Path, .feature-image, .col--m, .inner, .inner--bottom, .inner--top {
  margin-left: 32px;
}

.m-l--large, .section-delimiter, .features, .data, .register {
  margin-left: 64px;
}

.m-r--small, .Item-price, .Item-title, .Highlight-text, .Highlight-title {
  margin-right: 8px;
}

.m-r--medium, .Step-grid {
  margin-right: 24px;
}

.m-r--big, .Item-btn, .col--m, .inner, .inner--bottom, .inner--top {
  margin-right: 32px;
}

.m-r--large, .section-delimiter, .features, .data, .register {
  margin-right: 64px;
}

@media (max-width: 64em) {
  .tablet-down-hidden {
    visibility: hidden;
    display: none !important;
  }
}

@media (max-width: 40em) {
  .mobile-hidden {
    visibility: hidden;
    display: none;
  }
}

@media (max-width: 40em) {
  .mobile-only {
    visibility: visible !important;
    display: flex !important;
  }
}

@media (min-width: 40.063em) {
  .tablet-up-hidden {
    visibility: hidden;
    display: none;
  }
}

@media (min-width: 64.063em) {
  .laptop-up-hidden {
    visibility: hidden;
    display: none !important;
  }
}

@media (min-width: 64.063em) {
  .laptop-down-hidden {
    visibility: hidden;
    display: none;
  }
}

@media (max-width: 64em) {
  .order--tablet--1 {
    order: 1;
  }
}

@media (max-width: 64em) {
  .order--tablet--2 {
    order: 2;
  }
}

@media (max-width: 64em) {
  .order--tablet--3 {
    order: 3;
  }
}

@media (max-width: 64em) {
  .order--tablet--4 {
    order: 4;
  }
}

@media (max-width: 40em) {
  .order--mobile--1 {
    order: 1;
  }
}

@media (max-width: 40em) {
  .order--mobile--2 {
    order: 2;
  }
}

@media (max-width: 40em) {
  .order--mobile--3 {
    order: 3;
  }
}

@media (max-width: 40em) {
  .order--mobile--4 {
    order: 4;
  }
}

@media (min-width: 100em) {
  .m-all--xlarge--desktop {
    margin: 96px;
  }
}

@media (min-width: 100em) {
  .m-all--xxlarge--desktop {
    margin: 128px;
  }
}

@media (max-width: 64em) {
  .m-all--normal--tablet, .ArticleList, .Article-text, .nodes {
    margin: 16px;
  }
}

@media (max-width: 64em) {
  .m-all--big--tablet, .Spot-content-text {
    margin: 32px;
  }
}

@media (max-width: 64em) {
  .m-all--small--tablet {
    margin: 8px;
  }
}

@media (max-width: 64em) {
  .m-all--none--tablet, .Article, .Spot-content {
    margin: 0px;
  }
}

@media (max-width: 40em) {
  .m-t--large--mobile {
    margin-top: 64px;
  }
}

@media (max-width: 40em) {
  .m-b--large--mobile {
    margin-bottom: 64px;
  }
}

@media (max-width: 40em) {
  .m-all--normal--mobile, .homeheader-title, .Spot--image_m .Spot-view-image, .Spot-content-text, .Step-grid {
    margin: 16px;
  }
}

@media (max-width: 40em) {
  .m-all--big--mobile {
    margin: 32px;
  }
}

@media (max-width: 40em) {
  .m-l--big--mobile {
    margin-left: 32px;
  }
}

@media (max-width: 40em) {
  .m-r--big--mobile {
    margin-right: 32px;
  }
}

@media (max-width: 40em) {
  .m-r--normal--mobile, .section-delimiter, .col--m, .inner, .inner--bottom, .inner--top {
    margin-right: 16px;
  }
}

@media (max-width: 40em) {
  .m-t--normal--mobile {
    margin-top: 16px;
  }
}

@media (max-width: 40em) {
  .m-b--normal--mobile {
    margin-bottom: 16px;
  }
}

@media (max-width: 40em) {
  .m-l--normal--mobile, .section-delimiter, .feature-image, .col--m, .inner, .inner--bottom, .inner--top {
    margin-left: 16px;
  }
}

@media (max-width: 40em) {
  .m-l--none--mobile {
    margin-left: 0px;
  }
}

@media (max-width: 40em) {
  .m-r--none--mobile {
    margin-right: 0px;
  }
}

@media (max-width: 40em) {
  .m-all--small--mobile, .ArticleList, .Article-text {
    margin: 8px;
  }
}

@media (max-width: 40em) {
  .m-t--small--mobile {
    margin-top: 8px !important;
  }
}

@media (max-width: 40em) {
  .m-t--none--mobile, .Article-text {
    margin-top: 0px !important;
  }
}

@media (max-width: 40em) {
  .m-l--small--mobile, .features, .data, .register {
    margin-left: 8px;
  }
}

@media (max-width: 40em) {
  .m-r--small--mobile, .features, .data, .register {
    margin-right: 8px;
  }
}

@media (max-width: 40em) {
  .m-all--none--mobile {
    margin: 0px;
  }
}

@media (max-width: 64em) {
  .m-t--small--tablet {
    margin-top: 8px;
  }
}

@media (max-width: 64em) {
  .m-t--none--tablet, .Article-text {
    margin-top: 0px;
  }
}

@media (max-width: 64em) {
  .m-b--none--tablet {
    margin-bottom: 0px;
  }
}

@media (max-width: 40em) {
  .m-all--normal--mobile, .homeheader-title, .Spot--image_m .Spot-view-image, .Spot-content-text, .Step-grid {
    margin: 16px;
  }
}

@media (max-width: 40em) {
  .m-t--small--mobile {
    margin-top: 8px;
  }
}

@media (max-width: 40em) {
  .m-b--small--mobile {
    margin-bottom: 8px;
  }
}

@media (max-width: 40em) {
  .m-b--none--mobile {
    margin-bottom: 0px;
  }
}

.safari-3D-fix--for-parent {
  transform: translateZ(0px);
}

.bigger-effect, .footer .social, .actionbox--hover .actionbox-content, .btn, .navigation .item--button, .Step .box-btn {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.bigger-effect:hover, .footer .social:hover, .actionbox--hover .actionbox-content:hover, .btn:hover, .navigation .item--button:hover, .Step .box-btn:hover {
  transform: scale(1.05);
}

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

.underline-effect {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.underline-effect:hover {
  text-decoration: underline;
}

h1 {
  text-align: center;
  font-size: 2.2em;
  line-height: 1.2em;
  padding: 0px;
  margin: 0px;
  max-width: 800px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

h2 {
  padding: 0px;
  margin: 0px;
  max-width: 800px;
  font-size: 2em;
  line-height: 1.2em;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

h3 {
  padding: 0px;
  margin: 0px;
  line-height: 1.2em;
  font-family: "Nunito", sans-serif;
}

a {
  text-decoration: none;
}

.ArticleListBox, .Article-text p, .text--center, .buble, .Highlight-title, .text--justify, .text--right, .text, .container-text, .footer .contact-text, .example, .Path-content-result, .Card-text, .Card-title, .Textbox-title, .Highlight-text, .feature-description, .feature-title {
  display: block;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}

.text, .container-text, .footer .contact-text, .example, .Path-content-result, .Card-text, .Card-title, .Textbox-title, .Highlight-text, .feature-description, .feature-title {
  text-align: left;
}
.text--xsmall, .tag {
  font-size: 0.8em;
}
.text--small {
  font-size: 1em;
}
.text--12 {
  font-size: 1.2em;
}
.text--14 {
  font-size: 1.4em;
}
.text--medium, .ArticleList-title {
  font-size: 1.6em;
}
.text--big {
  font-size: 2em;
}
.text--large {
  font-size: 4em;
}
.text--left, .ArticleList-title {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--justify {
  text-align: justify;
}
.text--center, .buble, .Highlight-title {
  text-align: center !important;
}

@media (max-width: 40em) {
  .text--center--mobile {
    text-align: center !important;
  }
}

.text--right {
  text-align: right;
}

.text--justify {
  text-align: justify;
}

.text--center, .buble, .Highlight-title {
  text-align: center;
}

.col-text, .Textbox-text, .col-title {
  line-height: 1.6em;
  letter-spacing: 0.02em;
  text-align: left;
}

.navigation {
  width: 100%;
  height: 96px;
  position: fixed;
  top: 0px;
  display: flex;
  border-bottom: 0px solid #272727;
  z-index: 1000;
  justify-content: flex-end;
}
@media (max-width: 64em) {
  .navigation {
    flex-wrap: wrap;
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
  }
}
.navigation-left {
  flex: 0 0 200px;
  display: flex;
  justify-content: flex-start;
  min-height: 96px;
}
@media (max-width: 64em) {
  .navigation-left {
    flex: 1 1 100%;
    height: 96px;
  }
}
.navigation-right {
  flex: 1 1 100%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
@media (max-width: 64em) {
  .navigation-right {
    display: none;
    min-height: calc(100vh - 96px);
    max-width: 600px;
    flex-direction: column;
  }
}
.navigation .logo {
  align-self: center;
}
.navigation .item {
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
}
.navigation .item--button {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 64em) {
  .navigation .item {
    padding: 16px;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
  }
}
.navigation .item .subitems {
  display: block;
  position: absolute;
  padding: 8px;
  background-color: #ffffff;
}
.navigation .item .subitems a {
  display: flex;
  width: 200px !important;
}
@media (min-width: 64.063em) {
  .navigation .item .subitems {
    top: 35px;
    left: 0px;
    right: -80px;
    background-color: #ffffff;
    z-index: 2000;
  }
}
.navigation .item .subitems .subitem {
  padding: 8px;
}
@media (max-width: 64em) {
  .navigation .item .subitems .subitem {
    display: flex;
    flex-direction: column;
    position: static;
    width: 100%;
    align-items: center;
    padding: 16px;
  }
}
@media (max-width: 64em) {
  .navigation .item .subitems {
    display: flex;
    flex-direction: column;
    position: static;
    align-self: stretch;
    align-items: center;
    margin-left: 0px;
    background-color: #f2f2f2;
  }
}
.navigation .logo_wrapper {
  justify-content: center;
  display: flex;
  align-items: center;
}
.navigation .hamburger_wrapper {
  justify-content: center;
  display: none;
  align-items: center;
  flex: 1 1 100%;
  justify-content: flex-end;
}
@media (max-width: 64em) {
  .navigation .hamburger_wrapper {
    display: flex;
  }
}
.navigation .hamburger {
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.navigation .hamburger-icon {
  height: 32px;
}
.navigation a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: stretch;
}

.navigation-space {
  width: 100%;
  height: 96px;
}

@media (min-width: 100em) {
  .feature {
    margin-top: 32px;
    margin-bottom: 64px;
  }
}
.feature-image-badge {
  display: block;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: absolute;
  border-radius: 5px;
  background-color: #272727;
  color: #ffffff;
}
.feature-image-badge-title, .feature-image-badge-text {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  max-width: 500px;
}
@media (max-width: 40em) {
  .feature-image-badge-title, .feature-image-badge-text {
    font-size: 0.8em;
  }
}
.feature-image-badge-title {
  font-size: 2em;
  line-height: 1em;
}
@media (max-width: 40em) {
  .feature-image-badge-title {
    font-size: 1.2em;
  }
}
@media (max-width: 40em) {
  .feature-title {
    margin-top: 0px;
  }
}
.feature img {
  align-self: center;
  width: 100%;
}

.Highlight {
  align-items: flex-start;
}
.Highlight-title {
  text-align: center;
  font-size: 1.2em;
}
.Highlight-title--big {
  font-weight: bold;
  font-size: 1.5em;
}
.Highlight-text {
  display: inline-block;
  font-size: 1em;
}
@media (max-width: 64em) {
  .Highlight-text {
    margin-bottom: 16px;
  }
}
.Highlight-icon {
  font-size: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Highlight-icon img {
  width: 200px;
  align-self: center;
}
.Highlight--left .Highlight-title, .Highlight--left .Highlight-text {
  text-align: left;
}

.Step {
  flex-direction: row;
}
.Step--reverse {
  flex-direction: row-reverse;
}
.Step-icon {
  width: 120px;
  height: 120px;
  border: 6px solid #272727;
  font-size: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 100em) {
  .Step-icon {
    width: 156px;
    height: 156px;
  }
}
@media (max-width: 40em) {
  .Step-icon {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 3em;
    width: 70px;
    height: 70px;
    border-width: 4px;
    margin-top: 16px;
  }
}
.Step--pink .Step-icon {
  border-color: #d41b58;
  color: #d41b58;
}
.Step--pink h3 {
  color: #d41b58;
}
.Step--azure .Step-icon {
  border-color: #028090;
  color: #028090;
}
.Step--azure h3 {
  color: #028090;
}
.Step--blue-dark .Step-icon {
  border-color: #2B2D42;
  color: #2B2D42;
}
.Step--blue-dark h3 {
  color: #2B2D42;
}
.Step--yellow .Step-icon {
  border-color: #d8973c;
  color: #d8973c;
}
.Step--yellow h3 {
  color: #d8973c;
}
.Step--circle .Step-icon {
  border-radius: 100%;
}
.Step-title {
  margin: 20px 0px 13.3333333333px 0px;
  padding: 0px 20px;
  line-height: 1.2em;
}
.Step-title h3 {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 2em;
  font-family: "Nunito", sans-serif;
}
@media (min-width: 100em) {
  .Step-title h3 {
    font-size: 2em;
  }
}
@media (max-width: 40em) {
  .Step-title h3 {
    text-align: center;
  }
}
.Step-description {
  margin: 0px;
  padding: 0px 20px 40px 20px;
  text-align: left;
  line-height: 1.4em;
  max-width: 500px;
}
@media (max-width: 40em) {
  .Step-description {
    text-align: center;
    padding-bottom: 16px;
  }
}
.Step .box {
  align-content: center;
  position: relative;
  background-color: #ffffff;
  width: 100%;
  font-size: 0.8em;
}
.Step .box-icon {
  font-size: 5em;
  line-height: 1em;
}
.Step .box-img {
  width: 85%;
  margin-bottom: 2px;
  display: flex;
}
@media (max-width: 64em) {
  .Step .box-img {
    width: 70%;
  }
}
.Step .box-text {
  font-size: 1.6em;
}
.Step .box--col {
  display: flex;
  flex-direction: column;
}
.Step .box--col .box-img--small {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.Step .box--col .box-img--small img {
  display: flex;
  flex: 1 1 100%;
  height: 50px;
  width: auto !important;
  align-self: center;
}
.Step .box--col .box-text--small {
  display: flex;
  margin-top: 5px;
  flex: 0 0 auto;
}
.Step .box-btn {
  display: inline-block;
  padding: 5px 5px;
  border-radius: 20px;
  border: 2px solid #8d99ae;
}
.Step .path, .Step .path--bottom, .Step .path--bottom--left, .Step .path--bottom--right, .Step .path--top, .Step .path--top--left, .Step .path--top--right {
  border-color: #aaaaaa;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  width: 100%;
  display: flex;
}
.Step .path-point, .Step .path-point--bottom--left, .Step .path-point--bottom--right, .Step .path-point--top--right, .Step .path-point--top--left, .Step .path-point--right, .Step .path-point--bottom, .Step .path-point--top {
  width: 32px;
  height: 32px;
  border: 4px solid #d41b58;
  background-color: #f2f2f2;
  border-radius: 100%;
}
.Step .path-title {
  margin-top: 80px;
}
.Step .path-buble {
  height: 200px;
  width: 160px;
  padding: 20;
  background-color: #ffffff;
  margin-left: -65px;
  margin-top: 45px;
  z-index: 1000;
  border-radius: 4px;
}
.Step .path-img {
  margin: 40px;
  margin-left: 80px;
  width: 100%;
}
.Step .path-point.point--blue, .Step .point--blue.path-point--bottom--left, .Step .point--blue.path-point--bottom--right, .Step .point--blue.path-point--top--right, .Step .point--blue.path-point--top--left, .Step .point--blue.path-point--right, .Step .point--blue.path-point--bottom, .Step .point--blue.path-point--top {
  border-color: #2B2D42;
}
.Step .path-point.point--grey, .Step .point--grey.path-point--bottom--left, .Step .point--grey.path-point--bottom--right, .Step .point--grey.path-point--top--right, .Step .point--grey.path-point--top--left, .Step .point--grey.path-point--right, .Step .point--grey.path-point--bottom, .Step .point--grey.path-point--top {
  border-color: #aaaaaa;
}
.Step .path-point--top {
  margin-top: -25px;
}
.Step .path-point--bottom {
  margin-bottom: -25px;
}
.Step .path-point--right {
  margin-right: -25px;
}
.Step .path-point--top--left {
  margin-left: -20px;
  margin-top: -25px;
}
.Step .path-point--top--right {
  margin-right: -25px;
  margin-top: -25px;
}
.Step .path-point--bottom--right {
  margin-right: -25px;
  margin-bottom: -25px;
}
.Step .path-point--bottom--left {
  margin-left: -20px;
  margin-bottom: -25px;
}
.Step .path--top, .Step .path--top--left, .Step .path--top--right {
  border-top-width: 10px;
  justify-content: center;
}
.Step .path--bottom, .Step .path--bottom--left, .Step .path--bottom--right {
  border-bottom-width: 10px;
  justify-content: center;
  align-items: flex-end;
}
.Step .path--right, .Step .path--bottom--right, .Step .path--top--right {
  border-right-width: 10px;
  justify-content: flex-end;
}
.Step .path--top--left {
  justify-content: flex-start;
}
.Step .path--bottom--left {
  justify-content: flex-start;
}
.Step .solutions-grid-wrap {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}
@media (max-width: 40em) {
  .Step .solutions-grid-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 200px auto;
  }
}
.Step-grid {
  width: 100%;
  display: grid;
  grid-template-rows: 2fr 1fr;
  gap: 20px;
}
@media (max-width: 40em) {
  .Step-grid {
    grid-template-rows: repeat(2, auto);
  }
}
.Step-grid .solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 40em) {
  .Step-grid .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
}
.Step-grid .industries-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 40em) {
  .Step-grid .industries-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 100px);
  }
}

.Screen-top {
  border-radius: 25px 25px 0px 0px;
  border: 20px solid #272727;
}
.Screen-top img {
  width: 100%;
}
@media (max-width: 40em) {
  .Screen-top {
    border: 10px solid #272727;
    border-radius: 15px 15px 0px 0px;
  }
}
.Screen-bottom {
  border: 20px solid #cccccc;
  border-radius: 0px 0px 25px 25px;
  height: 20px;
  background-color: #cccccc;
  z-index: 10;
}
@media (max-width: 40em) {
  .Screen-bottom {
    height: 10px;
    border: 10px solid #cccccc;
    border-radius: 0px 0px 15px 15px;
  }
}
.Screen-holder-top {
  background-color: #bbbbbb;
  height: 50px;
  width: 20%;
  transform-style: preserve-3d;
  -webkit-transform: perspective(200px) rotateX(20deg) translateY(-2px) scale(1.1);
  z-index: 5;
}
.Screen-holder-bottom {
  background-color: #aaaaaa;
  height: 25px;
  width: 23%;
  transform-style: preserve-3d;
  -webkit-transform: perspective(40px) rotateX(20deg) translateY(-2px) scale(1.13);
  z-index: 5;
}

.Textbox {
  justify-content: flex-start;
}
.Textbox-title {
  display: flex;
}
.Textbox-text {
  display: flex;
}

.button-effect:hover {
  cursor: pointer;
}

.Card {
  text-align: left;
  border-radius: 10px;
  z-index: 500;
}
.Card-title {
  font-weight: bold;
}
@media (max-width: 40em) {
  .Card {
    margin-top: 0px;
  }
}

.Spot--switch {
  flex-direction: row-reverse;
}
@media (max-width: 64em) {
  .Spot {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.Spot-content {
  justify-content: flex-start;
}
.Spot-content-text {
  max-width: 400px;
}
@media (min-width: 100em) {
  .Spot-content-text {
    max-width: 600px;
  }
}
@media (max-width: 64em) {
  .Spot-content {
    flex: 0 1 auto;
  }
}
@media (max-width: 64em) {
  .Spot-view {
    flex: 1 0 auto;
  }
}
@media (max-width: 64em) {
  .Spot--image_m .Spot-view-image {
    margin-top: 0px;
  }
}

.platform-package-type-box {
  width: 100%;
  background-color: #ffffff;
  color: #8d99ae;
}
.platform-package-type-box h3 {
  text-align: left;
}
.platform-package-type-box ul {
  margin: 0;
  padding: 0;
}
.platform-package-type-box ul li {
  list-style-type: none;
  text-align: left;
}
.platform-package-type-box.active, .platform-package-type-box:hover {
  color: #2B2D42;
  outline: solid 3px #d41b58;
}
.platform-package-type-box.active h3, .platform-package-type-box:hover h3 {
  color: #d41b58;
}

.additional-service-box {
  width: 100%;
  background-color: #ffffff;
  color: #8d99ae;
}
.additional-service-box h3 {
  text-align: left;
}
.additional-service-box ul {
  margin: 0;
  padding: 0;
}
.additional-service-box ul li {
  list-style-type: none;
  text-align: left;
}
.additional-service-box.active, .additional-service-box:hover {
  color: #2B2D42;
  outline: solid 3px #d41b58;
}
.additional-service-box.active h3, .additional-service-box:hover h3 {
  color: #d41b58;
}

.Path {
  display: flex;
  flex: 1 1 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.Path-line {
  display: flex;
  flex: 0 0 13px;
  align-items: center;
  width: 13px;
  background-color: #8d99ae;
}
.Path-line--top {
  background-color: inherit;
  background: -webkit-linear-gradient(0deg, #8d99ae 50%, #ffffff 50%);
  background: -moz-linear-gradient(0deg, #8d99ae 50%, #ffffff 50%);
  background: -o-linear-gradient(0deg, #8d99ae 50%, #ffffff 50%);
  background: linear-gradient(0deg, #8d99ae 50%, #ffffff 50%);
}
.Path-line--bottom {
  background-color: inherit;
  background: -webkit-linear-gradient(180deg, #8d99ae 50%, #ffffff 50%);
  background: -moz-linear-gradient(180deg, #8d99ae 50%, #ffffff 50%);
  background: -o-linear-gradient(180deg, #8d99ae 50%, #ffffff 50%);
  background: linear-gradient(180deg, #8d99ae 50%, #ffffff 50%);
}
.Path-line-point {
  position: absolute;
  margin-left: -8px;
  width: 25px;
  height: 25px;
  background-color: #8d99ae;
  border: 2px solid #f2f2f2;
  border-radius: 25px;
}
.Path-line-point--big {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #d41b58;
  box-shadow: 0 0 0 2px #f2f2f2;
  margin-left: -20.5px;
}
.Path-content {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  color: #2B2D42;
}
.Path-content-text {
  display: block;
}
.Path-content-text b {
  color: #028090;
}
.Path-content-result {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #f2f2f2;
  border-radius: 10px;
  color: #2B2D42;
}
.Path-content-result .res {
  background-color: #2B2D42;
  border-radius: 20px;
  color: #f2f2f2;
  padding: 0px 5px;
  margin-left: 5px;
}
.Path-content-result .res span {
  color: #8d99ae;
}
.Path-content-items {
  margin: 0px 5px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.Path-content-items .item {
  width: 50px;
  margin: 5px;
}

.Item-img img {
  width: 100%;
}
@media (max-width: 40em) {
  .Item-title {
    font-size: 0.8em;
  }
}
.Item-price {
  font-weight: bold;
}
@media (max-width: 40em) {
  .Item-price {
    font-size: 0.8em;
  }
}
.Item-btn {
  background-color: #272727;
  color: #ffffff;
  padding: 5px;
}
@media (max-width: 40em) {
  .Item-btn {
    font-size: 0.8em;
  }
}

.switcher--item {
  background-color: #d41b58;
  color: #ffffff;
  border: solid 1px #ffffff;
  padding: 4px 0;
}
.switcher--item.active, .switcher--item:hover {
  background-color: #ffffff;
  color: #d41b58;
}
.switcher--item:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.switcher--item:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.navigation {
  border-bottom-color: #F5F5F5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 64.063em) {
  .navigation {
    background-color: #ffffff;
  }
}
.navigation--high {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navigation--high .logo_wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  align-items: center;
}
@media (min-width: 64.063em) {
  .navigation--high .logo_wrapper {
    margin-top: 5px;
  }
}
@media (min-width: 64.063em) {
  .navigation--high {
    height: 128px;
    padding-top: 5px;
    padding-bottom: 0px;
  }
}
@media (min-width: 64.063em) {
  .navigation--moved {
    margin-top: -40px !important;
  }
}
@media (min-width: 64.063em) {
  .navigation--moved .logo_wrapper {
    margin-top: 38px;
  }
}
.navigation a:hover .item {
  color: #5263FE;
  background-color: #EDEEF5;
}
.navigation a:hover .item--button {
  color: #ffffff;
  background-color: #5263FE;
}
.navigation a:hover .item--active {
  background-color: #F5F5F5;
}
.navigation a:hover .item .subitem:hover {
  background-color: #f2f2f2;
}
.navigation-left {
  background-color: #F5F5F5;
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.navigation-left .item {
  color: #2B2D42 !important;
}
.navigation-right {
  flex-direction: column;
  background-color: #F5F5F5;
}
.navigation-right-top, .navigation-right-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 64em) {
  .navigation-right-top, .navigation-right-bottom {
    display: block;
  }
}
.navigation-right-top {
  flex: 1 1 33%;
}
.navigation-right-top .item {
  color: #8d99ae !important;
  font-size: 0.9em;
}
@media (max-width: 64em) {
  .navigation-right-top .item {
    border-top: 0px !important;
    border-bottom: 1px solid #f2f2f2;
  }
}
@media (max-width: 64em) {
  .navigation-right-top {
    flex-direction: column;
    justify-content: flex-start;
    order: 2;
    flex-basis: 100%;
  }
}
.navigation-right-bottom {
  flex: 1 1 66%;
}
@media (max-width: 64em) {
  .navigation-right-bottom {
    flex-direction: column;
    justify-content: flex-start;
    order: 1;
    flex-basis: 100%;
  }
}
.navigation .logo {
  height: 48px;
  margin: 0px 16px;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@media (min-width: 64.063em) {
  .navigation--high .logo {
    height: 70px;
  }
}
@media (min-width: 64.063em) {
  .navigation--moved .logo {
    height: 54px;
  }
}
.navigation .item {
  color: #6E6E70;
  font-family: "Nunito", "sans-serif";
  font-weight: 400;
  letter-spacing: 0.02em;
}
.navigation .item--button {
  border-radius: 44px;
  background: #5263FE;
  color: #F5F5F5;
  align-self: center;
}
.navigation .item--active {
  color: #5263FE;
}
@media (max-width: 64em) {
  .navigation .item {
    border-top: 1px solid #E0E0E0;
  }
}

.feature-image-badge {
  padding: 0px;
  background-color: inherit;
  color: #f2f2f2;
  transform: scale(0.8) rotate(5deg);
  margin-left: -20px;
  margin-top: -50px;
}
@media (max-width: 40em) {
  .feature-image-badge {
    margin-left: -15px;
    margin-top: -30px;
    transform: scale(0.7) rotate(5deg);
  }
}
.feature-image-badge-title {
  padding: 2px 12px 2px 12px;
  font-size: 2em;
  letter-spacing: 0.1em;
  background-color: #B966FF;
  border-radius: 5px;
  width: 40px;
  z-index: 10;
  position: relative;
}
.feature-image-badge-text {
  padding: 6px 10px 4px 10px;
  background-color: #2B2D42;
  border-radius: 5px;
  font-size: 1em;
  margin-top: -5px;
  margin-left: 10px;
  z-index: 5;
  position: relative;
}
.feature-image-badge-icon--none {
  margin: -53px 0px 0px -3px;
  height: 52px;
  width: 100%;
  background-color: #f2f2f2;
  background: url("../images/icons/owl-small-blue-head.png");
  background-size: 80% auto;
  background-position: left top;
  background-repeat: no-repeat;
}

.divider-col {
  width: 24px;
  display: flex;
  flex-basis: auto;
}
.divider-col .divider {
  display: flex;
  width: 8px;
  flex-basis: auto;
  background-color: #E0E0E0;
}

.divider-row {
  background-color: #E0E0E0;
  height: 8px;
}

.divider-grid .divider-row:last-of-type {
  background-color: inherit;
  z-index: 100;
}

.dot {
  background-color: #E3008F;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  margin-top: -8px;
  z-index: 10;
}
.dot--pink {
  background-color: #E3008F;
}
.dot--blue {
  background-color: #5263FE;
}
.dot--green {
  background-color: #22C189;
}
.dot--yellow {
  background-color: #F2BB05;
}

.spacer {
  display: flex;
  flex-grow: 1;
}

.spacer-header {
  display: flex;
  flex-grow: 0;
  flex-basis: 320px;
}
.spacer-header .content {
  padding: 64px 48px;
}
.spacer-header h2 {
  max-width: 150px;
  text-align: left;
}
@media (max-width: 64em) {
  .spacer-header {
    flex-basis: 100%;
    flex-grow: 1;
  }
}

.spacer-noheader {
  display: flex;
  flex-grow: 1;
  flex-basis: 500px;
  flex-wrap: wrap;
}

.left-edge {
  width: 16px;
  background-color: #E0E0E0;
  height: 8px;
  border-radius: 8px 0px 0px 8px;
  margin-left: -16px;
  margin-top: -8px;
}

.right-edge {
  width: 16px;
  background-color: #E0E0E0;
  height: 8px;
  border-radius: 0px 8px 8px 0px;
  margin-right: -16px;
  margin-top: -8px;
}

.top-edge {
  height: 32px;
  background-color: #E0E0E0;
  width: 8px;
  border-radius: 8px 8px 0px 0px;
  margin-left: -16px;
  margin-top: -32px;
  margin-right: 8px;
}

.bottom-edge {
  height: 16px;
  background-color: #E0E0E0;
  width: 8px;
  border-radius: 0px 0px 8px 8px;
  margin-left: -16px;
  margin-bottom: -32px;
  margin-right: 8px;
}

.small-image {
  width: 212px;
  max-width: 100%;
}

.section-shift {
  margin-top: -8px;
}

.avatar {
  width: 256px;
  max-width: 100%;
  border-radius: 96px;
}

.register {
  width: auto;
  background-color: #5263FE;
  height: auto;
  border-radius: 32px;
}

.inverse-content {
  color: #F5F5F5;
}
.inverse-content .btn {
  background-color: #F5F5F5;
  color: #5263FE;
}
.inverse-content h2 {
  color: #F5F5F5;
}

.data {
  width: auto;
  background-color: #EDEEF5;
  height: auto;
  border-radius: 32px;
}
.data .divider {
  border-radius: 8px;
}

.light-content {
  color: #011627;
}
.light-content .btn {
  background-color: #5263FE;
  color: #F5F5F5;
}
.light-content h2 {
  color: #011627;
}
.light-content .display1 {
  color: #5263FE;
}

.step {
  width: 128px;
  height: 128px;
  text-align: center;
  background-color: #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 128px;
}

body {
  font-family: "Nunito", "sans-serif";
  color: #011627;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #F5F5F5;
}

.btn {
  min-width: 200px;
  display: block;
  padding: 16px;
  text-decoration: none;
  border-radius: 44px;
  background: #5263FE;
  color: #F5F5F5;
}
.btn--white {
  background: none;
  background-color: #011627;
  color: #F5F5F5;
}

.arrow-icon {
  color: #8d99ae;
  font-size: 48px;
  width: 32px;
}
@media (max-width: 64em) and (min-width: 40.063em) {
  .arrow-icon {
    font-size: 16px;
    margin: 10px;
  }
}

.col-up {
  margin-bottom: -32px;
  border: 2px #ffffff solid;
}
.col-up--no-border {
  margin-bottom: -32px;
  border: 0px;
}

.inner--top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.inner--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.example {
  padding: 10px 15px;
  border: 2px solid #028090;
  background-color: #f2f2f2;
  color: #d41b58;
  border-radius: 25px;
  font-size: 0.8em;
}

.file-icon {
  border: 10px #dddddd solid;
  padding: 0px;
  width: 100px;
  height: 150px;
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 64em) and (min-width: 40.063em) {
  .file-icon {
    width: 80px;
    height: 120px;
  }
}
.file-icon-content {
  color: #d41b58;
  background-color: #dddddd;
  font-size: 3em;
  padding: 5px;
  margin-right: -20px;
  margin-bottom: -20px;
}

.buble {
  width: 140px;
  height: 140px;
  border: 3px solid #2B2D42;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px;
}
.buble--title {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 3px;
}
.buble--circle {
  border-radius: 100%;
}
.buble--square, .buble--square-rotate {
  width: 120px;
  height: 120px;
}
.buble--square-rotate {
  transform: rotate(45deg);
}
.buble--square-rotate > div {
  transform: rotate(-45deg);
}
.buble--1from3 {
  margin-bottom: 30px;
}
.buble--2from3 {
  margin-top: 32px;
}
@media (max-width: 40em) {
  .buble--2from3 {
    margin-bottom: 16px;
    align-self: flex-end;
    margin-top: 16px;
  }
}
.buble--3from3 {
  margin-bottom: 16px;
}
@media (min-width: 40.063em) {
  .buble--3from3 {
    margin-left: -32px;
  }
}
.buble--yellow {
  border-color: #d8973c;
  color: #d8973c;
}
.buble--pink {
  border-color: #d41b58;
  color: #d41b58;
}
.buble--purple {
  border-color: #571dd0;
  color: #571dd0;
}

.screenshot img {
  display: block;
}

.vh-100--high {
  min-height: calc(100vh - 133px);
}

.badge {
  padding: 2px 10px;
  background-color: #8d99ae;
  color: #ffffff;
  position: absolute;
  top: -8px;
  right: 5px;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 0.8em;
}
@media (min-width: 100em) {
  .badge {
    padding: 5px 10px;
    font-size: 1em;
    top: -12px;
  }
}

h1 {
  text-align: left;
  font-size: 5em;
  line-height: 1.2em;
  padding: 0px;
  margin: 0px;
  max-width: 800px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
@media (min-width: 100em) {
  h1 {
    font-size: 6em;
    line-height: 1.05em;
    max-width: 1200px;
  }
}
@media (max-width: 40em) {
  h1 {
    font-size: 2.5em;
  }
}
h1 span {
  color: #5263FE;
}

.h1-sub {
  width: 100%;
  font-family: "Nunito", sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
}

h2 {
  padding: 0px;
  margin: 0px;
  max-width: 800px;
  font-size: 2em;
  line-height: 1.2em;
  font-family: "Nunito", sans-serif;
}
@media (min-width: 100em) {
  h2 {
    font-size: 3em;
    max-width: 1200px;
  }
}
@media (max-width: 40em) {
  h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

h3 {
  padding: 0px;
  margin: 0px;
  line-height: 1.2em;
  font-family: "Nunito", sans-serif;
}
@media (min-width: 100em) {
  h3 {
    font-size: 1.4em;
  }
}

.text, .container-text, .footer .contact-text, .feature-title, .feature-description, .Highlight-text, .Textbox-title, .Card-title, .Card-text, .Path-content-result, .example {
  line-height: 1.4em;
  text-align: left;
}

a {
  color: inherit;
}

.body24Highlight {
  font-size: 24px;
  font-weight: 600;
}

.body20Regular {
  font-size: 20px;
  font-weight: 400;
}

.display1 {
  font-size: 64px;
  font-weight: 700;
}

.homeheader {
  background-color: #2B2D42;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex: 1 0 66%;
}
.homeheader h1 {
  color: #f2f2f2;
}
.homeicons {
  display: flex;
  flex: 0 0 auto;
  background-color: #2B2D42;
  max-height: 244px;
}
@media (min-width: 100em) {
  .homeicons {
    max-height: 386px;
  }
}
@media (max-width: 64em) {
  .homeicons {
    max-height: none;
  }
}

.actionbox {
  border: 0px solid #d41b58;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  max-height: 244px;
  max-width: 244px;
}
@media (min-width: 100em) {
  .actionbox {
    max-height: 370px;
    max-width: 370px;
  }
}
.actionbox a {
  text-decoration: none;
}
.actionbox--long {
  justify-content: center;
}
@media (min-width: 64.063em) {
  .actionbox--long {
    max-width: 514px;
  }
}
@media (max-width: 64em) {
  .actionbox {
    flex: 1 1 50%;
  }
}
@media (max-width: 40em) {
  .actionbox {
    flex: 1 1 50%;
    align-items: stretch;
  }
}
.actionbox_wrapper {
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (min-width: 100em) {
  .actionbox_wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 64em) {
  .actionbox_wrapper {
    flex-wrap: wrap;
    max-width: 488px;
    margin: 0px 5px;
  }
}
.actionbox-content {
  max-height: 180px;
  max-width: 180px;
  background-color: #f2f2f2;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 150px;
}
@media (min-width: 100em) {
  .actionbox-content {
    max-height: 306px;
    max-width: 306px;
  }
}
@media (max-width: 40em) {
  .actionbox-content {
    margin: 20px 5px;
    padding: 8px 8px 8px 8px;
  }
}
.actionbox--long .actionbox-content {
  justify-content: center;
}
@media (min-width: 64.063em) {
  .actionbox--long .actionbox-content {
    max-width: 450px;
  }
}
.actionbox-title, .actionbox-img, .actionbox-btn {
  color: #d41b58;
  font-weight: bold;
  font-size: 1em;
  flex: 0 0 100%;
}
.actionbox-title img, .actionbox-img img, .actionbox-btn img {
  width: 100%;
}
@media (min-width: 100em) {
  .actionbox-title, .actionbox-img, .actionbox-btn {
    font-size: 1.4em;
  }
}
@media (max-width: 40em) {
  .actionbox-title, .actionbox-img, .actionbox-btn {
    font-size: 0.8em;
  }
}
@media (max-width: 40em) {
  .actionbox-title {
    margin-top: 5px;
  }
}
@media (min-width: 64.063em) {
  .actionbox--long .actionbox-img {
    flex: 0 0 40%;
  }
}
@media (min-width: 64.063em) {
  .actionbox--long .actionbox-title {
    margin-top: 0px;
    flex: 0 0 60%;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.4em;
  }
}
.actionbox-badge {
  height: 30px;
  margin-top: -35px;
  margin-bottom: 5px;
  background-color: #d8973c;
  color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  width: 80px;
  border-radius: 15px;
  text-transform: uppercase;
}
@media (max-width: 40em) {
  .actionbox-badge {
    font-size: 0.8em;
    margin-top: -25px;
  }
}

.Card {
  background-color: #ffffff;
  color: #272727;
  border: 3px solid #d41b58;
}
.Card-title {
  color: #d41b58;
}
.Card--left {
  margin-right: -48px;
}
@media (max-width: 64em) and (min-width: 40.063em) {
  .Card--left {
    margin-right: -144px;
  }
}
@media (max-width: 40em) {
  .Card--left {
    margin-right: 0px;
  }
}
.Card--left_big_shift {
  margin-right: -96px;
  margin-left: 32px;
}
@media (max-width: 64em) and (min-width: 40.063em) {
  .Card--left_big_shift {
    margin-right: -144px;
  }
}
@media (max-width: 40em) {
  .Card--left_big_shift {
    margin-right: 0px;
  }
}
.Card--right {
  margin-left: -48px;
}
@media (max-width: 64em) and (min-width: 40.063em) {
  .Card--right {
    margin-left: -144px;
    margin-top: 200px;
  }
}
@media (max-width: 40em) {
  .Card--right {
    margin-left: 0px;
  }
}

.bubble {
  width: 220px;
  height: 220px;
  padding: 30px;
  border-radius: 100%;
  margin: 40px;
  color: #f2f2f2;
  color: #73628a;
  font-size: 2em;
  border: 10px solid #73628a;
}

.nodes {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 40em) {
  .nodes {
    flex-direction: column-reverse;
    margin: 0px 0px 30px 0px;
  }
}
.nodes-type {
  display: flex;
  flex: 0 0 auto;
  z-index: 100;
}
.nodes-list {
  display: flex;
  flex: 0 0 auto;
  border: 2px solid #571dd0;
  z-index: 10;
  background-color: #f2f2f2;
  border-radius: 10px;
}
@media (min-width: 40.063em) {
  .nodes-list {
    margin-right: -70px;
    padding: 20px 80px 20px 20px;
  }
}
@media (max-width: 40em) {
  .nodes-list {
    margin-top: -70px;
    padding-top: 70px;
    margin: -70px 0px 20px 0px;
  }
}
.nodes-list img {
  align-self: center;
  width: 350px;
  border-radius: 10px;
}
@media (min-width: 64.063em) and (max-width: 69em) {
  .nodes-list img {
    width: 320px;
  }
}
@media (max-width: 40em) {
  .nodes-list img {
    width: 100%;
  }
}
.nodes-list--purple {
  border-color: #571dd0;
}
.nodes-list--yellow {
  border-color: #d8973c;
}
.nodes-list--pink {
  border-color: #d41b58;
}
@media (min-width: 64.063em) {
  .nodes--switch {
    margin-top: 100px;
    margin-bottom: -40px;
  }
}
@media (max-width: 40em) {
  .nodes--switch {
    flex-direction: column;
  }
}
@media (min-width: 40.063em) {
  .nodes--switch .nodes-list {
    margin-left: -70px;
    padding: 20px 20px 20px 80px;
  }
}

.mac {
  height: 60vh;
  background-image: url("../images/backgrounds/mac-background.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  align-self: flex-end;
}
.mac-screen {
  position: relative;
  width: 94.1vh;
  padding-top: 0.4vh;
}
.mac-screen-video {
  width: 100%;
  height: 100%;
}

.footer .contact-photo {
  width: 100%;
  max-width: 200px;
  height: 200px;
  border: 2px solid #f2f2f2;
}
@media (max-width: 40em) {
  .footer .contact-photo {
    max-width: 150px;
  }
}
.footer .contact-photo--tomas {
  background: url("../images/backgrounds/tomas.jpg");
  background-size: cover;
  background-position: top center;
}
.footer .contact-photo--honza {
  background: url("../images/backgrounds/honza.jpg");
  background-size: cover;
  background-position: top center;
}
.footer .contact-text {
  text-align: left;
}
.footer span {
  color: #d41b58;
}
.footer .social {
  background-color: #f2f2f2;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .social-icon {
  color: #d41b58;
  font-size: 36px;
  display: flex;
  width: 48px;
}
.footer .social-icon--large {
  font-size: 48px;
}

.subnavigation-item {
  height: 50px;
}
.subnavigation-item.active, .subnavigation-item:hover {
  color: #ffffff;
  background-color: #2B2D42;
}
.subnavigation-item > span {
  padding: 0 5px;
  line-height: 20px;
}

.platforms-section.hidden {
  min-height: 0px;
  display: none;
}
.platforms-section-mobile {
  display: flex;
  width: 100vw;
  overflow: auto;
}

.channels-section {
  min-height: 100px;
}
.channels-section.hidden {
  min-height: 0px;
  display: none;
}
.channels-section .slider-value-wrap {
  margin-bottom: 15px;
}
.channels-section .slider-value-wrap output {
  position: relative;
  top: 0.1em;
  font-size: 1.5em;
  font-weight: bold;
}
@media (max-width: 40em) {
  .channels-section .slider-value-wrap {
    font-size: 0.9em;
  }
}

.total-amount-box {
  position: fixed;
  z-index: 1000;
  width: 17vw;
  min-height: 17vw;
  top: 194px;
  background-color: #d41b58;
  color: #ffffff;
  border: solid 2px #ffffff;
}
@media (max-width: 64em) {
  .total-amount-box {
    position: static;
    height: auto;
  }
}
.total-amount-title {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.total-amount h3 {
  text-align: left;
}
.total-amount-value-wrap {
  font-size: 1.8em;
  font-weight: bold;
}

#total-amount-summary {
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.4em;
}
#total-amount-summary > div {
  margin-top: 4px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.Article-image {
  width: 100%;
}
.Article-text {
  text-align: left;
}
.Article-text h1 {
  text-align: left;
  padding: 0px;
  margin: 20px 0px 20px 0px;
  font-size: 3em;
  color: #2B2D42;
}
@media (max-width: 64em) {
  .Article-text h1 {
    font-size: 2.2em;
  }
}
.Article-text h2 {
  padding: 0px;
  margin: 30px 0px 0px 0px;
  font-size: 1.6em;
  color: #2B2D42;
}
@media (max-width: 64em) {
  .Article-text h2 {
    font-size: 1.8em;
  }
}
.Article-text p {
  font-size: 1.2em;
  margin: 10px 0px 20px 0px;
}
.Article-text .blog-image-article {
  display: block;
  width: 100%;
  margin: 30px 0px;
}
.Article-author {
  height: 32px;
  border-radius: 8px;
  margin: 0px 5px 0px 0px;
}
.Article-label {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #2B2D42;
  margin: 0px 0px 20px 0px;
}

.ArticleListBox {
  text-align: left;
  padding: 20px;
  background-color: #f2f2f2;
  font-size: 1.2em;
}
.ArticleListBox-title {
  margin: 10px 0px 10px 0px;
  font-weight: bold;
  color: #2B2D42;
}
.ArticleListBox-item {
  margin: 10px 0px 10px 0px;
}

.ArticleList-image {
  width: 100%;
  height: 150px;
}
@media (max-width: 40em) {
  .ArticleList-image {
    height: 130px;
  }
}
.ArticleList-title {
  font-weight: bold;
}
@media (max-width: 40em) {
  .ArticleList-title {
    font-size: 1.4em;
  }
}
.ArticleList-label {
  font-weight: normal;
}

.container h1 {
  font-size: 2.6em;
  margin: 20px 0 20px 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.35em;
  text-align: left;
}
.container h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.container h2.text-center {
  text-align: center;
}
.container.terms h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.container h3 {
  font-size: 1.2em;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-weight: normal;
}
.container.white-grey h1, .container.white-grey h2 {
  color: #028090;
}
.container.white-grey h3 {
  color: #d41b58;
}
.container-text {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
.container-text p {
  margin: 0 0 20px 0;
  color: #454545;
}
.container-text a {
  color: #028090;
  text-decoration: none;
}
.container .example {
  width: 100%;
  padding: 10px;
  background-color: #dcdcdc;
  font-family: "Calibri";
  margin: 5px 0px 40px 0px;
  border-width: 0;
  color: inherit;
  border-radius: 0;
  font-size: 1em;
}

.velana-bg {
  background: url("/images/velana/velana-ai.png");
  height: calc(100vh - 96px);
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: fixed;
  bottom: 0px;
  right: -300px;
  z-index: 1;
}

.section {
  z-index: 10;
  position: relative;
}

.store-logo {
  height: 48px;
  width: auto;
  background-color: rgba(32, 41, 60, 0.2509803922);
  border: 1px solid #E0E0E0;
  border-radius: 12px;
}

.image-full {
  width: 100%;
  height: auto;
  display: block;
}

.header-image {
  background: url("/images/velana/table-bg.jpg");
  height: calc(100vh - 96px);
  width: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.features {
  width: auto;
  background-color: #562a81;
  height: auto;
  border-radius: 32px;
}

.section-delimiter {
  width: auto;
  background-color: #EDEEF5;
  height: 12px;
  border-radius: 32px;
}

.list-img {
  list-style: none;
  padding-left: 40px;
}

.list-img li {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}

.list-img li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 32px;
  height: 32px;
  transform: translateX(-40px) translateY(-14px);
  background: url("/images/icons/bullet.png") no-repeat center/contain;
}

.content75 span, li span {
  color: #011627;
  font-weight: bold;
}

.tag {
  color: #011627;
  border-radius: 8px;
  padding: 4px 8px;
}
.tag--green {
  color: #22C189;
  background-color: #243F49;
}
.tag--blue {
  color: #5263FE;
  background-color: #EDEEF5;
}
.tag--pink {
  color: #E3008F;
  background-color: #432049;
}
.tag--orange {
  color: #ff8966;
  background-color: #433138;
}
.tag--green-yellow {
  color: #96ff66;
  background-color: #353f38;
}

@media (max-width: 64em) {
  .display--tablet--hidden {
    display: none;
  }
}

@media (max-width: 64em) {
  .display--tablet--flex {
    display: flex;
  }
}

.display--laptop--hidden {
  display: none;
}

.display--laptop--flex {
  display: flex;
}

.display--hidden {
  display: none !important;
}

.display--block {
  display: block !important;
}
@media (max-width: 64em) {
  .display--block {
    display: flex !important;
  }
}

/*# sourceMappingURL=style.css.map */
