@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-6.woff") format("woff");
}
@font-face {
  font-family: 'ProductSansThin';
  font-style: normal;
  font-weight: normal;
  src: url("../woff/productsans-thin-6.woff") format("woff");
}
@font-face {
  font-family: 'ProductSansMedium';
  font-style: normal;
  font-weight: normal;
  src: url("../woff/productsans-medium-6.woff") format("woff");
}
@font-face {
  font-family: 'ProductSans';
  font-style: normal;
  font-weight: normal;
  src: url("../woff/productsans-regular-6.woff") format("woff");
}
@font-face {
  font-family: 'ProductSansBold';
  font-style: normal;
  font-weight: normal;
  src: url("../woff/productsans-bold-6.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-size: 1.6rem;
  font-weight: 400;
  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: #4285f4;
  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: #80868b;
  font-family: 'ProductSansThin';
  font-weight: normal;
  font-size: 4.8rem;
  line-height: 5.5rem;
}
@media screen and (max-width: 991px) {
  /* line 79, ../sass/base/_text.scss */
  .title {
    font-size: 4rem;
    line-height: 4.2rem;
  }
}
/* line 91, ../sass/base/_text.scss */
.title-articles {
  margin-top: 16vh;
}
@media screen and (max-width: 991px) {
  /* line 91, ../sass/base/_text.scss */
  .title-articles {
    display: none;
  }
}

/* line 100, ../sass/base/_text.scss */
.subtitle {
  color: #80868b;
  font-family: 'ProductSansMedium';
  font-weight: normal;
  font-size: 1.4rem;
}

/* line 107, ../sass/base/_text.scss */
.f-regular {
  font-family: 'ProductSans';
}

/* line 111, ../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: #4285f4;
  font-size: 2rem;
  font-family: 'ProductSans';
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
}
/* line 126, ../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-6.svg) no-repeat right center;
  background-size: contain;
  z-index: 0;
}
/* line 139, ../sass/base/_text.scss */
.cta:after {
  left: auto;
  right: 0;
  background-image: url(../svg/cta-right-6.svg);
  background-position: left center;
}
/* line 146, ../sass/base/_text.scss */
.cta__text {
  background: url(../svg/cta-center-6.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 155, ../sass/base/_text.scss */
.cta__text:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: #4285f4;
  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 170, ../sass/base/_text.scss */
.cta__bg {
  background-color: #4285f4;
  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.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 190, ../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 194, ../sass/base/_text.scss */
.cta:hover .cta__text:after {
  opacity: 1;
  visibility: visible;
}
/* line 200, ../sass/base/_text.scss */
.cta:hover .cta__bg {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -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 207, ../sass/base/_text.scss */
.cta-more .cta__text {
  position: relative;
  padding-right: 4rem;
}
/* line 211, ../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 232, ../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 242, ../sass/base/_text.scss */
  .cta-chrome {
    font-size: 1.6rem;
  }
}
/* line 247, ../sass/base/_text.scss */
.cta-chrome .cta__bg {
  height: 400px;
  width: 400px;
  margin-top: -200px;
  margin-left: -200px;
}
/* line 254, ../sass/base/_text.scss */
.cta-chrome .cta__text {
  position: relative;
  padding-right: 4rem;
}
/* line 258, ../sass/base/_text.scss */
.cta-chrome .cta__text:before {
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  background: url(../svg/chrome-6.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 276, ../sass/base/_text.scss */
.firefox .cta:before, .firefox .cta:after {
  height: 98%;
  top: 1%;
}

/* line 283, ../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 296, ../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%;
}

.image-80 {
  max-width: 80%;
}


/* 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 */
.locales {
  margin-bottom: -38px;
  top: 25px;
  left: 30px;
  z-index: 1;
  position: relative;
  overflow: auto;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 991px) {
  /* line 64, ../sass/base/_layout.scss */
  .locales {
    position: absolute;
    left: 4vw;
  }
}

/* line 80, ../sass/base/_layout.scss */
.locales a {
  position: relative;
  display: block;
  float: left;
  border-right: 2px solid #4286f43d;
}

/* line 87, ../sass/base/_layout.scss */
.locales a:last-child {
  border: none;
}

/* line 91, ../sass/base/_layout.scss */
.locales a .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 19px;
  margin: -19px;
  border-radius: 100px;
  background-color: #4285f4;
  transform: scale(0.001);
  transition: 0.2s transform;
}

/* line 103, ../sass/base/_layout.scss */
.locales .text {
  font-family: 'ProductSans';
  color: #4285f4;
  font-weight: 600;
  font-size: 13px;
  line-height: 38px;
}

/* line 111, ../sass/base/_layout.scss */
.menu .locales .text {
  color: #fff;
}

/* line 115, ../sass/base/_layout.scss */
.locales a:hover .circle {
  transform: scale(1);
}

/* line 119, ../sass/base/_layout.scss */
.locales a .text {
  display: inline-block;
  position: relative;
  width: 50px;
  text-align: center;
  transition: 0.2s color;
}

/* line 127, ../sass/base/_layout.scss */
.locales a:hover .text {
  color: #fff;
}

/* line 131, ../sass/base/_layout.scss */
.container {
  max-width: 62.5%;
  width: 62.5%;
}

/* line 136, ../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 147, ../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 136, ../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 156, ../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 162, ../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 172, ../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) translateZ(0);
  -ms-transform: translateY(-1px) translateZ(0);
  -webkit-transform: translateY(-1px) translateZ(0);
  transform: translateY(-1px) translateZ(0);
}
/* line 184, ../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-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 195, ../sass/base/_layout.scss */
#toggle-menu span:before {
  top: -0.8rem;
}
/* line 199, ../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 206, ../sass/base/_layout.scss */
#toggle-menu:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #AD30F6;
  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 221, ../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 226, ../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 230, ../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 162, ../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 244, ../sass/base/_layout.scss */
#toggle-menu.close-menu:before {
  background-color: #fff;
}
/* line 248, ../sass/base/_layout.scss */
#toggle-menu.close-menu span {
  background-color: transparent;
}
/* line 251, ../sass/base/_layout.scss */
#toggle-menu.close-menu span:before, #toggle-menu.close-menu span:after {
  background-color: #AD30F6;
  top: auto;
}
/* line 256, ../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 260, ../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 269, ../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 273, ../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 283, ../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 293, ../sass/base/_layout.scss */
  #menu nav {
    padding-left: 8%;
  }
}
/* line 299, ../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 305, ../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 316, ../sass/base/_layout.scss */
#menu .menu__item__link.fade-out {
  opacity: 0.3;
}
@media screen and (max-width: 991px) {
  /* line 305, ../sass/base/_layout.scss */
  #menu .menu__item__link {
    font-family: 'ProductSansLight';
    font-size: 3rem;
  }
}
@media screen and (max-width: 320px) {
  /* line 305, ../sass/base/_layout.scss */
  #menu .menu__item__link {
    font-size: 2.6rem;
  }
}
/* line 329, ../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 343, ../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 351, ../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 355, ../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 367, ../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 372, ../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 378, ../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 378, ../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 378, ../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 378, ../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 378, ../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 378, ../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 378, ../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 378, ../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 378, ../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 388, ../sass/base/_layout.scss */
.ie #menu nav {
  height: 100%;
  display: table;
}
/* line 392, ../sass/base/_layout.scss */
.ie #menu nav ul {
  display: table-cell;
  vertical-align: middle;
}
/* line 397, ../sass/base/_layout.scss */
.ie #menu nav .menu__item__link:before {
  width: 70px;
}
/* line 402, ../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 411, ../sass/base/_layout.scss */
.back-button {
  display: block;
  height: 6.3rem;
  width: 6.3rem;
  position: fixed;
  left: 6.25%;
  z-index: 2;
  top: 2rem;
  /*&:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: $brand;
    border-radius: 50%;
    @include transform(translateZ(0));
    @include transition(all 0.3s $smooth);
  }*/
}
@media screen and (max-width: 991px) {
  /* line 411, ../sass/base/_layout.scss */
  .back-button {
    left: 4%;
    z-index: 2;
    top: 2rem;
  }
}
/* line 440, ../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-accenture.svg) no-repeat center;
  background-size: contain;
  -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 456, ../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 460, ../sass/base/_layout.scss */
.back-button:hover:after {
  -moz-transform: translateZ(0) translateX(-0.5rem);
  -ms-transform: translateZ(0) translateX(-0.5rem);
  -webkit-transform: translateZ(0) translateX(-0.5rem);
  transform: translateZ(0) translateX(-0.5rem);
}

/* line 468, ../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 474, ../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 483, ../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 494, ../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 506, ../sass/base/_layout.scss */
.transition-wrap svg.first {
  z-index: 1;
}
/* line 510, ../sass/base/_layout.scss */
.transition-wrap svg.second {
  z-index: 2;
  opacity: 1;
}
/* line 515, ../sass/base/_layout.scss */
.transition-wrap svg.third {
  z-index: 3;
}
/* line 521, ../sass/base/_layout.scss */
.transition-wrap.active svg {
  height: 1000px;
  width: 1000px;
  transform-origin: center;
  transform: scale(5, 5);
}
/* line 527, ../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 531, ../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 535, ../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 542, ../sass/base/_layout.scss */
.transition-wrap.done svg {
  transform: scale(1, 1) translateX(100vw) translateY(100vh) translateZ(0);
}
/* line 545, ../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 549, ../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 553, ../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-5.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 54, ../sass/base/_shapes.scss */
.line-vertical {
  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-5.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% 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.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: #4285f4;
}
/* line 95, ../sass/base/_shapes.scss */
.line-start-brand:before {
  background-color: #AD30F6;
}
/* line 101, ../sass/base/_shapes.scss */
.line-end-blue:after {
  background-color: #4285f4;
}
/* line 107, ../sass/base/_shapes.scss */
.line-end-brand:after {
  background-color: #AD30F6;
}
/* line 113, ../sass/base/_shapes.scss */
.line-end-yellow:after {
  background-color: #fbbc04;
}
/* line 119, ../sass/base/_shapes.scss */
.line-end-red:after {
  background-color: #ea4335;
}
/* line 125, ../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 140, ../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 147, ../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 162, ../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 169, ../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 185, ../sass/base/_shapes.scss */
.line-end-rhombus.anim:after {
  opacity: 1;
  visibility: visible;
}
/* line 193, ../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 207, ../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 216, ../sass/base/_shapes.scss */
.ie .line-vertical span {
  background: url(../png/line-vertical-6.png) repeat-y center;
  background-size: 2px 130px;
}

/* line 225, ../sass/base/_shapes.scss */
.shapes-container .shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  width: 40px;
}
/* line 235, ../sass/base/_shapes.scss */
.shapes-container .shape.anim {
  opacity: 1;
  visibility: visible;
}
/* line 239, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 245, ../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 256, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 262, ../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 271, ../sass/base/_shapes.scss */
.sprite-container .shapes-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  /* line 278, ../sass/base/_shapes.scss */
  .sprite-container .shapes-container .shape {
    margin-top: 15vh;
    margin-left: 30vw;
  }
}

/* line 287, ../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 291, ../sass/base/_shapes.scss */
.gateway__welcome .shapes-container {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
}
/* line 299, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 305, ../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 315, ../sass/base/_shapes.scss */
.article__header__title .shapes-container {
  position: absolute;
  top: 0;
  left: 24%;
  width: 1rem;
}
@media screen and (max-width: 991px) {
  /* line 315, ../sass/base/_shapes.scss */
  .article__header__title .shapes-container {
    left: 0.5rem;
  }
}

/* line 328, ../sass/base/_shapes.scss */
.mod-quote .shapes-container {
  position: absolute;
  top: 0;
  left: 24%;
  width: 1rem;
}
@media screen and (max-width: 991px) {
  /* line 328, ../sass/base/_shapes.scss */
  .mod-quote .shapes-container {
    left: 0.5rem;
  }
}

/* line 341, ../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 341, ../sass/base/_shapes.scss */
  .page__header .shapes-container {
    top: 30vh;
  }
}
@media screen and (max-width: 600px) {
  /* line 341, ../sass/base/_shapes.scss */
  .page__header .shapes-container {
    top: 40vh;
  }
}

/* line 360, ../sass/base/_shapes.scss */
.mod-feature .shapes-container {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 1rem;
}

/* line 371, ../sass/base/_shapes.scss */
.mod-image .shapes-container {
  position: absolute;
  top: 0;
  left: -6.25vw;
  width: 1rem;
}

/* line 380, ../sass/base/_shapes.scss */
.mod-footer .shapes-container {
  position: absolute;
  top: 24rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 1rem;
}

/* line 390, ../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%);
}
@media screen and (max-width: 991px) {
  /* line 390, ../sass/base/_shapes.scss */
  #shapes-menu {
    display: none;
  }
}

/* line 12, ../sass/components/_mod-text.scss */
.mod-text p {
  margin-bottom: 10rem;
}
/* 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: #AD30F6;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 6vw;
  top: 1.2rem;
}
@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 92, ../sass/components/_mod-text.scss */
  .mod-text h2.title {
    font-size: 4rem;
    line-height: 4.2rem;
  }
}
/* line 99, ../sass/components/_mod-text.scss */
.mod-text h3 {
  color: #80868b;
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  /* line 99, ../sass/components/_mod-text.scss */
  .mod-text h3 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
/* line 110, ../sass/components/_mod-text.scss */
.mod-text h4 {
  color: #80868b;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
/* line 116, ../sass/components/_mod-text.scss */
.mod-text h5 {
  color: #80868b;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
/* line 122, ../sass/components/_mod-text.scss */
.mod-text h6 {
  font-family: 'ProductSans';
  color: #80868b;
  font-size: 2rem;
  margin-bottom: 2rem;
}
/* line 130, ../sass/components/_mod-text.scss */
.mod-text--center p, .mod-text--center .subtitle {
  text-align: center;
}
/* line 137, ../sass/components/_mod-text.scss */
.mod-text .title {
  max-width: 80%;
  margin: 0 auto 2rem auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  /* line 137, ../sass/components/_mod-text.scss */
  .mod-text .title {
    font-family: 'ProductSansThin';
    max-width: 100%;
    margin-bottom: 4rem;
  }
}
/* line 150, ../sass/components/_mod-text.scss */
.mod-text.mod-footer {
  padding-top: 30rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  /* line 150, ../sass/components/_mod-text.scss */
  .mod-text.mod-footer {
    padding-top: 25rem;
  }
}
/* line 158, ../sass/components/_mod-text.scss */
.mod-text.mod-footer > .line-vertical {
  height: 24rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 991px) {
  /* line 158, ../sass/components/_mod-text.scss */
  .mod-text.mod-footer > .line-vertical {
    height: 15rem;
    top: 4rem;
  }
}
/* line 172, ../sass/components/_mod-text.scss */
.mod-text.mod-footer .title {
  margin: 2rem 0;
  max-width: 100%;
}
/* line 177, ../sass/components/_mod-text.scss */
.mod-text.mod-footer .info {
  text-align: left;
  width: 33rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 183, ../sass/components/_mod-text.scss */
.mod-text.mod-footer .info img {
  margin-right: 0.6rem;
}
@media screen and (max-width: 374px) {
  /* line 177, ../sass/components/_mod-text.scss */
  .mod-text.mod-footer .info {
    font-size: 1.6rem;
    width: auto;
  }
}
/* line 193, ../sass/components/_mod-text.scss */
.mod-text.mod-footer h3.subtitle {
  color: #80868b;
  font-family: 'ProductSansLight';
  font-weight: normal;
  font-size: 1.6rem;
}
/* line 200, ../sass/components/_mod-text.scss */
.mod-text.mod-footer .cta-container {
  margin-top: 10rem;
  position: relative;
}
/* line 204, ../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 212, ../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 220, ../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: 18vh;
  position: relative;
}
@media screen and (max-width: 991px) {
  /* line 10, ../sass/components/_mod-slider.scss */
  .mod-slider {
    padding-top: 5rem;
    overflow: hidden;
    padding-bottom: 35rem;
  }
  /* line 20, ../sass/components/_mod-slider.scss */
  .mod-slider .shapes-container {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/* line 29, ../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 29, ../sass/components/_mod-slider.scss */
  .mod-slider .line-vertical {
    top: 1.5rem;
    height: 12rem;
  }
  /* line 41, ../sass/components/_mod-slider.scss */
  .mod-slider .line-vertical:after {
    display: none;
  }
}
/* line 47, ../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 56, ../sass/components/_mod-slider.scss */
.mod-slider .line-mobile-1 span {
  background: #AD30F6;
}
/* line 60, ../sass/components/_mod-slider.scss */
.mod-slider .line-mobile-1:after {
  background-color: #AD30F6;
  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) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  transform-origin: center;
}
/* line 75, ../sass/components/_mod-slider.scss */
.mod-slider .line-mobile-1.anim:after {
  -moz-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
/* line 81, ../sass/components/_mod-slider.scss */
.mod-slider .cta-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 25vh;
  z-index: 1;
}
/* line 89, ../sass/components/_mod-slider.scss */
.mod-slider .cta-container .cta {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  /* line 81, ../sass/components/_mod-slider.scss */
  .mod-slider .cta-container {
    bottom: 25rem;
  }
}
/* line 98, ../sass/components/_mod-slider.scss */
.mod-slider__dots {
  position: absolute;
  bottom: 32rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
/* line 106, ../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;
}
@media screen and (max-width: 991px) {
  /* line 106, ../sass/components/_mod-slider.scss */
  .mod-slider__dots .dot {
    margin: 0 0.5rem;
  }
}
/* line 119, ../sass/components/_mod-slider.scss */
.mod-slider__dots .dot.active {
  background-color: #bdc1c6;
}
@media screen and (max-width: 991px) {
  /* line 119, ../sass/components/_mod-slider.scss */
  .mod-slider__dots .dot.active {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/* line 129, ../sass/components/_mod-slider.scss */
.mod-slider__text {
  position: relative;
}
/* line 132, ../sass/components/_mod-slider.scss */
.mod-slider__text__item {
  position: absolute;
  bottom: 10rem;
  text-align: center;
  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 141, ../sass/components/_mod-slider.scss */
.mod-slider__text__item .category {
  color: #80868b;
  font-family: 'ProductSans';
  font-size: 2rem;
}
/* line 147, ../sass/components/_mod-slider.scss */
.mod-slider__text__item .title {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  /* line 147, ../sass/components/_mod-slider.scss */
  .mod-slider__text__item .title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 320px) {
  /* line 147, ../sass/components/_mod-slider.scss */
  .mod-slider__text__item .title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
/* line 160, ../sass/components/_mod-slider.scss */
.mod-slider__text__item .title .link {
  color: #AD30F6;
}
/* line 163, ../sass/components/_mod-slider.scss */
.mod-slider__text__item .title .link:after {
  background-color: #AD30F6;
}
/* line 169, ../sass/components/_mod-slider.scss */
.mod-slider__text__item p {
  font-family: 'ProductSans';
  color: #80868B;
}
@media screen and (max-width: 991px) {
  /* line 169, ../sass/components/_mod-slider.scss */
  .mod-slider__text__item p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 320px) {
  /* line 169, ../sass/components/_mod-slider.scss */
  .mod-slider__text__item p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
/* line 184, ../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 190, ../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 132, ../sass/components/_mod-slider.scss */
  .mod-slider__text__item {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    bottom: auto;
    top: 1rem;
  }
}
@media screen and (max-width: 320px) {
  /* line 132, ../sass/components/_mod-slider.scss */
  .mod-slider__text__item {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  /* line 129, ../sass/components/_mod-slider.scss */
  .mod-slider__text {
    height: 28rem;
    order: 1;
  }
}
/* line 218, ../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 218, ../sass/components/_mod-slider.scss */
  .mod-slider__nav {
    display: none;
    bottom: auto;
    top: 40rem;
    z-index: 1;
    pointer-events: none;
  }
  /* line 233, ../sass/components/_mod-slider.scss */
  .mod-slider__nav__link {
    pointer-events: initial;
  }
}
/* line 238, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link {
  display: inline-block;
  height: 5rem;
  width: 5rem;
  background-color: #AD30F6;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 991px) {
  /* line 238, ../sass/components/_mod-slider.scss */
  .mod-slider__nav__link {
    float: right;
  }
}
/* line 251, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link.disabled {
  background-color: #E8EAED;
  pointer-events: none;
}
/* line 255, ../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 260, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link.disabled svg path {
  fill: #fff;
}
/* line 266, ../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 272, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link svg path {
  fill: #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 279, ../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 278, ../sass/components/_mod-slider.scss */
  .mod-slider__nav__link.prev {
    float: left;
  }
}
/* line 288, ../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 303, ../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 308, ../sass/components/_mod-slider.scss */
.mod-slider__nav__link:hover svg path {
  fill: #fff;
}
/* line 315, ../sass/components/_mod-slider.scss */
.mod-slider__nav__text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3.5rem;
  color: #80868B;
  font-family: 'ProductSansLight';
}
/* line 324, ../sass/components/_mod-slider.scss */
.mod-slider__img {
  height: 50rem;
  position: relative;
}
/* line 328, ../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 340, ../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);
}
@media screen and (min-width: 992px) {
  /* line 344, ../sass/components/_mod-slider.scss */
  .mod-slider__img__item a:hover {
    opacity: 0.8;
  }
}
/* line 350, ../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 356, ../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 364, ../sass/components/_mod-slider.scss */
.mod-slider__img__item img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  font-family: 'object-fit: cover; object-position: center;';
  width: 100%;
}
@media screen and (max-width: 991px) {
  /* line 324, ../sass/components/_mod-slider.scss */
  .mod-slider__img {
    height: 20rem;
    order: 0;
  }
}

/* line 383, ../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 388, ../sass/components/_mod-slider.scss */
.ie .mod-slider .mod-slider__img .mod-slider__img__item.active {
  opacity: 1;
  visibility: visible;
}
/* line 393, ../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 22, ../sass/components/_mod-feature.scss */
.mod-feature .cards-container {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
}
@media screen and (max-width: 1024px) {
  /* 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: 5px;
  border: 1px solid #bdc1c6;
  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 {
  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.8s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -o-transition: all 0.8s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-transition: all 0.8s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.8s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (max-width: 991px) {
  /* line 70, ../sass/components/_mod-feature.scss */
  .mod-feature .card-img {
    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);
  }
}

/* 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%;
}
/* line 40, ../sass/components/_mod-video.scss */
.mod-video__media:after {
  content: '';
  display: block;
  pointer-events: none;
  background-color: #AD30F6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  mix-blend-mode: overlay;
}
@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 60, ../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 75, ../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 79, ../sass/components/_mod-video.scss */
.mod-video__media:hover .mod-video__play {
  opacity: 1;
}
/* line 85, ../sass/components/_mod-video.scss */
.mod-video__media.playing .mod-video__video {
  opacity: 1;
  visibility: visible;
}
/* line 92, ../sass/components/_mod-video.scss */
.mod-video__play {
  display: block;
  height: 5.6rem;
  pointer-events: none;
  width: 5.6rem;
  background: url(../svg/video-play-6.svg) no-repeat center;
  background-size: contain;
  opacity: 0.6;
  z-index: 1;
  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 108, ../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 120, ../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 133, ../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 139, ../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 154, ../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 158, ../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 163, ../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 167, ../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 171, ../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: 14rem;
}
@media screen and (max-width: 991px) {
  /* line 18, ../sass/components/_mod-attendees.scss */
  .mod-attendees .title {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 17, ../sass/components/_mod-attendees.scss */
  .mod-attendees {
    width: 100vw;
    overflow: hidden;
  }
  /* line 30, ../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;
    padding-bottom: 5rem;
  }
}
/* line 40, ../sass/components/_mod-attendees.scss */
.mod-attendees .slider-container {
  position: relative;
}
/* line 44, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-dots {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
/* line 52, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-dots .owl-dot {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #e8eaed;
  height: 10px;
  width: 10px;
  margin: 0 1rem;
  border: none;
  outline: none;
  padding: 0;
}
@media screen and (max-width: 991px) {
  /* line 52, ../sass/components/_mod-attendees.scss */
  .mod-attendees .owl-dots .owl-dot {
    margin: 0 0.5rem;
  }
}
/* line 69, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-dots .owl-dot.active {
  background-color: #bdc1c6;
}
@media screen and (max-width: 991px) {
  /* line 69, ../sass/components/_mod-attendees.scss */
  .mod-attendees .owl-dots .owl-dot.active {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/* line 79, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-prev,
.mod-attendees .owl-next {
  cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: #4285f4;
  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);
  -moz-transition: background-color 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -o-transition: background-color 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-transition: background-color 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: background-color 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
/* line 96, ../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%) translateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
}
/* line 102, ../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 79, ../sass/components/_mod-attendees.scss */
  .mod-attendees .owl-prev,
  .mod-attendees .owl-next {
    height: 5rem;
    width: 5rem;
    display: none;
  }
}
/* line 113, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-prev:hover,
.mod-attendees .owl-next:hover {
  background-color: #34a853;
}
/* line 118, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-prev {
  left: calc(50% - (800px / 2) - 22.5px);
}
@media screen and (max-width: 991px) {
  /* line 118, ../sass/components/_mod-attendees.scss */
  .mod-attendees .owl-prev {
    left: 6vw;
  }
}
@media screen and (max-width: 767px) {
  /* line 118, ../sass/components/_mod-attendees.scss */
  .mod-attendees .owl-prev {
    left: 4vw;
  }
}
/* line 129, ../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 134, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-next {
  left: calc(50% + (800px / 2) - 22.5px);
}
@media screen and (max-width: 991px) {
  /* line 134, ../sass/components/_mod-attendees.scss */
  .mod-attendees .owl-next {
    left: auto;
    right: 6vw;
  }
}
@media screen and (max-width: 767px) {
  /* line 134, ../sass/components/_mod-attendees.scss */
  .mod-attendees .owl-next {
    right: 4vw;
  }
}
/* line 147, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-item {
  opacity: 0.45;
}
/* line 150, ../sass/components/_mod-attendees.scss */
.mod-attendees .owl-item.center {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  /* line 154, ../sass/components/_mod-attendees.scss */
  .mod-attendees .owl-item.center .attendee {
    padding: 4rem 3rem;
    margin-top: -1rem;
  }
}

/* line 164, ../sass/components/_mod-attendees.scss */
.attendee {
  width: 800px;
  padding: 4rem 6rem;
  position: relative;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 170, ../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 176, ../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 182, ../sass/components/_mod-attendees.scss */
.attendee .line-02 {
  position: absolute;
  top: calc(4rem + (13.5rem / 2));
  width: 12rem;
  left: 4rem;
}
/* line 188, ../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 194, ../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 200, ../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 205, ../sass/components/_mod-attendees.scss */
.attendee .shapes-container {
  position: absolute;
  top: 6rem;
  left: 6rem;
}
@media screen and (max-width: 767px) {
  /* line 205, ../sass/components/_mod-attendees.scss */
  .attendee .shapes-container {
    top: 4rem;
    left: 4rem;
  }
}
@media screen and (max-width: 991px) {
  /* line 164, ../sass/components/_mod-attendees.scss */
  .attendee {
    width: 100vw;
    padding: 3rem;
  }
}
/* line 221, ../sass/components/_mod-attendees.scss */
.attendee__logo {
  height: 13.5rem;
  margin-bottom: 5rem;
  max-width: 10rem;
  display: flex;
  align-items: center;
}
/* line 229, ../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 237, ../sass/components/_mod-attendees.scss */
.attendee__linkedin svg {
  fill: #5f6368;
}
/* line 241, ../sass/components/_mod-attendees.scss */
.attendee__linkedin:hover {
  opacity: 1;
}
/* line 244, ../sass/components/_mod-attendees.scss */
.attendee__linkedin:hover svg {
  fill: #4285f4;
}
@media screen and (max-width: 767px) {
  /* line 229, ../sass/components/_mod-attendees.scss */
  .attendee__linkedin {
    bottom: 1rem;
    right: 1rem;
  }
  /* line 253, ../sass/components/_mod-attendees.scss */
  .attendee__linkedin svg {
    height: 2.5rem;
    width: 2.5rem;
  }
}
/* line 260, ../sass/components/_mod-attendees.scss */
.attendee__img {
  overflow: hidden;
  height: 13.5rem;
  width: 13.5rem;
  border-radius: 50%;
  position: relative;
  margin-bottom: 5rem;
}
/* line 268, ../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 260, ../sass/components/_mod-attendees.scss */
  .attendee__img {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
    -moz-transform: translateY(-4rem);
    -ms-transform: translateY(-4rem);
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem);
  }
}
/* line 284, ../sass/components/_mod-attendees.scss */
.attendee__name {
  font-family: 'ProductSansLight';
  font-size: 2.4rem;
  color: #4285f4;
  line-height: 32px;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  /* line 284, ../sass/components/_mod-attendees.scss */
  .attendee__name {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}
/* line 297, ../sass/components/_mod-attendees.scss */
.attendee__details {
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 297, ../sass/components/_mod-attendees.scss */
  .attendee__details {
    text-align: left;
    padding-left: 0;
    width: 50vw;
    position: absolute;
    z-index: 1;
    bottom: auto;
    left: 40vw;
    top: 15rem;
  }
}
/* line 311, ../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 311, ../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 323, ../sass/components/_mod-attendees.scss */
.attendee__details p {
  font-family: 'ProductSansLight';
  font-size: 1.6rem;
  color: #80868B;
  line-height: 2.7rem;
}
@media screen and (max-width: 767px) {
  /* line 323, ../sass/components/_mod-attendees.scss */
  .attendee__details p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
/* line 336, ../sass/components/_mod-attendees.scss */
.attendee__info {
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 336, ../sass/components/_mod-attendees.scss */
  .attendee__info {
    display: block;
  }
}
/* line 344, ../sass/components/_mod-attendees.scss */
.attendee__bio {
  padding: 0;
  position: relative;
}
/* line 348, ../sass/components/_mod-attendees.scss */
.attendee__bio:before {
  content: '';
  display: block;
  height: 10rem;
  width: 10rem;
  position: absolute;
  background-color: #F8F8F8;
  top: -12rem;
  left: 15%;
}
@media screen and (max-width: 320px) {
  /* line 348, ../sass/components/_mod-attendees.scss */
  .attendee__bio:before {
    left: 5%;
  }
}
/* line 363, ../sass/components/_mod-attendees.scss */
.attendee__bio:after {
  content: '';
  display: block;
  height: 20rem;
  width: 20rem;
  position: absolute;
  background-color: #F8F8F8;
  top: -2rem;
  left: calc(15% + 10rem);
}
@media screen and (max-width: 991px) {
  /* line 363, ../sass/components/_mod-attendees.scss */
  .attendee__bio:after {
    height: 16rem;
    width: 16rem;
  }
}
@media screen and (max-width: 320px) {
  /* line 363, ../sass/components/_mod-attendees.scss */
  .attendee__bio:after {
    left: calc(5% + 10rem);
  }
}
/* line 383, ../sass/components/_mod-attendees.scss */
.attendee__bio p {
  font-size: 2rem;
  color: #80868B;
  font-family: 'ProductSansLight';
  line-height: 3.2rem;
}
@media screen and (max-width: 767px) {
  /* line 383, ../sass/components/_mod-attendees.scss */
  .attendee__bio p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

/* line 10, ../sass/components/_mod-grid.scss */
.mod-grid {
  padding-top: 20vh;
  padding-bottom: 30vh;
  position: relative;
}
@media screen and (max-width: 991px) {
  /* line 10, ../sass/components/_mod-grid.scss */
  .mod-grid {
    padding-top: 0;
  }
}
/* line 19, ../sass/components/_mod-grid.scss */
.mod-grid .shapes-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  /* line 19, ../sass/components/_mod-grid.scss */
  .mod-grid .shapes-container {
    display: none;
  }
}
/* line 30, ../sass/components/_mod-grid.scss */
.mod-grid .line-vertical {
  pointer-events: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 41, ../sass/components/_mod-grid.scss */
.mod-grid .line-vertical span {
  background: #AD30F6;
}
/* line 44, ../sass/components/_mod-grid.scss */
.mod-grid .line-vertical span.anim {
  -moz-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
}
@media screen and (max-width: 991px) {
  /* line 30, ../sass/components/_mod-grid.scss */
  .mod-grid .line-vertical {
    height: 20vh;
    bottom: 0;
    top: auto;
  }
  /* line 54, ../sass/components/_mod-grid.scss */
  .mod-grid .line-vertical:after {
    display: none;
  }
}
/* line 60, ../sass/components/_mod-grid.scss */
.mod-grid__wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  /* line 60, ../sass/components/_mod-grid.scss */
  .mod-grid__wrap {
    width: 100vw;
    margin-left: -8vw;
  }
}
/* line 71, ../sass/components/_mod-grid.scss */
.mod-grid__square {
  background-color: #F8F8F8;
  padding-bottom: 12.5%;
  position: relative;
}
@media screen and (max-width: 991px) {
  /* line 71, ../sass/components/_mod-grid.scss */
  .mod-grid__square {
    padding-bottom: 25%;
  }
}
@media screen and (max-width: 991px) {
  /* line 80, ../sass/components/_mod-grid.scss */
  .mod-grid__square:first-child {
    margin-right: 50%;
  }
}
/* line 85, ../sass/components/_mod-grid.scss */
.mod-grid__square:first-child .mod-grid__square__details {
  padding-left: 1rem;
}
@media screen and (max-width: 991px) {
  /* line 85, ../sass/components/_mod-grid.scss */
  .mod-grid__square:first-child .mod-grid__square__details {
    padding-left: 0;
  }
}
/* line 94, ../sass/components/_mod-grid.scss */
.mod-grid__square .mod-grid__img__cta {
  width: 100%;
  right: 0;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 101, ../sass/components/_mod-grid.scss */
.mod-grid__square:hover .mod-grid__square__image-hover {
  opacity: 1;
  visibility: visible;
}
/* line 107, ../sass/components/_mod-grid.scss */
.mod-grid__square__details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 1rem;
  color: #80868B;
  font-family: 'ProductSans';
  font-size: 2rem;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media screen and (max-width: 991px) {
  /* line 107, ../sass/components/_mod-grid.scss */
  .mod-grid__square__details {
    color: #fff;
    padding-top: 0;
    width: 100%;
    top: 50%;
    text-align: center;
    line-height: 1.2;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 320px) {
  /* line 107, ../sass/components/_mod-grid.scss */
  .mod-grid__square__details {
    font-size: 1.6rem;
  }
}
/* line 133, ../sass/components/_mod-grid.scss */
.mod-grid__square__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1);
}
/* line 144, ../sass/components/_mod-grid.scss */
.mod-grid__square__image-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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);
}
@media screen and (max-width: 991px) {
  /* line 158, ../sass/components/_mod-grid.scss */
  .mod-grid__square__image-hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  /* line 173, ../sass/components/_mod-grid.scss */
  .mod-grid__square__image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
  }
}
/* line 187, ../sass/components/_mod-grid.scss */
.mod-grid__square__link {
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  height: 120%;
  width: 100%;
  z-index: 2;
}
/* line 198, ../sass/components/_mod-grid.scss */
.mod-grid__img {
  background-color: #F8F8F8;
  padding-bottom: 30%;
  position: relative;
}
@media screen and (max-width: 991px) {
  /* line 198, ../sass/components/_mod-grid.scss */
  .mod-grid__img {
    padding-bottom: 60%;
  }
}
/* line 207, ../sass/components/_mod-grid.scss */
.mod-grid__img__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1);
}
/* line 218, ../sass/components/_mod-grid.scss */
.mod-grid__img__image-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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);
}
@media screen and (max-width: 991px) {
  /* line 232, ../sass/components/_mod-grid.scss */
  .mod-grid__img__image-hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  /* line 247, ../sass/components/_mod-grid.scss */
  .mod-grid__img__image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
  }
}
/* line 263, ../sass/components/_mod-grid.scss */
.mod-grid__img__link {
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
/* line 273, ../sass/components/_mod-grid.scss */
.mod-grid__img__cta {
  position: absolute;
  -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);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding-bottom: 12.5vw;
  width: 50%;
}
@media screen and (max-width: 991px) {
  /* line 273, ../sass/components/_mod-grid.scss */
  .mod-grid__img__cta {
    padding-bottom: 25vw;
  }
}
/* line 284, ../sass/components/_mod-grid.scss */
.mod-grid__img__cta .wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
/* line 293, ../sass/components/_mod-grid.scss */
.mod-grid__img__cta .wrap > div {
  width: 100%;
}
@media screen and (max-width: 991px) {
  /* line 293, ../sass/components/_mod-grid.scss */
  .mod-grid__img__cta .wrap > div {
    padding: 0 1rem;
  }
}
/* line 302, ../sass/components/_mod-grid.scss */
.mod-grid__img__cta .txt {
  color: #fff;
  font-family: 'ProductSans';
  font-size: 2rem;
  text-align: center;
  display: table;
  margin: 0 auto;
  opacity: 0;
  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);
  -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);
  position: relative;
}
@media screen and (max-width: 991px) {
  /* line 302, ../sass/components/_mod-grid.scss */
  .mod-grid__img__cta .txt {
    font-family: 'ProductSansLight';
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
/* line 321, ../sass/components/_mod-grid.scss */
.mod-grid__img__cta .txt:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  -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 336, ../sass/components/_mod-grid.scss */
.mod-grid__img__cta .icon {
  display: block;
  height: 2rem;
  width: 2rem;
  margin: 2rem auto 0 auto;
  background: url(../svg/arrow-white-5.svg) no-repeat center;
  background-size: contain;
  opacity: 0;
  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);
  -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);
}
@media screen and (max-width: 991px) {
  /* line 336, ../sass/components/_mod-grid.scss */
  .mod-grid__img__cta .icon {
    margin-top: 1rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
/* line 356, ../sass/components/_mod-grid.scss */
.mod-grid__img__details {
  position: absolute;
  bottom: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding-top: 3rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  /* line 356, ../sass/components/_mod-grid.scss */
  .mod-grid__img__details {
    display: none;
  }
}
/* line 367, ../sass/components/_mod-grid.scss */
.mod-grid__img__details .cat {
  color: #AD30F6;
  font-family: 'ProductSans';
  font-size: 2rem;
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1;
}
/* line 376, ../sass/components/_mod-grid.scss */
.mod-grid__img__details .cat:before {
  content: '';
  display: block;
  height: 9px;
  width: 9px;
  background-color: #AD30F6;
  position: absolute;
  left: -2rem;
  top: 50%;
  margin-top: -0.4rem;
}
/* line 389, ../sass/components/_mod-grid.scss */
.mod-grid__img__details p {
  font-family: 'ProductSans';
  font-size: 2rem;
  color: #80868B;
  max-width: 95%;
}
@media screen and (max-width: 320px) {
  /* line 389, ../sass/components/_mod-grid.scss */
  .mod-grid__img__details p {
    font-size: 1.6rem;
  }
}
/* line 402, ../sass/components/_mod-grid.scss */
.mod-grid__img:hover .mod-grid__img__image-hover, .mod-grid__img.active .mod-grid__img__image-hover, mod-grid__square .mod-grid__img__image-hover {
  opacity: 1;
  visibility: visible;
}


/* line 407, ../sass/components/_mod-grid.scss */
.mod-grid__img:hover .mod-grid__img__cta, .mod-grid__img.active .mod-grid__img__cta {
  background-color: #AD30F6;
  -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 411, ../sass/components/_mod-grid.scss */
.mod-grid__img:hover .mod-grid__img__cta .txt, .mod-grid__img:hover .mod-grid__img__cta .icon, .mod-grid__img.active .mod-grid__img__cta .txt, .mod-grid__img.active .mod-grid__img__cta .icon {
  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);
  -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-transition-delay: 0.2s;
  transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
}
/* line 418, ../sass/components/_mod-grid.scss */
.mod-grid__img:hover .mod-grid__img__cta .icon, .mod-grid__img.active .mod-grid__img__cta .icon {
  -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.3s;
  -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.3s;
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-transition-delay: 0.3s;
  transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.3s;
}
/* line 426, ../sass/components/_mod-grid.scss */
.mod-grid__img.active:hover .mod-grid__img__cta .txt:after {
  transform-origin: left center;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 434, ../sass/components/_mod-grid.scss */
.mod-grid .article-3 {
  margin-top: -14.8vw;
}
/* line 437, ../sass/components/_mod-grid.scss */
.mod-grid .article-3 .mod-grid__img__cta {
  bottom: 8%;
  left: 0;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 443, ../sass/components/_mod-grid.scss */
.mod-grid .article-3 .mod-grid__img__link {
  height: 120%;
  left: -12.5vw;
  width: calc(100% + 12.5vw);
}
@media screen and (max-width: 991px) {
  /* line 434, ../sass/components/_mod-grid.scss */
  .mod-grid .article-3 {
    margin-top: 25vw;
  }
  /* line 452, ../sass/components/_mod-grid.scss */
  .mod-grid .article-3 .mod-grid__img__details {
    color: #fff;
    display: block;
    position: absolute;
    padding-top: 0;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 463, ../sass/components/_mod-grid.scss */
  .mod-grid .article-3 .mod-grid__img__details .cat {
    display: none;
  }
  /* line 467, ../sass/components/_mod-grid.scss */
  .mod-grid .article-3 .mod-grid__img__details p {
    color: #fff;
    margin: auto;
    max-width: 85%;
  }
}
@media screen and (max-width: 991px) {
  /* line 476, ../sass/components/_mod-grid.scss */
  .mod-grid #square1 {
    margin-top: 35vw;
  }
}
/* line 483, ../sass/components/_mod-grid.scss */
.mod-grid .article-2 .mod-grid__img__cta {
  bottom: 8%;
  left: 0;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (max-width: 991px) {
  /* line 483, ../sass/components/_mod-grid.scss */
  .mod-grid .article-2 .mod-grid__img__cta {
    bottom: 0;
    left: 50%;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* line 495, ../sass/components/_mod-grid.scss */
.mod-grid .article-2 .mod-grid__img__link {
  height: 120%;
  left: -12.5vw;
  width: calc(100% + 12.5vw);
}
@media screen and (max-width: 991px) {
  /* line 502, ../sass/components/_mod-grid.scss */
  .mod-grid .article-2 .mod-grid__img__image-hover:after, .mod-grid .article-2 .mod-grid__img__image:after {
    display: none;
  }
}
/* line 509, ../sass/components/_mod-grid.scss */
.mod-grid .article-4 .mod-grid__square__link {
  width: 200%;
}
/* line 514, ../sass/components/_mod-grid.scss */
.mod-grid .article-4:hover .mod-grid__img__cta {
  background-color: #AD30F6;
  -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 518, ../sass/components/_mod-grid.scss */
.mod-grid .article-4:hover .mod-grid__img__cta .txt, .mod-grid .article-4:hover .mod-grid__img__cta .icon  {
  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);
  -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-transition-delay: 0.2s;
  transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.2s;
}
/* line 525, ../sass/components/_mod-grid.scss */
.mod-grid .article-4:hover .mod-grid__img__cta .icon {
  -moz-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.3s;
  -o-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.3s;
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-transition-delay: 0.3s;
  transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.3s;
}
@media screen and (max-width: 991px) {
  /* line 508, ../sass/components/_mod-grid.scss */
  .mod-grid .article-4 {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 534, ../sass/components/_mod-grid.scss */
  .mod-grid .article-4 .mod-grid__img__cta {
    -moz-transform: translateX(-100%) translateY(50%);
    -ms-transform: translateX(-100%) translateY(50%);
    -webkit-transform: translateX(-100%) translateY(50%);
    transform: translateX(-100%) translateY(50%);
  }
}
/* line 540, ../sass/components/_mod-grid.scss */
.mod-grid .article-5 {
  padding-bottom: 25%;
}
/* line 543, ../sass/components/_mod-grid.scss */
.mod-grid .article-5 .mod-grid__img__link {
  height: 140%;
  left: -12.5vw;
  width: calc(100% + 12.5vw);
}
/* line 549, ../sass/components/_mod-grid.scss */
.mod-grid .article-5 .mod-grid__img__cta {
  bottom: 0;
  left: 0;
  -moz-transform: translateX(-100%) translateY(75%);
  -ms-transform: translateX(-100%) translateY(75%);
  -webkit-transform: translateX(-100%) translateY(75%);
  transform: translateX(-100%) translateY(75%);
}
/* line 555, ../sass/components/_mod-grid.scss */
.mod-grid .article-5 .mod-grid__img__details {
  padding-top: 1rem;
}
@media screen and (max-width: 991px) {
  /* line 540, ../sass/components/_mod-grid.scss */
  .mod-grid .article-5 {
    padding-bottom: 50%;
  }
  /* line 562, ../sass/components/_mod-grid.scss */
  .mod-grid .article-5 .mod-grid__img__cta {
    -moz-transform: translateX(-200%) translateY(50%);
    -ms-transform: translateX(-200%) translateY(50%);
    -webkit-transform: translateX(-200%) translateY(50%);
    transform: translateX(-200%) translateY(50%);
  }
  /* line 566, ../sass/components/_mod-grid.scss */
  .mod-grid .article-5 .mod-grid__img__details {
    color: #fff;
    display: block;
    position: absolute;
    padding-top: 0;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 577, ../sass/components/_mod-grid.scss */
  .mod-grid .article-5 .mod-grid__img__details p {
    color: #fff;
    margin: auto;
    max-width: 85%;
  }
}

/* line 588, ../sass/components/_mod-grid.scss */
.eventgrid {
  padding-top: 0;
  margin-bottom: 10vh;
  padding-bottom: 50vh;
}
@media screen and (max-width: 991px) {
  /* line 594, ../sass/components/_mod-grid.scss */
  .eventgrid .mod-grid__square:first-child {
    margin-right: 0;
  }
}
/* line 603, ../sass/components/_mod-grid.scss */
.eventgrid .mod-grid__square:hover .stat__wrap h2 {
  background-size: 100% 1px;
}
/* line 609, ../sass/components/_mod-grid.scss */
.eventgrid .line-vertical {
  height: 40vh;
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 991px) {
  /* line 615, ../sass/components/_mod-grid.scss */
  .eventgrid .line-vertical:after {
    display: block !important;
  }
}
/* line 620, ../sass/components/_mod-grid.scss */
.eventgrid .line-vertical span {
  background: url(../svg/line-vertical-5.svg) repeat-y;
}
@media screen and (max-width: 991px) {
  /* line 625, ../sass/components/_mod-grid.scss */
  .eventgrid .shapes-container {
    display: block;
  }
}
/* line 632, ../sass/components/_mod-grid.scss */
.eventgrid .bigger .stat {
  height: 200%;
}
@media screen and (max-width: 991px) {
  /* line 631, ../sass/components/_mod-grid.scss */
  .eventgrid .bigger {
    padding-bottom: 50vw;
  }
  /* line 639, ../sass/components/_mod-grid.scss */
  .eventgrid .bigger .stat {
    height: 100%;
  }
  /* line 643, ../sass/components/_mod-grid.scss */
  .eventgrid .bigger#loft {
    padding-bottom: 75vw;
  }
}
/* line 649, ../sass/components/_mod-grid.scss */
.eventgrid .mr {
  margin-right: 20vw;
}
/* line 653, ../sass/components/_mod-grid.scss */
.eventgrid .stat {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2B2B2B;
  display: flex;
  align-items: center;
}
/* line 664, ../sass/components/_mod-grid.scss */
.eventgrid .stat__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1);
}
/* line 676, ../sass/components/_mod-grid.scss */
.eventgrid .stat__img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
}
/* line 689, ../sass/components/_mod-grid.scss */
.eventgrid .stat__wrap {
  width: 100%;
  text-align: center;
  z-index: 1;
  position: relative;
}

/* line 695, ../sass/components/_mod-grid.scss */
.eventgrid .stat__wrap .material-icons {
  font-size: 48px;
}

/* line 695, ../sass/components/_mod-grid.scss */
.eventgrid .stat__wrap h2 {
  color: #fff;
  font-family: 'ProductSansThin';
  font-size: 4.8rem;
  line-height: 1;
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -moz-transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 991px) {
  /* line 695, ../sass/components/_mod-grid.scss */
  .eventgrid .stat__wrap h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 320px) {
  /* line 695, ../sass/components/_mod-grid.scss */
  .eventgrid .stat__wrap h2 {
    font-size: 2.8rem;
  }
}
/* line 717, ../sass/components/_mod-grid.scss */
.eventgrid .stat__wrap p {
  color: #AD30F6;
  font-family: 'ProductSans';
  font-size: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  /* line 717, ../sass/components/_mod-grid.scss */
  .eventgrid .stat__wrap p {
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }
}
/* line 731, ../sass/components/_mod-grid.scss */
.eventgrid .stat:hover .stat__wrap h2 {
  background-size: 100% 1px;
}
/* line 736, ../sass/components/_mod-grid.scss */
.eventgrid .stat.active {
  background-color: #AD30F6;
}
@media screen and (max-width: 991px) {
  /* line 741, ../sass/components/_mod-grid.scss */
  .eventgrid .stat.active .stat__wrap h2 {
    font-size: 2.3rem;
    line-height: 1rem;
  }
}
@media screen and (max-width: 320px) {
  /* line 741, ../sass/components/_mod-grid.scss */
  .eventgrid .stat.active .stat__wrap h2 {
    font-size: 2rem;
  }
}
/* line 752, ../sass/components/_mod-grid.scss */
.eventgrid .stat.active .stat__wrap p {
  color: #fff;
}

@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: 100vh;
  margin-bottom: 6vh;
  position: relative;
  align-items: center;
}
/* line 33, ../sass/pages/_gateway.scss */
.gateway__header__video {
  padding-bottom: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateX(-10%) translateY(-50%) translateZ(0);
  -ms-transform: translateX(-10%) translateY(-50%) translateZ(0);
  -webkit-transform: translateX(-10%) translateY(-50%) translateZ(0);
  transform: translateX(-10%) translateY(-50%) translateZ(0);
  -webkit-clip-path: url(#mask);
  clip-path: url(#mask);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  /* line 33, ../sass/pages/_gateway.scss */
  .gateway__header__video {
    height: 70%;
    padding-bottom: 0;
  }
}
/* line 51, ../sass/pages/_gateway.scss */
.gateway__header__video:after {
  content: '';
  display: block;
  pointer-events: none;
  background-color: #AD30F6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
/* line 65, ../sass/pages/_gateway.scss */
.gateway__header__video video {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%) translateZ(0);
  -ms-transform: translateX(-50%) translateZ(0);
  -webkit-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
  zoom: 1;
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
/* line 77, ../sass/pages/_gateway.scss */
.gateway__header__img {
  height: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
/* line 88, ../sass/pages/_gateway.scss */
.gateway__header__text {
  background-color: #fff;
  padding: 4rem 4rem 4rem 0;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 1920px) {
  /* line 88, ../sass/pages/_gateway.scss */
  .gateway__header__text {
    flex: 0 0 30%;
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@media screen and (max-width: 991px) {
  /* line 88, ../sass/pages/_gateway.scss */
  .gateway__header__text {
    margin-left: -10%;
    padding: 4rem 2rem 4rem 10%;
    background-color: rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 991px) {
  /* line 27, ../sass/pages/_gateway.scss */
  .gateway__header {
    margin-bottom: 20vh;
  }
}
/* line 110, ../sass/pages/_gateway.scss */
.gateway__header .line-bottom {
  position: absolute;
  top: 80%;
  left: 18.75%;
  height: 30vh;
}
@media screen and (max-width: 991px) {
  /* line 110, ../sass/pages/_gateway.scss */
  .gateway__header .line-bottom {
    left: 0;
    height: 40vh;
  }
}
/* line 122, ../sass/pages/_gateway.scss */
.gateway__header .line-right {
  display: block;
  height: 80%;
  position: absolute;
  right: 18.75%;
}
@media screen and (max-width: 991px) {
  /* line 122, ../sass/pages/_gateway.scss */
  .gateway__header .line-right {
    right: 0;
  }
}
/* line 133, ../sass/pages/_gateway.scss */
.gateway__header .line-horizontal {
  display: block;
  position: absolute;
  right: 18.75%;
  bottom: 20%;
  width: 62.5%;
}
@media screen and (max-width: 991px) {
  /* line 133, ../sass/pages/_gateway.scss */
  .gateway__header .line-horizontal {
    right: 0;
    width: 100%;
  }
}
/* line 146, ../sass/pages/_gateway.scss */
.gateway__header .logos {
  opacity: 0;
  margin-top: 3rem;
  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 153, ../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 158, ../sass/pages/_gateway.scss */
.gateway__header .logos a:first-child {
  margin-right: 6rem;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
/* line 163, ../sass/pages/_gateway.scss */
.gateway__header .logos a img {
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 168, ../sass/pages/_gateway.scss */
  .gateway__header .logos a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 991px) {
  /* line 146, ../sass/pages/_gateway.scss */
  .gateway__header .logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 179, ../sass/pages/_gateway.scss */
  .gateway__header .logos a {
    display: block;
  }
  /* line 182, ../sass/pages/_gateway.scss */
  .gateway__header .logos a:first-child {
    margin-right: 0;
  }
  /* line 186, ../sass/pages/_gateway.scss */
  .gateway__header .logos a:first-child img {
    width: 150px;
    height: 25px;
  }
  /* line 191, ../sass/pages/_gateway.scss */
  .gateway__header .logos a:last-child img {
    width: 90px;
    height: 24px;
  }
}
@media screen and (max-width: 320px) {
  /* line 200, ../sass/pages/_gateway.scss */
  .gateway__header .logos a:first-child img {
    width: 120px;
    height: 20px;
  }
  /* line 205, ../sass/pages/_gateway.scss */
  .gateway__header .logos a:last-child img {
    width: 80px;
    height: 21px;
  }
}
/* line 213, ../sass/pages/_gateway.scss */
.gateway__header .sprite-container {
  height: 450px;
  width: 500px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 18.75%;
  bottom: calc(35% + 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 225, ../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 231, ../sass/pages/_gateway.scss */
.gateway__header .sprite-container .sprite {
  background: url(../html/header.html) no-repeat left center;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  /*&.anim {
  	animation: play 1s steps(29) forwards;
  }*/
}
@media screen and (max-width: 1400px) and (max-height: 800px) {
  /* line 213, ../sass/pages/_gateway.scss */
  .gateway__header .sprite-container {
    width: 280px;
    height: 490px;
  }
  /* line 249, ../sass/pages/_gateway.scss */
  .gateway__header .sprite-container .sprite.anim {
    animation: playtablet 1s steps(29) forwards;
  }
}
@media screen and (max-width: 1024px) {
  /* line 213, ../sass/pages/_gateway.scss */
  .gateway__header .sprite-container {
    width: 280px;
    height: 490px;
  }
  /* line 260, ../sass/pages/_gateway.scss */
  .gateway__header .sprite-container .sprite.anim {
    animation: playtablet 1s steps(29) forwards;
  }
}
@media screen and (max-width: 991px) {
  /* line 213, ../sass/pages/_gateway.scss */
  .gateway__header .sprite-container {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 213, ../sass/pages/_gateway.scss */
  .gateway__header .sprite-container {
    height: 385px;
    right: -9vw;
    width: 220px;
    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 277, ../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 282, ../sass/pages/_gateway.scss */
  .gateway__header .sprite-container .sprite.anim {
    animation: playmobile 1s steps(29) forwards;
  }
}
@media screen and (max-width: 320px) {
  /* line 213, ../sass/pages/_gateway.scss */
  .gateway__header .sprite-container {
    right: -25%;
  }
}
/* line 293, ../sass/pages/_gateway.scss */
.gateway__header .title {
  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: 375px) {
  /* line 293, ../sass/pages/_gateway.scss */
  .gateway__header .title {
    font-size: 4.5rem;
    line-height: 4.7rem;
    font-family: 'ProductSansThin';
  }
  /* line 305, ../sass/pages/_gateway.scss */
  .gateway__header .title + p {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  /* line 293, ../sass/pages/_gateway.scss */
  .gateway__header .title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
/* line 316, ../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 322, ../sass/pages/_gateway.scss */
.gateway__header p em {
  color: #4285f4;
}
@media screen and (max-width: 991px) {
  /* line 316, ../sass/pages/_gateway.scss */
  .gateway__header p {
    max-width: 80%;
  }
}
@media screen and (max-width: 375px) {
  /* line 316, ../sass/pages/_gateway.scss */
  .gateway__header p {
    font-size: 1.8rem;
    max-width: 60%;
    line-height: 2rem;
  }
}
@media screen and (max-width: 320px) {
  /* line 316, ../sass/pages/_gateway.scss */
  .gateway__header p {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
/* line 342, ../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 342, ../sass/pages/_gateway.scss */
  .gateway__header .date {
    font-size: 2rem;
    margin-top: 6vh;
  }
}
@media screen and (max-width: 375px) {
  /* line 342, ../sass/pages/_gateway.scss */
  .gateway__header .date {
    font-size: 2.4rem;
    margin-top: 6vh;
    line-height: 2.6rem;
    max-width: 80%;
    font-family: 'ProductSansLight';
  }
}
@media screen and (max-width: 320px) {
  /* line 342, ../sass/pages/_gateway.scss */
  .gateway__header .date {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-top: 6vh;
  }
}
/* line 369, ../sass/pages/_gateway.scss */
.gateway__header.anim .logos, .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);
}
/* line 375, ../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 379, ../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 383, ../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 387, ../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 395, ../sass/pages/_gateway.scss */
.gateway__welcome {
  padding-top: 1.5rem;
  padding-bottom: 40vh;
  position: relative;
}
/* line 400, ../sass/pages/_gateway.scss */
.gateway__welcome__name {
  color: #80868b;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  visibility: hidden !important;
}
/* line 407, ../sass/pages/_gateway.scss */
.gateway__welcome__text {
  padding-top: 7.5rem;
}
/* line 410, ../sass/pages/_gateway.scss */
.gateway__welcome__text p {
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  /* line 415, ../sass/pages/_gateway.scss */
  .gateway__welcome__text img {
    max-width: 190px;
    display: table;
    margin: 0 auto;
  }
}
/* line 423, ../sass/pages/_gateway.scss */
.gateway__welcome__title {
  position: relative;
}
/* line 426, ../sass/pages/_gateway.scss */
.gateway__welcome__title svg {
  margin-left: 1.5rem;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  /* line 426, ../sass/pages/_gateway.scss */
  .gateway__welcome__title svg {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  /* line 426, ../sass/pages/_gateway.scss */
  .gateway__welcome__title svg {
    height: 52px;
    width: 250px;
    margin-left: 0;
  }
}
/* line 440, ../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: 3.5rem;
  left: 0.9rem;
}
/* line 447, ../sass/pages/_gateway.scss */
.gateway__welcome__title .line-w span {
  background: #4285f4;
  -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 440, ../sass/pages/_gateway.scss */
  .gateway__welcome__title .line-w {
    height: 3.5rem;
    top: 3.6rem;
  }
}
/* line 458, ../sass/pages/_gateway.scss */
.gateway__welcome__title .line-horizontal {
  display: block;
  width: calc(83.333335% - 1.7rem);
  left: 1.8rem;
  position: absolute;
  top: 8.4rem;
}
/* line 465, ../sass/pages/_gateway.scss */
.gateway__welcome__title .line-horizontal span {
  background: #4285f4;
  -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 458, ../sass/pages/_gateway.scss */
  .gateway__welcome__title .line-horizontal {
    top: 6.9rem;
    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 481, ../sass/pages/_gateway.scss */
.gateway__welcome .line-center {
  display: block;
  height: 84%;
  position: absolute;
  left: 50%;
  top: 10rem;
}
/* line 488, ../sass/pages/_gateway.scss */
.gateway__welcome .line-center span {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyODVmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FkMzBmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4285f4), color-stop(100%, #ad30f6));
  background-image: -moz-linear-gradient(top, #4285f4 0%, #ad30f6 100%);
  background-image: -webkit-linear-gradient(top, #4285f4 0%, #ad30f6 100%);
  background-image: linear-gradient(to bottom, #4285f4 0%, #ad30f6 100%);
  -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 481, ../sass/pages/_gateway.scss */
  .gateway__welcome .line-center {
    left: auto;
    right: 0;
    top: 8.5rem;
    height: 74%;
  }
  /* line 500, ../sass/pages/_gateway.scss */
  .gateway__welcome .line-center:after {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  /* line 481, ../sass/pages/_gateway.scss */
  .gateway__welcome .line-center {
    height: 80%;
  }
}
/* line 511, ../sass/pages/_gateway.scss */
.gateway__welcome .line-mobile-1 {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: calc(26% - 8.5rem);
}
/* line 517, ../sass/pages/_gateway.scss */
.gateway__welcome .line-mobile-1 span {
  background: #AD30F6;
}
@media screen and (max-width: 320px) {
  /* line 511, ../sass/pages/_gateway.scss */
  .gateway__welcome .line-mobile-1 {
    bottom: calc(20% - 8.5rem);
  }
}
/* line 526, ../sass/pages/_gateway.scss */
.gateway__welcome .line-mobile-2 {
  height: calc(21% - 8.3rem);
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 534, ../sass/pages/_gateway.scss */
.gateway__welcome .line-mobile-2 span {
  background: #AD30F6;
}
@media screen and (max-width: 320px) {
  /* line 526, ../sass/pages/_gateway.scss */
  .gateway__welcome .line-mobile-2 {
    height: calc(15% - 8.3rem);
  }
}
/* line 543, ../sass/pages/_gateway.scss */
.gateway__welcome .st0 {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  fill: none;
  stroke: #80868B;
  stroke-width: 3.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
/* line 553, ../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 559, ../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 559, ../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 559, ../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 559, ../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 559, ../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 559, ../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 559, ../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 559, ../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 559, ../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 559, ../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 559, ../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 559, ../sass/pages/_gateway.scss */
.gateway__welcome .st0:nth-child(13) {
  -moz-transition: all 0.6s ease 3s;
  -o-transition: all 0.6s ease 3s;
  -webkit-transition: all 0.6s ease;
  -webkit-transition-delay: 3s;
  transition: all 0.6s ease 3s;
}
/* line 559, ../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 559, ../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 566, ../sass/pages/_gateway.scss */
.gateway__welcome.anim .st0 {
  stroke-dashoffset: 0;
}

/* line 575, ../sass/pages/_gateway.scss */
#img-ie {
  display: none;
}

/* line 579, ../sass/pages/_gateway.scss */
.ie #img-ie {
  display: block;
}

/* line 583, ../sass/pages/_gateway.scss */
.ie .gateway__header__video {
  display: none;
}

/* 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;
  }
}
/* 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;
  }
}
