@charset "UTF-8";
/**
 * Calculates the luminosity value of a supplied color
 *
 * From:
 * https://gist.github.com/voxpelli/6304812
 */
/**
 * Calculates contrast differece as a decimal through luminosity of two colors
 */
/**
 * Generates an “accessible” color (usually for text), given a supplied
 * background color e.g.:
 *
    `color: readable-color(#fff);`
 *
 * Whereby the first color is the backround, and the (optional) second is the
 * starting color. For example, if you wanted to have red text on the
 * background, it will generate the closest readable color to your second
 * arguement.
 *
 * By default, the color try to will adhere to the WCAG ‘Enhanced Contrast’
 * (Level AAA) guideline, requiring a contrast ratio of 7 or more. This
 * threshold can be changed, in order to generate a less contrasting color.
 */
.bp-model {
  background: #f6f5f4;
  max-width: 79.95%;
  margin: 0 auto;
  position: relative;
  min-height: 488px;
  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;
}
@media (max-width: 820px) {
  .bp-model {
    margin: 0 auto 40px;
  }
}
.bp-model .mobile-only {
  display: none;
}
@media (max-width: 820px) {
  .bp-model .mobile-only {
    display: block;
  }
}
.bp-model .mobile-only .return-to-model {
  color: #8A7969;
  font-size: 12px;
  text-decoration: underline;
  display: block;
  padding: 0 14px 30px;
}

.bp-model__hexagon {
  position: absolute;
  left: 0;
  top: -13px;
}

.hexagon-svg {
  width: 590px;
  font-size: 16px;
  line-height: 15px;
}

.hexagon-svg .hexagon-svg-triangle-main {
  cursor: pointer;
}
.hexagon-svg .hexagon-svg-triangle-main.main-open .triangle-text {
  text-decoration: underline;
}
.hexagon-svg .hexagon-svg-triangle-main foreignObject {
  text-align: center;
  pointer-events: none;
}
.hexagon-svg .hexagon-svg-triangle-main .hover-effect {
  text-decoration: underline;
}
.hexagon-svg .hexagon-svg-triangle-main.red polygon {
  fill: #d64132;
}
.hexagon-svg .hexagon-svg-triangle-main.green polygon {
  fill: #c6d062;
}
.hexagon-svg .hexagon-svg-triangle-main.blue polygon {
  fill: #2f7da7;
}
.hexagon-svg .hexagon-svg-triangle-main.purple polygon {
  fill: #635a89;
}
.hexagon-svg .hexagon-svg-triangle-main.yellow polygon {
  fill: #fed65f;
}
.hexagon-svg .hexagon-svg-triangle-main.lightblue polygon {
  fill: #5bbcbe;
}
.hexagon-svg .hexagon-svg-triangle-main.yellow .triangle-text {
  color: #875c0d;
}
.hexagon-svg .hexagon-svg-triangle-main.yellow .triangle-icon {
  background: url(../../../images/da-vinci-icons/bp-consumer.svg) no-repeat center center/100% 100%;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
}
.hexagon-svg .hexagon-svg-triangle-main.yellow .hover-effect .triangle-icon {
  background-image: url(../../../images/da-vinci-icons/bp-consumer-hover.svg);
}
.hexagon-svg .hexagon-svg-triangle-main.green .triangle-text {
  color: #444d14;
}
.hexagon-svg .hexagon-svg-triangle-main.green .triangle-icon {
  background: url(../../../images/da-vinci-icons/bp-people.svg) no-repeat center center/100% 100%;
  width: 54px;
  height: 40px;
  margin-bottom: 21px;
}
.hexagon-svg .hexagon-svg-triangle-main.green .hover-effect .triangle-icon {
  background-image: url(../../../images/da-vinci-icons/bp-people-hover.svg);
}
.hexagon-svg .hexagon-svg-triangle-main.lightblue .triangle-text {
  color: #1c474a;
}
.hexagon-svg .hexagon-svg-triangle-main.lightblue .triangle-icon {
  background: url(../../../images/da-vinci-icons/bp-value-chain.svg) no-repeat center center/100% 100%;
  width: 84px;
  height: 24px;
  margin-bottom: 17px;
}
.hexagon-svg .hexagon-svg-triangle-main.lightblue .hover-effect .triangle-icon {
  background-image: url(../../../images/da-vinci-icons/bp-value-chain-hover.svg);
}
.hexagon-svg .hexagon-svg-triangle-main.blue .triangle-icon {
  background: url(../../../images/da-vinci-icons/bp-business.svg) no-repeat center center/100% 100%;
  width: 46px;
  height: 44px;
  margin-bottom: 25px;
}
.hexagon-svg .hexagon-svg-triangle-main.blue .hover-effect .triangle-icon {
  background-image: url(../../../images/da-vinci-icons/bp-business-hover.svg);
}
.hexagon-svg .hexagon-svg-triangle-main.purple .triangle-icon {
  background: url(../../../images/da-vinci-icons/bp-interaction.svg) no-repeat center center/100% 100%;
  width: 57px;
  height: 40px;
  margin-bottom: 6px;
}
.hexagon-svg .hexagon-svg-triangle-main.purple .triangle-text {
  font-size: 14px;
}
.hexagon-svg .hexagon-svg-triangle-main.purple .hover-effect .triangle-icon {
  background-image: url(../../../images/da-vinci-icons/bp-interaction-hover.svg);
}
.hexagon-svg .hexagon-svg-triangle-main.red .triangle-icon {
  background: url(../../../images/da-vinci-icons/bp-compliance.svg) no-repeat center center/100% 100%;
  width: 36px;
  height: 38px;
  margin-bottom: 21px;
}
.hexagon-svg .hexagon-svg-triangle-main.red .hover-effect .triangle-icon {
  background-image: url(../../../images/da-vinci-icons/bp-compliance-hover.svg);
}
.hexagon-svg .hexagon-svg-triangle-main.red foreignObject, .hexagon-svg .hexagon-svg-triangle-main.blue foreignObject, .hexagon-svg .hexagon-svg-triangle-main.purple foreignObject {
  color: #fff;
}
.hexagon-svg .hexagon-svg-triangle-sub {
  opacity: 0;
  -webkit-transition: 0.375s cubic-bezier(0.4, 0, 1, 1);
  transition: 0.375s cubic-bezier(0.4, 0, 1, 1);
}
.hexagon-svg .hexagon-svg-triangle-sub.yellow {
  -webkit-transform: translate(0, 16.6%);
  transform: translate(0, 16.6%);
}
.hexagon-svg .hexagon-svg-triangle-sub.yellow .light {
  fill: #FDE283;
}
.hexagon-svg .hexagon-svg-triangle-sub.yellow .extra-light {
  fill: #FEF0C1;
}
.hexagon-svg .hexagon-svg-triangle-sub.yellow .triangle-sub-icon.one {
  background: url(../../../images/da-vinci-icons/consumer-sub-icon-one.svg) no-repeat center center/100% 100%;
  width: 29px;
  height: 27px;
}
.hexagon-svg .hexagon-svg-triangle-sub.yellow .triangle-sub-icon.two {
  background: url(../../../images/da-vinci-icons/consumer-sub-icon-two.svg) no-repeat center center/100% 100%;
  width: 28px;
  height: 28px;
}
.hexagon-svg .hexagon-svg-triangle-sub.yellow .triangle-sub-icon.three {
  background: url(../../../images/da-vinci-icons/consumer-sub-icon-three.svg) no-repeat center center/100% 100%;
  width: 39px;
  height: 24px;
}
.hexagon-svg .hexagon-svg-triangle-sub.green {
  -webkit-transform: translate(-16.66%, 16.66%);
  transform: translate(-16.66%, 16.66%);
}
.hexagon-svg .hexagon-svg-triangle-sub.green .light {
  fill: #DFE6AD;
}
.hexagon-svg .hexagon-svg-triangle-sub.green .extra-light {
  fill: #ECF0CD;
}
.hexagon-svg .hexagon-svg-triangle-sub.green .triangle-sub-icon.one {
  background: url(../../../images/da-vinci-icons/people-sub-icon-one.svg) no-repeat center center/100% 100%;
  width: 30px;
  height: 34px;
}
.hexagon-svg .hexagon-svg-triangle-sub.green .triangle-sub-icon.two {
  background: url(../../../images/da-vinci-icons/people-sub-icon-two.svg) no-repeat center center/100% 100%;
  width: 38px;
  height: 27px;
}
.hexagon-svg .hexagon-svg-triangle-sub.green .triangle-sub-icon.three {
  background: url(../../../images/da-vinci-icons/people-sub-icon-three.svg) no-repeat center center/100% 100%;
  width: 29px;
  height: 29px;
}
.hexagon-svg .hexagon-svg-triangle-sub.lightblue {
  -webkit-transform: translate(-16.66%, -16.66%);
  transform: translate(-16.66%, -16.66%);
}
.hexagon-svg .hexagon-svg-triangle-sub.lightblue .light {
  fill: #AFDBDB;
}
.hexagon-svg .hexagon-svg-triangle-sub.lightblue .extra-light {
  fill: #CCE8E9;
}
.hexagon-svg .hexagon-svg-triangle-sub.lightblue .triangle-sub-icon.one {
  background: url(../../../images/da-vinci-icons/value-sub-icon-one.svg) no-repeat center center/100% 100%;
  width: 35px;
  height: 35px;
}
.hexagon-svg .hexagon-svg-triangle-sub.lightblue .triangle-sub-icon.two {
  background: url(../../../images/da-vinci-icons/value-sub-icon-two.svg) no-repeat center center/100% 100%;
  width: 38px;
  height: 29px;
}
.hexagon-svg .hexagon-svg-triangle-sub.lightblue .triangle-sub-icon.three {
  background: url(../../../images/da-vinci-icons/value-sub-icon-three.svg) no-repeat center center/100% 100%;
  width: 35px;
  height: 35px;
}
.hexagon-svg .hexagon-svg-triangle-sub.blue {
  -webkit-transform: translate(0, -16.66%);
  transform: translate(0, -16.66%);
}
.hexagon-svg .hexagon-svg-triangle-sub.blue .light {
  fill: #91CADB;
}
.hexagon-svg .hexagon-svg-triangle-sub.blue .extra-light {
  fill: #c8e5ed;
}
.hexagon-svg .hexagon-svg-triangle-sub.blue .triangle-sub-icon.one {
  background: url(../../../images/da-vinci-icons/business-sub-icon-two.svg) no-repeat center center/100% 100%;
  width: 29px;
  height: 41px;
}
.hexagon-svg .hexagon-svg-triangle-sub.blue .triangle-sub-icon.two {
  background: url(../../../images/da-vinci-icons/business-sub-icon-one.svg) no-repeat center center/100% 100%;
  width: 41px;
  height: 44px;
}
.hexagon-svg .hexagon-svg-triangle-sub.purple {
  -webkit-transform: translate(16.6%, -16.6%);
  transform: translate(16.6%, -16.6%);
}
.hexagon-svg .hexagon-svg-triangle-sub.purple .light {
  fill: #A69ECC;
}
.hexagon-svg .hexagon-svg-triangle-sub.purple .extra-light {
  fill: #D2CEE7;
}
.hexagon-svg .hexagon-svg-triangle-sub.purple .triangle-sub-icon.one {
  background: url(../../../images/da-vinci-icons/interaction-sub-icon-two.svg) no-repeat center center/100% 100%;
  width: 42px;
  height: 39px;
}
.hexagon-svg .hexagon-svg-triangle-sub.purple .triangle-sub-icon.two {
  background: url(../../../images/da-vinci-icons/interaction-sub-icon-one.svg) no-repeat center center/100% 100%;
  width: 45px;
  height: 45px;
}
.hexagon-svg .hexagon-svg-triangle-sub.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hexagon-svg .hexagon-svg-triangle-sub polygon {
  cursor: pointer;
}
.hexagon-svg .hexagon-svg-triangle-sub foreignObject {
  pointer-events: none;
}
.hexagon-svg .hexagon-svg-triangle-sub foreignObject.sub-hover-effect {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.hexagon-svg .hexagon-svg-triangle-main .triangle-icon,
.hexagon-svg .hexagon-svg-triangle-main .triangle-sub-icon,
.hexagon-svg .hexagon-svg-triangle-sub .triangle-icon,
.hexagon-svg .hexagon-svg-triangle-sub .triangle-sub-icon {
  display: block;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .bp-model {
    padding: 60px 50px;
  }
  .bp-model__hexagon {
    left: -8%;
  }
}
@media (min-width: 1180px) {
  .bp-model__hexagon {
    left: 0;
  }
}
@media (min-width: 1366px) {
  .bp-model {
    padding: 73px 97px 73px 69.5px;
  }
  .bp-model__hexagon {
    left: -30px;
  }
}
@media (min-width: 1801px) {
  .hexagon-svg {
    width: 720px;
  }
  .bp-model {
    padding: 50px 100px 50px 135px;
    min-height: 515px;
  }
  .bp-model__hexagon {
    top: -55px;
    left: 15px;
  }
}
@media (max-width: 1023px) {
  .bp-model {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 87.7%;
    padding: 0;
    display: block;
  }
  .bp-model__hexagon {
    position: relative;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: -45px;
  }
  .hexagon-svg {
    width: 160%;
    position: relative;
    left: -30%;
    margin-bottom: -75px;
  }
}