@charset "UTF-8";

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

/*
 *  Owl Carousel - Core
 */

@import url(../js/swiper/swiper-bundle.min.css);

/* line 9, ../vendor.min.scss */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 16, ../vendor.min.scss */

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 21, ../vendor.min.scss */

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 28, ../vendor.min.scss */

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 33, ../vendor.min.scss */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 41, ../vendor.min.scss */

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 48, ../vendor.min.scss */

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 51, ../vendor.min.scss */

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 54, ../vendor.min.scss */

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 64, ../vendor.min.scss */

.owl-carousel.owl-loaded {
  display: block;
}

/* line 66, ../vendor.min.scss */

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 69, ../vendor.min.scss */

.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 71, ../vendor.min.scss */

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 73, ../vendor.min.scss */

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 78, ../vendor.min.scss */

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 81, ../vendor.min.scss */

.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 83, ../vendor.min.scss */

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

/* line 87, ../vendor.min.scss */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

/* line 93, ../vendor.min.scss */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 97, ../vendor.min.scss */

.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 100, ../vendor.min.scss */

.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 103, ../vendor.min.scss */

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

/* line 115, ../vendor.min.scss */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

/* line 121, ../vendor.min.scss */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 125, ../vendor.min.scss */

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

/* line 131, ../vendor.min.scss */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 136, ../vendor.min.scss */

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

/* line 150, ../vendor.min.scss */

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 154, ../vendor.min.scss */

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 158, ../vendor.min.scss */

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 166, ../vendor.min.scss */

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

/*
 * 	Default theme - Owl Carousel CSS File
 */

/* line 180, ../vendor.min.scss */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 184, ../vendor.min.scss */

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 193, ../vendor.min.scss */

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

/* line 197, ../vendor.min.scss */

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 201, ../vendor.min.scss */

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 204, ../vendor.min.scss */

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 207, ../vendor.min.scss */

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 211, ../vendor.min.scss */

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

/* line 220, ../vendor.min.scss */

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* scroll animation */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/* line 9, bootstrap/bootstrap/_normalize.scss */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, bootstrap/bootstrap/_normalize.scss */

body {
  margin: 0;
}

/* line 33, bootstrap/bootstrap/_normalize.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, bootstrap/bootstrap/_normalize.scss */

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, bootstrap/bootstrap/_normalize.scss */

audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, bootstrap/bootstrap/_normalize.scss */

[hidden],
template {
  display: none;
}

/* line 89, bootstrap/bootstrap/_normalize.scss */

a {
  background-color: transparent;
}

/* line 98, bootstrap/bootstrap/_normalize.scss */

a:active,
a:hover {
  outline: 0;
}

/* line 110, bootstrap/bootstrap/_normalize.scss */

abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, bootstrap/bootstrap/_normalize.scss */

b,
strong {
  font-weight: bold;
}

/* line 127, bootstrap/bootstrap/_normalize.scss */

dfn {
  font-style: italic;
}

/* line 136, bootstrap/bootstrap/_normalize.scss */

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

/* line 145, bootstrap/bootstrap/_normalize.scss */

mark {
  background: #ff0;
  color: #000;
}

/* line 154, bootstrap/bootstrap/_normalize.scss */

small {
  font-size: 80%;
}

/* line 162, bootstrap/bootstrap/_normalize.scss */

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

/* line 170, bootstrap/bootstrap/_normalize.scss */

sup {
  top: -0.5em;
}

/* line 174, bootstrap/bootstrap/_normalize.scss */

sub {
  bottom: -0.25em;
}

/* line 185, bootstrap/bootstrap/_normalize.scss */

img {
  border: 0;
}

/* line 193, bootstrap/bootstrap/_normalize.scss */

svg:not(:root) {
  overflow: hidden;
}

/* line 204, bootstrap/bootstrap/_normalize.scss */

figure {
  margin: 1em 40px;
}

/* line 212, bootstrap/bootstrap/_normalize.scss */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 221, bootstrap/bootstrap/_normalize.scss */

pre {
  overflow: auto;
}

/* line 229, bootstrap/bootstrap/_normalize.scss */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, bootstrap/bootstrap/_normalize.scss */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, bootstrap/bootstrap/_normalize.scss */

button {
  overflow: visible;
}

/* line 277, bootstrap/bootstrap/_normalize.scss */

button,
select {
  text-transform: none;
}

/* line 290, bootstrap/bootstrap/_normalize.scss */

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

/* line 302, bootstrap/bootstrap/_normalize.scss */

button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, bootstrap/bootstrap/_normalize.scss */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, bootstrap/bootstrap/_normalize.scss */

input {
  line-height: normal;
}

/* line 334, bootstrap/bootstrap/_normalize.scss */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 346, bootstrap/bootstrap/_normalize.scss */

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

/* line 356, bootstrap/bootstrap/_normalize.scss */

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 367, bootstrap/bootstrap/_normalize.scss */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, bootstrap/bootstrap/_normalize.scss */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, bootstrap/bootstrap/_normalize.scss */

legend {
  border: 0;
  padding: 0;
}

/* line 396, bootstrap/bootstrap/_normalize.scss */

textarea {
  overflow: auto;
}

/* line 405, bootstrap/bootstrap/_normalize.scss */

optgroup {
  font-weight: bold;
}

/* line 416, bootstrap/bootstrap/_normalize.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, bootstrap/bootstrap/_normalize.scss */

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

/* line 11, bootstrap/bootstrap/_scaffolding.scss */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, bootstrap/bootstrap/_scaffolding.scss */

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, bootstrap/bootstrap/_scaffolding.scss */

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, bootstrap/bootstrap/_scaffolding.scss */

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #FFFFFF;
  background-color: #fff;
}

/* line 36, bootstrap/bootstrap/_scaffolding.scss */

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, bootstrap/bootstrap/_scaffolding.scss */

a {
  color: #001130;
  text-decoration: none;
}

/* line 52, bootstrap/bootstrap/_scaffolding.scss */

a:hover,
a:focus {
  color: black;
  text-decoration: underline;
}

/* line 58, bootstrap/bootstrap/_scaffolding.scss */

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, bootstrap/bootstrap/_scaffolding.scss */

figure {
  margin: 0;
}

/* line 76, bootstrap/bootstrap/_scaffolding.scss */

img {
  vertical-align: middle;
}

/* line 81, bootstrap/bootstrap/_scaffolding.scss */

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, bootstrap/bootstrap/_scaffolding.scss */

.img-rounded {
  border-radius: 6px;
}

/* line 93, bootstrap/bootstrap/_scaffolding.scss */

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, bootstrap/bootstrap/_scaffolding.scss */

.img-circle {
  border-radius: 50%;
}

/* line 113, bootstrap/bootstrap/_scaffolding.scss */

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #5f5f5f;
}

/* line 125, bootstrap/bootstrap/_scaffolding.scss */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, bootstrap/bootstrap/_scaffolding.scss */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, bootstrap/bootstrap/_scaffolding.scss */

[role="button"] {
  cursor: pointer;
}

/* line 9, bootstrap/bootstrap/_type.scss */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, bootstrap/bootstrap/_type.scss */

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #5f5f5f;
}

/* line 24, bootstrap/bootstrap/_type.scss */

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

/* line 30, bootstrap/bootstrap/_type.scss */

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, bootstrap/bootstrap/_type.scss */

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 41, bootstrap/bootstrap/_type.scss */

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, bootstrap/bootstrap/_type.scss */

h1,
.h1 {
  font-size: 41px;
}

/* line 48, bootstrap/bootstrap/_type.scss */

h2,
.h2 {
  font-size: 34px;
}

/* line 49, bootstrap/bootstrap/_type.scss */

h3,
.h3 {
  font-size: 28px;
}

/* line 50, bootstrap/bootstrap/_type.scss */

h4,
.h4 {
  font-size: 20px;
}

/* line 51, bootstrap/bootstrap/_type.scss */

h5,
.h5 {
  font-size: 16px;
}

/* line 52, bootstrap/bootstrap/_type.scss */

h6,
.h6 {
  font-size: 14px;
}

/* line 58, bootstrap/bootstrap/_type.scss */

p {
  margin: 0 0 11px;
}

/* line 62, bootstrap/bootstrap/_type.scss */

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

/* line 78, bootstrap/bootstrap/_type.scss */

small,
.small {
  font-size: 87%;
}

/* line 83, bootstrap/bootstrap/_type.scss */

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, bootstrap/bootstrap/_type.scss */

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

/* line 91, bootstrap/bootstrap/_type.scss */

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

/* line 92, bootstrap/bootstrap/_type.scss */

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

/* line 93, bootstrap/bootstrap/_type.scss */

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

/* line 94, bootstrap/bootstrap/_type.scss */

.text-nowrap {
  white-space: nowrap;
}

/* line 97, bootstrap/bootstrap/_type.scss */

.text-lowercase {
  text-transform: lowercase;
}

/* line 98, bootstrap/bootstrap/_type.scss */

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

/* line 99, bootstrap/bootstrap/_type.scss */

.text-capitalize {
  text-transform: capitalize;
}

/* line 102, bootstrap/bootstrap/_type.scss */

.text-muted {
  color: #5f5f5f;
}

/* line 5, bootstrap/bootstrap/mixins/_text-emphasis.scss */

.text-primary {
  color: #001130;
}

/* line 8, bootstrap/bootstrap/mixins/_text-emphasis.scss */

a.text-primary:hover,
a.text-primary:focus {
  color: black;
}

/* line 5, bootstrap/bootstrap/mixins/_text-emphasis.scss */

.text-success {
  color: #3c763d;
}

/* line 8, bootstrap/bootstrap/mixins/_text-emphasis.scss */

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, bootstrap/bootstrap/mixins/_text-emphasis.scss */

.text-info {
  color: #31708f;
}

/* line 8, bootstrap/bootstrap/mixins/_text-emphasis.scss */

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, bootstrap/bootstrap/mixins/_text-emphasis.scss */

.text-warning {
  color: #8a6d3b;
}

/* line 8, bootstrap/bootstrap/mixins/_text-emphasis.scss */

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, bootstrap/bootstrap/mixins/_text-emphasis.scss */

.text-danger {
  color: #a94442;
}

/* line 8, bootstrap/bootstrap/mixins/_text-emphasis.scss */

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, bootstrap/bootstrap/_type.scss */

.bg-primary {
  color: #fff;
}

/* line 5, bootstrap/bootstrap/mixins/_background-variant.scss */

.bg-primary {
  background-color: #001130;
}

/* line 8, bootstrap/bootstrap/mixins/_background-variant.scss */

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: black;
}

/* line 5, bootstrap/bootstrap/mixins/_background-variant.scss */

.bg-success {
  background-color: #dff0d8;
}

/* line 8, bootstrap/bootstrap/mixins/_background-variant.scss */

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, bootstrap/bootstrap/mixins/_background-variant.scss */

.bg-info {
  background-color: #d9edf7;
}

/* line 8, bootstrap/bootstrap/mixins/_background-variant.scss */

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, bootstrap/bootstrap/mixins/_background-variant.scss */

.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, bootstrap/bootstrap/mixins/_background-variant.scss */

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, bootstrap/bootstrap/mixins/_background-variant.scss */

.bg-danger {
  background-color: #f2dede;
}

/* line 8, bootstrap/bootstrap/mixins/_background-variant.scss */

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, bootstrap/bootstrap/_type.scss */

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #5f5f5f;
}

/* line 149, bootstrap/bootstrap/_type.scss */

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

/* line 153, bootstrap/bootstrap/_type.scss */

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, bootstrap/bootstrap/_type.scss */

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, bootstrap/bootstrap/_type.scss */

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, bootstrap/bootstrap/_type.scss */

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, bootstrap/bootstrap/_type.scss */

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 189, bootstrap/bootstrap/_type.scss */

dt,
dd {
  line-height: 1.42857;
}

/* line 193, bootstrap/bootstrap/_type.scss */

dt {
  font-weight: bold;
}

/* line 196, bootstrap/bootstrap/_type.scss */

dd {
  margin-left: 0;
}

/* line 14, bootstrap/bootstrap/mixins/_clearfix.scss */

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

/* line 19, bootstrap/bootstrap/mixins/_clearfix.scss */

.dl-horizontal dd:after {
  clear: both;
}

/* line 229, bootstrap/bootstrap/_type.scss */

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #5f5f5f;
}

/* line 235, bootstrap/bootstrap/_type.scss */

.initialism {
  font-size: 90%;
}

/* line 241, bootstrap/bootstrap/_type.scss */

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #5f5f5f;
}

/* line 250, bootstrap/bootstrap/_type.scss */

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, bootstrap/bootstrap/_type.scss */

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #5f5f5f;
}

/* line 265, bootstrap/bootstrap/_type.scss */

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, bootstrap/bootstrap/_type.scss */

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #5f5f5f;
  border-left: 0;
  text-align: right;
}

/* line 286, bootstrap/bootstrap/_type.scss */

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 287, bootstrap/bootstrap/_type.scss */

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, bootstrap/bootstrap/_type.scss */

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 10, bootstrap/bootstrap/_grid.scss */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 14, bootstrap/bootstrap/mixins/_clearfix.scss */

.container:before,
.container:after {
  content: " ";
  display: table;
}

/* line 19, bootstrap/bootstrap/mixins/_clearfix.scss */

.container:after {
  clear: both;
}

/* line 33, bootstrap/bootstrap/_grid.scss */

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 14, bootstrap/bootstrap/mixins/_clearfix.scss */

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

/* line 19, bootstrap/bootstrap/mixins/_clearfix.scss */

.container-fluid:after {
  clear: both;
}

/* line 42, bootstrap/bootstrap/_grid.scss */

.row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 14, bootstrap/bootstrap/mixins/_clearfix.scss */

.row:before,
.row:after {
  content: " ";
  display: table;
}

/* line 19, bootstrap/bootstrap/mixins/_clearfix.scss */

.row:after {
  clear: both;
}

/* line 11, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 27, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-1 {
  width: 8.33333%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-2 {
  width: 16.66667%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-3 {
  width: 25%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-4 {
  width: 33.33333%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-5 {
  width: 41.66667%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-6 {
  width: 50%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-7 {
  width: 58.33333%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-8 {
  width: 66.66667%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-9 {
  width: 75%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-10 {
  width: 83.33333%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-11 {
  width: 91.66667%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-12 {
  width: 100%;
}

/* line 55, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-0 {
  right: auto;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-3 {
  right: 25%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-6 {
  right: 50%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-9 {
  right: 75%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-12 {
  right: 100%;
}

/* line 45, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-0 {
  left: auto;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-3 {
  left: 25%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-6 {
  left: 50%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-9 {
  left: 75%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-12 {
  left: 100%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-12 {
  margin-left: 100%;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#") format("svg");
}

/* line 25, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 39, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-plus:before {
  content: "\002b";
}

/* line 41, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 42, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-minus:before {
  content: "\2212";
}

/* line 43, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-cloud:before {
  content: "\2601";
}

/* line 44, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-envelope:before {
  content: "\2709";
}

/* line 45, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-pencil:before {
  content: "\270f";
}

/* line 46, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-glass:before {
  content: "\e001";
}

/* line 47, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-music:before {
  content: "\e002";
}

/* line 48, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-search:before {
  content: "\e003";
}

/* line 49, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-heart:before {
  content: "\e005";
}

/* line 50, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-star:before {
  content: "\e006";
}

/* line 51, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 52, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-user:before {
  content: "\e008";
}

/* line 53, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-film:before {
  content: "\e009";
}

/* line 54, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-th-large:before {
  content: "\e010";
}

/* line 55, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-th:before {
  content: "\e011";
}

/* line 56, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-th-list:before {
  content: "\e012";
}

/* line 57, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-ok:before {
  content: "\e013";
}

/* line 58, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-remove:before {
  content: "\e014";
}

/* line 59, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 60, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 61, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-off:before {
  content: "\e017";
}

/* line 62, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-signal:before {
  content: "\e018";
}

/* line 63, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-cog:before {
  content: "\e019";
}

/* line 64, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-trash:before {
  content: "\e020";
}

/* line 65, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-home:before {
  content: "\e021";
}

/* line 66, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-file:before {
  content: "\e022";
}

/* line 67, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-time:before {
  content: "\e023";
}

/* line 68, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-road:before {
  content: "\e024";
}

/* line 69, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 70, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-download:before {
  content: "\e026";
}

/* line 71, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-upload:before {
  content: "\e027";
}

/* line 72, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-inbox:before {
  content: "\e028";
}

/* line 73, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 74, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-repeat:before {
  content: "\e030";
}

/* line 75, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-refresh:before {
  content: "\e031";
}

/* line 76, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 77, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-lock:before {
  content: "\e033";
}

/* line 78, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-flag:before {
  content: "\e034";
}

/* line 79, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-headphones:before {
  content: "\e035";
}

/* line 80, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 81, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 82, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 83, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 84, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-barcode:before {
  content: "\e040";
}

/* line 85, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-tag:before {
  content: "\e041";
}

/* line 86, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-tags:before {
  content: "\e042";
}

/* line 87, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-book:before {
  content: "\e043";
}

/* line 88, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 89, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-print:before {
  content: "\e045";
}

/* line 90, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-camera:before {
  content: "\e046";
}

/* line 91, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-font:before {
  content: "\e047";
}

/* line 92, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-bold:before {
  content: "\e048";
}

/* line 93, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-italic:before {
  content: "\e049";
}

/* line 94, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-text-height:before {
  content: "\e050";
}

/* line 95, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-text-width:before {
  content: "\e051";
}

/* line 96, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-align-left:before {
  content: "\e052";
}

/* line 97, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-align-center:before {
  content: "\e053";
}

/* line 98, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-align-right:before {
  content: "\e054";
}

/* line 99, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 100, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-list:before {
  content: "\e056";
}

/* line 101, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 102, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 103, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 104, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-picture:before {
  content: "\e060";
}

/* line 105, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 106, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-adjust:before {
  content: "\e063";
}

/* line 107, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-tint:before {
  content: "\e064";
}

/* line 108, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-edit:before {
  content: "\e065";
}

/* line 109, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-share:before {
  content: "\e066";
}

/* line 110, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-check:before {
  content: "\e067";
}

/* line 111, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-move:before {
  content: "\e068";
}

/* line 112, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 113, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 114, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-backward:before {
  content: "\e071";
}

/* line 115, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-play:before {
  content: "\e072";
}

/* line 116, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-pause:before {
  content: "\e073";
}

/* line 117, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-stop:before {
  content: "\e074";
}

/* line 118, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-forward:before {
  content: "\e075";
}

/* line 119, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 120, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 121, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-eject:before {
  content: "\e078";
}

/* line 122, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 123, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 124, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 125, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 126, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 127, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 128, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 129, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 130, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 131, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 132, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 133, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 134, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 135, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 136, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 137, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 138, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 139, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 140, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 141, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 142, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-gift:before {
  content: "\e102";
}

/* line 143, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-leaf:before {
  content: "\e103";
}

/* line 144, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-fire:before {
  content: "\e104";
}

/* line 145, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 146, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 147, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 148, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-plane:before {
  content: "\e108";
}

/* line 149, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-calendar:before {
  content: "\e109";
}

/* line 150, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-random:before {
  content: "\e110";
}

/* line 151, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-comment:before {
  content: "\e111";
}

/* line 152, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-magnet:before {
  content: "\e112";
}

/* line 153, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 154, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 155, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-retweet:before {
  content: "\e115";
}

/* line 156, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 157, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 158, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 159, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 160, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 161, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-hdd:before {
  content: "\e121";
}

/* line 162, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 163, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-bell:before {
  content: "\e123";
}

/* line 164, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-certificate:before {
  content: "\e124";
}

/* line 165, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 166, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 167, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 168, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 169, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 170, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 171, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 172, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 173, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 174, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 175, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-globe:before {
  content: "\e135";
}

/* line 176, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-wrench:before {
  content: "\e136";
}

/* line 177, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-tasks:before {
  content: "\e137";
}

/* line 178, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-filter:before {
  content: "\e138";
}

/* line 179, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 180, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 181, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 182, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 183, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 184, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-link:before {
  content: "\e144";
}

/* line 185, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-phone:before {
  content: "\e145";
}

/* line 186, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 187, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-usd:before {
  content: "\e148";
}

/* line 188, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-gbp:before {
  content: "\e149";
}

/* line 189, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sort:before {
  content: "\e150";
}

/* line 190, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 191, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 192, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 193, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 194, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 195, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 196, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 197, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-expand:before {
  content: "\e158";
}

/* line 198, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 199, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 200, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-log-in:before {
  content: "\e161";
}

/* line 201, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-flash:before {
  content: "\e162";
}

/* line 202, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-log-out:before {
  content: "\e163";
}

/* line 203, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-new-window:before {
  content: "\e164";
}

/* line 204, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-record:before {
  content: "\e165";
}

/* line 205, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-save:before {
  content: "\e166";
}

/* line 206, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-open:before {
  content: "\e167";
}

/* line 207, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-saved:before {
  content: "\e168";
}

/* line 208, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-import:before {
  content: "\e169";
}

/* line 209, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-export:before {
  content: "\e170";
}

/* line 210, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-send:before {
  content: "\e171";
}

/* line 211, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 212, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 213, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 214, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 215, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 216, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 217, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-transfer:before {
  content: "\e178";
}

/* line 218, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 219, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-header:before {
  content: "\e180";
}

/* line 220, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-compressed:before {
  content: "\e181";
}

/* line 221, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-earphone:before {
  content: "\e182";
}

/* line 222, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 223, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-tower:before {
  content: "\e184";
}

/* line 224, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-stats:before {
  content: "\e185";
}

/* line 225, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 226, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 227, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 228, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 229, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 230, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 231, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 232, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 233, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 234, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 235, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 236, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 237, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 238, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 239, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-cd:before {
  content: "\e201";
}

/* line 240, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-save-file:before {
  content: "\e202";
}

/* line 241, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-open-file:before {
  content: "\e203";
}

/* line 242, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-level-up:before {
  content: "\e204";
}

/* line 243, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-copy:before {
  content: "\e205";
}

/* line 244, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-paste:before {
  content: "\e206";
}

/* line 253, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-alert:before {
  content: "\e209";
}

/* line 254, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 255, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-king:before {
  content: "\e211";
}

/* line 256, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-queen:before {
  content: "\e212";
}

/* line 257, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-pawn:before {
  content: "\e213";
}

/* line 258, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-bishop:before {
  content: "\e214";
}

/* line 259, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-knight:before {
  content: "\e215";
}

/* line 260, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 261, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-tent:before {
  content: "\26fa";
}

/* line 262, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 263, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-bed:before {
  content: "\e219";
}

/* line 264, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 265, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-erase:before {
  content: "\e221";
}

/* line 266, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 267, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-lamp:before {
  content: "\e223";
}

/* line 268, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 269, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 270, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-scissors:before {
  content: "\e226";
}

/* line 271, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 272, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-btc:before {
  content: "\e227";
}

/* line 273, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-xbt:before {
  content: "\e227";
}

/* line 274, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-yen:before {
  content: "\00a5";
}

/* line 275, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 276, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 277, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-rub:before {
  content: "\20bd";
}

/* line 278, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-scale:before {
  content: "\e230";
}

/* line 279, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 280, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 281, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-education:before {
  content: "\e233";
}

/* line 282, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 283, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 284, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 285, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 286, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-oil:before {
  content: "\e238";
}

/* line 287, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-grain:before {
  content: "\e239";
}

/* line 288, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 289, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-text-size:before {
  content: "\e241";
}

/* line 290, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-text-color:before {
  content: "\e242";
}

/* line 291, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-text-background:before {
  content: "\e243";
}

/* line 292, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 293, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 294, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 295, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 296, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 297, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 298, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 299, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 300, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 301, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 302, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-console:before {
  content: "\e254";
}

/* line 303, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-superscript:before {
  content: "\e255";
}

/* line 304, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-subscript:before {
  content: "\e256";
}

/* line 305, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 306, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 307, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 308, bootstrap/bootstrap/_glyphicons.scss */

.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, bootstrap/bootstrap/_alerts.scss */

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 18, bootstrap/bootstrap/_alerts.scss */

.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 25, bootstrap/bootstrap/_alerts.scss */

.alert .alert-link {
  font-weight: bold;
}

/* line 30, bootstrap/bootstrap/_alerts.scss */

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 35, bootstrap/bootstrap/_alerts.scss */

.alert > p + p {
  margin-top: 5px;
}

/* line 44, bootstrap/bootstrap/_alerts.scss */

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 49, bootstrap/bootstrap/_alerts.scss */

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 61, bootstrap/bootstrap/_alerts.scss */

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 8, bootstrap/bootstrap/mixins/_alerts.scss */

.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 11, bootstrap/bootstrap/mixins/_alerts.scss */

.alert-success .alert-link {
  color: #2b542c;
}

/* line 65, bootstrap/bootstrap/_alerts.scss */

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 8, bootstrap/bootstrap/mixins/_alerts.scss */

.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 11, bootstrap/bootstrap/mixins/_alerts.scss */

.alert-info .alert-link {
  color: #245269;
}

/* line 69, bootstrap/bootstrap/_alerts.scss */

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 8, bootstrap/bootstrap/mixins/_alerts.scss */

.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 11, bootstrap/bootstrap/mixins/_alerts.scss */

.alert-warning .alert-link {
  color: #66512c;
}

/* line 73, bootstrap/bootstrap/_alerts.scss */

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 8, bootstrap/bootstrap/mixins/_alerts.scss */

.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 11, bootstrap/bootstrap/mixins/_alerts.scss */

.alert-danger .alert-link {
  color: #843534;
}

/* line 13, bootstrap/bootstrap/_modals.scss */

.modal-open {
  overflow: hidden;
}

/* line 18, bootstrap/bootstrap/_modals.scss */

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 34, bootstrap/bootstrap/_modals.scss */

.modal.fade .modal-dialog {
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

/* line 40, bootstrap/bootstrap/_modals.scss */

.modal.show .modal-dialog {
  opacity: 1;
}

/* line 42, bootstrap/bootstrap/_modals.scss */

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 48, bootstrap/bootstrap/_modals.scss */

.modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
  width: 700px;
  height: 700px;
  margin: 0 auto;
}

/* line 66, bootstrap/bootstrap/_modals.scss */

.modal-content {
  background-color: #FFFFFF;
  border: 40px solid rgba(248, 176, 50, 0.8);
  border-radius: 100%;
  outline: 0;
  height: 100%;
}

/* line 76, bootstrap/bootstrap/_modals.scss */

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 85, bootstrap/bootstrap/_modals.scss */

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 86, bootstrap/bootstrap/_modals.scss */

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 91, bootstrap/bootstrap/_modals.scss */

.modal-header {
  padding: 15px;
}

/* line 14, bootstrap/bootstrap/mixins/_clearfix.scss */

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

/* line 19, bootstrap/bootstrap/mixins/_clearfix.scss */

.modal-header:after {
  clear: both;
}

/* line 96, bootstrap/bootstrap/_modals.scss */

.modal-header .close {
  position: absolute;
  top: 60px;
  right: 160px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #FFFFFF;
  border: 10px solid #f4f4f4;
  z-index: 1;
  outline: none;
}

/* line 108, bootstrap/bootstrap/_modals.scss */

.modal-header .close .icon-close-modal {
  font-size: 13px;
  color: #001130;
}

/* line 111, bootstrap/bootstrap/_modals.scss */

.modal-header .close .icon-close-modal:hover {
  color: #f8b032;
}

/* line 118, bootstrap/bootstrap/_modals.scss */

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 125, bootstrap/bootstrap/_modals.scss */

.modal-body {
  position: relative;
  padding: 10px 40px;
}

/* line 131, bootstrap/bootstrap/_modals.scss */

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, bootstrap/bootstrap/mixins/_clearfix.scss */

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 19, bootstrap/bootstrap/mixins/_clearfix.scss */

.modal-footer:after {
  clear: both;
}

/* line 138, bootstrap/bootstrap/_modals.scss */

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 143, bootstrap/bootstrap/_modals.scss */

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 147, bootstrap/bootstrap/_modals.scss */

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 153, bootstrap/bootstrap/_modals.scss */

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* line 14, bootstrap/bootstrap/mixins/_clearfix.scss */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 19, bootstrap/bootstrap/mixins/_clearfix.scss */

.clearfix:after {
  clear: both;
}

/* line 12, bootstrap/bootstrap/_utilities.scss */

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, bootstrap/bootstrap/_utilities.scss */

.pull-right {
  float: right !important;
}

/* line 18, bootstrap/bootstrap/_utilities.scss */

.pull-left {
  float: left !important;
}

/* line 27, bootstrap/bootstrap/_utilities.scss */

.hide {
  display: none !important;
}

/* line 30, bootstrap/bootstrap/_utilities.scss */

.show {
  display: block !important;
}

/* line 33, bootstrap/bootstrap/_utilities.scss */

.invisible {
  visibility: hidden;
}

/* line 36, bootstrap/bootstrap/_utilities.scss */

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, bootstrap/bootstrap/_utilities.scss */

.hidden {
  display: none !important;
}

/* line 53, bootstrap/bootstrap/_utilities.scss */

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

.visible-xs {
  display: none !important;
}

/* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

.visible-sm {
  display: none !important;
}

/* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

.visible-md {
  display: none !important;
}

/* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

.visible-lg {
  display: none !important;
}

/* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

.visible-xl {
  display: none !important;
}

/* line 37, bootstrap/bootstrap/_responsive-utilities.scss */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

/* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

.visible-print {
  display: none !important;
}

/* line 182, bootstrap/bootstrap/_responsive-utilities.scss */

.visible-print-block {
  display: none !important;
}

/* line 189, bootstrap/bootstrap/_responsive-utilities.scss */

.visible-print-inline {
  display: none !important;
}

/* line 196, bootstrap/bootstrap/_responsive-utilities.scss */

.visible-print-inline-block {
  display: none !important;
}

/* line 1, base/_stylesheet.scss */

.grid-stylesheet {
  display: grid;
  grid: repeat(5, fit-content(300px))/repeat(4, 1fr);
  grid-template-areas: "colors typography typography typography" "colors buttons buttons links" "inputs inputs inputs inputs" "badges badges alerts alerts" "badges badges favicons favicons" "grid grid grid grid";
  border: 1px solid #f8b032;
  /*colors*/
}

/* line 13, base/_stylesheet.scss */

.grid-stylesheet > section:not(.typography) {
  padding: 30px;
}

/* line 17, base/_stylesheet.scss */

.grid-stylesheet > section {
  position: relative;
}

/* line 20, base/_stylesheet.scss */

.grid-stylesheet > section > h6 {
  font-weight: bold;
  color: #001130;
  background: white;
  position: absolute;
  top: -18px;
  left: 20px;
  padding: 0 10px;
}

/* line 29, base/_stylesheet.scss */

.grid-stylesheet > section h6.subheader {
  color: #999;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

/* line 37, base/_stylesheet.scss */

.grid-stylesheet .colors {
  grid-area: colors;
  border-right: 1px solid #f8b032;
}

/* line 42, base/_stylesheet.scss */

.grid-stylesheet .typography {
  grid-area: typography;
  border-bottom: 1px solid #f8b032;
}

/* line 47, base/_stylesheet.scss */

.grid-stylesheet .font-family {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 53, base/_stylesheet.scss */

.grid-stylesheet .font-family > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  padding: 30px 30px 0;
  min-width: 10em;
}

/* line 59, base/_stylesheet.scss */

.grid-stylesheet .font-family-bold > * {
  font-weight: 900;
}

/* line 63, base/_stylesheet.scss */

.grid-stylesheet .font-family-medium > * {
  font-weight: 500;
}

/* line 67, base/_stylesheet.scss */

.grid-stylesheet .font-family-light > * {
  font-weight: 300;
}

/* line 71, base/_stylesheet.scss */

.grid-stylesheet .font-example__headline {
  font-weight: 900;
}

/* line 75, base/_stylesheet.scss */

.grid-stylesheet .buttons-wrapper {
  grid-area: buttons;
  border-right: 1px solid #f8b032;
}

/* line 80, base/_stylesheet.scss */

.grid-stylesheet .links {
  grid-area: links;
}

/* line 84, base/_stylesheet.scss */

.grid-stylesheet .inputs-selects {
  grid-area: inputs;
  display: grid;
  border-top: 1px solid #f8b032;
  border-bottom: 1px solid #f8b032;
}

/* line 91, base/_stylesheet.scss */

.grid-stylesheet .badges {
  grid-area: badges;
  border-right: 1px solid #f8b032;
}

/* line 96, base/_stylesheet.scss */

.grid-stylesheet .alerts {
  grid-area: alerts;
}

/* line 100, base/_stylesheet.scss */

.grid-stylesheet .tooltips {
  grid-area: tooltips;
  border-right: 1px solid #f8b032;
}

/* line 105, base/_stylesheet.scss */

.grid-stylesheet .favicons {
  grid-area: favicons;
  border-top: 1px solid #f8b032;
}

/* line 110, base/_stylesheet.scss */

.grid-stylesheet .grid-layout {
  grid-area: grid;
  border-top: 1px solid #f8b032;
}

/* line 115, base/_stylesheet.scss */

.grid-stylesheet .font-family {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 119, base/_stylesheet.scss */

.grid-stylesheet .font-family > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  padding: 30px 30px 0;
  min-width: 10em;
}

/* line 126, base/_stylesheet.scss */

.grid-stylesheet .font-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 129, base/_stylesheet.scss */

.grid-stylesheet .font-example > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  padding: 30px;
  min-width: 16em;
}

/* line 134, base/_stylesheet.scss */

.grid-stylesheet .font-example p {
  margin-bottom: 15px;
}

/* line 140, base/_stylesheet.scss */

.grid-stylesheet .palette {
  display: grid;
  grid: 80px 45px min-content/repeat(5, minmax(50px, 1fr));
  margin-bottom: 1em;
}

/* line 145, base/_stylesheet.scss */

.grid-stylesheet .palette__main {
  grid-column: span 5;
}

/* line 148, base/_stylesheet.scss */

.grid-stylesheet .palette h5 {
  grid-column: span 5;
  text-align: left;
  padding: 10px 0;
}

/* line 153, base/_stylesheet.scss */

.grid-stylesheet .palette.main div:nth-child(1) {
  background: #001130;
}

/* line 156, base/_stylesheet.scss */

.grid-stylesheet .palette.main div:nth-child(2) {
  background: #f8b032;
}

/* line 159, base/_stylesheet.scss */

.grid-stylesheet .palette.main div:nth-child(3) {
  background: #FFFFFF;
}

/* line 162, base/_stylesheet.scss */

.grid-stylesheet .palette.main div:nth-child(4) {
  background: #f4f4f4;
}

/* line 165, base/_stylesheet.scss */

.grid-stylesheet .palette.main div:nth-child(5) {
  background: #5d4394;
}

/* line 168, base/_stylesheet.scss */

.grid-stylesheet .palette.main div:nth-child(6) {
  background: #1e1e1d;
}

/* line 171, base/_stylesheet.scss */

.grid-stylesheet .palette.secondary div:nth-child(1) {
  background: #979797;
}

/* line 174, base/_stylesheet.scss */

.grid-stylesheet .palette.secondary div:nth-child(2) {
  background: #ede7f6;
}

/* line 177, base/_stylesheet.scss */

.grid-stylesheet .palette.secondary div:nth-child(3) {
  background: #d1c4e9;
}

/* line 180, base/_stylesheet.scss */

.grid-stylesheet .palette.secondary div:nth-child(4) {
  background: #9575cd;
}

/* line 183, base/_stylesheet.scss */

.grid-stylesheet .palette.secondary div:nth-child(5) {
  background: #512da8;
}

/* line 186, base/_stylesheet.scss */

.grid-stylesheet .palette.secondary div:nth-child(6) {
  background: #311b92;
}

/* line 189, base/_stylesheet.scss */

.grid-stylesheet .palette.neutrals {
  grid-template-rows: repeat(2, 50px) -webkit-min-content;
  grid-template-rows: repeat(2, 50px) min-content;
  grid-template-columns: repeat(4, 1fr);
}

/* line 193, base/_stylesheet.scss */

.grid-stylesheet .palette.neutrals div:nth-child(1) {
  background: #FFFFFF;
}

/* line 196, base/_stylesheet.scss */

.grid-stylesheet .palette.neutrals div:nth-child(2) {
  background: #5f5f5f;
}

/* line 199, base/_stylesheet.scss */

.grid-stylesheet .palette.neutrals div:nth-child(3) {
  background: #f8b032;
}

/* line 202, base/_stylesheet.scss */

.grid-stylesheet .palette.neutrals div:nth-child(4) {
  background: #5d4394;
}

/* line 205, base/_stylesheet.scss */

.grid-stylesheet .palette.neutrals div:nth-child(5) {
  background: #1e1e1d;
  grid-row: 2;
}

/* line 209, base/_stylesheet.scss */

.grid-stylesheet .palette.neutrals div:nth-child(6) {
  background: #959595;
  grid-row: 2;
}

/* line 213, base/_stylesheet.scss */

.grid-stylesheet .palette.neutrals div:nth-child(7) {
  background: #4d5052;
  grid-row: 2;
}

/* line 217, base/_stylesheet.scss */

.grid-stylesheet .palette.neutrals div:nth-child(8) {
  background: #212122;
  grid-row: 2;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?utw9sy");
  src: url("../fonts/icomoon.eot?utw9sy#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?utw9sy") format("truetype"), url("../fonts/icomoon.woff?utw9sy") format("woff"), url("../fonts/icomoon.svg?utw9sy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* define a new css font */

/* line 18, base/_icons.scss */

[class^="icon-"]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 54, base/_icons.scss */

.icon-envelope:before {
  content: "";
}

/* line 60, base/_icons.scss */

.icon-globe:before {
  content: "";
}

/* line 66, base/_icons.scss */

.icon-group-6:before {
  content: "";
}

/* line 72, base/_icons.scss */

.icon-olho:before {
  content: "";
}

/* line 78, base/_icons.scss */

.icon-arrow:before {
  content: "";
}

/* line 84, base/_icons.scss */

.icon-facebook:before {
  content: "";
}

/* line 90, base/_icons.scss */

.icon-linkedin:before {
  content: "";
}

/* line 96, base/_icons.scss */

.icon-instagram:before {
  content: "";
}

/* line 102, base/_icons.scss */

.icon-twitter:before {
  content: "";
}

/* line 108, base/_icons.scss */

.icon-youtube:before {
  content: "";
}

/* line 114, base/_icons.scss */

.icon-loba:before {
  content: "";
}

/* line 120, base/_icons.scss */

.icon-close:before {
  content: "";
}

/* line 126, base/_icons.scss */

.icon-close-modal:before {
  content: "";
}

/* line 132, base/_icons.scss */

.icon-filters:before {
  content: "";
}

/* line 138, base/_icons.scss */

.icon-search:before {
  content: "";
}

@font-face {
  font-family: 'CircularStd-Book';
  src: url("../fonts/CircularStd-Book.eot");
  src: local("☺"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("../fonts/CircularStd-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'CircularStd-Bold';
  src: url("../fonts/CircularStd-Bold.eot");
  src: local("☺"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype"), url("../fonts/CircularStd-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'CircularStd-BookItalic';
  src: url("../fonts/CircularStd-BookItalic.eot");
  src: local("☺"), url("../fonts/CircularStd-BookItalic.woff") format("woff"), url("../fonts/CircularStd-BookItalic.ttf") format("truetype"), url("../fonts/CircularStd-BookItalic.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

/* line 35, base/_fonts.scss */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #fff;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 1, base/_base.scss */

body {
  background: #001130;
  font-family: "CircularStd-Book", Arial, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

/* line 12, base/_base.scss */

body.in-modal {
  overflow: hidden;
}

/* line 15, base/_base.scss */

body.body-fixed {
  overflow: hidden;
}

/* line 44, base/_base.scss */

.darkBg {
  background: #000;
}

/* line 48, base/_base.scss */

.background-grey {
  background-color: #f4f4f4;
}

/* line 52, base/_base.scss */

body,
html {
  overflow-x: hidden;
}

/* line 57, base/_base.scss */

h1 {
  font-size: 70px;
}

/* line 61, base/_base.scss */

h2 {
  font-size: 40px;
}

/* line 65, base/_base.scss */

h3 {
  font-size: 30px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 70, base/_base.scss */

h4 {
  font-size: 25px;
}

/* line 74, base/_base.scss */

h5 {
  font-size: 15px;
  line-height: 25px;
}

/* line 85, base/_base.scss */

.main-subtitle {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.85;
}

/* line 100, base/_base.scss */

.main-list {
  margin-top: 50px;
}

/* line 105, base/_base.scss */

.main-list-item {
  font-size: 15px;
  font-family: "CircularStd-Book", Arial, sans-serif;
  color: #fff;
  line-height: 2;
  margin-bottom: 20px;
  position: relative;
}

/* line 112, base/_base.scss */

.main-list-item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #f8b032;
  position: absolute;
  top: 0;
  left: -40px;
  margin-top: 10px;
}

/* line 126, base/_base.scss */

html.mobile-opened,
html.mobile-opened body {
  overflow-y: hidden;
}

/* line 133, base/_base.scss */

header {
  z-index: 10;
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: transparent;
}

/* line 146, base/_base.scss */

header .logo1 {
  height: 201px;
  width: auto;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

/* line 152, base/_base.scss */

header .logo2 {
  height: 201px;
  width: auto;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

/* line 158, base/_base.scss */

header .logo2 {
  display: none;
}

/* line 163, base/_base.scss */

header.menu-negative .logo1 {
  display: none;
}

/* line 167, base/_base.scss */

header.menu-negative .logo2 {
  display: block;
}

/* line 172, base/_base.scss */

header.menu-negative ul .main-menu__item {
  color: #1e1e1d !important;
}

/* line 178, base/_base.scss */

header.menu-negative ul .main-menu__submenu .main-menu__item {
  color: #f8b032 !important;
}

/* line 181, base/_base.scss */

header.menu-negative ul .main-menu__submenu .main-menu__item:hover {
  color: #5d4394 !important;
}

/* line 191, base/_base.scss */

header.menu-negative.mobile-opened #main-menu {
  background-color: #f4f4f4;
}

/* line 197, base/_base.scss */

header.menu-negative.appearence-changed {
  background-color: #f4f4f4;
}

/* line 202, base/_base.scss */

header.menu-negative #open-mobile-menu::before,
header.menu-negative #open-mobile-menu::after {
  background-color: #1e1e1d !important;
}

/* line 222, base/_base.scss */

header .header-container #main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 58px;
}

/* line 248, base/_base.scss */

header .header-container #main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 259, base/_base.scss */

header .header-container #main-menu > ul:hover .main-menu__item {
  opacity: 0.3;
}

/* line 263, base/_base.scss */

header .header-container #main-menu > ul li {
  position: relative;
}

/* line 271, base/_base.scss */

header .header-container #main-menu > ul .main-menu__item {
  position: relative;
  display: block;
  padding: 20px 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 290, base/_base.scss */

header .header-container #main-menu > ul .main-menu__item:hover {
  opacity: 1;
}

/* line 297, base/_base.scss */

header .header-container #main-menu > ul .main-menu__submenu {
  position: absolute;
  top: 100%;
  left: -4.5em;
  padding: 41px 0 30px;
  background-color: #FFFFFF;
  border-radius: 9px;
  min-width: 251px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 100ms ease, max-height 150ms ease-in-out;
  transition: opacity 100ms ease, max-height 150ms ease-in-out;
}

/* line 331, base/_base.scss */

header .header-container #main-menu > ul .main-menu__submenu .main-menu__item {
  font-size: 17px;
  padding: 0;
  color: #f8b032;
  opacity: 1;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 343, base/_base.scss */

header .header-container #main-menu > ul .main-menu__submenu .main-menu__item:hover {
  color: #5d4394;
}

/* line 346, base/_base.scss */

header .header-container #main-menu > ul .main-menu__submenu .main-menu__item:hover span {
  position: relative;
}

/* line 349, base/_base.scss */

header .header-container #main-menu > ul .main-menu__submenu .main-menu__item:hover span::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: -10px;
  top: 8px;
  border-radius: 50%;
  background: #5d4394;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 363, base/_base.scss */

header .header-container #main-menu > ul .main-menu__submenu .main-menu__item:hover span::after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  right: -10px;
  top: 8px;
  border-radius: 50%;
  background: #5d4394;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 383, base/_base.scss */

header .header-container #main-menu .with-submenu:hover > .main-menu__item {
  opacity: 1;
}

/* line 386, base/_base.scss */

header .header-container #main-menu .with-submenu:hover .main-menu__submenu {
  visibility: visible;
  opacity: 1;
}

/* line 392, base/_base.scss */

header .header-container #main-menu .with-submenu.open .main-menu__submenu {
  max-height: 300px;
  padding: 10px;
}

/* line 396, base/_base.scss */

header .header-container #main-menu .with-submenu.open .main-menu__submenu a {
  padding: 5px;
}

/* line 404, base/_base.scss */

header .header-container #open-mobile-menu {
  position: absolute;
  top: 48px;
  right: 15px;
  width: 15px;
  border: none;
  background-color: transparent;
  display: none;
  outline: none;
}

/* line 418, base/_base.scss */

header .header-container #open-mobile-menu::before {
  margin-bottom: 4px;
}

/* line 422, base/_base.scss */

header .header-container #open-mobile-menu::before,
header .header-container #open-mobile-menu::after {
  content: '';
  width: 15px;
  display: block;
  height: 1px;
  background-color: #FFFFFF;
}

/* line 435, base/_base.scss */

header.mobile-opened #main-menu {
  opacity: 1;
}

/* line 438, base/_base.scss */

header.mobile-opened #open-mobile-menu {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* line 443, base/_base.scss */

header.mobile-opened #open-mobile-menu::before {
  transform: rotate(-45deg) translate(0, -1px);
  -webkit-transform: rotate(-45deg) translate(0, -1px);
  -moz-transform: rotate(-45deg) translate(0, -1px);
  -o-transform: rotate(-45deg) translate(0, -1px);
  -ms-transform: rotate(-45deg) translate(0, -1px);
}

/* line 450, base/_base.scss */

header.mobile-opened #open-mobile-menu::after {
  transform: rotate(45deg) translate(-5px, -3px);
  -webkit-transform: rotate(45deg) translate(-5px, -3px);
  -moz-transform: rotate(45deg) translate(-5px, -3px);
  -o-transform: rotate(45deg) translate(-5px, -3px);
  -ms-transform: rotate(45deg) translate(-5px, -3px);
}

/* line 458, base/_base.scss */

header.mobile-opened:hover,
header.mobile-opened:focus,
header.mobile-opened:active {
  border: none !important;
  outline: none;
}

/* line 467, base/_base.scss */

.appearence-changed {
  background-color: #001130;
  height: 130px;
  width: 100%;
  top: 0;
  z-index: 20;
}

/* line 478, base/_base.scss */

.appearence-changed .logo img {
  height: 130px;
  width: auto;
}

/* line 483, base/_base.scss */

.appearence-changed #main-menu {
  padding-top: 28px !important;
}

/* line 488, base/_base.scss */

footer {
  position: relative;
  background-color: #001130;
}

/* line 492, base/_base.scss */

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 66.5vw;
  height: 100%;
  background-color: #5d4394;
}

/* line 506, base/_base.scss */

footer .footer-top {
  width: 100%;
}

/* line 541, base/_base.scss */

footer .footer-top .social-icons-mobile {
  display: none;
}

/* line 552, base/_base.scss */

footer .purple-background {
  background-color: #5d4394;
  padding-top: 100px;
}

/* line 561, base/_base.scss */

footer .purple-background2 {
  background-color: #5d4394;
}

/* line 565, base/_base.scss */

footer .footer-title {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  color: #f8b032;
  margin-bottom: 48px;
  width: 100%;
  float: left;
}

/* line 577, base/_base.scss */

footer .footer-title:hover,
footer .footer-title:focus,
footer .footer-title:active {
  text-decoration: none;
}

/* line 584, base/_base.scss */

footer ul {
  padding-left: 0;
}

/* line 592, base/_base.scss */

footer ul li:not(last-child) {
  margin-bottom: 24px;
}

/* line 596, base/_base.scss */

footer ul li a {
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 607, base/_base.scss */

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
  text-decoration: none;
  color: #001130;
}

/* line 618, base/_base.scss */

footer .col-right {
  padding-top: 100px;
}

/* line 621, base/_base.scss */

footer .col-right h4 {
  margin-bottom: 75px;
}

/* line 626, base/_base.scss */

footer .footer-bottom {
  padding-top: 53px;
  width: 100%;
  padding-bottom: 80px;
  position: relative;
}

/* line 662, base/_base.scss */

footer .footer-bottom .logo-bandeira {
  float: left;
}

/* line 672, base/_base.scss */

footer .footer-bottom .logo-wrapper .logo-loba {
  color: #FFFFFF;
  opacity: 0.65;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* line 677, base/_base.scss */

footer .footer-bottom .logo-wrapper .logo-loba:hover {
  text-decoration: none;
  opacity: 1;
}

/* line 696, base/_base.scss */

footer .social-icons a {
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0px 20px;
}

/* line 708, base/_base.scss */

footer .social-icons a i {
  font-size: 15px;
}

/* line 712, base/_base.scss */

footer .social-icons a:first-child {
  padding-left: 0px;
}

/* line 716, base/_base.scss */

footer .social-icons a:last-child {
  padding-right: 0px;
}

/* line 720, base/_base.scss */

footer .social-icons a:hover,
footer .social-icons a:focus,
footer .social-icons a:active {
  color: #f8b032;
  text-decoration: none;
}

/* line 730, base/_base.scss */

.page-block {
  width: 83px;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  bottom: 172px;
  height: 210px;
  z-index: 1;
}

/* line 743, base/_base.scss */

.page-block p {
  color: #000000;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  white-space: nowrap;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  position: absolute;
  left: -65px;
  top: 63px;
  padding-top: 25px;
  height: 83px;
  width: 210px;
  text-align: center;
  margin: 0;
}

/* line 763, base/_base.scss */

.scroll-bottom {
  bottom: 0 !important;
}

/* line 767, base/_base.scss */

li {
  list-style-type: none;
}

/* line 771, base/_base.scss */

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 776, base/_base.scss */

.big-title {
  font-size: 50px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  line-height: 60px;
}

/* line 787, base/_base.scss */

.row-equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 805, base/_base.scss */

.row-equal-vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 814, base/_base.scss */

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 819, base/_base.scss */

.d-flex-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 823, base/_base.scss */

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

/* line 833, base/_base.scss */

.bold {
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 837, base/_base.scss */

.bold-yellow {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
}

/* line 842, base/_base.scss */

.bold-blue {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #001130;
}

/* line 847, base/_base.scss */

.mt0 {
  margin-top: 0px;
}

/* line 863, base/_base.scss */

#banner-project .wrapper-banner {
  padding-top: 28vh;
}

/* line 870, base/_base.scss */

#banner-project .wrapper-banner .banner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

/* line 877, base/_base.scss */

#banner-project .wrapper-banner h1 {
  color: #f8b032;
  margin-bottom: 75px;
}

/* line 907, base/_base.scss */

#banner-project .wrapper-banner .icon-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

/* line 911, base/_base.scss */

#banner-project .wrapper-banner .icon-arrow::before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/* line 925, base/_base.scss */

.footer-mobile {
  display: none;
}

/* line 933, base/_base.scss */

.footer-hide,
.hide {
  display: none;
}

/* line 937, base/_base.scss */

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

/* line 941, base/_base.scss */

.banner-bottom {
  padding-bottom: 100px;
}

/* line 949, base/_base.scss */

.opencalls-fixed {
  position: fixed;
  top: 21%;
  max-width: 283px;
}

/* line 963, base/_base.scss */

html > .modal-open {
  overflow: hidden;
}

/* line 987, base/_base.scss */

.yellow-text {
  color: #f8b032;
}

/* line 997, base/_base.scss */

.grecaptcha-badge {
  display: none !important;
}

/* line 1002, base/_base.scss */

.banner-intro-error {
  overflow: hidden;
}

/* line 1005, base/_base.scss */

.banner-intro-error .text-intro-error h1 {
  font-size: 200px !important;
  font-family: 'CircularStd-Bold' !important;
}

/* line 1013, base/_base.scss */

.banner-intro-error .text-intro-error p {
  font-size: 30px !important;
}

/* line 1020, base/_base.scss */

.default-content ul {
  padding-left: 15px;
}

/* line 1023, base/_base.scss */

.default-content ul li {
  list-style-type: inherit;
}

/* line 1028, base/_base.scss */

.default-content .ol {
  padding-left: 15px;
}

/* line 1031, base/_base.scss */

.default-content .ol li {
  list-style-type: inherit;
}

/* line 1036, base/_base.scss */

.default-content table {
  background-color: #5d4394;
}

/* line 1039, base/_base.scss */

.default-content table td,
.default-content table th {
  padding: 10px;
}

/* line 1056, base/_base.scss */

.w-100 {
  width: 100%;
}

/* line 1060, base/_base.scss */

.wp-block-image img {
  height: auto;
}

/* line 1076, base/_base.scss */

.d-none {
  display: none;
}

/* line 3, base/_inputs.scss */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="phone"],
textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 15px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: white;
  font-size: 14px;
}

/* line 23, base/_inputs.scss */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="phone"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 2px 7px #ccc;
  box-shadow: 0 2px 7px #ccc;
  border-color: #001130;
  outline: none;
}

/* line 35, base/_inputs.scss */

input[type="number"] {
  -moz-appearance: textfield;
}

/* line 39, base/_inputs.scss */

textarea {
  max-width: 100%;
  min-height: 100px;
}

/* line 46, base/_inputs.scss */

select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 109, base/_inputs.scss */

input[type="checkbox"] {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-top: 0 !important;
  float: left;
  z-index: 10;
  opacity: 0;
  vertical-align: middle;
}

/* line 114, base/_inputs.scss */

input[type="checkbox"][disabled] + label.form-check-label,
input[type="checkbox"][disabled] + label + label.form-check-label {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 124, base/_inputs.scss */

input[type="checkbox"]:checked + label.form-check-label:after,
input[type="checkbox"]:checked + label + label.form-check-label:after {
  border-color: #001130;
}

/* line 131, base/_inputs.scss */

input[type="checkbox"]:focus + label.form-check-label:before,
input[type="checkbox"]:focus + label + label.form-check-label:before {
  -webkit-box-shadow: 0 1px 4px rgba(0, 17, 48, 0.5);
  box-shadow: 0 1px 4px rgba(0, 17, 48, 0.5);
}

/* line 137, base/_inputs.scss */

input[type="checkbox"] + label.form-check-label,
input[type="checkbox"] + label + label.form-check-label {
  padding-left: 30px;
  position: relative;
  margin-left: -20px;
  float: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 141, base/_inputs.scss */

input[type="checkbox"] + label.form-check-label:before,
input[type="checkbox"] + label + label.form-check-label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 10px #ddd;
  box-shadow: 0 2px 10px #ddd;
  border-radius: 3px;
  background-color: #fff;
}

/* line 145, base/_inputs.scss */

input[type="checkbox"] + label.form-check-label:after,
input[type="checkbox"] + label + label.form-check-label:after {
  content: '';
  width: 13px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 0 0 0 2px;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
}

/* line 163, base/_inputs.scss */

input[type="radio"] {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-top: 0 !important;
  float: left;
  z-index: 10;
  opacity: 0;
  vertical-align: middle;
}

/* line 168, base/_inputs.scss */

input[type="radio"][disabled] + label.form-check-label,
input[type="radio"][disabled] + label + label.form-check-label {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 175, base/_inputs.scss */

input[type="radio"]:checked + label.form-check-label,
input[type="radio"]:checked + label + label.form-check-label {
  position: relative;
}

/* line 179, base/_inputs.scss */

input[type="radio"]:checked + label.form-check-label:after,
input[type="radio"]:checked + label + label.form-check-label:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background-color: #001130;
}

/* line 194, base/_inputs.scss */

input[type="radio"]:focus + label.form-check-label:before,
input[type="radio"]:focus + label + label.form-check-label:before {
  -webkit-box-shadow: 0 1px 4px rgba(0, 17, 48, 0.5);
  box-shadow: 0 1px 4px rgba(0, 17, 48, 0.5);
}

/* line 200, base/_inputs.scss */

input[type="radio"] + label.form-check-label,
input[type="radio"] + label + label.form-check-label {
  padding-left: 30px;
  position: relative;
  margin-left: -20px;
  float: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 204, base/_inputs.scss */

input[type="radio"] + label.form-check-label:before,
input[type="radio"] + label + label.form-check-label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 10px #ddd;
  box-shadow: 0 2px 10px #ddd;
  border-radius: 3px;
  background-color: #fff;
  border-radius: 50%;
}

/* line 1, base/select.scss */

.custom-select-option {
  position: relative;
  font-size: 13px;
  line-height: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #001130;
}

/* line 8, base/select.scss */

.custom-select-option select {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}

/* line 18, base/select.scss */

.custom-select-option select.custom-select__mobile {
  z-index: 99 !important;
}

/* line 23, base/select.scss */

.custom-select-option ::-webkit-scrollbar {
  width: 10px;
}

/* line 27, base/select.scss */

.custom-select-option ::-webkit-scrollbar-track {
  border-left: 1px solid #eee;
  background: rgba(0, 0, 0, 0.05);
}

/* line 32, base/select.scss */

.custom-select-option ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
}

/* line 36, base/select.scss */

.custom-select-option ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.25);
}

/* line 41, base/select.scss */

.select-selected {
  position: relative;
  width: 169px;
  height: 35px;
  padding: 10px 12px;
  border-radius: 9px;
  background-color: #FFFFFF;
  border: solid 1px #d9d9d9;
  color: #001130;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 20px;
}

/* line 59, base/select.scss */

.select-selected:after {
  content: "";
  font-family: 'icomoon';
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: 12px;
  color: #5f5f5f;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 73, base/select.scss */

.select-selected.select-arrow-active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 80, base/select.scss */

.select-items div {
  height: 35px;
  padding: 0 15px;
  color: #001130;
  line-height: 35px;
  cursor: pointer;
  vertical-align: middle;
}

/* line 89, base/select.scss */

.select-items {
  max-height: 200px;
  width: 169px;
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: auto;
  border: 1px solid #d9d9d9;
  border-radius: 9px;
  background-color: #FFFFFF;
}

/* line 107, base/select.scss */

.select-hide {
  display: none;
}

/* line 111, base/select.scss */

.select-items div {
  background-color: #FFFFFF;
  color: #001130;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

/* line 116, base/select.scss */

.select-items div:last-child {
  border-bottom: none;
}

/* line 120, base/select.scss */

.select-items div:hover {
  color: #f8b032;
}

/* line 1, base/_file.scss */

.custom-file {
  position: relative;
}

/* line 4, base/_file.scss */

.custom-file input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* line 13, base/_file.scss */

.custom-file__mask {
  display: block;
  height: 34px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: white;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 27, base/_file.scss */

.custom-file__mask:hover,
.custom-file__mask:focus,
.custom-file__mask:active {
  background-color: #ddd;
}

/* line 1, base/_forms.scss */

input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="phone"]:disabled,
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

/* line 10, base/_forms.scss */

.validate-form {
  position: relative;
}

/* line 14, base/_forms.scss */

.form-group {
  position: relative;
  margin-bottom: 15px;
}

/* line 18, base/_forms.scss */

.form-group:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

/* line 26, base/_forms.scss */

label {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
}

/* line 34, base/_forms.scss */

label.error {
  margin: 5px 0 0 0;
  color: #f55c31;
  font-size: 12px;
}

/* line 39, base/_forms.scss */

label.error + label {
  margin-bottom: 20px;
}

/* line 47, base/_forms.scss */

input[type="checkbox"].valid + label.error + label,
input[type="radio"].valid + label.error + label {
  margin-bottom: 0;
}

/* line 57, base/_forms.scss */

input[type="checkbox"] + label.error,
input[type="radio"] + label.error {
  position: absolute;
  bottom: 0;
  left: 30px;
  margin: 0;
  font-size: 12px;
}

/* line 70, base/_forms.scss */

.open-rgpd.loading {
  position: relative;
  color: transparent !important;
}

/* line 74, base/_forms.scss */

.open-rgpd.loading:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: white;
  border-right-color: white;
  -webkit-animation: linear centeredRotation 0.8s infinite;
  animation: linear centeredRotation 0.8s infinite;
}

/* line 95, base/_forms.scss */

.rgpd {
  display: none;
  max-width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-box-shadow: 0 5px 20px rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  background-color: white;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  z-index: 1;
}

/* line 117, base/_forms.scss */

.rgpd.rgpd--open {
  display: block;
}

/* line 121, base/_forms.scss */

.rgpd:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

/* line 128, base/_forms.scss */

.rgpd button {
  min-width: 0;
  width: calc(50% - $grid-gutter-width);
  float: left;
}

/* line 133, base/_forms.scss */

.rgpd button:last-child {
  float: right;
}

/* line 138, base/_forms.scss */

.rgpd p {
  color: #5f5f5f;
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 20px;
}

/* line 151, base/_forms.scss */

.rgpd .reject-rgpd {
  color: #5f5f5f;
  background: transparent;
  margin-top: 12px !important;
  font-size: 25px;
}

/* line 157, base/_forms.scss */

.rgpd .reject-rgpd:hover {
  color: #f8b032;
}

/* line 166, base/_forms.scss */

.rgpd .btn-primary {
  width: 140px;
}

/* line 169, base/_forms.scss */

.rgpd .btn-primary span {
  width: 140px;
}

/* line 174, base/_forms.scss */

.rgpd .container-btn-submit {
  width: 140px;
  float: right;
}

/* line 178, base/_forms.scss */

.rgpd .container-btn-submit #btn-submit {
  margin-top: 0px !important;
}

/* line 182, base/_forms.scss */

.rgpd .container-btn-submit #btn-submit:hover span {
  left: calc(37% - 6.5rem);
  color: #001130;
}

/* line 192, base/_forms.scss */

.rgpd__title {
  margin-top: 0;
  color: #001130;
  font-size: 17px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-bottom: 30px;
  position: relative;
  text-indent: 12px;
}

/* line 206, base/_forms.scss */

.rgpd__title::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #f8b032;
  position: absolute;
  left: 0px;
  top: 6px;
}

/* line 1, base/_warnings.scss */

.warnings {
  font-size: 14px;
}

/* line 11, base/_warnings.scss */

.warnings.warnings--show p {
  display: block !important;
}

/* line 18, base/_warnings.scss */

.warnings p {
  display: none;
  padding: 10px 20px;
  border-radius: 3px;
}

/* line 30, base/_warnings.scss */

.warnings__success {
  border: 1px solid #95db94;
  background-color: rgba(149, 219, 148, 0.6);
  color: white;
}

/* line 42, base/_warnings.scss */

.warnings__error {
  border: 1px solid #f55c31;
  background-color: rgba(245, 92, 49, 0.6);
  color: white;
}

/* line 5, base/_buttons.scss */

.btn,
.wp-block-button__link {
  display: inline-block;
  padding: 7px 25px 19px 31px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  border-radius: 29.5px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 20, base/_buttons.scss */

.btn:hover,
.wp-block-button__link:hover {
  text-decoration: none;
}

/* line 27, base/_buttons.scss */

.btn:focus,
.btn:active,
.wp-block-button__link:focus,
.wp-block-button__link:active {
  text-decoration: none;
  outline: none;
  border: none;
}

/* line 35, base/_buttons.scss */

.btn-default {
  background: linear-gradient(70deg, #f8b032 3%, #5d4394 104%);
  color: #FFFFFF;
}

/* line 42, base/_buttons.scss */

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #e9e9e9;
  color: #FFFFFF;
}

/* line 53, base/_buttons.scss */

.btn-primary,
.wp-block-button__link {
  background: transparent;
  color: #FFFFFF;
  min-width: 200px;
  height: 60px;
  text-align: center;
  position: relative;
  line-height: 45px;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 68, base/_buttons.scss */

.btn-primary::after,
.wp-block-button__link::after {
  content: '';
  position: absolute;
  background: linear-gradient(70deg, #f8b032 3%, #5d4394 104%);
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 29.5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 83, base/_buttons.scss */

.btn-primary span,
.wp-block-button__link span {
  position: absolute;
  left: 0;
  top: 8px;
  width: 200px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 91, base/_buttons.scss */

.btn-primary .icon-arrow,
.wp-block-button__link .icon-arrow {
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 96, base/_buttons.scss */

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active {
  color: #FFFFFF;
  height: 59px;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 106, base/_buttons.scss */

.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary:active span,
.wp-block-button__link:hover span,
.wp-block-button__link:focus span,
.wp-block-button__link:active span {
  /*left: calc(10% - 7.5rem)*/
}

/* line 109, base/_buttons.scss */

.btn-primary:hover .icon-arrow,
.btn-primary:focus .icon-arrow,
.btn-primary:active .icon-arrow,
.wp-block-button__link:hover .icon-arrow,
.wp-block-button__link:focus .icon-arrow,
.wp-block-button__link:active .icon-arrow {
  position: absolute;
  right: calc(10% - 2rem);
}

/* line 115, base/_buttons.scss */

.btn-primary:hover::after,
.btn-primary:focus::after,
.btn-primary:active::after,
.wp-block-button__link:hover::after,
.wp-block-button__link:focus::after,
.wp-block-button__link:active::after {
  width: 59px;
}

/* line 119, base/_buttons.scss */

.btn-primary.btn-blocked,
.wp-block-button__link.btn-blocked {
  pointer-events: none;
  background: linear-gradient(70deg, rgba(248, 176, 50, 0.3) 3%, rgba(93, 67, 148, 0.3) 104%);
  position: relative;
}

/* line 123, base/_buttons.scss */

.btn-primary.btn-blocked:after,
.wp-block-button__link.btn-blocked:after {
  content: attr(data-badge);
  position: absolute;
  top: -12.5px;
  right: -10px;
  width: 85px;
  height: 25px;
  background: #ff8562;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 142, base/_buttons.scss */

.btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

/* line 156, base/_buttons.scss */

.btn-secondary .icon-arrow {
  font-size: 20px;
  float: left;
}

/* line 161, base/_buttons.scss */

.btn-secondary .btn-circle {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  position: absolute;
  z-index: -1;
  top: 4px;
  right: -9px;
  background: linear-gradient(42deg, #f8b032 2%, #5d4394 108%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 178, base/_buttons.scss */

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: transparent;
  color: #FFFFFF;
}

/* line 187, base/_buttons.scss */

.btn-secondary:hover .btn-circle,
.btn-secondary:focus .btn-circle,
.btn-secondary:active .btn-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 197, base/_buttons.scss */

.wrapper-option:hover .btn-secondary .btn-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 205, base/_buttons.scss */

.btn-success {
  background-color: #95db94;
  color: #FFFFFF;
}

/* line 212, base/_buttons.scss */

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #f8b032;
  color: white;
}

/* line 223, base/_buttons.scss */

.btn-xs {
  padding: 1px 15px;
  font-size: 10px;
}

/* line 228, base/_buttons.scss */

.btn-sm {
  padding: 5px 20px;
  font-size: 12px;
}

/* line 233, base/_buttons.scss */

.btn-lg {
  padding: 15px 40px;
  font-size: 18px;
}

/* line 238, base/_buttons.scss */

.btn-xl {
  padding: 25px 50px;
  font-size: 24px;
}

/* line 243, base/_buttons.scss */

.btn-block {
  display: block;
  width: 100%;
}

/* line 248, base/_buttons.scss */

.wp-block-button__link {
  font-size: 15px !important;
  line-height: 37px;
  background: transparent !important;
  border-radius: 29.5px !important;
}

/* Barra cookies */

/* line 3, base/_cookies.scss */

.cookies__wrapper {
  display: none;
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

/* line 15, base/_cookies.scss */

.cookies__wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 29, base/_cookies.scss */

.cookies__wrapper.show {
  display: block;
}

/* line 33, base/_cookies.scss */

.cookies__wrapper .container-cookies {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10vh;
}

/* line 46, base/_cookies.scss */

.cookies__box {
  max-width: 100%;
  padding: 40px 0px 30px 0px;
  position: relative;
  margin: 0 auto;
  background-color: white;
}

/* line 62, base/_cookies.scss */

.cookies__box .btn-primary:hover span,
.cookies__box .btn-primary:hover .icon-arrow {
  color: #001130;
}

/* line 69, base/_cookies.scss */

.cookies__title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  line-height: 30px;
  color: #f8b032;
  text-align: center;
}

/* line 80, base/_cookies.scss */

.cookies__description .btn-primary {
  margin-left: 10px;
}

/* line 84, base/_cookies.scss */

.cookies__buttons {
  text-align: right;
}

/* line 92, base/_cookies.scss */

.cookies-bar-message {
  display: block;
  float: left;
  margin-bottom: 20px;
  color: #5f5f5f;
  font-size: 15px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  line-height: 20px;
}

/* line 106, base/_cookies.scss */

.cookies__settings-link {
  color: #5f5f5f;
  font-size: 15px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  padding: 0;
  background: transparent;
  display: inline;
  text-decoration: underline;
  display: inline !important;
  float: none !important;
  margin: 0 !important;
}

/* line 118, base/_cookies.scss */

.cookies__settings-link:hover {
  color: #f8b032;
  text-decoration: underline;
}

/* line 124, base/_cookies.scss */

.cookies-link {
  color: #5f5f5f !important;
  font-size: 15px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  line-height: 20px;
  margin-right: 20px;
}

/* line 131, base/_cookies.scss */

.cookies-link span {
  font-size: 15px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-right: 15px;
  float: left;
}

/* line 138, base/_cookies.scss */

.cookies-link .icon-arrow {
  font-size: 15px;
  float: left;
  position: relative;
  z-index: 1;
}

/* line 145, base/_cookies.scss */

.cookies-link .btn-circle {
  z-index: 0;
  top: -1px;
  right: -8px;
}

/* line 152, base/_cookies.scss */

.cookies__settings {
  padding: 0px 10px;
}

/* line 155, base/_cookies.scss */

.cookies__settings .cookies__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
}

/* line 161, base/_cookies.scss */

.cookies__settings .accordion-header::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 23px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
}

/* line 176, base/_cookies.scss */

.cookies__settings .accordion-header:not(.collapsed)::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 179, base/_cookies.scss */

.cookies__settings .accordion {
  border-radius: 0;
}

/* line 182, base/_cookies.scss */

.cookies__settings .accordion-item {
  margin-bottom: 0.375rem;
  border: 1px solid #dee2e6;
  overflow: hidden;
}

/* line 187, base/_cookies.scss */

.cookies__settings .accordion-button {
  color: #5f5f5f;
  background-color: transparent;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1.25rem 4.5rem 1.25rem 3rem;
  outline: none;
  border: none;
  text-align: left;
  padding-right: 48px;
  padding-left: 36px;
  width: 100%;
  font-size: 15px;
  float: none;
  margin: 0;
}

/* line 203, base/_cookies.scss */

.cookies__settings .accordion-button:hover {
  color: #f8b032;
}

/* line 207, base/_cookies.scss */

.cookies__settings .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  margin-left: 0;
  margin-right: 1rem;
}

/* line 212, base/_cookies.scss */

.cookies__settings .accordion-collapse {
  max-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 216, base/_cookies.scss */

.cookies__settings .accordion-collapse:not(.collapse) {
  max-height: 800px;
}

/* line 219, base/_cookies.scss */

.cookies__settings .accordion-body {
  padding: 0 1.5rem 1.25rem 1.5rem;
}

/* line 222, base/_cookies.scss */

.cookies__settings .accordion-body p {
  color: #5f5f5f !important;
  font-size: 14px;
  line-height: 20px;
}

/* line 227, base/_cookies.scss */

.cookies__settings .accordion .form-check {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 0;
  z-index: 3;
}

/* line 236, base/_cookies.scss */

.form-check-input {
  display: block !important;
  outline: none !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: contain;
  border: 1px solid #dee2e6 !important;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/* line 256, base/_cookies.scss */

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

/* line 259, base/_cookies.scss */

.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

/* line 262, base/_cookies.scss */

.form-check-input:focus {
  border-color: #80b4ec;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 105, 217, 0.25);
  box-shadow: 0 0 0 0 rgba(0, 105, 217, 0.25);
}

/* line 267, base/_cookies.scss */

.form-check-input:checked {
  background-color: #f8b032;
  border-color: #f8b032;
}

/* line 271, base/_cookies.scss */

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");
}

/* line 274, base/_cookies.scss */

.form-check-input[type=checkbox]:indeterminate {
  background-color: #f8b032;
  border-color: #f8b032;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/></svg>");
}

/* line 279, base/_cookies.scss */

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

/* line 284, base/_cookies.scss */

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 288, base/_cookies.scss */

.form-check-input::after {
  content: none !important;
}

/* line 292, base/_cookies.scss */

.form-switch {
  padding-left: 2.5em;
}

/* line 295, base/_cookies.scss */

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba%280, 0, 0, 0.25%29'/></svg>");
  width: 3em;
  margin-left: -2.5em;
  background-position: left center !important;
  border-radius: 2em;
  opacity: 1;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

/* line 304, base/_cookies.scss */

.form-switch .form-check-input:checked {
  background-position: right center !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23fff'/></svg>");
}

/* line 308, base/_cookies.scss */

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 312, base/_cookies.scss */

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 317, base/_cookies.scss */

.position-relative {
  position: relative;
}

/* line 320, base/_cookies.scss */

.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  display: block;
}

/* line 332, base/_cookies.scss */

.cookies__wrapper fieldset {
  border: none;
  margin-bottom: 30px;
}

/* line 347, base/_cookies.scss */

.cookie-info {
  display: block;
  padding-left: 30px;
  line-height: 16px;
}

/* line 353, base/_cookies.scss */

.cookies-policy-link {
  padding: 0 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 0 4px 4px;
  background-color: #eee;
  text-align: center;
}

/* line 368, base/_cookies.scss */

.cookies-bar-know-more {
  color: #9a9a9a;
  font-size: 0.85em;
  line-height: 30px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 374, base/_cookies.scss */

.cookies-bar-know-more:hover {
  color: white;
}

/* line 380, base/_cookies.scss */

.cookies-message p {
  display: none;
}

/* line 384, base/_cookies.scss */

.cookies-message b {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Barra cookies END */

@-webkit-keyframes centeredRotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes centeredRotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* line 1, layout/_loba.scss */

.loba {
  display: inline-block;
  max-width: 50px;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* line 7, layout/_loba.scss */

.loba:hover {
  opacity: 1;
}

/* line 11, layout/_loba.scss */

.loba img {
  width: 100%;
}

/* line 1, layout/_index.scss */

.banner-intro {
  width: 100%;
  height: 100vh;
  z-index: 5;
}

/* line 14, layout/_index.scss */

.banner-intro .canva-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

/* line 22, layout/_index.scss */

.banner-intro #canvasOne {
  max-height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

/* line 52, layout/_index.scss */

.banner-intro .stage {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  max-width: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/* line 77, layout/_index.scss */

.banner-intro .stage h1 {
  font-size: 50px;
  font-family: "CircularStd-Book", Arial, sans-serif;
  margin-top: 0;
}

/* line 91, layout/_index.scss */

.banner-intro .stage h1 span {
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 96, layout/_index.scss */

.banner-intro .stage h2 {
  font-size: 50px;
  font-family: "CircularStd-Book", Arial, sans-serif;
  color: #f8b032 !important;
  margin-top: 35px;
}

/* line 114, layout/_index.scss */

.banner-intro .stage .btn {
  margin-top: 100px;
}

/* line 120, layout/_index.scss */

.scroll-block {
  width: 83px;
  height: 172px;
  padding: 42px 19px 30px 20px;
  background-color: #000000;
  position: absolute;
  right: 0;
  bottom: 0px;
}

/* line 133, layout/_index.scss */

.scroll-block p {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

/* line 141, layout/_index.scss */

.scroll-block .border {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  vertical-align: middle;
}

/* line 149, layout/_index.scss */

.scroll-block .l-section-top {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 154, layout/_index.scss */

.scroll-block .l-section-top .c-scrolldown {
  width: 1px;
  height: 53px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

/* line 164, layout/_index.scss */

.scroll-block .l-section-top .c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -53px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

/* line 177, layout/_index.scss */

section.research {
  padding-bottom: 95px;
  position: relative;
  margin-top: 60px;
  z-index: 5;
}

/* line 187, layout/_index.scss */

section.research .wrapper-left-area {
  padding-top: 98px;
}

/* line 195, layout/_index.scss */

section.research .wrapper-left-area .left-area {
  position: relative;
  display: inline-block;
  height: 385px;
  min-width: 112px;
}

/* line 207, layout/_index.scss */

section.research .wrapper-left-area .left-area .icon-arrow {
  padding-left: 45px;
  font-size: 25px;
}

/* line 228, layout/_index.scss */

section.research .wrapper-left-area .left-area h2 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  text-align: left;
  overflow: hidden;
  height: 112px;
  width: 385px;
  position: absolute;
  top: 362px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

/* line 262, layout/_index.scss */

section.research .right-area {
  background-color: #000000;
  padding: 98px;
  position: relative;
}

/* line 298, layout/_index.scss */

section.research .right-area h2 {
  color: #f8b032;
  margin-top: 0px;
}

/* line 307, layout/_index.scss */

section.research .right-area p {
  color: #959595;
  padding: 44px 0px 75px 0px;
}

/* line 316, layout/_index.scss */

section.research .right-area .btn-mobile {
  display: none;
}

/* line 330, layout/_index.scss */

section.research .right-area .wrapper-video {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 335, layout/_index.scss */

section.research .right-area .wrapper-video video {
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
}

/* line 343, layout/_index.scss */

section.research .right-area .topics-mobile {
  width: 50px;
  height: 149px;
  padding: 17px 18px 114px 19px;
  background-color: #5d4394;
  position: absolute;
  right: -59px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  bottom: 137px;
  color: #1e1e1d;
  cursor: pointer;
  display: none;
  z-index: 10;
}

/* line 366, layout/_index.scss */

section.research .right-area .topics-mobile p {
  color: #1e1e1d;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  white-space: nowrap;
  position: absolute;
  left: -20px;
  top: 65px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(-90deg);
}

/* line 381, layout/_index.scss */

section.research .right-area .topics-mobile .icon-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  display: inline-block;
  margin-left: 22px;
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: -5px;
}

/* line 396, layout/_index.scss */

section.research .right-area .box-area {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 413, layout/_index.scss */

section.research .right-area .box-area .box-menu {
  background-color: #5d4394;
  padding: 54px 45px 54px 40px;
  z-index: 10;
  position: relative;
}

/* line 419, layout/_index.scss */

section.research .right-area .box-area .box-menu .box-title {
  color: #1e1e1d;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-bottom: 40px;
}

/* line 428, layout/_index.scss */

section.research .right-area .box-area .box-menu .box-title section.research .right-area .box-area .icon-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  display: inline-block;
  margin-left: 22px;
  font-size: 12px;
}

/* line 441, layout/_index.scss */

section.research .right-area .box-area .box-menu .dots-research .owl-dot {
  font-size: 13px;
  line-height: 1.2;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}

/* line 443, layout/_index.scss */

section.research .right-area .box-area .box-menu .dots-research .owl-dot:not(last-child) {
  margin-bottom: 20px;
}

/* line 461, layout/_index.scss */

section.research .right-area .box-area .box-menu .dots-research .owl-dot.active::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #f8b032;
  border-radius: 3px;
  position: absolute;
  top: 4px;
  left: -12px;
}

/* line 472, layout/_index.scss */

section.research .right-area .box-area .box-menu .dots-research .owl-dot #container {
  width: 14px;
  height: 14px;
  position: absolute;
  left: -18px;
  top: -1px;
}

/* line 480, layout/_index.scss */

section.research .right-area .box-area .box-menu .dots-research .owl-dot:hover,
section.research .right-area .box-area .box-menu .dots-research .owl-dot:focus,
section.research .right-area .box-area .box-menu .dots-research .owl-dot.active {
  text-decoration: none;
  color: #f8b032;
}

/* line 493, layout/_index.scss */

.get-involved {
  position: relative;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  background: url("../img/grelha-pontos.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
}

/* line 507, layout/_index.scss */

.get-involved .left-get-involved {
  border-right: 1px solid #979797;
}

/* line 514, layout/_index.scss */

.get-involved .left-get-involved .wrapper-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 95px 0 92px 25px;
  color: #FFFFFF;
  text-decoration: none;
}

/* line 527, layout/_index.scss */

.get-involved .left-get-involved h2 {
  color: #f8b032;
  padding-top: 84px;
}

/* line 536, layout/_index.scss */

.get-involved .left-get-involved h2::before {
  content: '';
  display: inline-block;
  margin-right: 19px;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-radius: 7.5px;
  background-color: #f8b032;
}

/* line 553, layout/_index.scss */

.get-involved .wrapper-option .number {
  width: 100%;
  color: #f8b032;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-bottom: 24px;
}

/* line 561, layout/_index.scss */

.get-involved .right-get-involved {
  padding: 75px 25px 92px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 574, layout/_index.scss */

.get-involved .right-line {
  border-top: 1px solid #979797;
  position: relative;
}

/* line 595, layout/_index.scss */

.get-involved .bottom-get-involved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

/* line 605, layout/_index.scss */

.get-involved .arrow-center {
  text-align: center;
}

/* line 614, layout/_index.scss */

.get-involved .first-mobile {
  display: none;
  padding: 84px 0px 44px 0px;
  border-bottom: 1px solid #979797;
  color: #FFFFFF;
}

/* line 632, layout/_index.scss */

.newsletter {
  margin-top: 84px;
  position: relative;
  /*.circle{
  		border-radius: 50%;
  		min-height: 400px;
  		width: 400px;
  		background-color: $color-primary3;
  		position: absolute;
  		left: 0;
  		right: 0;
  		margin: 0 auto;
  
  		@include max-md {
  			width: 300px;
  			min-height: 300px;
  			height: 300px;
  		}
  
  		@include max-sm {
  			position: relative;
  			margin: 40px auto;
  		}
  
  		@include max-xs {
  			width: 200px;
  			min-height: 200px;
  			height: 200px;
  		}
  
  		img{
  			width: 90%;
  			margin: 5vh auto;
  			height: auto;
  
  			@include max-xs {
  				margin: 2vh auto;
  			}
  		}
  	}*/
}

/* line 636, layout/_index.scss */

.newsletter .newsletter-col {
  padding: 124px 0px;
}

/* line 639, layout/_index.scss */

.newsletter .newsletter-col.video {
  background: #5d4394;
}

/* line 643, layout/_index.scss */

.newsletter .newsletter-col.image {
  background: #f8b032;
}

/* line 652, layout/_index.scss */

.newsletter::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 100%;
  background: #001130;
}

/* line 666, layout/_index.scss */

.newsletter::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0px;
  width: 60px;
  height: 101%;
  background: #001130;
}

/* line 680, layout/_index.scss */

.newsletter p {
  font-size: 18px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  width: 302px;
  line-height: 25px;
  margin-top: 40px;
  color: #1e1e1d;
}

/* line 693, layout/_index.scss */

.newsletter .newsletter-text {
  width: 263px;
  color: #FFFFFF;
}

/* line 702, layout/_index.scss */

.newsletter .sub-text {
  color: #f8b032;
}

/* line 706, layout/_index.scss */

.newsletter .btn {
  margin-top: 68px;
}

/* line 748, layout/_index.scss */

.newsletter .img-carousel-newsletter {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

/* line 754, layout/_index.scss */

.newsletter .box-number-newsletter {
  width: 251px;
  height: 112px;
  background: #000000;
  position: absolute;
  bottom: 0px;
  left: 60px;
  padding-top: 35px;
  text-align: center;
}

/* line 768, layout/_index.scss */

.newsletter .box-number-newsletter .number {
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  margin-right: 10px;
}

/* line 777, layout/_index.scss */

.other-information {
  margin-top: 157px;
  position: relative;
}

/* line 785, layout/_index.scss */

.other-information .left-area {
  position: relative;
  width: 121px;
  height: 100%;
  padding-top: 42px;
  text-align: right;
  margin-bottom: 65px;
}

/* line 798, layout/_index.scss */

.other-information .left-area .icon-arrow {
  font-size: 25px;
}

/* line 815, layout/_index.scss */

.other-information .left-area h2 {
  white-space: nowrap;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(-90deg);
  text-align: left;
  position: absolute;
  left: -22px;
  top: 230px;
}

/* line 841, layout/_index.scss */

.other-information .box-other {
  min-height: 460px;
  border-left: 1px solid #979797;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

/* line 854, layout/_index.scss */

.other-information .box-other:last-child {
  border-right: 1px solid #979797;
}

/* line 862, layout/_index.scss */

.other-information .box-other a {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 871, layout/_index.scss */

.other-information .box-other a:hover {
  background-color: #f8b032;
  text-decoration: none;
}

/* line 875, layout/_index.scss */

.other-information .box-other a:hover .number,
.other-information .box-other a:hover .other-top {
  text-decoration: none;
}

/* line 880, layout/_index.scss */

.other-information .box-other a:hover h2 {
  color: #fff;
}

/* line 885, layout/_index.scss */

.other-information .box-other a .number {
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #FFFFFF;
  width: 100%;
}

/* line 892, layout/_index.scss */

.other-information .box-other a h2 {
  color: #f8b032;
  margin: 0;
}

/* line 901, layout/_index.scss */

.other-information .box-other a .other-bottom {
  position: absolute;
  left: 36px;
  bottom: 42px;
}

/* line 907, layout/_index.scss */

.other-information .box-other a .other-top {
  padding: 42px 0px 0px 36px;
}

/* line 914, layout/_index.scss */

.ai4eu {
  position: relative;
  padding: 100px 120px 150px 120px;
}

/* line 932, layout/_index.scss */

.ai4eu .wrapper {
  background: #f8b032;
  padding: 100px 140px 120px 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 957, layout/_index.scss */

.ai4eu h4 {
  margin: 0;
  font-size: 40px;
  line-height: 45px;
  color: #001130;
  max-width: 480px;
}

/* line 980, layout/_index.scss */

.ai4eu img {
  max-width: 355px;
}

/* line 1001, layout/_index.scss */

.ai4eu.bordered {
  padding-bottom: 0 !important;
}

/* line 1003, layout/_index.scss */

.ai4eu.bordered .wrapper {
  border: 1px solid rgba(151, 151, 151, 0.3);
  background: transparent !important;
}

/* line 1007, layout/_index.scss */

.ai4eu.bordered h4 {
  color: #fff;
}

/* line 1014, layout/_index.scss */

.slider-newsletter {
  position: relative;
}

/* line 1018, layout/_index.scss */

.slider-newsletter .owl-nav .owl-prev {
  position: absolute;
  right: 80px;
  top: 30%;
  background: transparent;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 1045, layout/_index.scss */

.slider-newsletter .owl-nav .owl-prev:hover {
  background: transparent;
  color: #FFFFFF;
}

/* line 1051, layout/_index.scss */

.slider-newsletter .owl-nav .owl-next {
  position: absolute;
  right: 80px;
  bottom: 26%;
  background: transparent;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 1079, layout/_index.scss */

.slider-newsletter .owl-nav .owl-next:hover {
  background: transparent;
  color: #FFFFFF;
}

/* line 1086, layout/_index.scss */

.slider-newsletter .owl-dots {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 80px;
  top: 50%;
}

/* line 1104, layout/_index.scss */

.slider-newsletter .owl-dots .owl-dot {
  position: relative;
  margin: 5px;
}

/* line 1108, layout/_index.scss */

.slider-newsletter .owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
  background: #f4f4f4;
}

/* line 1116, layout/_index.scss */

.slider-newsletter .owl-dots .owl-dot:hover span,
.slider-newsletter .owl-dots .owl-dot.active span {
  background: #f4f4f4;
  width: 6px;
  height: 6px;
}

/* line 1123, layout/_index.scss */

.slider-newsletter .owl-dots .owl-dot #container2 {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 2px;
  top: -6px;
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -53px;
  }

  75% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 53px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -53px;
  }

  75% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 53px;
  }
}

/* line 1164, layout/_index.scss */

#videoModal .modal-content {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 1170, layout/_index.scss */

#videoModal .modal-content iframe {
  border: none;
}

/* line 1175, layout/_index.scss */

#videoModal .close {
  top: 15px;
  right: 15px;
}

/* line 1, layout/_project-overview.scss */

.sliding-text {
  padding-top: 124px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

/* line 14, layout/_project-overview.scss */

.sliding-text .sliding-content {
  display: inline-block;
  width: 100%;
  position: absolute;
  overflow-x: hidden;
  top: 60px;
  left: 0;
  padding: 10px;
}

/* line 29, layout/_project-overview.scss */

.sliding-text .sliding-content span {
  font-size: 50px;
  color: #f8b032;
  padding: 0px 43px;
}

/* line 41, layout/_project-overview.scss */

.project-information {
  position: relative;
  margin-top: 135px;
}

/* line 49, layout/_project-overview.scss */

.project-information .animation-project {
  position: relative;
}

/* line 59, layout/_project-overview.scss */

.project-information #canvasProject {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
}

/* line 81, layout/_project-overview.scss */

.project-information .project-right-box {
  background: #f8b032;
  padding: 150px 132px 136px 132px;
}

/* line 124, layout/_project-overview.scss */

.project-information .project-right-box p {
  text-align: center;
}

/* line 133, layout/_project-overview.scss */

.project-information .project-right-box .spacer {
  width: 16px;
  margin: 40px auto;
  height: 80px;
}

/* line 137, layout/_project-overview.scss */

.project-information .project-right-box .spacer .point {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #001130;
  margin: 7px;
  float: left;
  clear: left;
}

/* line 150, layout/_project-overview.scss */

.scope {
  position: relative;
  margin-top: 260px;
}

/* line 158, layout/_project-overview.scss */

.scope h2 {
  font-size: 50px;
  color: #f8b032;
  line-height: 70px;
  margin-top: 0px;
}

/* line 170, layout/_project-overview.scss */

.scope p {
  line-height: 27px;
}

/* line 178, layout/_project-overview.scss */

.scope .topics-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

/* line 185, layout/_project-overview.scss */

.scope .line {
  width: 90%;
  height: 1px;
  opacity: 0.3;
  background: #FFFFFF;
  margin-top: 30px;
  float: left;
}

/* line 200, layout/_project-overview.scss */

.scope .point {
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #001130;
  opacity: 0.3;
  background: #FFFFFF;
  margin-top: 29px;
  float: right;
}

/* line 215, layout/_project-overview.scss */

.scope .text-mobile {
  display: none;
}

/* line 223, layout/_project-overview.scss */

.scope .line-mobile {
  display: none;
}

/* line 239, layout/_project-overview.scss */

.project-content {
  margin-top: 160px;
}

/* line 246, layout/_project-overview.scss */

.project-content .bold-yellow {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
}

/* line 251, layout/_project-overview.scss */

.project-content .spacer {
  width: 100%;
  margin: 78px 0px;
  float: left;
}

/* line 255, layout/_project-overview.scss */

.project-content .spacer .point {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #f8b032;
  margin: 7px;
  float: left;
}

/* line 265, layout/_project-overview.scss */

.project-content .topics {
  font-size: 15px;
  margin-top: 30px;
  position: relative;
}

/* line 274, layout/_project-overview.scss */

.project-content .topics .icon-arrow {
  font-size: 14px;
  color: #f8b032;
  position: absolute;
  left: -42px;
  margin-top: 3px;
}

/* line 282, layout/_project-overview.scss */

.project-content .topics:first-child {
  margin-top: 45px;
}

/* line 287, layout/_project-overview.scss */

.project-content .information-top {
  margin-bottom: 90px;
}

/* line 294, layout/_project-overview.scss */

.project-content .mapa {
  position: absolute;
  right: 0px;
}

/* line 306, layout/_project-overview.scss */

.project-content .yellow-box-information {
  background-color: #f8b032;
  padding: 90px 140px;
  margin-bottom: 100px;
}

/* line 349, layout/_project-overview.scss */

.project-content .yellow-box-information p {
  color: #001130;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

@-webkit-keyframes sliding {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes sliding {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes moveSlideshow {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  50.1% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes moveSlideshow {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  50.1% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 1, layout/_action-plan.scss */

#action-slider {
  margin-top: 100px;
}

/* line 4, layout/_action-plan.scss */

#action-slider .slider-action-plan {
  background: #f8b032;
}

/* line 33, layout/_action-plan.scss */

#action-slider .slider-action-plan .item {
  margin: 100px 142px 100px 142px;
}

/* line 44, layout/_action-plan.scss */

#action-slider .slider-action-plan .item .item-number {
  width: 100%;
  text-align: center;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #5d4394;
  margin-bottom: 45px;
}

/* line 52, layout/_action-plan.scss */

#action-slider .slider-action-plan .item .item-number-text {
  font-size: 30px;
  line-height: 45px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  text-align: center;
  margin-bottom: 36px;
}

/* line 71, layout/_action-plan.scss */

#action-slider .slider-action-plan .item .wrapper-arrow {
  width: 100%;
  text-align: center;
}

/* line 77, layout/_action-plan.scss */

#action-slider .slider-action-plan .owl-dots {
  padding-bottom: 40px;
}

/* line 82, layout/_action-plan.scss */

#action-slider .slider-action-plan .owl-nav .owl-prev {
  display: none;
}

/* line 86, layout/_action-plan.scss */

#action-slider .slider-action-plan .owl-nav .owl-next {
  position: absolute;
  bottom: 10vh;
  background: transparent;
  font-size: 17px;
  margin: 0 auto;
}

/* line 93, layout/_action-plan.scss */

#action-slider .slider-action-plan .owl-nav .owl-next .btn-circle {
  top: 8px !important;
  right: -2px !important;
}

/* line 100, layout/_action-plan.scss */

#action-slider .slider-action-plan .owl-theme .owl-dots .owl-dot span {
  width: 82px;
  height: 2px;
  margin: 0px 10px;
  background-color: #FFFFFF;
}

/* line 121, layout/_action-plan.scss */

#action-slider .slider-action-plan .owl-theme .owl-dots .owl-dot.active span {
  background-color: #5d4394;
}

/* line 127, layout/_action-plan.scss */

#methodology {
  margin-top: 150px;
}

/* line 130, layout/_action-plan.scss */

#methodology h2 {
  font-size: 50px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  width: 310px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* line 148, layout/_action-plan.scss */

#methodology .text-methodology {
  text-align: center;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-bottom: 50px;
  margin-top: 40px;
}

/* line 155, layout/_action-plan.scss */

#methodology .spacer {
  width: 16px;
  margin: 0 auto;
  height: 80px;
  margin-bottom: 55px;
}

/* line 160, layout/_action-plan.scss */

#methodology .spacer .point {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  margin: 7px;
  float: left;
  clear: left;
}

/* line 189, layout/_action-plan.scss */

#methodology .row .methodology-box {
  padding: 80px 70px;
  position: relative;
  height: 100%;
}

/* line 202, layout/_action-plan.scss */

#methodology .row .methodology-box .point1 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 212, layout/_action-plan.scss */

#methodology .row .methodology-box .point2 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 50%;
}

/* line 222, layout/_action-plan.scss */

#methodology .row .methodology-box .point3 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 232, layout/_action-plan.scss */

#methodology .row .methodology-box .point4 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 242, layout/_action-plan.scss */

#methodology .row .methodology-box .point5 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
}

/* line 252, layout/_action-plan.scss */

#methodology .row .methodology-box .point6 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 263, layout/_action-plan.scss */

#methodology .row .methodology-box .methodology-number {
  background: url("../img/oval.svg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #f8b032;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  width: 114px;
  height: 114px;
  margin: 0 auto;
  text-align: center;
  padding: 44px 0px;
}

/* line 276, layout/_action-plan.scss */

#methodology .row .methodology-box .methodology-text {
  margin-top: 47px;
  text-align: center;
}

/* line 280, layout/_action-plan.scss */

#methodology .row .methodology-box .methodology-text .title {
  color: #f8b032;
}

/* line 284, layout/_action-plan.scss */

#methodology .row .methodology-box .methodology-text .text {
  font-size: 15px;
  line-height: 27px;
}

/* line 298, layout/_action-plan.scss */

.view-online {
  margin: 200px 0px 170px 0px;
}

/* line 305, layout/_action-plan.scss */

.view-online h3 {
  color: #f8b032;
}

/* line 313, layout/_action-plan.scss */

.view-online .btn {
  margin-top: 20px;
}

/* line 318, layout/_action-plan.scss */

.expected-outcomes {
  background: url("../img/grelha-pontos-action.png");
  position: relative;
  margin-bottom: 90px;
}

/* line 323, layout/_action-plan.scss */

.expected-outcomes .outcomes-wrapper {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

/* line 326, layout/_action-plan.scss */

.expected-outcomes .outcomes-wrapper .outcomes-box {
  background: #000000;
  width: 124px;
  height: 500px;
  position: fixed;
  top: 200px;
}

/* line 340, layout/_action-plan.scss */

.expected-outcomes .outcomes-wrapper .outcomes-box .icon-arrow {
  font-size: 25px;
  position: absolute;
  top: 50px;
  left: 42px;
  display: inline-block;
}

/* line 359, layout/_action-plan.scss */

.expected-outcomes .outcomes-wrapper .outcomes-box h2 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  position: absolute;
  bottom: 100px;
  margin: 0;
  left: -30px;
}

/* line 386, layout/_action-plan.scss */

.expected-outcomes .row-outcomes {
  margin-top: 90px;
}

/* line 393, layout/_action-plan.scss */

.expected-outcomes .row-outcomes .point {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #f8b032;
  position: absolute;
  left: -20px;
  margin-top: 10px;
}

/* line 403, layout/_action-plan.scss */

.expected-outcomes .row-outcomes .topics {
  margin-bottom: 60px;
}

/* line 2, layout/_academy.scss */

#banner-project.banner-academy {
  background-position: right;
  background-repeat: no-repeat;
}

/* line 15, layout/_academy.scss */

#banner-project.banner-academy .wrapper-banner {
  padding-top: 37vh;
}

/* line 23, layout/_academy.scss */

#banner-project.banner-academy .banner-academy-text p {
  margin-bottom: 30px;
}

/* line 26, layout/_academy.scss */

#banner-project.banner-academy .banner-academy-text .spacer {
  width: 100%;
  margin: 90px 0px;
}

/* line 32, layout/_academy.scss */

#banner-project.banner-academy .banner-academy-text .spacer .point {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #f8b032;
  margin-bottom: 15px;
}

/* line 43, layout/_academy.scss */

.academy-content {
  margin-top: 0;
  padding-bottom: 100px;
}

/* line 58, layout/_academy.scss */

.academy-topics {
  margin-bottom: 90px;
  margin-top: 80px;
}

/* line 66, layout/_academy.scss */

.academy-topics-title {
  font-size: 35px;
  color: #f8b032;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-top: 0;
}

/* line 76, layout/_academy.scss */

.academy-topics-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 78, layout/_academy.scss */

.academy-topics-icon:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 28px;
}

/* line 84, layout/_academy.scss */

.academy-topics .topics {
  margin-top: 0;
  margin-bottom: 40px;
  color: #f4f4f4;
  opacity: 0.73;
  font-family: "CircularStd-Book", Arial, sans-serif;
}

/* line 94, layout/_academy.scss */

.academy-topics .icon-arrow {
  font-size: 14px;
  color: #f8b032;
  margin-right: 24px;
}

/* line 105, layout/_academy.scss */

.note {
  font-size: 15px;
  color: #f4f4f4;
  opacity: 0.73;
  font-family: "CircularStd-Book", Arial, sans-serif;
  text-align: center;
  margin-bottom: 50px;
}

/* line 2, layout/_open-calls.scss */

#banner-project.banner-opencalls {
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../img/banner-open-calls.png");
}

/* line 7, layout/_open-calls.scss */

#banner-project.banner-opencalls.banner-opencalls-winners {
  background-image: url("../img/banner-open-calls-winners.png");
}

/* line 19, layout/_open-calls.scss */

#banner-project.banner-opencalls.banner-opencalls-winners .wrapper-banner h1 span {
  color: #FFF;
}

/* line 24, layout/_open-calls.scss */

#banner-project.banner-opencalls.banner-opencalls-winners .highlight {
  color: #f8b032;
  padding-right: 40%;
}

/* line 32, layout/_open-calls.scss */

#banner-project.banner-opencalls.banner-opencalls-winners-detail {
  background-image: url("../img/banner-open-calls-winners-detail.png");
}

/* line 39, layout/_open-calls.scss */

#banner-project.banner-opencalls.banner-opencalls-winners-detail .logo-circle {
  position: absolute;
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 52, layout/_open-calls.scss */

#banner-project.banner-opencalls.banner-opencalls-winners-detail .point {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #f8b032;
  position: absolute;
  left: 10px;
  margin-top: 15px;
}

/* line 61, layout/_open-calls.scss */

#banner-project.banner-opencalls.banner-opencalls-winners-detail .subtitle-banner {
  margin-left: 25px;
}

/* line 65, layout/_open-calls.scss */

#banner-project.banner-opencalls.banner-opencalls-winners-detail .highlight {
  line-height: 1.2;
}

/* line 70, layout/_open-calls.scss */

#banner-project.banner-opencalls.banner-opencalls-winners-detail .winner-name {
  color: #FFF;
}

/* line 73, layout/_open-calls.scss */

#banner-project.banner-opencalls.banner-opencalls-winners-detail .winner-project {
  margin-bottom: 25px;
}

/* line 76, layout/_open-calls.scss */

#banner-project.banner-opencalls.banner-opencalls-winners-detail .winner-desc {
  margin-bottom: 80px;
}

/* line 79, layout/_open-calls.scss */

#banner-project.banner-opencalls.banner-opencalls-winners-detail .banner-opencalls-text {
  margin-top: 100px;
}

/* line 85, layout/_open-calls.scss */

#banner-project.banner-opencalls.banner-opencalls-winners-detail ~ .opencalls-content {
  margin-top: 200px;
}

/* line 117, layout/_open-calls.scss */

#banner-project.banner-opencalls .wrapper-banner {
  padding-top: 30vh;
}

/* line 125, layout/_open-calls.scss */

#banner-project.banner-opencalls .banner-opencalls-text p {
  margin-bottom: 30px;
}

/* line 129, layout/_open-calls.scss */

#banner-project.banner-opencalls .banner-opencalls-text .subtitle-banner {
  margin-top: 40px;
  margin-bottom: 10px;
}

/* line 133, layout/_open-calls.scss */

#banner-project.banner-opencalls .banner-opencalls-text .subtitle-banner .point {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #f8b032;
  position: absolute;
  left: -20px;
  margin-top: 10px;
}

/* line 143, layout/_open-calls.scss */

#banner-project.banner-opencalls .banner-opencalls-text .subtitle-banner p {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 25px;
  color: #f8b032;
  margin-bottom: 0px;
}

/* line 153, layout/_open-calls.scss */

.logo-circle {
  width: 230px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 50%;
}

/* line 176, layout/_open-calls.scss */

.opencalls-content {
  margin-top: 100px;
  padding-bottom: 100px;
}

/* line 189, layout/_open-calls.scss */

.opencalls-content .left-arrow {
  font-size: 25px;
}

/* line 193, layout/_open-calls.scss */

.opencalls-content h2 {
  margin-top: 20px;
  font-size: 35px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 199, layout/_open-calls.scss */

.opencalls-content .small-text {
  margin-top: 20px;
  font-size: 13px;
  line-height: 20px;
}

/* line 205, layout/_open-calls.scss */

.opencalls-content .box-dots-opencalls {
  background: #5d4394;
  padding: 40px;
  margin-top: 50px;
  z-index: 18;
}

/* line 223, layout/_open-calls.scss */

.opencalls-content .box-dots-opencalls .box-title {
  color: #1e1e1d;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-bottom: 40px;
}

/* line 232, layout/_open-calls.scss */

.opencalls-content .box-dots-opencalls .box-title .icon-arrow {
  display: inline-block;
  margin-left: 22px;
  font-size: 12px;
}

/* line 240, layout/_open-calls.scss */

.opencalls-content .box-dots-opencalls .dots-research .owl-dot {
  font-size: 13px;
  line-height: 13px;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}

/* line 242, layout/_open-calls.scss */

.opencalls-content .box-dots-opencalls .dots-research .owl-dot:not(last-child) {
  margin-bottom: 20px;
}

/* line 261, layout/_open-calls.scss */

.opencalls-content .box-dots-opencalls .dots-research .owl-dot.active::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #f8b032;
  border-radius: 3px;
  position: absolute;
  top: 4px;
  left: -12px;
}

/* line 272, layout/_open-calls.scss */

.opencalls-content .box-dots-opencalls .dots-research .owl-dot #container {
  width: 14px;
  height: 14px;
  position: absolute;
  left: -18px;
  top: -1px;
}

/* line 280, layout/_open-calls.scss */

.opencalls-content .box-dots-opencalls .dots-research .owl-dot:hover,
.opencalls-content .box-dots-opencalls .dots-research .owl-dot:focus,
.opencalls-content .box-dots-opencalls .dots-research .owl-dot.active {
  text-decoration: none;
  color: #f8b032;
}

/* line 290, layout/_open-calls.scss */

.opencalls-content .event-content {
  margin: 0;
  padding: 0;
}

/* line 293, layout/_open-calls.scss */

.opencalls-content .event-content .share-social-icons a {
  color: #FFF;
}

/* line 298, layout/_open-calls.scss */

.opencalls-content .topics-mobile-opencalls {
  width: 50px;
  height: 150px;
  padding: 17px 18px 114px 19px;
  background-color: #5d4394;
  position: absolute;
  right: -63px;
  top: 180px;
  color: #1e1e1d;
  cursor: pointer;
  display: none;
  z-index: 10;
}

/* line 319, layout/_open-calls.scss */

.opencalls-content .topics-mobile-opencalls p {
  color: #1e1e1d;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  white-space: nowrap;
  position: absolute;
  left: -20px;
  top: 65px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(-90deg);
}

/* line 335, layout/_open-calls.scss */

.opencalls-content .slider-open-calls {
  margin-top: 50px;
}

/* line 339, layout/_open-calls.scss */

.opencalls-content .slider-open-calls .track-number {
  font-size: 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-bottom: 10px;
}

/* line 345, layout/_open-calls.scss */

.opencalls-content .slider-open-calls h3 {
  font-size: 70px;
  line-height: 75px;
  color: #f8b032;
  margin-bottom: 70px;
}

/* line 363, layout/_open-calls.scss */

.opencalls-content .slider-open-calls p {
  margin-bottom: 50px;
}

/* line 368, layout/_open-calls.scss */

.opencalls-content .slider-open-calls .topics .icon-arrow {
  font-size: 14px;
  color: #f8b032;
  margin-right: 24px;
}

/* line 374, layout/_open-calls.scss */

.opencalls-content .slider-open-calls .topics p {
  font-size: 15px;
  margin-bottom: 40px;
  margin-top: 0px;
  color: #f4f4f4;
  opacity: 0.73;
  position: relative;
}

/* line 384, layout/_open-calls.scss */

.opencalls-content .slider-open-calls .btn {
  margin-top: 40px;
}

/* line 391, layout/_open-calls.scss */

.opencalls-winners-content .opencalls-winners-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}

/* line 402, layout/_open-calls.scss */

.opencalls-winners-content .title-number {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
  color: #f8b032;
}

/* line 411, layout/_open-calls.scss */

.opencalls-winners-content .title-number span {
  font-size: 20px;
  font-weight: 500;
  line-height: 3;
  color: white;
  position: absolute;
  margin-left: 10px;
}

/* line 422, layout/_open-calls.scss */

.opencalls-winners-content .winners-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

/* line 431, layout/_open-calls.scss */

.opencalls-winners-content .winners-block:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 80%;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 447, layout/_open-calls.scss */

.opencalls-winners-content .winnner-name-content {
  margin-left: 50px;
}

/* line 454, layout/_open-calls.scss */

.opencalls-winners-content .winner-name {
  font-size: 40px;
  font-weight: 700;
  color: #f8b032;
  margin-bottom: 10px;
}

/* line 467, layout/_open-calls.scss */

.opencalls-winners-content .winner-project {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 55px;
}

/* line 480, layout/_open-calls.scss */

.opencalls-winners-content .winner-desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  color: #FFF;
}

/* line 490, layout/_open-calls.scss */

.opencalls-winners-content .winner-vision-title {
  font-size: 17px;
  color: #f8b032;
  margin-bottom: 40px;
}

/* line 500, layout/_open-calls.scss */

.opencalls-winners-content .winner-vision-desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.76;
  color: #fff;
  margin-bottom: 30px;
}

/* line 511, layout/_open-calls.scss */

.opencalls-winners-content .highlight {
  color: #f8b032;
  margin-top: 40px;
  margin-bottom: 0;
}

/* line 521, layout/_open-calls.scss */

#openCallsMenu {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

/* line 525, layout/_open-calls.scss */

.other-winners {
  margin-top: 200px;
}

/* line 530, layout/_open-calls.scss */

.other-winners-container {
  margin-top: 90px;
}

/* line 533, layout/_open-calls.scss */

.other-winners-container .logo-circle {
  margin: 0 auto;
}

/* line 537, layout/_open-calls.scss */

.other-winners-item {
  text-decoration: none;
}

/* line 544, layout/_open-calls.scss */

.other-winners-item p {
  color: #FFF;
  padding: 0 55px;
  line-height: 1.4;
  font-size: 16px;
}

/* line 1, layout/_contacts.scss */

#banner-contacts {
  position: relative;
}

/* line 8, layout/_contacts.scss */

#banner-contacts #canvasContacts {
  position: absolute;
  z-index: -1;
}

/* line 36, layout/_contacts.scss */

#banner-contacts::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42vw;
  height: 100%;
  background-color: #f8b032;
}

/* line 55, layout/_contacts.scss */

#banner-contacts .wrapper-banner {
  height: 100vh;
}

/* line 62, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container {
  height: 100%;
}

/* line 65, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 80px;
}

/* line 76, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 89, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content .social-title {
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  width: 100%;
  margin-bottom: 40px;
}

/* line 103, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content .social-icons a {
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0px 20px;
}

/* line 115, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content .social-icons a i {
  font-size: 15px;
}

/* line 119, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content .social-icons a:first-child {
  padding-left: 0px;
}

/* line 123, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content .social-icons a:last-child {
  padding-right: 0px;
}

/* line 127, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content .social-icons a:hover,
#banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content .social-icons a:focus,
#banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content .social-icons a:active {
  color: #f8b032;
  text-decoration: none;
}

/* line 137, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content .btn span {
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-right: 15px;
}

/* line 143, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content .btn .icon-arrow {
  font-size: 14px;
  float: right;
}

/* line 153, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form {
  background: #f8b032;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 50px;
}

/* line 197, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form .title-form {
  font-size: 30px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  line-height: 40px;
}

/* line 209, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm {
  margin-top: 10px;
}

/* line 223, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="text"],
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="email"],
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm textarea {
  height: 55px;
  border-radius: 27px;
  border: solid 1px #FFFFFF;
  background: transparent;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  color: #001130;
  margin-bottom: 20px;
  min-height: 55px;
  opacity: 0.5;
}

/* line 245, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="text"]:-ms-input-placeholder,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="email"]:-ms-input-placeholder,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm textarea:-ms-input-placeholder {
  color: #001130;
  opacity: 0.5;
}

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="text"]::-ms-input-placeholder,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="email"]::-ms-input-placeholder,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm textarea::-ms-input-placeholder {
  color: #001130;
  opacity: 0.5;
}

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="text"]::placeholder,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="text"]:-ms-input-placeholder,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="email"]::placeholder,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="email"]:-ms-input-placeholder,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm textarea::placeholder,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm textarea:-ms-input-placeholder {
  color: #001130;
  opacity: 0.5;
}

/* line 251, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="text"]:focus,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="email"]:focus,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm textarea:focus {
  background: #FFFFFF;
  opacity: 1;
}

/* line 256, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="text"]:valid,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="email"]:valid,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm textarea:valid {
  background: #FFFFFF;
  opacity: 1;
}

/* line 262, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="checkbox"]:not(:checked) + label:before {
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 272, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="checkbox"] + label.form-check-label:before,
#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="checkbox"] + label + label.form-check-label:before {
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  background: transparent;
}

/* line 281, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input + label {
  font-size: 13px;
  line-height: 20px;
}

/* line 285, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input + label a {
  text-decoration: none;
  color: #001130;
}

/* line 289, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input + label a:hover {
  text-decoration: underline;
}

/* line 295, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm button {
  margin-top: 25px;
  float: right;
}

/* line 303, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm button span {
  top: 8px;
}

/* line 308, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm .success-message {
  width: 100%;
  background: #FFFFFF;
  padding: 26px 0px;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  display: none;
  border: none;
  z-index: 1;
  color: #001130;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

/* line 323, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm .success-message p {
  color: #001130;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  display: inline-block;
}

/* line 331, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm .success-message p::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #f8b032;
  position: absolute;
  left: -10px;
  top: 4px;
}

/* line 348, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm .warnings__error {
  width: 170px;
  background: #FFFFFF;
  padding: 20px 20px 15px 20px;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  display: none;
  text-align: left;
  border: none;
  margin-top: 45px;
}

/* line 365, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm .warnings__error p {
  color: #f55c31;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  display: inline-block;
  margin: 0;
}

/* line 382, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm .form-group.error::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 25px;
  left: -15px;
  background-color: #f55c31;
  border-radius: 5px;
}

/* line 393, layout/_contacts.scss */

#banner-contacts .wrapper-banner .contacts-container .block-form #contactForm .form-group.error div {
  display: none !important;
}

/* line 3, layout/_observatory.scss */

#banner-project .wrapper-banner .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.6);
}

/* line 15, layout/_observatory.scss */

#banner-project .wrapper-banner .breadcrumb i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.6);
}

/* line 20, layout/_observatory.scss */

#banner-project .wrapper-banner .breadcrumb a {
  color: #f8b032;
}

/* line 26, layout/_observatory.scss */

#banner-project.banner-observatory {
  margin-bottom: 200px;
}

/* line 31, layout/_observatory.scss */

#banner-project.banner-observatory .wrapper-banner {
  padding-top: 37vh;
}

/* line 38, layout/_observatory.scss */

#banner-project.banner-observatory .text-canvas {
  margin-top: 150px;
}

/* line 46, layout/_observatory.scss */

#banner-project.banner-observatory #canvasObservatory {
  position: absolute;
  left: -500px;
}

/* line 56, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events {
  background-color: #f8b032;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 64, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events .observatory-slider {
  overflow: visible;
}

/* line 66, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events .observatory-slider .owl-stage-outer {
  overflow: visible;
}

/* line 68, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events .observatory-slider .owl-stage-outer .tab-inner {
  background-color: #000000;
}

/* line 71, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events .observatory-slider .owl-stage-outer a:hover {
  text-decoration: none;
}

/* line 73, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events .observatory-slider .owl-stage-outer a:hover .tab-inner {
  background-color: #fff !important;
}

/* line 76, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events .observatory-slider .owl-stage-outer a:hover .event-title {
  color: #001130 !important;
}

/* line 79, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events .observatory-slider .owl-stage-outer a:hover .number,
#banner-project.observatory-slider-container.banner-events .observatory-slider .owl-stage-outer a:hover .date {
  color: #f8b032 !important;
}

/* line 87, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events.banner-events .observatory-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 90, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events.banner-events .observatory-events h2 {
  color: #fff;
  margin: 0;
  font-size: 26px;
}

/* line 97, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events.banner-events .observatory-events h2::before {
  content: "";
  display: inline-block;
  margin-right: 19px;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-radius: 7.5px;
  background-color: #fff;
}

/* line 108, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events.banner-events .observatory-events a {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 115, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events.banner-events .observatory-events a:hover {
  text-decoration: none;
}

/* line 117, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events.banner-events .observatory-events a:hover .btn-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 122, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events.banner-events .observatory-events a i {
  color: #fff;
  margin-left: 10px;
  z-index: 1;
  position: relative;
}

/* line 128, layout/_observatory.scss */

#banner-project.observatory-slider-container.banner-events.banner-events .observatory-events a .btn-circle {
  z-index: 0;
}

/* line 137, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events {
  background-position: 85% 70%;
  background-size: auto;
  padding-bottom: 40px;
}

/* line 144, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .wrapper-banner {
  padding-top: 150px;
}

/* line 149, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .wrapper-banner h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #f8b032;
}

/* line 162, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events h2::before {
  content: "";
  display: inline-block;
  margin-right: 19px;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-radius: 7.5px;
  background-color: #f8b032;
}

/* line 175, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .tab-container .tab-content-purple i {
  margin-right: 115px;
}

/* line 178, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .tab-container .tab-content-purple .col-event a .tab-inner {
  background-color: #5d4394;
}

/* line 183, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .tab-container .tab-content-purple .col-event a .tab-inner .event-title {
  font-size: 26px;
  line-height: 30px;
}

/* line 193, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .tab-container .btn-primary i:before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 199, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 208, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .articles h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 26px;
}

/* line 216, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .articles .filters-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

/* line 224, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .articles .filters-list-container i {
  margin-right: 40px;
}

/* line 231, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .articles .filters-list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

/* line 240, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .articles .filters-list li {
  list-style: none;
  margin-right: 0;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 255, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .articles .filters-list li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

/* line 269, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .articles .filters-list li:hover,
#banner-project.observatory-homepage.banner-events .articles .filters-list li.active {
  color: #fff;
}

/* line 272, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .articles .filters-list li:hover:before,
#banner-project.observatory-homepage.banner-events .articles .filters-list li.active:before {
  opacity: 1;
}

/* line 277, layout/_observatory.scss */

#banner-project.observatory-homepage.banner-events .articles .filters-list li:last-child {
  margin-right: 0;
}

/* line 287, layout/_observatory.scss */

#banner-project.observatory-homepage-detail.banner-events .breadcrumb {
  margin-bottom: 60px;
}

/* line 293, layout/_observatory.scss */

#banner-project.observatory-homepage-detail.banner-events .filters-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 0;
}

/* line 302, layout/_observatory.scss */

#banner-project.observatory-homepage-detail.banner-events .filters-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 20px;
}

/* line 309, layout/_observatory.scss */

#banner-project.observatory-homepage-detail.banner-events .filters-text i {
  color: white;
  margin-left: 10px;
}

/* line 317, layout/_observatory.scss */

#banner-project.observatory-homepage-detail.banner-events .filters-area {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 324, layout/_observatory.scss */

#banner-project.observatory-homepage-bottom.banner-events .wrapper-banner {
  padding-top: 100px;
}

/* line 330, layout/_observatory.scss */

#banner-project.observatory-homepage-bottom.banner-events .tab-container .tab-content-purple.tab-content-blue .col-event.active {
  pointer-events: none;
}

/* line 332, layout/_observatory.scss */

#banner-project.observatory-homepage-bottom.banner-events .tab-container .tab-content-purple.tab-content-blue .col-event.active .event-title {
  color: #2d394f;
}

/* line 338, layout/_observatory.scss */

#banner-project.observatory-homepage-bottom.banner-events .tab-container .tab-content-purple.tab-content-blue .col-event a:hover .tab-inner {
  background: #f8b032;
  border: 1px solid #f8b032;
}

/* line 343, layout/_observatory.scss */

#banner-project.observatory-homepage-bottom.banner-events .tab-container .tab-content-purple.tab-content-blue .col-event a .tab-inner {
  background: #001130;
  border: 1px solid #2d394f;
}

/* line 359, layout/_observatory.scss */

#banner-contacts.observatory-homepage::before {
  content: none;
}

/* line 367, layout/_observatory.scss */

#banner-contacts.observatory-homepage .newsletter {
  margin-top: 0;
}

/* line 369, layout/_observatory.scss */

#banner-contacts.observatory-homepage .newsletter .newsletter-col {
  position: relative;
}

/* line 377, layout/_observatory.scss */

#banner-contacts.observatory-homepage .newsletter .box-number-newsletter {
  left: 0;
}

/* line 380, layout/_observatory.scss */

#banner-contacts.observatory-homepage .newsletter .sub-text {
  color: #5d4394;
}

/* line 383, layout/_observatory.scss */

#banner-contacts.observatory-homepage .newsletter .img-carousel-newsletter {
  max-width: 400px;
}

/* line 390, layout/_observatory.scss */

#banner-contacts.observatory-homepage .newsletter .wrapper-banner {
  height: auto;
}

/* line 396, layout/_observatory.scss */

#banner-contacts.observatory-homepage .newsletter .wrapper-banner .contacts-container .block-form #contactForm input + label p {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  margin-top: 0;
  width: auto;
  font-family: "CircularStd-Book", Arial, sans-serif;
}

/* line 405, layout/_observatory.scss */

#banner-contacts.observatory-homepage .newsletter .rgpd p {
  color: #5f5f5f;
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 20px;
  font-family: "CircularStd-Book", Arial, sans-serif;
}

/* line 413, layout/_observatory.scss */

#banner-contacts.observatory-homepage .contacts-container {
  height: auto;
  margin-bottom: 100px;
}

/* line 423, layout/_observatory.scss */

#methodology.observatory-points-block {
  padding-bottom: 50px;
}

/* line 443, layout/_observatory.scss */

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.6);
}

/* line 452, layout/_observatory.scss */

.breadcrumb i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.6);
}

/* line 457, layout/_observatory.scss */

.breadcrumb a {
  color: #f8b032;
}

/* line 463, layout/_observatory.scss */

.observatory-event-content .breadcrumb {
  color: rgba(30, 30, 29, 0.6);
  margin-bottom: 0;
}

/* line 466, layout/_observatory.scss */

.observatory-event-content .breadcrumb .icon-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: rgba(0, 17, 48, 0.4);
}

/* line 471, layout/_observatory.scss */

.observatory-event-content aside {
  margin-top: 60px;
  margin-bottom: 40px;
}

/* line 486, layout/_observatory.scss */

.observatory-event-content .accordion-group {
  margin-top: 60px !important;
  margin-bottom: 60px;
}

/* line 492, layout/_observatory.scss */

.observatory-event-content .accordion-group .accordion {
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #b5b9c1;
}

/* line 496, layout/_observatory.scss */

.observatory-event-content .accordion-group .accordion:first-child {
  border-top: 1px solid #b5b9c1;
}

/* line 500, layout/_observatory.scss */

.observatory-event-content .accordion-group .accordion .accordion-header {
  top: 30px;
}

/* line 502, layout/_observatory.scss */

.observatory-event-content .accordion-group .accordion .accordion-header:after {
  color: #001130;
}

/* line 507, layout/_observatory.scss */

.observatory-event-content .accordion-group .accordion .papers-list-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  color: #001130;
}

/* line 514, layout/_observatory.scss */

.observatory-event-content .accordion-group .accordion.open .accordion-panel {
  margin-top: 30px;
}

/* line 519, layout/_observatory.scss */

.observatory-event-content .accordion-group .accordion .accordion-panel p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.3px;
  color: #585757;
}

/* line 534, layout/_observatory.scss */

.observatory-event-content .observatory-gallery img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 538, layout/_observatory.scss */

.observatory-event-content .observatory-gallery .mb-20 {
  margin-bottom: 20px;
}

/* line 541, layout/_observatory.scss */

.observatory-event-content .observatory-gallery iframe,
.observatory-event-content .observatory-gallery video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* line 548, layout/_observatory.scss */

.observatory-event-content.event-content h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
  color: #001130;
  margin-bottom: 60px;
}

/* line 555, layout/_observatory.scss */

.observatory-event-content.event-content p {
  margin-bottom: 20px;
}

/* line 560, layout/_observatory.scss */

.observatory-event-content .aside {
  position: relative;
}

/* line 562, layout/_observatory.scss */

.observatory-event-content .aside:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  height: 100%;
  width: 1px;
  background-color: #d8d8d8;
}

/* line 571, layout/_observatory.scss */

.observatory-event-content .aside p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #5f5f5f;
}

/* line 577, layout/_observatory.scss */

.observatory-event-content .aside-highlighted {
  margin: 0;
  font-weight: 300;
  font-size: 35px;
  line-height: 49px;
  color: #001130;
  font-family: "CircularStd-Book", Arial, sans-serif;
}

/* line 587, layout/_observatory.scss */

.observatory-event-content .event-image {
  margin-top: 100px;
}

/* line 591, layout/_observatory.scss */

.observatory-event-content .observatory-event-intro p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #5f5f5f;
}

/* line 598, layout/_observatory.scss */

.observatory-event-content .border-bottom {
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  margin: 60px 0;
  position: relative;
}

/* line 604, layout/_observatory.scss */

.observatory-event-content .border-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 2px;
  z-index: 1;
  background: #b5b9c1;
}

/* line 619, layout/_observatory.scss */

.observatory-panel-card:hover .observatory-panel-card__position {
  color: white;
}

/* line 623, layout/_observatory.scss */

.observatory-panel-card:hover .social-share i {
  color: white;
}

/* line 628, layout/_observatory.scss */

.observatory-panel-card .tab-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-flow: row !important;
  flex-flow: row !important;
  gap: 30px;
}

/* line 640, layout/_observatory.scss */

.observatory-panel-card .event-title {
  margin-top: 20px !important;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

/* line 649, layout/_observatory.scss */

.observatory-panel-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

/* line 657, layout/_observatory.scss */

.observatory-panel-card__image img {
  width: 100%;
  height: auto;
}

/* line 662, layout/_observatory.scss */

.observatory-panel-card__expert-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #001130;
  margin-top: 20px;
}

/* line 672, layout/_observatory.scss */

.observatory-panel-card__position {
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  color: #f8b032;
  margin-top: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

/* line 680, layout/_observatory.scss */

.observatory-panel-card__description {
  font-size: 16px;
  line-height: 26px;
  color: white;
  margin-top: 26px;
  margin-bottom: 0;
}

/* line 687, layout/_observatory.scss */

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}

/* line 691, layout/_observatory.scss */

.social-share i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 12px;
  margin-left: 12px;
  color: #667083;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

/* line 697, layout/_observatory.scss */

.social-share i:first-child {
  margin-left: 0;
}

/* line 704, layout/_observatory.scss */

#observatoryModal .modal-dialog {
  width: 100%;
  max-width: 800px;
  height: auto;
  top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

/* line 717, layout/_observatory.scss */

#observatoryModal .modal-content {
  position: relative;
  border: 0;
  border-radius: 20px;
  padding: 35px;
}

/* line 726, layout/_observatory.scss */

#observatoryModal .modal-header {
  padding: 0;
}

/* line 728, layout/_observatory.scss */

#observatoryModal .modal-header .close {
  top: -25px;
  right: -25px;
}

/* line 739, layout/_observatory.scss */

#observatoryModal .modal-body {
  padding: 0;
}

/* line 746, layout/_observatory.scss */

#observatoryModal .observatory-panel-card__image {
  width: 120px;
  height: 120px;
}

/* line 750, layout/_observatory.scss */

#observatoryModal .observatory-panel-card__position {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

/* line 755, layout/_observatory.scss */

#observatoryModal .observatory-panel-card__description {
  color: #5f5f5f;
  margin-top: 20px;
}

/* line 759, layout/_observatory.scss */

#observatoryModal .social-share {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 762, layout/_observatory.scss */

#observatoryModal .social-share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 12px;
  color: #667083;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 768, layout/_observatory.scss */

#observatoryModal .social-share a:first-child {
  margin-top: 0;
}

/* line 771, layout/_observatory.scss */

#observatoryModal .social-share a:hover {
  text-decoration: none;
  color: #f8b032;
}

/* line 774, layout/_observatory.scss */

#observatoryModal .social-share a:hover i {
  color: #f8b032;
}

/* line 778, layout/_observatory.scss */

#observatoryModal .social-share a i {
  margin-right: 8px;
}

/* line 780, layout/_observatory.scss */

#observatoryModal .social-share a i.icon-envelope {
  font-size: 13px;
}

/* line 784, layout/_observatory.scss */

#observatoryModal .social-share a span {
  font-size: 12px;
  line-height: initial;
  font-weight: 500;
}

/* line 793, layout/_observatory.scss */

.customized-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 803, layout/_observatory.scss */

.customized-table .table-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b5b9c1;
}

/* line 814, layout/_observatory.scss */

.customized-table .table-row:first-child {
  border-top: 1px solid #b5b9c1;
}

/* line 818, layout/_observatory.scss */

.customized-table .table-column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  line-height: 20px;
  color: #585757;
  margin-top: 10px;
}

/* line 827, layout/_observatory.scss */

.customized-table .table-column:first-child {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #f8b032;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-top: 0;
}

/* line 838, layout/_observatory.scss */

.load-more-button {
  margin-top: 20px;
}

/* line 3, layout/_public-reports.scss */

#banner-project.banner-public-reports {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60%;
  padding-bottom: 70px;
}

/* line 12, layout/_public-reports.scss */

#banner-project.banner-public-reports .wrapper-banner {
  padding-top: 37vh;
}

/* line 17, layout/_public-reports.scss */

#banner-project.banner-public-reports .wrapper-banner h1 {
  color: #ffffff;
  margin-bottom: 120px;
}

/* line 23, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-subtitle {
  font-size: 35px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  margin-bottom: 40px;
}

/* line 29, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list {
  margin-top: 100px;
}

/* line 35, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

/* line 45, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list-item [class*="col-"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 58, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list-item:last-of-type {
  margin-bottom: 100px;
}

/* line 66, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list-number {
  color: #fff;
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 71, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list-date {
  color: #f8b032;
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 77, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list-title {
  color: #fff;
  font-size: 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  line-height: 1.5;
}

/* line 93, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list-btn {
  color: #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 102, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list-btn a {
  color: #f8b032;
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  text-decoration: none;
  margin-right: 30px;
  position: relative;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

/* line 111, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list-btn a:last-of-type {
  margin-right: 0;
  margin-left: 30px;
}

/* line 115, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list-btn a:hover {
  color: transparent;
}

/* line 117, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list-btn a:hover i {
  opacity: 1;
}

/* line 122, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list-btn i {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  color: #f8b032;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

/* line 130, layout/_public-reports.scss */

#banner-project.banner-public-reports .reports-list-btn i.icon-olho {
  font-size: 13px;
}

/* line 140, layout/_public-reports.scss */

#banner-project.banner-public-reports-2 .wrapper-banner h1 {
  color: #f8b032;
  margin-bottom: 75px;
}

/* line 147, layout/_public-reports.scss */

#banner-project.banner-public-reports-2 .banner-opencalls-text .subtitle-banner {
  margin-left: 25px;
}

/* line 155, layout/_public-reports.scss */

#banner-project.banner-public-reports-2 .banner-opencalls-text .subtitle-banner .point {
  left: 10px;
  margin-top: 15px;
}

/* line 161, layout/_public-reports.scss */

#banner-project.banner-public-reports-2 .junior-detail-item {
  margin-bottom: 40px;
}

/* line 165, layout/_public-reports.scss */

#banner-project.banner-public-reports-2 .title-accordion {
  font-size: 35px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 183, layout/_public-reports.scss */

#banner-project.banner-public-reports-2 .reports-list {
  margin-top: 40px;
}

/* line 187, layout/_public-reports.scss */

#banner-project.banner-public-reports-2 .reports-list-item:last-of-type {
  margin-bottom: 0;
}

/* line 189, layout/_public-reports.scss */

#banner-project.banner-public-reports-2 .reports-list-item:last-of-type [class*="col-"]::after {
  display: none;
}

/* line 194, layout/_public-reports.scss */

#banner-project.banner-public-reports-2 .accordion-program {
  margin-top: 90px;
}

/* line 202, layout/_public-reports.scss */

#banner-project.banner-public-reports-2 .reports-list-date--mobile {
  display: none;
}

/* line 211, layout/_public-reports.scss */

#banner-project.banner-public-reports-2 .reports-list-btn a:last-of-type {
  margin-left: 0;
}

/* line 214, layout/_public-reports.scss */

#banner-project.banner-public-reports-2 .reports-list-btn a:hover {
  color: #FFF;
}

/* line 226, layout/_public-reports.scss */

.public-reports-detail.event-content h1 {
  margin: 10px 0;
}

/* line 229, layout/_public-reports.scss */

.public-reports-detail.event-content p {
  margin-bottom: 10px;
}

/* line 232, layout/_public-reports.scss */

.public-reports-detail.event-content .event-image {
  margin-bottom: 50px;
}

/* line 235, layout/_public-reports.scss */

.public-reports-detail.event-content hr {
  border-top: 1px solid #d9d9d9;
  margin: 45px 0;
}

/* line 239, layout/_public-reports.scss */

.public-reports-detail.event-content .keywords-links {
  color: #f8b032;
  font-size: 13px;
  font-weight: bold;
}

/* line 243, layout/_public-reports.scss */

.public-reports-detail.event-content .keywords-links a {
  color: #f8b032;
  font-size: 13px;
  font-weight: bold;
}

/* line 249, layout/_public-reports.scss */

.public-reports-detail.event-content .reports-list-btn {
  color: #5f5f5f !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 255, layout/_public-reports.scss */

.public-reports-detail .status-level {
  padding: 17px 15px 16px 21px;
  border-radius: 25px;
  background-color: #fff;
  color: #5f5f5f;
  font-size: 13px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}

/* line 267, layout/_public-reports.scss */

.public-reports-detail .status-level img {
  width: 13px;
  height: 16px;
  margin-right: 20px;
}

/* line 281, layout/_public-reports.scss */

#banner-project.banner-public-reports.banner-public-reports-detail {
  background-image: none !important;
}

/* Main form wrapper */

/* line 2, layout/_form-members.scss */

.fs-form-wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  left: 0;
  background-color: #f8b032;
}

/* line 10, layout/_form-members.scss */

.fs-form-wrap .fs-title {
  margin-top: 30vh;
  width: 100%;
}

/* line 22, layout/_form-members.scss */

.fs-form-wrap .fs-title h2 {
  font-size: 25px;
  line-height: 30px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #FFFFFF;
}

/* line 35, layout/_form-members.scss */

.fs-form-wrap .fs-form {
  position: relative;
  text-align: left;
  font-size: 2.5em;
}

/* line 44, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields {
  position: relative;
  margin: 0 auto;
  padding: 0;
  top: 0;
  list-style: none;
}

/* line 55, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li {
  z-index: 1;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  width: 100%;
}

/* line 64, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li:hover {
  z-index: 999;
}

/* line 68, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li h1 {
  font-size: 40px;
  color: #001130;
  margin-top: 5px;
}

/* line 82, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li label {
  position: relative;
  font-size: 25px;
  line-height: 20px;
  color: #001130;
  margin-top: 50px;
}

/* line 95, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li label[data-info]::after {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  content: 'i';
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  font-family: Georgia, serif;
  line-height: 20px;
  cursor: pointer;
  pointer-events: auto;
}

/* line 116, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li label[data-info]:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 122, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li label[data-info]::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 0 0 10px;
  min-width: 200px;
  content: attr(data-info);
  font-size: 0.4em;
  color: #6a7b7e;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  pointer-events: none;
}

/* line 139, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li label[data-info]:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 145, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li.fs-field-label {
  display: inline-block;
  padding: 0 5px 1em 0;
  font-weight: 700;
  pointer-events: none;
}

/* line 152, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li input {
  display: block;
  margin: 0;
  padding: 0 0 0.15em;
  width: 50%;
  border: none;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #fffed8;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 71px;
}

/* line 166, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
  /* removes red shadow in FF*/
}

/* line 170, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li input:focus {
  background-color: #3b3f45;
  /* Fixes chrome bug with placeholder */
}

/* line 175, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .upload-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}

/* line 185, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .input-file-trigger {
  display: block;
  padding: 40px;
  border: none;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  cursor: pointer;
  width: 70%;
  border-radius: 71px;
  outline: none;
}

/* line 217, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .input-file-trigger::before {
  font-family: 'icomoon' !important;
  content: "";
  position: absolute;
  right: 18px;
  top: 13px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #FFFFFF;
  color: #1d1d1b;
  font-size: 35px;
  text-align: center;
  padding: 22px 0px;
}

/* line 247, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .file-return {
  width: 70%;
  text-align: center;
  color: #001130;
  margin-top: 25px;
  font-size: 15px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 262, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .input-name {
  display: block;
  padding: 50px 40px;
  border: none;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #001130;
  font-size: 25px;
  line-height: 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  width: 70%;
  border-radius: 71px;
  outline: none;
  margin-top: 50px;
}

/* line 292, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .input-name:focus {
  background-color: #FFFFFF;
  color: #001130;
}

/* line 298, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .text-area {
  display: block;
  padding: 50px 40px;
  border: none;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #001130;
  font-size: 25px;
  line-height: 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  width: 70%;
  border-radius: 43px;
  outline: none;
  margin-top: 50px;
  height: 200px;
}

/* line 325, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .text-area:focus {
  background-color: #FFFFFF;
  color: #001130;
}

/* line 331, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .input-other {
  display: none;
  padding: 30px 20px;
  border: none;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #001130;
  font-size: 13px;
  line-height: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  width: 100%;
  border-radius: 71px;
  outline: none;
  margin-left: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 349, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .input-other.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* line 355, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .input-other:focus {
  background: #FFFFFF;
}

/* line 366, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .input-info {
  width: 70%;
  text-align: center;
  color: #001130;
  margin-top: 25px;
  font-size: 15px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  opacity: 0.5;
}

/* line 388, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .radio-info {
  width: 100%;
  text-align: left;
  color: #001130;
  margin-top: 30px;
  font-size: 15px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  opacity: 0.5;
}

/* line 409, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .other-options {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 415, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .other-options.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* line 422, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .info-top {
  margin-bottom: 15px;
}

/* line 426, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li input[type="radio"] {
  display: none;
}

/* line 430, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .label-radio {
  margin-left: 0px;
  color: #FFFFFF;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  padding-left: 40px;
  margin-top: 25px;
}

/* line 442, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .label-radio::before {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -2px;
}

/* line 449, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .label-radio::after {
  background-color: #FFFFFF;
  top: 4px;
}

/* line 455, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .last-radio {
  margin-bottom: 30px;
}

/* line 467, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .label-sub-radio {
  font-size: 15px;
}

/* line 481, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .small-text {
  font-family: "CircularStd-Book", Arial, sans-serif;
  font-size: 13px;
}

/* line 486, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .custom-select-option {
  font-size: 25px;
  line-height: 4px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #001130;
}

/* line 493, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .select-selected {
  width: 70%;
  padding: 50px 40px;
  margin-top: 30px;
  border-radius: 71px;
  border: solid 1px #ffffff;
  background: transparent;
}

/* line 509, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .select-selected::after {
  font-size: 25px;
  position: absolute;
  top: 44px;
  right: 35px;
  color: #000000;
}

/* line 524, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .select-items {
  width: 70%;
  top: 95px;
  border: 1px solid #fff;
  background-color: #FFFFFF;
  max-height: 250px;
  border-radius: 0;
  border-bottom-left-radius: 43px;
  border-bottom-right-radius: 43px;
}

/* line 544, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .select-items div.select-items-wrapper {
  padding: 0px 40px;
  opacity: 0.5;
  height: auto;
  max-height: 200px;
}

/* line 550, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .select-items div.select-items-wrapper div {
  padding: 0;
  height: 50px;
}

/* line 555, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .select-items div.select-items-wrapper:hover {
  opacity: 1;
  color: #001130;
}

/* line 559, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .select-items div.select-items-wrapper div:first-child {
  display: none;
}

/* line 564, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-fields > li .select-arrow-active {
  background: #FFFFFF;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 43px;
  border-top-right-radius: 43px;
}

/* line 573, layout/_form-members.scss */

.fs-form-wrap .fs-form .fs-form-full .fs-fields > li label:hover ~ .fs-info,
.fs-form-wrap .fs-form .fs-form-full .fs-fields > li .fs-info:hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

/* line 582, layout/_form-members.scss */

.fs-form-wrap .fs-controls {
  text-align: center;
}

/* line 585, layout/_form-members.scss */

.fs-form-wrap .fs-controls .fs-nav-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 45px;
}

/* line 595, layout/_form-members.scss */

.fs-form-wrap .fs-controls .fs-nav-dots button {
  position: relative;
  padding: 0;
  margin: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 1;
}

/* line 607, layout/_form-members.scss */

.fs-form-wrap .fs-controls .fs-nav-dots button::before,
.fs-form-wrap .fs-controls .fs-nav-dots button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  text-indent: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 622, layout/_form-members.scss */

.fs-form-wrap .fs-controls .fs-nav-dots button.fs-dot-current {
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
}

/* line 627, layout/_form-members.scss */

.fs-form-wrap .fs-controls .fs-nav-dots button:hover::before,
.fs-form-wrap .fs-controls .fs-nav-dots button.fs-dot-current::before {
  background: #fffed8;
}

/* line 632, layout/_form-members.scss */

.fs-form-wrap .fs-controls .fs-nav-dots button.fs-dot-current::before {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #fff;
  margin-top: -3.5px;
  margin-left: -3.5px;
}

/* line 643, layout/_form-members.scss */

.fs-form-wrap .fs-controls .fs-continue {
  position: absolute;
  right: 5vw;
  top: 60%;
  -webkit-transform: translateY(-61%);
  transform: translateY(-61%);
  width: 145px;
}

/* line 666, layout/_form-members.scss */

.fs-form-wrap .fs-controls .fs-continue span {
  width: 145px;
}

/* line 673, layout/_form-members.scss */

.overview .fs-form-wrap {
  height: auto;
}

/* line 677, layout/_form-members.scss */

.overview .fs-form-wrap .fs-form .fs-fields > li {
  position: relative;
  margin-bottom: 35px;
}

/* line 682, layout/_form-members.scss */

.fs-form-overview {
  width: 100%;
  height: 100%;
  color: #001130;
  font-size: 1.2em;
}

/* line 689, layout/_form-members.scss */

.fs-form-overview .fs-fields::before {
  display: block;
  margin-bottom: 40px;
  color: #001130;
  content: 'Review & Submit';
  font-size: 30px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-top: 40px;
}

/* Switch view animation (we hide the current view, switch the view class and show it again) */

/* line 704, layout/_form-members.scss */

.fs-form.fs-show {
  -webkit-animation: animFadeIn 0.5s;
  animation: animFadeIn 0.5s;
}

@-webkit-keyframes animFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* line 719, layout/_form-members.scss */

.fs-form.fs-show .fs-fields {
  -webkit-animation: animMove 0.5s;
  animation: animMove 0.5s;
}

@-webkit-keyframes animMove {
  from {
    top: 100px;
  }
}

@keyframes animMove {
  from {
    top: 100px;
  }
}

/* we need to use top here because otherwise all our fixed elements will become absolute */

/* Visibility control of elements */

/* line 733, layout/_form-members.scss */

.fs-form-full .fs-fields > li,
.fs-nav-dots,
.fs-progress,
.fs-numbers,
button.fs-continue,
.fs-message-error,
.fs-message-final {
  visibility: hidden;
}

/* line 743, layout/_form-members.scss */

.no-js .fs-form-full .fs-fields > li {
  visibility: visible;
}

/* line 747, layout/_form-members.scss */

.fs-show {
  visibility: visible !important;
}

/* Some general styles */

/* line 752, layout/_form-members.scss */

.fs-form-wrap button {
  border: none;
  background: none;
}

/* line 757, layout/_form-members.scss */

.fs-form-wrap button[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

/* line 762, layout/_form-members.scss */

.fs-form-wrap input:focus,
.fs-form-wrap button:focus {
  outline: none;
}

/* Hide the submit button */

/* line 768, layout/_form-members.scss */

.fs-form .fs-submit {
  display: none;
}

/* line 773, layout/_form-members.scss */

.fs-fields .fs-radio-custom input[type="radio"] {
  position: absolute;
  display: block;
  margin: 30px auto 20px;
  margin: 0 auto 20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 784, layout/_form-members.scss */

.fs-fields > li .fs-radio-custom span {
  float: left;
  position: relative;
  margin-right: 3%;
  padding: 10px;
  max-width: 200px;
  width: 30%;
  text-align: center;
  font-weight: 700;
  font-size: 50%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 797, layout/_form-members.scss */

.fs-fields > li .fs-radio-custom span label {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* line 803, layout/_form-members.scss */

.fs-form-overview .fs-fields > li .fs-radio-custom span {
  max-width: 140px;
}

/* line 807, layout/_form-members.scss */

.fs-form-overview .fs-fields > li .fs-radio-custom span {
  font-size: 75%;
}

/* line 811, layout/_form-members.scss */

.fs-fields > li .fs-radio-custom label {
  display: block;
  padding-top: 100%;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* line 819, layout/_form-members.scss */

.fs-fields .fs-radio-custom label::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-size: 85%;
  background-repeat: no-repeat;
  content: '';
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 836, layout/_form-members.scss */

.fs-fields .fs-radio-custom label.radio-mobile::after {
  background-image: url(../img/mobile.svg);
}

/* line 840, layout/_form-members.scss */

.fs-fields .fs-radio-custom label.radio-social::after {
  background-image: url(../img/social.svg);
}

/* line 844, layout/_form-members.scss */

.fs-fields .fs-radio-custom label.radio-conversion::after {
  background-image: url(../img/conversion.svg);
}

/* line 848, layout/_form-members.scss */

.fs-fields .fs-radio-custom label:hover::after,
.fs-fields input[type="radio"]:focus + label::after,
.fs-fields input[type="radio"]:checked + label::after {
  opacity: 1;
}

/* line 854, layout/_form-members.scss */

.fs-fields .fs-radio-custom input[type="radio"]:checked + label {
  color: #fffed8;
}

/* line 858, layout/_form-members.scss */

.fs-form-overview .fs-fields .fs-radio-custom input[type="radio"]:checked + label {
  color: rgba(0, 0, 0, 0.8);
}

/* line 862, layout/_form-members.scss */

.fs-fields textarea {
  padding: 0.25em;
  width: 100%;
  height: 200px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: #fffed8;
  font-weight: 700;
  font-size: 0.85em;
  resize: none;
}

/* line 874, layout/_form-members.scss */

.fs-form-overview .fs-fields textarea {
  height: 100px;
  color: rgba(0, 0, 0, 0.5);
}

/* line 879, layout/_form-members.scss */

.fs-fields textarea:focus {
  outline: none;
}

/* line 883, layout/_form-members.scss */

.fs-form-overview .fs-fields textarea {
  padding: 0;
  border-color: transparent;
}

/* line 888, layout/_form-members.scss */

.fs-form-overview .fs-fields textarea:focus {
  background: #fffed8;
}

/* line 892, layout/_form-members.scss */

.fs-form div.cs-select.cs-skin-boxes {
  display: block;
}

/* line 896, layout/_form-members.scss */

.fs-form-overview .cs-skin-boxes > span {
  border-radius: 5px;
  width: 90px;
  height: 70px;
  font-size: 0.8em;
}

/* line 903, layout/_form-members.scss */

.fs-form-overview .cs-skin-boxes > span::before {
  padding-top: 50px;
  -webkit-box-shadow: 0 20px 0 #292c30, inset 0 -5px #292c30;
  box-shadow: 0 20px 0 #292c30, inset 0 -5px #292c30;
}

/* line 908, layout/_form-members.scss */

.fs-fields input.fs-mark {
  padding-left: 1em;
  background-image: url(../img/dollar.svg);
  background-position: 0% 0.15em;
  background-size: auto 75%;
  background-repeat: no-repeat;
}

/* line 916, layout/_form-members.scss */

.fs-fields input.fs-mark[required] {
  background-image: url(../img/dollar.svg), url(../img/abacusstar.svg);
  background-position: 0% 0.15em, top right;
  background-size: auto 75%, 18px;
  background-repeat: no-repeat;
}

/* placeholder */

/* line 924, layout/_form-members.scss */

.fs-fields input::-webkit-input-placeholder,
.fs-fields textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

/* line 929, layout/_form-members.scss */

.fs-fields input:-moz-placeholder,
.fs-fields textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

/* line 934, layout/_form-members.scss */

.fs-fields input::-moz-placeholder,
.fs-fields textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

/* line 939, layout/_form-members.scss */

.fs-fields input:-ms-input-placeholder,
.fs-fields textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

/* Hide placeholder when focused in Webkit browsers */

/* line 945, layout/_form-members.scss */

.fs-fields input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Progress bar */

/* line 951, layout/_form-members.scss */

.fs-progress {
  position: absolute;
  top: 0;
  width: 0%;
  height: 0.5em;
  background: #fffed8;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: none;
}

/* Number indicator */

/* line 963, layout/_form-members.scss */

.fs-numbers {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.4);
  margin: 40px;
  width: 2em;
  font-weight: 700;
  font-size: 2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: default;
  display: none;
}

/* line 978, layout/_form-members.scss */

.fs-numbers:after {
  position: absolute;
  width: 100%;
  text-align: center;
  content: '/';
  font-weight: 300;
  opacity: 0.4;
  left: 0;
}

/* line 988, layout/_form-members.scss */

.fs-numbers span {
  float: right;
  width: 40%;
  text-align: center;
}

/* line 994, layout/_form-members.scss */

.fs-numbers .fs-number-current {
  float: left;
}

/* line 998, layout/_form-members.scss */

.fs-numbers .fs-number-new {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* Animations for numbers */

/* Show next number */

/* line 1007, layout/_form-members.scss */

.fs-numbers.fs-show-next .fs-number-new {
  -webkit-animation: animMoveUpFromDown 0.4s both;
  animation: animMoveUpFromDown 0.4s both;
}

@-webkit-keyframes animMoveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
  }
}

@keyframes animMoveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1022, layout/_form-members.scss */

.fs-numbers.fs-show-next .fs-number-current {
  -webkit-animation: animMoveUp 0.4s both;
  animation: animMoveUp 0.4s both;
}

@-webkit-keyframes animMoveUp {
  to {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes animMoveUp {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

/* Show previous number */

/* line 1036, layout/_form-members.scss */

.fs-numbers.fs-show-prev .fs-number-new {
  -webkit-animation: animMoveDownFromUp 0.4s both;
  animation: animMoveDownFromUp 0.4s both;
}

@-webkit-keyframes animMoveDownFromUp {
  from {
    -webkit-transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
  }
}

@keyframes animMoveDownFromUp {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1051, layout/_form-members.scss */

.fs-numbers.fs-show-prev .fs-number-current {
  -webkit-animation: animMoveDown 0.4s both;
  animation: animMoveDown 0.4s both;
}

@-webkit-keyframes animMoveDown {
  to {
    -webkit-transform: translateY(100%);
  }
}

@keyframes animMoveDown {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* line 1066, layout/_form-members.scss */

.fs-form-overview .fs-submit,
.no-js .fs-form .fs-submit {
  display: block;
  float: right;
  margin-bottom: 40px;
}

/* line 1073, layout/_form-members.scss */

button.fs-submit:hover,
button.fs-submit:focus,
button.fs-continue:hover {
  color: #fff;
}

/* Error message */

/* line 1080, layout/_form-members.scss */

.fs-message-error {
  position: absolute;
  top: 0px;
  top: 72px;
  z-index: 8;
  width: 70%;
  color: #f55c31;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 20px;
  opacity: 0;
}

/* line 1103, layout/_form-members.scss */

.fs-message-error.fs-show {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

/* Animation classes & animations */

/* line 1110, layout/_form-members.scss */

.fs-form li.fs-current {
  visibility: visible;
}

/* line 1114, layout/_form-members.scss */

.fs-form li.fs-hide {
  pointer-events: none;
}

/* Hide current li when navigating to next question */

/* line 1119, layout/_form-members.scss */

.fs-form .fs-display-next .fs-hide {
  visibility: visible;
}

/* line 1123, layout/_form-members.scss */

.fs-form .fs-display-next .fs-hide .fs-anim-lower,
.fs-form .fs-display-next .fs-hide .fs-anim-upper {
  -webkit-animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

/* line 1129, layout/_form-members.scss */

.fs-form .fs-display-next .fs-hide .fs-anim-lower {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes animHideNext {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
  }
}

@keyframes animHideNext {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
}

/* Show new li when navigating to next question */

/* line 1143, layout/_form-members.scss */

.fs-form .fs-display-next .fs-show .fs-anim-lower,
.fs-form .fs-display-next .fs-show .fs-anim-upper {
  -webkit-animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
  animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
}

/* line 1149, layout/_form-members.scss */

.fs-form .fs-display-next .fs-show .fs-anim-lower {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

@-webkit-keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
  }
}

@keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
}

/* Hide current li when navigating to previous question */

/* line 1163, layout/_form-members.scss */

.fs-form .fs-display-prev .fs-hide {
  visibility: visible;
}

/* line 1167, layout/_form-members.scss */

.fs-form .fs-display-prev .fs-hide .fs-anim-lower,
.fs-form .fs-display-prev .fs-hide .fs-anim-upper {
  -webkit-animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

/* line 1173, layout/_form-members.scss */

.fs-form .fs-display-prev .fs-hide .fs-anim-upper {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
  }
}

@keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
}

/* Show new li when navigating to previous question */

/* line 1187, layout/_form-members.scss */

.fs-form .fs-display-prev .fs-show .fs-anim-lower,
.fs-form .fs-display-prev .fs-show .fs-anim-upper {
  -webkit-animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
  animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
}

/* line 1193, layout/_form-members.scss */

.fs-form .fs-display-prev .fs-show .fs-anim-upper {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

@-webkit-keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
  }
}

@keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
}

/* Remove IE clear cross */

/* line 1207, layout/_form-members.scss */

input[type=text]::-ms-clear {
  display: none;
}

/* Default custom select styles */

/* line 1212, layout/_form-members.scss */

div.cs-select {
  position: relative;
  text-align: left;
  background: transparent;
  border: 1px solid #fff;
  z-index: 100;
  width: 100%;
  max-width: 500px;
}

/* Custom select skin: fullscreen color picker (adjusted for fullscreen form) */

/* line 1223, layout/_form-members.scss */

div.cs-skin-boxes {
  background: transparent;
  font-size: 0.65em;
  font-weight: 700;
  max-width: 300px;
  z-index: 2000;
  color: #fff;
}

/* line 1236, layout/_form-members.scss */

.cs-skin-boxes > span {
  border: 3px solid #292c30;
  border-radius: 5px;
  width: 150px;
  height: 140px;
  font-size: 0.5em;
  padding: 0 0 0 10px;
  background: #555b64;
}

/* line 1246, layout/_form-members.scss */

div.cs-skin-boxes:focus > span {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}

/* line 1250, layout/_form-members.scss */

.cs-skin-boxes > span::before {
  content: '';
  display: block;
  padding-top: 110px;
  margin-left: -10px;
  -webkit-box-shadow: 0 25px 0 #292c30, inset 0 -10px #292c30;
  box-shadow: 0 25px 0 #292c30, inset 0 -10px #292c30;
}

/* line 1258, layout/_form-members.scss */

.cs-skin-boxes > span::after,
.cs-skin-boxes.cs-active > span::after {
  top: auto;
  -webkit-transform: none;
  transform: none;
}

/* line 1265, layout/_form-members.scss */

.cs-skin-boxes .cs-options {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  background: #3b3f45;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}

/* line 1279, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 1285, layout/_form-members.scss */

.cs-skin-boxes .cs-options ul {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
}

/* line 1292, layout/_form-members.scss */

.cs-skin-boxes .cs-options li {
  width: 20%;
  height: 25%;
  float: left;
  position: relative;
  cursor: pointer;
  border-radius: 14px;
  overflow: hidden;
  opacity: 0;
  color: rgba(255, 255, 255, 0.6);
  border: 10px solid transparent;
  background-clip: padding-box;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-box-shadow: inset 0 -6em 0 -2em #282b30, inset 0 -1px 1px #000;
  box-shadow: inset 0 -6em 0 -2em #282b30, inset 0 -1px 1px #000;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

/* line 1315, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 1321, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(2) {
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}

/* line 1326, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(3) {
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s;
}

/* line 1331, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(4) {
  -webkit-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

/* line 1336, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(5) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

/* line 1341, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(6) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

/* line 1346, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(7) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

/* line 1351, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(8) {
  -webkit-transition-delay: 0.07s;
  transition-delay: 0.07s;
}

/* line 1356, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(9) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

/* line 1361, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(10) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

/* line 1366, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(11) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* line 1371, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(12) {
  -webkit-transition-delay: 0.11s;
  transition-delay: 0.11s;
}

/* line 1376, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(13) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

/* line 1381, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(14) {
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
}

/* line 1386, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(15) {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

/* line 1391, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(16) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/* line 1396, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(17) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

/* line 1401, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(18) {
  -webkit-transition-delay: 0.17s;
  transition-delay: 0.17s;
}

/* line 1406, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(19) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

/* line 1411, layout/_form-members.scss */

.cs-skin-boxes.cs-active .cs-options li:nth-child(20) {
  -webkit-transition-delay: 0.19s;
  transition-delay: 0.19s;
}

/* line 1416, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.cs-selected::after {
  content: '\2714';
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) translate3d(0, -1em, 0);
  transform: translate3d(-50%, -50%, 0) translate3d(0, -1em, 0);
}

/* line 1427, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.cs-selected span::after {
  content: '';
}

/* line 1438, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-588c75 {
  background-color: #588c75;
}

/* line 1442, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-b0c47f {
  background-color: #b0c47f;
}

/* line 1446, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-f3e395 {
  background-color: #f3e395;
}

/* line 1450, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-f3ae73 {
  background-color: #f3ae73;
}

/* line 1454, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-da645a {
  background-color: #da645a;
}

/* line 1458, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-79a38f {
  background-color: #79a38f;
}

/* line 1462, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-c1d099 {
  background-color: #c1d099;
}

/* line 1466, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-f5eaaa {
  background-color: #f5eaaa;
}

/* line 1470, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-f5be8f {
  background-color: #f5be8f;
}

/* line 1474, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-e1837b {
  background-color: #e1837b;
}

/* line 1478, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-9bbaab {
  background-color: #9bbaab;
}

/* line 1482, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-d1dcb2 {
  background-color: #d1dcb2;
}

/* line 1486, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-f9eec0 {
  background-color: #f9eec0;
}

/* line 1490, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-f7cda9 {
  background-color: #f7cda9;
}

/* line 1494, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-e8a19b {
  background-color: #e8a19b;
}

/* line 1498, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-bdd1c8 {
  background-color: #bdd1c8;
}

/* line 1502, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-e1e7cd {
  background-color: #e1e7cd;
}

/* line 1506, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-faf4d4 {
  background-color: #faf4d4;
}

/* line 1510, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-fbdfc9 {
  background-color: #fbdfc9;
}

/* line 1514, layout/_form-members.scss */

.cs-skin-boxes .cs-options li.color-f1c1bd {
  background-color: #f1c1bd;
}

/* line 1518, layout/_form-members.scss */

.cs-skin-boxes .cs-options span {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 1531, layout/_form-members.scss */

.cs-skin-boxes .cs-options li span:hover,
.cs-skin-boxes li.cs-focus span,
.cs-skin-boxes li.cs-selected span {
  color: #fff;
}

/* line 1537, layout/_form-members.scss */

.fs-continue::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  line-height: 13px;
  text-align: center;
  background: transparent;
  color: #001130;
  content: 'or press enter';
  font-size: 13px;
  opacity: 0.33;
  pointer-events: none;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-top: 15px;
}

/* line 3, layout/_consortium.scss */

#banner-project.banner-consortium .wrapper-video {
  position: relative;
  height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/* line 20, layout/_consortium.scss */

#banner-project.banner-consortium .wrapper-video video {
  width: 100%;
}

/* line 25, layout/_consortium.scss */

#banner-project.banner-consortium .sliding-text-consortium {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 53%;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
  white-space: nowrap;
  overflow: hidden;
  padding-top: 124px;
  max-width: 100%;
}

/* line 47, layout/_consortium.scss */

#banner-project.banner-consortium .sliding-text-consortium .sliding-content {
  display: inline-block;
  width: 100%;
  position: absolute;
  overflow-x: hidden;
  top: 60px;
  left: 0;
  padding: 10px;
}

/* line 62, layout/_consortium.scss */

#banner-project.banner-consortium .sliding-text-consortium .sliding-content span {
  font-size: 50px;
  color: #f8b032;
  padding: 0px 43px;
}

/* line 77, layout/_consortium.scss */

.consortium-content .text-consortium {
  color: #959595;
}

/* line 81, layout/_consortium.scss */

.consortium-content .spacer {
  width: 16px;
  margin: 50px auto;
  height: 80px;
}

/* line 85, layout/_consortium.scss */

.consortium-content .spacer .point {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #001130;
  margin: 7px;
  float: left;
  clear: left;
}

/* line 97, layout/_consortium.scss */

.consortium-list-content {
  position: relative;
}

/* line 100, layout/_consortium.scss */

.consortium-list-content .consortium-list {
  margin-top: 50px;
  margin-bottom: 100px;
}

/* line 109, layout/_consortium.scss */

.consortium-list-content .consortium-list h2 {
  width: 100%;
  text-align: center;
  color: #f8b032;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 20px;
}

/* line 119, layout/_consortium.scss */

.consortium-list-content .consortium-list .logo-consortium {
  width: auto;
  max-width: 100%;
  max-height: 65px;
  margin-bottom: 70px;
  opacity: 0.4;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

/* line 130, layout/_consortium.scss */

.consortium-list-content .consortium-list .logo-consortium:hover {
  opacity: 1;
}

/* line 136, layout/_consortium.scss */

.consortium-list-content .consortium-wrapper {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

/* line 139, layout/_consortium.scss */

.consortium-list-content .consortium-wrapper .menu-consortium {
  position: fixed;
  right: -230px;
  top: 50%;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
}

/* line 149, layout/_consortium.scss */

.consortium-list-content .consortium-wrapper .menu-consortium ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  white-space: nowrap;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

/* line 160, layout/_consortium.scss */

.consortium-list-content .consortium-wrapper .menu-consortium ul li a {
  position: relative;
  display: block;
  padding: 0px 10px;
  font-size: 15px;
  line-height: 20px;
  color: #1e1e1d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 171, layout/_consortium.scss */

.consortium-list-content .consortium-wrapper .menu-consortium ul li a:hover {
  color: #f8b032;
}

/* line 183, layout/_consortium.scss */

#modalConsortium .modal-pais {
  width: 100%;
  text-align: center;
  color: #5d4394;
  margin-bottom: 40px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 191, layout/_consortium.scss */

#modalConsortium .text-modal {
  height: 300px;
  margin-bottom: 20px;
  overflow-y: auto;
  margin: 0px 35px 20px 60px;
  padding-right: 15px;
}

/* line 202, layout/_consortium.scss */

#modalConsortium .text-modal p {
  color: #959595;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 215, layout/_consortium.scss */

#modalConsortium .wrapper-btn {
  width: 100%;
  text-align: center;
}

/* line 219, layout/_consortium.scss */

#modalConsortium .wrapper-btn .btn:hover {
  color: #001130;
}

/* line 222, layout/_consortium.scss */

#modalConsortium .wrapper-btn .btn:hover .icon-arrow {
  color: #001130;
}

/* line 229, layout/_consortium.scss */

#modalConsortium .logo-modal {
  height: 50px;
  width: auto;
  margin-bottom: 40px;
}

@keyframes moveSlideshow {
  100% {
    -webkit-transform: translateX(-520px);
    transform: translateX(-520px);
  }
}

/* line 1, layout/_use-cases.scss */

#banner-usecases {
  height: 100vh;
}

/* line 8, layout/_use-cases.scss */

#banner-usecases .wrapper-banner {
  padding-top: 28vh;
}

/* line 14, layout/_use-cases.scss */

#banner-usecases .wrapper-banner .title-usecases {
  color: #f8b032;
  margin-bottom: 12vh;
}

/* line 29, layout/_use-cases.scss */

#banner-usecases .wrapper-banner p {
  color: #FFFFFF;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 17px;
  padding-bottom: 30px;
}

/* line 41, layout/_use-cases.scss */

#banner-usecases #canvasUseCases {
  position: absolute;
  right: -350px;
  top: -7vh;
}

/* line 70, layout/_use-cases.scss */

#usecases {
  padding: 145px 0px 90px 0px;
}

/* line 91, layout/_use-cases.scss */

#usecases.detail-usecases {
  padding: 100px 0px 90px 0px;
}

/* line 100, layout/_use-cases.scss */

#usecases .usecases-title {
  font-size: 50px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  width: 350px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* line 119, layout/_use-cases.scss */

#usecases .spacer {
  width: 16px;
  margin: 0 auto;
  height: 80px;
  margin-bottom: 55px;
}

/* line 124, layout/_use-cases.scss */

#usecases .spacer .point {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  margin: 7px;
  float: left;
  clear: left;
}

/* line 135, layout/_use-cases.scss */

#usecases .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 137, layout/_use-cases.scss */

#usecases .row .usecases-box {
  padding: 80px 70px 45px 70px;
  position: relative;
  height: 100%;
  text-align: center;
}

/* line 151, layout/_use-cases.scss */

#usecases .row .usecases-box .point1 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 161, layout/_use-cases.scss */

#usecases .row .usecases-box .point2 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 50%;
}

/* line 171, layout/_use-cases.scss */

#usecases .row .usecases-box .point3 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 181, layout/_use-cases.scss */

#usecases .row .usecases-box .point4 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 191, layout/_use-cases.scss */

#usecases .row .usecases-box .point5 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
}

/* line 201, layout/_use-cases.scss */

#usecases .row .usecases-box .point6 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 211, layout/_use-cases.scss */

#usecases .row .usecases-box .usecases-text {
  margin-top: 40px;
  text-align: center;
}

/* line 215, layout/_use-cases.scss */

#usecases .row .usecases-box .usecases-text .subtitle {
  color: #FFFFFF;
  font-size: 17px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-bottom: 5px;
}

/* line 222, layout/_use-cases.scss */

#usecases .row .usecases-box .usecases-text .title {
  color: #f8b032;
  line-height: 25px;
  margin-bottom: 20px;
  min-height: 50px;
}

/* line 234, layout/_use-cases.scss */

#usecases .row .usecases-box .icon-arrow {
  font-size: 15px;
}

/* line 239, layout/_use-cases.scss */

#usecases .row .usecases-link:hover .btn-secondary .btn-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 243, layout/_use-cases.scss */

#usecases .row .usecases-link:hover .subtitle,
#usecases .row .usecases-link:hover .title,
#usecases .row .usecases-link:hover {
  text-decoration: none;
}

/* line 247, layout/_use-cases.scss */

#usecases .row .use-cases-wrapper {
  height: 127px;
}

/* line 254, layout/_use-cases.scss */

#banner-usecases-detail .wrapper-banner {
  padding-top: 32vh;
}

/* line 261, layout/_use-cases.scss */

#banner-usecases-detail .wrapper-banner .usecases-left {
  position: fixed;
  width: 25%;
  bottom: 27vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 293, layout/_use-cases.scss */

#banner-usecases-detail .wrapper-banner .usecases-left.usecases-bottom {
  position: absolute;
  bottom: 0px;
  width: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 301, layout/_use-cases.scss */

#banner-usecases-detail .wrapper-banner .usecases-content {
  margin-top: 20vh;
}

/* line 317, layout/_use-cases.scss */

#banner-usecases-detail .wrapper-banner .title-usecases {
  font-size: 40px;
  line-height: 45px;
  color: #f8b032;
  margin-bottom: 12vh;
  margin-top: 65px;
}

/* line 335, layout/_use-cases.scss */

#banner-usecases-detail .wrapper-banner p {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px;
}

/* line 341, layout/_use-cases.scss */

#banner-usecases-detail .wrapper-banner p:first-child {
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 350, layout/_use-cases.scss */

#banner-usecases-detail .wrapper-banner .img-usecases {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 357, layout/_use-cases.scss */

#banner-usecases-detail .wrapper-banner .img-text {
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
  font-family: "CircularStd-BookItalic", Arial, sans-serif;
  padding-bottom: 50px;
  width: 80%;
  margin: 0 auto;
}

/* line 2, layout/_events.scss */

#banner-project.banner-events {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 70%;
  padding-bottom: 100px;
}

/* line 8, layout/_events.scss */

#banner-project.banner-events.no-padding {
  padding-bottom: 0 !important;
}

/* line 17, layout/_events.scss */

#banner-project.banner-events .wrapper-banner {
  padding-top: 37vh;
}

/* line 24, layout/_events.scss */

#banner-project.banner-events .wrapper-banner h1 {
  color: #ffffff;
  margin-bottom: 15vh;
}

/* line 30, layout/_events.scss */

#banner-project.banner-events h2 {
  font-size: 35px;
  color: #f8b032;
  margin-bottom: 40px;
}

/* line 36, layout/_events.scss */

#banner-project.banner-events ul.tabs {
  border-radius: 32px;
  border: solid 1px rgba(151, 151, 151, 0.25);
  width: 403px;
  padding: 0px;
  list-style: none;
}

/* line 43, layout/_events.scss */

#banner-project.banner-events ul.tabs::before {
  content: "";
  background-color: #FFFFFF;
  border-radius: 32px;
  width: 198px;
  height: 64px;
  position: absolute;
  z-index: 1;
  top: 0;
}

/* line 59, layout/_events.scss */

#banner-project.banner-events ul.tabs.current1::before {
  -webkit-animation: slide1 0.5s forwards;
  animation: slide1 0.5s forwards;
}

/* line 66, layout/_events.scss */

#banner-project.banner-events ul.tabs.current2::before {
  -webkit-animation: slide2 0.5s forwards;
  animation: slide2 0.5s forwards;
}

/* line 78, layout/_events.scss */

#banner-project.banner-events ul.tabs li {
  width: 198px;
  height: 64px;
  padding: 20px 0;
  font-size: 18px;
  line-height: 18px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  border-radius: 32px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 103, layout/_events.scss */

#banner-project.banner-events ul.tabs li.current {
  color: #001130;
}

/* line 113, layout/_events.scss */

#banner-project.banner-events .tab-container {
  margin-top: 50px;
  width: 100%;
}

/* line 117, layout/_events.scss */

#banner-project.banner-events .tab-container .tab-content {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 125, layout/_events.scss */

#banner-project.banner-events .tab-container .tab-content.current {
  display: inherit;
}

/* line 129, layout/_events.scss */

#banner-project.banner-events .tab-container .tab-content .col-event {
  margin-bottom: 30px;
}

/* line 137, layout/_events.scss */

#banner-project.banner-events .tab-container .tab-content .col-event a:hover {
  text-decoration: none;
}

/* line 141, layout/_events.scss */

#banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner {
  border: 1px solid rgba(151, 151, 151, 0.3);
  padding: 40px 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 300px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 154, layout/_events.scss */

#banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner:hover {
  background-color: #f8b032;
}

/* line 157, layout/_events.scss */

#banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner:hover .date,
#banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner:hover .event-title {
  color: #FFFFFF;
}

/* line 167, layout/_events.scss */

#banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner.current {
  display: inherit;
}

/* line 171, layout/_events.scss */

#banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .number {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  float: left;
  color: #FFFFFF;
}

/* line 178, layout/_events.scss */

#banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .date {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  color: #f8b032;
  float: right;
}

/* line 185, layout/_events.scss */

#banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .event-title {
  font-size: 20px;
  line-height: 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  margin-top: 60px;
  clear: both;
}

@-webkit-keyframes slide2 {
  0% {
    left: 10px;
  }

  100% {
    left: 214px;
  }
}

@keyframes slide2 {
  0% {
    left: 10px;
  }

  100% {
    left: 214px;
  }
}

@-webkit-keyframes slide1 {
  0% {
    left: 214px;
  }

  100% {
    left: 10px;
  }
}

@keyframes slide1 {
  0% {
    left: 214px;
  }

  100% {
    left: 10px;
  }
}

/* line 1, layout/_event.scss */

.event-content {
  margin-top: 37vh;
  position: relative;
  margin-bottom: 100px;
}

/* line 6, layout/_event.scss */

.event-content h1,
.event-content .h1,
.event-content h2,
.event-content .h2,
.event-content h3,
.event-content .h3,
.event-content h4,
.event-content .h4,
.event-content h5,
.event-content .h5,
.event-content h6,
.event-content .h6 {
  color: #5f5f5f;
}

/* line 15, layout/_event.scss */

.event-content li {
  list-style-type: inherit;
  font-size: 15px;
}

/* line 24, layout/_event.scss */

.event-content .back-button {
  background-color: #FFFFFF;
  width: 70px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 20px 20px 0px;
  padding: 12px 21px;
  margin-top: 20px;
}

/* line 39, layout/_event.scss */

.event-content .back-button .icon-arrow {
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 46, layout/_event.scss */

.event-content .back-button .icon-arrow::before {
  display: inline-block;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* line 55, layout/_event.scss */

.event-content .back-button .icon-arrow:hover {
  color: #f8b032;
}

/* line 61, layout/_event.scss */

.event-content .event-date {
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  margin-bottom: 25px;
}

/* line 68, layout/_event.scss */

.event-content h1 {
  font-size: 50px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #001130;
  margin-bottom: 85px;
}

/* line 81, layout/_event.scss */

.event-content .event-image {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

/* line 91, layout/_event.scss */

.event-content .share-title {
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  margin-top: 55px;
}

/* line 98, layout/_event.scss */

.event-content .share-social-icons {
  margin-top: 40px;
}

/* line 101, layout/_event.scss */

.event-content .share-social-icons a {
  color: #001130;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0px 20px;
}

/* line 113, layout/_event.scss */

.event-content .share-social-icons a i {
  font-size: 15px;
}

/* line 117, layout/_event.scss */

.event-content .share-social-icons a:first-child {
  padding-left: 0px;
}

/* line 121, layout/_event.scss */

.event-content .share-social-icons a:last-child {
  padding-right: 0px;
}

/* line 125, layout/_event.scss */

.event-content .share-social-icons a:hover,
.event-content .share-social-icons a:focus,
.event-content .share-social-icons a:active {
  color: #f8b032;
  text-decoration: none;
}

/* line 134, layout/_event.scss */

.event-content p {
  font-size: 15px;
  line-height: 30px;
  color: #5f5f5f;
  margin-bottom: 40px;
}

/* line 140, layout/_event.scss */

.event-content p:last-child {
  margin-bottom: 0px;
}

/* line 145, layout/_event.scss */

.event-content .more-events {
  margin-top: 180px;
}

/* line 152, layout/_event.scss */

.event-content .more-events .more-title {
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #001130;
  margin-bottom: 45px;
}

/* line 166, layout/_event.scss */

.event-content .more-events .col-event a:hover {
  text-decoration: none;
}

/* line 170, layout/_event.scss */

.event-content .more-events .col-event a .event-box {
  border: 1px solid rgba(151, 151, 151, 0.3);
  padding: 40px 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 182, layout/_event.scss */

.event-content .more-events .col-event a .event-box:hover {
  background-color: #f8b032;
}

/* line 185, layout/_event.scss */

.event-content .more-events .col-event a .event-box:hover .number,
.event-content .more-events .col-event a .event-box:hover .date,
.event-content .more-events .col-event a .event-box:hover .event-title {
  color: #FFFFFF;
}

/* line 190, layout/_event.scss */

.event-content .more-events .col-event a .event-box .number {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  float: left;
  color: #f8b032;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 201, layout/_event.scss */

.event-content .more-events .col-event a .event-box .date {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  color: #f8b032;
  float: right;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 212, layout/_event.scss */

.event-content .more-events .col-event a .event-box .event-title {
  font-size: 20px;
  line-height: 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #5f5f5f;
  margin-top: 60px;
  clear: both;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 2, layout/_news.scss */

#banner-project.banner-news {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 70%;
  padding-bottom: 100px;
}

/* line 13, layout/_news.scss */

#banner-project.banner-news .wrapper-banner {
  padding-top: 37vh;
}

/* line 18, layout/_news.scss */

#banner-project.banner-news .wrapper-banner h1 {
  color: #ffffff;
  margin-bottom: 15vh;
}

/* line 24, layout/_news.scss */

#banner-project.banner-news h2 {
  font-size: 35px;
  color: #f8b032;
  margin-bottom: 40px;
}

/* line 30, layout/_news.scss */

#banner-project.banner-news .tab-container {
  margin-top: 50px;
}

/* line 32, layout/_news.scss */

#banner-project.banner-news .tab-container .tab-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 39, layout/_news.scss */

#banner-project.banner-news .tab-container .tab-content.current {
  display: inherit;
}

/* line 43, layout/_news.scss */

#banner-project.banner-news .tab-container .tab-content .col-news {
  margin-bottom: 30px;
}

/* line 50, layout/_news.scss */

#banner-project.banner-news .tab-container .tab-content .col-news a:hover {
  text-decoration: none;
}

/* line 54, layout/_news.scss */

#banner-project.banner-news .tab-container .tab-content .col-news a .tab-inner {
  border: 1px solid rgba(151, 151, 151, 0.3);
  padding: 40px 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 300px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 67, layout/_news.scss */

#banner-project.banner-news .tab-container .tab-content .col-news a .tab-inner:hover {
  background-color: #f8b032;
}

/* line 70, layout/_news.scss */

#banner-project.banner-news .tab-container .tab-content .col-news a .tab-inner:hover .date,
#banner-project.banner-news .tab-container .tab-content .col-news a .tab-inner:hover .news-title {
  color: #FFFFFF;
}

/* line 79, layout/_news.scss */

#banner-project.banner-news .tab-container .tab-content .col-news a .tab-inner.current {
  display: inherit;
}

/* line 83, layout/_news.scss */

#banner-project.banner-news .tab-container .tab-content .col-news a .tab-inner .number {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  float: left;
  color: #FFFFFF;
}

/* line 90, layout/_news.scss */

#banner-project.banner-news .tab-container .tab-content .col-news a .tab-inner .date {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  color: #f8b032;
  float: right;
}

/* line 97, layout/_news.scss */

#banner-project.banner-news .tab-container .tab-content .col-news a .tab-inner .news-title {
  font-size: 20px;
  line-height: 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  margin-top: 60px;
  clear: both;
}

/* line 1, layout/_news-detail.scss */

.news-content {
  margin-top: 37vh;
  position: relative;
  margin-bottom: 100px;
  color: #5f5f5f;
}

/* line 7, layout/_news-detail.scss */

.news-content h1,
.news-content .h1,
.news-content h2,
.news-content .h2,
.news-content h3,
.news-content .h3,
.news-content h4,
.news-content .h4,
.news-content h5,
.news-content .h5,
.news-content h6,
.news-content .h6 {
  color: #5f5f5f;
}

/* line 16, layout/_news-detail.scss */

.news-content li {
  list-style-type: inherit;
  font-size: 15px;
}

/* line 25, layout/_news-detail.scss */

.news-content .back-button {
  background-color: #FFFFFF;
  width: 70px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 20px 20px 0px;
  padding: 12px 21px;
  margin-top: 20px;
}

/* line 40, layout/_news-detail.scss */

.news-content .back-button .icon-arrow {
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 47, layout/_news-detail.scss */

.news-content .back-button .icon-arrow::before {
  display: inline-block;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* line 56, layout/_news-detail.scss */

.news-content .back-button .icon-arrow:hover {
  color: #f8b032;
}

/* line 62, layout/_news-detail.scss */

.news-content .news-date {
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  margin-bottom: 25px;
}

/* line 69, layout/_news-detail.scss */

.news-content h1 {
  font-size: 50px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #001130;
  margin-bottom: 85px;
}

/* line 86, layout/_news-detail.scss */

.news-content .news-image {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

/* line 96, layout/_news-detail.scss */

.news-content .share-title {
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  margin-top: 55px;
}

/* line 103, layout/_news-detail.scss */

.news-content .share-social-icons {
  margin-top: 40px;
}

/* line 106, layout/_news-detail.scss */

.news-content .share-social-icons a {
  color: #001130;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0px 20px;
}

/* line 118, layout/_news-detail.scss */

.news-content .share-social-icons a i {
  font-size: 15px;
}

/* line 122, layout/_news-detail.scss */

.news-content .share-social-icons a:first-child {
  padding-left: 0px;
}

/* line 126, layout/_news-detail.scss */

.news-content .share-social-icons a:last-child {
  padding-right: 0px;
}

/* line 130, layout/_news-detail.scss */

.news-content .share-social-icons a:hover,
.news-content .share-social-icons a:focus,
.news-content .share-social-icons a:active {
  color: #f8b032;
  text-decoration: none;
}

/* line 139, layout/_news-detail.scss */

.news-content p {
  font-size: 15px;
  line-height: 30px;
  color: #5f5f5f;
  margin-bottom: 20px;
}

/* line 145, layout/_news-detail.scss */

.news-content p:last-child {
  margin-bottom: 0px;
}

/* line 150, layout/_news-detail.scss */

.news-content ul {
  margin-bottom: 20px;
}

/* line 154, layout/_news-detail.scss */

.news-content .more-news {
  margin-top: 180px;
}

/* line 161, layout/_news-detail.scss */

.news-content .more-news .more-title {
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #001130;
  margin-bottom: 45px;
}

/* line 175, layout/_news-detail.scss */

.news-content .more-news .col-news a:hover {
  text-decoration: none;
}

/* line 179, layout/_news-detail.scss */

.news-content .more-news .col-news a .news-box {
  border: 1px solid rgba(151, 151, 151, 0.3);
  padding: 40px 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 191, layout/_news-detail.scss */

.news-content .more-news .col-news a .news-box:hover {
  background-color: #f8b032;
}

/* line 194, layout/_news-detail.scss */

.news-content .more-news .col-news a .news-box:hover .number,
.news-content .more-news .col-news a .news-box:hover .date,
.news-content .more-news .col-news a .news-box:hover .event-title {
  color: #FFFFFF;
}

/* line 199, layout/_news-detail.scss */

.news-content .more-news .col-news a .news-box .number {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  float: left;
  color: #f8b032;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 210, layout/_news-detail.scss */

.news-content .more-news .col-news a .news-box .date {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  color: #f8b032;
  float: right;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 221, layout/_news-detail.scss */

.news-content .more-news .col-news a .news-box .news-title {
  font-size: 20px;
  line-height: 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #5f5f5f;
  margin-top: 60px;
  clear: both;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 2, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers,
#banner-project.banner-roadmap {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60%;
}

/* line 29, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers.banner-roadmap ul,
#banner-project.banner-roadmap.banner-roadmap ul {
  padding-left: 15px;
}

/* line 37, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers.banner-roadmap ul li,
#banner-project.banner-roadmap.banner-roadmap ul li {
  list-style-type: disc;
}

/* line 59, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .wrapper-banner,
#banner-project.banner-roadmap .wrapper-banner {
  padding-top: 37vh;
}

/* line 64, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .wrapper-banner h1,
#banner-project.banner-roadmap .wrapper-banner h1 {
  color: #ffffff;
  margin-bottom: 120px;
}

/* line 70, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-subtitle,
#banner-project.banner-roadmap .papers-subtitle {
  font-size: 35px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
}

/* line 81, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-item-container,
#banner-project.banner-roadmap .papers-list-item-container {
  margin-bottom: 40px;
}

/* line 85, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-item,
#banner-project.banner-roadmap .papers-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

/* line 95, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-number,
#banner-project.banner-roadmap .papers-list-number {
  color: #fff;
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 100, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-date,
#banner-project.banner-roadmap .papers-list-date {
  color: #f8b032;
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 106, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-title,
#banner-project.banner-roadmap .papers-list-title {
  color: #fff;
  font-size: 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  line-height: 1.5;
}

/* line 124, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-btn,
#banner-project.banner-roadmap .papers-list-btn {
  color: #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 132, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-btn a,
#banner-project.banner-roadmap .papers-list-btn a {
  color: #f8b032;
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  text-decoration: none;
  margin-right: 30px;
  position: relative;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

/* line 141, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-btn a.icon-group-6,
#banner-project.banner-roadmap .papers-list-btn a.icon-group-6 {
  margin-right: 0;
  margin-left: 30px;
}

/* line 146, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-btn a .icon-arrow,
#banner-project.banner-roadmap .papers-list-btn a .icon-arrow {
  color: #FFFFFF;
  opacity: 1;
  font-size: 14px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  display: inline-block;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

/* line 158, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-btn a .icon-arrow:hover,
#banner-project.banner-roadmap .papers-list-btn a .icon-arrow:hover {
  color: #f8b032;
}

/* line 163, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-btn a:hover,
#banner-project.banner-roadmap .papers-list-btn a:hover {
  color: transparent;
}

/* line 165, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-btn a:hover i,
#banner-project.banner-roadmap .papers-list-btn a:hover i {
  opacity: 1;
}

/* line 170, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-btn i,
#banner-project.banner-roadmap .papers-list-btn i {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  color: #f8b032;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

/* line 178, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-btn i.icon-olho,
#banner-project.banner-roadmap .papers-list-btn i.icon-olho {
  font-size: 13px;
}

/* line 182, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-btn i.icon-arrow,
#banner-project.banner-roadmap .papers-list-btn i.icon-arrow {
  color: #FFFFFF;
}

/* line 188, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-authors,
#banner-project.banner-roadmap .papers-list-authors {
  color: #f8b032;
  font-size: 13px;
  line-height: 20px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  text-align: right;
  width: 100%;
}

/* line 201, layout/_scientific-papers.scss */

#banner-project.banner-scientific-papers .papers-list-authors-text,
#banner-project.banner-roadmap .papers-list-authors-text {
  font-size: 13px;
}

/* line 207, layout/_scientific-papers.scss */

#banner-project .roadmap-image {
  margin-top: -20%;
  width: auto;
  height: auto !important;
}

/* line 221, layout/_scientific-papers.scss */

#banner-project .col-roadmap {
  margin-bottom: 30px;
}

/* line 227, layout/_scientific-papers.scss */

#banner-project .col-roadmap-inner {
  position: relative;
}

/* line 230, layout/_scientific-papers.scss */

#banner-project .col-roadmap-inner:hover {
  text-decoration: none;
}

/* line 234, layout/_scientific-papers.scss */

#banner-project .col-roadmap-inner .tab-inner {
  border: 1px solid rgba(151, 151, 151, 0.3);
  padding: 40px 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 300px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 251, layout/_scientific-papers.scss */

#banner-project .col-roadmap-inner .tab-inner:hover {
  background-color: #f8b032;
}

/* line 254, layout/_scientific-papers.scss */

#banner-project .col-roadmap-inner .tab-inner:hover .date,
#banner-project .col-roadmap-inner .tab-inner:hover .news-title {
  color: #FFFFFF;
}

/* line 263, layout/_scientific-papers.scss */

#banner-project .col-roadmap-inner .tab-inner.current {
  display: inherit;
}

/* line 267, layout/_scientific-papers.scss */

#banner-project .col-roadmap-inner .tab-inner .number {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  float: left;
  color: #FFFFFF;
}

/* line 274, layout/_scientific-papers.scss */

#banner-project .col-roadmap-inner .tab-inner .date {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  color: #f8b032;
  float: right;
}

/* line 281, layout/_scientific-papers.scss */

#banner-project .col-roadmap-inner .tab-inner .news-title {
  font-size: 20px;
  line-height: 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  width: 70%;
}

/* line 301, layout/_scientific-papers.scss */

.accordion-group {
  margin-bottom: 90px;
}

/* line 308, layout/_scientific-papers.scss */

.accordion-group.accordion-roadmap {
  margin-top: 90px;
}

/* line 311, layout/_scientific-papers.scss */

.accordion-group.accordion-roadmap .papers-list-item {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 315, layout/_scientific-papers.scss */

.accordion-group.accordion-roadmap .papers-list-btn div {
  color: #f8b032;
  font-size: 13px;
  line-height: 35px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  text-decoration: none;
  margin-right: 30px;
  position: relative;
}

/* line 325, layout/_scientific-papers.scss */

.accordion-group.accordion-roadmap .papers-list-title {
  font-size: 35px !important;
}

/* line 335, layout/_scientific-papers.scss */

.accordion-group .accordion {
  margin-top: 60px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 345, layout/_scientific-papers.scss */

.accordion-group .accordion:last-child {
  margin-bottom: 0;
}

/* line 357, layout/_scientific-papers.scss */

.accordion-group .accordion-header {
  background-color: transparent;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 14px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 5px;
}

/* line 380, layout/_scientific-papers.scss */

.accordion-group .accordion-header.active,
.accordion-group .accordion-header:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: none;
}

/* line 388, layout/_scientific-papers.scss */

.accordion-group .accordion-header.active {
  color: #f8b032;
}

/* line 390, layout/_scientific-papers.scss */

.accordion-group .accordion-header.active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

/* line 400, layout/_scientific-papers.scss */

.accordion-group .accordion-header:after {
  content: "";
  font-family: 'icomoon';
  content: "\e904";
  vertical-align: middle;
  font-size: 14px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #FFFFFF;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  display: inline-block;
}

/* line 414, layout/_scientific-papers.scss */

.accordion-group .accordion-header:after:hover {
  color: #f8b032;
}

/* line 418, layout/_scientific-papers.scss */

.accordion-group .accordion-header:hover {
  color: #f8b032;
}

/* line 422, layout/_scientific-papers.scss */

.accordion-group .accordion-panel {
  background-color: transparent;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 430, layout/_scientific-papers.scss */

.accordion-group .accordion-panel.show {
  opacity: 1;
  visibility: visible;
  height: auto;
}

/* line 435, layout/_scientific-papers.scss */

.accordion-group .accordion-panel p {
  color: #FFFFFF;
  margin-bottom: 10px;
  line-height: 1.7;
}

/* line 439, layout/_scientific-papers.scss */

.accordion-group .accordion-panel p:last-child {
  margin-bottom: 0;
}

/* line 449, layout/_scientific-papers.scss */

.accordion-group .accordion-title {
  font-size: 20px;
  color: #f8b032;
  margin-bottom: 45px;
  margin-top: 100px;
}

/* line 458, layout/_scientific-papers.scss */

.link-mobile {
  display: none;
}

/* line 467, layout/_scientific-papers.scss */

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 479, layout/_scientific-papers.scss */

.roadmap-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 488, layout/_scientific-papers.scss */

.roadmap-bottom .roadmap-link {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 494, layout/_scientific-papers.scss */

.roadmap-bottom .roadmap-link:hover {
  color: white;
  text-decoration: none;
}

/* line 500, layout/_scientific-papers.scss */

.roadmap-bottom .separator {
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 14px;
  margin: 0 16px;
}

/* line 514, layout/_scientific-papers.scss */

.roadmap-icon {
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  border-radius: 100%;
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 534, layout/_scientific-papers.scss */

.roadmap-icon .roadmap-icon-img {
  width: 100%;
  height: auto;
  max-width: 55px;
}

/* line 545, layout/_scientific-papers.scss */

.filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

/* line 555, layout/_scientific-papers.scss */

.filters-wrapper .filters-text {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 20px;
}

/* line 564, layout/_scientific-papers.scss */

.filters-wrapper .filters-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 568, layout/_scientific-papers.scss */

.filters-wrapper .filters-area label {
  font-size: 13px;
}

/* line 572, layout/_scientific-papers.scss */

.filters-wrapper .filters-area .form-group {
  margin-left: 15px;
  margin-bottom: 0;
}

/* line 583, layout/_scientific-papers.scss */

.filters-wrapper .filters-area input {
  height: 55px;
  border-radius: 27px;
  border: solid 1px #FFFFFF;
  background: transparent;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  margin-bottom: 0;
  opacity: 0.5;
  display: block;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 195px;
}

/* line 598, layout/_scientific-papers.scss */

.filters-wrapper .filters-area input:focus {
  opacity: 1;
  outline: none;
}

/* line 604, layout/_scientific-papers.scss */

.filters-wrapper .filters-area .select-selected {
  height: 55px;
  border-radius: 27px;
  border: solid 1px #FFFFFF;
  background: transparent;
  font-size: 13px;
  color: #FFFFFF;
  margin-bottom: 0;
  opacity: 0.5;
  display: block;
  padding: 5px 10px;
  line-height: 45px;
  width: 195px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 619, layout/_scientific-papers.scss */

.filters-wrapper .filters-area .select-selected:after {
  top: 5px;
}

/* line 623, layout/_scientific-papers.scss */

.filters-wrapper .filters-area .select-selected.select-arrow-active {
  opacity: 1;
}

/* line 628, layout/_scientific-papers.scss */

.filters-wrapper .filters-area .btn-primary {
  height: 55px;
}

/* line 632, layout/_scientific-papers.scss */

.filters-wrapper .filters-area .select-items {
  top: 45px;
  width: 195px;
}

/* line 637, layout/_scientific-papers.scss */

.filters-wrapper__new {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 640, layout/_scientific-papers.scss */

.filters-wrapper__new .filters-text {
  margin-bottom: 15px;
}

/* line 643, layout/_scientific-papers.scss */

.filters-wrapper__new .form-group {
  margin-bottom: 15px !important;
  margin-right: 15px;
  margin-left: 0 !important;
}

/* line 648, layout/_scientific-papers.scss */

.filters-wrapper__new .btn-filter-submit {
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 2, layout/_newsletters.scss */

#banner-project.banner-newsletters {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 70%;
  padding-bottom: 100px;
}

/* line 12, layout/_newsletters.scss */

#banner-project.banner-newsletters::before {
  content: "";
  position: absolute;
  top: 0;
  right: -42vw;
  width: 0;
  height: 100vh;
  background-color: #f8b032;
  z-index: 2;
  -webkit-transition: right 250ms ease;
  transition: right 250ms ease;
}

/* line 25, layout/_newsletters.scss */

#banner-project.banner-newsletters.open::before {
  right: 0;
  width: 42vw;
}

/* line 42, layout/_newsletters.scss */

#banner-project.banner-newsletters.open .newsletter-form {
  width: 100%;
}

/* line 51, layout/_newsletters.scss */

#banner-project.banner-newsletters .wrapper-banner {
  padding-top: 37vh;
}

/* line 56, layout/_newsletters.scss */

#banner-project.banner-newsletters .wrapper-banner h1 {
  color: #ffffff;
  margin-bottom: 15vh;
}

/* line 62, layout/_newsletters.scss */

#banner-project.banner-newsletters h2 {
  font-size: 35px;
  color: #f8b032;
  margin-bottom: 40px;
}

/* line 68, layout/_newsletters.scss */

#banner-project.banner-newsletters .btn-no-newsletters {
  margin-top: 40px;
}

/* line 72, layout/_newsletters.scss */

#banner-project.banner-newsletters .tab-container {
  margin-top: 50px;
}

/* line 74, layout/_newsletters.scss */

#banner-project.banner-newsletters .tab-container .tab-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 81, layout/_newsletters.scss */

#banner-project.banner-newsletters .tab-container .tab-content.current {
  display: inherit;
}

/* line 85, layout/_newsletters.scss */

#banner-project.banner-newsletters .tab-container .tab-content .col-news {
  margin-bottom: 30px;
}

/* line 92, layout/_newsletters.scss */

#banner-project.banner-newsletters .tab-container .tab-content .col-news a:hover {
  text-decoration: none;
}

/* line 96, layout/_newsletters.scss */

#banner-project.banner-newsletters .tab-container .tab-content .col-news a .tab-inner {
  border: 1px solid rgba(151, 151, 151, 0.3);
  padding: 40px 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 300px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 109, layout/_newsletters.scss */

#banner-project.banner-newsletters .tab-container .tab-content .col-news a .tab-inner:hover {
  background-color: #f8b032;
}

/* line 112, layout/_newsletters.scss */

#banner-project.banner-newsletters .tab-container .tab-content .col-news a .tab-inner:hover .date,
#banner-project.banner-newsletters .tab-container .tab-content .col-news a .tab-inner:hover .news-title {
  color: #FFFFFF;
}

/* line 121, layout/_newsletters.scss */

#banner-project.banner-newsletters .tab-container .tab-content .col-news a .tab-inner.current {
  display: inherit;
}

/* line 125, layout/_newsletters.scss */

#banner-project.banner-newsletters .tab-container .tab-content .col-news a .tab-inner .number {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  float: left;
  color: #FFFFFF;
}

/* line 132, layout/_newsletters.scss */

#banner-project.banner-newsletters .tab-container .tab-content .col-news a .tab-inner .date {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  color: #f8b032;
  float: right;
}

/* line 139, layout/_newsletters.scss */

#banner-project.banner-newsletters .tab-container .tab-content .col-news a .tab-inner .news-title {
  font-size: 20px;
  line-height: 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  margin-top: 60px;
  clear: both;
}

/* line 161, layout/_newsletters.scss */

#banner-project .newsletter-form-area {
  padding-bottom: 120px;
}

/* line 164, layout/_newsletters.scss */

#banner-project .newsletter-form-area h3 {
  margin-top: 0;
}

/* line 174, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm input[type="text"],
#banner-project .newsletter-form-area #newsletterForm input[type="email"] {
  height: 55px;
  border-radius: 27px;
  border: solid 1px #FFFFFF;
  background: transparent;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  color: #001130;
  margin-bottom: 20px;
  min-height: 55px;
}

/* line 194, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm input[type="text"]::-webkit-input-placeholder,
#banner-project .newsletter-form-area #newsletterForm input[type="email"]::-webkit-input-placeholder {
  color: #FFFFFF !important;
  opacity: 1;
}

#banner-project .newsletter-form-area #newsletterForm input[type="text"]::-moz-placeholder,
#banner-project .newsletter-form-area #newsletterForm input[type="email"]::-moz-placeholder {
  color: #FFFFFF !important;
  opacity: 1;
}

#banner-project .newsletter-form-area #newsletterForm input[type="text"]:-ms-input-placeholder,
#banner-project .newsletter-form-area #newsletterForm input[type="email"]:-ms-input-placeholder {
  color: #FFFFFF !important;
  opacity: 1;
}

#banner-project .newsletter-form-area #newsletterForm input[type="text"]::-ms-input-placeholder,
#banner-project .newsletter-form-area #newsletterForm input[type="email"]::-ms-input-placeholder {
  color: #FFFFFF !important;
  opacity: 1;
}

#banner-project .newsletter-form-area #newsletterForm input[type="text"]::placeholder,
#banner-project .newsletter-form-area #newsletterForm input[type="email"]::placeholder {
  color: #FFFFFF !important;
  opacity: 1;
}

/* line 199, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm input[type="text"]:focus,
#banner-project .newsletter-form-area #newsletterForm input[type="email"]:focus {
  background: transparent;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

/* line 206, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm input[type="text"]:valid,
#banner-project .newsletter-form-area #newsletterForm input[type="email"]:valid {
  background: transparent;
  color: #FFFFFF;
  opacity: 1;
}

/* line 211, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm input[type="text"]:invalid,
#banner-project .newsletter-form-area #newsletterForm input[type="email"]:invalid {
  background: transparent;
  color: #FFFFFF;
  opacity: 1;
}

/* line 218, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm input[type="checkbox"]:not(:checked) + label:before {
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 229, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm input[type="checkbox"] + label.form-check-label:before,
#banner-project .newsletter-form-area #newsletterForm input[type="checkbox"] + label + label.form-check-label:before {
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  background: transparent;
}

/* line 238, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm input[type="checkbox"]:checked + label:before {
  background: #FFFFFF;
}

/* line 242, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm input + label {
  font-size: 13px;
  line-height: 20px;
}

/* line 246, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm input + label a {
  text-decoration: none;
  color: #f8b032;
}

/* line 250, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm input + label a:hover {
  text-decoration: underline;
}

/* line 256, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm button {
  margin-top: 0px;
}

/* line 263, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm button span {
  top: 8px;
}

/* line 268, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm .newsletter-form-bottom {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 279, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm .form-group.error::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 25px;
  left: -15px;
  background-color: #f55c31;
  border-radius: 5px;
}

/* line 289, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm .form-group.error div {
  display: none !important;
}

/* line 294, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm .success-message {
  width: 100%;
  background: #FFFFFF;
  padding: 26px 0px;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  display: none;
  border: none;
  z-index: 1;
  color: #001130;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin-top: 20px;
}

/* line 310, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm .success-message p {
  color: #001130;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  display: inline-block;
}

/* line 318, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm .success-message p::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #f8b032;
  position: absolute;
  left: -10px;
  top: 4px;
}

/* line 335, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm .warnings__error {
  width: 100%;
  background: #FFFFFF;
  padding: 20px 20px 15px 20px;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  display: none;
  text-align: left;
  border: none;
  margin-top: 20px;
}

/* line 360, layout/_newsletters.scss */

#banner-project .newsletter-form-area #newsletterForm .warnings__error p {
  color: #f55c31;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  display: inline-block;
  margin: 0;
}

/* line 379, layout/_newsletters.scss */

.newsletter-block {
  width: 83px;
  background-color: #f8b032;
  position: absolute;
  right: 0;
  top: 0;
  height: 61vh;
  z-index: 1;
  cursor: pointer;
}

/* line 397, layout/_newsletters.scss */

.newsletter-block p {
  color: #000000;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  white-space: nowrap;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  position: absolute;
  right: -85px;
  top: 45%;
  text-align: center;
  margin: 0;
}

/* line 426, layout/_newsletters.scss */

.newsletter-block p .icon-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  display: inline-block;
  font-size: 15px;
  margin-bottom: 15px;
}

/* line 439, layout/_newsletters.scss */

.closeForm {
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  position: absolute;
  top: 50%;
  right: 40.5vw;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #FFFFFF;
  outline: none;
  padding: 6px 13px;
  z-index: 3;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
  border: 10px solid #001130;
}

/* line 471, layout/_newsletters.scss */

.closeForm .icon-close-modal {
  font-size: 13px;
  color: #001130;
}

/* line 481, layout/_newsletters.scss */

.closeForm:hover {
  text-decoration: none;
}

/* line 483, layout/_newsletters.scss */

.closeForm:hover .icon-close-modal {
  font-size: 13px;
  color: #f8b032;
}

/* line 499, layout/_newsletters.scss */

#form-container .newsletter-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 504, layout/_newsletters.scss */

#form-container .newsletter-col .newsletter-form {
  position: absolute;
  width: 0;
  top: 18vh;
  right: -52vw;
  background: #f8b032;
  z-index: 3;
  max-width: 425px;
  -webkit-transition: right 250ms ease;
  transition: right 250ms ease;
}

/* line 518, layout/_newsletters.scss */

#form-container .newsletter-col .newsletter-form .newsletter-subtitle {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #001130;
  width: 100%;
  margin-bottom: 35px;
}

/* line 533, layout/_newsletters.scss */

#form-container .newsletter-col .newsletter-form .newsletter-title {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-bottom: 50px;
}

/* line 2, layout/_associate-members.scss */

#banner-project.banner-members {
  background: #f8b032;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
}

/* line 10, layout/_associate-members.scss */

#banner-project.banner-members .wrapper-banner h1 {
  color: #FFFFFF;
}

/* line 14, layout/_associate-members.scss */

#banner-project.banner-members .wrapper-banner p {
  color: #001130;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 20, layout/_associate-members.scss */

#banner-project.banner-members #canvasMembers {
  position: absolute;
  right: -200px;
  top: 20vh;
}

/* line 39, layout/_associate-members.scss */

.associate-members {
  position: relative;
  margin-top: 135px;
  margin-bottom: 80px;
}

/* line 54, layout/_associate-members.scss */

.associate-members h2 {
  font-size: 50px;
  line-height: 55px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 71, layout/_associate-members.scss */

.associate-members .spacer {
  width: 16px;
  margin: 50px auto;
  height: 80px;
}

/* line 80, layout/_associate-members.scss */

.associate-members .spacer .point {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  margin: 7px;
  float: left;
  clear: left;
}

/* line 96, layout/_associate-members.scss */

.associate-members .members-area .members-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #FFFFFF;
}

/* line 104, layout/_associate-members.scss */

.associate-members .members-area .members-box:first-child {
  border-bottom: 1px solid #979797;
}

/* line 108, layout/_associate-members.scss */

.associate-members .members-area .members-box .members-title {
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-bottom: 0px;
}

/* line 114, layout/_associate-members.scss */

.associate-members .members-area .members-box a {
  color: #FFFFFF;
}

/* line 117, layout/_associate-members.scss */

.associate-members .members-area .members-box a .icon-arrow {
  font-size: 14px;
}

/* line 124, layout/_associate-members.scss */

.associate-members ul.tabs {
  border-radius: 32px;
  border: solid 1px rgba(151, 151, 151, 0.25);
  width: 377px;
  padding: 0px;
  list-style: none;
  /*&::before{
  			content:"";
  			background-color: $color-primary3;
  			border-radius: 32px;
  			width: 122px;
  			height: 64px;
  			position: absolute;
  			z-index: 1;
  			top:0;
  
  			@include max-xs{
  				display: none;
  			}
  		}*/
}

/* line 147, layout/_associate-members.scss */

.associate-members ul.tabs.current1::before {
  -webkit-animation: slideC1 0.5s forwards;
  animation: slideC1 0.5s forwards;
}

/* line 154, layout/_associate-members.scss */

.associate-members ul.tabs.current2::before {
  -webkit-animation: slideC2 0.5s forwards;
  animation: slideC2 0.5s forwards;
}

/* line 161, layout/_associate-members.scss */

.associate-members ul.tabs.current3::before {
  -webkit-animation: slideC3 0.5s forwards;
  animation: slideC3 0.5s forwards;
}

/* line 171, layout/_associate-members.scss */

.associate-members ul.tabs li {
  width: 122px;
  height: 64px;
  padding: 20px;
  font-size: 18px;
  line-height: 18px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  border-radius: 32px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 199, layout/_associate-members.scss */

.associate-members ul.tabs li.current {
  color: #001130;
  background-color: #FFFFFF;
  border-radius: 32px;
  width: 122px;
  height: 64px;
}

/* line 215, layout/_associate-members.scss */

.associate-members .tab-container {
  margin-top: 80px;
  width: 100%;
}

/* line 223, layout/_associate-members.scss */

.associate-members .tab-container .tab-content {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 231, layout/_associate-members.scss */

.associate-members .tab-container .tab-content.current {
  display: inherit;
}

/* line 235, layout/_associate-members.scss */

.associate-members .tab-container .tab-content p {
  font-size: 18px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

/* line 247, layout/_associate-members.scss */

.associate-members .tab-container .tab-content ul {
  padding: 0px;
}

/* line 250, layout/_associate-members.scss */

.associate-members .tab-container .tab-content ul li {
  font-size: 18px;
  line-height: 40px;
  color: #FFFFFF;
  list-style: disc;
}

/* line 263, layout/_associate-members.scss */

.associate-members .tab-container .tab-content .note {
  color: #f8b032;
  font-size: 13px;
  margin-top: 35px;
}

/* line 269, layout/_associate-members.scss */

.associate-members .tab-container .tab-content .wrapper-buttons {
  margin-top: 30px;
}

/* line 276, layout/_associate-members.scss */

.associate-members .tab-container .tab-content .wrapper-buttons .text {
  padding: 14px 30px;
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 288, layout/_associate-members.scss */

.associate-members .tab-container .tab-content .wrapper-buttons .btn-left {
  width: 250px;
}

/* line 291, layout/_associate-members.scss */

.associate-members .tab-container .tab-content .wrapper-buttons .btn-left span {
  width: 250px;
}

/* line 296, layout/_associate-members.scss */

.associate-members .tab-container .tab-content .wrapper-buttons .btn-left:hover .icon-arrow {
  margin-right: 0px;
}

/* line 308, layout/_associate-members.scss */

.consortium-list-content.associate-list {
  background: #f4f4f4;
  padding: 190px 0px;
}

/* line 316, layout/_associate-members.scss */

.consortium-list-content.associate-list .title-list {
  color: #f8b032;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-bottom: 50px;
}

/* line 336, layout/_associate-members.scss */

.consortium-list-content.associate-list .subtitle-list {
  color: #959595;
}

/* line 345, layout/_associate-members.scss */

.associate-list .menu-consortium {
  position: fixed;
  right: -300px;
  top: 50%;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
}

@-webkit-keyframes slideC1 {
  0% {
    left: 122px;
  }

  100% {
    left: 10px;
  }
}

@keyframes slideC1 {
  0% {
    left: 122px;
  }

  100% {
    left: 10px;
  }
}

@-webkit-keyframes slideC2 {
  0% {
    left: 10px;
  }

  100% {
    left: 137px;
  }
}

@keyframes slideC2 {
  0% {
    left: 10px;
  }

  100% {
    left: 137px;
  }
}

@-webkit-keyframes slideC3 {
  0% {
    left: 10px;
  }

  100% {
    left: 274px;
  }
}

@keyframes slideC3 {
  0% {
    left: 10px;
  }

  100% {
    left: 274px;
  }
}

/* line 2, layout/_junior-fellows-program.scss */

#banner-project.banner-junior {
  background-position: 65% 25%;
  background-repeat: no-repeat;
  background-image: url("../img/junior-program.png");
  background-size: 90%;
}

/* line 17, layout/_junior-fellows-program.scss */

#banner-project.banner-junior .wrapper-banner {
  padding-top: 30vh;
}

/* line 25, layout/_junior-fellows-program.scss */

#banner-project.banner-junior .banner-junior-text p {
  margin-bottom: 30px;
}

/* line 31, layout/_junior-fellows-program.scss */

.junior-content {
  margin-top: 80px;
  padding-bottom: 170px;
}

/* line 44, layout/_junior-fellows-program.scss */

.junior-content .left-arrow {
  font-size: 25px;
}

/* line 48, layout/_junior-fellows-program.scss */

.junior-content .junior-left-text {
  margin-top: 20px;
  font-size: 35px;
  line-height: 40px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 60, layout/_junior-fellows-program.scss */

.junior-content .junior-subtitle {
  font-size: 50px;
  line-height: 75px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  margin-bottom: 15px;
  color: #f8b032;
}

/* line 73, layout/_junior-fellows-program.scss */

.junior-content .spacer {
  width: 100%;
  margin: 44px 0px 40px 0px;
  float: left;
}

/* line 78, layout/_junior-fellows-program.scss */

.junior-content .spacer .point {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #f8b032;
  margin: 7px;
  float: left;
}

/* line 88, layout/_junior-fellows-program.scss */

.junior-content .junior-title {
  font-size: 50px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 20vh;
}

/* line 103, layout/_junior-fellows-program.scss */

.junior-content .spacer-junior {
  width: 16px;
  margin: 0 auto;
  height: 80px;
  margin-bottom: 100px;
}

/* line 113, layout/_junior-fellows-program.scss */

.junior-content .spacer-junior .point {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  margin: 7px;
  float: left;
  clear: left;
}

/* line 124, layout/_junior-fellows-program.scss */

.junior-content .rules {
  margin-bottom: 20vh;
}

/* line 131, layout/_junior-fellows-program.scss */

.junior-content .rules-line {
  margin-bottom: 90px;
}

/* line 139, layout/_junior-fellows-program.scss */

.junior-content .rules-number {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
}

/* line 144, layout/_junior-fellows-program.scss */

.junior-content .rules-text {
  font-size: 15px;
  margin-left: 15px;
}

/* line 148, layout/_junior-fellows-program.scss */

.junior-content .rules-text b,
.junior-content .rules-text strong {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
}

/* line 154, layout/_junior-fellows-program.scss */

.junior-content .rules .rule {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 158, layout/_junior-fellows-program.scss */

.junior-content .rules .sub-rule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
}

/* line 162, layout/_junior-fellows-program.scss */

.junior-content .rules .sub-rule .rules-text {
  margin-left: 25px;
}

/* line 167, layout/_junior-fellows-program.scss */

.junior-content .rules-note {
  margin-top: 60px;
  font-size: 14px;
  line-height: 20px;
  color: #f4f4f4;
  font-family: "CircularStd-BookItalic", Arial, sans-serif;
  text-align: center;
}

/* line 177, layout/_junior-fellows-program.scss */

.junior-content #canvasProject {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
}

/* line 206, layout/_junior-fellows-program.scss */

.junior-content .animation-project canvas {
  margin-left: -5vw;
}

/* line 214, layout/_junior-fellows-program.scss */

.junior-content .offer-right-box {
  background-color: #f8b032;
  padding: 80px;
}

/* line 229, layout/_junior-fellows-program.scss */

.junior-content .offer-title {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #001130;
  margin-bottom: 50px;
  margin-top: 0px;
}

/* line 243, layout/_junior-fellows-program.scss */

.junior-content .icon-arrow-offer {
  font-size: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 10px;
}

/* line 256, layout/_junior-fellows-program.scss */

.junior-content .icon-arrow-offer::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 261, layout/_junior-fellows-program.scss */

.junior-content .offer-text {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #001130;
  margin-bottom: 50px;
  line-height: 24px;
}

/* line 268, layout/_junior-fellows-program.scss */

.junior-content .offer-step {
  text-transform: uppercase;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #001130;
  margin-bottom: 20px;
  line-height: 20px;
}

/* line 275, layout/_junior-fellows-program.scss */

.junior-content .offer-step-text {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #FFFFFF;
  margin-bottom: 45px;
  line-height: 20px;
}

/* line 283, layout/_junior-fellows-program.scss */

.junior-content .offer-text-topics {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #001130;
  margin-bottom: 34px;
}

/* line 289, layout/_junior-fellows-program.scss */

.junior-content .topics {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 17px;
  position: relative;
  color: #FFFFFF;
  margin-bottom: 35px;
}

/* line 300, layout/_junior-fellows-program.scss */

.junior-content .topics:last-child {
  margin-bottom: 0px;
}

/* line 304, layout/_junior-fellows-program.scss */

.junior-content .topics .icon-arrow {
  font-size: 14px;
  color: #001130;
  margin-right: 28px;
}

/* line 311, layout/_junior-fellows-program.scss */

.junior-content .offer-subtitle {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #001130;
  margin-bottom: 20px;
  line-height: 20px;
}

/* line 317, layout/_junior-fellows-program.scss */

.junior-content .offer-subtitle-text {
  color: #FFFFFF;
  margin-bottom: 20px;
}

/* line 324, layout/_junior-fellows-program.scss */

.offer-information {
  margin-bottom: 140px;
}

/* line 332, layout/_junior-fellows-program.scss */

.offer-information-title {
  font-size: 50px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  text-align: center;
  margin-bottom: 45px;
  line-height: 60px;
}

/* line 346, layout/_junior-fellows-program.scss */

.offer-information .spacer-offer {
  width: 16px;
  margin: 0 auto;
  height: 80px;
  margin-bottom: 60px;
}

/* line 352, layout/_junior-fellows-program.scss */

.offer-information .spacer-offer .point {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  margin: 7px;
  float: left;
  clear: left;
}

/* line 363, layout/_junior-fellows-program.scss */

.offer-information .offer-box {
  padding: 80px 70px;
  position: relative;
  height: 100%;
}

/* line 376, layout/_junior-fellows-program.scss */

.offer-information .offer-box .point1 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 386, layout/_junior-fellows-program.scss */

.offer-information .offer-box .point2 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 50%;
}

/* line 396, layout/_junior-fellows-program.scss */

.offer-information .offer-box .point3 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 406, layout/_junior-fellows-program.scss */

.offer-information .offer-box .point4 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 416, layout/_junior-fellows-program.scss */

.offer-information .offer-box .point5 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
}

/* line 426, layout/_junior-fellows-program.scss */

.offer-information .offer-box .point6 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 436, layout/_junior-fellows-program.scss */

.offer-information .offer-box .arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 440, layout/_junior-fellows-program.scss */

.offer-information .offer-box .arrow-box .icon-arrow {
  font-size: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 445, layout/_junior-fellows-program.scss */

.offer-information .offer-box .arrow-box .icon-arrow::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 451, layout/_junior-fellows-program.scss */

.offer-information .offer-box-title {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #f8b032;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 15px;
}

/* line 461, layout/_junior-fellows-program.scss */

.offer-information .offer-box-text {
  text-align: center;
  margin-bottom: 40px;
}

/* line 466, layout/_junior-fellows-program.scss */

.offer-information .offer-box .btn-primary {
  width: 155px;
}

/* line 469, layout/_junior-fellows-program.scss */

.offer-information .offer-box .btn-primary span {
  width: 155px;
}

/* line 476, layout/_junior-fellows-program.scss */

.step-number {
  background: url("../img/oval.svg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #f8b032;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  width: 114px;
  height: 114px;
  margin: 0 auto;
  text-align: center;
  padding: 44px 0px;
  margin-bottom: 80px;
}

/* line 490, layout/_junior-fellows-program.scss */

.applications-information {
  margin-bottom: 140px;
}

/* line 498, layout/_junior-fellows-program.scss */

.applications-information .applications {
  padding: 88px 0px;
  background-color: #f8b032;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 508, layout/_junior-fellows-program.scss */

.applications-information .applications-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 518, layout/_junior-fellows-program.scss */

.applications-information .applications-text {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF;
}

/* line 539, layout/_junior-fellows-program.scss */

.applications-submit {
  padding-bottom: 170px;
}

/* line 546, layout/_junior-fellows-program.scss */

.applications-submit .applications-text {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF;
}

/* line 2, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60%;
}

/* line 10, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .wrapper-banner {
  padding-top: 37vh;
}

/* line 15, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .wrapper-banner h1 {
  color: #ffffff;
  margin-bottom: 120px;
}

/* line 24, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-subtitle {
  font-size: 35px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  margin-bottom: 40px;
}

/* line 36, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-item-container {
  margin-bottom: 40px;
}

/* line 40, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

/* line 50, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-number {
  color: #fff;
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 56, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-upper-text {
  font-size: 13px;
  line-height: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
}

/* line 67, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-title {
  color: #fff;
  font-size: 25px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  line-height: 40px;
}

/* line 84, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-int {
  font-size: 13px;
  color: #FFFFFF;
}

/* line 89, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-country {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  color: #f8b032;
}

/* line 95, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-text {
  margin-top: 8px;
  font-size: 17px;
  color: #FFFFFF;
}

/* line 106, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-content {
  padding: 28px 0px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 116, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-person {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 25px;
  line-height: 40px;
  color: #FFFFFF;
  margin-left: 20px;
}

/* line 128, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-link {
  margin-left: 20px;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 135, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-link:hover {
  color: #f8b032;
}

/* line 139, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-link .icon-arrow {
  font-size: 8px;
  color: #f8b032;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  right: -14px;
}

/* line 147, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-link .icon-arrow::before {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

/* line 157, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-detail-img {
  max-width: 100%;
  max-height: 40px;
  margin-bottom: 40px;
}

/* line 164, layout/_junior-fellows-program-detail.scss */

#banner-project.banner-junior-detail .junior-line {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 170, layout/_junior-fellows-program-detail.scss */

#banner-project ul.tabs {
  border-radius: 32px;
  border: solid 1px rgba(151, 151, 151, 0.25);
  width: 403px;
  padding: 0px;
  list-style: none;
}

/* line 177, layout/_junior-fellows-program-detail.scss */

#banner-project ul.tabs::before {
  content: "";
  background-color: #FFFFFF;
  border-radius: 32px;
  width: 198px;
  height: 64px;
  position: absolute;
  z-index: 1;
  top: 0;
}

/* line 193, layout/_junior-fellows-program-detail.scss */

#banner-project ul.tabs.current1::before {
  -webkit-animation: slide1 0.5s forwards;
  animation: slide1 0.5s forwards;
}

/* line 200, layout/_junior-fellows-program-detail.scss */

#banner-project ul.tabs.current2::before {
  -webkit-animation: slide2 0.5s forwards;
  animation: slide2 0.5s forwards;
}

/* line 212, layout/_junior-fellows-program-detail.scss */

#banner-project ul.tabs li {
  width: 198px;
  height: 64px;
  padding: 20px;
  font-size: 18px;
  line-height: 18px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  border-radius: 32px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 237, layout/_junior-fellows-program-detail.scss */

#banner-project ul.tabs li.current {
  color: #001130;
}

/* line 245, layout/_junior-fellows-program-detail.scss */

#banner-project .tab-container {
  margin-top: 50px;
}

/* line 247, layout/_junior-fellows-program-detail.scss */

#banner-project .tab-container .tab-content {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 255, layout/_junior-fellows-program-detail.scss */

#banner-project .tab-container .tab-content.current {
  display: inherit;
}

/* line 263, layout/_junior-fellows-program-detail.scss */

#banner-project .items-top-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 280, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-junior {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

/* line 286, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-junior .filters-text {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 18px;
  margin-right: 23px;
}

/* line 292, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-junior .icon-filters {
  font-size: 20px;
}

/* line 296, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-junior:hover {
  text-decoration: none;
}

/* line 301, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area {
  margin-top: 45px;
  opacity: 0;
  height: 0px;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 309, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area.open {
  opacity: 1;
  height: 100%;
  visibility: visible;
  display: block;
}

/* line 316, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .filter-close {
  color: #5f5f5f;
  position: absolute;
  right: 40px;
  top: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 323, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .filter-close:hover {
  text-decoration: none;
  color: #f8b032;
}

/* line 327, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .filter-close:hover .icon-close {
  color: #f8b032;
}

/* line 332, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .filter-close .icon-close {
  color: #5f5f5f;
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 339, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .filter-box {
  padding: 50px;
  background-color: #FFFFFF;
  border-radius: 31px;
}

/* line 349, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .search-field {
  width: 100%;
  height: 55px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  color: #001130;
  position: relative;
  border: none;
  background: transparent;
  padding-left: 40px;
}

/* line 360, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .search-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 365, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .icon-search {
  font-size: 20px;
  color: #d9d9d9;
  position: absolute;
  top: 14px;
  left: 0;
}

/* line 373, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .form-group-search {
  padding-bottom: 35px;
  border-bottom: 1px solid #d9d9d9;
}

/* line 383, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .bottom-area {
  padding-top: 45px;
}

/* line 390, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .bottom-area .search-form-title {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #f8b032;
  margin-bottom: 14px;
}

/* line 398, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .bottom-area .form-check-label {
  color: #001130;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  padding-left: 22px;
  opacity: 0.5;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 418, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .bottom-area .form-checkbox {
  cursor: pointer;
  border-radius: 5px;
  background-color: #001130;
}

/* line 429, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .bottom-area .form-checkbox:not(:checked) + .form-check-label:before {
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background-color: #FFFFFF;
}

/* line 438, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .bottom-area .form-checkbox + .form-check-label:before,
#banner-project .filter-area .bottom-area .form-checkbox + label + .form-check-label:before {
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 448, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .bottom-area .form-checkbox:checked + label:after,
#banner-project .filter-area .bottom-area .form-checkbox:checked + label + label:after {
  border: none;
  opacity: 1;
}

/* line 453, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .bottom-area .form-checkbox:checked + .form-check-label {
  opacity: 1;
}

/* line 457, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .bottom-area .form-checkbox:checked + .form-check-label:before {
  background: #FFFFFF;
  color: #001130;
  font-family: 'icomoon';
  content: "\e911";
  text-align: center;
  font-size: 9px;
  line-height: 14px;
  top: 2px;
  opacity: 1;
}

/* line 469, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .bottom-area .date-input {
  width: 143px;
  height: 35px;
  padding: 10px 14px;
  border-radius: 9px;
  border: solid 1px #d9d9d9;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #001130;
}

/* line 485, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .bottom-area .date-text {
  font-size: 13px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #d9d9d9;
  padding: 0px 8px;
}

/* line 503, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .bottom-area .form-group:after {
  width: 0px;
}

/* line 508, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .button-wrapper {
  margin-top: 35px;
  text-align: center;
}

/* line 534, layout/_junior-fellows-program-detail.scss */

#banner-project .filter-area .button-wrapper #btn-submit:hover span {
  color: #001130;
}

/* line 543, layout/_junior-fellows-program-detail.scss */

.accordion-program .accordion-header {
  top: 5px;
}

/* line 560, layout/_junior-fellows-program-detail.scss */

.item-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 570, layout/_junior-fellows-program-detail.scss */

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 575, layout/_junior-fellows-program-detail.scss */

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
}

/* line 584, layout/_junior-fellows-program-detail.scss */

.input-group .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

/* line 601, layout/_junior-fellows-program-detail.scss */

.input-group.date .form-control {
  color: #001130;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  height: 35px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 610, layout/_junior-fellows-program-detail.scss */

.input-group .input-group-addon {
  outline: none;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-left: none;
}

/* line 617, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
  position: absolute;
  top: 0;
  background-color: #FFFFFF;
  z-index: 1;
  width: 100%;
  border: 1px solid #d9d9d9;
}

/* line 629, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 100%;
}

/* line 633, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget.dropdown-menu.top::before {
  border-top: 7px solid #d9d9d9;
}

/* line 638, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
  border-bottom: 7px solid #d9d9d9;
}

/* line 654, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed thead tr .prev .glyphicon::before,
.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed thead tr .next .glyphicon::before,
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed thead tr .prev .glyphicon::before,
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed thead tr .next .glyphicon::before,
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed thead tr .prev .glyphicon::before,
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed thead tr .next .glyphicon::before,
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed thead tr .prev .glyphicon::before,
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed thead tr .next .glyphicon::before {
  font-size: 15px !important;
  color: #001130;
}

/* line 661, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed thead tr th,
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed thead tr th,
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed thead tr th,
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed thead tr th {
  color: #FFFFFF;
  border-radius: 0;
  line-height: 25px;
}

/* line 668, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed thead tr:first-of-type th,
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed thead tr:first-of-type th,
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed thead tr:first-of-type th,
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed thead tr:first-of-type th {
  background-color: transparent;
  margin-bottom: 1em;
  color: #001130;
  text-transform: uppercase;
  line-height: 38px;
}

/* line 678, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed tbody,
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed tbody,
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed tbody,
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed tbody {
  background-color: #FFFFFF;
}

/* line 680, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed tbody td,
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed tbody td,
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed tbody td,
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed tbody td {
  color: #001130;
  line-height: 30px;
}

/* line 684, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed tbody td.day.active,
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed tbody td.day.active,
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed tbody td.day.active,
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed tbody td.day.active {
  background-color: #001130;
  color: #FFFFFF;
}

/* line 687, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed tbody td.day.active:hover,
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed tbody td.day.active:hover,
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed tbody td.day.active:hover,
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed tbody td.day.active:hover {
  color: #FFFFFF;
}

/* line 692, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed tbody td.day.new,
.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed tbody td.day.old,
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed tbody td.day.new,
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed tbody td.day.old,
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed tbody td.day.new,
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed tbody td.day.old,
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed tbody td.day.new,
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed tbody td.day.old {
  color: rgba(217, 217, 217, 0.5);
}

/* line 698, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed tbody td.day.today::before,
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed tbody td.day.today::before,
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed tbody td.day.today::before,
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed tbody td.day.today::before {
  border-bottom-color: #001130;
}

/* line 703, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed tbody td.day:hover,
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed tbody td.day:hover,
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed tbody td.day:hover,
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed tbody td.day:hover {
  color: #001130;
}

/* line 709, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed tbody td span.active,
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed tbody td span.active,
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed tbody td span.active,
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed tbody td span.active {
  background-color: #001130;
  color: #FFFFFF;
}

/* line 715, layout/_junior-fellows-program-detail.scss */

.bootstrap-datetimepicker-widget .datepicker-decades .table-condensed tbody td span:hover:not(.active),
.bootstrap-datetimepicker-widget .datepicker-years .table-condensed tbody td span:hover:not(.active),
.bootstrap-datetimepicker-widget .datepicker-months .table-condensed tbody td span:hover:not(.active),
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed tbody td span:hover:not(.active) {
  background-color: #FFFFFF;
  color: #001130;
}

/* line 1, layout/_observatory-form.scss */

.observatory-form {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 70%;
  padding-bottom: 100px;
}

/* line 12, layout/_observatory-form.scss */

.observatory-form .wrapper-banner {
  padding-top: 37vh;
}

/* line 17, layout/_observatory-form.scss */

.observatory-form .wrapper-banner h1 {
  color: #ffffff;
}

/* line 22, layout/_observatory-form.scss */

.observatory-form h1 {
  margin-bottom: 42px !important;
}

/* line 26, layout/_observatory-form.scss */

.observatory-form .subtitle {
  margin-top: 0;
}

/* line 34, layout/_observatory-form.scss */

.observatory-form .form-title {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  color: #f8b032;
  font-size: 20px;
  margin-bottom: 14px;
}

/* line 41, layout/_observatory-form.scss */

.observatory-form .observatoryForm {
  margin-top: 10px;
}

/* line 56, layout/_observatory-form.scss */

.observatory-form .observatoryForm .input-info {
  display: block;
  font-family: "CircularStd-BookItalic", Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
  padding-left: 21px;
}

/* line 66, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="text"],
.observatory-form .observatoryForm input[type="email"],
.observatory-form .observatoryForm textarea {
  height: 55px;
  border-radius: 27px;
  border: solid 1px #FFFFFF;
  background: transparent;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #001130;
  min-height: 55px;
  padding: 21px;
}

/* line 89, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="text"]::-moz-placeholder,
.observatory-form .observatoryForm input[type="email"]::-moz-placeholder,
.observatory-form .observatoryForm textarea::-moz-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

/* line 94, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="text"]::-ms-placeholder,
.observatory-form .observatoryForm input[type="email"]::-ms-placeholder,
.observatory-form .observatoryForm textarea::-ms-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

/* line 99, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="text"]::-webkit-input-placeholder,
.observatory-form .observatoryForm input[type="email"]::-webkit-input-placeholder,
.observatory-form .observatoryForm textarea::-webkit-input-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

/* line 104, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="text"]::-webkit-input-placeholder,
.observatory-form .observatoryForm input[type="email"]::-webkit-input-placeholder,
.observatory-form .observatoryForm textarea::-webkit-input-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.observatory-form .observatoryForm input[type="text"]::-moz-placeholder,
.observatory-form .observatoryForm input[type="email"]::-moz-placeholder,
.observatory-form .observatoryForm textarea::-moz-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.observatory-form .observatoryForm input[type="text"]:-ms-input-placeholder,
.observatory-form .observatoryForm input[type="email"]:-ms-input-placeholder,
.observatory-form .observatoryForm textarea:-ms-input-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.observatory-form .observatoryForm input[type="text"]::-ms-input-placeholder,
.observatory-form .observatoryForm input[type="email"]::-ms-input-placeholder,
.observatory-form .observatoryForm textarea::-ms-input-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.observatory-form .observatoryForm input[type="text"]::placeholder,
.observatory-form .observatoryForm input[type="email"]::placeholder,
.observatory-form .observatoryForm textarea::placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

/* line 109, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="text"]:focus,
.observatory-form .observatoryForm input[type="email"]:focus,
.observatory-form .observatoryForm textarea:focus {
  background: #FFFFFF;
  opacity: 1;
}

/* line 113, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="text"]:focus::-moz-placeholder,
.observatory-form .observatoryForm input[type="email"]:focus::-moz-placeholder,
.observatory-form .observatoryForm textarea:focus::-moz-placeholder {
  color: #001130 !important;
}

/* line 117, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="text"]:focus::-ms-placeholder,
.observatory-form .observatoryForm input[type="email"]:focus::-ms-placeholder,
.observatory-form .observatoryForm textarea:focus::-ms-placeholder {
  color: #001130 !important;
}

/* line 121, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="text"]:focus::-webkit-input-placeholder,
.observatory-form .observatoryForm input[type="email"]:focus::-webkit-input-placeholder,
.observatory-form .observatoryForm textarea:focus::-webkit-input-placeholder {
  color: #001130 !important;
}

/* line 125, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="text"]:focus::-webkit-input-placeholder,
.observatory-form .observatoryForm input[type="email"]:focus::-webkit-input-placeholder,
.observatory-form .observatoryForm textarea:focus::-webkit-input-placeholder {
  color: #001130 !important;
}

.observatory-form .observatoryForm input[type="text"]:focus::-moz-placeholder,
.observatory-form .observatoryForm input[type="email"]:focus::-moz-placeholder,
.observatory-form .observatoryForm textarea:focus::-moz-placeholder {
  color: #001130 !important;
}

.observatory-form .observatoryForm input[type="text"]:focus:-ms-input-placeholder,
.observatory-form .observatoryForm input[type="email"]:focus:-ms-input-placeholder,
.observatory-form .observatoryForm textarea:focus:-ms-input-placeholder {
  color: #001130 !important;
}

.observatory-form .observatoryForm input[type="text"]:focus::-ms-input-placeholder,
.observatory-form .observatoryForm input[type="email"]:focus::-ms-input-placeholder,
.observatory-form .observatoryForm textarea:focus::-ms-input-placeholder {
  color: #001130 !important;
}

.observatory-form .observatoryForm input[type="text"]:focus::placeholder,
.observatory-form .observatoryForm input[type="email"]:focus::placeholder,
.observatory-form .observatoryForm textarea:focus::placeholder {
  color: #001130 !important;
}

/* line 131, layout/_observatory-form.scss */

.observatory-form .observatoryForm textarea {
  height: 149px;
}

/* line 135, layout/_observatory-form.scss */

.observatory-form .observatoryForm .select-selected {
  width: 100%;
  height: 55px;
  border: 1px solid #FFFFFF;
  border-radius: 27px;
  color: #FFFFFF;
  line-height: 34px;
  margin-bottom: 0;
  padding: 10px 21px;
  background: transparent;
}

/* line 146, layout/_observatory-form.scss */

.observatory-form .observatoryForm .select-selected::after {
  color: #FFFFFF;
}

/* line 150, layout/_observatory-form.scss */

.observatory-form .observatoryForm .select-selected.select-arrow-active {
  background-color: #FFFFFF;
  color: #001130;
  border-radius: 27px 27px 0 0;
}

/* line 155, layout/_observatory-form.scss */

.observatory-form .observatoryForm .select-selected.select-arrow-active::after {
  color: #001130;
  right: 21px;
}

/* line 162, layout/_observatory-form.scss */

.observatory-form .observatoryForm .custom-select-option {
  position: relative;
}

/* line 166, layout/_observatory-form.scss */

.observatory-form .observatoryForm .select-items {
  width: 100%;
  padding: 0 9px 21px 21px;
  top: 55px;
  height: 200px;
  max-height: 200px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  position: absolute;
  border-radius: 0 0 27px 27px;
}

/* line 177, layout/_observatory-form.scss */

.observatory-form .observatoryForm .select-items.select-hide {
  display: none;
}

/* line 181, layout/_observatory-form.scss */

.observatory-form .observatoryForm .select-items::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.14)), to(#fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.14), #fff);
  left: 0;
  bottom: 0;
  z-index: 1;
}

/* line 192, layout/_observatory-form.scss */

.observatory-form .observatoryForm .select-items .select-items-wrapper {
  height: 100%;
  max-height: 200px;
  overflow: auto;
  padding: 0 9px 20px 0;
}

/* line 198, layout/_observatory-form.scss */

.observatory-form .observatoryForm .select-items .select-items-wrapper::-webkit-scrollbar {
  width: 1px;
  height: 80%;
}

/* line 203, layout/_observatory-form.scss */

.observatory-form .observatoryForm .select-items .select-items-wrapper::-webkit-scrollbar-track {
  background-color: #d9d9d9;
}

/* line 207, layout/_observatory-form.scss */

.observatory-form .observatoryForm .select-items .select-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #001130;
}

/* line 211, layout/_observatory-form.scss */

.observatory-form .observatoryForm .select-items .select-items-wrapper div {
  margin: 0;
  height: 35px;
  padding: 0;
  border-top: solid 1px #d9d9d9;
  font-family: "CircularStd-Book", Arial, sans-serif;
}

/* line 218, layout/_observatory-form.scss */

.observatory-form .observatoryForm .select-items .select-items-wrapper div:first-child {
  display: none;
}

/* line 225, layout/_observatory-form.scss */

.observatory-form .observatoryForm .form-group {
  margin-bottom: 30px;
}

/* line 234, layout/_observatory-form.scss */

.observatory-form .observatoryForm .form-group .col-xs-12.col-md-6:last-child {
  margin-bottom: 0;
}

/* line 240, layout/_observatory-form.scss */

.observatory-form .observatoryForm .fileUploadWrap {
  width: 100%;
  height: 55px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 21px;
  border-radius: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 251, layout/_observatory-form.scss */

.observatory-form .observatoryForm .fileUploadWrap input[type=file] {
  margin-left: -25px;
  opacity: 0;
  position: absolute;
}

/* line 257, layout/_observatory-form.scss */

.observatory-form .observatoryForm .fileUploadWrap p {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 13px;
  margin: 0;
}

/* line 264, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="checkbox"]:not(:checked) + label:before {
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 274, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="checkbox"] + label.form-check-label:before,
.observatory-form .observatoryForm input[type="checkbox"] + label + label.form-check-label:before {
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  background: transparent;
}

/* line 283, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="checkbox"] + label.form-check-label:after,
.observatory-form .observatoryForm input[type="checkbox"] + label + label.form-check-label:after {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  top: 4px;
}

/* line 289, layout/_observatory-form.scss */

.observatory-form .observatoryForm input[type="checkbox"]:checked + label.form-check-label:after,
.observatory-form .observatoryForm input[type="checkbox"]:checked + label + label.form-check-label:after {
  border-color: #FFFFFF;
}

/* line 293, layout/_observatory-form.scss */

.observatory-form .observatoryForm input + label {
  font-size: 13px;
  line-height: 22px;
  padding-left: 24px;
}

/* line 298, layout/_observatory-form.scss */

.observatory-form .observatoryForm input + label a {
  text-decoration: none;
  color: #f8b032;
}

/* line 302, layout/_observatory-form.scss */

.observatory-form .observatoryForm input + label a:hover {
  text-decoration: underline;
}

/* line 308, layout/_observatory-form.scss */

.observatory-form .observatoryForm button {
  float: right;
}

/* line 311, layout/_observatory-form.scss */

.observatory-form .observatoryForm button span {
  top: 8px;
}

/* line 316, layout/_observatory-form.scss */

.observatory-form .observatoryForm .success-message {
  width: 100%;
  background: #FFFFFF;
  padding: 26px 0px;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  display: none;
  border: none;
  z-index: 1;
  color: #001130;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

/* line 331, layout/_observatory-form.scss */

.observatory-form .observatoryForm .success-message p {
  color: #001130;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  display: inline-block;
}

/* line 339, layout/_observatory-form.scss */

.observatory-form .observatoryForm .success-message p::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #f8b032;
  position: absolute;
  left: -10px;
  top: 4px;
}

/* line 356, layout/_observatory-form.scss */

.observatory-form .observatoryForm .warnings__error {
  width: 170px;
  background: #FFFFFF;
  padding: 20px 20px 15px 20px;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  display: none;
  text-align: left;
  border: none;
  margin-top: 45px;
}

/* line 373, layout/_observatory-form.scss */

.observatory-form .observatoryForm .warnings__error p {
  color: #f55c31;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  display: inline-block;
  margin: 0;
}

/* line 390, layout/_observatory-form.scss */

.observatory-form .observatoryForm .form-group.error::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 25px;
  left: -15px;
  background-color: #f55c31;
  border-radius: 5px;
}

/* line 401, layout/_observatory-form.scss */

.observatory-form .observatoryForm .form-group.error div {
  display: none !important;
}

/* line 1, layout/_resources-library.scss */

.resources-library {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 70%;
  padding-bottom: 100px;
}

/* line 12, layout/_resources-library.scss */

.resources-library .wrapper-banner {
  padding-top: 37vh;
}

/* line 17, layout/_resources-library.scss */

.resources-library .wrapper-banner h1 {
  color: #ffffff;
  margin-bottom: 15vh !important;
}

/* line 23, layout/_resources-library.scss */

.resources-library h2 {
  font-size: 35px;
  color: #f8b032;
  margin-bottom: 40px;
}

/* line 29, layout/_resources-library.scss */

.resources-library h1 {
  color: #f8b032 !important;
}

/* line 33, layout/_resources-library.scss */

.resources-library .simple-text {
  font-size: 17px;
  line-height: 30px;
}

/* line 38, layout/_resources-library.scss */

.resources-library .scientific-outputs {
  padding-top: 43px;
}

/* line 45, layout/_resources-library.scss */

.resources-library .scientific-outputs-title {
  font-size: 35px;
  color: #f8b032;
  margin-bottom: 42px !important;
  margin-top: 0;
}

/* line 56, layout/_resources-library.scss */

.resources-library .scientific-outputs .separator-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 61, layout/_resources-library.scss */

.resources-library .scientific-outputs-spacer {
  width: 100%;
  padding-top: 50px;
}

/* line 69, layout/_resources-library.scss */

.resources-library .scientific-outputs-spacer-mobile {
  display: none;
  padding-top: 40px;
  width: 100px;
  height: auto;
}

/* line 82, layout/_resources-library.scss */

.resources-library .card-scientific-outputs {
  display: block;
  width: 100%;
  min-height: 405px;
  height: 100%;
  padding: 40px 40px 28px 40px;
  border: 1px solid #979797;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 101, layout/_resources-library.scss */

.resources-library .card-scientific-outputs-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 106, layout/_resources-library.scss */

.resources-library .card-scientific-outputs-title {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #f8b032;
  width: 60%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 120, layout/_resources-library.scss */

.resources-library .card-scientific-outputs .icon-arrow {
  color: #f8b032;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 125, layout/_resources-library.scss */

.resources-library .card-scientific-outputs-bottom {
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
}

/* line 136, layout/_resources-library.scss */

.resources-library .card-scientific-outputs:hover {
  text-decoration: none;
  background-color: #f8b032;
  border-color: #f8b032;
}

/* line 141, layout/_resources-library.scss */

.resources-library .card-scientific-outputs:hover .card-scientific-outputs-title,
.resources-library .card-scientific-outputs:hover .icon-arrow {
  color: #FFFFFF;
}

/* line 147, layout/_resources-library.scss */

.resources-library .results {
  padding-top: 50px;
}

/* line 154, layout/_resources-library.scss */

.resources-library .results-title {
  margin-bottom: 25px !important;
  margin-top: 0;
  position: relative;
}

/* line 159, layout/_resources-library.scss */

.resources-library .results-title::before {
  font-family: 'icomoon' !important;
  content: "\e904";
  color: #f8b032;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: -35px;
  display: none !important;
}

/* line 176, layout/_resources-library.scss */

.resources-library .results-text {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 30px;
}

/* line 182, layout/_resources-library.scss */

.resources-library .results-list {
  margin-top: 75px;
}

/* line 192, layout/_resources-library.scss */

.insights-area {
  position: relative;
  width: 100%;
  padding: 111px 0 148px 0;
  background-color: #f8b032;
}

/* line 202, layout/_resources-library.scss */

.insights-area-title {
  margin-top: 0;
  color: #FFFFFF;
  margin-bottom: 55px;
  font-size: 35px;
}

/* line 210, layout/_resources-library.scss */

.insights-area .slider-insights .owl-stage-outer {
  overflow: inherit;
}

/* line 215, layout/_resources-library.scss */

.insights-area .card-insights {
  display: block;
  width: 100%;
  min-height: 405px;
  height: 100%;
  padding: 40px 40px 28px 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 234, layout/_resources-library.scss */

.insights-area .card-insights-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 239, layout/_resources-library.scss */

.insights-area .card-insights-title {
  font-family: "CircularStd-Bold", Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #5d4394;
  width: 60%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 253, layout/_resources-library.scss */

.insights-area .card-insights .icon-arrow {
  color: #5d4394;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 258, layout/_resources-library.scss */

.insights-area .card-insights-bottom {
  font-size: 17px;
  line-height: 30px;
  color: #5d4394;
}

/* line 269, layout/_resources-library.scss */

.insights-area .card-insights:hover {
  text-decoration: none;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 277, layout/_resources-library.scss */

.resources-open-call {
  position: relative;
  width: 100%;
  padding: 148px 0 150px 0;
}

/* line 286, layout/_resources-library.scss */

.resources-open-call-title {
  font-size: 50px;
  text-align: center;
  color: #f8b032;
  margin-top: 0;
  margin-bottom: 50px !important;
}

/* line 300, layout/_resources-library.scss */

.resources-open-call .spacer {
  width: 16px;
  margin: 0 auto;
  height: 80px;
  margin-bottom: 55px;
}

/* line 310, layout/_resources-library.scss */

.resources-open-call .spacer .point {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  margin: 7px;
  float: left;
  clear: left;
}

/* line 339, layout/_resources-library.scss */

.resources-open-call .row .resourses-box {
  padding: 80px 70px;
  position: relative;
  height: 100%;
  text-align: center;
  display: block;
}

/* line 354, layout/_resources-library.scss */

.resources-open-call .row .resourses-box .point1 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 364, layout/_resources-library.scss */

.resources-open-call .row .resourses-box .point2 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 50%;
}

/* line 374, layout/_resources-library.scss */

.resources-open-call .row .resourses-box .point3 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 384, layout/_resources-library.scss */

.resources-open-call .row .resourses-box .point4 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 394, layout/_resources-library.scss */

.resources-open-call .row .resourses-box .point5 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
}

/* line 404, layout/_resources-library.scss */

.resources-open-call .row .resourses-box .point6 {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 415, layout/_resources-library.scss */

.resources-open-call .row .resourses-box .resourses-number {
  background: url("../img/oval.svg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #f8b032;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  width: 114px;
  height: 114px;
  margin: 0 auto;
  text-align: center;
  padding: 44px 0px;
}

/* line 428, layout/_resources-library.scss */

.resources-open-call .row .resourses-box .resourses-text {
  margin-top: 40px;
  text-align: center;
}

/* line 432, layout/_resources-library.scss */

.resources-open-call .row .resourses-box .resourses-text .title {
  color: #f8b032;
  font-size: 35px;
  font-family: "CircularStd-Bold", Arial, sans-serif;
}

/* line 438, layout/_resources-library.scss */

.resources-open-call .row .resourses-box .resourses-text .text {
  font-size: 15px;
  line-height: 27px;
  color: #FFFFFF;
  margin-top: 40px;
}

/* line 451, layout/_resources-library.scss */

.resources-open-call .row .resourses-box .btn-secondary {
  margin-top: 40px;
}

/* line 455, layout/_resources-library.scss */

.resources-open-call .row .resourses-box:hover {
  text-decoration: none;
}

/* line 458, layout/_resources-library.scss */

.resources-open-call .row .resourses-box:hover .btn-secondary .btn-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 63, main.scss */

.boxes-areas {
  margin-bottom: 170px;
}

/* line 80, main.scss */

.boxes-areas .col-sm-6:nth-child(3) .box {
  margin-top: -20px;
}

/* line 86, main.scss */

.boxes-areas .col-sm-6:nth-child(2n) .box {
  margin-top: 20px;
}

/* line 92, main.scss */

.boxes-areas .col-sm-6:nth-child(2) .box {
  margin-top: 40px;
}

/* line 99, main.scss */

.boxes-areas .box {
  margin: 0;
  padding: 50px;
  border: solid 1px rgba(151, 151, 151, 0.3);
  position: relative;
  display: block;
  text-decoration: none;
}

/* line 111, main.scss */

.boxes-areas .box h4,
.boxes-areas .box p,
.boxes-areas .box h6 {
  text-decoration: none;
}

/* line 117, main.scss */

.boxes-areas .box .icon {
  position: relative;
}

/* line 122, main.scss */

.boxes-areas .box .icon .normal,
.boxes-areas .box .icon .hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
  width: 60px;
  height: 60px;
  background-size: auto 100px;
  background-position: center;
}

/* line 138, main.scss */

.boxes-areas .box .icon .hover {
  display: none !important;
}

/* line 144, main.scss */

.boxes-areas .box .arrow {
  position: absolute;
  right: 60px;
  top: 72px;
  text-decoration: none;
}

/* line 150, main.scss */

.boxes-areas .box .arrow .icon-arrow {
  font-size: 16px;
  color: #fff;
}

/* line 161, main.scss */

.boxes-areas .box .icon {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  border: dashed 0.8px #fff;
  margin-bottom: 40px;
}

/* line 177, main.scss */

.boxes-areas .box h4 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
}

/* line 188, main.scss */

.boxes-areas .box .spacer {
  width: 100%;
  margin: 40px 0px 50px;
  display: block;
  font-size: 0;
}

/* line 198, main.scss */

.boxes-areas .box .spacer .points {
  display: inline-block;
  margin-right: 135px;
}

/* line 206, main.scss */

.boxes-areas .box .spacer .points:last-child {
  margin-right: 0;
}

/* line 211, main.scss */

.boxes-areas .box .spacer .point {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #f8b032;
  margin: 7px;
  display: inline-block;
}

/* line 219, main.scss */

.boxes-areas .box .spacer .point:first-child {
  margin-left: 0;
}

/* line 226, main.scss */

.boxes-areas .box h6 {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 3.08em;
  letter-spacing: normal;
  color: #f8b032;
  margin: 0;
}

/* line 236, main.scss */

.boxes-areas .box .latest-btns {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 248, main.scss */

.boxes-areas .box p {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-family: "CircularStd-Book", Arial, sans-serif;
  line-height: 1.25em;
}

/* line 257, main.scss */

.boxes-areas .box p:hover {
  text-decoration: none;
}

/* line 264, main.scss */

.boxes-areas .box:hover {
  background: #f8b032;
}

/* line 268, main.scss */

.boxes-areas .box:hover .point {
  background-color: #001130;
}

/* line 272, main.scss */

.boxes-areas .box:hover .icon {
  border-color: #001130;
}

/* line 275, main.scss */

.boxes-areas .box:hover .icon .normal {
  display: none !important;
}

/* line 279, main.scss */

.boxes-areas .box:hover .icon .hover {
  display: block !important;
}

/* line 286, main.scss */

.boxes-areas .box:hover h4,
.boxes-areas .box:hover h6,
.boxes-areas .box:hover p,
.boxes-areas .box:hover p a {
  color: #001130;
}

/* line 293, main.scss */

.boxes-areas .box:hover .arrow {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 304, main.scss */

.generic-title .yellow-title {
  font-size: 50px;
  color: #f8b032;
  margin: 0;
  margin-bottom: 35px;
}

/* line 318, main.scss */

.generic-title h4 {
  margin: 0;
  margin-bottom: 80px;
}

/* line 333, main.scss */

.cards-wrapper-homepage .swiper-slide,
.recent-news .swiper-slide {
  width: 455px;
}

/* line 337, main.scss */

.cards-wrapper-homepage .event-title,
.recent-news .event-title {
  margin-bottom: 10px;
}

/* line 341, main.scss */

.cards-wrapper-homepage .tab-inner p,
.recent-news .tab-inner p {
  color: #FFF;
}

/* line 345, main.scss */

.cards-wrapper-homepage .tab-content .tab-item,
.recent-news .tab-content .tab-item {
  display: none;
}

/* line 349, main.scss */

.cards-wrapper-homepage .tab-content .tab-item.active,
.recent-news .tab-content .tab-item.active {
  display: block;
}

/* line 353, main.scss */

.cards-wrapper-homepage .tab-content .tab-item2,
.recent-news .tab-content .tab-item2 {
  display: none;
}

/* line 357, main.scss */

.cards-wrapper-homepage .tab-content .tab-item2.active,
.recent-news .tab-content .tab-item2.active {
  display: block;
}

/* line 361, main.scss */

.cards-wrapper-homepage #banner-project.banner-events,
.recent-news #banner-project.banner-events {
  background: transparent !important;
}

/* line 365, main.scss */

.cards-wrapper-homepage #banner-project.banner-events .tab-container,
.recent-news #banner-project.banner-events .tab-container {
  margin: 0;
}

/* line 369, main.scss */

.cards-wrapper-homepage #banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .event-text,
.recent-news #banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .event-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: clip;
}

/* line 377, main.scss */

.cards-wrapper-homepage #banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .event-title,
.recent-news #banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .event-title {
  font-size: 20px;
  margin-top: 15px;
  clear: both;
}

/* line 383, main.scss */

.cards-wrapper-homepage #banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .number span,
.recent-news #banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .number span {
  color: #202c44;
}

/* line 387, main.scss */

.cards-wrapper-homepage .tab-inner,
.recent-news .tab-inner {
  min-height: 550px;
}

/* line 391, main.scss */

.cards-wrapper-homepage .event-text,
.recent-news .event-text {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 40px;
}

/* line 397, main.scss */

.cards-wrapper-homepage #banner-project.banner-roadmap .wrapper-banner h1,
.recent-news #banner-project.banner-roadmap .wrapper-banner h1 {
  color: #001130 !important;
}

/* line 401, main.scss */

.cards-wrapper-homepage #banner-project.banner-roadmap .papers-list-title,
.recent-news #banner-project.banner-roadmap .papers-list-title {
  color: #F8B032;
  font-size: 20px !important;
  font-family: "CircularStd-Bold", Arial, sans-serif;
  line-height: 1.5;
}

/* line 408, main.scss */

.cards-wrapper-homepage #banner-project.banner-roadmap .wrapper-banner h1,
.recent-news #banner-project.banner-roadmap .wrapper-banner h1 {
  margin-bottom: 0px;
}

/* line 412, main.scss */

.cards-wrapper-homepage .accordion-group.accordion-roadmap,
.recent-news .accordion-group.accordion-roadmap {
  padding-top: 0px;
}

/* line 416, main.scss */

.cards-wrapper-homepage #banner-project.banner-roadmap .wrapper-banner h1,
.recent-news #banner-project.banner-roadmap .wrapper-banner h1 {
  margin-bottom: 40px;
}

/* line 420, main.scss */

.cards-wrapper-homepage .accordion-group.accordion-roadmap,
.recent-news .accordion-group.accordion-roadmap {
  margin-top: 0px;
}

/* line 424, main.scss */

.cards-wrapper-homepage .accordion-group,
.recent-news .accordion-group {
  margin-bottom: 40px;
}

/* line 428, main.scss */

.cards-wrapper-homepage .accordion-group .accordion-header:after,
.recent-news .accordion-group .accordion-header:after {
  color: #001130 !important;
}

/* line 432, main.scss */

.cards-wrapper-homepage .accordion-group .accordion,
.recent-news .accordion-group .accordion {
  border-bottom: 1px solid #001130 !important;
}

/* line 436, main.scss */

.cards-wrapper-homepage .accordion-group .accordion-panel p,
.recent-news .accordion-group .accordion-panel p {
  color: #5f5f5f;
  line-height: 24px;
}

/* line 441, main.scss */

.cards-wrapper-homepage #banner-project.banner-roadmap .papers-list-item-container,
.recent-news #banner-project.banner-roadmap .papers-list-item-container {
  color: #5f5f5f;
  line-height: 24px;
}

/* line 446, main.scss */

.cards-wrapper-homepage .accordion-group .accordion,
.recent-news .accordion-group .accordion {
  margin-top: 20px;
}

/* line 450, main.scss */

.cards-wrapper-homepage .event-content,
.recent-news .event-content {
  margin-top: 0px;
  position: relative;
  margin-bottom: 100px;
  margin-top: -60px;
}

/* line 457, main.scss */

.cards-wrapper-homepage .event-content .back-button,
.recent-news .event-content .back-button {
  top: 440px;
}

/* line 461, main.scss */

.cards-wrapper-homepage #banner-project.banner-scientific-papers.banner-roadmap,
.cards-wrapper-homepage #banner-project.banner-roadmap.banner-roadmap,
.recent-news #banner-project.banner-scientific-papers.banner-roadmap,
.recent-news #banner-project.banner-roadmap.banner-roadmap {
  background-image: none !important;
}

/* line 466, main.scss */

.cards-wrapper-homepage .event-image,
.recent-news .event-image {
  width: 100%;
}

/* line 469, main.scss */

.cards-wrapper-homepage .event-image img,
.recent-news .event-image img {
  vertical-align: middle;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 476, main.scss */

.cards-wrapper-homepage .btn-wrapper,
.recent-news .btn-wrapper {
  text-align: center;
  padding-top: 50px;
}

/* line 497, main.scss */

.recent-news #banner-project.banner-events .tab-container {
  margin-bottom: 50px;
}

/* line 500, main.scss */

.recent-news #banner-project.banner-events .tab-container .swiper-container {
  overflow: hidden !important;
  position: relative;
}

/* line 507, main.scss */

.recent-news #banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner {
  padding: 10px 10px 25px 10px;
}

/* line 511, main.scss */

.recent-news #banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .event-text {
  margin-bottom: 35px;
}

/* line 515, main.scss */

.recent-news #banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .icon-arrow {
  color: #fff;
  margin: 0 25px;
}

/* line 520, main.scss */

.recent-news #banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .event-title {
  margin-top: 33px;
  margin-bottom: 20px;
}

/* line 525, main.scss */

.recent-news #banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .event-text,
.recent-news #banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner .event-title {
  margin-left: 25px;
  margin-right: 25px;
}

/* line 531, main.scss */

.recent-news .container {
  position: relative;
}

/* line 535, main.scss */

.recent-news .arrow-swiper {
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 547, main.scss */

.recent-news .arrow-swiper i {
  color: #fff;
  font-size: 14px;
}

/* line 552, main.scss */

.recent-news .arrow-swiper::after {
  display: none;
}

/* line 556, main.scss */

.recent-news .arrow-swiper.swiper-button-prev {
  left: -90px;
  -webkit-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}

/* line 574, main.scss */

.recent-news .arrow-swiper.swiper-button-next {
  right: -90px;
}

/* line 593, main.scss */

.recent-news .btn-wrapper {
  padding-top: 20px;
  padding-bottom: 60px;
}

/* line 605, main.scss */

.our-mission {
  padding-bottom: 85px;
  text-align: center;
}

/* line 615, main.scss */

.our-mission .spacer {
  min-height: 200px;
}

/* line 618, main.scss */

.our-mission .spacer .point {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #f8b032;
  margin: 15px auto;
  display: block;
}

/* line 628, main.scss */

.our-mission h3 {
  font-size: 35px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14em;
  letter-spacing: normal;
  text-align: center;
  color: #f8b032;
  margin-bottom: 5px;
}

/* line 640, main.scss */

.our-mission p {
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 35px;
  max-width: 1000px;
}

/* line 654, main.scss */

.our-mission .btn {
  display: inline-block;
}

/* line 664, main.scss */

.text-wrapper,
.stage {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-sm-1 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    columns: auto 1;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-sm-2 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-sm-3 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-sm-4 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 4;
    -moz-columns: auto 4;
    columns: auto 4;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-sm-5 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 5;
    -moz-columns: auto 5;
    columns: auto 5;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-sm-6 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 6;
    -moz-columns: auto 6;
    columns: auto 6;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-sm-7 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 7;
    -moz-columns: auto 7;
    columns: auto 7;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-sm-8 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 8;
    -moz-columns: auto 8;
    columns: auto 8;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-sm-9 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 9;
    -moz-columns: auto 9;
    columns: auto 9;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-sm-10 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 10;
    -moz-columns: auto 10;
    columns: auto 10;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-sm-11 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 11;
    -moz-columns: auto 11;
    columns: auto 11;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-sm-12 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 12;
    -moz-columns: auto 12;
    columns: auto 12;
  }

  /* line 62, bootstrap/bootstrap/_type.scss */

  .lead {
    font-size: 24px;
  }

  /* line 10, bootstrap/bootstrap/_grid.scss */

  .container {
    max-width: 768px;
  }

  /* line 27, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-3 {
    width: 25%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-6 {
    width: 50%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-9 {
    width: 75%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-12 {
    width: 100%;
  }

  /* line 55, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 164, bootstrap/bootstrap/_modals.scss */

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 169, bootstrap/bootstrap/_modals.scss */

  .modal-sm {
    width: 300px;
  }

  /* line 341, base/_cookies.scss */

  .cookies-settings-cancel {
    text-align: right;
  }

  /* line 353, base/_cookies.scss */

  .cookies-policy-link {
    padding: 0 30px;
  }

  /* line 793, layout/_observatory.scss */

  .customized-table {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  /* line 803, layout/_observatory.scss */

  .customized-table .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 818, layout/_observatory.scss */

  .customized-table .table-column {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-md-1 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    columns: auto 1;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-md-2 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-md-3 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-md-4 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 4;
    -moz-columns: auto 4;
    columns: auto 4;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-md-5 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 5;
    -moz-columns: auto 5;
    columns: auto 5;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-md-6 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 6;
    -moz-columns: auto 6;
    columns: auto 6;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-md-7 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 7;
    -moz-columns: auto 7;
    columns: auto 7;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-md-8 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 8;
    -moz-columns: auto 8;
    columns: auto 8;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-md-9 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 9;
    -moz-columns: auto 9;
    columns: auto 9;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-md-10 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 10;
    -moz-columns: auto 10;
    columns: auto 10;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-md-11 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 11;
    -moz-columns: auto 11;
    columns: auto 11;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-md-12 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 12;
    -moz-columns: auto 12;
    columns: auto 12;
  }

  /* line 211, bootstrap/bootstrap/_type.scss */

  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 218, bootstrap/bootstrap/_type.scss */

  .dl-horizontal dd {
    margin-left: 180px;
  }

  /* line 10, bootstrap/bootstrap/_grid.scss */

  .container {
    max-width: 992px;
  }

  /* line 27, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-3 {
    width: 25%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-6 {
    width: 50%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-9 {
    width: 75%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-12 {
    width: 100%;
  }

  /* line 55, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 173, bootstrap/bootstrap/_modals.scss */

  .modal-lg {
    width: 900px;
  }

  /* line 795, base/_base.scss */

  .row-equal-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1070, base/_base.scss */

  .hide-desktop {
    display: none;
  }

  /* line 579, layout/_index.scss */

  .get-involved .right-line::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -20vw;
    width: 20vw;
    height: 1px;
    background-color: #979797;
    z-index: 999;
  }

  /* line 3, layout/_observatory.scss */

  #banner-project .wrapper-banner .breadcrumb {
    margin-bottom: 60px;
  }

  /* line 56, layout/_observatory.scss */

  #banner-project.observatory-slider-container.banner-events {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  /* line 90, layout/_observatory.scss */

  #banner-project.observatory-slider-container.banner-events.banner-events .observatory-events h2 {
    font-size: 35px;
  }

  /* line 144, layout/_observatory.scss */

  #banner-project.observatory-homepage.banner-events .wrapper-banner {
    padding-top: 30vh;
  }

  /* line 208, layout/_observatory.scss */

  #banner-project.observatory-homepage.banner-events .articles h2 {
    font-size: 35px;
  }

  /* line 662, layout/_observatory.scss */

  .observatory-panel-card__expert-name {
    margin-top: 0;
  }

  /* line 704, layout/_observatory.scss */

  #observatoryModal .modal-dialog {
    top: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 717, layout/_observatory.scss */

  #observatoryModal .modal-content {
    padding: 60px;
  }

  /* line 728, layout/_observatory.scss */

  #observatoryModal .modal-header .close {
    width: 60px;
    height: 60px;
    top: -30px;
    right: -30px;
  }

  /* line 739, layout/_observatory.scss */

  #observatoryModal .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

@media (min-width: 1340px) {
  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-lg-1 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    columns: auto 1;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-lg-2 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-lg-3 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-lg-4 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 4;
    -moz-columns: auto 4;
    columns: auto 4;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-lg-5 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 5;
    -moz-columns: auto 5;
    columns: auto 5;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-lg-6 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 6;
    -moz-columns: auto 6;
    columns: auto 6;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-lg-7 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 7;
    -moz-columns: auto 7;
    columns: auto 7;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-lg-8 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 8;
    -moz-columns: auto 8;
    columns: auto 8;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-lg-9 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 9;
    -moz-columns: auto 9;
    columns: auto 9;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-lg-10 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 10;
    -moz-columns: auto 10;
    columns: auto 10;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-lg-11 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 11;
    -moz-columns: auto 11;
    columns: auto 11;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-lg-12 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 12;
    -moz-columns: auto 12;
    columns: auto 12;
  }

  /* line 10, bootstrap/bootstrap/_grid.scss */

  .container {
    max-width: 1340px;
  }

  /* line 27, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-3 {
    width: 25%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-6 {
    width: 50%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-9 {
    width: 75%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-12 {
    width: 100%;
  }

  /* line 55, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 7, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  .visible-lg {
    display: block !important;
  }

  /* line 10, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  table.visible-lg {
    display: table !important;
  }

  /* line 11, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  /* line 115, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-lg-block {
    display: block !important;
  }

  /* line 120, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-lg-inline {
    display: inline !important;
  }

  /* line 125, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  /* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

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

  /* line 137, layout/_observatory.scss */

  #banner-project.observatory-homepage.banner-events {
    padding-bottom: 100px;
  }

  /* line 183, layout/_observatory.scss */

  #banner-project.observatory-homepage.banner-events .tab-container .tab-content-purple .col-event a .tab-inner .event-title {
    font-size: 40px;
    line-height: 1;
  }

  /* line 199, layout/_observatory.scss */

  #banner-project.observatory-homepage.banner-events .articles {
    margin-top: 80px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 216, layout/_observatory.scss */

  #banner-project.observatory-homepage.banner-events .articles .filters-list-container {
    margin-top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  /* line 240, layout/_observatory.scss */

  #banner-project.observatory-homepage.banner-events .articles .filters-list li {
    margin-right: 50px;
    line-height: 23px;
    margin-bottom: 0;
  }

  /* line 255, layout/_observatory.scss */

  #banner-project.observatory-homepage.banner-events .articles .filters-list li:before {
    bottom: -8px;
  }

  /* line 287, layout/_observatory.scss */

  #banner-project.observatory-homepage-detail.banner-events .breadcrumb {
    margin-bottom: 120px;
  }

  /* line 413, layout/_observatory.scss */

  #banner-contacts.observatory-homepage .contacts-container {
    margin-bottom: 240px;
  }

  /* line 471, layout/_observatory.scss */

  .observatory-event-content aside {
    margin-bottom: 100px;
  }

  /* line 486, layout/_observatory.scss */

  .observatory-event-content .accordion-group {
    margin: 0 0 100px 0;
  }

  /* line 640, layout/_observatory.scss */

  .observatory-panel-card .event-title {
    margin-top: 0 !important;
  }
}

@media (min-width: 1700px) {
  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xl-1 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    columns: auto 1;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xl-2 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xl-3 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xl-4 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 4;
    -moz-columns: auto 4;
    columns: auto 4;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xl-5 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 5;
    -moz-columns: auto 5;
    columns: auto 5;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xl-6 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 6;
    -moz-columns: auto 6;
    columns: auto 6;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xl-7 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 7;
    -moz-columns: auto 7;
    columns: auto 7;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xl-8 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 8;
    -moz-columns: auto 8;
    columns: auto 8;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xl-9 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 9;
    -moz-columns: auto 9;
    columns: auto 9;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xl-10 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 10;
    -moz-columns: auto 10;
    columns: auto 10;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xl-11 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 11;
    -moz-columns: auto 11;
    columns: auto 11;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xl-12 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 12;
    -moz-columns: auto 12;
    columns: auto 12;
  }

  /* line 10, bootstrap/bootstrap/_grid.scss */

  .container {
    max-width: 1700px;
  }

  /* line 27, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-3 {
    width: 25%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-6 {
    width: 50%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-9 {
    width: 75%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-12 {
    width: 100%;
  }

  /* line 55, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  /* line 7, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  .visible-xl {
    display: block !important;
  }

  /* line 10, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  table.visible-xl {
    display: table !important;
  }

  /* line 11, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  tr.visible-xl {
    display: table-row !important;
  }

  /* line 12, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }

  /* line 134, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-xl-block {
    display: block !important;
  }

  /* line 139, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-xl-inline {
    display: inline !important;
  }

  /* line 144, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-xl-inline-block {
    display: inline-block !important;
  }

  /* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

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

@media (max-width: 1920px) {
  /* line 261, layout/_use-cases.scss */

  #banner-usecases-detail .wrapper-banner .usecases-left {
    width: 33.33%;
    bottom: 20vh;
  }
}

@media (max-width: 1699px) {
  /* line 84, base/_cookies.scss */

  .cookies__buttons {
    text-align: left;
  }

  /* line 914, layout/_index.scss */

  .ai4eu {
    padding: 100px 0 150px 0;
  }

  /* line 59, layout/_project-overview.scss */

  .project-information #canvasProject {
    width: 800px !important;
    left: -70px;
  }

  /* line 79, layout/_open-calls.scss */

  #banner-project.banner-opencalls.banner-opencalls-winners-detail .banner-opencalls-text {
    margin-top: 0;
  }

  /* line 153, layout/_open-calls.scss */

  .logo-circle {
    width: 180px;
    height: 180px;
  }

  /* line 169, layout/_open-calls.scss */

  .logo-circle img {
    width: 50%;
  }

  /* line 544, layout/_open-calls.scss */

  .other-winners-item p {
    padding: 0;
    font-size: 13px;
    line-height: 1.6;
  }

  /* line 8, layout/_contacts.scss */

  #banner-contacts #canvasContacts {
    width: 900px !important;
    height: auto !important;
    top: 50%;
    -webkit-transform: translateY(-51%);
    transform: translateY(-51%);
  }

  /* line 153, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form {
    margin-bottom: 25px;
  }

  /* line 197, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form .title-form {
    font-size: 25px;
    line-height: 25px;
  }

  /* line 209, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form #contactForm {
    margin-top: 15px;
  }

  /* line 223, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="text"],
  #banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="email"],
  #banner-contacts .wrapper-banner .contacts-container .block-form #contactForm textarea {
    height: 45px;
    min-height: 45px;
    margin-bottom: 15px;
  }

  /* line 261, layout/_use-cases.scss */

  #banner-usecases-detail .wrapper-banner .usecases-left {
    width: 25%;
    bottom: 20vh;
  }

  /* line 325, layout/_scientific-papers.scss */

  .accordion-group.accordion-roadmap .papers-list-title {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  /* line 177, layout/_junior-fellows-program.scss */

  .junior-content #canvasProject {
    width: 800px !important;
    left: -70px;
  }

  /* line 41, layout/_observatory-form.scss */

  .observatory-form .observatoryForm {
    margin-top: 15px;
  }

  /* line 66, layout/_observatory-form.scss */

  .observatory-form .observatoryForm input[type="text"],
  .observatory-form .observatoryForm input[type="email"],
  .observatory-form .observatoryForm textarea {
    height: 45px;
    min-height: 45px;
    margin-bottom: 15px;
  }

  /* line 556, main.scss */

  .recent-news .arrow-swiper.swiper-button-prev {
    left: -30px;
  }

  /* line 574, main.scss */

  .recent-news .arrow-swiper.swiper-button-next {
    right: -30px;
  }
}

@media only screen and (max-width: 1538px) {
  /* line 207, layout/_scientific-papers.scss */

  #banner-project .roadmap-image {
    width: 100%;
  }
}

@media (max-width: 1366px) {
  /* line 261, layout/_use-cases.scss */

  #banner-usecases-detail .wrapper-banner .usecases-left {
    width: 33.33%;
  }

  /* line 301, layout/_use-cases.scss */

  #banner-usecases-detail .wrapper-banner .usecases-content {
    margin-top: 25vh;
  }
}

@media screen and (max-width: 1366px) {
  /* line 14, layout/_use-cases.scss */

  #banner-usecases .wrapper-banner .title-usecases {
    font-size: 50px;
    margin-bottom: 8vh;
  }

  /* line 29, layout/_use-cases.scss */

  #banner-usecases .wrapper-banner p {
    font-size: 15px;
  }

  /* line 70, layout/_use-cases.scss */

  #usecases {
    padding: 220px 0px 90px 0px;
    position: relative;
    z-index: 10;
  }

  /* line 100, layout/_use-cases.scss */

  #usecases .usecases-title {
    font-size: 40px;
  }

  /* line 317, layout/_use-cases.scss */

  #banner-usecases-detail .wrapper-banner .title-usecases {
    font-size: 30px;
  }

  /* line 335, layout/_use-cases.scss */

  #banner-usecases-detail .wrapper-banner p {
    font-size: 15px;
  }
}

@media (max-width: 1339px) {
  /* line 211, base/_base.scss */

  header .header-container .logo img {
    width: 200px;
    height: auto;
  }

  /* line 222, base/_base.scss */

  header .header-container #main-menu {
    padding-top: 38px;
  }

  /* line 271, base/_base.scss */

  header .header-container #main-menu > ul .main-menu__item {
    padding: 20px;
  }

  /* line 596, base/_base.scss */

  footer ul li a {
    font-size: 15px;
  }

  /* line 626, base/_base.scss */

  footer .footer-bottom {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  /* line 696, base/_base.scss */

  footer .social-icons a {
    padding: 0px 12px;
  }

  /* line 776, base/_base.scss */

  .big-title {
    font-size: 25px;
    line-height: 30px;
  }

  /* line 877, base/_base.scss */

  #banner-project .wrapper-banner h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  /* line 888, base/_base.scss */

  #banner-project .wrapper-banner p {
    font-size: 13px;
    line-height: 20px;
  }

  /* line 896, base/_base.scss */

  #banner-project .wrapper-banner img {
    height: 296px;
    width: 100%;
  }

  /* line 22, layout/_index.scss */

  .banner-intro #canvasOne {
    width: 900px !important;
  }

  /* line 187, layout/_index.scss */

  section.research .wrapper-left-area {
    padding-bottom: 34px;
    padding-top: 60px;
  }

  /* line 207, layout/_index.scss */

  section.research .wrapper-left-area .left-area .icon-arrow {
    padding-left: 10px;
  }

  /* line 228, layout/_index.scss */

  section.research .wrapper-left-area .left-area h2 {
    font-size: 25px;
  }

  /* line 298, layout/_index.scss */

  section.research .right-area h2 {
    font-size: 25px;
  }

  /* line 441, layout/_index.scss */

  section.research .right-area .box-area .box-menu .dots-research .owl-dot {
    font-size: 15px;
  }

  /* line 652, layout/_index.scss */

  .newsletter::before {
    width: 0px;
  }

  /* line 666, layout/_index.scss */

  .newsletter::after {
    width: 0px;
  }

  /* line 914, layout/_index.scss */

  .ai4eu {
    padding: 100px 0 150px 0;
  }

  /* line 932, layout/_index.scss */

  .ai4eu .wrapper {
    padding: 50px 50px 70px 50px;
  }

  /* line 957, layout/_index.scss */

  .ai4eu h4 {
    font-size: 28px;
    line-height: 1.1em;
    max-width: 320px;
  }

  /* line 980, layout/_index.scss */

  .ai4eu img {
    max-width: 250px;
  }

  /* line 59, layout/_project-overview.scss */

  .project-information #canvasProject {
    left: -200px;
  }

  /* line 81, layout/_project-overview.scss */

  .project-information .project-right-box {
    padding: 50px;
  }

  /* line 306, layout/_project-overview.scss */

  .project-content .yellow-box-information {
    padding: 90px;
  }

  /* line 33, layout/_action-plan.scss */

  #action-slider .slider-action-plan .item {
    margin: 50px 60px 50px 60px;
  }

  /* line 100, layout/_action-plan.scss */

  #action-slider .slider-action-plan .owl-theme .owl-dots .owl-dot span {
    width: 70px;
  }

  /* line 189, layout/_action-plan.scss */

  #methodology .row .methodology-box {
    padding: 80px 60px;
  }

  /* line 240, layout/_open-calls.scss */

  .opencalls-content .box-dots-opencalls .dots-research .owl-dot {
    font-size: 15px;
    line-height: 15px;
  }

  /* line 454, layout/_open-calls.scss */

  .opencalls-winners-content .winner-name {
    font-size: 25px;
  }

  /* line 467, layout/_open-calls.scss */

  .opencalls-winners-content .winner-project {
    font-size: 16px;
  }

  /* line 480, layout/_open-calls.scss */

  .opencalls-winners-content .winner-desc {
    font-size: 14px;
  }

  /* line 490, layout/_open-calls.scss */

  .opencalls-winners-content .winner-vision-title {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 50px;
  }

  /* line 500, layout/_open-calls.scss */

  .opencalls-winners-content .winner-vision-desc {
    font-size: 15px;
    line-height: 1.4;
  }

  /* line 8, layout/_contacts.scss */

  #banner-contacts #canvasContacts {
    width: 700px !important;
  }

  /* line 36, layout/_contacts.scss */

  #banner-contacts::before {
    width: 50vw;
  }

  /* line 103, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content .social-icons a {
    padding: 0px 12px;
  }

  /* line 348, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form #contactForm .warnings__error {
    width: 120px;
    padding: 15px 15px 10px 15px;
  }

  /* line 365, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form #contactForm .warnings__error p {
    font-size: 13px;
    line-height: 13px;
  }

  /* line 154, layout/_observatory.scss */

  #banner-project.observatory-homepage.banner-events .wrapper-banner .icon-arrow {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* line 178, layout/_observatory.scss */

  #banner-project.observatory-homepage.banner-events .tab-container .tab-content-purple .col-event a .tab-inner {
    min-height: initial;
  }

  /* line 224, layout/_observatory.scss */

  #banner-project.observatory-homepage.banner-events .articles .filters-list-container i {
    display: none;
  }

  /* line 231, layout/_observatory.scss */

  #banner-project.observatory-homepage.banner-events .articles .filters-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 309, layout/_observatory.scss */

  #banner-project.observatory-homepage-detail.banner-events .filters-text i {
    display: none;
  }

  /* line 355, layout/_observatory.scss */

  #banner-contacts.observatory-homepage {
    margin-top: 40px;
  }

  /* line 369, layout/_observatory.scss */

  #banner-contacts.observatory-homepage .newsletter .newsletter-col {
    padding-right: 63px;
    padding-left: 63px;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  /* line 383, layout/_observatory.scss */

  #banner-contacts.observatory-homepage .newsletter .img-carousel-newsletter {
    display: none;
  }

  /* line 390, layout/_observatory.scss */

  #banner-contacts.observatory-homepage .newsletter .wrapper-banner {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 479, layout/_observatory.scss */

  .observatory-event-content .share-title,
  .observatory-event-content .share-social-icons {
    margin-top: 30px !important;
  }

  /* line 530, layout/_observatory.scss */

  .observatory-event-content .observatory-gallery {
    margin-top: 80px;
  }

  /* line 628, layout/_observatory.scss */

  .observatory-panel-card .tab-inner {
    display: block !important;
    min-height: inherit !important;
  }

  /* line 842, layout/_observatory.scss */

  .hide-mobile-tablet {
    display: none;
  }

  /* line 77, layout/_public-reports.scss */

  #banner-project.banner-public-reports .reports-list-title {
    font-size: 20px;
  }

  /* line 165, layout/_public-reports.scss */

  #banner-project.banner-public-reports-2 .title-accordion {
    font-size: 28px;
    line-height: 1.2;
  }

  /* line 68, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li h1 {
    font-size: 30px;
  }

  /* line 185, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .input-file-trigger {
    padding: 30px;
    font-size: 20px;
    line-height: 20px;
  }

  /* line 217, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .input-file-trigger::before {
    width: 55px;
    height: 55px;
    font-size: 23px;
    padding: 17px 0px;
  }

  /* line 262, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .input-name {
    padding: 40px;
    font-size: 20px;
    line-height: 20px;
    margin-top: 30px;
  }

  /* line 366, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .input-info {
    margin-top: 15px;
    font-size: 13px;
  }

  /* line 41, layout/_use-cases.scss */

  #banner-usecases #canvasUseCases {
    width: 650px !important;
    right: -260px;
    top: -5vh;
  }

  /* line 137, layout/_use-cases.scss */

  #usecases .row .usecases-box {
    padding: 45px;
  }

  /* line 222, layout/_use-cases.scss */

  #usecases .row .usecases-box .usecases-text .title {
    min-height: 75px;
  }

  /* line 261, layout/_use-cases.scss */

  #banner-usecases-detail .wrapper-banner .usecases-left {
    width: 25%;
    bottom: 10vh;
  }

  /* line 301, layout/_use-cases.scss */

  #banner-usecases-detail .wrapper-banner .usecases-content {
    margin-top: 28vh;
  }

  /* line 101, layout/_event.scss */

  .event-content .share-social-icons a {
    padding: 0px 12px;
  }

  /* line 106, layout/_news-detail.scss */

  .news-content .share-social-icons a {
    padding: 0px 12px;
  }

  /* line 12, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers.banner-roadmap,
  #banner-project.banner-roadmap.banner-roadmap {
    background-image: url("../img/roadmap.png") !important;
    background-size: 80%;
  }

  /* line 207, layout/_scientific-papers.scss */

  #banner-project .roadmap-image {
    display: none;
  }

  /* line 25, layout/_newsletters.scss */

  #banner-project.banner-newsletters.open::before {
    width: 56vw;
  }

  /* line 335, layout/_newsletters.scss */

  #banner-project .newsletter-form-area #newsletterForm .warnings__error {
    width: 120px;
    padding: 15px 15px 10px 15px;
  }

  /* line 360, layout/_newsletters.scss */

  #banner-project .newsletter-form-area #newsletterForm .warnings__error p {
    font-size: 13px;
    line-height: 13px;
  }

  /* line 397, layout/_newsletters.scss */

  .newsletter-block p {
    top: 42%;
  }

  /* line 439, layout/_newsletters.scss */

  .closeForm {
    right: 53.5vw;
  }

  /* line 177, layout/_junior-fellows-program.scss */

  .junior-content #canvasProject {
    left: 0px;
  }

  /* line 206, layout/_junior-fellows-program.scss */

  .junior-content .animation-project canvas {
    margin-left: -20vw;
  }

  /* line 214, layout/_junior-fellows-program.scss */

  .junior-content .offer-right-box {
    padding: 70px;
  }

  /* line 363, layout/_junior-fellows-program.scss */

  .offer-information .offer-box {
    padding: 80px 60px;
  }

  /* line 518, layout/_junior-fellows-program.scss */

  .applications-information .applications-text {
    font-size: 30px;
    line-height: 30px;
  }

  /* line 546, layout/_junior-fellows-program.scss */

  .applications-submit .applications-text {
    font-size: 30px;
    line-height: 30px;
  }

  /* line 398, layout/_junior-fellows-program-detail.scss */

  #banner-project .filter-area .bottom-area .form-check-label {
    margin-left: 0px;
  }

  /* line 418, layout/_junior-fellows-program-detail.scss */

  #banner-project .filter-area .bottom-area .form-checkbox {
    display: none;
  }

  /* line 26, layout/_observatory-form.scss */

  .observatory-form .subtitle {
    font-size: 25px !important;
  }

  /* line 356, layout/_observatory-form.scss */

  .observatory-form .observatoryForm .warnings__error {
    width: 120px;
    padding: 15px 15px 10px 15px;
  }

  /* line 373, layout/_observatory-form.scss */

  .observatory-form .observatoryForm .warnings__error p {
    font-size: 13px;
    line-height: 13px;
  }

  /* line 277, layout/_resources-library.scss */

  .resources-open-call {
    padding: 100px 0 52px 0;
  }

  /* line 286, layout/_resources-library.scss */

  .resources-open-call-title {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 39px !important;
  }

  /* line 300, layout/_resources-library.scss */

  .resources-open-call .spacer {
    display: none;
  }

  /* line 339, layout/_resources-library.scss */

  .resources-open-call .row .resourses-box {
    padding: 80px 60px;
  }

  /* line 485, main.scss */

  .recent-news .container {
    padding-bottom: 35px;
  }

  /* line 535, main.scss */

  .recent-news .arrow-swiper {
    top: auto;
    bottom: 0 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  /* line 556, main.scss */

  .recent-news .arrow-swiper.swiper-button-prev {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    -webkit-transform: scaleX(-1) translateX(20px) !important;
    transform: scaleX(-1) translateX(20px) !important;
  }

  /* line 574, main.scss */

  .recent-news .arrow-swiper.swiper-button-next {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    -webkit-transform: translateX(20px) !important;
    transform: translateX(20px) !important;
  }
}

@media screen and (max-width: 1300px) {
  /* line 85, base/_base.scss */

  .main-subtitle {
    font-size: 17px;
  }

  /* line 967, base/_base.scss */

  p {
    font-size: 13px;
    line-height: 25px;
  }

  /* line 974, base/_base.scss */

  h5 {
    font-size: 13px;
    line-height: 25px;
  }

  /* line 981, base/_base.scss */

  h3 {
    font-size: 25px;
  }

  /* line 158, layout/_project-overview.scss */

  .scope h2 {
    font-size: 40px;
    line-height: 50px;
  }

  /* line 265, layout/_project-overview.scss */

  .project-content .topics {
    font-size: 13px;
  }

  /* line 52, layout/_action-plan.scss */

  #action-slider .slider-action-plan .item .item-number-text {
    font-size: 20px;
    line-height: 40px;
  }

  /* line 130, layout/_action-plan.scss */

  #methodology h2 {
    font-size: 40px;
  }

  /* line 284, layout/_action-plan.scss */

  #methodology .row .methodology-box .methodology-text .text {
    font-size: 13px;
    line-height: 25px;
  }

  /* line 2, layout/_academy.scss */

  #banner-project.banner-academy {
    background-size: contain;
  }

  /* line 66, layout/_academy.scss */

  .academy-topics-title {
    font-size: 25px;
  }

  /* line 105, layout/_academy.scss */

  .note {
    font-size: 13px;
  }

  /* line 2, layout/_open-calls.scss */

  #banner-project.banner-opencalls {
    background-size: cover;
  }

  /* line 345, layout/_open-calls.scss */

  .opencalls-content .slider-open-calls h3 {
    font-size: 50px;
    line-height: 55px;
  }

  /* line 209, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form #contactForm {
    margin-top: 0px;
  }

  /* line 295, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form #contactForm button {
    margin-top: 0px;
  }

  /* line 82, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li label {
    margin-top: 20px;
    font-size: 20px;
  }

  /* line 298, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .text-area {
    margin-top: 15px;
  }

  /* line 388, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .radio-info {
    line-height: 20px;
    margin-top: 20px;
  }

  /* line 455, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .last-radio {
    margin-bottom: 20px;
  }

  /* line 467, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .label-sub-radio {
    margin-top: 20px;
  }

  /* line 1080, layout/_form-members.scss */

  .fs-message-error {
    top: 43px;
  }

  /* line 97, layout/_news.scss */

  #banner-project.banner-news .tab-container .tab-content .col-news a .tab-inner .news-title {
    font-size: 15px;
    line-height: 23px;
  }

  /* line 69, layout/_news-detail.scss */

  .news-content h1 {
    font-size: 40px;
  }

  /* line 221, layout/_news-detail.scss */

  .news-content .more-news .col-news a .news-box .news-title {
    font-size: 15px;
    line-height: 23px;
  }

  /* line 29, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers.banner-roadmap ul,
  #banner-project.banner-roadmap.banner-roadmap ul {
    font-size: 13px;
    line-height: 25px;
  }

  /* line 44, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers.banner-roadmap .accordion-roadmap .papers-list-item,
  #banner-project.banner-roadmap.banner-roadmap .accordion-roadmap .papers-list-item {
    font-size: 13px;
    line-height: 25px;
  }

  /* line 50, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers.banner-roadmap .accordion-roadmap .papers-list-item .papers-list-title,
  #banner-project.banner-roadmap.banner-roadmap .accordion-roadmap .papers-list-item .papers-list-title {
    font-size: 17px !important;
  }

  /* line 70, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers .papers-subtitle,
  #banner-project.banner-roadmap .papers-subtitle {
    font-size: 25px;
  }

  /* line 106, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers .papers-list-title,
  #banner-project.banner-roadmap .papers-list-title {
    font-size: 17px;
  }

  /* line 281, layout/_scientific-papers.scss */

  #banner-project .col-roadmap-inner .tab-inner .news-title {
    font-size: 15px;
    line-height: 23px;
  }

  /* line 139, layout/_newsletters.scss */

  #banner-project.banner-newsletters .tab-container .tab-content .col-news a .tab-inner .news-title {
    font-size: 15px;
    line-height: 23px;
  }

  /* line 397, layout/_newsletters.scss */

  .newsletter-block p {
    top: 35%;
    right: -60px;
  }

  /* line 504, layout/_newsletters.scss */

  #form-container .newsletter-col .newsletter-form {
    top: 15vh;
  }

  /* line 518, layout/_newsletters.scss */

  #form-container .newsletter-col .newsletter-form .newsletter-subtitle {
    margin-bottom: 20px;
  }

  /* line 533, layout/_newsletters.scss */

  #form-container .newsletter-col .newsletter-form .newsletter-title {
    margin-bottom: 20px;
  }

  /* line 54, layout/_associate-members.scss */

  .associate-members h2 {
    font-size: 40px;
    line-height: 45px;
  }

  /* line 235, layout/_associate-members.scss */

  .associate-members .tab-container .tab-content p {
    font-size: 15px;
    line-height: 30px;
  }

  /* line 250, layout/_associate-members.scss */

  .associate-members .tab-container .tab-content ul li {
    font-size: 15px;
    line-height: 30px;
  }

  /* line 316, layout/_associate-members.scss */

  .consortium-list-content.associate-list .title-list {
    font-size: 40px;
    line-height: 40px;
  }

  /* line 2, layout/_junior-fellows-program.scss */

  #banner-project.banner-junior {
    background-size: cover;
  }

  /* line 24, layout/_junior-fellows-program-detail.scss */

  #banner-project.banner-junior-detail .junior-detail-subtitle {
    font-size: 25px;
  }

  /* line 67, layout/_junior-fellows-program-detail.scss */

  #banner-project.banner-junior-detail .junior-detail-title {
    font-size: 17px;
  }

  /* line 95, layout/_junior-fellows-program-detail.scss */

  #banner-project.banner-junior-detail .junior-detail-text {
    font-size: 14px;
    line-height: 22px;
  }

  /* line 41, layout/_observatory-form.scss */

  .observatory-form .observatoryForm {
    margin-top: 0px;
  }

  /* line 438, layout/_resources-library.scss */

  .resources-open-call .row .resourses-box .resourses-text .text {
    font-size: 13px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1280px) {
  /* line 77, layout/_index.scss */

  .banner-intro .stage h1 {
    font-size: 35px;
  }

  /* line 96, layout/_index.scss */

  .banner-intro .stage h2 {
    font-size: 35px;
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  /* line 48, bootstrap/bootstrap/_modals.scss */

  .modal-dialog {
    left: 50%;
    -webkit-transform: translateX(-51%);
    transform: translateX(-51%);
    top: -60px;
  }

  /* line 1, base/_base.scss */

  body {
    font-size: 13px;
    line-height: 23px;
  }

  /* line 133, base/_base.scss */

  header {
    top: 10px;
  }

  /* line 211, base/_base.scss */

  header .header-container .logo img {
    width: 129px;
  }

  /* line 222, base/_base.scss */

  header .header-container #main-menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 90px;
    width: 100%;
    left: 0;
    background-color: #001130;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: calc( 100vh - 90px);
    overflow-y: scroll;
  }

  /* line 248, base/_base.scss */

  header .header-container #main-menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0px;
  }

  /* line 263, base/_base.scss */

  header .header-container #main-menu > ul li {
    width: 100%;
    text-align: center;
  }

  /* line 297, base/_base.scss */

  header .header-container #main-menu > ul .main-menu__submenu {
    max-height: 0;
    opacity: 1;
    visibility: inherit;
    min-width: initial;
    width: 100%;
    position: initial;
    top: initial;
    left: initial;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    max-width: 250px;
    border-radius: 9px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  /* line 326, base/_base.scss */

  header .header-container #main-menu > ul .main-menu__submenu > .main-menu__item {
    margin-top: 15px;
  }

  /* line 404, base/_base.scss */

  header .header-container #open-mobile-menu {
    display: block;
  }

  /* line 467, base/_base.scss */

  .appearence-changed {
    height: 92px;
  }

  /* line 492, base/_base.scss */

  footer::before {
    background-color: transparent;
  }

  /* line 509, base/_base.scss */

  footer .footer-top .menu-footer {
    padding-top: 50px;
    margin-top: 85px;
  }

  /* line 516, base/_base.scss */

  footer .footer-top .menu-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: -90px;
    width: 100vw;
    height: 100%;
    background-color: #5d4394;
  }

  /* line 528, base/_base.scss */

  footer .footer-top .menu-footer::after {
    content: "";
    position: absolute;
    top: 0;
    right: -55px;
    width: 20vw;
    height: 100%;
    background-color: #5d4394;
  }

  /* line 541, base/_base.scss */

  footer .footer-top .social-icons-mobile {
    display: block;
    padding-top: 74px;
  }

  /* line 552, base/_base.scss */

  footer .purple-background {
    padding-top: 0px;
  }

  /* line 565, base/_base.scss */

  footer .footer-title {
    margin-bottom: 30px;
  }

  /* line 584, base/_base.scss */

  footer ul {
    display: none;
  }

  /* line 638, base/_base.scss */

  footer .footer-bottom::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -90px;
    width: 100vw;
    height: 131px;
    background-color: #5d4394;
  }

  /* line 650, base/_base.scss */

  footer .footer-bottom::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -55px;
    width: 20vw;
    height: 131px;
    background-color: #5d4394;
  }

  /* line 666, base/_base.scss */

  footer .footer-bottom .logo-wrapper {
    padding-top: 40px;
  }

  /* line 685, base/_base.scss */

  footer .footer-bottom .social-icons-desktop {
    display: none;
  }

  /* line 730, base/_base.scss */

  .page-block {
    display: none;
  }

  /* line 827, base/_base.scss */

  .align-center-mobile {
    text-align: center;
  }

  /* line 847, base/_base.scss */

  .mt0 {
    margin-top: 11px;
  }

  /* line 855, base/_base.scss */

  .no-padding-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /* line 863, base/_base.scss */

  #banner-project .wrapper-banner {
    padding-top: 150px;
  }

  /* line 896, base/_base.scss */

  #banner-project .wrapper-banner img {
    margin-top: 50px;
  }

  /* line 907, base/_base.scss */

  #banner-project .wrapper-banner .icon-arrow {
    display: none;
  }

  /* line 925, base/_base.scss */

  .footer-mobile {
    display: block;
  }

  /* line 941, base/_base.scss */

  .banner-bottom {
    padding-bottom: 0px;
  }

  /* line 949, base/_base.scss */

  .opencalls-fixed {
    opacity: 1 !important;
    position: relative;
    top: initial;
    max-width: 100%;
    -webkit-transform: none !important;
    transform: none !important;
  }

  /* line 991, base/_base.scss */

  .direction-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 1039, base/_base.scss */

  .default-content table td,
  .default-content table th {
    display: block;
  }

  /* line 1048, base/_base.scss */

  .default-content img {
    width: 100%;
    height: auto !important;
  }

  /* line 1064, base/_base.scss */

  .hide-mobile {
    display: none;
  }

  /* line 41, base/select.scss */

  .select-selected {
    width: 156px;
  }

  /* line 89, base/select.scss */

  .select-items {
    width: 156px;
  }

  /* line 1, base/_warnings.scss */

  .warnings {
    font-size: 12px;
  }

  /* line 46, base/_cookies.scss */

  .cookies__box {
    padding: 20px 0px 20px 0px;
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  /* line 92, base/_cookies.scss */

  .cookies-bar-message {
    padding: 0px 10px;
  }

  /* line 161, base/_cookies.scss */

  .cookies__settings .accordion-header::after {
    top: 19px;
  }

  /* line 332, base/_cookies.scss */

  .cookies__wrapper fieldset {
    margin-bottom: 15px;
  }

  /* line 393, base/_cookies.scss */

  .cookies-bar-message {
    height: auto;
  }

  /* line 397, base/_cookies.scss */

  .cookies-bar-know-more {
    padding-left: 0;
  }

  /* line 22, layout/_index.scss */

  .banner-intro #canvasOne {
    width: 600px !important;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-51%);
    transform: translateX(-51%);
  }

  /* line 120, layout/_index.scss */

  .scroll-block {
    display: none;
  }

  /* line 177, layout/_index.scss */

  section.research {
    margin-top: 0px;
  }

  /* line 195, layout/_index.scss */

  section.research .wrapper-left-area .left-area {
    height: 100%;
    width: 100%;
  }

  /* line 207, layout/_index.scss */

  section.research .wrapper-left-area .left-area .icon-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 0;
  }

  /* line 228, layout/_index.scss */

  section.research .wrapper-left-area .left-area h2 {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
  }

  /* line 262, layout/_index.scss */

  section.research .right-area {
    padding: 58px 0px;
  }

  /* line 271, layout/_index.scss */

  section.research .right-area::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -90px;
    width: 100vw;
    height: 100%;
    background-color: #000000;
  }

  /* line 283, layout/_index.scss */

  section.research .right-area::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -60px;
    width: 20vw;
    height: 100%;
    background-color: #000000;
    z-index: -1;
  }

  /* line 307, layout/_index.scss */

  section.research .right-area p {
    padding: 10px 0px 5px 0px;
  }

  /* line 316, layout/_index.scss */

  section.research .right-area .btn-mobile {
    display: block;
  }

  /* line 324, layout/_index.scss */

  section.research .right-area .btn-desktop {
    display: none;
  }

  /* line 343, layout/_index.scss */

  section.research .right-area .topics-mobile {
    display: block;
  }

  /* line 396, layout/_index.scss */

  section.research .right-area .box-area {
    display: none;
    right: -59px;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
  }

  /* line 419, layout/_index.scss */

  section.research .right-area .box-area .box-menu .box-title {
    display: none;
  }

  /* line 493, layout/_index.scss */

  .get-involved {
    border: none;
    background-repeat: repeat;
  }

  /* line 507, layout/_index.scss */

  .get-involved .left-get-involved {
    border: none;
  }

  /* line 514, layout/_index.scss */

  .get-involved .left-get-involved .wrapper-option {
    padding: 84px 0px 44px 0px;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  /* line 527, layout/_index.scss */

  .get-involved .left-get-involved h2 {
    padding-bottom: 40px;
    font-size: 20px;
  }

  /* line 561, layout/_index.scss */

  .get-involved .right-get-involved {
    padding: 84px 0px 44px 0px;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  /* line 605, layout/_index.scss */

  .get-involved .arrow-center {
    text-align: left;
    margin-top: 20px;
  }

  /* line 614, layout/_index.scss */

  .get-involved .first-mobile {
    display: block;
  }

  /* line 625, layout/_index.scss */

  .get-involved .first-desktop {
    display: none !important;
  }

  /* line 636, layout/_index.scss */

  .newsletter .newsletter-col {
    padding: 57px 0px;
  }

  /* line 680, layout/_index.scss */

  .newsletter p {
    width: 100%;
  }

  /* line 693, layout/_index.scss */

  .newsletter .newsletter-text {
    width: 100%;
  }

  /* line 754, layout/_index.scss */

  .newsletter .box-number-newsletter {
    display: none;
  }

  /* line 777, layout/_index.scss */

  .other-information {
    margin-top: 58px;
  }

  /* line 785, layout/_index.scss */

  .other-information .left-area {
    width: 100%;
    padding-top: 0px;
  }

  /* line 798, layout/_index.scss */

  .other-information .left-area .icon-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 20px;
  }

  /* line 815, layout/_index.scss */

  .other-information .left-area h2 {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    font-size: 25px;
    position: relative;
    top: 0;
    left: 0;
  }

  /* line 841, layout/_index.scss */

  .other-information .box-other {
    border-left: 1px solid #979797;
    border-top: 1px solid #979797;
    border-right: 1px solid #979797;
    min-height: 263px;
  }

  /* line 854, layout/_index.scss */

  .other-information .box-other:last-child {
    border-bottom: 1px solid #979797;
  }

  /* line 892, layout/_index.scss */

  .other-information .box-other a h2 {
    font-size: 25px;
  }

  /* line 914, layout/_index.scss */

  .ai4eu {
    padding: 0;
  }

  /* line 932, layout/_index.scss */

  .ai4eu .wrapper {
    padding: 30px 30px 60px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 957, layout/_index.scss */

  .ai4eu h4 {
    font-size: 22px;
    line-height: 1.1em;
    margin-bottom: 30px;
  }

  /* line 980, layout/_index.scss */

  .ai4eu img {
    width: 100%;
    margin-bottom: 50px;
  }

  /* line 1018, layout/_index.scss */

  .slider-newsletter .owl-nav .owl-prev {
    position: relative;
    float: left;
    right: 0;
    top: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  /* line 1051, layout/_index.scss */

  .slider-newsletter .owl-nav .owl-next {
    right: 0px;
    bottom: 0px;
    position: relative;
    float: right;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    margin-top: 10px;
  }

  /* line 1086, layout/_index.scss */

  .slider-newsletter .owl-dots {
    position: relative;
    right: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    margin-top: 20px;
    z-index: -1;
  }

  /* line 1123, layout/_index.scss */

  .slider-newsletter .owl-dots .owl-dot #container2 {
    left: 2px;
    top: -2px;
  }

  /* line 1155, layout/_index.scss */

  #videoModal .modal-dialog {
    width: 100%;
    left: 0;
    -webkit-transform: none;
    transform: none;
    top: 0;
  }

  /* line 1, layout/_project-overview.scss */

  .sliding-text {
    padding-top: 30px;
  }

  /* line 14, layout/_project-overview.scss */

  .sliding-text .sliding-content {
    top: 0px;
    padding: 5px;
  }

  /* line 29, layout/_project-overview.scss */

  .sliding-text .sliding-content span {
    font-size: 25px;
  }

  /* line 41, layout/_project-overview.scss */

  .project-information {
    margin-top: 100px;
  }

  /* line 53, layout/_project-overview.scss */

  .project-information .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 59, layout/_project-overview.scss */

  .project-information #canvasProject {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-51%);
    transform: translateX(-51%);
    width: 600px !important;
  }

  /* line 85, layout/_project-overview.scss */

  .project-information .project-right-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -61px;
    width: 40vw;
    height: 100%;
    background-color: #f8b032;
    z-index: -1;
  }

  /* line 98, layout/_project-overview.scss */

  .project-information .project-right-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: -61px;
    width: 40vw;
    height: 100%;
    background-color: #f8b032;
    z-index: -1;
  }

  /* line 81, layout/_project-overview.scss */

  .project-information .project-right-box {
    margin-top: 400px;
  }

  /* line 124, layout/_project-overview.scss */

  .project-information .project-right-box p {
    font-size: 13px;
    line-height: 25px;
  }

  /* line 150, layout/_project-overview.scss */

  .scope {
    margin-top: 50px;
  }

  /* line 170, layout/_project-overview.scss */

  .scope p {
    margin-bottom: 50px;
  }

  /* line 185, layout/_project-overview.scss */

  .scope .line {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  /* line 200, layout/_project-overview.scss */

  .scope .point {
    display: none;
  }

  /* line 215, layout/_project-overview.scss */

  .scope .text-mobile {
    display: block;
  }

  /* line 223, layout/_project-overview.scss */

  .scope .line-mobile {
    display: block;
    margin-bottom: 8px;
  }

  /* line 232, layout/_project-overview.scss */

  .scope .text-desktop {
    display: none;
  }

  /* line 239, layout/_project-overview.scss */

  .project-content {
    margin-top: 50px;
  }

  /* line 287, layout/_project-overview.scss */

  .project-content .information-top {
    margin-bottom: 38px;
  }

  /* line 294, layout/_project-overview.scss */

  .project-content .mapa {
    position: relative;
    width: 100%;
    height: auto;
    float: right;
  }

  /* line 306, layout/_project-overview.scss */

  .project-content .yellow-box-information {
    margin-bottom: 0px;
  }

  /* line 349, layout/_project-overview.scss */

  .project-content .yellow-box-information p {
    font-size: 13px;
    line-height: 25px;
  }

  /* line 100, layout/_action-plan.scss */

  #action-slider .slider-action-plan .owl-theme .owl-dots .owl-dot span {
    width: 70px;
    margin: 0px 5px;
  }

  /* line 175, layout/_action-plan.scss */

  #methodology .row .col-methodology .point1 {
    display: none;
  }

  /* line 179, layout/_action-plan.scss */

  #methodology .row .col-methodology .point2 {
    display: none;
  }

  /* line 183, layout/_action-plan.scss */

  #methodology .row .col-methodology .point3 {
    display: none;
  }

  /* line 298, layout/_action-plan.scss */

  .view-online {
    margin: 100px 0px 70px 0px;
  }

  /* line 305, layout/_action-plan.scss */

  .view-online h3 {
    text-align: center;
  }

  /* line 326, layout/_action-plan.scss */

  .expected-outcomes .outcomes-wrapper .outcomes-box {
    width: 90%;
    height: 90px;
    top: 0px;
    position: absolute;
  }

  /* line 340, layout/_action-plan.scss */

  .expected-outcomes .outcomes-wrapper .outcomes-box .icon-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 28px;
    right: 25px;
    left: auto;
  }

  /* line 359, layout/_action-plan.scss */

  .expected-outcomes .outcomes-wrapper .outcomes-box h2 {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    left: 60px;
    top: 17px;
    font-size: 25px;
  }

  /* line 386, layout/_action-plan.scss */

  .expected-outcomes .row-outcomes {
    margin-top: 170px;
  }

  /* line 7, layout/_open-calls.scss */

  #banner-project.banner-opencalls.banner-opencalls-winners {
    background-image: url("../img/banner-open-calls-winners.png") !important;
    background-position: 77% -65%;
    background-size: initial;
  }

  /* line 14, layout/_open-calls.scss */

  #banner-project.banner-opencalls.banner-opencalls-winners .wrapper-banner {
    padding-bottom: 700px;
  }

  /* line 24, layout/_open-calls.scss */

  #banner-project.banner-opencalls.banner-opencalls-winners .highlight {
    padding-right: 0;
  }

  /* line 32, layout/_open-calls.scss */

  #banner-project.banner-opencalls.banner-opencalls-winners-detail {
    background-image: url("../img/banner-open-calls-winners-detail.png") !important;
    background-position: 77% -65%;
    background-size: initial;
  }

  /* line 39, layout/_open-calls.scss */

  #banner-project.banner-opencalls.banner-opencalls-winners-detail .logo-circle {
    right: initial;
    left: 50%;
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* line 85, layout/_open-calls.scss */

  #banner-project.banner-opencalls.banner-opencalls-winners-detail ~ .opencalls-content {
    margin-top: 100px;
  }

  /* line 90, layout/_open-calls.scss */

  #banner-project.banner-opencalls.banner-opencalls-winners-detail ~ .opencalls-content .icon-arrow {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  /* line 96, layout/_open-calls.scss */

  #banner-project.banner-opencalls.banner-opencalls-winners-detail ~ .opencalls-content .highlight {
    margin-top: 30px;
  }

  /* line 2, layout/_open-calls.scss */

  #banner-project.banner-opencalls {
    background-image: url("../img/banner-open-calls-mobile.png") !important;
    background-position: 50% 43%;
    background-size: 80%;
  }

  /* line 117, layout/_open-calls.scss */

  #banner-project.banner-opencalls .wrapper-banner {
    padding-top: 15vh;
    padding-bottom: 400px;
  }

  /* line 153, layout/_open-calls.scss */

  .logo-circle {
    margin: 0 auto;
  }

  /* line 176, layout/_open-calls.scss */

  .opencalls-content {
    margin-top: 50px;
  }

  /* line 205, layout/_open-calls.scss */

  .opencalls-content .box-dots-opencalls {
    display: none;
    position: absolute;
    top: 180px;
    right: -20px;
    margin-top: 0px;
  }

  /* line 223, layout/_open-calls.scss */

  .opencalls-content .box-dots-opencalls .box-title {
    display: none;
  }

  /* line 298, layout/_open-calls.scss */

  .opencalls-content .topics-mobile-opencalls {
    display: block;
  }

  /* line 345, layout/_open-calls.scss */

  .opencalls-content .slider-open-calls h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  /* line 391, layout/_open-calls.scss */

  .opencalls-winners-content .opencalls-winners-title {
    font-size: 20px;
  }

  /* line 402, layout/_open-calls.scss */

  .opencalls-winners-content .title-number {
    font-size: 40px;
    line-height: 1;
  }

  /* line 422, layout/_open-calls.scss */

  .opencalls-winners-content .winners-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 431, layout/_open-calls.scss */

  .opencalls-winners-content .winners-block:before {
    display: none;
  }

  /* line 447, layout/_open-calls.scss */

  .opencalls-winners-content .winnner-name-content {
    margin-left: 0;
  }

  /* line 454, layout/_open-calls.scss */

  .opencalls-winners-content .winner-name {
    font-size: 25px;
    margin-top: 50px;
  }

  /* line 467, layout/_open-calls.scss */

  .opencalls-winners-content .winner-project {
    margin-bottom: 25px;
  }

  /* line 511, layout/_open-calls.scss */

  .opencalls-winners-content .highlight {
    padding-right: 0;
  }

  /* line 525, layout/_open-calls.scss */

  .other-winners {
    margin-top: 100px;
  }

  /* line 537, layout/_open-calls.scss */

  .other-winners-item {
    display: block;
    margin-bottom: 50px;
  }

  /* line 1, layout/_contacts.scss */

  #banner-contacts {
    height: 100%;
  }

  /* line 8, layout/_contacts.scss */

  #banner-contacts #canvasContacts {
    width: 600px !important;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-51%);
    transform: translateX(-51%);
  }

  /* line 36, layout/_contacts.scss */

  #banner-contacts::before {
    width: 100%;
    background-color: transparent;
  }

  /* line 55, layout/_contacts.scss */

  #banner-contacts .wrapper-banner {
    height: 100%;
  }

  /* line 65, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-bottom {
    margin-top: 20vh;
  }

  /* line 76, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 400px;
  }

  /* line 97, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content .social-icons {
    margin-bottom: 50px;
  }

  /* line 153, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form {
    padding: 50px;
  }

  /* line 209, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form #contactForm {
    margin-top: 30px;
  }

  /* line 223, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="text"],
  #banner-contacts .wrapper-banner .contacts-container .block-form #contactForm input[type="email"],
  #banner-contacts .wrapper-banner .contacts-container .block-form #contactForm textarea {
    min-height: 55px;
    height: 55px;
    margin-bottom: 20px;
  }

  /* line 38, layout/_observatory.scss */

  #banner-project.banner-observatory .text-canvas {
    margin-top: 600px !important;
  }

  /* line 46, layout/_observatory.scss */

  #banner-project.banner-observatory #canvasObservatory {
    width: 800px !important;
    left: -400px;
  }

  /* line 293, layout/_observatory.scss */

  #banner-project.observatory-homepage-detail.banner-events .filters-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
  }

  /* line 362, layout/_observatory.scss */

  #banner-contacts.observatory-homepage .block-form {
    padding: 0 !important;
  }

  /* line 628, layout/_observatory.scss */

  .observatory-panel-card .tab-inner {
    margin-bottom: 0 !important;
  }

  /* line 198, layout/_public-reports.scss */

  #banner-project.banner-public-reports-2 .reports-list-date {
    display: none;
  }

  /* line 202, layout/_public-reports.scss */

  #banner-project.banner-public-reports-2 .reports-list-date--mobile {
    display: block;
  }

  /* line 275, layout/_public-reports.scss */

  .public-reports-detail .event-image {
    margin: 50px 0;
  }

  /* line 10, layout/_form-members.scss */

  .fs-form-wrap .fs-title {
    margin-top: 20vh;
  }

  /* line 185, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .input-file-trigger {
    width: 100%;
    border-radius: 43px;
  }

  /* line 247, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .file-return {
    width: 100%;
    margin-top: 15px;
    font-size: 13px;
  }

  /* line 262, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .input-name {
    margin-top: 15px;
    font-size: 15px;
    line-height: 15px;
    padding: 30px;
    width: 100%;
  }

  /* line 331, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .input-other {
    margin-left: 0px;
    padding: 15px 20px;
  }

  /* line 430, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .label-radio {
    margin-top: 10px;
    font-size: 15px;
  }

  /* line 455, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .last-radio {
    margin-bottom: 10px;
  }

  /* line 524, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .select-items {
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    top: 62px;
  }

  /* line 585, layout/_form-members.scss */

  .fs-form-wrap .fs-controls .fs-nav-dots {
    bottom: 20px;
  }

  /* line 643, layout/_form-members.scss */

  .fs-form-wrap .fs-controls .fs-continue {
    right: 0;
    bottom: 13%;
    -webkit-transform: translateY(-13%);
    transform: translateY(-13%);
    top: auto;
    margin: 0 auto;
  }

  /* line 689, layout/_form-members.scss */

  .fs-form-overview .fs-fields::before {
    font-size: 20px;
  }

  /* line 3, layout/_consortium.scss */

  #banner-project.banner-consortium .wrapper-video {
    height: 50vh;
  }

  /* line 3, layout/_consortium.scss */

  #banner-project.banner-consortium .wrapper-video {
    height: 40vh;
  }

  /* line 25, layout/_consortium.scss */

  #banner-project.banner-consortium .sliding-text-consortium {
    top: 25%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }

  /* line 47, layout/_consortium.scss */

  #banner-project.banner-consortium .sliding-text-consortium .sliding-content {
    top: 0px;
    padding: 5px;
  }

  /* line 62, layout/_consortium.scss */

  #banner-project.banner-consortium .sliding-text-consortium .sliding-content span {
    font-size: 25px;
  }

  /* line 100, layout/_consortium.scss */

  .consortium-list-content .consortium-list {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  /* line 139, layout/_consortium.scss */

  .consortium-list-content .consortium-wrapper .menu-consortium {
    display: none;
  }

  /* line 1, layout/_use-cases.scss */

  #banner-usecases {
    height: 100%;
  }

  /* line 8, layout/_use-cases.scss */

  #banner-usecases .wrapper-banner {
    padding-top: 150px;
  }

  /* line 14, layout/_use-cases.scss */

  #banner-usecases .wrapper-banner .title-usecases {
    font-size: 25px;
    line-height: 30px;
  }

  /* line 41, layout/_use-cases.scss */

  #banner-usecases #canvasUseCases {
    width: 500px !important;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0 auto;
  }

  /* line 70, layout/_use-cases.scss */

  #usecases {
    padding: 545px 0px 0px 0px;
  }

  /* line 91, layout/_use-cases.scss */

  #usecases.detail-usecases {
    padding: 50px 0px 0px 0px;
  }

  /* line 254, layout/_use-cases.scss */

  #banner-usecases-detail .wrapper-banner {
    padding-top: 150px;
  }

  /* line 261, layout/_use-cases.scss */

  #banner-usecases-detail .wrapper-banner .usecases-left {
    position: relative;
    width: 100%;
    bottom: 0px;
  }

  /* line 301, layout/_use-cases.scss */

  #banner-usecases-detail .wrapper-banner .usecases-content {
    margin-top: 50px;
  }

  /* line 317, layout/_use-cases.scss */

  #banner-usecases-detail .wrapper-banner .title-usecases {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0px;
  }

  /* line 117, layout/_events.scss */

  #banner-project.banner-events .tab-container .tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 129, layout/_events.scss */

  #banner-project.banner-events .tab-container .tab-content .col-event {
    margin-bottom: 20px;
  }

  /* line 141, layout/_events.scss */

  #banner-project.banner-events .tab-container .tab-content .col-event a .tab-inner {
    margin-bottom: 40px;
  }

  /* line 1, layout/_event.scss */

  .event-content {
    margin-top: 25vh;
  }

  /* line 24, layout/_event.scss */

  .event-content .back-button {
    display: none;
  }

  /* line 68, layout/_event.scss */

  .event-content h1 {
    font-size: 25px;
    margin-bottom: 50px;
    line-height: 30px;
  }

  /* line 81, layout/_event.scss */

  .event-content .event-image {
    margin-bottom: 50px;
  }

  /* line 145, layout/_event.scss */

  .event-content .more-events {
    margin-top: 100px;
  }

  /* line 159, layout/_event.scss */

  .event-content .more-events .col-event {
    margin-bottom: 20px;
  }

  /* line 32, layout/_news.scss */

  #banner-project.banner-news .tab-container .tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 43, layout/_news.scss */

  #banner-project.banner-news .tab-container .tab-content .col-news {
    margin-bottom: 20px;
  }

  /* line 54, layout/_news.scss */

  #banner-project.banner-news .tab-container .tab-content .col-news a .tab-inner {
    margin-bottom: 40px;
  }

  /* line 1, layout/_news-detail.scss */

  .news-content {
    margin-top: 25vh;
  }

  /* line 25, layout/_news-detail.scss */

  .news-content .back-button {
    display: none;
  }

  /* line 69, layout/_news-detail.scss */

  .news-content h1 {
    font-size: 25px;
    margin-bottom: 50px;
    line-height: 30px;
  }

  /* line 86, layout/_news-detail.scss */

  .news-content .news-image {
    margin-bottom: 50px;
  }

  /* line 154, layout/_news-detail.scss */

  .news-content .more-news {
    margin-top: 100px;
  }

  /* line 168, layout/_news-detail.scss */

  .news-content .more-news .col-news {
    margin-bottom: 20px;
  }

  /* line 85, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers .papers-list-item,
  #banner-project.banner-roadmap .papers-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 106, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers .papers-list-title,
  #banner-project.banner-roadmap .papers-list-title {
    font-size: 17px;
    line-height: 1.7;
    margin: 20px 0;
  }

  /* line 124, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers .papers-list-btn,
  #banner-project.banner-roadmap .papers-list-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 188, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers .papers-list-authors,
  #banner-project.banner-roadmap .papers-list-authors {
    text-align: left;
  }

  /* line 221, layout/_scientific-papers.scss */

  #banner-project .col-roadmap {
    margin-bottom: 20px;
  }

  /* line 234, layout/_scientific-papers.scss */

  #banner-project .col-roadmap-inner .tab-inner {
    padding: 20px;
  }

  /* line 234, layout/_scientific-papers.scss */

  #banner-project .col-roadmap-inner .tab-inner {
    margin-bottom: 40px;
  }

  /* line 301, layout/_scientific-papers.scss */

  .accordion-group {
    margin-bottom: 0px;
  }

  /* line 335, layout/_scientific-papers.scss */

  .accordion-group .accordion {
    margin-top: 50px;
  }

  /* line 350, layout/_scientific-papers.scss */

  .accordion-group .accordion.open .link-desktop {
    display: none;
  }

  /* line 357, layout/_scientific-papers.scss */

  .accordion-group .accordion-header {
    right: 0px;
    top: auto;
    bottom: 30px;
  }

  /* line 388, layout/_scientific-papers.scss */

  .accordion-group .accordion-header.active {
    right: 0px;
    bottom: 40px;
  }

  /* line 435, layout/_scientific-papers.scss */

  .accordion-group .accordion-panel p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* line 458, layout/_scientific-papers.scss */

  .link-mobile {
    display: block;
    margin-top: 20px;
  }

  /* line 472, layout/_scientific-papers.scss */

  .flex-between-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 479, layout/_scientific-papers.scss */

  .roadmap-bottom {
    width: 60%;
    display: block;
  }

  /* line 500, layout/_scientific-papers.scss */

  .roadmap-bottom .separator {
    width: 68px;
    height: 1px;
    margin: 5px 0;
  }

  /* line 514, layout/_scientific-papers.scss */

  .roadmap-icon {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 24px;
  }

  /* line 534, layout/_scientific-papers.scss */

  .roadmap-icon .roadmap-icon-img {
    max-width: 35px;
  }

  /* line 545, layout/_scientific-papers.scss */

  .filters-wrapper {
    display: block;
  }

  /* line 555, layout/_scientific-papers.scss */

  .filters-wrapper .filters-text {
    margin-bottom: 20px;
  }

  /* line 572, layout/_scientific-papers.scss */

  .filters-wrapper .filters-area .form-group {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  /* line 25, layout/_newsletters.scss */

  #banner-project.banner-newsletters.open::before {
    width: 95vw;
    top: 18vh;
  }

  /* line 42, layout/_newsletters.scss */

  #banner-project.banner-newsletters.open .newsletter-form {
    width: 90%;
    max-width: 100%;
  }

  /* line 74, layout/_newsletters.scss */

  #banner-project.banner-newsletters .tab-container .tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 85, layout/_newsletters.scss */

  #banner-project.banner-newsletters .tab-container .tab-content .col-news {
    margin-bottom: 20px;
  }

  /* line 96, layout/_newsletters.scss */

  #banner-project.banner-newsletters .tab-container .tab-content .col-news a .tab-inner {
    margin-bottom: 40px;
  }

  /* line 164, layout/_newsletters.scss */

  #banner-project .newsletter-form-area h3 {
    margin-bottom: 30px;
  }

  /* line 174, layout/_newsletters.scss */

  #banner-project .newsletter-form-area #newsletterForm input[type="text"],
  #banner-project .newsletter-form-area #newsletterForm input[type="email"] {
    margin-bottom: 15px;
  }

  /* line 256, layout/_newsletters.scss */

  #banner-project .newsletter-form-area #newsletterForm button {
    margin-top: 20px;
  }

  /* line 268, layout/_newsletters.scss */

  #banner-project .newsletter-form-area #newsletterForm .newsletter-form-bottom {
    display: block;
  }

  /* line 335, layout/_newsletters.scss */

  #banner-project .newsletter-form-area #newsletterForm .warnings__error {
    margin-top: 0px;
  }

  /* line 379, layout/_newsletters.scss */

  .newsletter-block {
    top: 50%;
    -webkit-transform: translateY(-51%);
    transform: translateY(-51%);
    right: 0;
    height: 350px;
    width: 70px;
  }

  /* line 397, layout/_newsletters.scss */

  .newsletter-block p {
    font-size: 17px;
    right: -94px;
  }

  /* line 439, layout/_newsletters.scss */

  .closeForm {
    right: 92.5vw;
    width: 45px;
    height: 45px;
    padding: 2px;
    top: 60%;
  }

  /* line 471, layout/_newsletters.scss */

  .closeForm .icon-close-modal {
    font-size: 10px;
    margin-left: 5px;
  }

  /* line 490, layout/_newsletters.scss */

  #form-container {
    margin-top: 60px;
  }

  /* line 518, layout/_newsletters.scss */

  #form-container .newsletter-col .newsletter-form .newsletter-subtitle {
    margin-bottom: 20px;
  }

  /* line 533, layout/_newsletters.scss */

  #form-container .newsletter-col .newsletter-form .newsletter-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  /* line 20, layout/_associate-members.scss */

  #banner-project.banner-members #canvasMembers {
    width: 650px !important;
    right: -290px;
    top: 20px;
  }

  /* line 39, layout/_associate-members.scss */

  .associate-members {
    margin-top: 100px;
  }

  /* line 48, layout/_associate-members.scss */

  .associate-members .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 54, layout/_associate-members.scss */

  .associate-members h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 50px;
  }

  /* line 71, layout/_associate-members.scss */

  .associate-members .spacer {
    display: none;
  }

  /* line 91, layout/_associate-members.scss */

  .associate-members .members-area {
    display: none;
  }

  /* line 171, layout/_associate-members.scss */

  .associate-members ul.tabs li {
    font-size: 13px;
  }

  /* line 215, layout/_associate-members.scss */

  .associate-members .tab-container {
    margin-top: 50px;
  }

  /* line 223, layout/_associate-members.scss */

  .associate-members .tab-container .tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 269, layout/_associate-members.scss */

  .associate-members .tab-container .tab-content .wrapper-buttons {
    text-align: center;
  }

  /* line 282, layout/_associate-members.scss */

  .associate-members .tab-container .tab-content .wrapper-buttons .btn {
    margin: 0 auto;
  }

  /* line 308, layout/_associate-members.scss */

  .consortium-list-content.associate-list {
    padding: 65px 0px;
  }

  /* line 316, layout/_associate-members.scss */

  .consortium-list-content.associate-list .title-list {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 35px;
  }

  /* line 336, layout/_associate-members.scss */

  .consortium-list-content.associate-list .subtitle-list {
    margin-bottom: 60px;
  }

  /* line 2, layout/_junior-fellows-program.scss */

  #banner-project.banner-junior {
    background-image: url("../img/junior-program-mobile.png") !important;
    background-position: 50% 43%;
    background-size: 50%;
  }

  /* line 17, layout/_junior-fellows-program.scss */

  #banner-project.banner-junior .wrapper-banner {
    padding-top: 15vh;
    padding-bottom: 400px;
  }

  /* line 31, layout/_junior-fellows-program.scss */

  .junior-content {
    margin-top: 50px;
  }

  /* line 48, layout/_junior-fellows-program.scss */

  .junior-content .junior-left-text {
    font-size: 25px;
    line-height: 30px;
  }

  /* line 60, layout/_junior-fellows-program.scss */

  .junior-content .junior-subtitle {
    font-size: 30px;
    line-height: 55px;
  }

  /* line 88, layout/_junior-fellows-program.scss */

  .junior-content .junior-title {
    font-size: 30px;
    line-height: 45px;
    margin-top: 50px;
  }

  /* line 103, layout/_junior-fellows-program.scss */

  .junior-content .spacer-junior {
    margin-bottom: 50px;
  }

  /* line 124, layout/_junior-fellows-program.scss */

  .junior-content .rules {
    margin-bottom: 50px;
  }

  /* line 131, layout/_junior-fellows-program.scss */

  .junior-content .rules-line {
    margin-bottom: 0px;
  }

  /* line 177, layout/_junior-fellows-program.scss */

  .junior-content #canvasProject {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-51%);
    transform: translateX(-51%);
    width: 600px !important;
    margin-left: 0px;
  }

  /* line 200, layout/_junior-fellows-program.scss */

  .junior-content .animation-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 214, layout/_junior-fellows-program.scss */

  .junior-content .offer-right-box {
    margin-top: 370px;
    padding: 40px;
    margin-bottom: 40px;
  }

  /* line 229, layout/_junior-fellows-program.scss */

  .junior-content .offer-title {
    font-size: 25px;
    line-height: 30px;
  }

  /* line 243, layout/_junior-fellows-program.scss */

  .junior-content .icon-arrow-offer {
    font-size: 15px;
    top: 8px;
  }

  /* line 289, layout/_junior-fellows-program.scss */

  .junior-content .topics {
    font-size: 13px;
  }

  /* line 324, layout/_junior-fellows-program.scss */

  .offer-information {
    margin-bottom: 60px;
    margin-top: 40px;
  }

  /* line 332, layout/_junior-fellows-program.scss */

  .offer-information-title {
    font-size: 30px;
    line-height: 45px;
  }

  /* line 490, layout/_junior-fellows-program.scss */

  .applications-information {
    margin-bottom: 80px;
  }

  /* line 498, layout/_junior-fellows-program.scss */

  .applications-information .applications {
    padding: 40px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 508, layout/_junior-fellows-program.scss */

  .applications-information .applications-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 518, layout/_junior-fellows-program.scss */

  .applications-information .applications-text {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 40px;
  }

  /* line 539, layout/_junior-fellows-program.scss */

  .applications-submit {
    padding-bottom: 0px;
  }

  /* line 546, layout/_junior-fellows-program.scss */

  .applications-submit .applications-text {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 40px;
  }

  /* line 40, layout/_junior-fellows-program-detail.scss */

  #banner-project.banner-junior-detail .junior-detail-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 56, layout/_junior-fellows-program-detail.scss */

  #banner-project.banner-junior-detail .junior-detail-upper-text {
    margin-top: 25px;
  }

  /* line 67, layout/_junior-fellows-program-detail.scss */

  #banner-project.banner-junior-detail .junior-detail-title {
    font-size: 17px;
    line-height: 1.7;
    margin: 20px 0;
  }

  /* line 106, layout/_junior-fellows-program-detail.scss */

  #banner-project.banner-junior-detail .junior-detail-content {
    display: inline;
  }

  /* line 116, layout/_junior-fellows-program-detail.scss */

  #banner-project.banner-junior-detail .junior-detail-person {
    margin-left: 0px;
  }

  /* line 128, layout/_junior-fellows-program-detail.scss */

  #banner-project.banner-junior-detail .junior-detail-link {
    margin-left: 0px;
  }

  /* line 247, layout/_junior-fellows-program-detail.scss */

  #banner-project .tab-container .tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 339, layout/_junior-fellows-program-detail.scss */

  #banner-project .filter-area .filter-box {
    padding: 20px;
  }

  /* line 373, layout/_junior-fellows-program-detail.scss */

  #banner-project .filter-area .form-group-search {
    padding-bottom: 15px;
    margin-top: 40px;
  }

  /* line 383, layout/_junior-fellows-program-detail.scss */

  #banner-project .filter-area .bottom-area {
    padding-top: 15px;
  }

  /* line 543, layout/_junior-fellows-program-detail.scss */

  .accordion-program .accordion-header {
    top: 5px;
    right: 0px;
  }

  /* line 551, layout/_junior-fellows-program-detail.scss */

  .accordion-program .accordion-header.active {
    top: 5px !important;
    right: 0px;
  }

  /* line 41, layout/_observatory-form.scss */

  .observatory-form .observatoryForm {
    margin-top: 30px;
  }

  /* line 66, layout/_observatory-form.scss */

  .observatory-form .observatoryForm input[type="text"],
  .observatory-form .observatoryForm input[type="email"],
  .observatory-form .observatoryForm textarea {
    min-height: 55px;
    height: 55px;
    margin-bottom: 20px;
  }

  /* line 228, layout/_observatory-form.scss */

  .observatory-form .observatoryForm .form-group .col-xs-12.col-md-6 {
    margin-bottom: 30px;
  }

  /* line 61, layout/_resources-library.scss */

  .resources-library .scientific-outputs-spacer {
    display: none;
  }

  /* line 69, layout/_resources-library.scss */

  .resources-library .scientific-outputs-spacer-mobile {
    display: block;
  }

  /* line 147, layout/_resources-library.scss */

  .resources-library .results {
    padding-top: 40px;
  }

  /* line 159, layout/_resources-library.scss */

  .resources-library .results-title::before {
    display: none;
  }

  /* line 182, layout/_resources-library.scss */

  .resources-library .results-list {
    margin-top: 39px;
  }

  /* line 192, layout/_resources-library.scss */

  .insights-area {
    padding: 40px 0 95px 0;
  }

  /* line 325, layout/_resources-library.scss */

  .resources-open-call .row .col-resources .point1 {
    display: none;
  }

  /* line 329, layout/_resources-library.scss */

  .resources-open-call .row .col-resources .point2 {
    display: none;
  }

  /* line 333, layout/_resources-library.scss */

  .resources-open-call .row .col-resources .point3 {
    display: none;
  }

  /* line 63, main.scss */

  .boxes-areas {
    margin-bottom: 70px;
  }

  /* line 71, main.scss */

  .boxes-areas .container {
    padding: 0 5px;
  }

  /* line 99, main.scss */

  .boxes-areas .box {
    padding: 30px;
  }

  /* line 144, main.scss */

  .boxes-areas .box .arrow {
    right: 40px;
  }

  /* line 161, main.scss */

  .boxes-areas .box .icon {
    margin-bottom: 30px;
    height: 70px;
    width: 70px;
  }

  /* line 177, main.scss */

  .boxes-areas .box h4 {
    font-size: 30px;
  }

  /* line 188, main.scss */

  .boxes-areas .box .spacer {
    margin: 35px 0;
  }

  /* line 198, main.scss */

  .boxes-areas .box .spacer .points {
    margin-right: 65px;
  }

  /* line 236, main.scss */

  .boxes-areas .box .latest-btns {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 304, main.scss */

  .generic-title .yellow-title {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  /* line 318, main.scss */

  .generic-title h4 {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 1.1em;
  }

  /* line 485, main.scss */

  .recent-news .container {
    padding: 0 20px;
    padding-bottom: 35px;
  }

  /* line 593, main.scss */

  .recent-news .btn-wrapper {
    padding-bottom: 100px;
  }

  /* line 605, main.scss */

  .our-mission {
    display: none;
  }

  /* line 673, main.scss */

  .cards-wrapper-homepage {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xs-1 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    columns: auto 1;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xs-2 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xs-3 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xs-4 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 4;
    -moz-columns: auto 4;
    columns: auto 4;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xs-5 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 5;
    -moz-columns: auto 5;
    columns: auto 5;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xs-6 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 6;
    -moz-columns: auto 6;
    columns: auto 6;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xs-7 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 7;
    -moz-columns: auto 7;
    columns: auto 7;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xs-8 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 8;
    -moz-columns: auto 8;
    columns: auto 8;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xs-9 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 9;
    -moz-columns: auto 9;
    columns: auto 9;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xs-10 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 10;
    -moz-columns: auto 10;
    columns: auto 10;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xs-11 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 11;
    -moz-columns: auto 11;
    columns: auto 11;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */

  .text-column-xs-12 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: auto 12;
    -moz-columns: auto 12;
    columns: auto 12;
  }
}

@media (max-width: 767px) {
  /* line 7, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  .visible-xs {
    display: block !important;
  }

  /* line 10, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  table.visible-xs {
    display: table !important;
  }

  /* line 11, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  /* line 58, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-xs-block {
    display: block !important;
  }

  /* line 63, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-xs-inline {
    display: inline !important;
  }

  /* line 68, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  /* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

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

  /* line 79, base/_base.scss */

  .container {
    padding: 0px 63px;
  }

  /* line 85, base/_base.scss */

  .main-subtitle {
    font-size: 17px;
    line-height: 1.76;
  }

  /* line 100, base/_base.scss */

  .main-list {
    padding-left: 0;
  }

  /* line 1005, base/_base.scss */

  .banner-intro-error .text-intro-error h1 {
    font-size: 100px !important;
  }

  /* line 95, base/_forms.scss */

  .rgpd {
    top: 15vh;
    margin: 0px 20px 0px 50px;
    position: fixed;
    bottom: -60px;
  }

  /* line 138, base/_forms.scss */

  .rgpd p {
    line-height: 23px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  /* line 151, base/_forms.scss */

  .rgpd .reject-rgpd {
    padding: 7px 10px 19px 10px;
  }

  /* line 192, base/_forms.scss */

  .rgpd__title {
    margin-bottom: 10px;
    font-size: 15px;
  }

  /* line 19, base/_cookies.scss */

  .cookies__wrapper button {
    display: block;
    float: right;
    margin-right: 15px;
    margin-bottom: 20px;
  }

  /* line 33, base/_cookies.scss */

  .cookies__wrapper .container-cookies {
    padding: 0 20px;
    bottom: 10px;
  }

  /* line 22, layout/_index.scss */

  .banner-intro #canvasOne {
    width: 350px !important;
  }

  /* line 52, layout/_index.scss */

  .banner-intro .stage {
    width: 100%;
  }

  /* line 77, layout/_index.scss */

  .banner-intro .stage h1 {
    font-size: 25px;
    line-height: 35px;
  }

  /* line 96, layout/_index.scss */

  .banner-intro .stage h2 {
    font-size: 25px;
    line-height: 35px;
  }

  /* line 81, layout/_project-overview.scss */

  .project-information .project-right-box {
    padding: 50px 0px;
  }

  /* line 306, layout/_project-overview.scss */

  .project-content .yellow-box-information {
    padding: 40px 0px;
  }

  /* line 323, layout/_project-overview.scss */

  .project-content .yellow-box-information::before {
    content: "";
    position: absolute;
    top: 0;
    left: -61px;
    width: 40vw;
    height: 100%;
    background-color: #f8b032;
    z-index: -1;
  }

  /* line 336, layout/_project-overview.scss */

  .project-content .yellow-box-information::after {
    content: "";
    position: absolute;
    top: 0;
    right: -61px;
    width: 40vw;
    height: 100%;
    background-color: #f8b032;
    z-index: -1;
  }

  /* line 7, layout/_action-plan.scss */

  #action-slider .slider-action-plan::before {
    content: "";
    position: absolute;
    top: 0;
    left: -61px;
    width: 40vw;
    height: 100%;
    background-color: #f8b032;
    z-index: -1;
  }

  /* line 20, layout/_action-plan.scss */

  #action-slider .slider-action-plan::after {
    content: "";
    position: absolute;
    top: 0;
    right: -61px;
    width: 40vw;
    height: 100%;
    background-color: #f8b032;
    z-index: -1;
  }

  /* line 33, layout/_action-plan.scss */

  #action-slider .slider-action-plan .item {
    margin: 50px 0px 50px 0px;
  }

  /* line 52, layout/_action-plan.scss */

  #action-slider .slider-action-plan .item .item-number-text {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  /* line 100, layout/_action-plan.scss */

  #action-slider .slider-action-plan .owl-theme .owl-dots .owl-dot span {
    width: 22px;
    margin: 0px 2px;
  }

  /* line 130, layout/_action-plan.scss */

  #methodology h2 {
    font-size: 35px;
  }

  /* line 189, layout/_action-plan.scss */

  #methodology .row .methodology-box {
    padding: 80px 0px;
  }

  /* line 2, layout/_academy.scss */

  #banner-project.banner-academy {
    background-image: url("../img/banner-academy-mobile.png") !important;
    background-position: 50% 28%;
    background-size: 80%;
  }

  /* line 15, layout/_academy.scss */

  #banner-project.banner-academy .wrapper-banner {
    padding-top: 23vh;
    padding-bottom: 400px;
  }

  /* line 26, layout/_academy.scss */

  #banner-project.banner-academy .banner-academy-text .spacer {
    margin: 50px 0px;
  }

  /* line 43, layout/_academy.scss */

  .academy-content {
    padding-bottom: 0;
  }

  /* line 51, layout/_academy.scss */

  .academy-content .align-center {
    text-align: start;
  }

  /* line 58, layout/_academy.scss */

  .academy-topics {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  /* line 94, layout/_academy.scss */

  .academy-topics .icon-arrow {
    margin-left: -40px;
  }

  /* line 176, layout/_open-calls.scss */

  .opencalls-content {
    padding-bottom: 0;
  }

  /* line 205, layout/_open-calls.scss */

  .opencalls-content .box-dots-opencalls {
    top: 250px;
  }

  /* line 298, layout/_open-calls.scss */

  .opencalls-content .topics-mobile-opencalls {
    top: 250px;
  }

  /* line 8, layout/_contacts.scss */

  #banner-contacts #canvasContacts {
    width: 440px !important;
  }

  /* line 76, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-bottom .block-bottom-content {
    margin-top: 300px;
  }

  /* line 153, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form {
    padding: 50px 0px;
  }

  /* line 170, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: -61px;
    width: 40vw;
    height: 100%;
    background-color: #f8b032;
    z-index: -1;
  }

  /* line 183, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form::after {
    content: "";
    position: absolute;
    top: 0;
    right: -55px;
    width: 40vw;
    height: 100%;
    background-color: #f8b032;
    z-index: -1;
  }

  /* line 331, layout/_contacts.scss */

  #banner-contacts .wrapper-banner .contacts-container .block-form #contactForm .success-message p::before {
    left: -7px;
  }

  /* line 26, layout/_observatory.scss */

  #banner-project.banner-observatory {
    margin-bottom: 0;
  }

  /* line 31, layout/_observatory.scss */

  #banner-project.banner-observatory .wrapper-banner {
    padding-top: 23vh;
  }

  /* line 423, layout/_observatory.scss */

  #methodology.observatory-points-block {
    margin-top: 80px;
    padding-bottom: 0;
  }

  /* line 429, layout/_observatory.scss */

  #methodology.observatory-points-block h2 {
    width: auto;
    font-size: 40px;
  }

  /* line 435, layout/_observatory.scss */

  #methodology.observatory-points-block .spacer {
    display: none;
  }

  /* line 3, layout/_public-reports.scss */

  #banner-project.banner-public-reports {
    background-image: url("../img/public-reports-mobile.png") !important;
    background-size: 100%;
  }

  /* line 12, layout/_public-reports.scss */

  #banner-project.banner-public-reports .wrapper-banner {
    padding-top: 23vh;
  }

  /* line 29, layout/_public-reports.scss */

  #banner-project.banner-public-reports .reports-list {
    margin-top: 50px;
  }

  /* line 35, layout/_public-reports.scss */

  #banner-project.banner-public-reports .reports-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  /* line 45, layout/_public-reports.scss */

  #banner-project.banner-public-reports .reports-list-item [class*="col-"]::after {
    display: none;
  }

  /* line 58, layout/_public-reports.scss */

  #banner-project.banner-public-reports .reports-list-item:last-of-type {
    margin-bottom: 0;
  }

  /* line 77, layout/_public-reports.scss */

  #banner-project.banner-public-reports .reports-list-title {
    font-size: 17px;
    line-height: 1.7;
    margin: 20px 0;
  }

  /* line 93, layout/_public-reports.scss */

  #banner-project.banner-public-reports .reports-list-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 149, layout/_public-reports.scss */

  #banner-project.banner-public-reports-2 .banner-opencalls-text .subtitle-banner p {
    font-size: 13px;
  }

  /* line 165, layout/_public-reports.scss */

  #banner-project.banner-public-reports-2 .title-accordion {
    font-size: 20px;
    line-height: 1.2;
    padding-right: 50px;
  }

  /* line 10, layout/_form-members.scss */

  .fs-form-wrap .fs-title {
    margin-top: 15vh;
  }

  /* line 22, layout/_form-members.scss */

  .fs-form-wrap .fs-title h2 {
    font-size: 18px;
    line-height: 22px;
  }

  /* line 35, layout/_form-members.scss */

  .fs-form-wrap .fs-form {
    position: initial;
  }

  /* line 44, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields {
    position: initial;
  }

  /* line 68, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li h1 {
    font-size: 20px;
  }

  /* line 185, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .input-file-trigger {
    font-size: 0px;
    line-height: 0px;
    margin-top: 15px;
  }

  /* line 217, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .input-file-trigger::before {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  /* line 298, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .text-area {
    width: 100%;
    height: 100px;
    padding: 20px;
    font-size: 16px;
  }

  /* line 366, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .input-info {
    margin-top: 10px;
    font-size: 10px;
    line-height: 12px;
    width: 100%;
  }

  /* line 388, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .radio-info {
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
  }

  /* line 467, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .label-sub-radio {
    font-size: 12px;
    padding-left: 25px;
    margin-top: 9px;
  }

  /* line 493, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .select-selected {
    width: 100%;
    padding: 30px;
    margin-top: 15px;
    border-radius: 43px;
    font-size: 13px;
  }

  /* line 509, layout/_form-members.scss */

  .fs-form-wrap .fs-form .fs-fields > li .select-selected::after {
    font-size: 15px;
    top: 30px;
    right: 23px;
  }

  /* line 643, layout/_form-members.scss */

  .fs-form-wrap .fs-controls .fs-continue {
    right: 50px;
    margin: 0px;
    bottom: 10%;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    z-index: 2;
  }

  /* line 1080, layout/_form-members.scss */

  .fs-message-error {
    top: 190px;
    width: 100%;
    font-size: 11px;
    line-height: 20px;
  }

  /* line 1537, layout/_form-members.scss */

  .fs-continue::before {
    margin-top: 5px;
  }

  /* line 25, layout/_consortium.scss */

  #banner-project.banner-consortium .sliding-text-consortium {
    top: 22%;
    -webkit-transform: translateY(-22%);
    transform: translateY(-22%);
  }

  /* line 191, layout/_consortium.scss */

  #modalConsortium .text-modal {
    margin: 0px 120px 20px 140px;
  }

  /* line 202, layout/_consortium.scss */

  #modalConsortium .text-modal p {
    font-size: 13px;
  }

  /* line 41, layout/_use-cases.scss */

  #banner-usecases #canvasUseCases {
    width: 350px !important;
  }

  /* line 70, layout/_use-cases.scss */

  #usecases {
    padding: 400px 0px 0px 0px;
  }

  /* line 100, layout/_use-cases.scss */

  #usecases .usecases-title {
    font-size: 35px;
    width: 100%;
  }

  /* line 137, layout/_use-cases.scss */

  #usecases .row .usecases-box {
    padding: 80px 0px;
  }

  /* line 2, layout/_events.scss */

  #banner-project.banner-events {
    background-image: url("../img/public-reports-mobile.png") !important;
    background-size: 100%;
  }

  /* line 17, layout/_events.scss */

  #banner-project.banner-events .wrapper-banner {
    padding-top: 23vh;
  }

  /* line 43, layout/_events.scss */

  #banner-project.banner-events ul.tabs::before {
    display: none;
  }

  /* line 36, layout/_events.scss */

  #banner-project.banner-events ul.tabs {
    border: none;
    width: 100%;
  }

  /* line 78, layout/_events.scss */

  #banner-project.banner-events ul.tabs li {
    border-radius: 32px;
    border: solid 1px rgba(151, 151, 151, 0.25);
    margin-bottom: 20px;
  }

  /* line 103, layout/_events.scss */

  #banner-project.banner-events ul.tabs li.current {
    background-color: #FFFFFF;
  }

  /* line 2, layout/_news.scss */

  #banner-project.banner-news {
    background-image: url("../img/public-reports-mobile.png") !important;
    background-size: 100%;
  }

  /* line 13, layout/_news.scss */

  #banner-project.banner-news .wrapper-banner {
    padding-top: 23vh;
  }

  /* line 2, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers,
  #banner-project.banner-roadmap {
    background-image: url("../img/public-reports-mobile.png") !important;
    background-size: 100%;
  }

  /* line 12, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers.banner-roadmap,
  #banner-project.banner-roadmap.banner-roadmap {
    background-size: 100%;
    background-position: 0 10%;
  }

  /* line 23, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers.banner-roadmap .wrapper-banner h1,
  #banner-project.banner-roadmap.banner-roadmap .wrapper-banner h1 {
    margin-bottom: 0 !important;
  }

  /* line 59, layout/_scientific-papers.scss */

  #banner-project.banner-scientific-papers .wrapper-banner,
  #banner-project.banner-roadmap .wrapper-banner {
    padding-top: 23vh;
  }

  /* line 2, layout/_newsletters.scss */

  #banner-project.banner-newsletters {
    background-image: url("../img/public-reports-mobile.png") !important;
    background-size: 100%;
  }

  /* line 25, layout/_newsletters.scss */

  #banner-project.banner-newsletters.open::before {
    width: 92vw;
  }

  /* line 51, layout/_newsletters.scss */

  #banner-project.banner-newsletters .wrapper-banner {
    padding-top: 23vh;
  }

  /* line 174, layout/_newsletters.scss */

  #banner-project .newsletter-form-area #newsletterForm input[type="text"],
  #banner-project .newsletter-form-area #newsletterForm input[type="email"] {
    height: 45px;
    min-height: 45px;
  }

  /* line 318, layout/_newsletters.scss */

  #banner-project .newsletter-form-area #newsletterForm .success-message p::before {
    left: -7px;
  }

  /* line 335, layout/_newsletters.scss */

  #banner-project .newsletter-form-area #newsletterForm .warnings__error {
    width: 100%;
    margin-top: 65px;
  }

  /* line 439, layout/_newsletters.scss */

  .closeForm {
    right: 87.5vw;
  }

  /* line 490, layout/_newsletters.scss */

  #form-container {
    margin-top: 40px;
  }

  /* line 20, layout/_associate-members.scss */

  #banner-project.banner-members #canvasMembers {
    width: 500px !important;
    top: 0px;
  }

  /* line 124, layout/_associate-members.scss */

  .associate-members ul.tabs {
    width: 198px;
  }

  /* line 171, layout/_associate-members.scss */

  .associate-members ul.tabs li {
    width: 63px;
    height: 55px;
    padding: 18px;
  }

  /* line 199, layout/_associate-members.scss */

  .associate-members ul.tabs li.current {
    background-color: #FFFFFF;
    width: 63px;
    height: 55px;
  }

  /* line 31, layout/_junior-fellows-program.scss */

  .junior-content {
    padding-bottom: 0;
  }

  /* line 363, layout/_junior-fellows-program.scss */

  .offer-information .offer-box {
    padding: 80px 0px;
  }

  /* line 2, layout/_junior-fellows-program-detail.scss */

  #banner-project.banner-junior-detail {
    background-image: url("../img/public-reports-mobile.png") !important;
    background-size: 100%;
  }

  /* line 10, layout/_junior-fellows-program-detail.scss */

  #banner-project.banner-junior-detail .wrapper-banner {
    padding-top: 23vh;
  }

  /* line 15, layout/_junior-fellows-program-detail.scss */

  #banner-project.banner-junior-detail .wrapper-banner h1 {
    margin-bottom: 80px;
  }

  /* line 177, layout/_junior-fellows-program-detail.scss */

  #banner-project ul.tabs::before {
    display: none;
  }

  /* line 170, layout/_junior-fellows-program-detail.scss */

  #banner-project ul.tabs {
    border: none;
    width: 100%;
  }

  /* line 212, layout/_junior-fellows-program-detail.scss */

  #banner-project ul.tabs li {
    border-radius: 32px;
    border: solid 1px rgba(151, 151, 151, 0.25);
    margin-bottom: 20px;
  }

  /* line 237, layout/_junior-fellows-program-detail.scss */

  #banner-project ul.tabs li.current {
    background-color: #FFFFFF;
  }

  /* line 263, layout/_junior-fellows-program-detail.scss */

  #banner-project .items-top-align {
    display: inline;
    text-align: center;
  }

  /* line 273, layout/_junior-fellows-program-detail.scss */

  #banner-project .items-top-align .filters {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 398, layout/_junior-fellows-program-detail.scss */

  #banner-project .filter-area .bottom-area .form-check-label {
    width: 100%;
    margin-bottom: 5px;
  }

  /* line 469, layout/_junior-fellows-program-detail.scss */

  #banner-project .filter-area .bottom-area .date-input {
    display: 100%;
  }

  /* line 485, layout/_junior-fellows-program-detail.scss */

  #banner-project .filter-area .bottom-area .date-text {
    padding: 5px 8px;
    text-align: center;
  }

  /* line 497, layout/_junior-fellows-program-detail.scss */

  #banner-project .filter-area .bottom-area .form-group {
    display: inline-block;
  }

  /* line 508, layout/_junior-fellows-program-detail.scss */

  #banner-project .filter-area .button-wrapper {
    margin-top: 25px;
  }

  /* line 516, layout/_junior-fellows-program-detail.scss */

  #banner-project .filter-area .button-wrapper #btn-submit {
    width: 100%;
  }

  /* line 521, layout/_junior-fellows-program-detail.scss */

  #banner-project .filter-area .button-wrapper #btn-submit span {
    width: 100%;
  }

  /* line 526, layout/_junior-fellows-program-detail.scss */

  #banner-project .filter-area .button-wrapper #btn-submit span .icon-arrow {
    margin-right: 5px;
  }

  /* line 564, layout/_junior-fellows-program-detail.scss */

  .tab-container-junior {
    margin-top: 0px !important;
  }

  /* line 1, layout/_observatory-form.scss */

  .observatory-form {
    background-size: 150%;
    background-position: 53% 7%;
  }

  /* line 12, layout/_observatory-form.scss */

  .observatory-form .wrapper-banner {
    padding-top: 23vh !important;
  }

  /* line 339, layout/_observatory-form.scss */

  .observatory-form .observatoryForm .success-message p::before {
    left: -7px;
  }

  /* line 1, layout/_resources-library.scss */

  .resources-library {
    background-image: url("../img/resources-library-mobile.png") !important;
    background-size: 100%;
  }

  /* line 12, layout/_resources-library.scss */

  .resources-library .wrapper-banner {
    padding-top: 23vh !important;
  }

  /* line 38, layout/_resources-library.scss */

  .resources-library .scientific-outputs {
    padding-top: 39px;
  }

  /* line 45, layout/_resources-library.scss */

  .resources-library .scientific-outputs-title {
    margin-bottom: 40px !important;
  }

  /* line 82, layout/_resources-library.scss */

  .resources-library .card-scientific-outputs {
    padding: 20px 20px 18px 20px;
    min-height: 274px;
  }

  /* line 106, layout/_resources-library.scss */

  .resources-library .card-scientific-outputs-title {
    font-size: 25px;
    line-height: 25px;
  }

  /* line 125, layout/_resources-library.scss */

  .resources-library .card-scientific-outputs-bottom {
    font-size: 13px;
    line-height: 25px;
  }

  /* line 215, layout/_resources-library.scss */

  .insights-area .card-insights {
    padding: 20px 20px 18px 20px;
    min-height: 274px;
  }

  /* line 239, layout/_resources-library.scss */

  .insights-area .card-insights-title {
    font-size: 25px;
    line-height: 25px;
  }

  /* line 258, layout/_resources-library.scss */

  .insights-area .card-insights-bottom {
    font-size: 13px;
    line-height: 25px;
  }

  /* line 339, layout/_resources-library.scss */

  .resources-open-call .row .resourses-box {
    padding: 80px 0px;
  }
}

@media screen and (max-width: 30em) {
  /* line 1233, layout/_form-members.scss */

  div.cs-skin-boxes {
    font-size: 1em;
  }

  /* line 1312, layout/_form-members.scss */

  .cs-skin-boxes .cs-options li {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 3px;
    border-radius: 8px;
  }

  /* line 1432, layout/_form-members.scss */

  .cs-skin-boxes .cs-options li.cs-selected::after {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  /* line 1528, layout/_form-members.scss */

  .cs-skin-boxes .cs-options span {
    display: none;
  }
}

@media (max-width: 450px) {
  /* line 41, layout/_use-cases.scss */

  #banner-usecases #canvasUseCases {
    width: 100% !important;
  }

  /* line 70, layout/_use-cases.scss */

  #usecases {
    padding: 300px 0px 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  .visible-sm {
    display: block !important;
  }

  /* line 10, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  table.visible-sm {
    display: table !important;
  }

  /* line 11, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  /* line 77, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-sm-block {
    display: block !important;
  }

  /* line 82, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-sm-inline {
    display: inline !important;
  }

  /* line 87, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  /* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

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

@media (min-width: 992px) and (max-width: 1339px) {
  /* line 7, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  .visible-md {
    display: block !important;
  }

  /* line 10, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  table.visible-md {
    display: table !important;
  }

  /* line 11, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  /* line 96, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-md-block {
    display: block !important;
  }

  /* line 101, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-md-inline {
    display: inline !important;
  }

  /* line 106, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-md-inline-block {
    display: inline-block !important;
  }

  /* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

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

@media print {
  /* line 7, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  .visible-print {
    display: block !important;
  }

  /* line 10, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  table.visible-print {
    display: table !important;
  }

  /* line 11, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  /* line 182, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-print-block {
    display: block !important;
  }

  /* line 189, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-print-inline {
    display: inline !important;
  }

  /* line 196, bootstrap/bootstrap/_responsive-utilities.scss */

  .visible-print-inline-block {
    display: inline-block !important;
  }

  /* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */

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