@charset "UTF-8";
@font-face {
  font-family: 'ECSquareSansPro-Regular';
  src: url("../fonts/ECSquareSansPro-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'ECSquareSansPro-LightItalic';
  src: url("../fonts/ECSquareSansPro-LightItalic.otf") format("opentype");
}

@font-face {
  font-family: 'ECSquareSansPro-Medium';
  src: url("../fonts/ECSquareSansPro-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'ECSquareSansPro-Bold';
  src: url("../fonts/ECSquareSansPro-Bold.otf") format("opentype");
}

.header ul.primary-menu, .header ul.primary-menu .secondary-menu, div.questions ul, div.results ol, .box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header ul.primary-menu {
  display: flex;
}

button,
.button {
  font-family: "ECSquareSansPro-Medium", sans-serif;
  font-size: calc(18px);
  border-radius: 0.5rem;
  border: 1px solid #CFCFCF;
  background: #FFFFFF;
  color: #0163C3;
  padding: 1rem;
  cursor: pointer;
  margin: 0.5rem 0;
  transition: 0.5s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

button:hover,
.button:hover, button:focus,
.button:focus {
  background: #0163C3;
  color: #FFFFFF;
}

.sidebar .buttons a.button, .index .wrapper .main .buttons a.button {
  border-radius: 0.5rem;
  border: 1px solid #004C96;
  background: #002A54;
  color: #FFFFFF;
  padding: 1rem;
  cursor: pointer;
  margin: 0.5rem 0;
  transition: 0.5s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.sidebar .buttons a.button:hover, .index .wrapper .main .buttons a.button:hover, .sidebar .buttons a.button:focus, .index .wrapper .main .buttons a.button:focus {
  background: #0163C3;
  color: #FFFFFF;
}

@font-face {
  font-family: 'copp-icons';
  src: url("../fonts/icons/copp-icons.svg") format("svg");
  src: url("../fonts/icons/copp-icons.eot");
  src: url("../fonts/icons/copp-icons.eot") format("embedded-opentype"), url("../fonts/icons/copp-icons.woff2") format("woff2"), url("../fonts/icons/copp-icons.ttf") format("truetype"), url("../fonts/icons/copp-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
}

.wrapper {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: #FFFFFF;
}

.wrapper .joint {
  font-size: 0;
  line-height: 0;
  position: fixed;
  bottom: 0;
  left: 3.5rem;
  z-index: +1;
}

.wrapper .joint:before {
  display: inline-block;
  content: ' ';
  background-image: url("../img/joint-research-centre.svg");
  background-size: 101px 75px;
  height: 75px;
  width: 101px;
}

.wrapper .curves {
  flex-basis: 30%;
}

@media screen and (min-width: 1365px) {
  .wrapper .curves {
    flex-basis: 27%;
  }
}

.wrapper .curves img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  height: 100%;
}

.wrapper .curves img .orange {
  z-index: +100;
}

.wrapper .curves img .red {
  z-index: +75;
}

.wrapper .curves img .blue {
  z-index: +50;
}

.wrapper .curves img .teal {
  z-index: +25;
}

.wrapper .curves img .yellow {
  z-index: 0;
}

.wrapper .page {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  flex-basis: 50%;
}

.wrapper .main {
  background: #FFFFFF;
  height: calc(100% - 7rem);
  overflow-y: auto;
  position: relative;
  flex-basis: 45%;
}

.wrapper .main img {
  width: 100%;
}

.cookies-banner-exists .wrapper .main {
  height: calc(100vh - 260px);
}

.header ul.primary-menu, .header ul.primary-menu .secondary-menu, div.questions ul, div.results ol, .box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header ul.primary-menu {
  display: flex;
}

button,
.button {
  font-family: "ECSquareSansPro-Medium", sans-serif;
  font-size: calc(18px);
  border-radius: 0.5rem;
  border: 1px solid #CFCFCF;
  background: #FFFFFF;
  color: #0163C3;
  padding: 1rem;
  cursor: pointer;
  margin: 0.5rem 0;
  transition: 0.5s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

button:hover,
.button:hover, button:focus,
.button:focus {
  background: #0163C3;
  color: #FFFFFF;
}

.sidebar .buttons a.button, .index .wrapper .main .buttons a.button {
  border-radius: 0.5rem;
  border: 1px solid #004C96;
  background: #002A54;
  color: #FFFFFF;
  padding: 1rem;
  cursor: pointer;
  margin: 0.5rem 0;
  transition: 0.5s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.sidebar .buttons a.button:hover, .index .wrapper .main .buttons a.button:hover, .sidebar .buttons a.button:focus, .index .wrapper .main .buttons a.button:focus {
  background: #0163C3;
  color: #FFFFFF;
}

.header {
  background: #38ADDE;
  height: 5rem;
  padding: 2rem 3.5rem 0 3.5rem;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0rem 4rem #000000;
  z-index: +2;
  position: relative;
}

.header h1 {
  margin: 0;
  z-index: +1;
  font-size: calc(27px);
  color: #FFFFFF;
  display: flex;
}

.header h1:before {
  display: inline-block;
  content: ' ';
  margin-right: 4rem;
  background-image: url("../img/logo.svg");
  background-size: 185px 127px;
  height: 127px;
  width: 185px;
}

.header ul.primary-menu {
  align-items: center;
}

.header ul.primary-menu li {
  padding: 1rem;
  position: relative;
  font-family: "ECSquareSansPro-Bold", sans-serif;
}

.header ul.primary-menu li a {
  color: #002A54;
  transition: 0.5s ease-out;
}

.header ul.primary-menu li.previous a:before {
  content: "";
  color: #002A54;
  font-size: 1rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.header ul.primary-menu li.previous a:before {
  margin-right: 0.5rem;
}

.header ul.primary-menu li.next a:after {
  content: "";
  color: #002A54;
  font-size: 1rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.header ul.primary-menu li.next a:after {
  margin-left: 0.5rem;
}

.header ul.primary-menu li.home a:before {
  content: "";
  color: #002A54;
  font-size: 0.8rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.header ul.primary-menu li.toc > a:before {
  content: "";
  color: #002A54;
  font-size: 0.8rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.header ul.primary-menu li.home, .header ul.primary-menu li.toc {
  font-family: "ECSquareSansPro-Medium", sans-serif;
  font-size: calc(14px);
}

.header ul.primary-menu li.home > a, .header ul.primary-menu li.toc > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.header ul.primary-menu li.toc {
  text-transform: uppercase;
}

.header ul.primary-menu li.has-child:hover {
  background: #002A54;
}

.header ul.primary-menu li.has-child:hover a {
  color: #FFFFFF;
}

.header ul.primary-menu li.has-child:hover a:before {
  color: #FFFFFF;
}

.header ul.primary-menu li.has-child:hover .secondary-menu {
  display: block;
  width: 12rem;
  position: absolute;
  top: 55px;
  right: 0;
  bottom: auto;
  left: auto;
  margin: auto;
  background: #002A54;
  padding: 0.5rem;
}

.header ul.primary-menu li.has-child:hover .secondary-menu li {
  padding: 0;
}

.header ul.primary-menu li.has-child:hover .secondary-menu li a {
  color: #FFFFFF;
  font-family: "ECSquareSansPro-Medium", sans-serif;
  font-size: calc(14px);
  text-transform: none;
  display: flex;
  align-items: center;
}

.header ul.primary-menu li.has-child:hover .secondary-menu li a:before {
  margin-right: 0.5rem;
}

.header ul.primary-menu li.has-child:hover .secondary-menu li.vision a:before {
  content: "";
  color: #329AFF;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.header ul.primary-menu li.has-child:hover .secondary-menu li.governance a:before {
  content: "";
  color: #329AFF;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.header ul.primary-menu li.has-child:hover .secondary-menu li.leadership a:before {
  content: "";
  color: #329AFF;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.header ul.primary-menu li.has-child:hover .secondary-menu li.convening a:before {
  content: "";
  color: #329AFF;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.header ul.primary-menu li.has-child:hover .secondary-menu li.collaboration-cooperation a:before {
  content: "";
  color: #329AFF;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.header ul.primary-menu li.has-child:hover .secondary-menu li.community-management a:before {
  content: "";
  color: #329AFF;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.header ul.primary-menu li.has-child:hover .secondary-menu li.user-experience a:before {
  content: "";
  color: #329AFF;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.header ul.primary-menu li.has-child:hover .secondary-menu li.measurement a:before {
  content: "";
  color: #329AFF;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.header ul.primary-menu .secondary-menu {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
  margin: auto;
  z-index: 99;
  display: none;
}

.sidebar {
  position: relative;
  overflow: hidden;
  background: #002F5D;
  flex-basis: 33%;
}

.sidebar .sidebar-content {
  display: flex;
  height: calc(100% - 7rem);
  background-image: url("../img/white-curve.svg");
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}

.sidebar .buttons {
  flex-grow: 1;
  padding-top: 3rem;
  margin-left: 4rem;
}

.sidebar .buttons a.button {
  font-size: calc(18px);
  font-family: "ECSquareSansPro-Regular", sans-serif;
  width: 10rem;
}

@media screen and (max-width: 1280px) {
  .sidebar .buttons {
    flex-direction: column;
  }
}

.svg-text {
  position: absolute;
  top: auto;
  right: 36%;
  bottom: 37%;
  left: auto;
  margin: auto;
  width: 7rem;
  height: 7rem;
  background: #002F5D;
  border: 1px solid #329AFF;
  color: #FFFFFF;
  border-radius: 100%;
  padding: 2rem;
  text-align: center;
  z-index: +1;
  font-size: calc(14px);
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.svg-text p {
  margin: 0;
}

.up .sidebar-content {
  display: flex;
  align-items: flex-end;
}

.up .buttons {
  padding-bottom: 1rem;
}

.up .svg-text {
  position: absolute;
  top: 36%;
  right: 36%;
  bottom: auto;
  left: auto;
  margin: auto;
}

.simple-page h2.page-title,
.section-page h2.page-title {
  padding-top: 4rem;
  line-height: 1;
  font-family: "ECSquareSansPro-Medium", sans-serif;
}

.simple-page .main,
.section-page .main {
  padding: 0 1rem;
}

@media screen and (min-width: 1365px) {
  .simple-page .main,
  .section-page .main {
    padding: 0 2rem;
  }
}

.simple-page .box h4,
.simple-page .box:not(:last-child):after,
.simple-page .box ul li:before {
  color: #EA5B0B;
}

.simple-page .sidebar .buttons {
  padding-top: 6rem;
  justify-content: space-between;
  height: calc(100% - 16rem);
  flex-direction: column;
}

.simple-page .sidebar a.active,
.simple-page .box {
  border-color: #EA5B0B;
}

.index h2.page-title {
  line-height: 1;
}

.index .wrapper {
  background: #002F5D;
}

.index .wrapper .curves {
  flex-basis: 28%;
}

@media screen and (min-width: 1365px) {
  .index .wrapper .curves {
    flex-basis: 25%;
  }
}

.index .wrapper .main {
  flex-basis: 70%;
  background: #002F5D;
  color: #FFFFFF;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: initial;
}

.index .wrapper .main .content {
  flex-basis: 45%;
}

.index .wrapper .main .wheel {
  flex-basis: 45%;
  position: relative;
}

.index .wrapper .main .wheel .wheel-help-text {
  position: absolute;
  top: -10%;
  right: 0;
  bottom: auto;
  left: auto;
  margin: auto;
  transform: rotate(30deg);
  font-size: calc(12px);
  text-align: center;
  width: 7rem;
  line-height: 1.3;
}

.index .wrapper .main .wheel .wheel-help-text:after {
  content: "";
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.index .wrapper .main .wheel .wheel-help-text:after {
  display: block;
  margin-top: 1rem;
  transform: rotate(-30deg);
}

.index .wrapper .main .wheel svg {
  width: 100%;
  height: 100%;
}

.index .wrapper .main .wheel [id*="circle"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  background: #002F5D;
  border: 1px solid #329AFF;
  width: 6.5rem;
  height: 6.5rem;
  padding: 1.5rem;
  border-radius: 100%;
  text-align: center;
  font-size: calc(14px);
  line-height: 1.3;
}

.index .wrapper .main p {
  font-size: calc(24px);
}

.index .wrapper .main .buttons {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index .wrapper .main .buttons a.button.arrow-right {
  flex-basis: 100%;
}

.index .wrapper .page {
  justify-content: flex-start;
}

.index path {
  pointer-events: all;
}

.index .slice-hover {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .index .slice-hover .slices path:not(.hover) {
    stroke: #FFFFFF;
    transition: 0.5s ease-out;
  }
}

@media screen and (min-width: 1024px) {
  .index .slice-hover .icons path {
    fill: #FFFFFF;
    transition: 0.5s ease-out;
  }
}

.index .hidden {
  display: none;
  visibility: hidden;
  transition: 0.16667s ease-out;
}

body.vision .sidebar div.wheel {
  position: absolute;
  top: auto;
  right: -10rem;
  bottom: -8rem;
  left: auto;
  margin: auto;
}

body.vision .sidebar div.wheel svg {
  transform: rotate(-20deg);
}

@media screen and (min-width: 1365px) {
  body.vision .sidebar div.wheel {
    position: absolute;
    top: auto;
    right: -6rem;
    bottom: -8rem;
    left: auto;
    margin: auto;
  }
  body.vision .sidebar div.wheel svg {
    transform: rotate(0deg);
  }
}

body.vision .sidebar div.wheel .vision .icons path {
  fill: #FFFFFF;
}

body.vision .sidebar div.wheel .vision .slices path {
  stroke: #329AFF;
}

body.governance .sidebar div.wheel {
  position: absolute;
  top: auto;
  right: -10rem;
  bottom: -8rem;
  left: auto;
  margin: auto;
}

body.governance .sidebar div.wheel svg {
  transform: rotate(-65deg);
}

@media screen and (min-width: 1365px) {
  body.governance .sidebar div.wheel {
    position: absolute;
    top: auto;
    right: -6rem;
    bottom: -8rem;
    left: auto;
    margin: auto;
  }
  body.governance .sidebar div.wheel svg {
    transform: rotate(-45deg);
  }
}

body.governance .sidebar div.wheel .governance .icons path {
  fill: #FFFFFF;
}

body.governance .sidebar div.wheel .governance .slices path {
  stroke: #329AFF;
}

body.leadership .sidebar div.wheel {
  position: absolute;
  top: -12rem;
  right: -11rem;
  bottom: auto;
  left: auto;
  margin: auto;
}

body.leadership .sidebar div.wheel svg {
  transform: rotate(70deg);
}

@media screen and (min-width: 1365px) {
  body.leadership .sidebar div.wheel {
    position: absolute;
    top: -12rem;
    right: -8rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  body.leadership .sidebar div.wheel svg {
    transform: rotate(85deg);
  }
}

body.leadership .sidebar div.wheel .leadership .icons path {
  fill: #FFFFFF;
}

body.leadership .sidebar div.wheel .leadership .slices path {
  stroke: #329AFF;
}

body.convening .sidebar div.wheel {
  position: absolute;
  top: -11rem;
  right: -8rem;
  bottom: auto;
  left: auto;
  margin: auto;
}

body.convening .sidebar div.wheel svg {
  transform: rotate(-23deg);
}

@media screen and (min-width: 1365px) {
  body.convening .sidebar div.wheel {
    position: absolute;
    top: -12rem;
    right: -8rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  body.convening .sidebar div.wheel svg {
    transform: rotate(-30deg);
  }
}

body.convening .sidebar div.wheel .convening .icons path {
  fill: #FFFFFF;
}

body.convening .sidebar div.wheel .convening .slices path {
  stroke: #329AFF;
}

body.collaboration-cooperation .sidebar div.wheel {
  position: absolute;
  top: -12rem;
  right: -11rem;
  bottom: auto;
  left: auto;
  margin: auto;
}

body.collaboration-cooperation .sidebar div.wheel svg {
  transform: rotate(-25deg);
}

@media screen and (min-width: 1365px) {
  body.collaboration-cooperation .sidebar div.wheel {
    position: absolute;
    top: -12rem;
    right: -8rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  body.collaboration-cooperation .sidebar div.wheel svg {
    transform: rotate(-12deg);
  }
}

body.collaboration-cooperation .sidebar div.wheel .collaboration-cooperation .icons path {
  fill: #FFFFFF;
}

body.collaboration-cooperation .sidebar div.wheel .collaboration-cooperation .slices path {
  stroke: #329AFF;
}

body.community-management .sidebar div.wheel {
  position: absolute;
  top: -12rem;
  right: -11rem;
  bottom: auto;
  left: auto;
  margin: auto;
}

body.community-management .sidebar div.wheel svg {
  transform: rotate(-65deg);
}

@media screen and (min-width: 1365px) {
  body.community-management .sidebar div.wheel {
    position: absolute;
    top: -12rem;
    right: -8rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  body.community-management .sidebar div.wheel svg {
    transform: rotate(-52deg);
  }
}

body.community-management .sidebar div.wheel .community-management .icons path {
  fill: #FFFFFF;
}

body.community-management .sidebar div.wheel .community-management .slices path {
  stroke: #329AFF;
}

body.user-experience .sidebar div.wheel {
  position: absolute;
  top: auto;
  right: -10rem;
  bottom: -8rem;
  left: auto;
  margin: auto;
}

body.user-experience .sidebar div.wheel svg {
  transform: rotate(65deg);
}

@media screen and (min-width: 1365px) {
  body.user-experience .sidebar div.wheel {
    position: absolute;
    top: auto;
    right: -6rem;
    bottom: -8rem;
    left: auto;
    margin: auto;
  }
}

body.user-experience .sidebar div.wheel .user-experience .icons path {
  fill: #FFFFFF;
}

body.user-experience .sidebar div.wheel .user-experience .slices path {
  stroke: #329AFF;
}

body.measurement .sidebar div.wheel {
  position: absolute;
  top: auto;
  right: -10rem;
  bottom: -8rem;
  left: auto;
  margin: auto;
}

body.measurement .sidebar div.wheel svg {
  transform: rotate(26deg);
}

@media screen and (min-width: 1365px) {
  body.measurement .sidebar div.wheel {
    position: absolute;
    top: auto;
    right: -6rem;
    bottom: -8rem;
    left: auto;
    margin: auto;
  }
  body.measurement .sidebar div.wheel svg {
    transform: rotate(38deg);
  }
}

body.measurement .sidebar div.wheel .measurement .icons path {
  fill: #FFFFFF;
}

body.measurement .sidebar div.wheel .measurement .slices path {
  stroke: #329AFF;
}

div.questions {
  text-align: center;
}

div.questions ul {
  display: flex;
  justify-content: space-between;
}

div.questions ul li {
  position: relative;
  width: 25%;
}

div.questions ul li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 120%;
  margin: auto;
  display: inline-block;
  content: ' ';
  background-image: url("../img/curved-path.svg");
  background-size: 18px 100%;
  height: 100%;
  width: 18px;
}

div.questions ul li:first-child h3,
div.questions ul li:first-child h3:before {
  color: #EA5B0B;
}

div.questions ul li:nth-child(2) h3,
div.questions ul li:nth-child(2) h3:before {
  color: #F49400;
}

div.questions ul li:nth-child(3) h3,
div.questions ul li:nth-child(3) h3:before {
  color: #009E95;
}

div.questions ul li.vision h3:before {
  content: "";
  color: #EA5B0B;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.community-purpose h3:before {
  content: "";
  color: #F49400;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.objectives h3:before {
  content: "";
  color: #009E95;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.governance h3:before {
  content: "";
  color: #EA5B0B;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.stakeholder-mapping h3:before {
  content: "";
  color: #F49400;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.risk-free-environment h3:before {
  content: "";
  color: #009E95;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.leadership h3:before {
  content: "";
  color: #EA5B0B;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.core-group h3:before {
  content: "";
  color: #F49400;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.investment-sponsorship h3:before {
  content: "";
  color: #009E95;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.convening h3:before {
  content: "";
  color: #EA5B0B;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.communication-connection-conversation h3:before {
  content: "";
  color: #F49400;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.boundary-spanning h3:before {
  content: "";
  color: #009E95;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.collaboration-cooperation h3:before {
  content: "";
  color: #EA5B0B;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.coordination h3:before {
  content: "";
  color: #F49400;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.co-creation h3:before {
  content: "";
  color: #009E95;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.community-management h3:before {
  content: "";
  color: #EA5B0B;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.real-life-online h3:before {
  content: "";
  color: #F49400;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.facilitation h3:before {
  content: "";
  color: #009E95;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.user-experience h3:before {
  content: "";
  color: #EA5B0B;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.experience-design h3:before {
  content: "";
  color: #F49400;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.support h3:before {
  content: "";
  color: #009E95;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.measurement h3:before {
  content: "";
  color: #EA5B0B;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.vitality h3:before {
  content: "";
  color: #F49400;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li.results h3:before {
  content: "";
  color: #009E95;
  font-size: 3rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

div.questions ul li h3 {
  display: flex;
  flex-direction: column;
  font-size: calc(24px);
  margin-bottom: 1rem;
  line-height: 1;
}

div.questions ul li h3:before {
  margin-bottom: 2rem;
}

div.questions ul li p {
  font-family: "ECSquareSansPro-LightItalic", sans-serif;
  line-height: 130%;
}

div.results {
  text-align: center;
  margin: 6rem 0;
}

div.results h3 {
  font-size: calc(32px);
}

div.results ol {
  display: flex;
  counter-reset: item;
  justify-content: space-between;
}

div.results ol li {
  counter-increment: item;
  width: 32%;
}

div.results ol li:before {
  content: counter(item);
  border: 3px solid #B0053E;
  border-radius: 100%;
  color: #B0053E;
  line-height: 1.1;
  width: 1.2rem;
  padding: 0.5rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.box {
  border: 1px solid #CFCFCF;
  border-radius: 2rem;
  padding: 1rem;
  margin-bottom: 2rem;
  position: relative;
}

.box:not(:last-of-type) {
  margin-bottom: 6rem;
}

.box:not(:last-of-type):after {
  content: "";
  color: #CFCFCF;
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.box:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -4rem;
  left: 48%;
  margin: auto;
}

.box h4 {
  font-size: calc(27px);
  text-transform: uppercase;
  line-height: 140%;
}

.box ul {
  padding-left: 2em;
}

.box ul li {
  margin: 0.4rem 0;
}

.box ul li:before {
  content: "";
  color: #CFCFCF;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.box ul li:before {
  display: block;
  float: left;
  margin-left: -1.5em;
}

.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "ECSquareSansPro-Regular", sans-serif;
  font-size: calc(18px);
  line-height: 150%;
}

a {
  text-decoration: none;
  transition: 0.5s ease-out;
  color: #329AFF;
}

h1, h2, h3, h4, h5, strong {
  font-family: "ECSquareSansPro-Bold", sans-serif;
}

h2 {
  font-size: calc(52px);
}

h3 {
  font-size: calc(32px);
}

h4 {
  font-size: calc(27px);
}

h5 {
  font-size: calc(24px);
}

button.download:after,
.button.download:after {
  content: "";
  color: #329AFF;
  font-size: 1rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

button.print:after,
.button.print:after {
  content: "";
  color: #329AFF;
  font-size: 1rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

button.arrow-right:after,
.button.arrow-right:after {
  content: "";
  color: #329AFF;
  font-size: 1rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

button.email:after,
.button.email:after {
  content: "";
  color: #329AFF;
  font-size: 1rem;
  line-height: 1.3;
  font-family: 'copp-icons';
  font-display: block;
  font-weight: normal;
  font-style: normal;
  speak: none;
}

@media screen and (min-width: 1365px) {
  button.single,
  .button.single {
    width: 50%;
  }
}

button.active,
.button.active {
  pointer-events: none;
}

table {
  margin: 2rem 0;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 2rem;
}

table caption {
  font-family: "ECSquareSansPro-Bold", sans-serif;
  font-size: calc(24px);
  color: #B0053E;
  border-top: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  text-align: left;
  text-transform: uppercase;
  font-size: calc(24px);
  padding: 1rem;
}

table th, table td {
  padding: 1rem;
  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
}

table th:first-child, table td:first-child {
  border-left: 1px solid #CFCFCF;
}

table th {
  background: #B0053E;
  color: #FFFFFF;
}

table th[scope=col] {
  border-top: 1px solid #CFCFCF;
}

table tr:last-child th:first-child {
  border-bottom-left-radius: 2rem;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 2rem;
}

table.no-caption tr:first-child th:first-child {
  border-top-left-radius: 2rem;
}

table.no-caption tr:first-child th:last-child {
  border-top-right-radius: 2rem;
}

table.simple {
  border-collapse: collapse;
}

table.simple th, table.simple td {
  padding: 0.5rem;
  border: 1px solid #CFCFCF;
  font-size: calc(14px);
  line-height: 1.3;
}

body {
  color: #4E4E4E;
}

@media screen and (min-width: 1280px) {
  body {
    overflow: hidden;
  }
}

.inv {
  display: none;
  font-size: 0;
}

.scrolling-wrapper {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1024px) {
  * {
    box-sizing: border-box;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1024px) {
  .section-page .wrapper,
  .simple-page .wrapper,
  .index .wrapper {
    height: auto;
  }
  .section-page .curves,
  .simple-page .curves,
  .index .curves {
    display: none;
  }
  .section-page .joint,
  .simple-page .joint,
  .index .joint {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .section-page,
  .simple-page,
  .index {
    overflow-x: hidden;
  }
  .section-page .page,
  .simple-page .page,
  .index .page {
    display: block;
    width: 100%;
  }
  .section-page .wrapper .main,
  .simple-page .wrapper .main,
  .index .wrapper .main {
    display: block;
    overflow-y: initial;
    overflow-x: hidden;
    margin: 0 auto;
  }
}

.index .discover.discover.discover.discover.discover.discover {
  display: none;
}

.wheel-close {
  display: none;
}

@media screen and (max-width: 560px) {
  .index .discover.discover.discover.discover.discover.discover {
    display: inline-block;
  }
  .index .wheel.is-open .wheel-close {
    display: block;
    font-size: 0px;
    font-size: 0px;
  }
  .index .wheel.is-open .wheel-close:after {
    content: "";
    color: white;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'copp-icons';
    font-display: block;
    font-weight: normal;
    font-style: normal;
    speak: none;
  }
  .index .wheel.is-open .wheel-close:before {
    content: "";
    color: #38ADDE;
    font-size: 23px;
    line-height: 1.3;
    font-family: 'copp-icons';
    font-display: block;
    font-weight: normal;
    font-style: normal;
    speak: none;
  }
  .index .wheel.is-open .wheel-close:after {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    padding: 5px;
  }
  .index .wheel.is-open .wheel-close:before {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    pointer-events: none;
  }
  .wheel.wheel.wheel.wheel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #002F5D;
    margin-top: 0 !important;
    padding-top: 60px;
    width: 780px;
  }
  .wheel.wheel.wheel.wheel .wheel {
    display: block;
    position: static;
    width: auto;
    padding-top: 0;
    background: transparent;
  }
  .wheel.wheel.wheel.wheel.is-open {
    display: block;
    padding: 0 !important;
  }
  .wheel.wheel.wheel.wheel.is-open svg {
    width: 1200px;
    height: 500px;
    margin-left: -300px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .index .wrapper {
    position: relative;
    padding-bottom: 256px;
  }
  .index .wrapper:before {
    content: "";
    width: 100vw;
    height: 200px;
    background-image: url("../img/responsive-curve.png");
    position: absolute;
    bottom: 56px;
  }
  .index .wrapper .main .content,
  .index .wrapper .main .wheel {
    flex-basis: 100%;
    margin: 0 auto;
  }
  .index .wrapper .main .content {
    max-width: 840px;
    padding: 0 1.25rem;
    display: flex;
  }
  .index .wrapper .main .content .content-info {
    width: 50%;
    padding-right: 20px;
  }
  .index .wrapper .main .content .buttons {
    padding-top: 1.875rem;
    width: 50%;
    padding-left: 1.25rem;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .index .wrapper .main .content .buttons .button {
    margin-right: 0.625rem;
    font-weight: 400;
    font-size: calc(18px);
    line-height: 1.4375rem;
  }
  .index .wrapper .main .content .buttons .button.arrow-right {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: calc(24px);
    line-height: 1.9375rem;
    display: flex;
  }
  .index .wrapper .main .wheel {
    max-width: 680px;
    padding: 0 1.25rem;
    margin-top: 100px;
  }
}

@media screen and (max-width: 560px) {
  .index .wrapper .main .content {
    flex-direction: column;
  }
  .index .wrapper .main .content .content-info {
    width: 100%;
    padding: 0;
  }
  .index .wrapper .main .content .buttons {
    width: 100%;
    padding: 0;
    display: block;
  }
  .index .wrapper .main .content .buttons .button {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .index .wrapper .main .content .buttons .button.arrow-right {
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .index .wrapper .main .content .buttons .button.discover {
    width: auto;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: calc(24px);
    line-height: 1.9375rem;
  }
  .index .wrapper .main .content .buttons .button.discover:after {
    content: "";
    color: #0163C3;
    font-size: 22px;
    line-height: 1.3;
    font-family: 'copp-icons';
    font-display: block;
    font-weight: normal;
    font-style: normal;
    speak: none;
  }
  .index .wrapper .main .content .buttons .button.discover:after {
    margin-left: 40px;
    position: relative;
    top: 3px;
  }
  .index h2 {
    font-size: calc(32px);
  }
}

@media screen and (max-width: 1024px) {
  #collaboration-cooperation-circle {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .header ul.primary-menu li.has-child:hover .secondary-menu {
    display: none;
  }
  .header.header {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    padding: 0.9375rem 0.6875rem;
    z-index: +1000;
  }
  .header.header h1 {
    font-size: calc(14px);
    line-height: 1.2;
  }
  .header.header h1:before {
    background-size: 38px 30px;
    height: 30px;
    width: 38px;
    margin-right: 0.3125rem;
  }
  .header.header ul.primary-menu li.home,
  .header.header ul.primary-menu li.toc {
    padding: 1rem 0.5rem;
  }
  .header.header ul.primary-menu li.toc {
    padding: 1rem 0.5rem;
  }
  .header.header ul.primary-menu li.toc.is-menu-opened .secondary-menu {
    top: auto;
    bottom: 55px;
    right: -12px;
    width: 100vw;
    display: block !important;
  }
  .section-page .header.header ul.primary-menu li.is-menu-opened .secondary-menu {
    right: -56px;
  }
}

@media screen and (max-width: 1024px) {
  .main {
    overflow: hidden !important;
  }
  .section-page h2.page-title,
  .simple-page h2.page-title {
    padding-top: 1rem;
  }
  .section-page div.results ol li:before,
  .simple-page div.results ol li:before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .section-page .primary-menu.primary-menu.primary-menu .previous,
  .section-page .primary-menu.primary-menu.primary-menu .next,
  .simple-page .primary-menu.primary-menu.primary-menu .previous,
  .simple-page .primary-menu.primary-menu.primary-menu .next {
    font-size: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .section-page .primary-menu.primary-menu.primary-menu .previous a:before, .section-page .primary-menu.primary-menu.primary-menu .previous a:after,
  .section-page .primary-menu.primary-menu.primary-menu .next a:before,
  .section-page .primary-menu.primary-menu.primary-menu .next a:after,
  .simple-page .primary-menu.primary-menu.primary-menu .previous a:before,
  .simple-page .primary-menu.primary-menu.primary-menu .previous a:after,
  .simple-page .primary-menu.primary-menu.primary-menu .next a:before,
  .simple-page .primary-menu.primary-menu.primary-menu .next a:after {
    font-size: 14px;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }
  .section-page .sidebar,
  .simple-page .sidebar {
    padding-bottom: 370px;
  }
  .section-page .sidebar:before,
  .simple-page .sidebar:before {
    content: "";
    width: 100vw;
    height: 200px;
    background-image: url("../img/responsive-curve.png");
    position: absolute;
    bottom: 56px;
    z-index: 10;
  }
  .section-page .sidebar .sidebar-content,
  .simple-page .sidebar .sidebar-content {
    background-image: url(../img/responsive-curve-sidebar.png);
    height: 400px;
  }
  .section-page .sidebar .buttons,
  .simple-page .sidebar .buttons {
    align-items: flex-start;
    margin: 0 2.375rem;
  }
  .section-page .sidebar .wheel.wheel.wheel,
  .simple-page .sidebar .wheel.wheel.wheel {
    right: -5%;
    bottom: auto;
    left: auto;
    top: 15%;
  }
  .section-page .wrapper,
  .simple-page .wrapper {
    background-color: #002F5D;
  }
  .section-page .main .buttons,
  .simple-page .main .buttons {
    padding-bottom: 40px;
    background: white;
    position: relative;
    top: 1px;
  }
  .section-page .sidebar .buttons,
  .simple-page .sidebar .buttons {
    padding-top: 4rem;
  }
  .svg-text {
    display: none;
  }
  .sidebar.up .wheel.wheel.wheel {
    top: -55%;
  }
  .simple-page.simple-page.methodology table {
    display: block;
    overflow: auto;
  }
}

@media screen and (max-width: 560px) {
  .simple-page.simple-page .sidebar {
    padding-bottom: 300px;
  }
  .section-page .main,
  .simple-page .main {
    padding: 0 2rem;
  }
  .section-page .main > h2,
  .simple-page .main > h2 {
    font-size: 2rem;
    padding-top: 0.9375rem;
  }
  .section-page .questions.questions.questions ul,
  .simple-page .questions.questions.questions ul {
    display: block;
    /*        margin-left:rem-calc(32);
        margin-right:rem-calc(32);*/
  }
  .section-page .questions.questions.questions ul li:not(:last-child):after,
  .simple-page .questions.questions.questions ul li:not(:last-child):after {
    display: none;
  }
  .section-page .questions.questions.questions ul li,
  .simple-page .questions.questions.questions ul li {
    width: auto;
    text-align: left;
  }
  .section-page .questions.questions.questions ul li h3,
  .simple-page .questions.questions.questions ul li h3 {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .section-page .questions.questions.questions ul li h3:before,
  .simple-page .questions.questions.questions ul li h3:before {
    margin-bottom: 10px;
  }
  .section-page .questions.questions.questions ul li + li,
  .simple-page .questions.questions.questions ul li + li {
    border-top: 1px solid #CFCFCF;
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
  .section-page .sidebar,
  .simple-page .sidebar {
    padding-bottom: 700px;
  }
  .section-page .sidebar .buttons,
  .simple-page .sidebar .buttons {
    padding-top: 3rem;
  }
  .section-page .sidebar .buttons .button,
  .simple-page .sidebar .buttons .button {
    width: 100%;
  }
  .section-page .sidebar .wheel.wheel.wheel.wheel,
  .simple-page .sidebar .wheel.wheel.wheel.wheel {
    display: block;
    position: absolute;
    top: 30%;
    right: -70%;
  }
  .section-page div.results,
  .simple-page div.results {
    margin: 1.875rem 0;
  }
  .section-page div.results h3,
  .simple-page div.results h3 {
    text-align: left;
  }
  .section-page div.results ol,
  .simple-page div.results ol {
    display: block;
  }
  .section-page div.results ol li,
  .simple-page div.results ol li {
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
    text-align: left;
    width: auto;
  }
  .section-page div.results ol li:before,
  .simple-page div.results ol li:before {
    flex-shrink: 0;
    margin-right: 30px;
  }
  .section-page div.results ol li + li,
  .simple-page div.results ol li + li {
    border-top: 1px solid #CFCFCF;
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
}
/*# sourceMappingURL=copp.css.map */
