/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* @import 'typography'; */
:root {
    --main-white: white;
    /* --main-white: #f7f7f7; */
    --main-red: #d60000;
    --faded-red: #FCEDED;
    --main-blue: #242B57;
}
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 14px -6px rgba(0, 0, 0, 0.3);
}
.main-header .container {
    }
.main-header .container-content {
        display: flex;
        flex-flow: row wrap;
    }
.main-header .menu,
    .main-header .logo {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 1/2);
        max-width: calc(99.9% * 1/2);
        width: calc(99.9% * 1/2);
    }
.main-header .menu:nth-child(1n),
    .main-header .logo:nth-child(1n) {
        margin-right: 0;
        margin-left: 0;
    }
.main-header .menu:last-child,
    .main-header .logo:last-child {
        margin-right: 0;
    }
.main-header .menu:nth-child(2n),
    .main-header .logo:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
.main-header .menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
.main-header .menu-link {
        text-decoration: none;
        display: flex;
        align-items: center;
    }
.main-header .menu-text {
        color: #d60000;
        color: var(--main-red);
        margin-right: 20px;
        text-decoration: none;
    }
.main-header .menu-lang {
        margin-left: 20px;
        margin-right: 0;
    }
.main-header .menu-icon {
        display: inline-block;
    }
.main-header .menu-icon .line {
            width: 36px;
            margin-bottom: 2px;
            background-color: #d60000;
            background-color: var(--main-red);
        }
.main-header .menu-icon .line1 {
            height: 4px;
        }
.main-header .menu-icon .line2 {
            height: 6px;
        }
.main-header .menu-icon .line3 {
            height: 2px;
            margin-bottom: 4px;
        }
.main-header .menu-icon .line4 {
            height: 4px;
        }
.header .header-title {
        text-decoration: underline;
    }
.header.header-primary .header-title {
        color: #d60000;
        color: var(--main-red);
    }
.header.header-primary .header-text {
        color: #242B57;
        color: var(--main-blue);
    }
.header.header-center .header-title,
    .header.header-center .header-text {
        text-align: center;
    }

.section-color {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* &::before,
    &::after {
        position: absolute;
        display: block;
        content: '';
        left: 0;
        border-width: 0 0 50px 100vw;
        border-style: solid;
    }

    &::before {
        top: 0;

        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--faded-red) rgba(0, 0, 0, 0);
    }

    &::after {
        bottom: 0;
        border-color: var(--faded-red) var(--faded-red) rgba(0, 0, 0, 0) var(--faded-red);
    } */

.section-color .start-triangle {
        width: 100%;
        height: 100px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

.section-color .start-triangle svg {
            width: 100%;
            height: 100px;
        }

.section-color .end-triangle {
        width: 100%;
        height: 100px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

.section-color .end-triangle svg {
            width: 100%;
            height: 100px;
        }

.section-pink .color-container {
        background-color: #FCEDED;
        background-color: var(--faded-red);
    }

.section-blue .color-container {
        background-color: #242B57;
        background-color: var(--main-blue);
    }

.section-white {
    background-color: white;
    background-color: var(--main-white);
}
.hero {
    padding-top: 40px;
    padding-bottom: 100px;
}
.hero .container {
        display: flex;
        flex-flow: row wrap;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
.hero .container-content {
        display: flex;
        flex-flow: row wrap;
    }
.hero .text-column {
        /* display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; */
    }
@media (max-width: 789px) {

    .hero .text-column {
            margin-bottom: 30px
    }
        }
@media (max-width: 789px) {

    .hero .text-column,
    .hero .image-column {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1);
            max-width: calc(99.9% * 1);
            width: calc(99.9% * 1)
    }

    .hero .text-column:nth-child(1n),
    .hero .image-column:nth-child(1n) {
            margin-right: 0;
            margin-left: 0
    }

    .hero .text-column:last-child,
    .hero .image-column:last-child {
            margin-right: 0
    }

    .hero .text-column:nth-child(1n),
    .hero .image-column:nth-child(1n) {
            margin-right: 0;
            margin-left: auto
    }
        }
@media (min-width: 790px) {

    .hero .text-column,
    .hero .image-column {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1/2);
            max-width: calc(99.9% * 1/2);
            width: calc(99.9% * 1/2)
    }

    .hero .text-column:nth-child(1n),
    .hero .image-column:nth-child(1n) {
            margin-right: 0;
            margin-left: 0
    }

    .hero .text-column:last-child,
    .hero .image-column:last-child {
            margin-right: 0
    }

    .hero .text-column:nth-child(2n),
    .hero .image-column:nth-child(2n) {
            margin-right: 0;
            margin-left: auto
    }
        }
.hero .text-container {

    }
.hero .image-container {
        position: relative;
        height: 750px;
    }
.hero .image-container .background-image {
            display: none;
        }
.hero .image-container:hover .hover-image {
            display: none;
        }
.hero .image-container:hover .background-image {
            display: block;
        }
.hero .image-container img {
            width: 100%;
        }
.hero .title,
    .hero .text {
        color: #d60000;
        color: var(--main-red);
    }
.hero .title {
        display: inline-block;
        font-size: 100px;
        line-height: 90px;
        font-weight: 500;
        margin-bottom: 0;
        border-bottom: 2px solid #d60000;
        border-bottom: 2px solid var(--main-red);
    }
.hero .text {
        font-size: 30px;
    }
.hero .subtext {
        max-width: 400px;
    }
.picture {
    padding: 50px 0;
}
.picture .container-content {
    }
.picture .picture-logo {
        width: 180px;
        margin: 0 auto;
        display: block;
    }
.picture .picture-image-container {
        position: relative;
        max-width: 600px;
        margin: 0 auto;
    }
.picture .picture-image {
        width: calc(100% - 60px);
        margin: 0 auto;
        display: block;
    }
.picture .scanline {
        position: absolute;
        left: 0;
        right: 0;
        top: 45%;
        height: 2px;
        background-color: #d60000;
        background-color: var(--main-red);
    }
.cta {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 30px 0;
}
.cta .cta-text {
        text-align: center;
    }
.clients {
    padding-top: 100px;
    padding-bottom: 100px;
}
.clients .container {
        display: flex;
        flex-flow: row wrap;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
.clients .clients-container {
        display: flex;
        flex-flow: row wrap;
        justify-content: center
    }
@media (max-width: 789px) {

    .clients .clients-container {
            padding: 0 80px
    }
        }
@media (min-width: 790px) {

    .clients .clients-container {
            height: 100%
    }
        }
@media (max-width: 789px) {

    .clients .client-item {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
            width: calc(99.9% * 1 - (30px - 30px * 1));
            max-width: calc(99.9% * 1 - (30px - 30px * 1));
            height: calc(99.9% * 1 - (30px - 30px * 1));
    }

    .clients .client-item:nth-child(1n) {
            margin-right: 30px;
            margin-bottom: 30px;
            margin-left: 0;
    }

    .clients .client-item:last-child {
            margin-right: 0;
            margin-bottom: 0;
    }

    .clients .client-item:nth-child(NaNn) {
            margin-right: 0;
            margin-left: auto;
    }

    .clients .client-item:nth-last-child(-n + NaN) {
            margin-bottom: 0;
    }
        }
@media (min-width: 790px) and (max-width: 1259px) {

    .clients .client-item {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
            width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
            max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
            height: calc(99.9% * 1/4 - (30px - 30px * 1/4));
    }

    .clients .client-item:nth-child(1n) {
            margin-right: 30px;
            margin-bottom: 30px;
            margin-left: 0;
    }

    .clients .client-item:last-child {
            margin-right: 0;
            margin-bottom: 0;
    }

    .clients .client-item:nth-child(4n) {
            margin-right: 0;
            margin-left: auto;
    }

    .clients .client-item:nth-last-child(-n + 4) {
            margin-bottom: 0;
    }
        }
@media (min-width: 1260px) {

    .clients .client-item {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1/5 - (30px - 30px * 1/5));
            width: calc(99.9% * 1/5 - (30px - 30px * 1/5));
            max-width: calc(99.9% * 1/5 - (30px - 30px * 1/5));
            height: calc(99.9% * 1/5 - (30px - 30px * 1/5));
    }

    .clients .client-item:nth-child(1n) {
            margin-right: 30px;
            margin-bottom: 30px;
            margin-left: 0;
    }

    .clients .client-item:last-child {
            margin-right: 0;
            margin-bottom: 0;
    }

    .clients .client-item:nth-child(5n) {
            margin-right: 0;
            margin-left: auto;
    }

    .clients .client-item:nth-last-child(-n + 5) {
            margin-bottom: 0;
    }
        }
.clients .client-item {

        display: flex;
        justify-content: center;
        align-items: center;
    }
.clients .client-item-content {

    }
.clients .client-link {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }
.clients .client-image {
        width: 100%;
    }
.quotes {
    padding: 100px 0;
}
.quotes .quote-text,
    .quotes .quote-smalltext {
        text-align: center;
    }
.quotes .quote-text {

    }
.quotes .quote-smalltext {

    }
.quotes .quotes-container {
        position: relative;
        background-color: #242B57;
        background-color: var(--main-blue);
        z-index: 20;
        position: relative
    }
@media (max-width: 789px) {

    .quotes .quotes-container {
            padding: 10px 20px
    }
        }
@media (min-width: 790px) {

    .quotes .quotes-container {
            padding: 20px 80px
    }
        }
.quotes .line {
        position: absolute;
        background-color: white;
        background-color: var(--main-white);
        top: 0;
        bottom: 0
    }
@media (max-width: 789px) {

    .quotes .line {
            display: none
    }
        }
@media (min-width: 790px) {

    .quotes .line {
            display: block
    }
        }
.quotes .line1 {
        left: 15px;
        width: 6px;
    }
.quotes .line2 {
        left: 26px;
        width: 6px;
    }
.quotes .line3 {
        right: 26px;
        width: 6px;
    }
.quotes .line4 {
        right: 5px;
        width: 6px;
    }
.quotes .slick-container {
        color: white;
        color: var(--main-white);
    }
.quotes .slick-track {
        display: flex;
        align-items: center;
    }
.quotes .slick-dots {
        position: absolute;
        bottom: -70px;
        left: 0;
        right: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        width: 160px;
    }
.quotes .slick-dots li button {
        text-indent: -9999px;
        overflow:hidden;
        background-color: grey;
        width: 24px;
        height: 24px;
        border-radius: 12px;
        outline: 0;
        border: 0;
        cursor: pointer;
    }
.quotes li.slick-active button {
        background-color: #242B57;
        background-color: var(--main-blue);
    }
.procedure header {
        margin-bottom: 60px;
    }
.procedure .procedure-container {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
@media (max-width: 789px) {

    .procedure .procedure-item {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1);
            max-width: calc(99.9% * 1);
            width: calc(99.9% * 1)
    }

    .procedure .procedure-item:nth-child(1n) {
            margin-right: 0;
            margin-left: 0
    }

    .procedure .procedure-item:last-child {
            margin-right: 0
    }

    .procedure .procedure-item:nth-child(1n) {
            margin-right: 0;
            margin-left: auto
    }
        }
@media (min-width: 790px) {

    .procedure .procedure-item {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1/4);
            max-width: calc(99.9% * 1/4);
            width: calc(99.9% * 1/4)
    }

    .procedure .procedure-item:nth-child(1n) {
            margin-right: 0;
            margin-left: 0
    }

    .procedure .procedure-item:last-child {
            margin-right: 0
    }

    .procedure .procedure-item:nth-child(4n) {
            margin-right: 0;
            margin-left: auto
    }
        }
.procedure .procedure-item {

        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center
    }
.procedure .procedure-item:nth-child(3) img {
            margin-top: 8px;
        }
.procedure .procedure-item:nth-child(4) img {
            margin-top: 8px;
        }
.procedure .procedure-item:nth-child(4):after {
            display: none;
        }
@media (min-width: 790px) {
        .procedure .procedure-item::after {
            position: absolute;
            top: 62px;
            left: 124px;
            z-index: 1;
            content: '';
            width: 100%;
            height: 2px;
            background-color: #d60000;
            background-color: var(--main-red);
        }
    }
.procedure .circle {
        position: relative;
        z-index: 2;
        background: #fff 0% 0% no-repeat padding-box;
        border: 2px solid #d60000;
        border: 2px solid var(--main-red);
        width: 124px;
        height: 124px;
        border-radius: 62px;
        padding: 24px;
        box-sizing: border-box;
    }
.procedure .procedure-icon {
        width: 100%;
        color: #d60000;
        color: var(--main-red);
    }
.procedure .procedure-text {
        font-size: 14px;
        max-width: 150px;
        text-align: center;
    }
.cases {
    margin-bottom: 100px;
}
.cases .cases-container {
        /* lost-masonry-wrap: no-flex; */
        display: flex;
        flex-flow: row wrap;
    }
@media (max-width: 789px) {

        .cases .cases-container .row {
                flex-grow: 0;
                flex-shrink: 0;
                flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
                max-width: calc(99.9% * 1 - (30px - 30px * 1));
                width: calc(99.9% * 1 - (30px - 30px * 1))
        }

        .cases .cases-container .row:nth-child(1n) {
                margin-right: 30px;
                margin-left: 0
        }

        .cases .cases-container .row:last-child {
                margin-right: 0
        }

        .cases .cases-container .row:nth-child(1n) {
                margin-right: 0;
                margin-left: auto
        }
            }
@media (min-width: 790px) and (max-width: 1259px) {

        .cases .cases-container .row {
                flex-grow: 0;
                flex-shrink: 0;
                flex-basis: calc(99.9% * 1/2);
                max-width: calc(99.9% * 1/2);
                width: calc(99.9% * 1/2)
        }

        .cases .cases-container .row:nth-child(1n) {
                margin-right: 0;
                margin-left: 0
        }

        .cases .cases-container .row:last-child {
                margin-right: 0
        }

        .cases .cases-container .row:nth-child(1n) {
                margin-right: 0;
                margin-left: auto
        }
            }
@media (min-width: 1260px) {

        .cases .cases-container .row {
                flex-grow: 0;
                flex-shrink: 0;
                flex-basis: calc(99.9% * 1/3);
                max-width: calc(99.9% * 1/3);
                width: calc(99.9% * 1/3)
        }

        .cases .cases-container .row:nth-child(1n) {
                margin-right: 0;
                margin-left: 0
        }

        .cases .cases-container .row:last-child {
                margin-right: 0
        }

        .cases .cases-container .row:nth-child(1n) {
                margin-right: 0;
                margin-left: auto
        }
            }
.cases .cases-container .row:first-child .row-content {
                padding-left: 0;
            }
.cases .cases-container .row:last-child .row-content {
                padding-right: 0;
            }
.cases .cases-container .row-content {
            padding-left: 30px;
            padding-right: 30px;

        }
.cases .cases-item {
        margin-bottom: 30px;
    }
.cases .cases-image {
        width: 100%;
        background-color: grey;
    }
.cases .cases-title {
        text-align: center;
    }
.cases .cases-link {
        display: inline-block;
        color: #242B57;
        color: var(--main-blue);
        text-decoration: none
    }
.cases .cases-link:hover {
            text-decoration: underline;
        }
.cases .tags-container {
        text-align: center;
    }
.case {
    margin-bottom: 100px;
}
.case .container {
        display: flex;
        flex-flow: row wrap;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
.case .header {
        margin-bottom: 30px;
    }
.case .case-navigation {
        padding: 50px 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
.case .case-container {

    }
.case .case-row {
        display: flex;
        flex-flow: row wrap
    }
@media (min-width: 790px) {
            .case .case-row.reverse .case-image {
                    position: relative;
                    left: calc(99.9% * 1/2 - (50px - 50px * 1/2) + 50px)
            }
                }
@media (min-width: 790px) {

            .case .case-row.reverse .case-content {
                    position: relative;
                    left: calc(99.9% * -1/2 - (50px - 50px * -1/2) + 50px)
            }
                }
@media (max-width: 789px) {

    .case .case-image {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
            max-width: calc(99.9% * 1 - (30px - 30px * 1));
            width: calc(99.9% * 1 - (30px - 30px * 1))
    }

    .case .case-image:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0
    }

    .case .case-image:last-child {
            margin-right: 0
    }

    .case .case-image:nth-child(1n) {
            margin-right: 0;
            margin-left: auto
    }
        }
@media (min-width: 790px) {

    .case .case-image {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1/2 - (50px - 50px * 1/2));
            max-width: calc(99.9% * 1/2 - (50px - 50px * 1/2));
            width: calc(99.9% * 1/2 - (50px - 50px * 1/2))
    }

    .case .case-image:nth-child(1n) {
            margin-right: 50px;
            margin-left: 0
    }

    .case .case-image:last-child {
            margin-right: 0
    }

    .case .case-image:nth-child(2n) {
            margin-right: 0;
            margin-left: auto
    }
        }
.case .case-image {

        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
.case .case-image img {
            width: 100%;
        }
@media (max-width: 789px) {

    .case .case-content {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
            max-width: calc(99.9% * 1 - (30px - 30px * 1));
            width: calc(99.9% * 1 - (30px - 30px * 1));
    }

    .case .case-content:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0;
    }

    .case .case-content:last-child {
            margin-right: 0;
    }

    .case .case-content:nth-child(1n) {
            margin-right: 0;
            margin-left: auto;
    }
        }
@media (min-width: 790px) {

    .case .case-content {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1/2 - (50px - 50px * 1/2));
            max-width: calc(99.9% * 1/2 - (50px - 50px * 1/2));
            width: calc(99.9% * 1/2 - (50px - 50px * 1/2));
    }

    .case .case-content:nth-child(1n) {
            margin-right: 50px;
            margin-left: 0;
    }

    .case .case-content:last-child {
            margin-right: 0;
    }

    .case .case-content:nth-child(2n) {
            margin-right: 0;
            margin-left: auto;
    }
        }
.case .case-content {

        padding: 30px 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
.case .case-title {
        color: #d60000;
        color: var(--main-red);
    }
.case .case-text {
        color: #242B57;
        color: var(--main-blue);
    }
.services .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
.services .container-content {
        display: flex;
        flex-flow: row wrap;
    }
.services .receipt {
        z-index: 20;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        background-color: white;
        background-color: var(--main-white);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.16078);
        position: relative
    }
@media (max-width: 789px) {

    .services .receipt {
            margin-left: 0 !important;
            margin-right: 30px !important;
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
            max-width: calc(99.9% * 1 - (30px - 30px * 1));
            width: calc(99.9% * 1 - (30px - 30px * 1))
    }

    .services .receipt:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0
    }

    .services .receipt:last-child {
            margin-right: 0
    }

    .services .receipt:nth-child(1n) {
            margin-right: 0;
            margin-left: auto
    }
        }
@media (min-width: 790px) and (max-width: 1259px) {

    .services .receipt {
            margin-left: calc(99.9% * (-1/12 * -1) - (30px - 30px * (-1/12 * -1)) + 30px) !important;
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 10/12);
            max-width: calc(99.9% * 10/12);
            width: calc(99.9% * 10/12)
    }

    .services .receipt:nth-child(1n) {
            margin-right: 0;
            margin-left: 0
    }

    .services .receipt:last-child {
            margin-right: 0
    }

    .services .receipt:nth-child(1n) {
            margin-right: 0;
            margin-left: auto
    }
        }
@media (min-width: 1260px) {

    .services .receipt {
            margin-left: calc(99.9% * (-2/12 * -1) - (30px - 30px * (-2/12 * -1)) + 30px) !important;
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 8/12);
            max-width: calc(99.9% * 8/12);
            width: calc(99.9% * 8/12)
    }

    .services .receipt:nth-child(1n) {
            margin-right: 0;
            margin-left: 0
    }

    .services .receipt:last-child {
            margin-right: 0
    }

    .services .receipt:nth-child(1n) {
            margin-right: 0;
            margin-left: auto
    }
        }
@media (max-width: 789px) {

    .services .receipt-content {
            padding: 60px 30px
    }
        }
@media (min-width: 790px) and (max-width: 1259px) {

    .services .receipt-content {
            padding: 60px 30px
    }

        }
@media (min-width: 790px) {

    .services .receipt-content {
            padding: 120px 60px
    }

        }
.services .receipt-title {
        text-align: center;
        margin: 0;
        margin-bottom: 100px;
        color: #242B57;
        color: var(--main-blue);
        font-family: 'Roboto Mono', monospace
    }
@media (min-width: 790px) {

    .services .receipt-title {
            font-size: 45px
    }
        }
.services .receipt-row {
        display: flex;
        flex-flow: row wrap;
        padding: 10px 10px
    }
@media (min-width: 790px) {

    .services .receipt-row {
            padding: 60px 60px
    }
        }
.services .col-text {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 8/12 - (30px - 30px * 8/12));
        max-width: calc(99.9% * 8/12 - (30px - 30px * 8/12));
        width: calc(99.9% * 8/12 - (30px - 30px * 8/12));
        display: flex;
        align-items: center;
    }
.services .col-text:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0;
    }
.services .col-text:last-child {
        margin-right: 0;
    }
.services .col-text:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
.services .col-text h3 {
            color: #242B57;
            color: var(--main-blue);
            font-weight: normal
        }
@media (min-width: 790px) {

        .services .col-text h3 {
                font-size: 30px
        }
            }
.services .col-icon {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 4/12 - (30px - 30px * 4/12));
        max-width: calc(99.9% * 4/12 - (30px - 30px * 4/12));
        width: calc(99.9% * 4/12 - (30px - 30px * 4/12));
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
.services .col-icon:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0;
    }
.services .col-icon:last-child {
        margin-right: 0;
    }
.services .col-icon:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
.services .col-icon img {
            width: 100%;
        }
.services .receipt-icon {
        /* max-height: 120px; */
    }
.services .receipt-subtitle {
        text-align: center;
        margin: 100px 0 0 0;
        color: #242B57;
        color: var(--main-blue);
        font-family: 'Roboto Mono', monospace
    }
@media (min-width: 790px) {

    .services .receipt-subtitle {
            font-size: 30px
    }
        }
.services .jagged-edge {
        position: absolute;
        left: 0;
        right: 0;
        height: 14px;
        width: 100%;
        background-image: url('../icons/triangle.svg');
        background-repeat: repeat-x;
        background-size: 12px 12px;
            transform: scaleY(-1)

    }
.services .jagged-edge.top {
            top: -12px;
        }
.services .jagged-edge.bottom {
            bottom: -12px;
            transform: scaleY(1);
        }
.services-extended {

}
.section-blue {
    margin-top: -100px;
}
.why h2 {
        color: white;
        color: var(--main-white);
        text-decoration: underline;
        margin-top: 200px;

    }
.text .container {
        display: flex;
        flex-flow: row wrap;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }
.text .row {
        display: flex;
        flex-flow: row wrap;
    }
@media (max-width: 789px) {

    .text .text-column {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
            max-width: calc(99.9% * 1 - (30px - 30px * 1));
            width: calc(99.9% * 1 - (30px - 30px * 1))
    }

    .text .text-column:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0
    }

    .text .text-column:last-child {
            margin-right: 0
    }

    .text .text-column:nth-child(1n) {
            margin-right: 0;
            margin-left: auto
    }
        }
@media (min-width: 790px) {

    .text .text-column {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
            max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
            width: calc(99.9% * 1/2 - (30px - 30px * 1/2))
    }

    .text .text-column:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0
    }

    .text .text-column:last-child {
            margin-right: 0
    }

    .text .text-column:nth-child(2n) {
            margin-right: 0;
            margin-left: auto
    }
        }
.text h3 {
        color: #d60000;
        color: var(--main-red);
    }
.text .btn {
        margin-left: 30px;
    }
.contact {
    margin-top: 40px;
    margin-bottom: 40px;

}
.contact .container-content {
        display: flex;
        justify-content: center;
    }
.contact .contact-block {
        background-color: #d60000;
        background-color: var(--main-red);
        padding: 30px;
        display: inline-block;
        display: flex;
        flex-flow: row wrap;
    }
@media (max-width: 789px) {

    .contact .image-row {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
            max-width: calc(99.9% * 1 - (30px - 30px * 1));
            width: calc(99.9% * 1 - (30px - 30px * 1))
    }

    .contact .image-row:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0
    }

    .contact .image-row:last-child {
            margin-right: 0
    }

    .contact .image-row:nth-child(1n) {
            margin-right: 0;
            margin-left: auto
    }
        }
@media (min-width: 790px) {

    .contact .image-row {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
            max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
            width: calc(99.9% * 1/2 - (30px - 30px * 1/2))
    }

    .contact .image-row:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0
    }

    .contact .image-row:last-child {
            margin-right: 0
    }

    .contact .image-row:nth-child(2n) {
            margin-right: 0;
            margin-left: auto
    }
        }
@media (max-width: 789px) {

    .contact .text-row {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
            max-width: calc(99.9% * 1 - (30px - 30px * 1));
            width: calc(99.9% * 1 - (30px - 30px * 1))
    }

    .contact .text-row:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0
    }

    .contact .text-row:last-child {
            margin-right: 0
    }

    .contact .text-row:nth-child(1n) {
            margin-right: 0;
            margin-left: auto
    }
        }
@media (min-width: 790px) {

    .contact .text-row {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
            max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
            width: calc(99.9% * 1/2 - (30px - 30px * 1/2))
    }

    .contact .text-row:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0
    }

    .contact .text-row:last-child {
            margin-right: 0
    }

    .contact .text-row:nth-child(2n) {
            margin-right: 0;
            margin-left: auto
    }
        }
.contact .image-container {
        border-radius: 100px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 200px;
    }
.contact .image {
        height: 200px;
    }
.contact .text-container {
        color: white;
        color: var(--main-white);
    }
.contact .text-container a {
            text-decoration: none;
            color: white;
            color: var(--main-white)
        }
.contact .text-container a:hover {
                text-decoration: underline;
            }
.linkedin-icon {
    font-size: 28px;
    margin: 0
}
.linkedin-icon:hover {
        text-decoration: none;
    }
.flanders-block img {
        width: 300px;
    }
.welcome {
    margin-top: 100px;
    margin-bottom: 100px;
}
.welcome .container {
        display: flex;
        flex-flow: row wrap;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
.welcome .welcome-block {
        background-color: #242B57;
        background-color: var(--main-blue);
        color: white;
        color: var(--main-white);
        position: relative
    }
@media (max-width: 789px) {

    .welcome .welcome-block {
            padding: 26px 34px
    }
        }
@media (min-width: 790px) {

    .welcome .welcome-block {
            padding: 68px 94px
    }
        }
@media (min-width: 790px) {

    .welcome .text-center {
            padding: 0 80px
    }
        }
.welcome-overlay {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
}
.welcome-overlay .welcome {
        z-index: 300;
        position: fixed;
        left: 0;
        right: 0;
        top: 40%;
        transform: translate(0, -50%);
    }
.team .team-row {
        display: flex;
        flex-flow: row wrap;
    }
.team .text-row {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column

    }
@media (max-width: 789px) {

    .team .text-row {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
            max-width: calc(99.9% * 1 - (30px - 30px * 1));
            width: calc(99.9% * 1 - (30px - 30px * 1))

    }

    .team .text-row:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0

    }

    .team .text-row:last-child {
            margin-right: 0

    }

    .team .text-row:nth-child(1n) {
            margin-right: 0;
            margin-left: auto

    }
        }
@media (min-width: 790px) {

    .team .text-row {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1/2 - (50px - 50px * 1/2));
            max-width: calc(99.9% * 1/2 - (50px - 50px * 1/2));
            width: calc(99.9% * 1/2 - (50px - 50px * 1/2))

    }

    .team .text-row:nth-child(1n) {
            margin-right: 50px;
            margin-left: 0

    }

    .team .text-row:last-child {
            margin-right: 0

    }

    .team .text-row:nth-child(2n) {
            margin-right: 0;
            margin-left: auto

    }
        }
.team .text-row h3 {
            color: #d60000;
            color: var(--main-red);
        }
.team .text-row p {
            color: #242B57;
            color: var(--main-blue);
        }
@media (min-width: 790px) {

    .team .image-row {
            margin-top: -75px;
            margin-bottom: -75px

    }
        }
.team .image-row img {
            width: 100%;
            position: relative;
            z-index: 1;
        }
@media (max-width: 789px) {

    .team .image-row {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
            max-width: calc(99.9% * 1 - (30px - 30px * 1));
            width: calc(99.9% * 1 - (30px - 30px * 1))

    }

    .team .image-row:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0

    }

    .team .image-row:last-child {
            margin-right: 0

    }

    .team .image-row:nth-child(1n) {
            margin-right: 0;
            margin-left: auto

    }
        }
@media (min-width: 790px) {

    .team .image-row {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1/2 - (50px - 50px * 1/2));
            max-width: calc(99.9% * 1/2 - (50px - 50px * 1/2));
            width: calc(99.9% * 1/2 - (50px - 50px * 1/2))

    }

    .team .image-row:nth-child(1n) {
            margin-right: 50px;
            margin-left: 0

    }

    .team .image-row:last-child {
            margin-right: 0

    }

    .team .image-row:nth-child(2n) {
            margin-right: 0;
            margin-left: auto

    }
        }
footer {
    background-color: #d60000;
    background-color: var(--main-red);
    color: white;
    color: var(--main-white);
    padding: 20px 0 40px 0;
    position: relative;
    overflow: hidden;
}
footer a {
        color: white;
        color: var(--main-white);
        text-decoration: none
    }
footer a:hover {
            text-decoration: underline;
        }
footer .footer-content {
        display: flex;
        flex-flow: row wrap;
    }
@media (max-width: 789px) {

    footer .col {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 3/4 - (30px - 30px * 3/4));
            max-width: calc(99.9% * 3/4 - (30px - 30px * 3/4));
            width: calc(99.9% * 3/4 - (30px - 30px * 3/4))
    }

    footer .col:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0
    }

    footer .col:last-child {
            margin-right: 0
    }
        }
@media (min-width: 790px) {

    footer .col {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
            max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
            width: calc(99.9% * 1/3 - (30px - 30px * 1/3))
    }

    footer .col:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0
    }

    footer .col:last-child {
            margin-right: 0
    }

    footer .col:nth-child(3n) {
            margin-right: 0;
            margin-left: auto
    }
        }
footer .flanders-logo {
        width: 50%;
    }
@media (max-width: 789px) {

        footer .bartest {
            position: absolute;
            right: 0;
            left: 0;
            overflow: hidden;
            white-space: nowrap;
            display: flex;
            align-items: flex-end;
            height: 95px;
            width: 100%;
        }

            footer .bartest p {
                margin: 0;
                font-family: 'Libre Barcode 39', cursive;
                font-size: 70px;
                color: white;
                line-height: 70px;
            }
    }
@media (min-width: 790px) {
        footer .bartest {
            display: none;
        }
    }
footer .barcode {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
    }
/* @media (--maxmobile) {
            height: 20px;
            top: unset;
        } */
footer .barcode .bar {
            position: absolute;
            top: 0;
            bottom: 0;
            background-color: white;
        }
footer .barcode .bar1 {
            right: 0;
            width: 7px;
        }
footer .barcode .bar2 {
            right: 10px;
            width: 3px;
        }
footer .barcode .bar3 {
            right: 20px;
            width: 7px;
        }
footer .barcode .bar4 {
            right: 32px;
            width: 4px;
        }
footer .barcode .bar6 {
            right: 39px;
            width: 6px;
        }
footer .barcode .bar7 {
            right: 48px;
            width: 3px;
        }
footer .barcode .bar8 {
            right: 56px;
            width: 6px;
        }
footer .barcode .bar9 {
            right: 66px;
            width: 8px;
        }
footer .barcode .bar10 {
            right: 76px;
            width: 4px;
        }
footer .barcode .bar11 {
            right: 82px;
            width: 4px;
        }
footer .barcode .bar12 {
            right: 92px;
            width: 2px;
        }
footer .barcode .bar13 {
            right: 100px;
            width: 2px;
        }
footer .barcode .bar14 {
            right: 110px;
            width: 2px;
        }
footer .barcode .bar15 {
            right: 120px;
            width: 4px;
        }
footer .barcode .bar16 {
            right: 126px;
            width: 4px;
        }
footer .barcode .bar17 {
            right: 134px;
            width: 6px;
        }

.btn {
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    color: white;
    color: var(--main-white);
    border: 1px solid white;
    border: 1px solid var(--main-white)
}

.btn:after {
        position: absolute;
        transition: .3s;
        content: '';
        width: 0;
        left: 50%;
        bottom: 0;
        height: 3px;
        background: white;
        background: var(--main-white);

        left: 0;
        bottom: auto;
        top: -3px;
        width: 100%;
    }

.btn:hover {
        cursor: pointer
    }

.btn:hover:after {
            width: 100%;
            left: 0;
            top: calc(100% - 3px);
        }

.btn-primary {
    background-color: #d60000;
    background-color: var(--main-red);
}

.btn-secondary {
    background-color: #242B57;
    background-color: var(--main-blue);
}
.tags-container {
    padding: 0 40px;
}
.tags-container .tag {
        text-transform: uppercase;
        text-decoration: none;
    }
.devider {
    width: 100%;
    display: block;
    height: 20px
}
.devider.equals::before {
        content: '=======================================================================================';
        display: block;
        overflow: hidden;
        height: 20px;
        width: 100%;
        color: #242B57;
        color: var(--main-blue);
        font-size: 30px;
        line-height: 15px;
    }
.devider.dash::before {
        content: '---------------------------------------------------------------------------------------';
        display: block;
        overflow: hidden;
        height: 20px;
        width: 100%;
        color: #242B57;
        color: var(--main-blue);
        font-size: 30px;
        line-height: 15px;
    }
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #d60000;
	background: var(--main-red);
}
.overlay .logo-link {
        margin-top: 40px;
        margin-left: 40px;
    }
.overlay .logo-link .logo-text {
            color: white;
            color: var(--main-white);
        }
/* Overlay closing cross */
.overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 40px;
	top: 40px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
    cursor: pointer;
}
/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}
.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}
/* Effects */
body {
	background: #ddd;
}
.site {
	background: #fff;
	transition: transform 0.5s;
}
.site.overlay-open {
	transform: scale(0.9);
}
.overlay-contentscale {
	visibility: hidden;
	transform: translateY(100%);
	transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentscale.open {
	visibility: visible;
	transform: translateY(0%);
	transition: transform 0.5s;
}
@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}
.services-extended {
    display: flex;
    flex-flow: row wrap;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.multi {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    flex-flow: row wrap;
}
@media (max-width: 789px) {

    .multi .text {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
            max-width: calc(99.9% * 1 - (30px - 30px * 1));
            width: calc(99.9% * 1 - (30px - 30px * 1));
            order: 2
    }

    .multi .text:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0
    }

    .multi .text:last-child {
            margin-right: 0
    }

    .multi .text:nth-child(1n) {
            margin-right: 0;
            margin-left: auto
    }
        }
@media (min-width: 790px) {

    .multi .text {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 3/4 - (30px - 30px * 3/4));
            max-width: calc(99.9% * 3/4 - (30px - 30px * 3/4));
            width: calc(99.9% * 3/4 - (30px - 30px * 3/4))
    }

    .multi .text:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0
    }

    .multi .text:last-child {
            margin-right: 0
    }

    .multi .text:nth-child(2n) {
            margin-right: 0;
            margin-left: auto
    }
        }
@media (max-width: 789px) {

    .multi .image {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
            max-width: calc(99.9% * 1 - (30px - 30px * 1));
            width: calc(99.9% * 1 - (30px - 30px * 1));
            order: 1;
            display: flex;
            justify-content: center;
    }

    .multi .image:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0;
    }

    .multi .image:last-child {
            margin-right: 0;
    }

    .multi .image:nth-child(1n) {
            margin-right: 0;
            margin-left: auto;
    }

            .multi .image img {
                max-width: 100px;

            }
        }
@media (min-width: 790px) {

    .multi .image {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
            max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
            width: calc(99.9% * 1/4 - (30px - 30px * 1/4))
    }

    .multi .image:nth-child(1n) {
            margin-right: 30px;
            margin-left: 0
    }

    .multi .image:last-child {
            margin-right: 0
    }

    .multi .image:nth-child(2n) {
            margin-right: 0;
            margin-left: auto
    }
        }
.multi .image img {
            width: 100%;
        }
.logo-link {
    display: inline-block;
    text-decoration: none;
}
.logo-image {
    width: 152px;
}
.logo-text {
    color: #d60000;
    color: var(--main-red);
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    font-size: 16px;
    margin: 0;
    margin-left: -1px;
}

a,
small,
h1,
h2,
h3,
h4,
h5,
ul,
li,
p {
    /* color: var(--main-red); */
    font-family: 'Roboto', sans-serif;
}

.container {
    display: flex;
    flex-flow: row wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}

@media (min-width: 790px) {

.container {
        padding: 0 60px
}
    }

.container-content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
    max-width: calc(99.9% * 1 - (30px - 30px * 1));
    width: calc(99.9% * 1 - (30px - 30px * 1));
}

.container-content:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0;
}

.container-content:last-child {
    margin-right: 0;
}

.container-content:nth-child(NaNn) {
    margin-right: 0;
    margin-left: auto;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: white;
    background-color: var(--main-white);
}

.site {
    padding-top: 150px;
    flex: 1 0 0;
}

#scanline {
    position: fixed;
    top: 346\px;
    right: 0;
    width: 640px;

    height: 2px;
    background-color: #d60000;
    background-color: var(--main-red);
    z-index: 10;
    display: none;
}

/* margin-left: -25%;
    background-color: tomato;
    height: 1px;
    z-index: 2;
    box-shadow: 0 0 4px red;
    animation: scanning 2s infinite; */

@media (min-width: 790px) {

#scanline {
        display: block
}
    }

.button-row {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

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

.text-block p {
        font-size: 1em;
        line-height: 1.4em;
        color: #242B57;
        color: var(--main-blue);
    }
