@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,400;0,700;0,900;1,400&display=swap);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html,
input,
select,
textarea {
  color: #000;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.video-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  width: 100%;
}
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.container--fluid {
  margin: 0;
  max-width: 100%;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media screen and (min-width: 576px) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 760px) {
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.full {
  height: 100%;
}
.bms-social-icons {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
}
.bms-social-icons .share-article-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 50%;
  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: 30px;
  height: 30px;
  margin-bottom: 12px;
  cursor: pointer;
}
.bms-social-icons .share-article-btn:hover {
  opacity: 0.5;
}
.bms-social-icons .share-article-btn img {
  width: 12px;
  height: 12px;
}
body.lock {
  overflow: hidden;
}
body.lock .popup {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.popup {
  position: fixed;
  top: 100vh;
  background-color: #cdf5ed;
  width: 100%;
  padding: 0 0 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: scroll;
  height: 100vh;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.popup h3 {
  font-size: 36px;
  font-weight: 900;
}
.popup-brief {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 100px;
}
@media (max-width: 760px) {
  .popup-brief {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.popup-brief-main,
.popup-brief-scores {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.popup-brief-main {
  margin-right: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  font-size: 40px;
  font-weight: 200;
}
@media (max-width: 760px) {
  .popup-brief-main {
    margin: 0;
    border-bottom: none;
  }
}
.popup-brief-scores {
  font-size: 40px;
  font-weight: 200;
}
.popup-brief-scores br {
  display: none;
}
@media (max-width: 1200px) {
  .popup-brief-scores br {
    display: block;
  }
}
@media (max-width: 760px) {
  .popup-brief-scores {
    font-size: 32px;
    position: relative;
    padding-top: 47px;
  }
  .popup-brief-scores:before {
    content: "Scores";
    position: absolute;
    top: 0;
    font-size: 18px;
    font-weight: 700;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
  }
}
@media (max-width: 400px) {
  .popup-brief-scores {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.popup-brief-scores > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #000;
  padding: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 400px) {
  .popup-brief-scores > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 0 0 5px;
  }
}
.popup-brief-scores > div:first-child {
  border: none;
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
  padding: 10px 20px 10px 0;
}
@media (max-width: 760px) {
  .popup-brief-scores > div:first-child {
    padding: 10px 10px 10px 0;
  }
}
@media (max-width: 400px) {
  .popup-brief-scores > div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 0 0 5px;
  }
}
.popup-brief-scores span {
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 576px) {
  .popup-brief-scores span {
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 0.075em;
  }
}
.popup-brief-cityname {
  font-weight: 900;
  font-size: 40px;
  padding: 10px;
  position: relative;
}
@media (max-width: 760px) {
  .popup-brief-cityname:before {
    display: none;
  }
}
.popup-brief-cityname:before {
  content: "City";
  position: absolute;
  top: -21px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.popup-brief-rank {
  padding: 10px 20px;
}
@media (max-width: 760px) {
  .popup-brief-rank {
    padding-left: 0;
  }
}
.popup-brief-overall {
  position: relative;
}
@media (max-width: 760px) {
  .popup-brief-overall:before {
    display: none;
  }
}
.popup-brief-overall:before {
  content: "Scores";
  position: absolute;
  top: -30px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.popup .popup-nav {
  width: 100%;
  height: 100px;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media (max-width: 760px) {
  .popup .popup-nav {
    height: 70px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.popup .popup-nav-pill {
  max-width: 880px;
  margin: 0 auto;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 760px) {
  .popup .popup-nav-pill {
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    margin: 0;
  }
}
.popup .popup-close {
  margin-top: 25px;
  height: 50px;
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  font-family: Mulish, Helvetica, sans-serif;
}
.popup .popup-close:before {
  -webkit-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
}
.popup .popup-close:after,
.popup .popup-close:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  height: 2px;
  width: 20px;
  background-color: #fff;
}
.popup .popup-close:after {
  -webkit-transform: translate(-50%) rotate(135deg);
  transform: translate(-50%) rotate(135deg);
}
@media (max-width: 760px) {
  .popup .popup-close {
    margin-top: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    height: 46px;
  }
}
.popup .popup-prev {
  height: 50px;
  font-size: 15px;
  font-weight: 700;
  font-family: Mulish, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border: none;
  background-image: url(https://images.contentstack.io/v3/assets/blt57caa63e0368f6e8/bltd6565f9ea3e27f0b/popup-left.svg);
  background-position: 0;
  background-size: 35px 16px;
  background-repeat: no-repeat;
  padding-left: 45px;
  line-height: 1em;
}
@media (max-width: 760px) {
  .popup .popup-prev span {
    display: none;
  }
}
.popup .popup-next {
  height: 50px;
  font-size: 15px;
  font-weight: 700;
  font-family: Mulish, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border: none;
  background-image: url(https://images.contentstack.io/v3/assets/blt57caa63e0368f6e8/blt4bd2fad4cb4ad919/popup-right-b.svg);
  background-position: 100%;
  background-size: 35px 16px;
  background-repeat: no-repeat;
  padding-right: 45px;
  line-height: 1em;
}
@media (max-width: 750px) {
  .popup .popup-next span {
    display: none;
  }
}
.popup .popup-column {
  max-width: 520px;
  margin: 0 auto;
}
.popup .popup-column-wrap {
  position: relative;
}
@media (max-width: 760px) {
  .popup .popup-column-wrap {
    padding-top: 80px;
  }
}
.popup .popup-column-wrap .bms-social-icons {
  left: 0;
  right: unset;
  -webkit-transform: translate(-60px);
  transform: translate(-60px);
}
@media (max-width: 760px) {
  .popup .popup-column-wrap .bms-social-icons {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup .popup-column-wrap .bms-social-icons .share-article-btn {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 760px) {
  .popup .popup-column {
    max-width: 100%;
  }
}
.popup .popup-column h3 {
  font-size: 24px;
}
.popup .popup-column li {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
.popup .popup-column a {
  color: #000;
}
.popup .popup-hero {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.popup .popup-hero img {
  border-radius: 230px;
}
@media (max-width: 576px) {
  .popup .popup-hero {
    padding: 0;
  }
  .popup .popup-hero img {
    border-radius: 0;
  }
}
.popup .popup-city-text {
  margin-bottom: 40px;
}
.popup .popup-city-text em {
  font-style: italic;
}
.popup .popup-city-text-title-buildings:before {
  background-color: #1d4370;
}
.popup .popup-city-text-title-systems:before {
  background-color: #04bbf1;
}
.popup .popup-city-text-title-living:before {
  background-color: #6fe4c6;
}
.popup .popup-city-text-title-leadership:before {
  background-color: #94c12e;
}
.popup .popup-city-text strong {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4em;
}
.popup .popup-city-text .list {
  margin-bottom: 8px;
}
.popup .popup-city-text ul {
  padding-left: 20px;
  margin-bottom: 28px;
}
.popup .popup-city-text li {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 8px;
  list-style-type: disc;
}
.popup .popup-city-text h3 {
  font-size: 32px;
  margin-bottom: 0.5em;
}
.popup .popup-city-text h3:before {
  content: "";
  display: inline-block;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  margin-right: 10px;
}
.popup .popup-city-text h4 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 0.5em;
}
.popup .popup-city-text-block,
.popup .popup-city-text-general {
  margin-bottom: 50px;
}
.popup .popup-city-text .related-links,
.popup .popup-city-text .related-links li {
  list-style-type: none;
  padding: 0;
}
.popup #popup-city-links {
  margin-bottom: 40px;
}
.popup .popup-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 90px;
  font-size: 18px;
  line-height: 1.4em;
}
@media (max-width: 576px) {
  .popup .popup-card {
    padding: 40px 20px;
  }
}
.popup .popup-card h3 {
  margin-bottom: 20px;
}
.popup .popup-card h4 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 10px;
}
.popup .popup-card-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.popup .popup-card-categories > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.popup .popup-card-categories > div:nth-child(odd) {
  padding-right: 20px;
}
@media (max-width: 760px) {
  .popup .popup-card-categories > div {
    margin-bottom: 20px;
  }
  .popup .popup-card-categories > div:nth-child(odd) {
    padding-right: 0;
  }
}
@media (max-width: 760px) {
  .popup .popup-card-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.popup .popup-card-vis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 760px) {
  .popup .popup-card-vis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.popup .popup-card-vis-desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
}
.popup .popup-card-vis-desc p {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .popup .popup-card-vis-desc {
    padding: 0;
  }
  .popup .popup-card-vis-desc p {
    margin-bottom: 40px;
  }
}
.popup .popup-card-vis-chart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  padding-left: 40px;
}
.popup .popup-card-vis-chart canvas {
  height: 100%;
  width: auto;
}
@media (max-width: 750px) {
  .popup .popup-card-vis-chart {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .popup .popup-card-vis-chart {
    padding: 0;
  }
}
.popup .popup-card dl {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 576px) {
  .popup .popup-card dl {
    padding: 7px 0;
  }
}
.popup .popup-card dl dt {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  display: inline;
}
.popup .popup-card dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  display: inline;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .popup .popup-card dl dd {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    text-align: right;
    padding: 0;
  }
}
.popup .popup-card dl:first-child {
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.popup .popup-card dl:first-child:before {
  position: relative;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #1d4370;
  margin-right: 5px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.popup .popup-card dl:nth-child(2),
.popup .popup-card dl:nth-child(3) {
  border-bottom: 1px solid #000;
}
.popup .popup-card-buildings dl:first-child:before {
  background-color: #1d4370;
}
.popup .popup-card-living dl:first-child:before {
  background-color: #6fe4c6;
}
.popup .popup-card-systems dl:first-child:before {
  background-color: #04bbf1;
}
.popup .popup-card-leadership dl:first-child:before {
  background-color: #94c12e;
}
@font-face {
  font-family: icomoon;
  src: url(https://dev-wbo-assets-s3.s3.amazonaws.com/s3/mspandorasbox/holcim/assets/fonts/icomoon.ttf?5nhmb2=)
      format("truetype"),
    url(https://dev-wbo-assets-s3.s3.amazonaws.com/s3/mspandorasbox/holcim/assets/fonts/icomoon.svg?5nhmb2=#icomoon)
      format("svg"),
    url(https://dev-wbo-assets-s3.s3.amazonaws.com/s3/mspandorasbox/holcim/assets/fonts/icomoon.woff?5nhmb2=)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-gauge:before {
  content: "\e901";
}
.icon-down-carrot:before {
  content: "\e900";
}
.icon-mouse:before {
  content: "\e906";
}
header .title {
  height: 40px;
  width: 100%;
  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;
}
header .title img {
  height: 24px;
  display: block;
}
main article {
  font-family: Mulish, Helvetica, sans-serif;
}
main article h1,
main article h2,
main article h3,
main article h4,
main article h5 {
  font-family: Mulish, Helvetica, sans-serif;
  color: #000;
}
main article h1 {
  font-size: 56px;
  line-height: 1.15em;
}
main article h2 {
  font-size: 48px;
  line-height: 1.2em;
}
main article h3 {
  font-size: 40px;
  line-height: 1.2em;
}
main article h4 {
  font-size: 24px;
  font-size: 20px;
  line-height: 1.2em;
}
main article p {
  margin-bottom: 28px;
}
main article ol,
main article p {
  font-size: 18px;
  line-height: 1.4em;
}
main article ol {
  font-weight: 700;
  list-style: decimal;
  padding-left: 1em;
}
main article img {
  width: 100%;
  height: auto;
}
main article nav {
  position: sticky;
  top: 20px;
  z-index: 1;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main article nav #sticky-nav {
  position: relative;
  background-color: #fff;
  border-radius: 35px;
  -webkit-box-shadow: 6px 6px 30px 0 rgba(9, 25, 43, 0.2);
  box-shadow: 6px 6px 30px 0 rgba(9, 25, 43, 0.2);
  min-height: 70px;
  max-width: 880px;
  margin: 0 auto;
}
main article nav #sticky-nav .odometer {
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  display: block;
  background-image: url(https://dev-wbo-assets-s3.s3.amazonaws.com/s3/mspandorasbox/holcim/assets/images/nav-circle.png);
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(20px);
  transform: translate(20px);
}
main article nav #sticky-nav .odometer.turn-1:before {
  -webkit-transform: translate(-50%, -100%) rotate(45deg);
  transform: translate(-50%, -100%) rotate(45deg);
}
main article nav #sticky-nav .odometer.turn-2:before {
  -webkit-transform: translate(-50%, -100%) rotate(135deg);
  transform: translate(-50%, -100%) rotate(135deg);
}
main article nav #sticky-nav .odometer.turn-3:before {
  -webkit-transform: translate(-50%, -100%) rotate(275deg);
  transform: translate(-50%, -100%) rotate(275deg);
}
main article nav #sticky-nav .odometer:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6fe4c6;
}
main article nav #sticky-nav .odometer:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #000;
  -webkit-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
}
main article nav #sticky-nav .active-tab {
  display: none;
}
main article nav ul {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main article nav ul li {
  display: inline-block;
  padding: 0 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main article nav ul li.active a {
  border-bottom: 2px solid #6fe4c6;
  padding-bottom: 4px;
}
main article nav ul li a {
  font-family: Mulish, Helvetica, sans-serif;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
main article nav ul li a:hover {
  opacity: 0.5;
}
main article .hero {
  position: relative;
  min-height: 100vh;
  height: 100vw;
  max-height: 1440px;
  width: 100%;
  overflow: hidden;
}
main article .hero .container {
  position: relative;
}
main article .hero #hero-svg {
  padding: 80px 0;
}
main article .hero #hero-svg .svg-wrapper {
  padding-bottom: 70.2%;
  position: relative;
}
main article .hero #hero-svg .svg-wrapper svg {
  position: absolute;
}
main article .hero svg {
  width: 100%;
  height: auto;
}
main article .hero svg #city,
main article .hero svg #grass,
main article .hero svg #indicators,
main article .hero svg #ring {
  -webkit-animation: fadeIn 2s ease-out;
  animation: fadeIn 2s ease-out;
}
main article .hero svg #city,
main article .hero svg #grass {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
main article .hero svg #bikex2 {
  -webkit-animation: maskInBike 1s ease-out;
  animation: maskInBike 1s ease-out;
}
main article .hero svg #oval,
main article .hero svg #sky {
  transform-box: fill-box;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: scaleIn 0.5s ease-out;
  animation: scaleIn 0.5s ease-out;
}
main article .hero svg #indicators path {
  -webkit-animation: bobUpDown 6s;
  animation: bobUpDown 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
main article .hero svg #indicators path:first-child {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
main article .hero svg #indicators path:nth-child(2) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
main article .hero svg #indicators path:nth-child(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
main article .hero svg #indicators path:nth-child(4) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
main article .hero svg #indicators path:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
main article .hero svg #indicators path:nth-child(6) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
main article .hero svg #indicators path:nth-child(7) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}
main article .hero svg #indicators path:nth-child(8) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}
main article .hero .hero-svg {
  padding-top: 100px;
  padding-bottom: 50px;
}
main article .hero .hero-intro-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
}
main article .hero .hero-intro {
  padding-top: 30px;
}
main article .hero .hero-intro .logo-lockup {
  max-width: 377px;
  margin-bottom: 60px;
}
main article .hero .hero-intro h1 {
  font-size: 74px;
  line-height: 1em;
  font-weight: 200;
}
main article .hero .hero-intro h1 strong.title-gauge {
  font-weight: 700;
  position: relative;
}
main article .hero .hero-intro h1 strong.title-gauge span {
  display: inline-block;
  padding: 0 20px;
  visibility: hidden;
}
main article .hero .hero-intro h1 strong.title-gauge:before {
  content: "";
  width: 0.9em;
  padding-bottom: 0.9em;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-105%, 15%);
  transform: translate(-105%, 15%);
  display: block;
  background-image: url(https://dev-wbo-assets-s3.s3.amazonaws.com/s3/mspandorasbox/holcim/assets/images/gauge.svg);
}
main article .hero .hero-intro h1 strong.title-gauge:after {
  content: "";
  width: 3px;
  height: 25px;
  background-color: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-0.45em, 25px) translate(-0.06429em, -0.09em);
  transform: translate(-0.45em, 25px) translate(-0.06429em, -0.09em);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-animation: spin 6s;
  animation: spin 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
main article .hero .hero-cta {
  text-align: center;
  position: relative;
}
main article .hero .hero-cta:before {
  content: "Scroll";
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transform: translate(-47%);
  transform: translate(-47%);
  position: absolute;
  top: 0;
}
main article .hero .hero-cta:after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
  content: "\e906";
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 33px;
}
main article .hero .hero-cta p {
  padding-top: 60px;
  font-size: 36px;
  line-height: 1em;
}
main article .hero .hero-cta p strong {
  display: block;
  font-weight: 900;
}
main article .hero .bk-circle {
  z-index: 0;
  position: absolute;
  width: 125vw;
  max-width: 1800px;
  left: 50%;
  -webkit-transform: translate(-50%, -18%);
  transform: translate(-50%, -18%);
  background: linear-gradient(-19deg, #c5f7f0, #fffdeb 89%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
main article .hero .bk-circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
main article .mid-collage {
  position: relative;
  padding-top: 18%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
main article .mid-collage-grass {
  position: relative;
  z-index: 0;
}
main article .mid-collage-dog {
  position: absolute;
  left: 0;
  bottom: 17%;
  width: 12.8%;
  z-index: 0;
}
main article .mid-collage-building {
  position: absolute;
  width: 65.7%;
  bottom: 17%;
  right: 0;
  overflow: hidden;
}
main article .mid-collage-building img {
  position: relative;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}
main article .mid-collage-ring {
  position: absolute;
  width: 49.7%;
  top: 0;
  right: 0;
}
main article .mid-collage-sky {
  position: absolute;
  z-index: 0;
  width: 49.4%;
  top: 0;
  right: 0;
  -webkit-transform: translate(-50%, 33%);
  transform: translate(-50%, 33%);
  border-radius: 50%;
}
main article .anchor {
  padding-top: 60px;
  margin-top: -60px;
}
main article .overview {
  padding-top: 40px;
  margin-bottom: 50px;
}
main article .overview ol {
  margin-bottom: 40px;
}
main article .index-header {
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 22px 31px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article .index-header .index-header-rank {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
main article .index-header .index-header-city {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-left: 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
main article .index-header .index-header-score {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: center;
}
main article .index-header .index-header-breakdown {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  padding-left: 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
}
main article .index-header .index-header-breakdown.show {
  display: block;
}
main article .index-header .index-header-breakdown .info {
  border: 1px solid #000;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  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;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 500;
}
main article .index-header .index-header-breakdown .info:hover .tooltip {
  visibility: visible;
}
main article .index-header .index-header-breakdown .tooltip {
  position: absolute;
  visibility: hidden;
  width: 230px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  padding: 15px;
  top: 0;
  z-index: 1;
  text-transform: none;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
main article .index-header .index-header-breakdown .tooltip:before {
  content: "";
  width: 18px;
  height: 18px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translateY(-1px);
  transform: translate(-50%, -50%) rotate(45deg) translateY(-1px);
}
main article .my-shuffle-container {
  display: block;
}
main article .my-shuffle-container .ba-breakout {
  display: none;
}
main article .my-shuffle-container.overall .overall {
  display: block !important;
}
main article .my-shuffle-container.overall .ba-breakout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  padding-left: 20px;
}
main article .my-shuffle-container.overall .ba-breakout .ba-pie {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main article .my-shuffle-container.overall .ba-breakout .ba-pie img {
  width: auto;
  height: 45px;
}
main article .my-shuffle-container.overallscore .overallscore {
  display: block;
}
main article .my-shuffle-container.cb-certification .cb-certification,
main article .my-shuffle-container.cb-efficiency .cb-efficiency,
main article .my-shuffle-container.cb-temperature .cb-temperature,
main article .my-shuffle-container.circular-buildings .circular-buildings,
main article .my-shuffle-container.circular-leadership .circular-leadership,
main article .my-shuffle-container.circular-living .circular-living,
main article .my-shuffle-container.circular-systems .circular-systems,
main article .my-shuffle-container.cl-investment .cl-investment,
main article .my-shuffle-container.cl-paris .cl-paris,
main article .my-shuffle-container.cl-policies .cl-policies,
main article .my-shuffle-container.cs-renewable .cs-renewable,
main article .my-shuffle-container.cs-waste .cs-waste,
main article .my-shuffle-container.cs-water .cs-water,
main article .my-shuffle-container.cv-green .cv-green,
main article .my-shuffle-container.cv-sharing .cv-sharing,
main article .my-shuffle-container.cv-transport .cv-transport {
  display: block !important;
}
main article .my-shuffle-container .ba-ranks div,
main article .my-shuffle-container .ba-scores .ba-score-number div {
  display: none;
}
main article .metrics.invisible,
main article .metrics.visible {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
main article .metrics.visible {
  opacity: 1;
}
main article .hero-down-line {
  position: relative;
  width: 1px;
  height: 100%;
  background-color: #000;
  margin: 0 auto;
}
main article .hero-down-line:before {
  -webkit-transform: translate(-350%) rotate(-20deg);
  transform: translate(-350%) rotate(-20deg);
}
main article .hero-down-line:after,
main article .hero-down-line:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  bottom: 0;
  background-color: #000;
}
main article .hero-down-line:after {
  -webkit-transform: translate(350%) rotate(20deg);
  transform: translate(350%) rotate(20deg);
}
main article .hero-bottom-line {
  position: relative;
  width: 1px;
  height: 300px;
  background-color: #000;
  margin: 0 auto;
}
main article .content-area .hero-down-line {
  height: 100px;
}
main article #circular-cities {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  margin-top: -100px;
  padding-bottom: 100px;
}
main article .ba-filters {
  position: sticky;
  top: 100px;
}
main article .ba-filters h2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #979797;
  padding: 18px 0;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article .ba-filters h2 span {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
main article .ba-filters li.active > button {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
main article .ba-filters li.active ul {
  display: block !important;
}
main article .ba-filters .overall {
  margin-bottom: 35px;
}
main article .ba-filters button {
  font-family: Mulish, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1rem;
  font-weight: 700;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  border: 1px solid #acacac;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
main article .ba-filters .filter-menu span {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}
main article .ba-filters .filter-menu > li:nth-child(2) > button:before {
  background-color: #1d4370;
}
main article .ba-filters .filter-menu > li:nth-child(3) > button:before {
  background-color: #04bbf1;
}
main article .ba-filters .filter-menu > li:nth-child(4) > button:before {
  background-color: #6fe4c6;
}
main article .ba-filters .filter-menu > li:nth-child(5) > button:before {
  background-color: #94c12e;
}
main article .ba-filters .filter-menu > li > button {
  padding-left: 20px;
  margin-bottom: 15px;
}
main article .ba-filters .filter-menu > li > button:before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
main article .ba-filters .filter-menu > li ul {
  display: none;
  margin-left: 30px;
}
main article .ba-filters .filter-menu > li ul.active {
  display: block;
}
main article .ba-filters .filter-menu > li ul li {
  padding-bottom: 10px;
}
main article .ba-filters .filter-menu > li ul li button {
  padding-left: 20px;
}
main article .city {
  padding: 7px 15px;
}
main article .city-content {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #979797;
  border-radius: 30px;
  cursor: pointer;
}
main article .city-content:hover {
  background-color: #cdf5ed;
}
main article .city-content .ba-ranks {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  height: auto;
  width: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  color: #000;
  display: block;
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
}
main article .city-content .ba-city {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article .city-content .ba-city .ba-city-name {
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
}
main article .city-content .ba-scores {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  padding-left: 20px;
  font-weight: 700;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article .city-content .ba-scores .ba-score-number {
  font-size: 26px;
  line-height: 26px;
  font-weight: 200;
  text-align: center;
}
main article .index-dropdown {
  position: relative;
  padding: 20px 0;
  z-index: 1;
  color: #000;
  margin: 0;
  cursor: pointer;
}
main article .index-dropdown li {
  list-style: none;
}
main article .index-dropdown ul {
  padding: 0;
}
main article .index-dropdown .index-dropdown-title {
  color: #000;
  font-family: BWHaasGrotesk-75Bold-Web, Helvetica, sans-serif;
  position: relative;
}
main article .index-dropdown .index-dropdown-title:before {
  content: "\e900";
  font-size: 8px;
  font-family: icomoon !important;
  color: #fff;
  speak: never;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(175%, 75%);
  transform: translate(175%, 75%);
}
main article .index-dropdown.active .index-dropdown-menu {
  visibility: visible;
}
main article .index-dropdown .index-dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 50px;
  background-color: #2f2f3b;
  width: 100%;
  cursor: pointer;
}
main article .index-dropdown .index-dropdown-menu li {
  color: #fff;
  padding: 10px;
}
main article .index-dropdown .index-dropdown-menu li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
main article .index-dropdown .index-dropdown-menu li.hide {
  display: none;
}
main article .index-dropdown .index-dropdown-menu .highlight {
  font-family: BWHaasGrotesk-75Bold-Web, Helvetica, sans-serif;
  background-color: rgba(0, 0, 0, 0.75);
}
main article #methodology {
  position: relative;
  padding-bottom: 100vh;
  padding-top: 10vh;
  margin-top: 100px;
}
main article #methodology .methodology-sticky {
  position: sticky;
  top: 0;
}
main article #methodology .meth-trigger {
  height: 100vh;
  margin-bottom: 49vh;
}
main article #methodology .meth-trigger-bottom {
  height: 100vh;
}
main article #methodology .ring-container {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 110vh;
  -webkit-transform: translateY(-10vh);
  transform: translateY(-10vh);
  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;
}
main article #methodology .ring-container #methedology-lottie {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100px;
  min-height: 100px;
  height: 100vh;
  width: 100vh;
}
main article #methodology .ring-container .bk-ring {
  position: absolute;
  top: 0;
  min-width: 100px;
  min-height: 100px;
  height: 110vh;
  width: 110vh;
  border-radius: 50%;
  background-image: linear-gradient(-19deg, #c5f7f0, #fffdeb 89%);
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}
main article #methodology .ring-container .bk-ring.grow {
  -webkit-transform: translateZ(0) scale(2);
  transform: translateZ(0) scale(2);
}
main article #methodology .methodology-content .methodology-intro {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateY(-5vh);
  transform: translateY(-50%) translateY(-5vh);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
main
  article
  #methodology
  .methodology-content
  .methodology-intro
  .methodology-intro-content {
  width: 50vh;
  margin: 0 auto;
}
main
  article
  #methodology
  .methodology-content
  .methodology-intro
  .methodology-intro-content
  h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
}
main
  article
  #methodology
  .methodology-content
  .methodology-intro
  .methodology-intro-content
  p {
  font-size: 16px;
}
main article #methodology .methodology-content .meth-category-section {
  position: absolute;
  top: 0;
}
main article #methodology .meth-category-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
main article #methodology .meth-category-section.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
main article #methodology .meth-category-section .meth-title {
  text-align: center;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  -webkit-transform: translateY(-5vh);
  transform: translateY(-5vh);
}
main article #methodology .meth-category-section .meth-title-ring {
  position: relative;
  background-image: linear-gradient(-19deg, #c5f7f0, #fffdeb 89%);
  border-radius: 50%;
}
main article #methodology .meth-category-section .meth-title-ring h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main article #methodology .meth-category-section .meth-title h3 {
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 30px;
}
main article #methodology .meth-category-section .meth-title h3 strong {
  display: block;
  font-weight: 900;
}
main article #methodology .meth-category-section .meth-title p {
  font-size: 16px;
  line-height: 1.4em;
}
main article #methodology .meth-category-section .meth-indicators {
  position: absolute;
  bottom: 0;
  padding: 80px 0 0;
  width: 100%;
}
main article #methodology .meth-category-section .meth-indicators .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
main article #methodology .meth-category-section .meth-indicators .meth-indi {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0 20px;
}
main
  article
  #methodology
  .meth-category-section
  .meth-indicators
  .meth-indi
  h4 {
  font-size: 18px;
  font-weight: 900;
}
main article #methodology .meth-category-section .meth-indicators .meth-indi p {
  font-size: 16px;
  line-height: 1.4em;
}
main article .indepth-method-container a {
  color: #04bbf1;
}
main article .indepth-method-container.show .indepth-method-container-hide {
  height: 100%;
}
main article .indepth-method {
  padding-top: 20px;
  padding-bottom: 80px;
}
main article .indepth-method .methodology-arrow {
  position: relative;
  width: 1px;
  height: 180px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, #000)
  );
  background: linear-gradient(180deg, transparent 50%, #000 0);
  background-size: 100% 10px;
  margin: 0 auto 20px;
}
main article .indepth-method .methodology-arrow:before {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  bottom: 0;
  background-color: #000;
  -webkit-transform: translate(-3px) rotate(-30deg);
  transform: translate(-3px) rotate(-30deg);
}
main article .indepth-method .methodology-arrow:after {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  bottom: 0;
  background-color: #000;
  -webkit-transform: translate(3px) rotate(30deg);
  transform: translate(3px) rotate(30deg);
}
main article .indepth-method-container {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 50px 50px;
}
main article .indepth-method-container h2 {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 90px;
  line-height: 1em;
}
main article .indepth-method-container h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1em;
}
main article .indepth-method-container h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
main article .indepth-method-container ul {
  font-size: 18px;
  line-height: 1.4em;
  padding-left: 1em;
  margin-bottom: 1em;
}
main article .indepth-method-container ul li {
  list-style-type: disc;
}
main article .indepth-method-container-section {
  margin-bottom: 55px;
  position: relative;
}
main article .indepth-method-container-hide {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
main article .indepth-method-reveal {
  font-family: Mulish, Helvetica, sans-serif;
  display: block;
  margin: 0 auto;
  background-color: #000;
  border: none;
  color: #fff;
  height: 40px;
  border-radius: 20px;
  padding: 0 35px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (hover: hover) and (pointer: fine) {
  main article .indepth-method-reveal:hover {
    background-color: #2f2f3b;
  }
}
main article .circular-cities-intro h2 {
  font-size: 44px;
  line-height: 44px;
}
main article .circular-cities-intro h2 strong {
  font-weight: 900;
  display: block;
}
main article .circular-cities-intro .col-lg-9 {
  padding-left: 30px;
}
main article .circular-cities-intro img {
  width: auto;
  margin-bottom: 15px;
}
main article .gradient-section {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(20%, #d5fff7),
    color-stop(80%, #d5fff7),
    to(#fff)
  );
  background: linear-gradient(180deg, #fff, #d5fff7 20%, #d5fff7 80%, #fff);
}
main article .behind-the-numbers {
  padding-top: 100px;
}
@media (max-width: 760px) {
  main article .behind-the-numbers .container {
    padding: 0 30px;
  }
}
@media (max-width: 760px) {
  main article .behind-the-numbers h2 {
    font-size: 40px;
  }
}
main article .behind-the-numbers h2 strong {
  display: block;
  font-weight: 900;
}
main article .behind-the-numbers .behind-video-container {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 120px;
}
@media (max-width: 760px) {
  main article .behind-the-numbers .behind-video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
  }
  main
    article
    .behind-the-numbers
    .behind-video-container
    .behind-video-info-tag {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
  }
  main
    article
    .behind-the-numbers
    .behind-video-container
    .behind-video-container-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  main article .behind-the-numbers .behind-video-container .behind-video-info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
  }
}
main article .behind-the-numbers .behind-video-container span {
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}
main article .behind-the-numbers .behind-video-container-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
main article .behind-the-numbers .behind-video-container-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
main article .behind-the-numbers .behind-video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 40px;
  min-height: 160px;
}
main article .behind-the-numbers .behind-video-info-time {
  font-weight: 900;
}
main article .behind-the-numbers .behind-video-info-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  main article .behind-the-numbers .behind-video-info-title {
    padding: 0;
  }
}
main article .behind-the-numbers .behind-video-info-title h3 {
  font-weight: 900;
}
main article .behind-the-numbers .behind-video-info-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 760px) {
  main article .behind-the-numbers .behind-video-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: none;
  }
  main article .behind-the-numbers .behind-video-info h3 {
    font-size: 24px;
    margin-bottom: 0.5em;
  }
  main article .behind-the-numbers .behind-video-info p {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
}
main article .behind-the-numbers .behind-video-gallery {
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 760px) {
  main article .behind-the-numbers .behind-video-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main article .behind-the-numbers .behind-video-gallery-row {
  background-color: #fff;
  padding: 30px 0;
}
@media (max-width: 760px) {
  main article .behind-the-numbers .behind-video-gallery-row {
    background-color: transparent;
    background-color: initial;
  }
}
main article .behind-the-numbers .behind-video-thumbnail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
  display: block;
}
main article .behind-the-numbers .behind-video-thumbnail-clickable {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
main
  article
  .behind-the-numbers
  .behind-video-thumbnail-clickable:hover
  .thumb-wrap {
  border-color: #ddd;
}
main article .behind-the-numbers .behind-video-thumbnail-clickable .thumb-wrap {
  position: relative;
}
main
  article
  .behind-the-numbers
  .behind-video-thumbnail-clickable
  .thumb-wrap:before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #6fe4c6;
}
main
  article
  .behind-the-numbers
  .behind-video-thumbnail-clickable
  .thumb-wrap:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-42%, -50%);
  transform: translate(-42%, -50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #000;
}
@media (max-width: 760px) {
  main
    article
    .behind-the-numbers
    .behind-video-thumbnail-clickable
    .thumb-wrap:before {
    width: 50px;
    height: 50px;
  }
  main
    article
    .behind-the-numbers
    .behind-video-thumbnail-clickable
    .thumb-wrap:after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 20px;
  }
}
@media (max-width: 576px) {
  main
    article
    .behind-the-numbers
    .behind-video-thumbnail-clickable
    .thumb-wrap:before {
    width: 30px;
    height: 30px;
  }
  main
    article
    .behind-the-numbers
    .behind-video-thumbnail-clickable
    .thumb-wrap:after {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 10px;
  }
}
main article .behind-the-numbers .behind-video-thumbnail.active .thumb-wrap {
  border-color: #6fe4c6;
}
main
  article
  .behind-the-numbers
  .behind-video-thumbnail.active
  .thumb-wrap:after,
main
  article
  .behind-the-numbers
  .behind-video-thumbnail.active
  .thumb-wrap:before {
  display: none;
}
main article .behind-the-numbers .behind-video-thumbnail .thumb-wrap {
  margin-bottom: 10px;
  border: 6px solid #fff;
}
main article .behind-the-numbers .behind-video-thumbnail .thumb-wrap img {
  display: block;
}
@media (max-width: 760px) {
  main article .behind-the-numbers .behind-video-thumbnail .thumb-wrap {
    border-color: #d5fff7;
  }
}
main article .behind-the-numbers .behind-video-thumbnail span {
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 1em;
}
main article .behind-the-numbers .behind-video-thumbnail h3 {
  font-size: 18px;
}
main article .behind-the-numbers .behind-video-thumbnail p {
  display: none;
}
@media (max-width: 760px) {
  main article .behind-the-numbers .behind-video-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  main article .behind-the-numbers .behind-video-thumbnail div,
  main article .behind-the-numbers .behind-video-thumbnail img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  main article .behind-the-numbers .behind-video-thumbnail .thumb-info {
    padding-left: 15px;
    padding-top: 5px;
  }
}
@media (max-width: 576px) {
  main article .behind-the-numbers .behind-video-thumbnail span {
    font-size: 12px;
  }
  main article .behind-the-numbers .behind-video-thumbnail h3 {
    font-size: 16px;
  }
}
main article .learn-more {
  position: relative;
  text-align: center;
  padding: 150px 0 200px;
}
@media (max-width: 760px) {
  main article .learn-more {
    padding-top: 40px;
  }
}
main article .learn-more p {
  font-size: 28px;
}
main article .learn-more .learn-more-select {
  position: absolute;
  min-width: 200px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
main article .learn-more .learn-more-select .eye {
  width: auto;
  display: block;
  margin: 0 auto 15px;
}
main article .learn-more .learn-more-select span {
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  display: inline-block;
  margin-bottom: 25px;
}
main article .learn-more .learn-more-select .learn-more-select-dropdown {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  border-radius: 25px;
  border: 1px solid #000;
  background-color: #fff;
  cursor: pointer;
}
main article .learn-more .learn-more-select .learn-more-select-dropdown:before {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translate(-20px, 15px) rotate(45deg);
  transform: translate(-20px, 15px) rotate(45deg);
  pointer-events: none;
}
main
  article
  .learn-more
  .learn-more-select
  .learn-more-select-dropdown.open:after,
main
  article
  .learn-more
  .learn-more-select
  .learn-more-select-dropdown.open:before {
  display: none;
}
main
  article
  .learn-more
  .learn-more-select
  .learn-more-select-dropdown.open
  ul {
  display: block;
  height: 240px;
  padding-left: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
}
main
  article
  .learn-more
  .learn-more-select
  .learn-more-select-dropdown.open
  ul::-webkit-scrollbar {
  width: 10px;
}
main
  article
  .learn-more
  .learn-more-select
  .learn-more-select-dropdown.open
  ul::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-box-shadow: none;
}
main
  article
  .learn-more
  .learn-more-select
  .learn-more-select-dropdown.open
  ul::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}
main article .learn-more .learn-more-select .learn-more-select-dropdown span {
  font-weight: 900;
  font-size: 16px;
  text-transform: none;
  margin: 0;
  padding: 15px 50px;
  border: none;
}
main article .learn-more .learn-more-select .learn-more-select-dropdown ul {
  display: none;
}
main article .learn-more .learn-more-select .learn-more-select-dropdown ul li {
  font-weight: 900;
  padding: 15px;
}
main article footer .comingsoon-container {
  text-align: center;
  position: relative;
}
main article footer .comingsoon-text {
  position: absolute;
  top: 16%;
  width: 100%;
}
main article footer .comingsoon-text h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 0.5em;
}
main article footer .cta {
  background-color: #09192b;
}
main article footer .cta-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 80px 0;
  max-width: 570px;
  margin: 0 auto;
}
main article footer .cta-grp-lft {
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
}
main article footer .cta-grp-lft img {
  border-radius: 8px;
  display: block;
}
main article footer .cta-grp-rht {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 18px;
  padding-left: 35px;
}
main article footer .cta-grp-rht h2 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0.5em;
}
main article footer .cta-grp-rht a {
  color: #04bbf1;
  text-decoration: none;
}
main article footer .cta-grp-rht a:hover {
  color: #6fe4c6;
}
main article footer .lockup-divider {
  border-top: 1px solid #04bbf1;
  padding: 80px 0;
}
main article footer .bottom-lockup {
  max-width: 465px;
  margin: 0 auto;
  display: block;
}
body.mobile .ba-filters {
  display: none;
}
body.mobile .mobile-filters.show-indicators .mobile-filters-indicators-wrapper {
  display: block;
}
body.mobile .mobile-filters .mobile-filters-indicators-wrapper {
  display: none;
}
body.mobile .mobile-filters h3 {
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
body.mobile .mobile-filters .mobile-filters-categories {
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 24px;
  padding: 6px 20px;
  margin-bottom: 15px;
}
body.mobile .mobile-filters .mobile-filters-categories:before {
  content: "";
  position: absolute;
  right: 40px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translate(0) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
body.mobile .mobile-filters .mobile-filters-categories.open li {
  display: block;
}
body.mobile .mobile-filters .mobile-filters-categories.open:before,
body.mobile .mobile-filters .mobile-filters-categories li {
  display: none;
}
body.mobile .mobile-filters .mobile-filters-categories li.selected {
  display: block;
}
body.mobile .mobile-filters .mobile-filters-categories li button:before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
body.mobile
  .mobile-filters
  .mobile-filters-categories
  li:first-child
  > button:before {
  display: none;
}
body.mobile
  .mobile-filters
  .mobile-filters-categories
  li:nth-child(2)
  > button:before {
  background-color: #1d4370;
}
body.mobile
  .mobile-filters
  .mobile-filters-categories
  li:nth-child(3)
  > button:before {
  background-color: #04bbf1;
}
body.mobile
  .mobile-filters
  .mobile-filters-categories
  li:nth-child(4)
  > button:before {
  background-color: #6fe4c6;
}
body.mobile
  .mobile-filters
  .mobile-filters-categories
  li:nth-child(5)
  > button:before {
  background-color: #94c12e;
}
body.mobile .mobile-filters .mobile-filters-indicators {
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 24px;
  padding: 6px 20px;
  margin-bottom: 15px;
}
body.mobile .mobile-filters .mobile-filters-indicators:before {
  content: "";
  position: absolute;
  right: 40px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translate(0) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
body.mobile .mobile-filters .mobile-filters-indicators.open:before {
  display: none;
}
body.mobile .mobile-filters .mobile-filters-indicators.open .selected {
  display: block;
  background-color: green;
}
body.mobile .mobile-filters .mobile-filters-indicators.open .selected li {
  display: block;
}
body.mobile .mobile-filters .mobile-filters-indicators li {
  display: none;
}
body.mobile .mobile-filters .mobile-filters-indicators li.selected {
  display: block;
}
body.mobile .mobile-filters button {
  background-color: #fff;
  border: none;
  font-family: Mulish, Helvetica, sans-serif;
  font-weight: 600;
  padding: 8px;
  width: 100%;
  text-align: left;
}
body.desktop .mobile-filters {
  display: none;
}
#popup-totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  border-radius: 40px;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#popup-totop.vis {
  visibility: visible;
  opacity: 1;
}
#popup-totop:before {
  content: "";
  display: block;
  width: 17px;
  height: 28px;
  background-image: url(https://images.contentstack.io/v3/assets/blt57caa63e0368f6e8/blt07dc52fec85db28b/634d9c21b3f39b38fccfd0aa/popup-up-arrow.svg);
  background-repeat: no-repeat;
  padding-right: 25px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (hover: hover) {
  #popup-totop:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 760px) {
  #popup-totop {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    padding: 10px;
  }
  #popup-totop:before {
    height: 20px;
    background-size: 12px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-0.45em, 25px) translate(-0.06429em, -0.09em)
      rotate(0deg);
    transform: translate(-0.45em, 25px) translate(-0.06429em, -0.09em)
      rotate(0deg);
  }
  to {
    -webkit-transform: translate(-0.45em, 25px) translate(-0.06429em, -0.09em)
      rotate(364deg);
    transform: translate(-0.45em, 25px) translate(-0.06429em, -0.09em)
      rotate(364deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translate(-0.45em, 25px) translate(-0.06429em, -0.09em)
      rotate(0deg);
    transform: translate(-0.45em, 25px) translate(-0.06429em, -0.09em)
      rotate(0deg);
  }
  to {
    -webkit-transform: translate(-0.45em, 25px) translate(-0.06429em, -0.09em)
      rotate(364deg);
    transform: translate(-0.45em, 25px) translate(-0.06429em, -0.09em)
      rotate(364deg);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes bobUpDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bobUpDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes maskInBike {
  0% {
    -webkit-transform: translate(-10%);
    transform: translate(-10%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes maskInBike {
  0% {
    -webkit-transform: translate(-10%);
    transform: translate(-10%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.my-shuffle-container {
  position: relative;
  overflow: hidden;
}
.my-sizer-element {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 576px) {
  main article #methodology .meth-category-section .meth-title-ring {
    border-radius: none;
    background: none;
  }
  main article #methodology .meth-category-section .meth-title-ring h3 {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  main
    article
    #methodology
    .meth-category-section
    .meth-title-ring
    .meth-title-lottie {
    display: none;
  }
}
@media screen and (max-width: 1330px) {
  main article .index-header .index-header-breakdown .tooltip {
    -webkit-transform: translate(-96px, 60px);
    transform: translate(-96px, 60px);
  }
  main article .index-header .index-header-breakdown .tooltip:before {
    left: 100%;
    -webkit-transform: translate(-100%, -50%) translate(-26px) rotate(45deg)
      translateY(-1px);
    transform: translate(-100%, -50%) translate(-26px) rotate(45deg)
      translateY(-1px);
  }
}
@media screen and (max-width: 1020px) {
  main article .hero #hero-svg {
    padding: 80px 0 5px;
  }
}
@media screen and (max-width: 992px) {
  main article .hero .hero-cta p {
    font-size: 28px;
  }
  main article .index-header .index-header-score {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
  main article .index-header .index-header-breakdown {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }
  main article .index-header .index-header-breakdown span {
    display: none !important;
  }
  main article .city-content .ba-city .ba-city-name {
    font-size: 22px;
  }
  main article .city-content .ba-scores {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    padding-right: 20px;
  }
  main article .city-content .ba-scores .ba-score-number {
    font-size: 22px;
  }
  main article .my-shuffle-container.overall .ba-breakout {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 890px) {
  main article nav ul li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 760px) {
  main article nav {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main article nav #sticky-nav {
    display: block;
  }
  main article nav #sticky-nav.open .active-tab {
    border-bottom: 1px solid #979797;
  }
  main article nav #sticky-nav.open ul {
    display: block;
    padding: 20px 0;
  }
  main article nav #sticky-nav .odometer {
    display: none;
  }
  main article nav #sticky-nav .active-tab {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Mulish, Helvetica, sans-serif;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    height: 70px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main article nav #sticky-nav .active-tab:before {
    content: "";
    position: absolute;
    right: 40px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: translate(0) rotate(45deg);
    transform: translate(0) rotate(45deg);
  }
  main article nav #sticky-nav ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  main article nav #sticky-nav ul li {
    display: block;
    padding: 20px;
  }
  main article .ba-filters .overall,
  main article .ba-filters ul.filter-menu li > button {
    width: 100%;
  }
  main article .shuffle-item {
    padding: 0 0 15px;
  }
  main article .circular-cities-intro .col-lg-9 {
    padding: 40px 15px 0;
  }
  main article .city-content {
    padding: 0;
  }
  main article .index-header {
    padding: 22px 0 16px;
  }
  main article .learn-more-select {
    width: 100%;
  }
  main article .learn-more-select p {
    font-size: 28px;
  }
  main article .learn-more-bk {
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  main article #hero-svg .svg-wrapper {
    height: 350px;
    left: 0;
    padding: 0;
  }
  main article #hero-svg .svg-wrapper svg {
    height: 350px;
    width: auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
  }
  main article #hero-svg .svg-wrapper svg #indicators path:first-child {
    display: none;
  }
  main article .hero {
    height: auto;
    min-height: auto;
  }
  main article .hero .hero-cta:after,
  main article .hero .hero-cta:before {
    display: none;
  }
  main article .hero .hero-intro-wrapper {
    position: static;
  }
  main article .hero #hero-svg {
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    padding: 150px 0 0;
  }
  main article .hero .bk-circle {
    border-radius: 0 0 50% 50%;
    height: 100%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 200%;
  }
  main article .hero-bottom-line {
    height: 165px;
  }
  main article #circular-cities {
    padding-bottom: 50px;
  }
  main article .hero .hero-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  main article .hero .hero-intro .logo-lockup {
    margin: 0;
  }
  main article .hero .hero-intro h1 {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 320px;
  }
  main article .hero .hero-intro h1 strong.title-gauge span {
    padding: 0 14px;
  }
  main article .hero .hero-intro h1 strong.title-gauge:before {
    width: 0.9em;
    padding-bottom: 0.9em;
  }
  main article .hero .hero-intro h1 strong.title-gauge:after {
    width: 2px;
    height: 12px;
    -webkit-transform: translate(-0.45em, 12px) translate(-0.075em);
    transform: translate(-0.45em, 12px) translate(-0.075em);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation: mobileSpin 6s;
    animation: mobileSpin 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  main article .index-header {
    padding: 22px 0 16px;
  }
  main article .index-header .index-header-breakdown,
  main article .index-header .index-header-rank {
    display: none !important;
  }
  main article .index-header .index-header-city {
    padding-left: 20px;
  }
  main article .index-header .index-header-score {
    padding-right: 15px;
    text-align: right;
  }
  main article .shuffle-item {
    padding: 0 0 10px;
  }
  main article .my-shuffle-container .ba-breakout {
    display: none !important;
  }
  main article .city-content {
    padding: 0;
    min-height: 50px;
  }
  main article .city-content .ba-ranks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
  main article .city-content .ba-city {
    padding-left: 0;
  }
  main article .city-content .ba-city .ba-city-name {
    font-size: 22px;
  }
  main article .city-content .ba-scores {
    padding-left: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    padding-right: 10px;
  }
  main article .city-content .ba-scores .ba-score-number {
    font-size: 22px;
  }
  main article #methodology {
    padding: 0;
  }
  main article #methodology .methodology-sticky {
    position: static;
  }
  main article #methodology .ring-container {
    display: none;
  }
  main article #methodology .methodology-content .methodology-intro {
    -webkit-transform: none;
    transform: none;
  }
  main
    article
    #methodology
    .methodology-content
    .methodology-intro
    .methodology-intro-content {
    width: 100%;
    text-align: left;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main article #methodology .methodology-content .meth-category-section {
    margin-bottom: 30px;
  }
  main article #methodology .methodology-content .meth-category-section,
  main article #methodology .methodology-content .methodology-intro {
    position: static;
    height: auto;
    min-height: auto;
    display: block;
  }
  main
    article
    #methodology
    .methodology-content
    .meth-category-section
    .meth-title,
  main
    article
    #methodology
    .methodology-content
    .methodology-intro
    .meth-title {
    -webkit-transform: none;
    transform: none;
    width: 100%;
    max-width: none;
  }
  main
    article
    #methodology
    .methodology-content
    .meth-category-section
    .meth-title
    h3,
  main
    article
    #methodology
    .methodology-content
    .methodology-intro
    .meth-title
    h3 {
    font-size: 30px;
  }
  main
    article
    #methodology
    .methodology-content
    .meth-category-section
    .meth-title
    p,
  main
    article
    #methodology
    .methodology-content
    .methodology-intro
    .meth-title
    p {
    padding: 0 35px;
    text-align: left;
    font-size: 18px;
  }
  main
    article
    #methodology
    .methodology-content
    .meth-category-section
    .meth-title-ring,
  main
    article
    #methodology
    .methodology-content
    .methodology-intro
    .meth-title-ring {
    margin-bottom: 30px;
  }
  main
    article
    #methodology
    .methodology-content
    .meth-category-section
    .meth-indicators,
  main
    article
    #methodology
    .methodology-content
    .methodology-intro
    .meth-indicators {
    position: static;
    padding: 0;
  }
  main
    article
    #methodology
    .methodology-content
    .meth-category-section
    .meth-indicators
    .meth-indi,
  main
    article
    #methodology
    .methodology-content
    .methodology-intro
    .meth-indicators
    .meth-indi {
    text-align: left;
  }
  main
    article
    #methodology
    .methodology-content
    .meth-category-section
    .meth-indicators
    .meth-indi
    p,
  main
    article
    #methodology
    .methodology-content
    .methodology-intro
    .meth-indicators
    .meth-indi
    p {
    font-size: 18px;
  }
  main
    article
    #methodology
    .methodology-content
    .meth-category-section
    .meth-indicators
    .container,
  main
    article
    #methodology
    .methodology-content
    .methodology-intro
    .meth-indicators
    .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main article #methodology .meth-trigger {
    display: none;
  }
  main article .indepth-method-container {
    border: none;
    padding: 0 0 50px;
  }
  main
    article
    .indepth-method-container.show
    .indepth-method-container-visable {
    height: 100%;
  }
  main article .indepth-method-container .indepth-method-container-visable {
    height: 0;
    overflow: hidden;
  }
  main article .learn-more-bk {
    padding-top: 120px;
  }
  main article .indepth-method {
    padding-top: 0;
  }
  main article footer .comingsoon-text {
    top: 22%;
  }
  main article footer .cta-grp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 50px 0;
  }
  main article footer .cta-grp .cta-grp-lft {
    padding: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  main article footer .cta-grp .cta-grp-lft .bottom-image {
    width: 120px;
    margin: 0 auto;
  }
  main article footer .cta-grp .cta-grp-rht {
    padding: 20px;
  }
  main article footer .cta-grp .cta-grp-rht h2 {
    margin-bottom: 1em;
  }
  main article footer .lockup-divider {
    padding: 20px 0;
  }
}
@-webkit-keyframes mobileSpin {
  0% {
    -webkit-transform: translate(-0.45em, 12px) translate(-0.075em) rotate(0deg);
    transform: translate(-0.45em, 12px) translate(-0.075em) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-0.45em, 12px) translate(-0.075em)
      rotate(364deg);
    transform: translate(-0.45em, 12px) translate(-0.075em) rotate(364deg);
  }
}
@keyframes mobileSpin {
  0% {
    -webkit-transform: translate(-0.45em, 12px) translate(-0.075em) rotate(0deg);
    transform: translate(-0.45em, 12px) translate(-0.075em) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-0.45em, 12px) translate(-0.075em)
      rotate(364deg);
    transform: translate(-0.45em, 12px) translate(-0.075em) rotate(364deg);
  }
}
