@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400&amp;display=swap');

@import "article-3.css";


@charset "UTF-8";
/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
    line-height: 1;
}

/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
    list-style: none;
}

/* line 26, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 28, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 30, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
    quotes: none;
}
/* line 103, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

/* line 32, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
    border: none;
}

/* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

@font-face {
    font-family: 'ProductSansLight';
    font-style: normal;
    font-weight: normal;
    src: url("../woff/productsans-light-3.woff") format("woff");
}
@font-face {
    font-family: 'ProductSansThin';
    font-style: normal;
    font-weight: normal;
    src: url("../woff/productsans-thin-3.woff") format("woff");
}
@font-face {
    font-family: 'ProductSansMedium';
    font-style: normal;
    font-weight: normal;
    src: url("../woff/productsans-medium-3.woff") format("woff");
}
@font-face {
    font-family: 'ProductSans';
    font-style: normal;
    font-weight: normal;
    src: url("../woff/productsans-regular-3.woff") format("woff");
}
@font-face {
    font-family: 'ProductSansBold';
    font-style: normal;
    font-weight: normal;
    src: url("../woff/productsans-bold-3.woff") format("woff");
}
/* line 10, ../sass/base/_text.scss */
html {
    font-size: 10px;
}
@media screen and (max-width: 991px) {
    /* line 10, ../sass/base/_text.scss */
    html {
        overflow-x: hidden;
    }
}

/* line 18, ../sass/base/_text.scss */
body {
    /*  font-family: 'ProductSansLight', 'Arial', serif;*/
    font-family: 'Nunito', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 27, ../sass/base/_text.scss */
a {
    text-decoration: none;
}
/* line 30, ../sass/base/_text.scss */
a:hover {
    text-decoration: none;
}
/* line 34, ../sass/base/_text.scss */
a.link {
    color: #4A5E4A;
    position: relative;
}
/* line 38, ../sass/base/_text.scss */
a.link:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4285f4;
    height: 1px;
    width: 100%;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right center;
}
/* line 52, ../sass/base/_text.scss */
a.link:hover {
    color: #4285f4;
    text-decoration: none;
}
/* line 56, ../sass/base/_text.scss */
a.link:hover:after {
    transform-origin: left center;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* line 62, ../sass/base/_text.scss */
a.link.f-regular:after {
    height: 2px;
}

/* line 68, ../sass/base/_text.scss */
p {
    color: #5f6368;
    font-size: 2rem;
    line-height: 2.8rem;
}
/* line 73, ../sass/base/_text.scss */
p.date {
    font-size: 2.4rem;
    line-height: 3rem;
}

/* line 79, ../sass/base/_text.scss */
.title {
    color: #383D4A;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    font-size: 4.8rem;
    line-height: 5.5rem;
}
@media screen and (max-width: 991px) {
    /* line 79, ../sass/base/_text.scss */
    .title {
        font-family: 'Nunito', sans-serif;
        font-size: 3.2rem;
        line-height: 3.8rem;
    }
}

/* line 93, ../sass/base/_text.scss */
.subtitle {
    color: #80868b;
    font-family: 'ProductSansMedium';
    font-weight: normal;
    font-size: 1.4rem;
}

/* line 100, ../sass/base/_text.scss */
.f-regular {
    font-family: 'ProductSans';
}

/* line 104, ../sass/base/_text.scss */
.cta {
    display: table;
    border-radius: 30px;
    height: 5.5rem;
    line-height: 5.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    margin: 0 auto;
    color: #80868b;
    font-size: 2rem;
    font-family: 'ProductSans';
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    overflow: hidden;
}
/* line 119, ../sass/base/_text.scss */
.cta:before, .cta:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3.5rem;
    height: 100%;
    background: url(../svg/cta-3.svg) no-repeat right center;
    background-size: contain;
    z-index: 0;
}
/* line 132, ../sass/base/_text.scss */
.cta:after {
    left: auto;
    right: 0;
    background-image: url(../svg/cta-right-3.svg);
    background-position: left center;
}
/* line 139, ../sass/base/_text.scss */
.cta__text {
    background: url(../svg/cta-center-3.svg) repeat-x center;
    background-size: contain;
    display: block;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.1s;
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.1s;
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.1s;
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.1s;
}
/* line 148, ../sass/base/_text.scss */
.cta__text:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: #80868b;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 163, ../sass/base/_text.scss */
.cta__bg {
    background-color: #80868b;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    transform-origin: center;
    z-index: 0;
    margin-top: -150px;
    margin-left: -150px;
    z-index: 1;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 183, ../sass/base/_text.scss */
.cta:hover .cta__text {
    color: #fff;
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 187, ../sass/base/_text.scss */
.cta:hover .cta__text:after {
    opacity: 1;
    visibility: visible;
}
/* line 193, ../sass/base/_text.scss */
.cta:hover .cta__bg {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* line 199, ../sass/base/_text.scss */
.cta-more .cta__text {
    position: relative;
    padding-right: 4rem;
}
/* line 203, ../sass/base/_text.scss */
.cta-more .cta__text:before {
    content: '+';
    display: block;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background-color: #e8eaed;
    position: absolute;
    top: 50%;
    right: 1rem;
    line-height: 14px;
    font-size: 2.5rem;
    text-align: center;
    font-family: 'ProductSansLight';
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.1s;
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.1s;
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.1s;
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.1s;
}
/* line 224, ../sass/base/_text.scss */
.cta-more:hover .cta__text:before {
    background-color: #fff;
    color: #4285f4;
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (max-width: 600px) {
    /* line 234, ../sass/base/_text.scss */
    .cta-chrome {
        font-size: 1.6rem;
    }
}
/* line 239, ../sass/base/_text.scss */
.cta-chrome .cta__bg {
    height: 400px;
    width: 400px;
    margin-top: -200px;
    margin-left: -200px;
}
/* line 246, ../sass/base/_text.scss */
.cta-chrome .cta__text {
    position: relative;
    padding-right: 4rem;
}
/* line 250, ../sass/base/_text.scss */
.cta-chrome .cta__text:before {
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    background: url(../svg/chrome-3.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1rem;
    -moz-transform: translateY(-12.5px);
    -ms-transform: translateY(-12.5px);
    -webkit-transform: translateY(-12.5px);
    transform: translateY(-12.5px);
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.1s;
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.1s;
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.1s;
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.1s;
}

/* line 268, ../sass/base/_text.scss */
.firefox .cta:before, .firefox .cta:after {
    height: 98%;
    top: 1%;
}

/* line 275, ../sass/base/_text.scss */
.ie .cta__bg {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    height: 100%;
    width: 96%;
    opacity: 0;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
}
/* line 288, ../sass/base/_text.scss */
.ie .cta:hover .cta__bg {
    opacity: 1;
}

/* line 10, ../sass/base/_layout.scss */
* {
    box-sizing: border-box;
    outline: none;
}

/* line 15, ../sass/base/_layout.scss */
body {
    background-color:#fff;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: relative;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* line 27, ../sass/base/_layout.scss */
main {
    padding-bottom: 15rem;
}
@media screen and (max-width: 991px) {
    /* line 27, ../sass/base/_layout.scss */
    main {
        margin: 0 auto;
        width: 84%;
        padding-bottom: 5rem;
    }
}

/* line 37, ../sass/base/_layout.scss */
img {
    max-width: 100%;
}

/* line 41, ../sass/base/_layout.scss */
.vCenter {
    display: inline-table;
    height: 100%;
    width: 100%;
}

/* line 47, ../sass/base/_layout.scss */
.vCenterKid {
    display: table-cell;
    vertical-align: middle;
}

/* line 52, ../sass/base/_layout.scss */
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/* line 58, ../sass/base/_layout.scss */
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/* line 64, ../sass/base/_layout.scss */
.container {
    max-width: 62.5%;
    width: 62.5%;
}

/* line 69, ../sass/base/_layout.scss */
.circle-menu {
    display: block;
    height: 6.3rem;
    position: fixed;
    right: 6.25%;
    top: 50%;
    width: 6.3rem;
    z-index: 2;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 80, ../sass/base/_layout.scss */
.circle-menu.anim {
    -moz-transform: translateY(-50%) scale(90);
    -ms-transform: translateY(-50%) scale(90);
    -webkit-transform: translateY(-50%) scale(90);
    transform: translateY(-50%) scale(90);
}
@media screen and (max-width: 991px) {
    /* line 69, ../sass/base/_layout.scss */
    .circle-menu {
        top: 3%;
        right: 5%;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    /* line 89, ../sass/base/_layout.scss */
    .circle-menu.anim {
        -moz-transform: translateY(0%) scale(50);
        -ms-transform: translateY(0%) scale(50);
        -webkit-transform: translateY(0%) scale(50);
        transform: translateY(0%) scale(50);
    }
}

/* line 95, ../sass/base/_layout.scss */
#toggle-menu {
    display: block;
    height: 6.3rem;
    position: fixed;
    right: 6.25%;
    top: 50%;
    width: 6.3rem;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
/* line 105, ../sass/base/_layout.scss */
#toggle-menu span {
    background-color: #fff;
    display: block;
    width: 3rem;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
/* line 117, ../sass/base/_layout.scss */
#toggle-menu span:before, #toggle-menu span:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    -moz-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 127, ../sass/base/_layout.scss */
#toggle-menu span:before {
    top: -0.8rem;
}
/* line 131, ../sass/base/_layout.scss */
#toggle-menu span:after {
    -moz-transform: scaleX(0.65);
    -ms-transform: scaleX(0.65);
    -webkit-transform: scaleX(0.65);
    transform: scaleX(0.65);
    top: 0.8rem;
    transform-origin: left center;
}
/* line 138, ../sass/base/_layout.scss */
#toggle-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4285f4;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -moz-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (min-width: 992px) {
    /* line 153, ../sass/base/_layout.scss */
    #toggle-menu:hover:before {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    /* line 158, ../sass/base/_layout.scss */
    #toggle-menu:hover span:before {
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    /* line 162, ../sass/base/_layout.scss */
    #toggle-menu:hover span:after {
        -moz-transform: translateX(10.5px) translateY(2px) scaleX(0.65);
        -ms-transform: translateX(10.5px) translateY(2px) scaleX(0.65);
        -webkit-transform: translateX(10.5px) translateY(2px) scaleX(0.65);
        transform: translateX(10.5px) translateY(2px) scaleX(0.65);
    }
}
@media screen and (max-width: 991px) {
    /* line 95, ../sass/base/_layout.scss */
    #toggle-menu {
        top: 3%;
        right: 5%;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* line 176, ../sass/base/_layout.scss */
#toggle-menu.close-menu:before {
    background-color: #fff;
}
/* line 180, ../sass/base/_layout.scss */
#toggle-menu.close-menu span {
    background-color: transparent;
}
/* line 183, ../sass/base/_layout.scss */
#toggle-menu.close-menu span:before, #toggle-menu.close-menu span:after {
    background-color: #4285f4;
    top: auto;
}
/* line 188, ../sass/base/_layout.scss */
#toggle-menu.close-menu span:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* line 192, ../sass/base/_layout.scss */
#toggle-menu.close-menu span:after {
    -moz-transform: scaleX(1) rotate(45deg);
    -ms-transform: scaleX(1) rotate(45deg);
    -webkit-transform: scaleX(1) rotate(45deg);
    transform: scaleX(1) rotate(45deg);
    transform-origin: center;
}
@media screen and (min-width: 992px) {
    /* line 201, ../sass/base/_layout.scss */
    #toggle-menu.close-menu:hover span:before {
        -moz-transform: rotate(-45deg) scaleX(0.6);
        -ms-transform: rotate(-45deg) scaleX(0.6);
        -webkit-transform: rotate(-45deg) scaleX(0.6);
        transform: rotate(-45deg) scaleX(0.6);
    }
    /* line 205, ../sass/base/_layout.scss */
    #toggle-menu.close-menu:hover span:after {
        -moz-transform: scaleX(1) rotate(45deg) scaleX(0.6);
        -ms-transform: scaleX(1) rotate(45deg) scaleX(0.6);
        -webkit-transform: scaleX(1) rotate(45deg) scaleX(0.6);
        transform: scaleX(1) rotate(45deg) scaleX(0.6);
    }
}

/* line 215, ../sass/base/_layout.scss */
#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    pointer-events: none;
}
@media screen and (max-width: 991px) {
    /* line 225, ../sass/base/_layout.scss */
    #menu nav {
        padding-left: 8%;
    }
}
/* line 231, ../sass/base/_layout.scss */
#menu .menu__item {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateX(-5rem);
    -ms-transform: translateX(-5rem);
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
    -moz-transition: opacity 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95), visibility 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95), -moz-transform 0.1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.5s;
    -o-transition: opacity 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95), visibility 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95), -o-transform 0.1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.5s;
    -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95), visibility 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95), -webkit-transform 0.1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0s, 0s, 0.5s;
    transition: opacity 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95), visibility 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95), transform 0.1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.5s;
}
/* line 237, ../sass/base/_layout.scss */
#menu .menu__item__link {
    color: #fff;
    display: table;
    font-family: 'ProductSansThin';
    font-size: 3.5vw;
    line-height: 1;
    padding: 2vh 0;
    pointer-events: initial;
    position: relative;
    -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 248, ../sass/base/_layout.scss */
#menu .menu__item__link.fade-out {
    opacity: 0.3;
}
@media screen and (max-width: 991px) {
    /* line 237, ../sass/base/_layout.scss */
    #menu .menu__item__link {
        font-family: 'ProductSansLight';
        font-size: 3rem;
    }
}
@media screen and (max-width: 320px) {
    /* line 237, ../sass/base/_layout.scss */
    #menu .menu__item__link {
        font-size: 2.6rem;
    }
}
/* line 261, ../sass/base/_layout.scss */
#menu .menu__item__link:before {
    content: '';
    display: block;
    background-color: #fff;
    width: 4vw;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: left center;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 275, ../sass/base/_layout.scss */
#menu .menu__item__link span {
    display: block;
    -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (min-width: 992px) {
    /* line 283, ../sass/base/_layout.scss */
    #menu .menu__item__link:hover:before {
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    /* line 287, ../sass/base/_layout.scss */
    #menu .menu__item__link:hover span {
        -moz-transform: translateX(6vw);
        -ms-transform: translateX(6vw);
        -webkit-transform: translateX(6vw);
        transform: translateX(6vw);
    }
}
/* line 299, ../sass/base/_layout.scss */
#menu.anim .menu__item {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
/* line 304, ../sass/base/_layout.scss */
#menu.anim .menu__item:first-child {
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
    -o-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.2s;
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
}
/* line 310, ../sass/base/_layout.scss */
#menu.anim .menu__item:nth-child(2) {
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.27s;
    -o-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.27s;
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.27s;
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.27s;
}
/* line 310, ../sass/base/_layout.scss */
#menu.anim .menu__item:nth-child(3) {
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.34s;
    -o-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.34s;
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.34s;
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.34s;
}
/* line 310, ../sass/base/_layout.scss */
#menu.anim .menu__item:nth-child(4) {
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.41s;
    -o-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.41s;
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.41s;
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.41s;
}
/* line 310, ../sass/base/_layout.scss */
#menu.anim .menu__item:nth-child(5) {
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.48s;
    -o-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.48s;
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.48s;
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.48s;
}
/* line 310, ../sass/base/_layout.scss */
#menu.anim .menu__item:nth-child(6) {
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.55s;
    -o-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.55s;
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.55s;
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.55s;
}
/* line 310, ../sass/base/_layout.scss */
#menu.anim .menu__item:nth-child(7) {
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.62s;
    -o-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.62s;
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.62s;
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.62s;
}
/* line 310, ../sass/base/_layout.scss */
#menu.anim .menu__item:nth-child(8) {
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.69s;
    -o-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.69s;
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.69s;
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.69s;
}
/* line 310, ../sass/base/_layout.scss */
#menu.anim .menu__item:nth-child(9) {
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.76s;
    -o-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.76s;
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.76s;
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.76s;
}
/* line 310, ../sass/base/_layout.scss */
#menu.anim .menu__item:nth-child(10) {
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.83s;
    -o-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.83s;
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.83s;
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.83s;
}

/* line 320, ../sass/base/_layout.scss */
.ie #menu nav {
    height: 100%;
    display: table;
}
/* line 324, ../sass/base/_layout.scss */
.ie #menu nav ul {
    display: table-cell;
    vertical-align: middle;
}
/* line 329, ../sass/base/_layout.scss */
.ie #menu nav .menu__item__link:before {
    width: 70px;
}
/* line 334, ../sass/base/_layout.scss */
.ie #menu nav .menu__item__link:hover span {
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

/* line 343, ../sass/base/_layout.scss */
.back-button {
    display: block;
    height: 6.3rem;
    width: 6.3rem;
    position: fixed;
    left: 6.25%;
    z-index: 2;
    top: 2rem;
}
@media screen and (max-width: 991px) {
    /* line 343, ../sass/base/_layout.scss */
    .back-button {
        left: 4%;
        z-index: 2;
        top: 2rem;
    }
}
/* line 358, ../sass/base/_layout.scss */
.back-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #4A5E4A;
    border-radius: 50%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 372, ../sass/base/_layout.scss */
.back-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2.6rem;
    margin: -1.3rem 0 0 -0.7rem;
    width: 1.4rem;
    background: url(../svg/arrow-white-2.svg) no-repeat center;
    background-size: contain;
    -moz-transform: translateZ(0) rotate(180deg);
    -ms-transform: translateZ(0) rotate(180deg);
    -webkit-transform: translateZ(0) rotate(180deg);
    transform: translateZ(0) rotate(180deg);
    -moz-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 388, ../sass/base/_layout.scss */
.back-button:hover:before {
    -moz-transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}
/* line 392, ../sass/base/_layout.scss */
.back-button:hover:after {
    -moz-transform: translateZ(0) rotate(180deg) scale(0.9);
    -ms-transform: translateZ(0) rotate(180deg) scale(0.9);
    -webkit-transform: translateZ(0) rotate(180deg) scale(0.9);
    transform: translateZ(0) rotate(180deg) scale(0.9);
}

/* line 400, ../sass/base/_layout.scss */
.to-animate {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 10rem, 0) skewY(5deg);
    -ms-transform: translate3d(0, 10rem, 0) skewY(5deg);
    -webkit-transform: translate3d(0, 10rem, 0) skewY(5deg);
    transform: translate3d(0, 10rem, 0) skewY(5deg);
    -moz-transition: all 0.7s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
    -o-transition: all 0.7s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
    -webkit-transition: all 0.7s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.2s;
    transition: all 0.7s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
}
/* line 406, ../sass/base/_layout.scss */
.to-animate.animate-in {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate3d(0, 0, 0) skewY(0deg);
    -ms-transform: translate3d(0, 0, 0) skewY(0deg);
    -webkit-transform: translate3d(0, 0, 0) skewY(0deg);
    transform: translate3d(0, 0, 0) skewY(0deg);
}

/* line 415, ../sass/base/_layout.scss */
.transition-wrap {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
    pointer-events: none;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
/* line 426, ../sass/base/_layout.scss */
.transition-wrap svg {
    border-radius: 100%;
    height: 5px;
    overflow: hidden;
    position: absolute;
    width: 5px;
    top: 0;
    left: 0;
    transform: translate(-100vw, -100vh);
    transform-origin: center;
    opacity: 0.8;
}
/* line 438, ../sass/base/_layout.scss */
.transition-wrap svg.first {
    z-index: 1;
}
/* line 442, ../sass/base/_layout.scss */
.transition-wrap svg.second {
    z-index: 2;
    opacity: 1;
}
/* line 447, ../sass/base/_layout.scss */
.transition-wrap svg.third {
    z-index: 3;
}
/* line 453, ../sass/base/_layout.scss */
.transition-wrap.active svg {
    height: 1000px;
    width: 1000px;
    transform-origin: center;
    transform: scale(5, 5);
}
/* line 459, ../sass/base/_layout.scss */
.transition-wrap.active svg.first {
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
/* line 463, ../sass/base/_layout.scss */
.transition-wrap.active svg.second {
    -moz-transition: all 0.7s ease 0.1s;
    -o-transition: all 0.7s ease 0.1s;
    -webkit-transition: all 0.7s ease;
    -webkit-transition-delay: 0.1s;
    transition: all 0.7s ease 0.1s;
}
/* line 467, ../sass/base/_layout.scss */
.transition-wrap.active svg.third {
    -moz-transition: all 0.7s ease 0.2s;
    -o-transition: all 0.7s ease 0.2s;
    -webkit-transition: all 0.7s ease;
    -webkit-transition-delay: 0.2s;
    transition: all 0.7s ease 0.2s;
}
/* line 474, ../sass/base/_layout.scss */
.transition-wrap.done svg {
    transform: scale(1, 1) translateX(100vw) translateY(100vh) translateZ(0);
}
/* line 477, ../sass/base/_layout.scss */
.transition-wrap.done svg.third {
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
/* line 481, ../sass/base/_layout.scss */
.transition-wrap.done svg.second {
    -moz-transition: all 1.2s ease 0.1s;
    -o-transition: all 1.2s ease 0.1s;
    -webkit-transition: all 1.2s ease;
    -webkit-transition-delay: 0.1s;
    transition: all 1.2s ease 0.1s;
}
/* line 485, ../sass/base/_layout.scss */
.transition-wrap.done svg.first {
    -moz-transition: all 1.2s ease 0.2s;
    -o-transition: all 1.2s ease 0.2s;
    -webkit-transition: all 1.2s ease;
    -webkit-transition-delay: 0.2s;
    transition: all 1.2s ease 0.2s;
}

/* line 11, ../sass/base/_shapes.scss */
.line {
    display: block;
}
/* line 14, ../sass/base/_shapes.scss */
.line-horizontal {
    height: 2px;
}
/* line 17, ../sass/base/_shapes.scss */
.line-horizontal span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../svg/line-horizontal-ears.svg) repeat-x;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
/* line 33, ../sass/base/_shapes.scss */
.line-horizontal.anim span {
    -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}
/* line 40, ../sass/base/_shapes.scss */
.line-horizontal.from-left span {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
/* line 46, ../sass/base/_shapes.scss */
.line-horizontal.from-left.anim span {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* line 14, ../sass/base/_shapes.scss */
.line-horizontal-atos {
    height: 2px;
}
/* line 17, ../sass/base/_shapes.scss */
.line-horizontal-atos span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../svg/line-horizontal-atos-3.svg) repeat-x;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
/* line 33, ../sass/base/_shapes.scss */
.line-horizontal-atos.anim span {
    -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}
/* line 40, ../sass/base/_shapes.scss */
.line-horizontal-atos.from-left span {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
/* line 46, ../sass/base/_shapes.scss */
.line-horizontal-atos.from-left.anim span {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* line 54, ../sass/base/_shapes.scss */
.line-vertical {
    width: 2px;
}

/* line 54, ../sass/base/_shapes.scss */
.line-vertical-asn {
    width: 2px;
}

/* line 54, ../sass/base/_shapes.scss */
.line-vertical-atos {
    width: 2px;
}

/* line 57, ../sass/base/_shapes.scss */
.line-vertical span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../svg/line-vertical-ears.svg) repeat-y;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

/* line 72, ../sass/base/_shapes.scss */
.line-vertical.anim-part span {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* line 80, ../sass/base/_shapes.scss */
.line-vertical.anim span {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

/* line 57, ../sass/base/_shapes.scss */
.line-vertical-asn span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../svg/line-vertical-asn-3.svg) repeat-y;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

/* line 72, ../sass/base/_shapes.scss */
.line-vertical-asn.anim-part span {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 40%, 0 40%);
    clip-path: polygon(0 0, 100% 0%, 100% 40%, 0 40%);
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* line 80, ../sass/base/_shapes.scss */
.line-vertical-asn.anim span {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

/* line 57, ../sass/base/_shapes.scss */
.line-vertical-atos span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../svg/line-vertical-atos-3.svg) repeat-y;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

/* line 72, ../sass/base/_shapes.scss */
.line-vertical-atos.anim-part span {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 40%, 0 40%);
    clip-path: polygon(0 0, 100% 0%, 100% 40%, 0 40%);
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* line 80, ../sass/base/_shapes.scss */
.line-vertical-atos.anim span {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

/* line 89, ../sass/base/_shapes.scss */
.line-start-blue:before {
    background-color: #383D4A;
}
/* line 95, ../sass/base/_shapes.scss */
.line-end-blue:after {
    background-color: #383D4A;
}
/* line 101, ../sass/base/_shapes.scss */
.line-end-yellow:after {
    background-color: #D0A85F;
}
/* line 107, ../sass/base/_shapes.scss */
.line-end-red:after {
    background-color: #4A5E4A;
}
/* line 113, ../sass/base/_shapes.scss */
.line-start-circle:before {
    content: '';
    display: block;
    position: absolute;
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 50%;
    left: -0.6rem;
    top: -0.7rem;
    -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: center;
}
/* line 128, ../sass/base/_shapes.scss */
.line-start-circle.anim:before {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* line 135, ../sass/base/_shapes.scss */
.line-end-circle:after {
    content: '';
    display: block;
    position: absolute;
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 50%;
    left: -0.6rem;
    bottom: -0.7rem;
    -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.6s;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: center;
}
/* line 150, ../sass/base/_shapes.scss */
.line-end-circle.anim:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* line 157, ../sass/base/_shapes.scss */
.line-end-rhombus:after {
    content: '';
    display: block;
    position: absolute;
    height: 1.4rem;
    width: 1.4rem;
    left: -0.6rem;
    bottom: -0.7rem;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.6s;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -moz-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    transform-origin: center;
}
/* line 173, ../sass/base/_shapes.scss */
.line-end-rhombus.anim:after {
    opacity: 1;
    visibility: visible;
}
/* line 181, ../sass/base/_shapes.scss */
.line-end-square:after {
    content: '';
    display: block;
    position: absolute;
    height: 1.4rem;
    width: 1.4rem;
    left: -0.6rem;
    bottom: -0.7rem;
    -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.6s;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -moz-transform: scale(0) translateZ(0);
    -ms-transform: scale(0) translateZ(0);
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    transform-origin: center;
}
/* line 195, ../sass/base/_shapes.scss */
.line-end-square.anim:after {
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

/* line 204, ../sass/base/_shapes.scss */
.ie .line-vertical span {
    background: url(../png/line-vertical-3.png) repeat-y center;
    background-size: 2px 130px;
}

/* line 213, ../sass/base/_shapes.scss */
.shapes-container .shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    width: 40px;
}
/* line 223, ../sass/base/_shapes.scss */
.shapes-container .shape.anim {
    opacity: 1;
    visibility: visible;
}
/* line 227, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:first-child {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(2) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.02s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.02s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.02s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.02s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(3) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.04s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.04s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.04s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.04s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(4) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.06s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.06s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.06s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.06s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(5) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.08s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.08s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.08s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.08s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(6) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.1s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.1s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.1s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.1s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(7) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.12s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.12s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.12s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.12s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(8) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.14s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.14s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.14s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.14s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(9) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.16s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.16s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.16s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.16s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(10) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.18s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.18s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.18s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.18s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(11) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.2s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(12) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.22s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.22s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.22s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.22s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(13) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.24s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.24s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.24s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.24s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(14) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.26s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.26s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.26s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.26s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(15) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.28s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.28s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.28s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.28s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(16) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.3s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.3s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.3s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.3s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(17) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.32s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.32s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.32s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.32s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(18) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.34s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.34s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.34s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.34s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(19) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.36s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.36s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.36s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.36s;
}
/* line 233, ../sass/base/_shapes.scss */
.shapes-container .shape.anim:nth-child(20) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.38s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.38s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.38s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.38s;
}

/* line 244, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:first-child {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.6s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.6s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.6s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.6s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(2) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.62s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.62s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.62s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.62s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(3) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.64s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.64s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.64s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.64s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(4) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.66s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.66s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.66s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.66s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(5) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.68s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.68s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.68s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.68s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(6) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.7s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.7s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.7s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.7s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(7) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.72s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.72s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.72s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.72s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(8) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.74s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.74s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.74s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.74s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(9) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.76s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.76s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.76s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.76s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(10) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.78s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.78s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.78s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.78s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(11) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.8s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.8s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.8s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.8s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(12) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.82s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.82s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.82s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.82s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(13) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.84s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.84s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.84s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.84s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(14) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.86s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.86s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.86s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.86s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(15) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.88s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.88s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.88s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.88s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(16) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.9s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.9s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.9s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.9s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(17) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.92s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.92s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.92s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.92s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(18) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.94s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.94s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.94s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.94s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(19) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.96s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.96s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.96s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.96s;
}
/* line 250, ../sass/base/_shapes.scss */
.shapes-end-animation .shapes-container .shape.anim:nth-child(20) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.98s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.98s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.98s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.98s;
}

/* line 259, ../sass/base/_shapes.scss */
.sprite-container .shapes-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 600px) {
    /* line 266, ../sass/base/_shapes.scss */
    .sprite-container .shapes-container .shape {
        margin-top: 15vh;
        margin-left: 30vw;
    }
}

/* line 275, ../sass/base/_shapes.scss */
.gateway__welcome .line-end-circle:after {
    -moz-transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2s;
    -o-transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2s;
    -webkit-transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2s;
    transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2s;
}
/* line 279, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
}
/* line 287, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:first-child {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(2) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.02s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.02s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.02s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.02s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(3) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.04s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.04s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.04s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.04s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(4) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.06s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.06s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.06s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.06s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(5) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.08s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.08s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.08s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.08s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(6) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.1s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.1s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.1s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.1s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(7) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.12s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.12s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.12s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.12s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(8) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.14s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.14s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.14s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.14s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(9) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.16s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.16s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.16s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.16s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(10) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.18s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.18s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.18s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.18s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(11) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.2s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.2s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.2s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.2s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(12) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.22s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.22s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.22s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.22s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(13) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.24s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.24s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.24s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.24s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(14) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.26s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.26s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.26s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.26s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(15) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.28s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.28s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.28s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.28s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(16) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.3s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.3s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.3s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.3s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(17) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.32s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.32s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.32s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.32s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(18) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.34s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.34s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.34s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.34s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(19) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.36s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.36s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.36s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.36s;
}
/* line 293, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container .shape.anim:nth-child(20) {
    -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.38s;
    -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.38s;
    -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 2.38s;
    transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95) 2.38s;
}

/* line 303, ../sass/base/_shapes.scss */
.article__header__title .shapes-container {
    position: absolute;
    top: 0;
    left: 24%;
    width: 1rem;
}
@media screen and (max-width: 991px) {
    /* line 303, ../sass/base/_shapes.scss */
    .article__header__title .shapes-container {
        left: 0.5rem;
    }
}

/* line 316, ../sass/base/_shapes.scss */
.mod-quote .shapes-container {
    position: absolute;
    top: 0;
    left: 24%;
    width: 1rem;
}
@media screen and (max-width: 991px) {
    /* line 316, ../sass/base/_shapes.scss */
    .mod-quote .shapes-container {
        left: 0.5rem;
    }
}

/* line 329, ../sass/base/_shapes.scss */
.page__header .shapes-container {
    position: absolute;
    top: 35rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 1rem;
}
@media screen and (max-width: 991px) {
    /* line 329, ../sass/base/_shapes.scss */
    .page__header .shapes-container {
        top: 30vh;
    }
}
@media screen and (max-width: 600px) {
    /* line 329, ../sass/base/_shapes.scss */
    .page__header .shapes-container {
        top: 40vh;
    }
}

/* line 348, ../sass/base/_shapes.scss */
.mod-feature .shapes-container {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 1rem;
}

/* line 359, ../sass/base/_shapes.scss */
.mod-image .shapes-container {
    position: absolute;
    top: 0;
    left: -6.25vw;
    width: 1rem;
}

/* line 368, ../sass/base/_shapes.scss */
.mod-footer .shapes-container {
    position: absolute;
    top: 24rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 1rem;
}

/* line 378, ../sass/base/_shapes.scss */
#shapes-menu {
    height: 6.3rem;
    position: fixed;
    right: 6.25%;
    top: 50%;
    width: 6.3rem;
    z-index: 3;
    pointer-events: none;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 12, ../sass/components/_mod-text.scss */
.mod-text p {
    margin-bottom: 4rem;
}
/* line 15, ../sass/components/_mod-text.scss */
.mod-text p strong {
    font-family: 'ProductSansMedium';
}
/* line 19, ../sass/components/_mod-text.scss */
.mod-text p i {
    font-style: italic;
}
/* line 24, ../sass/components/_mod-text.scss */
.mod-text ul {
    list-style: none;
    color: #5f6368;
    font-size: 2rem;
    margin-bottom: 4rem;
    padding: 0;
}
/* line 31, ../sass/components/_mod-text.scss */
.mod-text ul li {
    margin-bottom: 1.2rem;
    position: relative;
    padding-left: 12.5vw;
}
/* line 36, ../sass/components/_mod-text.scss */
.mod-text ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #4A5E4A;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 6vw;
    top: 1.2rem;
}

.mod-text table ul li {
    margin-bottom: 1.2rem;
    position: relative;
    padding-left: 20px;
}

.mod-text table ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #4285f4;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 0px;
    top: 1.2rem;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    /* line 36, ../sass/components/_mod-text.scss */
    .mod-text ul li:before {
        left: 0;
    }
}
/* line 52, ../sass/components/_mod-text.scss */
.mod-text ul li:last-child {
    margin-bottom: 0;
}
/* line 58, ../sass/components/_mod-text.scss */
.mod-text ol {
    color: #5f6368;
    font-size: 2rem;
    margin-bottom: 4rem;
    padding-left: 2rem;
    list-style: decimal;
}
/* line 66, ../sass/components/_mod-text.scss */
.mod-text h1 {
    color: #80868b;
    font-family: 'ProductSansThin';
    font-weight: normal;
    font-size: 4.8rem;
    line-height: 5.5rem;
    margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
    /* line 66, ../sass/components/_mod-text.scss */
    .mod-text h1 {
        font-size: 3.2rem;
        line-height: 3.8rem;
    }
}
/* line 80, ../sass/components/_mod-text.scss */
.mod-text h2 {
    color: #80868b;
    font-family: 'ProductSansThin';
    font-weight: normal;
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
    /* line 80, ../sass/components/_mod-text.scss */
    .mod-text h2 {
        font-size: 2.8rem;
        line-height: 3rem;
    }
}
/* line 94, ../sass/components/_mod-text.scss */
.mod-text h3 {
    color: #80868b;
    font-size: 3rem;
    margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
    /* line 94, ../sass/components/_mod-text.scss */
    .mod-text h3 {
        font-size: 2.8rem;
        line-height: 3rem;
    }
}
/* line 105, ../sass/components/_mod-text.scss */
.mod-text h4 {
    color: #80868b;
    font-size: 2.6rem;
    margin-bottom: 2rem;
}
/* line 111, ../sass/components/_mod-text.scss */
.mod-text h5 {
    color: #80868b;
    font-size: 2.2rem;
    margin-bottom: 2rem;
}
/* line 117, ../sass/components/_mod-text.scss */
.mod-text h6 {
    font-family: 'ProductSans';
    color: #80868b;
    font-size: 2rem;
    margin-bottom: 2rem;
}
/* line 125, ../sass/components/_mod-text.scss */
.mod-text--center p, .mod-text--center .subtitle {
    text-align: center;
}
/* line 132, ../sass/components/_mod-text.scss */
.mod-text .title {
    max-width: 40%;
    margin: 0 auto 6rem auto;
    text-align: center;
}
@media screen and (max-width: 991px) {
    /* line 132, ../sass/components/_mod-text.scss */
    .mod-text .title {
        font-family: 'ProductSansLight';
        max-width: 80%;
        margin-bottom: 4rem;
    }
}
/* line 145, ../sass/components/_mod-text.scss */
.mod-text.mod-footer {
    padding-top: 0rem;
    position: relative;
}
/* line 149, ../sass/components/_mod-text.scss */
.mod-text.mod-footer > .line-vertical {
    height: 24rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* line 158, ../sass/components/_mod-text.scss */
.mod-text.mod-footer .title {
    margin: 2rem 0;
    max-width: 100%;
}
/* line 163, ../sass/components/_mod-text.scss */
.mod-text.mod-footer h3.subtitle {
    color: #80868b;
    font-family: 'ProductSansMedium';
    font-weight: normal;
    font-size: 1.4rem;
}
/* line 170, ../sass/components/_mod-text.scss */
.mod-text.mod-footer .cta-container {
    margin-top: 10rem;
    position: relative;
}
/* line 174, ../sass/components/_mod-text.scss */
.mod-text.mod-footer .cta-container .line {
    height: 7rem;
    bottom: 5.5rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
/* line 182, ../sass/components/_mod-text.scss */
.mod-text.mod-footer .cta-container .line span {
    background-size: cover;
    background-position: 0 20%;
    -moz-transition: all 0.4s linear 0.6s;
    -o-transition: all 0.4s linear 0.6s;
    -webkit-transition: all 0.4s linear;
    -webkit-transition-delay: 0.6s;
    transition: all 0.4s linear 0.6s;
}
/* line 190, ../sass/components/_mod-text.scss */
.mod-text.mod-footer .cta {
    margin-bottom: 2rem;
}

/* line 10, ../sass/components/_mod-slider.scss */
.mod-slider {
    padding-top: 20vh;
    padding-bottom: 20vh;
    position: relative;
}
@media screen and (max-width: 991px) {
    /* line 10, ../sass/components/_mod-slider.scss */
    .mod-slider {
        padding-top: 15rem;
        overflow: hidden;
        padding-bottom: 35rem;
    }
}
/* line 21, ../sass/components/_mod-slider.scss */
.mod-slider .line-vertical {
    height: 90%;
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    margin: auto;
}
@media screen and (max-width: 991px) {
    /* line 21, ../sass/components/_mod-slider.scss */
    .mod-slider .line-vertical {
        top: 1.5rem;
        height: 12rem;
    }
    /* line 33, ../sass/components/_mod-slider.scss */
    .mod-slider .line-vertical:after {
        display: none;
    }
}
/* line 39, ../sass/components/_mod-slider.scss */
.mod-slider .line-mobile-1 {
    height: 20rem;
    position: absolute;
    bottom: 5rem;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
}
/* line 48, ../sass/components/_mod-slider.scss */
.mod-slider .line-mobile-1:after {
    background-color: #fbbc04;
    content: '';
    display: block;
    position: absolute;
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 50%;
    left: -0.6rem;
    bottom: -0.7rem;
    -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.6s;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: center;
}
/* line 64, ../sass/components/_mod-slider.scss */
.mod-slider .line-mobile-1.anim:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* line 70, ../sass/components/_mod-slider.scss */
.mod-slider .cta-container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25vh;
    z-index: 1;
}
/* line 78, ../sass/components/_mod-slider.scss */
.mod-slider .cta-container .cta {
    background-color: #fff;
}
@media screen and (max-width: 991px) {
    /* line 70, ../sass/components/_mod-slider.scss */
    .mod-slider .cta-container {
        bottom: 25rem;
    }
}
/* line 87, ../sass/components/_mod-slider.scss */
.mod-slider__dots {
    position: absolute;
    bottom: 32rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
/* line 95, ../sass/components/_mod-slider.scss */
.mod-slider__dots .dot {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: #e8eaed;
    height: 10px;
    width: 10px;
    margin: 0 1rem;
}
/* line 104, ../sass/components/_mod-slider.scss */
.mod-slider__dots .dot.active {
    background-color: #bdc1c6;
}
/* line 110, ../sass/components/_mod-slider.scss */
.mod-slider__text {
    position: relative;
}
/* line 113, ../sass/components/_mod-slider.scss */
.mod-slider__text__item {
    position: absolute;
    bottom: 10rem;
    text-align: center;
    min-width: 100%;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(10rem, 0, 0);
    -ms-transform: translate3d(10rem, 0, 0);
    -webkit-transform: translate3d(10rem, 0, 0);
    transform: translate3d(10rem, 0, 0);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 122, ../sass/components/_mod-slider.scss */
.mod-slider__text__item .category {
    color: #80868b;
    font-family: 'ProductSansMedium';
    font-size: 1.6rem;
}
/* line 128, ../sass/components/_mod-slider.scss */
.mod-slider__text__item .title {
    margin-bottom: 4rem;
    margin-top: 2rem;
}
@media screen and (max-width: 991px) {
    /* line 128, ../sass/components/_mod-slider.scss */
    .mod-slider__text__item .title {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 320px) {
    /* line 128, ../sass/components/_mod-slider.scss */
    .mod-slider__text__item .title {
        font-size: 2.4rem;
        line-height: 3rem;
    }
}
@media screen and (max-width: 320px) {
    /* line 142, ../sass/components/_mod-slider.scss */
    .mod-slider__text__item p {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
}
/* line 149, ../sass/components/_mod-slider.scss */
.mod-slider__text__item.active {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* line 155, ../sass/components/_mod-slider.scss */
.mod-slider__text__item.next {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(-10rem, 0, 0);
    -ms-transform: translate3d(-10rem, 0, 0);
    -webkit-transform: translate3d(-10rem, 0, 0);
    transform: translate3d(-10rem, 0, 0);
}
@media screen and (max-width: 991px) {
    /* line 113, ../sass/components/_mod-slider.scss */
    .mod-slider__text__item {
        left: 0;
        right: 0;
        margin: auto;
        width: 70%;
        bottom: auto;
        top: 1rem;
    }
}
@media screen and (max-width: 320px) {
    /* line 113, ../sass/components/_mod-slider.scss */
    .mod-slider__text__item {
        width: 60%;
    }
}
@media screen and (max-width: 991px) {
    /* line 110, ../sass/components/_mod-slider.scss */
    .mod-slider__text {
        height: 28rem;
        order: 1;
    }
}
/* line 183, ../sass/components/_mod-slider.scss */
.mod-slider__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
@media screen and (max-width: 991px) {
    /* line 183, ../sass/components/_mod-slider.scss */
    .mod-slider__nav {
        bottom: auto;
        top: 40rem;
        z-index: 1;
        pointer-events: none;
    }
    /* line 197, ../sass/components/_mod-slider.scss */
    .mod-slider__nav__link {
        pointer-events: initial;
    }
}
/* line 202, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link {
    display: inline-block;
    height: 5rem;
    width: 5rem;
    background-color: #e8eaed;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
}
@media screen and (max-width: 991px) {
    /* line 202, ../sass/components/_mod-slider.scss */
    .mod-slider__nav__link {
        float: right;
    }
}
/* line 215, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link.disabled {
    pointer-events: none;
}
/* line 218, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link.disabled:before {
    -moz-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
}
/* line 223, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link.disabled svg path {
    fill: #fff;
}
/* line 229, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
/* line 235, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link svg path {
    fill: #4285f4;
    -moz-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 242, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link.prev svg {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 991px) {
    /* line 241, ../sass/components/_mod-slider.scss */
    .mod-slider__nav__link.prev {
        float: left;
    }
}
/* line 251, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #4285f4;
    -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
/* line 266, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link:hover:before {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* line 271, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link:hover svg path {
    fill: #fff;
}
/* line 278, ../sass/components/_mod-slider.scss */
.mod-slider__nav__text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3.5rem;
    color: #9aa0a6;
    font-family: 'ProductSansMedium';
}
/* line 287, ../sass/components/_mod-slider.scss */
.mod-slider__img {
    height: 50rem;
    position: relative;
}
/* line 291, ../sass/components/_mod-slider.scss */
.mod-slider__img__item {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), clip-path 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95), -webkit-clip-path 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), clip-path 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95), -webkit-clip-path 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), clip-path 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95), -webkit-clip-path 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), clip-path 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95), -webkit-clip-path 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    -moz-transform: translate3d(10rem, 0, 0);
    -ms-transform: translate3d(10rem, 0, 0);
    -webkit-transform: translate3d(10rem, 0, 0);
    transform: translate3d(10rem, 0, 0);
}
/* line 303, ../sass/components/_mod-slider.scss */
.mod-slider__img__item a {
    -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

/* line 303, ../sass/components/_mod-slider.scss */
.mod-slider__img__item pointer {
    cursor: pointer;

    -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);

}

@media screen and (min-width: 992px) {
    /* line 307, ../sass/components/_mod-slider.scss */
    .mod-slider__img__item a:hover {
        opacity: 0.8;
    }
}
/* line 313, ../sass/components/_mod-slider.scss */
.mod-slider__img__item.active {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
/* line 319, ../sass/components/_mod-slider.scss */
.mod-slider__img__item.next {
    -moz-transform: translate3d(-10rem, 0, 0);
    -ms-transform: translate3d(-10rem, 0, 0);
    -webkit-transform: translate3d(-10rem, 0, 0);
    transform: translate3d(-10rem, 0, 0);
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
/* line 327, ../sass/components/_mod-slider.scss */
.mod-slider__img__item img {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    width: 100%;
}
@media screen and (max-width: 991px) {
    /* line 287, ../sass/components/_mod-slider.scss */
    .mod-slider__img {
        height: 20rem;
        order: 0;
    }
}

/* line 346, ../sass/components/_mod-slider.scss */
.ie .mod-slider .mod-slider__img .mod-slider__img__item {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 351, ../sass/components/_mod-slider.scss */
.ie .mod-slider .mod-slider__img .mod-slider__img__item.active {
    opacity: 1;
    visibility: visible;
}
/* line 356, ../sass/components/_mod-slider.scss */
.ie .mod-slider .mod-slider__img .mod-slider__img__item.next {
    opacity: 0;
    visibility: hidden;
}

/* line 10, ../sass/components/_mod-feature.scss */
.mod-feature {
    padding-bottom: 26rem;
    position: relative;
}
/* line 14, ../sass/components/_mod-feature.scss */
.mod-feature .line-vertical {
    position: absolute;
    bottom: 4rem;
    height: 22rem;
    left: 50%;
    z-index: 1;
}

/* line 14, ../sass/components/_mod-feature.scss */
.mod-feature .line-vertical {
    position: absolute;
    bottom: 4rem;
    height: 22rem;
    left: 50%;
    z-index: 1;
}

.mod-feature .footer-button {

    position: absolute;
    top: 20rem;
    bottom: 4rem;
    height: 22rem;
    left: 50%;
    z-index: 1;
}


/* line 22, ../sass/components/_mod-feature.scss */
.mod-feature .cards-container {
    display: flex;
    justify-content: space-between;
    padding: 4rem 0;
}
@media screen and (max-width: 991px) {
    /* line 22, ../sass/components/_mod-feature.scss */
    .mod-feature .cards-container {
        align-items: initial;
    }
}
@media screen and (max-width: 991px) {
    /* line 22, ../sass/components/_mod-feature.scss */
    .mod-feature .cards-container {
        display: block;
        padding-bottom: 0;
    }
}
/* line 37, ../sass/components/_mod-feature.scss */
.mod-feature .card {
    border-radius: 10px;
    border: 2px solid #707b3a;
    padding: 2rem;
    position: relative;
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 991px) {
    /* line 37, ../sass/components/_mod-feature.scss */
    .mod-feature .card {
        margin-bottom: 2rem;
        width: 100%;
    }
    /* line 48, ../sass/components/_mod-feature.scss */
    .mod-feature .card:last-child {
        margin-bottom: 0;
    }
}
/* line 53, ../sass/components/_mod-feature.scss */
.mod-feature .card-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/* line 62, ../sass/components/_mod-feature.scss */
.mod-feature .card-body {
    padding: 0;
}
@media screen and (max-width: 991px) {
    /* line 62, ../sass/components/_mod-feature.scss */
    .mod-feature .card-body {
        padding: 0 2rem;
    }
}

/* line 70, ../sass/components/_mod-feature.scss */
.mod-feature .card-img-blog {
    overflow: hidden;
    margin-bottom: 2.5rem;
    position: relative;
    height: 20.5rem;
}
/* line 76, ../sass/components/_mod-feature.scss */
.mod-feature .card-img-blog img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 70, ../sass/components/_mod-feature.scss */
.mod-feature .card-img {
    overflow: hidden;
    margin-bottom: 2.5rem;
    position: relative;
    height: 14.5rem;
}
/* line 76, ../sass/components/_mod-feature.scss */
.mod-feature .card-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 991px) {
    /* line 70, ../sass/components/_mod-feature.scss */
    .mod-feature .card-img {
        height: 12rem;
    }

    .mod-feature .card-img-blog {
        height: 12rem;
    }
}
/* line 91, ../sass/components/_mod-feature.scss */
.mod-feature .card-title {
    color: #80868b;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 3rem;
    margin-bottom: 5rem;
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 991px) {
    /* line 91, ../sass/components/_mod-feature.scss */
    .mod-feature .card-title {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }
}
/* line 105, ../sass/components/_mod-feature.scss */
.mod-feature .card .link {
    font-size: 2rem;
    font-family: 'ProductSans';
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}
@media screen and (max-width: 991px) {
    /* line 105, ../sass/components/_mod-feature.scss */
    .mod-feature .card .link {
        left: 4rem;
    }
}
@media screen and (min-width: 1025px) {
    /* line 121, ../sass/components/_mod-feature.scss */
    .mod-feature .card:hover .card-img img {
        -moz-transform: scale(1.1) translateZ(0);
        -ms-transform: scale(1.1) translateZ(0);
        -webkit-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0);
    }
    .mod-feature .card:hover .card-img-blog img {
        -moz-transform: scale(1.1) translateZ(0);
        -ms-transform: scale(1.1) translateZ(0);
        -webkit-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0);
    }

}

/* line 12, ../sass/components/_mod-wall.scss */
.mod-wall .cards-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.5rem;
    max-height: 31rem;
    overflow: hidden;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
@media screen and (max-width: 991px) {
    /* line 12, ../sass/components/_mod-wall.scss */
    .mod-wall .cards-container {
        max-height: 48rem;
    }
}
/* line 25, ../sass/components/_mod-wall.scss */
.mod-wall .cta-container {
    position: relative;
}
/* line 28, ../sass/components/_mod-wall.scss */
.mod-wall .cta-container:before {
    content: '';
    height: 1px;
    width: 34.5%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #bdc1c6;
}
@media screen and (max-width: 991px) {
    /* line 28, ../sass/components/_mod-wall.scss */
    .mod-wall .cta-container:before {
        width: calc((100% - 200px) / 2);
    }
}
/* line 42, ../sass/components/_mod-wall.scss */
.mod-wall .cta-container:after {
    content: '';
    height: 1px;
    width: 34.5%;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #bdc1c6;
}
@media screen and (max-width: 991px) {
    /* line 42, ../sass/components/_mod-wall.scss */
    .mod-wall .cta-container:after {
        width: calc((100% - 200px) / 2);
    }
}
/* line 56, ../sass/components/_mod-wall.scss */
.mod-wall .cta-container.animate-out {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 63, ../sass/components/_mod-wall.scss */
.mod-wall .card {
    border: none;
    padding: 0;
    position: relative;
    width: 33.3333%;
    text-align: center;
    margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
    /* line 63, ../sass/components/_mod-wall.scss */
    .mod-wall .card {
        width: 50%;
    }
}
/* line 75, ../sass/components/_mod-wall.scss */
.mod-wall .card-body {
    padding: 0;
}
/* line 79, ../sass/components/_mod-wall.scss */
.mod-wall .card-img {
    height: 135px;
    width: 135px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 4rem auto;
}
@media screen and (max-width: 991px) {
    /* line 79, ../sass/components/_mod-wall.scss */
    .mod-wall .card-img {
        height: 100px;
        width: 100px;
        margin-bottom: 2rem;
    }
}
/* line 92, ../sass/components/_mod-wall.scss */
.mod-wall .card-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}
/* line 101, ../sass/components/_mod-wall.scss */
.mod-wall .card-title {
    color: #4285f4;
    font-weight: normal;
    font-size: 2.4rem;
    margin-bottom: 3rem;
    line-height: 1;
}
@media screen and (max-width: 991px) {
    /* line 101, ../sass/components/_mod-wall.scss */
    .mod-wall .card-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
}
/* line 114, ../sass/components/_mod-wall.scss */
.mod-wall .card-text {
    font-size: 1.6rem;
    color: #80868b;
    font-family: 'ProductSansMedium';
    line-height: 2rem;
}
/* line 120, ../sass/components/_mod-wall.scss */
.mod-wall .card-text span {
    display: block;
}

/* line 10, ../sass/components/_mod-quote.scss */
.mod-quote {
    margin-top: 15rem;
    margin-bottom: 7rem;
    position: relative;
}
@media screen and (max-width: 991px) {
    /* line 10, ../sass/components/_mod-quote.scss */
    .mod-quote {
        margin-top: 10rem;
        margin-bottom: 5rem;
        padding-left: 4rem;
    }
}
/* line 21, ../sass/components/_mod-quote.scss */
.mod-quote .line-vertical {
    left: 25%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media screen and (max-width: 991px) {
    /* line 21, ../sass/components/_mod-quote.scss */
    .mod-quote .line-vertical {
        left: 0.5rem;
    }
}
/* line 32, ../sass/components/_mod-quote.scss */
.mod-quote__text {
    margin-bottom: 3rem;
}
/* line 35, ../sass/components/_mod-quote.scss */
.mod-quote__text p {
    color: #4285f4;
    font-family: 'ProductSansThin';
    font-size: 4.8rem;
    line-height: 5.2rem;
    position: relative;
}
@media screen and (max-width: 991px) {
    /* line 35, ../sass/components/_mod-quote.scss */
    .mod-quote__text p {
        font-size: 3rem;
        font-family: 'ProductSansLight';
        line-height: 3.6rem;
    }
}
/* line 48, ../sass/components/_mod-quote.scss */
.mod-quote__text p:before {
    content: 'Ã¢â‚¬Å“';
    position: absolute;
    top: 0;
    left: -2rem;
}
@media screen and (max-width: 991px) {
    /* line 48, ../sass/components/_mod-quote.scss */
    .mod-quote__text p:before {
        left: -1rem;
    }
}
/* line 59, ../sass/components/_mod-quote.scss */
.mod-quote__text p:after {
    content: 'Ã¢â‚¬Â';
}
/* line 65, ../sass/components/_mod-quote.scss */
.mod-quote__name {
    color: #5f6368;
    display: block;
    font-size: 1.6rem;
    font-family: 'ProductSansBold';
}
/* line 72, ../sass/components/_mod-quote.scss */
.mod-quote__company {
    display: block;
    font-family: 'ProductSans';
    color: #80868b;
    font-size: 1.6rem;
}

/* line 10, ../sass/components/_mod-image.scss */
.mod-image {
    margin-top: 7rem;
    margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
    /* line 10, ../sass/components/_mod-image.scss */
    .mod-image {
        margin-top: 1rem;
        margin-bottom: 5rem;
    }
}
/* line 20, ../sass/components/_mod-image.scss */
.mod-image__img img {
    width: 100%;
}
/* line 25, ../sass/components/_mod-image.scss */
.mod-image__caption {
    padding-top: 4rem;
    position: relative;
}
@media screen and (max-width: 991px) {
    /* line 25, ../sass/components/_mod-image.scss */
    .mod-image__caption {
        padding-top: 2rem;
    }
}
/* line 33, ../sass/components/_mod-image.scss */
.mod-image__caption p {
    color: #80868b;
    font-family: 'ProductSans';
    font-size: 1.6rem;
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    /* line 33, ../sass/components/_mod-image.scss */
    .mod-image__caption p {
        padding-left: 4rem;
    }
}
/* line 44, ../sass/components/_mod-image.scss */
.mod-image__caption .line-vertical {
    position: absolute;
    height: 20rem;
    bottom: 0;
    left: -6.25vw;
}
@media screen and (max-width: 991px) {
    /* line 44, ../sass/components/_mod-image.scss */
    .mod-image__caption .line-vertical {
        left: 0.5rem;
        height: 12rem;
    }
}

/* line 10, ../sass/components/_mod-video.scss */
.mod-video {
    margin-top: 9rem;
}
@media screen and (max-width: 991px) {
    /* line 10, ../sass/components/_mod-video.scss */
    .mod-video {
        margin-top: 1rem;
    }
}
/* line 17, ../sass/components/_mod-video.scss */
.mod-video__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 32, ../sass/components/_mod-video.scss */
.mod-video__media {
    cursor: pointer;
    background-color: #000;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 991px) {
    /* line 32, ../sass/components/_mod-video.scss */
    .mod-video__media {
        width: 100vw;
        margin-left: -8vw;
        padding-bottom: 75%;
    }
}
/* line 46, ../sass/components/_mod-video.scss */
.mod-video__media img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    opacity: 0.5;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: -moz-transform 2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: -o-transform 2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: transform 2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 61, ../sass/components/_mod-video.scss */
.mod-video__media:hover img {
    -moz-transform: scale(1.05) translateZ(0);
    -ms-transform: scale(1.05) translateZ(0);
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}
/* line 65, ../sass/components/_mod-video.scss */
.mod-video__media:hover .mod-video__play {
    opacity: 1;
}
/* line 71, ../sass/components/_mod-video.scss */
.mod-video__media.playing .mod-video__video {
    opacity: 1;
    visibility: visible;
}
/* line 78, ../sass/components/_mod-video.scss */
.mod-video__play {
    display: block;
    height: 5.6rem;
    pointer-events: none;
    width: 5.6rem;
    background: url(../svg/video-play-3.svg) no-repeat center;
    background-size: contain;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 93, ../sass/components/_mod-video.scss */
.mod-video__close {
    display: block;
    height: 5.6rem;
    width: 5.6rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 2;
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    opacity: 0;
    visibility: hidden;
}
/* line 105, ../sass/components/_mod-video.scss */
.mod-video__close span {
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -moz-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
/* line 118, ../sass/components/_mod-video.scss */
.mod-video__close.active {
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.8s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
    -o-transition: all 0.8s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
    -webkit-transition: all 0.8s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition-delay: 0.2s;
    transition: all 0.8s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
}
/* line 124, ../sass/components/_mod-video.scss */
.mod-video__close:before, .mod-video__close:after {
    content: '';
    display: block;
    width: 2px;
    height: 3rem;
    background-color: #4285f4;
    position: absolute;
    top: 1.4rem;
    left: 50%;
    transform-origin: center;
    margin-left: -1px;
    -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    z-index: 1;
}
/* line 139, ../sass/components/_mod-video.scss */
.mod-video__close:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* line 143, ../sass/components/_mod-video.scss */
.mod-video__close:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* line 148, ../sass/components/_mod-video.scss */
.mod-video__close:hover span {
    -moz-transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}
/* line 152, ../sass/components/_mod-video.scss */
.mod-video__close:hover:before {
    -moz-transform: rotate(-45deg) scaleY(0.8);
    -ms-transform: rotate(-45deg) scaleY(0.8);
    -webkit-transform: rotate(-45deg) scaleY(0.8);
    transform: rotate(-45deg) scaleY(0.8);
}
/* line 156, ../sass/components/_mod-video.scss */
.mod-video__close:hover:after {
    -moz-transform: rotate(45deg) scaleY(0.8);
    -ms-transform: rotate(45deg) scaleY(0.8);
    -webkit-transform: rotate(45deg) scaleY(0.8);
    transform: rotate(45deg) scaleY(0.8);
}

/* line 10, ../sass/components/_mod-sources.scss */
.mod-sources {
    margin-top: 8vh;
}
@media screen and (max-width: 991px) {
    /* line 10, ../sass/components/_mod-sources.scss */
    .mod-sources {
        width: 100vw;
        margin-left: -8vw;
        margin-top: 4vh;
    }
}
/* line 19, ../sass/components/_mod-sources.scss */
.mod-sources > div {
    border-top: 1px solid rgba(102, 102, 102, 0.2);
    padding-top: 5.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
@media screen and (max-width: 991px) {
    /* line 19, ../sass/components/_mod-sources.scss */
    .mod-sources > div {
        padding-top: 2.5rem;
    }
}
/* line 30, ../sass/components/_mod-sources.scss */
.mod-sources__title {
    font-family: 'ProductSansMedium';
    color: #a0a3a8;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
    /* line 30, ../sass/components/_mod-sources.scss */
    .mod-sources__title {
        font-size: 1.3rem;
        color: #7b818c;
    }
}
/* line 42, ../sass/components/_mod-sources.scss */
.mod-sources__list {
    padding: 0;
}
@media screen and (max-width: 991px) {
    /* line 42, ../sass/components/_mod-sources.scss */
    .mod-sources__list {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
/* line 51, ../sass/components/_mod-sources.scss */
.mod-sources__item {
    position: relative;
    padding-left: 2rem;
    font-size: 1.6rem;
    font-family: 'ProductSansLight';
    margin-bottom: 1.5rem;
    line-height: 2rem;
    font-style: italic;
    color: #73767a;
}
@media screen and (max-width: 991px) {
    /* line 51, ../sass/components/_mod-sources.scss */
    .mod-sources__item {
        font-size: 1.4rem;
    }
}
/* line 65, ../sass/components/_mod-sources.scss */
.mod-sources__item:before {
    content: '';
    display: block;
    position: absolute;
    top: .8rem;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #a0a3a8;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* line 77, ../sass/components/_mod-sources.scss */
.mod-sources__item a {
    font-family: 'ProductSans';
    font-style: italic;
    color: #4285f4;
    position: relative;
    -moz-transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 84, ../sass/components/_mod-sources.scss */
.mod-sources__item a:hover {
    color: #000;
}

/* line 11, ../sass/components/_mod-attendees.scss */
.owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: top;
}

/* line 18, ../sass/components/_mod-attendees.scss */
.mod-attendees .title {
    margin-bottom: 4rem;
}

.mod-attendees h3
{
    font-size: 3.0rem;
    text-align: center !important;
    color: #80868b;
    font-family: 'ProductSansThin';
    margin-bottom: 10rem;
}

@media screen and (max-width: 991px) {
    /* line 17, ../sass/components/_mod-attendees.scss */
    .mod-attendees {
        width: 100vw;
        overflow: hidden;
    }
    /* line 26, ../sass/components/_mod-attendees.scss */
    .mod-attendees .no-arrows .owl-nav {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    /* line 17, ../sass/components/_mod-attendees.scss */
    .mod-attendees {
        margin-left: -8vw;
    }
}

/* line 35, ../sass/components/_mod-attendees.scss */
.mod-attendees .slider-container {
    position: relative;
}
/* line 39, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-prev,
.mod-attendees .owl-next {
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #4A5E4A;
    border-radius: 50%;
    font-size: 0;
    border: none;
    outline: none;
    top: 50%;
    margin-top: -22.5px;
    z-index: 1;
    position: absolute;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
/* line 55, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-prev svg,
.mod-attendees .owl-next svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
/* line 61, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-prev svg path,
.mod-attendees .owl-next svg path {
    fill: #fff;
}
@media screen and (max-width: 991px) {
    /* line 39, ../sass/components/_mod-attendees.scss */
    .mod-attendees .owl-prev,
    .mod-attendees .owl-next {
        height: 5rem;
        width: 5rem;
    }
}
/* line 71, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-prev:hover,
.mod-attendees .owl-next:hover {
    background-color: #34a853;
}
/* line 76, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-prev {
    left: calc(50% - (690px / 2) - 22.5px);
}
@media screen and (max-width: 991px) {
    /* line 76, ../sass/components/_mod-attendees.scss */
    .mod-attendees .owl-prev {
        left: 6vw;
    }
}
@media screen and (max-width: 767px) {
    /* line 76, ../sass/components/_mod-attendees.scss */
    .mod-attendees .owl-prev {
        left: 4vw;
    }
}
/* line 87, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-prev svg {
    -moz-transform: rotate(180deg) translateX(50%) translateY(50%);
    -ms-transform: rotate(180deg) translateX(50%) translateY(50%);
    -webkit-transform: rotate(180deg) translateX(50%) translateY(50%);
    transform: rotate(180deg) translateX(50%) translateY(50%);
}
/* line 92, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-next {
    left: calc(50% + (690px / 2) - 22.5px);
}
@media screen and (max-width: 991px) {
    /* line 92, ../sass/components/_mod-attendees.scss */
    .mod-attendees .owl-next {
        left: auto;
        right: 6vw;
    }
}
@media screen and (max-width: 767px) {
    /* line 92, ../sass/components/_mod-attendees.scss */
    .mod-attendees .owl-next {
        right: 4vw;
    }
}
/* line 105, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-item {
    opacity: 0.45;
}
/* line 108, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-item.center {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    /* line 112, ../sass/components/_mod-attendees.scss */
    .mod-attendees .owl-item.center .attendee {
        padding: 4rem 3rem;
        margin-top: -1rem;
    }
}

/* line 122, ../sass/components/_mod-attendees.scss */
.attendee {
    border: 1px solid #bdc1c6;
    border-radius: 5px;
    width: 690px;
    padding: 4rem 4rem 4rem 9rem;
    position: relative;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
/* line 130, ../sass/components/_mod-attendees.scss */
.attendee .line-01 {
    position: absolute;
    top: 0;
    height: calc(4rem + (13.5rem / 2));
    left: calc(9rem + (13.5rem / 2));
}
/* line 136, ../sass/components/_mod-attendees.scss */
.attendee .line-01 span {
    background-size: cover;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/* line 142, ../sass/components/_mod-attendees.scss */
.attendee .line-02 {
    position: absolute;
    top: calc(4rem + (13.5rem / 2));
    width: 12rem;
    left: 4rem;
}
/* line 148, ../sass/components/_mod-attendees.scss */
.attendee .line-02 span {
    background-size: cover;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    -webkit-transition: all 0.2s linear;
    -webkit-transition-delay: 0.2s;
    transition: all 0.2s linear 0.2s;
}
/* line 154, ../sass/components/_mod-attendees.scss */
.attendee .line-03 {
    position: absolute;
    top: calc(4rem + (13.5rem / 2));
    height: calc(100% - (4rem + (13.5rem / 2)));
    left: 4rem;
}
/* line 160, ../sass/components/_mod-attendees.scss */
.attendee .line-03 span {
    -moz-transition: all 0.4s linear 0.4s;
    -o-transition: all 0.4s linear 0.4s;
    -webkit-transition: all 0.4s linear;
    -webkit-transition-delay: 0.4s;
    transition: all 0.4s linear 0.4s;
}
/* line 165, ../sass/components/_mod-attendees.scss */
.attendee .shapes-container {
    position: absolute;
    top: 6rem;
    left: 6rem;
}
@media screen and (max-width: 767px) {
    /* line 165, ../sass/components/_mod-attendees.scss */
    .attendee .shapes-container {
        top: 4rem;
        left: 4rem;
    }
}
@media screen and (max-width: 991px) {
    /* line 122, ../sass/components/_mod-attendees.scss */
    .attendee {
        width: 80vw;
        padding: 3rem;
    }
}
/* line 181, ../sass/components/_mod-attendees.scss */
.attendee__logo {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2rem;
    max-width: 10rem;
}
@media screen and (max-width: 767px) {
    /* line 181, ../sass/components/_mod-attendees.scss */
    .attendee__logo {
        max-width: 7rem;
        top: 2rem;
        right: 1rem;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* line 196, ../sass/components/_mod-attendees.scss */
.attendee__linkedin {
    opacity: 0.45;
    display: block;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 204, ../sass/components/_mod-attendees.scss */
.attendee__linkedin svg {
    fill: #5f6368;
}
/* line 208, ../sass/components/_mod-attendees.scss */
.attendee__linkedin:hover {
    opacity: 1;
}
/* line 211, ../sass/components/_mod-attendees.scss */
.attendee__linkedin:hover svg {
    fill: #4285f4;
}
@media screen and (max-width: 767px) {
    /* line 196, ../sass/components/_mod-attendees.scss */
    .attendee__linkedin {
        bottom: 1rem;
        right: 1rem;
    }
    /* line 220, ../sass/components/_mod-attendees.scss */
    .attendee__linkedin svg {
        height: 2.5rem;
        width: 2.5rem;
    }
}
/* line 227, ../sass/components/_mod-attendees.scss */
.attendee__img {
    overflow: hidden;
    height: 13.5rem;
    width: 13.5rem;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
/* line 234, ../sass/components/_mod-attendees.scss */
.attendee__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}
@media screen and (max-width: 767px) {
    /* line 227, ../sass/components/_mod-attendees.scss */
    .attendee__img {
        margin: 0 auto 2rem auto;
    }
}
/* line 247, ../sass/components/_mod-attendees.scss */
.attendee__name {
    font-family: 'ProductSansLight';
    font-size: 2.4rem;
    color: #6B878C;
    line-height: 32px;
    margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
    /* line 247, ../sass/components/_mod-attendees.scss */
    .attendee__name {
        font-size: 2.2rem;
        margin-bottom: 0;
    }
}
/* line 260, ../sass/components/_mod-attendees.scss */
.attendee__details {
    padding-left: 2rem;
    position: relative;
    width: 45%;
}
@media screen and (max-width: 767px) {
    /* line 260, ../sass/components/_mod-attendees.scss */
    .attendee__details {
        text-align: center;
        padding-left: 0;
        width: 100%;
    }
}
/* line 271, ../sass/components/_mod-attendees.scss */
.attendee__details .v-align {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    /* line 271, ../sass/components/_mod-attendees.scss */
    .attendee__details .v-align {
        position: initial;
        top: auto;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* line 283, ../sass/components/_mod-attendees.scss */
.attendee__details p {
    font-family: 'ProductSans';
    font-size: 1.6rem;
    color: #5f6368;
    line-height: 2.7rem;
}
@media screen and (max-width: 767px) {
    /* line 283, ../sass/components/_mod-attendees.scss */
    .attendee__details p {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
}
/* line 296, ../sass/components/_mod-attendees.scss */
.attendee__info {
    display: flex;
    position: relative;
}
@media screen and (max-width: 767px) {
    /* line 296, ../sass/components/_mod-attendees.scss */
    .attendee__info {
        display: block;
        position: initial;
    }
}
/* line 306, ../sass/components/_mod-attendees.scss */
.attendee__bio {
    padding: 2rem 2rem 0 2rem;
}
@media screen and (max-width: 767px) {
    /* line 306, ../sass/components/_mod-attendees.scss */
    .attendee__bio {
        padding: 2rem 0 0 0;
    }
}
/* line 313, ../sass/components/_mod-attendees.scss */
.attendee__bio p {
    font-size: 2rem;
    color: #5f6368;
    font-family: 'ProductSans';
    line-height: 3.2rem;
}
@media screen and (max-width: 767px) {
    /* line 313, ../sass/components/_mod-attendees.scss */
    .attendee__bio p {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}

@keyframes play {
    from {
        background-position-x: 0px;
    }
    to {
        background-position-x: -10150px;
    }
}
@keyframes playtablet {
    from {
        background-position-x: 0px;
    }
    to {
        background-position-x: -8120px;
    }
}
@keyframes playmobile {
    from {
        background-position-x: 0px;
    }
    to {
        background-position-x: -6380px;
    }
}
/* line 27, ../sass/pages/_gateway.scss */
.gateway__header {
    height: 50vh;
    /*  margin-bottom: 10vh;*/
    margin-top: 10vh;
    position: relative;
}
/* line 32, ../sass/pages/_gateway.scss */
.gateway__header .gateway__header__text {
    position: relative;
    z-index: 2;
    left: 10%;
    top:130px;
}

/* line 32, ../sass/pages/_gateway.scss */
.gateway__header .gateway_header_datelocation {
    position: absolute;
    z-index: 2;
    left: 10%;
    bottom:20px;
}

@media screen and (max-width: 991px) {
    /* line 27, ../sass/pages/_gateway.scss */
    /*  .gateway__header {
    margin-bottom: 20vh;
  }

 */
}
/* line 41, ../sass/pages/_gateway.scss */
.gateway__header .line-bottom {
    position: absolute;
    top: 90%;
    height: 12.1vh;

    left: 18.75%;
    width:3px!important;
}
@media screen and (max-width: 991px) {
    /* line 41, ../sass/pages/_gateway.scss */
    .gateway__header .line-bottom {
        left: 2px;
        height: 14vh;
        top: 74.5%;
    }
}

/* line 41, ../sass/pages/_gateway.scss */
.gateway__header .line-bottom-asn {
    position: absolute;
    top: 45%;
    left: 18.75%;
    height: 10vh;
}

@media screen and (max-width: 991px) {
    /* line 41, ../sass/pages/_gateway.scss */
    .gateway__header .line-bottom-asn {
        left: 0;
        height: 35vh;
    }
}

/* line 53, ../sass/pages/_gateway.scss */
.gateway__header .line-right {
    display: block;
    top: 65%;
    height: 15%;
    position: absolute;
    right:54%;
    z-index: -3;

}
@media screen and (max-width: 1440px) {
    .gateway__header .line-right {
        right: 42%;
    }
}

@media screen and (max-width: 991px) {
    /* line 53, ../sass/pages/_gateway.scss */
    .gateway__header .line-right {
        right: 0;
    }
}

/* line 53, ../sass/pages/_gateway.scss */
.gateway__header .line-right-dual {
    display: block;
    height: 80%;
    position: absolute;
    right:18.75%;
    z-index: 3;

}
@media screen and (max-width: 991px) {
    /* line 53, ../sass/pages/_gateway.scss */
    .gateway__header .line-right-dual {
        right: 0;
    }
}



/* line 64, ../sass/pages/_gateway.scss */
.gateway__header .line-horizontal {
    display: block;
    position: absolute;
    right: 20%;
    bottom: 10%;
    width: 61.25%;
}


@media screen and (max-width: 1440px) {
    /* line 64, ../sass/pages/_gateway.scss */
    /*  .gateway__header .line-horizontal {
    right: 42%;
//    bottom: 20%;
        bottom: 30%;
    width: 39.25%;
  }

 */
}


@media screen and (max-width: 991px) {
    /* line 64, ../sass/pages/_gateway.scss */
    .gateway__header .line-horizontal {
        left:2px;
        right: 0;
        width: 100%;
        bottom: 25%;
        height:3px!important;
        z-index: 99;
    }
}

/* line 64, ../sass/pages/_gateway.scss */
.gateway__header .line-horizontal-atos {
    display: block;
    position: absolute;
    right: 18.75%;
    bottom: 20%;
    width: 62.5%;
}
@media screen and (max-width: 991px) {
    /* line 64, ../sass/pages/_gateway.scss */
    .gateway__header .line-horizontal-atos {
        right: 0;
        width: 100%;
    }
}

/* line 77, ../sass/pages/_gateway.scss */
.gateway__header .logos {
    position: relative;
    top:120px;
    left: 10%;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -moz-transform: translate3d(0, 2rem, 0);
    -ms-transform: translate3d(0, 2rem, 0);
    -webkit-transform: translate3d(0, 2rem, 0);
    transform: translate3d(0, 2rem, 0);
}
/* line 86, ../sass/pages/_gateway.scss */
.gateway__header .logos a {
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 91, ../sass/pages/_gateway.scss */
.gateway__header .logos a:first-child {
    margin-right: 6rem;
}
@media screen and (min-width: 992px) {
    /* line 96, ../sass/pages/_gateway.scss */
    .gateway__header .logos a:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 991px) {
    /* line 77, ../sass/pages/_gateway.scss */
    .gateway__header .logos {
        bottom: 0vh;
        left: 45%;
        justify-content: space-between;
        width: 95%;
    }
    /* line 109, ../sass/pages/_gateway.scss */
    .gateway__header .logos a {
        display: block;
    }
    /* line 112, ../sass/pages/_gateway.scss */
    .gateway__header .logos a:first-child {
        margin-right: 0;
        width: 60px;
        height: 25px;
    }
    /* line 118, ../sass/pages/_gateway.scss */
    .gateway__header .logos a:last-child {
        width: 150px;
        height: 20px;
    }
}

@media screen and (max-width: 1px) {
    /* line 77, ../sass/pages/_gateway.scss */
    .gateway__header .logos {
        bottom: 15vh;
        left: 5%;
        display: flex;
        justify-content: space-between;
        width: 95%;
    }
    /* line 109, ../sass/pages/_gateway.scss */
    .gateway__header .logos a {
        display: block;
    }
    /* line 112, ../sass/pages/_gateway.scss */
    .gateway__header .logos a:first-child {
        margin-right: 0;
        width: 150px;
        height: 25px;
    }
    /* line 118, ../sass/pages/_gateway.scss */
    .gateway__header .logos a:last-child {
        width: 60px;
        height: 20px;
    }
}

/* line 126, ../sass/pages/_gateway.scss */
.gateway__header .sprite-container {
    height: 613px;
    width: 350px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 17%;
    bottom: calc(20% + 2px);
    z-index: 1;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transform: translate3d(-8rem, 0, 0);
    -ms-transform: translate3d(-8rem, 0, 0);
    -webkit-transform: translate3d(-8rem, 0, 0);
    transform: translate3d(-8rem, 0, 0);
}
/* line 138, ../sass/pages/_gateway.scss */
.gateway__header .sprite-container.loaded {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* line 144, ../sass/pages/_gateway.scss */
.gateway__header .sprite-container .sprite {
    background: url(../png/blog_sprite-3.png) no-repeat left center;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
}

/* line 144, ../sass/pages/_gateway.scss */
.gateway__header .sprite-container .sprite-blog {
    background: url(../png/blog_sprite-3.png) no-repeat left center;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
}

/* line 152, ../sass/pages/_gateway.scss */
.gateway__header .sprite-container .sprite.anim {
    animation: play 1s steps(29) forwards;
}
@media screen and (max-width: 1400px) and (max-height: 800px) {
    /* line 126, ../sass/pages/_gateway.scss */
    .gateway__header .sprite-container {
        width: 280px;
        height: 490px;
    }
    /* line 162, ../sass/pages/_gateway.scss */
    .gateway__header .sprite-container .sprite.anim {
        animation: playtablet 1s steps(29) forwards;
    }
}
@media screen and (max-width: 991px) {
    /* line 126, ../sass/pages/_gateway.scss */
    .gateway__header .sprite-container {
        width: 280px;
        height: 490px;
    }
    /* line 173, ../sass/pages/_gateway.scss */
    .gateway__header .sprite-container .sprite.anim {
        animation: playtablet 1s steps(29) forwards;
    }
}
@media screen and (max-width: 991px) {
    /* line 126, ../sass/pages/_gateway.scss */
    .gateway__header .sprite-container {
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    /* line 126, ../sass/pages/_gateway.scss */
    .gateway__header .sprite-container {
        height: 385px;
        right: -9vw;
        width: 150px;
        overflow: hidden;
        -moz-transform: translate3d(-4rem, 0, 0);
        -ms-transform: translate3d(-4rem, 0, 0);
        -webkit-transform: translate3d(-4rem, 0, 0);
        transform: translate3d(-4rem, 0, 0);
    }
    /* line 190, ../sass/pages/_gateway.scss */
    .gateway__header .sprite-container.loaded {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    /* line 195, ../sass/pages/_gateway.scss */
    .gateway__header .sprite-container .sprite.anim {
        animation: playmobile 1s steps(29) forwards;
    }
}
@media screen and (max-width: 320px) {
    /* line 126, ../sass/pages/_gateway.scss */
    .gateway__header .sprite-container {
        right: -25%;
    }
}
/* line 206, ../sass/pages/_gateway.scss */
.gateway__header .title {
    margin-top: 22vh;
    margin-bottom: 1.5rem;
    opacity: 0;
    visibility: hidden;
    display: block;
    -moz-transform: translate3d(0, 10rem, 0) skewY(5deg);
    -ms-transform: translate3d(0, 10rem, 0) skewY(5deg);
    -webkit-transform: translate3d(0, 10rem, 0) skewY(5deg);
    transform: translate3d(0, 10rem, 0) skewY(5deg);
}
@media screen and (max-width: 1280px) {
    /* line 206, ../sass/pages/_gateway.scss */
    .gateway__header .title {
        margin-top: 25vh;
    }
}
@media screen and (max-width: 991px) {
    /* line 206, ../sass/pages/_gateway.scss */
    .gateway__header .title {
        margin-top: 20vh;
    }
}
@media screen and (max-width: 375px) {
    /* line 206, ../sass/pages/_gateway.scss */
    .gateway__header .title {
        margin-top: 15vh;
        font-size: 2.8rem;
        line-height: 3rem;
    }
}
@media screen and (max-width: 320px) {
    /* line 206, ../sass/pages/_gateway.scss */
    .gateway__header .title {
        margin-top: 10vh;
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}
/* line 235, ../sass/pages/_gateway.scss */
.gateway__header p {
    color: #80868b;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 10rem, 0) skewY(5deg);
    -ms-transform: translate3d(0, 10rem, 0) skewY(5deg);
    -webkit-transform: translate3d(0, 10rem, 0) skewY(5deg);
    transform: translate3d(0, 10rem, 0) skewY(5deg);
}
/* line 241, ../sass/pages/_gateway.scss */
.gateway__header p em {
    color: #4285f4;
}
@media screen and (max-width: 991px) {
    /* line 235, ../sass/pages/_gateway.scss */
    .gateway__header p {
        max-width: 80%;
    }
}

@media screen and (max-height: 475px) {
    /* line 235, ../sass/pages/_gateway.scss */
    .gateway__header p {
        font-size: 1.4rem;
        max-width: 100%;
        line-height: 2rem;
    }
}

@media screen and (max-width: 475px) {
    /* line 235, ../sass/pages/_gateway.scss */
    .gateway__header p {
        font-size: 1.6rem;
        max-width: 100%;
        line-height: 2rem;
    }
}


@media screen and (max-width: 375px) {
    /* line 235, ../sass/pages/_gateway.scss */
    .gateway__header p {
        font-size: 1.8rem;
        max-width: 100%;
        line-height: 2rem;
    }
}
@media screen and (max-width: 320px) {
    /* line 235, ../sass/pages/_gateway.scss */
    .gateway__header p {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
}
/* line 261, ../sass/pages/_gateway.scss */
.gateway__header .date {
    margin-top: 4rem;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 10rem, 0) skewY(5deg);
    -ms-transform: translate3d(0, 10rem, 0) skewY(5deg);
    -webkit-transform: translate3d(0, 10rem, 0) skewY(5deg);
    transform: translate3d(0, 10rem, 0) skewY(5deg);
}
@media screen and (max-width: 991px) {
    /* line 261, ../sass/pages/_gateway.scss */
    .gateway__header .date {
        font-size: 2rem;
        margin-top: 16vh;
    }
}

@media only screen and (device-height : 736px) {
    /* line 261, ../sass/pages/_gateway.scss */
    .gateway__header .date {
        font-size: 1.4rem;
        margin-top: 12vh;
        line-height: 2rem;
        max-width: 80%;
    }
}

@media screen and (max-width: 375px) {
    /* line 261, ../sass/pages/_gateway.scss */
    .gateway__header .date {
        font-size: 1.4rem;
        margin-top: 16vh;
        line-height: 2rem;

    }
}

@media screen and (max-width: 360px) {
    /* line 261, ../sass/pages/_gateway.scss */
    .gateway__header .date {
        font-size: 1.2rem;
        margin-top: 8vh;
        line-height: 2rem;
        max-width: 80%;
    }
}

@media screen and (max-width: 320px) {
    /* line 261, ../sass/pages/_gateway.scss */
    .gateway__header .date {
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-top: 10vh;
    }
}
/* line 287, ../sass/pages/_gateway.scss */
.gateway__header.anim .logos, .gateway__header.anim .customer-logo, .gateway__header.anim .title, .gateway__header.anim .datelocation, .gateway__header.anim p {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* line 293, ../sass/pages/_gateway.scss */
.gateway__header.anim .title {
    -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 293, ../sass/pages/_gateway.scss */
.gateway__header.anim .datelocation {
    -moz-transition: all 2.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 2.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 2.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 2.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 297, ../sass/pages/_gateway.scss */
.gateway__header.anim p {
    -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.1s;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
/* line 301, ../sass/pages/_gateway.scss */
.gateway__header.anim .date {
    -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
/* line 305, ../sass/pages/_gateway.scss */
.gateway__header.anim .logos  {
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.8s;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}

/* line 305, ../sass/pages/_gateway.scss */
.gateway__header.anim .customer-logo  {
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 2);
    -webkit-transition-delay: 1.8s;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
}

/* line 313, ../sass/pages/_gateway.scss */
.gateway__welcome {
    padding-top: 0rem;
    padding-bottom: 35vh;
    position: relative;
}
/* line 318, ../sass/pages/_gateway.scss */
.gateway__welcome__name {
    color: #80868b;
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
/* line 324, ../sass/pages/_gateway.scss */
.gateway__welcome__text {
    padding-top: 7.5rem;
}
/* line 327, ../sass/pages/_gateway.scss */
.gateway__welcome__text p {
    margin-bottom: 4rem;
}
/* line 332, ../sass/pages/_gateway.scss */
.gateway__welcome__title {
    position: relative;
}
/* line 335, ../sass/pages/_gateway.scss */
.gateway__welcome__title svg {
    margin-left: 1.5rem;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
    /* line 335, ../sass/pages/_gateway.scss */
    .gateway__welcome__title svg {
        width: 300px;
    }
}
@media screen and (max-width: 991px) {
    /* line 335, ../sass/pages/_gateway.scss */
    .gateway__welcome__title svg {
        height: 52px;
        width: 250px;
    }
}
/* line 348, ../sass/pages/_gateway.scss */
.gateway__welcome__title .line-w {
    position: absolute;
    height: 5.2rem;
    -moz-transform: rotate(-17deg) translateZ(0);
    -ms-transform: rotate(-17deg) translateZ(0);
    -webkit-transform: rotate(-17deg) translateZ(0);
    transform: rotate(-17deg) translateZ(0);
    top: 1.0rem;
    left: 0.8rem;
}
/* line 355, ../sass/pages/_gateway.scss */
.gateway__welcome__title .line-w span {
    background-size: cover;
    -moz-transition: all 0.2s linear 0.6s;
    -o-transition: all 0.2s linear 0.6s;
    -webkit-transition: all 0.2s linear;
    -webkit-transition-delay: 0.6s;
    transition: all 0.2s linear 0.6s;
}
@media screen and (max-width: 991px) {
    /* line 348, ../sass/pages/_gateway.scss */
    .gateway__welcome__title .line-w {
        height: 3.4rem;
        width:3px!important;
    }
}
/* line 365, ../sass/pages/_gateway.scss */
.gateway__welcome__title .line-horizontal {
    display: block;
    width: calc(83.333335%);
    /*  left: 1.6rem;*/
    position: absolute;
    top: 6rem;
}
/* line 372, ../sass/pages/_gateway.scss */
.gateway__welcome__title .line-horizontal span {
    -moz-transition: all 0.6s linear 0.8s;
    -o-transition: all 0.6s linear 0.8s;
    -webkit-transition: all 0.6s linear;
    -webkit-transition-delay: 0.8s;
    transition: all 0.6s linear 0.8s;
}
@media screen and (max-width: 991px) {
    /* line 365, ../sass/pages/_gateway.scss */
    .gateway__welcome__title .line-horizontal {
        top: 4.1rem;
        width: calc(100% - 1.5rem);
        left: 1.5rem;
        z-index: 1;
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        zoom: 1;
    }
}

/* line 365, ../sass/pages/_gateway.scss */
.gateway__welcome__title .line-horizontal-atos {
    display: block;
    width: calc(83.333335% - 0rem);
    left: 0rem;
    position: absolute;
    top: 0.0rem;
}
/* line 372, ../sass/pages/_gateway.scss */
.gateway__welcome__title .line-horizontal-atos span {
    -moz-transition: all 0.6s linear 0.8s;
    -o-transition: all 0.6s linear 0.8s;
    -webkit-transition: all 0.6s linear;
    -webkit-transition-delay: 0.8s;
    transition: all 0.6s linear 0.8s;
}
@media screen and (max-width: 991px) {
    /* line 365, ../sass/pages/_gateway.scss */
    .gateway__welcome__title .line-horizontal-atos {
        top: 0.0rem;
        width: calc(100% - 0rem);
        left: 0rem;
        z-index: 1;
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        zoom: 1;
    }
}



/* line 387, ../sass/pages/_gateway.scss */
.gateway__welcome .line-center {
    display: block;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 6rem;
}
/* line 394, ../sass/pages/_gateway.scss */
.gateway__welcome .line-center span {
    -moz-transition: all 0.6s linear 1.4s;
    -o-transition: all 0.6s linear 1.4s;
    -webkit-transition: all 0.6s linear;
    -webkit-transition-delay: 1.4s;
    transition: all 0.6s linear 1.4s;
}
@media screen and (max-width: 991px) {
    /* line 387, ../sass/pages/_gateway.scss */
    .gateway__welcome .line-center {
        left: auto;
        right: 0;
        top: 4.1rem;
        height: 67.8%;
    }
    /* line 404, ../sass/pages/_gateway.scss */
    .gateway__welcome .line-center:after {
        display: none;
    }
}
/* line 411, ../sass/pages/_gateway.scss */
.gateway__welcome .line-mobile-1 {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: calc(35% - 8.5rem);
}
/* line 418, ../sass/pages/_gateway.scss */
.gateway__welcome .line-mobile-2 {
    height: calc(30% - 8.3rem);
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
}
/* line 427, ../sass/pages/_gateway.scss */
.gateway__welcome .st0 {
    stroke-dasharray: 250;
    stroke-dashoffset: 250;
    fill: none;
    stroke: #bdc1c6;
    stroke-width: 3.65;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
/* line 437, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:first-child {
    -moz-transition: all 0.6s ease 0.6s;
    -o-transition: all 0.6s ease 0.6s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 0.6s;
    transition: all 0.6s ease 0.6s;
}
/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(2) {
    -moz-transition: all 0.6s ease 0.8s;
    -o-transition: all 0.6s ease 0.8s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 0.8s;
    transition: all 0.6s ease 0.8s;
}
/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(3) {
    -moz-transition: all 0.6s ease 1s;
    -o-transition: all 0.6s ease 1s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 1s;
    transition: all 0.6s ease 1s;
}
/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(4) {
    -moz-transition: all 0.6s ease 1.2s;
    -o-transition: all 0.6s ease 1.2s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 1.2s;
    transition: all 0.6s ease 1.2s;
}
/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(5) {
    -moz-transition: all 0.6s ease 1.4s;
    -o-transition: all 0.6s ease 1.4s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 1.4s;
    transition: all 0.6s ease 1.4s;
}
/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(6) {
    -moz-transition: all 0.6s ease 1.6s;
    -o-transition: all 0.6s ease 1.6s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 1.6s;
    transition: all 0.6s ease 1.6s;
}
/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(7) {
    -moz-transition: all 0.6s ease 1.8s;
    -o-transition: all 0.6s ease 1.8s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 1.8s;
    transition: all 0.6s ease 1.8s;
}
/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(8) {
    -moz-transition: all 0.6s ease 2s;
    -o-transition: all 0.6s ease 2s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 2s;
    transition: all 0.6s ease 2s;
}
/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(9) {
    -moz-transition: all 0.6s ease 2.2s;
    -o-transition: all 0.6s ease 2.2s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 2.2s;
    transition: all 0.6s ease 2.2s;
}
/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(10) {
    -moz-transition: all 0.6s ease 2.4s;
    -o-transition: all 0.6s ease 2.4s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 2.4s;
    transition: all 0.6s ease 2.4s;
}

/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(11) {
    -moz-transition: all 0.6s ease 2.6s;
    -o-transition: all 0.6s ease 2.6s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 2.6s;
    transition: all 0.6s ease 2.6s;
}

/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(12) {
    -moz-transition: all 0.6s ease 2.8s;
    -o-transition: all 0.6s ease 2.8s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 2.8s;
    transition: all 0.6s ease 2.8s;
}

/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(13) {
    -moz-transition: all 0.6s ease 3.0s;
    -o-transition: all 0.6s ease 3.0s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 3.0s;
    transition: all 0.6s ease 3.0s;
}

/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(14) {
    -moz-transition: all 0.6s ease 3.2s;
    -o-transition: all 0.6s ease 3.2s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 3.2s;
    transition: all 0.6s ease 3.2s;
}

/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(15) {
    -moz-transition: all 0.6s ease 3.4s;
    -o-transition: all 0.6s ease 3.4s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 3.4s;
    transition: all 0.6s ease 3.4s;
}
/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(16) {
    -moz-transition: all 0.6s ease 3.6s;
    -o-transition: all 0.6s ease 3.6s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 3.6s;
    transition: all 0.6s ease 3.6s;
}
/* line 443, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(17) {
    -moz-transition: all 0.6s ease 3.8s;
    -o-transition: all 0.6s ease 3.8s;
    -webkit-transition: all 0.6s ease;
    -webkit-transition-delay: 3.8s;
    transition: all 0.6s ease 3.8s;
}



/* line 450, ../sass/pages/_gateway.scss */
.gateway__welcome.anim .st0 {
    stroke-dashoffset: 0;
}

/* line 12, ../sass/pages/_article.scss */
.article__header {
    position: relative;
}
@media screen and (max-width: 991px) {
    /* line 12, ../sass/pages/_article.scss */
    .article__header {
        margin-left: -8vw;
        width: 100vw;
    }
}
/* line 20, ../sass/pages/_article.scss */
.article__header__img {
    height: 440px;
}
/* line 23, ../sass/pages/_article.scss */
.article__header__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    font-family: 'object-fit: cover; object-position: bottom;';
}
@media screen and (max-width: 991px) {
    /* line 20, ../sass/pages/_article.scss */
    .article__header__img {
        height: 30vh;
    }
}
@media screen and (max-width: 600px) {
    /* line 20, ../sass/pages/_article.scss */
    .article__header__img {
        height: 40vh;
    }
}
/* line 40, ../sass/pages/_article.scss */
.article__header__title {
    padding-top: 6rem;
    position: relative;
}
/* line 44, ../sass/pages/_article.scss */
.article__header__title .line-vertical {
    position: absolute;
    top: 0;
    height: 5rem;
    left: 25%;
}
/* line 50, ../sass/pages/_article.scss */
.article__header__title .line-vertical span {
    background-size: cover;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
@media screen and (max-width: 991px) {
    /* line 44, ../sass/pages/_article.scss */
    .article__header__title .line-vertical {
        left: 0.5rem;
    }
}
/* line 61, ../sass/pages/_article.scss */
.article__header__info {
    /*  padding-top: 5rem; */
    margin-bottom: 5.5rem;
    /*  min-height: 12rem;*/
}
@media screen and (max-width: 991px) {
    /* line 61, ../sass/pages/_article.scss */
    .article__header__info {
        padding-left: 4rem;
    }
}
/* line 70, ../sass/pages/_article.scss */
.article__header__info .line-vertical {
    position: absolute;
    bottom: 0;
    height: 11rem;
    left: 25%;
}
/* line 76, ../sass/pages/_article.scss */
.article__header__info .line-vertical:after {
    -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 1s;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}
/* line 80, ../sass/pages/_article.scss */
.article__header__info .line-vertical span {
    background-size: cover;
    -moz-transition: all 0.6s linear 0.4s;
    -o-transition: all 0.6s linear 0.4s;
    -webkit-transition: all 0.6s linear;
    -webkit-transition-delay: 0.4s;
    transition: all 0.6s linear 0.4s;
}
@media screen and (max-width: 991px) {
    /* line 70, ../sass/pages/_article.scss */
    .article__header__info .line-vertical {
        left: 0.5rem;
    }
}
/* line 90, ../sass/pages/_article.scss */
.article__header__info__author {
    color: #5f6368;
    font-family: 'ProductSansBold';
    font-size: 1.6rem;
    line-height: 2rem;
}
/* line 97, ../sass/pages/_article.scss */
.article__header__info__role {
    color: #80868b;
    font-family: 'ProductSans';
    font-size: 1.6rem;
    line-height: 2rem;
}
/* line 104, ../sass/pages/_article.scss */
.article__header__info__date {
    color: #80868b;
    font-family: 'ProductSans';
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-top: 1.5rem;
}

/* line 13, ../sass/pages/_page.scss */
.page .mod-text .title {
    max-width: 100%;
}
/* line 18, ../sass/pages/_page.scss */
.page__header {
    position: relative;
    margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
    /* line 18, ../sass/pages/_page.scss */
    .page__header {
        margin-left: -8vw;
        width: 100vw;
    }
}
/* line 27, ../sass/pages/_page.scss */
.page__header .shapes-container {
    z-index: 1;
}
/* line 31, ../sass/pages/_page.scss */
.page__header .line-vertical {
    height: 5rem;
    position: absolute;
    top: 35rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
/* line 40, ../sass/pages/_page.scss */
.page__header .line-vertical span {
    background-size: cover;
}
@media screen and (max-width: 991px) {
    /* line 31, ../sass/pages/_page.scss */
    .page__header .line-vertical {
        top: 30vh;
    }
}
@media screen and (max-width: 600px) {
    /* line 31, ../sass/pages/_page.scss */
    .page__header .line-vertical {
        top: 40vh;
    }
}

@media screen and (max-width: 991px) {
    /* line 31, ../sass/pages/_page.scss */
    .page__header .line-vertical-asn {
        top: 30vh;
    }
}
@media screen and (max-width: 600px) {
    /* line 31, ../sass/pages/_page.scss */
    .page__header .line-vertical-asn {
        top: 40vh;
    }
}

/* line 53, ../sass/pages/_page.scss */
.page__header__img {
    height: 350px;
}
/* line 56, ../sass/pages/_page.scss */
.page__header__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    font-family: 'object-fit: cover; object-position: bottom;';
}
@media screen and (max-width: 991px) {
    /* line 53, ../sass/pages/_page.scss */
    .page__header__img {
        height: 30vh;
    }
}
@media screen and (max-width: 600px) {
    /* line 53, ../sass/pages/_page.scss */
    .page__header__img {
        height: 40vh;
    }
}

.legal_nav {
    border-top: 1px solid #4285f4;
    margin-top: 300px;
}

.legal_ul {
    display: flex;

    align-items: stretch;

    justify-content: space-between;

    width: 80%;

    margin: 0;

    padding-top: 10px;

    position: relative;

    left: 10%;

}

.legal_ul li {
    display: block;
    flex: 0 1 auto;
    list-style-type: none;

}

video {
    width: 80%    !important;
    height: 100%   !important;
}

@media screen and (max-width: 992px) {
    /* line 96, ../sass/pages/_gateway.scss */
    video {
        width: 100%    !important;
    }
}


/* line 77, ../sass/pages/_gateway.scss */
.gateway__header .videoheader {
    position: relative;
    /*bottom: 25%;*/
    left: 15%;
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    -moz-transform: translate3d(0, 2rem, 0);
    -ms-transform: translate3d(0, 2rem, 0);
    -webkit-transform: translate3d(0, 2rem, 0);
    transform: translate3d(0, 2rem, 0);
}


/* line 86, ../sass/pages/_gateway.scss */
.gateway__header .videoheader a {
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 91, ../sass/pages/_gateway.scss */
.gateway__header .videoheader a:first-child {
    margin-right: 6rem;
}
@media screen and (min-width: 992px) {
    /* line 96, ../sass/pages/_gateway.scss */
    .gateway__header .videoheader a:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 991px) {
    /* line 77, ../sass/pages/_gateway.scss */
    .gateway__header .videoheader {
        /* bottom: 0vh;
    left: 45%;
    justify-content: space-between;
    width: 95%;

    */

        position: absolute;
        /* bottom: calc(20% + 2.5rem);*/
        left: 5%;
        right: 5%;
        opacity: 0;
        z-index: 2;
        visibility: hidden;
        -moz-transform: translate3d(0, 2rem, 0);
        -ms-transform: translate3d(0, 2rem, 0);
        -webkit-transform: translate3d(0, 2rem, 0);
        transform: translate3d(0, 2rem, 0);
    }
    /* line 109, ../sass/pages/_gateway.scss */
    .gateway__header .videoheader a {
        display: block;
    }
    /* line 112, ../sass/pages/_gateway.scss */
    .gateway__header .videoheader a:first-child {
        margin-right: 0;
        width: 60px;
        height: 25px;
    }
    /* line 118, ../sass/pages/_gateway.scss */
    .gateway__header .videoheader a:last-child {
        width: 150px;
        height: 20px;
    }
}

@media screen and (max-width: 1px) {
    /* line 77, ../sass/pages/_gateway.scss */
    .gateway__header .videoheader {
        bottom: 15vh;
        left: 5%;
        display: flex;
        justify-content: space-between;
        width: 95%;
    }
    /* line 109, ../sass/pages/_gateway.scss */
    .gateway__header .videoheader a {
        display: block;
    }
    /* line 112, ../sass/pages/_gateway.scss */
    .gateway__header .videoheader a:first-child {
        margin-right: 0;
        width: 150px;
        height: 25px;
    }
    /* line 118, ../sass/pages/_gateway.scss */
    .gateway__header .videoheader a:last-child {
        width: 60px;
        height: 20px;
    }
}

/* line 287, ../sass/pages/_gateway.scss */
.gateway__header.anim .videoheader, .gateway__header.anim .title, .gateway__header.anim p {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gateway__header.anim .videoheader {
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.8s;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}


/**
 * Box model adjustments
 * `border-box`... ALL THE THINGS - http://cbrac.co/RQrDL5
 */
@import url(https://fonts.googleapis.com/css?family=Google+Sans:400,400i,500,500i,700,700i|Google+Sans+Display:400,400i,500,500i,700,700i&amp;subset=latin,latin-ext,vietnamese,greek,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,700i);
@import url(icone91f.css);


.buttonclose{
    background: #1a73e8!important;
    position: absolute!important;
    top: -14px!important;
    right: -8px!important;
    display: block!important;
    height: 42px!important;
    width: 42px!important;
    text-align: center!important;
    padding: 9px!important;
    border-radius: 100px!important;
    border: none!important;
    outline: 0!important;
    z-index: 1000!important ;
}

/* Page wrapper */
.wrapper {
    width: 90%;
    max-width: 800px;
    margin: 4em auto;
    text-align: center;
}

/* Icons */
.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: currentcolor;
}



/**
 * Modals ($modals)
 */

/* 1. Ensure this sits above everything when visible */
.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display:block!important;

}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 37.5%;
    width: 50%;
    margin-left: -16em;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);

}

.modal-header p {
    box-sizing: border-box;
    color: rgb(60, 64, 67);
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
}

.modal-speaker-image img {
    border-bottom-left-radius: 100000px;
    border-bottom-right-radius: 100000px;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-left-radius: 100000px;
    border-top-right-radius: 100000px;
    border-top-style: none;
    box-sizing: border-box;
    color: rgb(60, 64, 67);
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-width: 100%;
    text-align: left;
    text-transform: none;
    width: 240px;
}

.j-modal-content{
    box-sizing: border-box;
    color: rgb(60, 64, 67);
    cursor: pointer;
    flex-grow: 1;
    font-family: Roboto, sans-serif;

    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    max-height: calc(100vh - 210px);
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    text-align: left;
    text-decoration: none;
    text-decoration-color: rgb(60, 64, 67);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-transform: none;
}

.j-modal-content p{
    font-size: 16px;
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}
.modal-header {
    align-items: end;
    box-sizing: border-box;
    color: rgb(60, 64, 67);
    column-gap: 16px;
    cursor: pointer;
    display: grid;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    grid-template-columns: 240px 256px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 0px;
    text-align: left;
    text-transform: none;
}

.modal-speaker-image {
    box-sizing: border-box;
    color: rgb(60, 64, 67);
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
}

.modal-speaker-details {
    box-sizing: border-box;
    color: rgb(60, 64, 67);
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
}

.modal-close:hover {
    color: #777;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
    margin-top: 0;
}

.modal-content > *:last-child {
    margin-bottom: 0;
}

.mdc-dialog.agenda-dialog .close-it i.close-it-inner,
.mdc-dialog.agenda-table-dialog .close-it i.close-it-inner,
.mdc-dialog.partner-dialog .close-it i.close-it-inner,
.mdc-dialog.speaker-dialog .close-it i.close-it-inner {
    color: #fff!important;
    font-size: 24px!important;
}

.but{
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: default;
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-feature-settings: "liga";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    overflow-wrap: normal;
    text-align: center;
    text-rendering: optimizelegibility;
    text-transform: none;
    white-space: nowrap;
}


/***************************************************/
/* line 77, ../sass/pages/_gateway.scss */
.gateway__header .customer-logo {
    position: absolute;
    bottom: calc(28%);
    left: 39%;
    opacity: 0.5%;
    z-index: 2;
    visibility: hidden;
    -moz-transform: translate3d(0, 2rem, 0);
    -ms-transform: translate3d(0, 2rem, 0);
    -webkit-transform: translate3d(0, 2rem, 0);
    transform: translate3d(0, 2rem, 0);
}
/* line 86, ../sass/pages/_gateway.scss */
.gateway__header .customer-logo a {
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 91, ../sass/pages/_gateway.scss */
.gateway__header .customer-logo a:first-child {
    margin-right: 6rem;
}
@media screen and (min-width: 992px) {
    /* line 96, ../sass/pages/_gateway.scss */
    .gateway__header .customer-logo a:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 991px) {
    /* line 77, ../sass/pages/_gateway.scss */
    .gateway__header .customer-logo {
        bottom: 0vh;
        left: 45%;
        justify-content: space-between;
        width: 95%;
    }
    /* line 109, ../sass/pages/_gateway.scss */
    .gateway__header .customer-logo a {
        display: block;
    }
    /* line 112, ../sass/pages/_gateway.scss */
    .gateway__header .customer-logo a:first-child {
        margin-right: 0;
        width: 60px;
        height: 25px;
    }
    /* line 118, ../sass/pages/_gateway.scss */
    .gateway__header .customer-logo a:last-child {
        width: 150px;
        height: 20px;
    }
}

@media screen and (max-width: 1px) {
    /* line 77, ../sass/pages/_gateway.scss */
    .gateway__header .customer-logo {
        bottom: 15vh;
        left: 5%;
        display: flex;
        justify-content: space-between;
        width: 95%;
    }
    /* line 109, ../sass/pages/_gateway.scss */
    .gateway__header .customer-logo a {
        display: block;
    }
    /* line 112, ../sass/pages/_gateway.scss */
    .gateway__header .customer-logo a:first-child {
        margin-right: 0;
        width: 150px;
        height: 25px;
    }
    /* line 118, ../sass/pages/_gateway.scss */
    .gateway__header .customer-logo a:last-child {
        width: 60px;
        height: 20px;
    }
}


/* line 206, ../sass/pages/_gateway.scss */
.gateway__header .datelocation {
    color: #80868b;
    font-family: 'ProductSansThin';
    font-weight: normal;
    font-size: 1.8rem;
    margin-left: 44vw;
    margin-top: 10vh;
    margin-bottom: 1.5rem;
    width:200px;
    opacity: 0;
    visibility: hidden;
    display: block;
    -moz-transform: translate3d(0, 10rem, 0) skewY(5deg);
    -ms-transform: translate3d(0, 10rem, 0) skewY(5deg);
    -webkit-transform: translate3d(0, 10rem, 0) skewY(5deg);
    transform: translate3d(0, 10rem, 0) skewY(5deg);
}
@media screen and (max-width: 1280px) {
    /* line 206, ../sass/pages/_gateway.scss */
    .gateway__header .datelocation {
        margin-top: 25vh;
    }
}
@media screen and (max-width: 991px) {
    /* line 206, ../sass/pages/_gateway.scss */
    .gateway__header .datelocation {
        margin-top: 20vh;
    }
}
@media screen and (max-width: 375px) {
    /* line 206, ../sass/pages/_gateway.scss */
    .gateway__header .datelocation {
        margin-top: 15vh;
        font-size: 2.8rem;
        line-height: 3rem;
    }
}
@media screen and (max-width: 320px) {
    /* line 206, ../sass/pages/_gateway.scss */
    .gateway__header .datelocation {
        margin-top: 10vh;
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.bumpersub{
    font-size: 2.2rem;
    padding-bottom: 3rem;
}   

.langswitch
{
    cursor: default ;
}

.badge-hub {
    color: #fff;
    background-color: #D0A85F;
}

strong
{
    font-weight: bolder!important;
}

em
{
    font-style: italic;
    color: #5d4037;
}