/*------------------------------------*\
    Font
\*------------------------------------*/
/*------------------------------------*\
    Colours
\*------------------------------------*/
/*------------------------------------*\
    VALUES
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Exo&display=swap");
@-webkit-keyframes fadeUpOutAnimation {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); } }
@keyframes fadeUpOutAnimation {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); } }

@-webkit-keyframes fadeLeftInAnimation {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeLeftInAnimation {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes fadeUpInAnimation {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeUpInAnimation {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeUpInAnimation50 {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeUpInAnimation50 {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.cc-calc-submit-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.cc-calc-btn-block {
  width: 4px;
  height: 60px;
  background-color: #2A76EE; }

.cc-calc-btn-chevron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #304065;
  color: #fff;
  padding-left: 20px; }

input[type="submit"].cc-calc-btn {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0; }
  input[type="submit"].cc-calc-btn:hover {
    background-color: inherit; }

.cc-calc-generate-report-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  text-decoration: none;
  line-height: 4rem;
  font-size: 1.6rem;
  z-index: 20;
  color: white;
  font-weight: 400;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #5D24FC;
  cursor: pointer;
  border-radius: 4rem;
  padding: 0 4rem;
  margin: 1.5rem 5px 0; }
  .cc-calc-generate-report-btn svg {
    display: inline;
    line-height: 1;
    width: 30px;
    height: 12px;
    margin: auto 0 auto 5px; }
    .cc-calc-generate-report-btn svg g {
      stroke: white; }

.cc-calc-form-nav-button {
  text-decoration: none;
  line-height: 4rem;
  font-size: 1.6rem;
  position: relative;
  z-index: 20;
  display: inline-block;
  padding: 0 4rem;
  color: white;
  font-weight: 400;
  margin: 1.5rem 0 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #5D24FC;
  cursor: pointer;
  border-radius: 4rem; }
  .cc-calc-form-nav-button svg {
    line-height: 1;
    vertical-align: middle;
    width: 30px;
    height: 12px;
    margin-left: 5px;
    margin-bottom: 3px; }
    .cc-calc-form-nav-button svg g {
      stroke: white; }

.cc-calc-form-nav-button-prev::before {
  display: none; }

.cc-calc-form-nav-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.cc-calc-download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 20;
  -ms-flex-line-pack: center;
      align-content: center;
  text-decoration: none;
  line-height: 4rem;
  font-size: 1.6rem;
  color: white;
  font-weight: 400;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #5D24FC;
  cursor: pointer;
  border-radius: 4rem;
  padding: 0 4rem;
  margin: 1.5rem 5px 0; }
  .cc-calc-download-btn svg {
    display: inline;
    line-height: 1;
    width: 30px;
    height: 12px;
    margin: auto 0 auto 5px; }
    .cc-calc-download-btn svg g {
      stroke: white; }
  .cc-calc-download-btn:hover {
    color: white;
    text-decoration: none; }
  @media (min-width: 768px) {
    .cc-calc-download-btn {
      width: initial; } }

.hide-on-mobile {
  display: none !important; }
  @media (min-width: 768px) {
    .hide-on-mobile {
      display: block !important; } }

.cc-calc-owner-svg {
  width: 95px;
  height: 90px;
  pointer-events: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease; }
  .cc-calc-owner-svg.active {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 1.31, 1, 1.36);
    transition: -webkit-transform 0.5s cubic-bezier(0, 1.31, 1, 1.36);
    -o-transition: transform 0.5s cubic-bezier(0, 1.31, 1, 1.36);
    transition: transform 0.5s cubic-bezier(0, 1.31, 1, 1.36);
    transition: transform 0.5s cubic-bezier(0, 1.31, 1, 1.36), -webkit-transform 0.5s cubic-bezier(0, 1.31, 1, 1.36); }
  .cc-calc-owner-svg .cc-calc-owner-svg-group-1 path {
    fill: #EAE4FA; }
  .cc-calc-owner-svg .cc-calc-owner-svg-group-2 path {
    fill: #EAE4FA; }
  .cc-calc-owner-svg .cc-calc-owner-svg-group-3 path {
    fill: #EAE4FA; }

.cc-calc-occupier-svg {
  width: 95px;
  height: 90px;
  pointer-events: none;
  fill: #EAE4FA;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease; }
  .cc-calc-occupier-svg.active {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 1.31, 1, 1.36);
    transition: -webkit-transform 0.5s cubic-bezier(0, 1.31, 1, 1.36);
    -o-transition: transform 0.5s cubic-bezier(0, 1.31, 1, 1.36);
    transition: transform 0.5s cubic-bezier(0, 1.31, 1, 1.36);
    transition: transform 0.5s cubic-bezier(0, 1.31, 1, 1.36), -webkit-transform 0.5s cubic-bezier(0, 1.31, 1, 1.36); }
  .cc-calc-occupier-svg path {
    fill: #EAE4FA; }

.cc-calc-chevron-right {
  width: 10px;
  stroke: #65ebd1; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cc-calc-chevron-right {
      height: 16px; } }

.target-six-svg {
  width: 100%;
  margin: auto;
  display: block;
  -webkit-transform: rotate(30deg) translateZ(0);
          transform: rotate(30deg) translateZ(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }
  @media (min-width: 768px) {
    .target-six-svg {
      max-width: 300px; } }
  .target-six-svg .target-six-circle-4 {
    -webkit-animation-name: circle4;
            animation-name: circle4; }

.target-six-circle {
  fill: #25E8AA;
  opacity: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }
  .jsSummaryTrigger.active .target-six-circle {
    -webkit-animation-play-state: running;
            animation-play-state: running; }

.cc-calc-target-six--low .target-six-circle-3 {
  -webkit-animation-name: circle3Low;
          animation-name: circle3Low; }

.cc-calc-target-six--low .target-six-circle-2 {
  -webkit-animation-name: circle2Low;
          animation-name: circle2Low; }

.cc-calc-target-six--low .target-six-circle-1 {
  -webkit-animation-name: circle1Low;
          animation-name: circle1Low; }

.cc-calc-target-six--med .target-six-circle-3 {
  -webkit-animation-name: circle3Med;
          animation-name: circle3Med; }

.cc-calc-target-six--med .target-six-circle-2 {
  -webkit-animation-name: circle2Med;
          animation-name: circle2Med; }

.cc-calc-target-six--med .target-six-circle-1 {
  -webkit-animation-name: circle1Low;
          animation-name: circle1Low; }

.cc-calc-target-six--high .target-six-circle-3 {
  -webkit-animation-name: circle3High;
          animation-name: circle3High; }

.cc-calc-target-six--high .target-six-circle-2 {
  -webkit-animation-name: circle2Med;
          animation-name: circle2Med; }

.cc-calc-target-six--high .target-six-circle-1 {
  -webkit-animation-name: circle1Low;
          animation-name: circle1Low; }

@-webkit-keyframes circle1Low {
  0% {
    opacity: 1; }
  10% {
    opacity: .1; }
  20% {
    opacity: .1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes circle1Low {
  0% {
    opacity: 1; }
  10% {
    opacity: .1; }
  20% {
    opacity: .1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes circle2Low {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    opacity: .1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  50% {
    opacity: .1; }
  60% {
    opacity: 1; }
  70% {
    opacity: .7; }
  80% {
    opacity: .5; }
  90% {
    opacity: .3; }
  100% {
    opacity: .3; } }

@keyframes circle2Low {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    opacity: .1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  50% {
    opacity: .1; }
  60% {
    opacity: 1; }
  70% {
    opacity: .7; }
  80% {
    opacity: .5; }
  90% {
    opacity: .3; }
  100% {
    opacity: .3; } }

@-webkit-keyframes circle2Med {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    opacity: .1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  50% {
    opacity: .1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes circle2Med {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    opacity: .1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  50% {
    opacity: .1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes circle3Low {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  50% {
    opacity: .1; }
  60% {
    opacity: .1; }
  70% {
    opacity: 1; }
  80% {
    opacity: .7; }
  90% {
    opacity: .3; }
  100% {
    opacity: .1; } }

@keyframes circle3Low {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  50% {
    opacity: .1; }
  60% {
    opacity: .1; }
  70% {
    opacity: 1; }
  80% {
    opacity: .7; }
  90% {
    opacity: .3; }
  100% {
    opacity: .1; } }

@-webkit-keyframes circle3Med {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  50% {
    opacity: .1; }
  60% {
    opacity: .1; }
  70% {
    opacity: 1; }
  80% {
    opacity: .7; }
  90% {
    opacity: .3; }
  100% {
    opacity: .2; } }

@keyframes circle3Med {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  50% {
    opacity: .1; }
  60% {
    opacity: .1; }
  70% {
    opacity: 1; }
  80% {
    opacity: .7; }
  90% {
    opacity: .3; }
  100% {
    opacity: .2; } }

@-webkit-keyframes circle3High {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  50% {
    opacity: .1; }
  60% {
    opacity: .1; }
  70% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes circle3High {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  50% {
    opacity: .1; }
  60% {
    opacity: .1; }
  70% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes circle4 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 1; }
  40% {
    opacity: .3; }
  50% {
    opacity: .1; }
  60% {
    opacity: .1; }
  70% {
    opacity: .1; }
  80% {
    opacity: .15; }
  90% {
    opacity: .1; }
  100% {
    opacity: .07; } }

@keyframes circle4 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 1; }
  40% {
    opacity: .3; }
  50% {
    opacity: .1; }
  60% {
    opacity: .1; }
  70% {
    opacity: .1; }
  80% {
    opacity: .15; }
  90% {
    opacity: .1; }
  100% {
    opacity: .07; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: visible;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.cc-calc-wins-prev,
.cc-calc-wins-next {
  position: absolute;
  top: 40px;
  bottom: 0;
  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: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
  cursor: pointer;
  margin: auto; }
  @media (min-width: 768px) {
    .cc-calc-wins-prev,
    .cc-calc-wins-next {
      width: 60px;
      height: 60px; } }
  .cc-calc-wins-prev:hover,
  .cc-calc-wins-next:hover {
    background-color: rgba(93, 36, 252, 0.75); }
  .cc-calc-wins-prev svg,
  .cc-calc-wins-next svg {
    stroke: white;
    width: 16px;
    height: 16px; }

.cc-calc-wins-prev {
  left: 0; }
  .cc-calc-wins-prev svg {
    -webkit-transform: rotate(180deg) translateZ(0);
            transform: rotate(180deg) translateZ(0);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }

.cc-calc-wins-next {
  right: 0; }

.page-template-template-calculator-php main > p:first-of-type {
  display: none; }

.cc-calc-container {
  width: 90%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .cc-calc-container {
      min-height: 600px;
      max-width: 720px; } }
  @media (min-width: 1025px) {
    .cc-calc-container {
      max-width: 1140px; } }

.cc-calc-wrapper {
  position: relative;
  -webkit-box-shadow: 32px 32px 61px 0 rgba(125, 138, 208, 0.12);
          box-shadow: 32px 32px 61px 0 rgba(125, 138, 208, 0.12);
  margin-bottom: 150px; }
  .cc-calc-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }

.init-hidden {
  display: block; }

.cc-calc-hide-mobile {
  display: none; }
  @media (min-width: 768px) {
    .cc-calc-hide-mobile {
      display: block; } }

.cc-calc-hide-desktop {
  display: block; }
  @media (min-width: 768px) {
    .cc-calc-hide-desktop {
      display: none; } }

.no-scroll {
  overflow-y: hidden; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.header-banner {
  width: 100%;
  height: 80px;
  background-color: gray; }
  @media only screen and (min-width: 768px) {
    .header-banner {
      height: 170px; } }

main {
  min-height: 500px; }

.footer-banner {
  width: 100%;
  height: 420px;
  background-color: #737373; }
  @media only screen and (min-width: 768px) {
    .footer-banner {
      height: 300px; } }

.cc-calc-form-wrapper {
  position: relative;
  display: none;
  height: 100%;
  position: relative; }
  .cc-calc-form-wrapper.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (min-width: 768px) {
      .cc-calc-form-wrapper.active {
        height: 500px;
        top: 0; } }

.cc-calc-questions-dots-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 100%;
  margin-top: 50px;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: opacity .4s 1.3s ease, -webkit-transform .4s 1.3s ease;
  transition: opacity .4s 1.3s ease, -webkit-transform .4s 1.3s ease;
  -o-transition: opacity .4s 1.3s ease, transform .4s 1.3s ease;
  transition: opacity .4s 1.3s ease, transform .4s 1.3s ease;
  transition: opacity .4s 1.3s ease, transform .4s 1.3s ease, -webkit-transform .4s 1.3s ease; }
  .cc-calc-questions-dots-wrapper.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.cc-calc-question-dots {
  height: 100%; }
  @media (min-width: 768px) {
    .cc-calc-question-dots {
      width: 100%;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media (min-width: 1025px) {
    .cc-calc-question-dots {
      text-align: right;
      padding-right: 50px; } }

.cc-calc-form-identifier-occupier,
.cc-calc-form-identifier-owner {
  display: none; }
  @media (min-width: 768px) {
    .cc-calc-form-identifier-occupier,
    .cc-calc-form-identifier-owner {
      display: block;
      position: absolute;
      top: 15px;
      left: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: 0;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .cc-calc-form-identifier-occupier p,
      .cc-calc-form-identifier-owner p {
        margin-left: 10px; }
      .cc-calc-form-identifier-occupier svg,
      .cc-calc-form-identifier-owner svg {
        height: 25px;
        width: 25px;
        fill: #5D24FC; }
        .cc-calc-form-identifier-occupier svg path,
        .cc-calc-form-identifier-owner svg path {
          fill: #5D24FC; }
      .cc-calc-form-identifier-occupier .cc-calc-owner-svg-group-1 path,
      .cc-calc-form-identifier-occupier .cc-calc-owner-svg-group-2 path,
      .cc-calc-form-identifier-occupier .cc-calc-owner-svg-group-3 path,
      .cc-calc-form-identifier-owner .cc-calc-owner-svg-group-1 path,
      .cc-calc-form-identifier-owner .cc-calc-owner-svg-group-2 path,
      .cc-calc-form-identifier-owner .cc-calc-owner-svg-group-3 path {
        fill: #5D24FC; }
      .cc-calc-form-identifier-occupier.active,
      .cc-calc-form-identifier-owner.active {
        opacity: 1; } }

.cc-calc-form-nav-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  @media (min-width: 768px) {
    .cc-calc-form-nav-button-wrap {
      padding: 0 5%;
      margin-top: 50px; } }
  @media (min-width: 1025px) {
    .cc-calc-form-nav-button-wrap {
      width: 67%; } }

.cc-calc-form-nav-button {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity .4s ease, visibility 0s .4s ease, background-color .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, visibility 0s .4s ease, background-color .4s ease, -webkit-transform .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease, background-color .4s ease;
  transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease, background-color .4s ease;
  transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease, background-color .4s ease, -webkit-transform .4s ease;
  outline: 0; }
  .cc-calc-form-nav-button.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity .4s ease, visibility 0s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, visibility 0s ease, -webkit-transform .4s ease;
    -o-transition: opacity .4s ease, transform .4s ease, visibility 0s ease;
    transition: opacity .4s ease, transform .4s ease, visibility 0s ease;
    transition: opacity .4s ease, transform .4s ease, visibility 0s ease, -webkit-transform .4s ease;
    cursor: pointer; }
  .cc-calc-form-nav-button.disabled {
    pointer-events: none;
    cursor: initial; }
    .cc-calc-form-nav-button.disabled:before {
      content: '';
      background-color: #ffffff;
      position: absolute;
      top: 0;
      left: -4px;
      width: calc(100% + 4px);
      height: 100%;
      opacity: 0.6;
      -webkit-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }

.cc-calc-segment-submit-btn-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity .4s ease, visibility 0s .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, visibility 0s .4s ease, -webkit-transform .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease;
  transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease;
  transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease, -webkit-transform .4s ease; }
  .cc-calc-segment-submit-btn-wrapper.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity .4s .1s ease, visibility 0s 0s ease, -webkit-transform .4s .1s ease;
    transition: opacity .4s .1s ease, visibility 0s 0s ease, -webkit-transform .4s .1s ease;
    -o-transition: opacity .4s .1s ease, transform .4s .1s ease, visibility 0s 0s ease;
    transition: opacity .4s .1s ease, transform .4s .1s ease, visibility 0s 0s ease;
    transition: opacity .4s .1s ease, transform .4s .1s ease, visibility 0s 0s ease, -webkit-transform .4s .1s ease; }

.cc-calc-submit-btn-wrapper {
  position: absolute;
  top: 445px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity .4s ease, visibility 0s .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, visibility 0s .4s ease, -webkit-transform .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease;
  transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease;
  transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease, -webkit-transform .4s ease; }
  @media (min-width: 768px) {
    .cc-calc-submit-btn-wrapper {
      top: 550px;
      right: 30px;
      width: 240px; } }
  @media (min-width: 1025px) {
    .cc-calc-submit-btn-wrapper {
      right: 5%; } }
  .cc-calc-submit-btn-wrapper.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity .4s .1s ease, visibility 0s 0s ease, -webkit-transform .4s .1s ease;
    transition: opacity .4s .1s ease, visibility 0s 0s ease, -webkit-transform .4s .1s ease;
    -o-transition: opacity .4s .1s ease, transform .4s .1s ease, visibility 0s 0s ease;
    transition: opacity .4s .1s ease, transform .4s .1s ease, visibility 0s 0s ease;
    transition: opacity .4s .1s ease, transform .4s .1s ease, visibility 0s 0s ease, -webkit-transform .4s .1s ease;
    z-index: 99; }

.calc-form-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  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;
  background-color: rgba(255, 255, 255, 0.95);
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .4s .1s ease, visibility 0s 0s ease;
  -o-transition: opacity .4s .1s ease, visibility 0s 0s ease;
  transition: opacity .4s .1s ease, visibility 0s 0s ease; }
  .calc-form-container.hidden {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: opacity .4s ease, visibility 0s .4s ease;
    -o-transition: opacity .4s ease, visibility 0s .4s ease;
    transition: opacity .4s ease, visibility 0s .4s ease; }
    .calc-form-container.hidden .calc-form-container-inner {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px);
      -webkit-transition: opacity .4s ease, visibility 0s .4s ease, -webkit-transform .4s ease;
      transition: opacity .4s ease, visibility 0s .4s ease, -webkit-transform .4s ease;
      -o-transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease;
      transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease;
      transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease, -webkit-transform .4s ease; }
  .calc-form-container .calc-form-container-inner {
    width: 60%;
    height: 95%;
    background-color: white;
    border-radius: 6px;
    -webkit-box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 10%;
    margin: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity .6s 0s ease, visibility 0s 0s ease, -webkit-transform .8s 0s ease;
    transition: opacity .6s 0s ease, visibility 0s 0s ease, -webkit-transform .8s 0s ease;
    -o-transition: opacity .6s 0s ease, transform .8s 0s ease, visibility 0s 0s ease;
    transition: opacity .6s 0s ease, transform .8s 0s ease, visibility 0s 0s ease;
    transition: opacity .6s 0s ease, transform .8s 0s ease, visibility 0s 0s ease, -webkit-transform .8s 0s ease; }

.cc-calc-questions-main {
  position: relative;
  display: block;
  height: 100%;
  min-height: 500px; }
  @media (min-width: 768px) {
    .cc-calc-questions-main {
      height: 650px; } }
  @media (min-width: 1025px) {
    .cc-calc-questions-main {
      height: 700px; } }
  .cc-calc-questions-main .slick-slider {
    min-height: 0;
    min-width: 100%;
    width: 0;
    overflow: hidden; }

.cc-calc-questions {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  padding-top: 80px; }
  @media (min-width: 768px) {
    .cc-calc-questions {
      left: 30px;
      max-width: calc(100% - 30px);
      padding-top: 80px; } }
  .cc-calc-questions.active {
    position: relative;
    visibility: visible; }

.cc-calc-form-wrapper-owner,
.cc-calc-form-wrapper-occupier {
  display: none;
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .cc-calc-form-wrapper-owner,
    .cc-calc-form-wrapper-occupier {
      width: 100%;
      float: left; } }
  @media (min-width: 1025px) {
    .cc-calc-form-wrapper-owner,
    .cc-calc-form-wrapper-occupier {
      width: 67%;
      padding-left: 20px; } }
  .cc-calc-form-wrapper-owner.active,
  .cc-calc-form-wrapper-occupier.active {
    display: block;
    position: relative; }

.cc-calc-slide-img-wrapper {
  display: none;
  position: relative;
  z-index: 2; }
  @media (min-width: 1140px) {
    .cc-calc-slide-img-wrapper {
      display: block;
      float: left;
      width: 33%;
      padding-top: 70px; } }
  .cc-calc-slide-img-wrapper .cc-calc-slide-img-bg-1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-color: #FE8C04;
    opacity: 0; }
    .active .cc-calc-slide-img-wrapper .cc-calc-slide-img-bg-1 {
      -webkit-animation-name: diagonalUp;
              animation-name: diagonalUp;
      -webkit-animation-delay: .3s;
              animation-delay: .3s;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  .cc-calc-slide-img-wrapper .cc-calc-slide-img-bg-2 {
    display: block;
    position: absolute;
    top: 170px;
    left: 105px;
    width: 270px;
    height: 270px;
    z-index: 0;
    background-color: #FFDB4B;
    opacity: 0; }
    .active .cc-calc-slide-img-wrapper .cc-calc-slide-img-bg-2 {
      -webkit-animation-name: diagonalDown;
              animation-name: diagonalDown;
      -webkit-animation-delay: .4s;
              animation-delay: .4s;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  .cc-calc-slide-img-wrapper .cc-calc-slide-img-bg-3 {
    display: block;
    position: absolute;
    top: 45px;
    left: 25px;
    width: 325px;
    height: 325px;
    z-index: 0;
    background-color: #5D24FC;
    border: 5px solid #B889FF;
    opacity: 0; }
    .active .cc-calc-slide-img-wrapper .cc-calc-slide-img-bg-3 {
      -webkit-animation-name: fadeInScaleUp;
              animation-name: fadeInScaleUp;
      -webkit-animation-delay: .2s;
              animation-delay: .2s;
      -webkit-animation-duration: .5s;
              animation-duration: .5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

.cc-calc-slide-img {
  z-index: 2;
  width: 85%;
  padding: 5% 5% 0 5%;
  margin-top: -20px;
  margin-left: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease; }
  .cc-calc-slide-img-wrapper.active .cc-calc-slide-img {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity .4s .4s ease, -webkit-transform .4s .4s ease;
    transition: opacity .4s .4s ease, -webkit-transform .4s .4s ease;
    -o-transition: opacity .4s .4s ease, transform .4s .4s ease;
    transition: opacity .4s .4s ease, transform .4s .4s ease;
    transition: opacity .4s .4s ease, transform .4s .4s ease, -webkit-transform .4s .4s ease; }

.calc-form-item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 768px) {
    .calc-form-item-inner {
      height: auto;
      padding: 0 20px; } }
  .calc-form-item-inner > div {
    width: 100%; }

.calc-slide-item-question {
  -webkit-animation-name: fadeLeftInAnimation;
          animation-name: fadeLeftInAnimation;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  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-shadow: 0 10px 10px white;
          box-shadow: 0 10px 10px white;
  z-index: 1; }
  @media (min-width: 768px) {
    .calc-slide-item-question {
      margin-bottom: 70px; } }
  .calc-form-item-inner.initial .calc-slide-item-question {
    opacity: 0;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px); }

.cc-calc-tooltip-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30px;
  cursor: pointer;
  padding-right: 10px; }

.cc-calc-tooltip-icon {
  margin-bottom: 10px; }

.cc-tooltip-icon-svg {
  width: 28px;
  cursor: pointer;
  stroke: #B889FF;
  vertical-align: bottom; }

.calc-slide-item-tool-btn {
  width: 20px;
  cursor: pointer; }

.cc-calc-tooltip-container {
  width: 100%;
  height: 100%;
  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; }

.cc-tooltip-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 1025px) {
    .cc-tooltip-cont {
      left: 33%;
      top: 81px;
      padding: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.cc-calc-tooltip-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  z-index: 999;
  color: white;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  visibility: hidden;
  background-color: #2B2D2F;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 300px 100px white;
          box-shadow: 0px 0px 300px 100px white;
  overflow: scroll;
  padding: 20px 10px 20px 10px;
  -webkit-transition: opacity .4s ease, visibility 0s .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, visibility 0s .4s ease, -webkit-transform .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease;
  transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease;
  transition: opacity .4s ease, transform .4s ease, visibility 0s .4s ease, -webkit-transform .4s ease; }
  @media (min-width: 1025px) {
    .cc-calc-tooltip-wrapper {
      -webkit-box-shadow: 0px 0px 226px 321px rgba(255, 255, 255, 0.9);
              box-shadow: 0px 0px 226px 321px rgba(255, 255, 255, 0.9); } }
  .cc-calc-tooltip-wrapper.active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    -webkit-transition: opacity .4s ease, visibility 0s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, visibility 0s ease, -webkit-transform .4s ease;
    -o-transition: opacity .4s ease, transform .4s ease, visibility 0s ease;
    transition: opacity .4s ease, transform .4s ease, visibility 0s ease;
    transition: opacity .4s ease, transform .4s ease, visibility 0s ease, -webkit-transform .4s ease; }

.cc-calc-tooltip-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .cc-calc-tooltip-wrapper-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-top: 40px; } }

.cc-calc-tooltip-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 33%;
      flex: 33%;
  text-align: center;
  padding: 0 10px 30px 10px;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .cc-calc-tooltip-row {
      padding-top: 0; } }
  .cc-calc-tooltip-row:last-of-type {
    border: none; }
  .cc-calc-tooltip-row p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 21px; }

.cc-tooltip-border {
  border-left: 0px solid #EFF1F6;
  border-right: 0px solid #EFF1F6;
  border-top: 1px solid #EFF1F6;
  border-bottom: 1px solid #EFF1F6; }
  @media (min-width: 768px) {
    .cc-tooltip-border {
      border-left: 1px solid #EFF1F6;
      border-right: 1px solid #EFF1F6;
      border-top: 0px solid #EFF1F6;
      border-bottom: 0px solid #EFF1F6; } }

.cc-calc-tooltip-close {
  width: 100%;
  text-align: right;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 30px;
  position: absolute;
  right: 15px;
  top: 5px; }
  .cc-calc-tooltip-close svg {
    width: 28px; }

.cc-calc-tooltip-title {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #B889FF;
  margin-bottom: 10px; }

.calc-slide-item-question-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (min-width: 768px) {
    .calc-slide-item-question-content {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.calc-slide-item-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  background-color: #EA0F96;
  border-radius: 100%;
  margin-right: 10px;
  padding: 10px; }
  @media (min-width: 768px) {
    .calc-slide-item-position {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 70px;
      height: 70px;
      font-size: 24px;
      margin-right: 20px; } }

.calc-slide-item-text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 18px;
  color: black;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .calc-slide-item-text {
      max-width: 70%;
      font-size: 20px; } }

.calc-slide-item-input {
  -webkit-animation-name: fadeLeftInAnimation;
          animation-name: fadeLeftInAnimation;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0; }
  .calc-form-item-inner.initial .calc-slide-item-input {
    opacity: 0;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
    padding-right: 0;
    padding-left: 0; }

.calc-slide-item-radio {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 50px;
  outline: 0; }
  @media (min-width: 768px) {
    .calc-slide-item-radio {
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 15px; } }

.calc-slide-item-range {
  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;
  -ms-flex-item-align: center;
      align-self: center; }

#top label.calc-slide-item-range-label,
.calc-slide-item-range-label {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px; }

.range-slider-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.range-slider-value-low,
.range-slider-value-high {
  color: black;
  font-size: 18px;
  padding-right: 10px;
  padding-left: 10px; }

.calc-slide-item-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px; }
  .calc-slide-item-radio.calc-alt-justify {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  @media (min-width: 768px) {
    .calc-slide-item-radio {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-top: 0; } }

.calc-slide-item-input-mobile {
  padding-top: 20px; }
  .calc-form-item-inner.initial .calc-slide-item-input-mobile {
    opacity: 0;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
    padding-right: 0;
    padding-left: 0; }

.cc-calc-skip-question-wrapper {
  width: 100%;
  text-align: left;
  padding-left: 50px;
  margin-top: 0;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .cc-calc-skip-question-wrapper {
      text-align: right;
      padding-left: 0;
      margin-top: 50px; } }

.cc-calc-skip-question {
  color: #5D24FC;
  text-decoration: underline; }
  .cc-calc-skip-question:hover {
    color: #5D24FC; }

@-webkit-keyframes diagonalUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 50px);
            transform: translate(50px, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes diagonalUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 50px);
            transform: translate(50px, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes diagonalDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, -50px);
            transform: translate(-50px, -50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes diagonalDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, -50px);
            transform: translate(-50px, -50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes fadeInScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fadeInScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.cc-calc-loader {
  position: absolute;
  top: -100px;
  left: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh + 100px);
  font-size: 36px;
  line-height: 41px;
  background-color: white;
  text-align: center;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s .25s ease-in-out, visibility 0s 1s ease;
  -o-transition: opacity .5s .25s ease-in-out, visibility 0s 1s ease;
  transition: opacity .5s .25s ease-in-out, visibility 0s 1s ease;
  padding: 10px; }
  @media (min-width: 768px) {
    .cc-calc-loader {
      font-size: 41px;
      line-height: 43px; } }
  .cc-calc-loader.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s 0s ease-in-out, visibility 0s 0s ease;
    -o-transition: opacity .5s 0s ease-in-out, visibility 0s 0s ease;
    transition: opacity .5s 0s ease-in-out, visibility 0s 0s ease; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .cc-calc-loader.active {
        opacity: 0;
        visibility: hidden; } }

.cc-calc-loader-svg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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; }

svg.cc-calc-loader-svg,
.cc-calc-loader-svg {
  display: block;
  width: 250px;
  height: 250px;
  -webkit-transform: rotate(270deg) translateZ(0);
          transform: rotate(270deg) translateZ(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  overflow: visible;
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }
  @media (min-width: 768px) {
    svg.cc-calc-loader-svg,
    .cc-calc-loader-svg {
      width: 300px;
      height: 300px; } }
  svg.cc-calc-loader-svg.hidden,
  .cc-calc-loader-svg.hidden {
    opacity: 0; }

.cc-calc-loader-svg-bg,
.cc-calc-loader-svg-meter {
  will-change: auto;
  stroke-width: 20px;
  stroke-miterlimit: miter;
  -webkit-transition: stroke-dashoffset 500ms ease;
  -o-transition: stroke-dashoffset 500ms ease;
  transition: stroke-dashoffset 500ms ease;
  stroke: rgba(200, 200, 200, 0.1);
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2)); }

.cc-calc-loader-svg-meter {
  stroke: #25E8AA; }

.cc-calc-questions-intro {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  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;
  text-align: center;
  padding-top: 40px;
  visibility: visible; }
  @media (min-width: 768px) {
    .cc-calc-questions-intro {
      padding-top: 75px; } }
  .cc-calc-questions-intro.off {
    visibility: hidden;
    -webkit-transition: visibility 0s 0.2s ease;
    -o-transition: visibility 0s 0.2s ease;
    transition: visibility 0s 0.2s ease; }

.cc-calc-intro-svg-wrapper svg {
  fill: #B889FF; }

@media (min-width: 768px) {
  .cc-calc-questions-intro-text {
    padding-bottom: 25px; } }

.cc-calc-questions-intro.off .cc-calc-questions-intro-text {
  -webkit-animation-name: fadeUpOutAnimation;
          animation-name: fadeUpOutAnimation;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.cc-calc-questions-intro-text-title {
  color: black; }

.cc-calc-questions-intro-text-first-para {
  color: #5D24FC;
  margin-bottom: 40px; }

.cc-calc-segment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cc-calc-questions-intro.off .cc-calc-segment-wrapper {
    -webkit-animation-name: fadeUpOutAnimation;
            animation-name: fadeUpOutAnimation;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.cc-calc-segment-input {
  position: absolute;
  left: -9999px; }
  .cc-calc-segment-input:checked + .cc-calc-segment-label .cc-calc-svg-wrapper {
    background-color: #5D24FC;
    border: none; }
    .cc-calc-segment-input:checked + .cc-calc-segment-label .cc-calc-svg-wrapper .cc-calc-intro-svg-wrapper svg {
      fill: white; }
  .cc-calc-segment-input:checked + .cc-calc-segment-label .cc-calc-segment-label-text {
    opacity: 1; }

.cc-calc-segment-input + .cc-calc-segment-label {
  background: #ffffff;
  margin: 0 10px; }
  @media (min-width: 768px) {
    .cc-calc-segment-input + .cc-calc-segment-label {
      margin: 0 25px; } }
  .cc-calc-segment-input + .cc-calc-segment-label .cc-calc-svg-wrapper {
    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;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 6px 6px 12px 0 rgba(48, 64, 101, 0.3);
            box-shadow: 6px 6px 12px 0 rgba(48, 64, 101, 0.3);
    border: 1px solid #5D24FC;
    border-color: #5D24FC;
    cursor: pointer; }
    @media (min-width: 768px) {
      .cc-calc-segment-input + .cc-calc-segment-label .cc-calc-svg-wrapper {
        width: 150px;
        height: 150px; } }
    .cc-calc-segment-input + .cc-calc-segment-label .cc-calc-svg-wrapper svg {
      max-width: 60px;
      max-height: 60px; }
      @media (min-width: 768px) {
        .cc-calc-segment-input + .cc-calc-segment-label .cc-calc-svg-wrapper svg {
          max-width: 90px;
          max-height: 90px; } }
  .cc-calc-segment-input + .cc-calc-segment-label .cc-calc-segment-label-text {
    opacity: 0.4;
    font-weight: bold; }

.cc-calc-segment-submit-wrapper {
  text-decoration: none;
  line-height: 4rem;
  font-size: 1.6rem;
  position: relative;
  z-index: 20;
  display: inline-block;
  padding: 0 4rem;
  color: white;
  font-weight: 400;
  margin: 1.5rem 0 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #5D24FC;
  cursor: pointer;
  border-radius: 4rem; }
  .cc-calc-segment-submit-wrapper svg {
    line-height: 1;
    vertical-align: middle;
    width: 30px;
    height: 12px;
    margin-left: 5px;
    margin-bottom: 3px; }
    .cc-calc-segment-submit-wrapper svg g {
      stroke: white; }
  .cc-calc-segment-submit-wrapper .cc-calc-btn-chevron svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -50px;
    margin: auto; }
  .cc-calc-segment-submit-wrapper .cc-calc-segment-submit {
    width: 100%;
    text-align: center; }
  .cc-calc-segment-submit-wrapper .cc-calc-btn-block {
    display: none; }
    @media (min-width: 768px) {
      .cc-calc-segment-submit-wrapper .cc-calc-btn-block {
        display: block; } }

.cc-calc-segment-submit-text {
  color: #ffffff;
  margin: 0 0 0 15px; }

.cc-calc-segment-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  .cc-calc-segment-option.off {
    -webkit-animation-name: fadeUpOutAnimation;
            animation-name: fadeUpOutAnimation;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.cc-calc-form-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cc-calc-form-nav.active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity .4s .8s ease, -webkit-transform .4s .8s ease;
    transition: opacity .4s .8s ease, -webkit-transform .4s .8s ease;
    -o-transition: opacity .4s .8s ease, transform .4s .8s ease;
    transition: opacity .4s .8s ease, transform .4s .8s ease;
    transition: opacity .4s .8s ease, transform .4s .8s ease, -webkit-transform .4s .8s ease; }
  @media (min-width: 768px) {
    .cc-calc-form-nav {
      position: relative;
      margin-top: 0;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.cc-calc-form-nav-c-calc-form-nav-button-wrap {
  display: none;
  width: 67%;
  padding: 0 15px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .cc-calc-form-nav-c-calc-form-nav-button-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-item-align: start;
          align-self: flex-start;
      padding-left: 25px; } }

.cc-calc-form-dots {
  display: none;
  z-index: 1;
  text-align: center; }
  @media (min-width: 768px) {
    .cc-calc-form-dots {
      display: block; } }
  @media (min-width: 1025px) {
    .cc-calc-form-dots {
      text-align: right; } }
  .cc-calc-form-dots .slick-dots {
    display: block;
    height: 100%; }
  .cc-calc-form-dots .slick-dots li {
    display: block;
    width: 2px;
    height: 50px;
    background-color: #B889FF;
    opacity: .3;
    margin: 5px auto;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .cc-calc-form-dots .slick-dots li.slick-active {
      width: 5px;
      opacity: 1;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .cc-calc-form-dots .slick-dots li.slick-active button {
        width: 100%;
        height: 100%; }
    .cc-calc-form-dots .slick-dots li.nav-not-active {
      pointer-events: none; }
  .cc-calc-form-dots button {
    position: relative;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    pointer-events: none;
    text-indent: -9999px; }

.cc-calc-warning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 6px;
  padding: 10px 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, visibility .4s .4s ease, -webkit-transform .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease, visibility .4s .4s ease;
  transition: opacity .4s ease, transform .4s ease, visibility .4s .4s ease;
  transition: opacity .4s ease, transform .4s ease, visibility .4s .4s ease, -webkit-transform .4s ease; }
  .cc-calc-warning.active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
    -o-transition: opacity .4s ease, transform .4s ease, visibility .4s ease;
    transition: opacity .4s ease, transform .4s ease, visibility .4s ease;
    transition: opacity .4s ease, transform .4s ease, visibility .4s ease, -webkit-transform .4s ease; }

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
  border-bottom: 1px solid transparent; }

input[type=range]::-ms-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #EAE4FA;
  border-radius: 10px; }

input[type=range]::-ms-fill-lower {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #EAE4FA;
  border-radius: 10px; }

input[type=range]::-ms-fill-upper {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #EAE4FA;
  border-radius: 10px; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type=range]:focus,
input[type=range]:hover,
input[type=range]:active {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
  border-bottom: 0;
  background-color: #fff; }

input[type=range]:active::-webkit-slider-runnable-track,
input[type=range]:focus::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-runnable-track {
  background-color: #EAE4FA; }

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent; }

/* Special styling for WebKit/Blink */
.cc-calc-range-slider::-webkit-slider-thumb {
  background-color: #5D24FC;
  border: 0 solid rgba(0, 0, 0, 0.04);
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 3px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 3px 1px 0 rgba(0, 0, 0, 0.1);
  height: 28px;
  width: 28px;
  cursor: pointer;
  position: relative;
  bottom: 5px; }

/* All the same stuff for Firefox */
.cc-calc-range-slider::-moz-range-thumb {
  background-color: #5D24FC;
  border: 0 solid rgba(0, 0, 0, 0.04);
  border-radius: 100%;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 3px 1px 0 rgba(0, 0, 0, 0.1);
  height: 28px;
  width: 28px;
  cursor: pointer; }

/* All the same stuff for IE */
.cc-calc-range-slider::-ms-thumb {
  background-color: #5D24FC;
  border: 0 solid rgba(0, 0, 0, 0.04);
  border-radius: 100%;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 3px 1px 0 rgba(0, 0, 0, 0.1);
  height: 28px;
  width: 28px;
  cursor: pointer; }

.cc-calc-range-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #EAE4FA;
  border-radius: 10px; }

.cc-calc-range-slider:focus::-webkit-slider-runnable-track {
  background: #367ebd; }

.cc-calc-range-slider::-moz-range-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #EAE4FA;
  border-radius: 10px; }

.cc-calc-range-slider::-ms-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #EAE4FA;
  border-radius: 10px; }

.cc-calc-range-slider::-moz-focus-outer {
  border: 0; }

.cc-calc-radio-input {
  position: absolute;
  left: -9999px; }
  .cc-calc-radio-input:checked + .cc-calc-radio-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: white;
    font-weight: 700;
    border: none; }
    .cc-calc-radio-input:checked + .cc-calc-radio-label::before {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: opacity .4s .2s ease;
      -o-transition: opacity .4s .2s ease;
      transition: opacity .4s .2s ease; }
    .cc-calc-radio-input:checked + .cc-calc-radio-label .cc-calc-radio-label-svg-wrapper {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: opacity 0.4s 0.2s ease, -webkit-transform 0.4s 0.2s cubic-bezier(0, 1.31, 1, 1.36);
      transition: opacity 0.4s 0.2s ease, -webkit-transform 0.4s 0.2s cubic-bezier(0, 1.31, 1, 1.36);
      -o-transition: opacity 0.4s 0.2s ease, transform 0.4s 0.2s cubic-bezier(0, 1.31, 1, 1.36);
      transition: opacity 0.4s 0.2s ease, transform 0.4s 0.2s cubic-bezier(0, 1.31, 1, 1.36);
      transition: opacity 0.4s 0.2s ease, transform 0.4s 0.2s cubic-bezier(0, 1.31, 1, 1.36), -webkit-transform 0.4s 0.2s cubic-bezier(0, 1.31, 1, 1.36); }
      .cc-calc-radio-input:checked + .cc-calc-radio-label .cc-calc-radio-label-svg-wrapper svg {
        width: 13px; }

.cc-calc-radio-input + .cc-calc-radio-label {
  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;
  min-width: 48%;
  min-height: 100px;
  color: #5D24FC;
  font-weight: 300;
  text-align: center;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(48, 64, 101, 0.3);
          box-shadow: 3px 3px 6px 0 rgba(48, 64, 101, 0.3);
  border: 1px solid #5D24FC;
  margin-bottom: 10px;
  cursor: pointer; }
  .cc-calc-radio-input + .cc-calc-radio-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5D24FC;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease; }
  @media (min-width: 768px) {
    .cc-calc-radio-input + .cc-calc-radio-label {
      min-width: 120px;
      min-height: 140px;
      max-width: 250px;
      -webkit-box-shadow: 6px 6px 12px 0 rgba(48, 64, 101, 0.3);
              box-shadow: 6px 6px 12px 0 rgba(48, 64, 101, 0.3);
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0;
      margin-bottom: 0;
      margin-left: 5%; } }
  @media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
    .cc-calc-radio-input + .cc-calc-radio-label {
      min-width: auto;
      max-width: 100%; } }
  @media (min-width: 768px) {
      .cc-calc-radio-input + .cc-calc-radio-label:first-of-type {
        margin-left: 0; } }

.cc-calc-radio-label-svg-wrapper {
  position: absolute;
  top: 5px;
  right: 5px;
  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;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 100%;
  padding: 5px;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.4s 0.2s ease, -webkit-transform 0.4s 0.2s cubic-bezier(0, 1.31, 1, 1.36);
  transition: opacity 0.4s 0.2s ease, -webkit-transform 0.4s 0.2s cubic-bezier(0, 1.31, 1, 1.36);
  -o-transition: opacity 0.4s 0.2s ease, transform 0.4s 0.2s cubic-bezier(0, 1.31, 1, 1.36);
  transition: opacity 0.4s 0.2s ease, transform 0.4s 0.2s cubic-bezier(0, 1.31, 1, 1.36);
  transition: opacity 0.4s 0.2s ease, transform 0.4s 0.2s cubic-bezier(0, 1.31, 1, 1.36), -webkit-transform 0.4s 0.2s cubic-bezier(0, 1.31, 1, 1.36); }

.template-calculator-result .cc-calc-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none; }

.template-calculator-result .cc-calc-container {
  width: 100%; }

.cc-calc-main {
  height: auto; }

.cc-calc-main::-webkit-scrollbar {
  display: none; }

.cc-calc-results-section {
  position: relative;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .cc-calc-results-section {
      padding-top: 30px; } }

.cc-calc-results-section--fw::before, .cc-calc-results-section--fw::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -50vw;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-color: #EFF1F6; }

.cc-calc-results-section--fw::after {
  left: 50%;
  width: 50vw; }

.cc-calc-result-section-title-wrapper {
  width: 90%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .cc-calc-result-section-title-wrapper {
      width: 100%;
      height: auto; } }

.cc-calc-result-section-title {
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .cc-calc-result-section-title {
      font-size: 36px;
      line-height: 41px;
      margin-bottom: 20px; } }

.cc-calc-result-section-hr {
  display: none; }
  @media (min-width: 768px) {
    .cc-calc-result-section-hr {
      display: block;
      width: 100%;
      height: 1px;
      background-color: #5D24FC; } }

.cc-calc-results-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1310px;
  margin: auto;
  padding: 0; }
  @media (min-width: 768px) {
    .cc-calc-results-section-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 0 0 50px 0; } }

.cc-calc-results-section-main {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 768px) {
    .cc-calc-results-section-main {
      width: 60%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.cc-calc-results-section-aside {
  width: 90%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: auto; }
  @media (min-width: 768px) {
    .cc-calc-results-section-aside {
      width: 40%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-left: 30px;
      margin: 0; } }
  .cc-calc-results-section-inner--inverted .cc-calc-results-section-aside {
    padding-left: 0; }
    @media (min-width: 768px) {
      .cc-calc-results-section-inner--inverted .cc-calc-results-section-aside {
        padding-right: 30px; } }

.cc-calc-results-section-intro {
  max-width: 90%;
  padding-bottom: 20px;
  margin: 20px auto 0; }
  @media (min-width: 768px) {
    .cc-calc-results-section-intro {
      max-width: 100%;
      background-color: white;
      -webkit-box-shadow: -2px 2px 4px 0 rgba(128, 152, 213, 0.07);
              box-shadow: -2px 2px 4px 0 rgba(128, 152, 213, 0.07);
      padding: 30px 60px 30px 30px;
      margin: 0; } }
  .cc-calc-results-section-intro p {
    font-size: 16px;
    line-height: 21px; }
  .cc-calc-results-section-intro p:first-of-type {
    font-weight: 700; }

.cc-calc-results-section-wins {
  position: relative;
  border-top: 10px solid #5D24FC;
  border-color: #5D24FC;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .cc-calc-results-section-wins {
      overflow: hidden;
      background-color: white;
      -webkit-box-shadow: -2px 2px 4px 0 rgba(128, 152, 213, 0.07);
              box-shadow: -2px 2px 4px 0 rgba(128, 152, 213, 0.07);
      border-top: 10px solid #5D24FC;
      padding: 20px 0 10px 0; } }
  .cc-calc-results-section-wins .cc-calc-wins-slideshow {
    padding-left: 0; }
    .cc-calc-results-section-wins .cc-calc-wins-slideshow .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .cc-calc-results-section-wins .cc-calc-wins-slideshow li {
      color: #111;
      background-color: #25E8AA;
      text-align: center;
      opacity: .5;
      padding: 10px;
      margin: 0 5px;
      min-height: 130px;
      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; }
      .cc-calc-results-section-wins .cc-calc-wins-slideshow li.slick-current {
        opacity: 1; }
  .cc-calc-results-section-wins .cc-calc-form-dots {
    display: none;
    height: 30px; }
    .cc-calc-results-section-wins .cc-calc-form-dots ul {
      line-height: 30px;
      margin-top: 20px;
      margin-bottom: 0; }

.cc-calc-results-section-wins-title {
  max-width: 90%;
  color: #5D24FC;
  padding-left: 30px;
  margin: 0 auto 20px; }
  @media (min-width: 768px) {
    .cc-calc-results-section-wins-title {
      max-width: auto;
      padding-bottom: 20px;
      margin: 0 0 20px 0; } }

.cc-calc-results-section-number-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #FFFFFF;
  -webkit-box-shadow: -2px 2px 4px 0 rgba(48, 64, 101, 0.1);
          box-shadow: -2px 2px 4px 0 rgba(48, 64, 101, 0.1);
  margin-bottom: 20px; }
  .cc-calc-results-section-number-card::before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-image: -webkit-gradient(linear, right top, left top, from(#5D24FC), to(#9BFFE6));
    background-image: -o-linear-gradient(right, #5D24FC 0%, #9BFFE6 100%);
    background-image: linear-gradient(270deg, #5D24FC 0%, #9BFFE6 100%); }

.cc-calc-results-section-number-card-title {
  color: #5D24FC;
  font-size: 18px;
  padding: 5px 15px;
  margin-bottom: 5px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cc-calc-results-section-number-card-title {
      width: 100%; } }
  @media (min-width: 768px) {
    .cc-calc-results-section-number-card-title {
      font-size: 21px;
      margin-bottom: 0; } }

.cc-calc-results-section-number-card-value {
  -ms-flex-item-align: center;
      align-self: center;
  color: #001a3a;
  font-size: 38px;
  line-height: 41px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .cc-calc-results-section-number-card-value {
      font-size: 42px;
      line-height: 50px; } }

.cc-calc-results-section-number-card-per, .cc-calc-results-total-carbon-per {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: white;
  text-align: center;
  background-color: #5D24FC;
  padding: 10px 15px; }

.cc-calc-results-flights-wrapper {
  position: relative;
  background-color: #2B2D2F;
  padding: 20px;
  margin-bottom: 50px; }
  .cc-calc-results-flights-wrapper::before, .cc-calc-results-flights-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -50vw;
    width: 100vw;
    height: 100%;
    z-index: 0;
    background-color: #2B2D2F; }
  .cc-calc-results-flights-wrapper::after {
    left: 50%;
    width: 50vw; }
  @media (min-width: 768px) {
    .cc-calc-results-flights-wrapper {
      padding: 40px 0;
      margin-bottom: 0; } }

.cc-calc-results-flights {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #2B2D2F;
  padding: 20px 20px;
  text-align: left; }
  @media (min-width: 768px) {
    .cc-calc-results-flights {
      display: inline-block;
      width: 48%;
      height: 180px;
      vertical-align: top;
      padding: 20px;
      margin-left: 1%; } }
  .cc-calc-results-flights .results-flights-first-1 {
    color: white;
    font-size: 26px;
    font-weight: 500;
    padding-right: 0px; }
    @media only screen and (min-width: 480px) {
      .cc-calc-results-flights .results-flights-first-1 {
        padding-right: 30px; } }
  .cc-calc-results-flights .results-flights-first-2 {
    display: inline;
    font-size: 42px; }

.cc-calc-results-total-carbon {
  position: relative;
  color: white;
  font-weight: 500;
  background-image: -webkit-gradient(linear, right top, left top, from(#9BFFE6), to(#5D24FC));
  background-image: -o-linear-gradient(right, #9BFFE6 0%, #5D24FC 100%);
  background-image: linear-gradient(270deg, #9BFFE6 0%, #5D24FC 100%);
  padding: 20px 0 50px 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .cc-calc-results-total-carbon {
      display: inline-block;
      width: 40%;
      height: 180px;
      padding: 20px 0 50px 20px; } }

.cc-calc-results-total-carbon-title {
  font-size: 26px;
  margin-bottom: 5px; }

.cc-calc-results-total-carbon-value {
  font-size: 41px;
  line-height: 43px;
  margin-bottom: 20px; }

.cc-calc-break-line-on-mob {
  display: block;
  margin-bottom: -6px; }
  @media (min-width: 768px) {
    .cc-calc-break-line-on-mob {
      display: inline; } }

.cc-calc-results-total-carbon-per {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto; }

.cc-calc-results-flights-textify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .cc-calc-results-flights-textify {
      width: auto;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      line-height: 40px; } }

.cc-calc-results-flights-img-wrap {
  margin-top: 20px;
  max-width: 292px; }

.cc-calc-results-section-image-card {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: -2px 2px 4px 0 rgba(48, 64, 101, 0.1);
          box-shadow: -2px 2px 4px 0 rgba(48, 64, 101, 0.1);
  margin-bottom: 20px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cc-calc-results-section-image-card {
      max-width: 100%;
      overflow: hidden; } }

.cc-calc-image-card-img {
  vertical-align: bottom; }

.cc-calc-image-card-content-wrapper {
  color: rgba(255, 255, 255, 0.8);
  background-color: #FE8C04;
  padding: 10px 15px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cc-calc-image-card-content-wrapper {
      width: 100%; } }
  @media (min-width: 768px) {
    .cc-calc-image-card-content-wrapper {
      padding: 40px 30px; } }
  .cc-calc-image-card-content-wrapper p {
    font-size: 26px;
    font-weight: 700; }

.cc-calc-quote-card-img {
  vertical-align: bottom; }

.cc-calc-quote-card-content-wrapper {
  color: white;
  font-size: 26px;
  background-color: #25E8AA;
  padding: 10px 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .cc-calc-quote-card-content-wrapper {
      padding: 20px 30px 20px 30px; } }
  .cc-calc-quote-card-content-wrapper p {
    color: white;
    font-size: 21px;
    font-weight: 500;
    line-height: 24px; }
    @media (min-width: 768px) {
      .cc-calc-quote-card-content-wrapper p {
        font-size: 26px;
        line-height: 31px; } }
  .cc-calc-quote-card-content-wrapper p:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.9); }
  .cc-calc-quote-card-content-wrapper sup {
    font-size: initial;
    vertical-align: baseline; }
  .cc-calc-quote-card-content-wrapper hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid white;
    padding: 0;
    margin: .5em 0; }
    @media (min-width: 768px) {
      .cc-calc-quote-card-content-wrapper hr {
        margin: 1em 0; } }

.cc-calc-cite {
  font-size: 12px;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cc-calc-cite .num {
    margin-right: 5px;
    position: relative;
    top: -5px; }

.cc-fade-in-on-scroll > div:nth-of-type(1) {
  opacity: 0; }
  .active .cc-fade-in-on-scroll > div:nth-of-type(1) {
    -webkit-animation-name: fadeUpInAnimation50;
            animation-name: fadeUpInAnimation50;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.cc-fade-in-on-scroll > div:nth-of-type(2) {
  opacity: 0; }
  .active .cc-fade-in-on-scroll > div:nth-of-type(2) {
    -webkit-animation-name: fadeUpInAnimation50;
            animation-name: fadeUpInAnimation50;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.cc-fade-in-on-scroll > div:nth-of-type(3) {
  opacity: 0; }
  .active .cc-fade-in-on-scroll > div:nth-of-type(3) {
    -webkit-animation-name: fadeUpInAnimation50;
            animation-name: fadeUpInAnimation50;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cc-fade-in-on-scroll > div {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); } }

.cc-calc-summary-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #2B2D2F;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  overflow: hidden; }
  @media (min-width: 768px) {
    .cc-calc-summary-wrapper {
      height: 550px;
      background-image: url("../imgs/output-header.jpg");
      background-repeat: no-repeat;
      background-size: cover; } }

.result-page-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .result-page-header-container {
      height: 100%; } }

.cc-calc-summary-graphic-wrapper {
  padding: 10px 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .cc-calc-summary-graphic-wrapper {
      width: 30%; } }

.cc-calc-summary-graphic-header {
  color: white;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation-name: fadeUpInAnimation;
          animation-name: fadeUpInAnimation;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }
  .jsSummaryTrigger.active .cc-calc-summary-graphic-header {
    -webkit-animation-play-state: running;
            animation-play-state: running; }

.cc-calc-target-six-wrapper {
  position: relative;
  width: 100%; }

.cc-calc-target-six-grade-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.cc-calc-target-six-grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-animation-name: fadeInScale;
          animation-name: fadeInScale;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }
  .jsSummaryTrigger.active .cc-calc-target-six-grade {
    -webkit-animation-play-state: running;
            animation-play-state: running; }
  .cc-calc-target-six-grade svg {
    width: 25%;
    max-width: 20vw;
    margin: auto;
    text-align: center;
    padding-bottom: 4px; }
    @media only screen and (min-width: 480px) {
      .cc-calc-target-six-grade svg {
        max-width: 14vw; } }
    @media (min-width: 768px) {
      .cc-calc-target-six-grade svg {
        max-width: 25%;
        max-height: 27%; } }

@media (min-width: 768px) {
  .cc-calc-summary {
    width: 65%;
    padding-left: 20px; } }

.cc-calc-summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px); }
  .active .cc-calc-summary-row:nth-of-type(1) {
    -webkit-animation-name: fadeUpInAnimation50;
            animation-name: fadeUpInAnimation50;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 3.8s;
            animation-delay: 3.8s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .active .cc-calc-summary-row:nth-of-type(2) {
    -webkit-animation-name: fadeUpInAnimation50;
            animation-name: fadeUpInAnimation50;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .active .cc-calc-summary-row:nth-of-type(3) {
    -webkit-animation-name: fadeUpInAnimation50;
            animation-name: fadeUpInAnimation50;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 4.2s;
            animation-delay: 4.2s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .active .cc-calc-summary-row:nth-of-type(4) {
    -webkit-animation-name: fadeUpInAnimation50;
            animation-name: fadeUpInAnimation50;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 4.4s;
            animation-delay: 4.4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .active .cc-calc-summary-row:nth-of-type(5) {
    -webkit-animation-name: fadeUpInAnimation50;
            animation-name: fadeUpInAnimation50;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 4.6s;
            animation-delay: 4.6s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.cc-calc-summary-icon-wrapper {
  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;
  background-color: #25E8AA; }
  @media (min-width: 768px) {
    .cc-calc-summary-icon-wrapper {
      width: 74px;
      height: 68px;
      border-radius: 0; } }
  .cc-calc-summary-icon-wrapper .good-svg,
  .cc-calc-summary-icon-wrapper .warning-svg {
    fill: #5D24FC;
    stroke: #5D24FC;
    min-width: 16px;
    max-width: 16px;
    max-height: 20px; }
  .cc-calc-summary-icon-wrapper .improvement-svg {
    fill: #5D24FC;
    min-width: 22px;
    max-width: 22px;
    max-height: 22px; }

.cc-calc-summary-inisight-wrapper {
  color: black;
  line-height: 18px;
  font-weight: 500;
  background-color: white;
  padding: 10px; }
  @media (min-width: 768px) {
    .cc-calc-summary-inisight-wrapper {
      width: 500px;
      height: 68px;
      padding: 12px 30px; } }
  @media (min-width: 1025px) {
    .cc-calc-summary-inisight-wrapper {
      width: 100%; } }

.cc-calc-summary-title {
  color: white;
  font-weight: 700;
  max-width: 400px;
  margin-bottom: 0; }

.cc-calc-summary-icon {
  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;
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 100%;
  margin: 0 5px; }
  @media (min-width: 768px) {
    .cc-calc-summary-icon {
      width: 30px;
      height: 30px;
      margin: 0; } }

.cc-calc-summary-download-report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.cc-calc-results-next-container {
  background-color: white;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .cc-calc-results-next-container {
      padding-top: 50px;
      padding-bottom: 50px; } }

.cc-calc-results-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 6px; }
  @media (min-width: 768px) {
    .cc-calc-results-next {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 360px; } }

.cc-calc-results-next-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.cc-calc-results-next-content-wrapper {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-color: #2B2D2F;
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .cc-calc-results-next-content-wrapper {
      width: 50%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 30px 35px; } }

.cc-calc-results-next-title {
  color: #B889FF;
  font-size: 26px;
  margin-bottom: 20px; }

.cc-calc-results-next-content {
  color: white;
  margin-bottom: 40px; }

.cc-calc-results-next-img-wrapper {
  width: 100%;
  min-height: 220px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url("../imgs/whats-next-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .cc-calc-results-next-img-wrapper {
      width: 50%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      background-image: url("../imgs/whats-next.jpg"); } }

.cc-calc-results-pre-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto; }
  @media (min-width: 768px) {
    .cc-calc-results-pre-footer {
      padding: 50px; } }
  @media (min-width: 1025px) {
    .cc-calc-results-pre-footer {
      max-width: 1310px; } }

.cc-calc-results-pre-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1025px) {
    .cc-calc-results-pre-footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.cc-calc-results-pre-footer-form-wrapper {
  width: 85%;
  margin: auto; }
  @media (min-width: 768px) {
    .cc-calc-results-pre-footer-form-wrapper {
      width: 100%;
      margin: 0; } }
  @media (min-width: 1025px) {
    .cc-calc-results-pre-footer-form-wrapper {
      width: 50%;
      border-right: 1px solid  #D8D8D8;
      padding-right: 50px; } }

.cc-calc-results-pre-footer-posts-wrapper {
  width: 85%;
  margin: auto; }
  @media (min-width: 768px) {
    .cc-calc-results-pre-footer-posts-wrapper {
      width: 100%;
      margin: 0; } }
  @media (min-width: 1025px) {
    .cc-calc-results-pre-footer-posts-wrapper {
      width: 50%;
      padding-left: 50px; } }

.cc-calc-pre-footer-form-title {
  color: black;
  font-size: 26px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .cc-calc-pre-footer-form-title {
      margin-bottom: 20px; } }

.cc-calc-pre-footer-form-content {
  color: black; }

.cc-calc-pre-footer-posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.cc-calc-pre-footer-posts-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0; }

.cc-calc-pre-footer-post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  background-color: white;
  margin-bottom: 20px; }

.cc-calc-pre-footer-post-img {
  display: none;
  width: 0;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .cc-calc-pre-footer-post-img {
      display: block;
      width: 40%; } }

.cc-calc-pre-footer-post-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #EFF1F6;
  padding: 20px; }
  @media (min-width: 768px) {
    .cc-calc-pre-footer-post-content-wrapper {
      width: 60%; } }

.cc-calc-pre-footer-post-content-title {
  color: #5D24FC;
  font-weight: 500;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 0; }

.cc-calc-pre-footer-post-content-date {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: black;
  font-size: 14px;
  margin-top: 0; }

.cc-calc-pre-footer-post-content-link {
  color: black;
  text-decoration: none; }
  .cc-calc-pre-footer-post-content-link:hover {
    color: black;
    text-decoration: none; }
  .cc-calc-pre-footer-post-content-link svg {
    display: inline;
    line-height: 1;
    width: 30px;
    height: 12px;
    margin: auto 0 auto 5px; }
    .cc-calc-pre-footer-post-content-link svg g {
      stroke: black; }

@media print {
  body {
    margin-top: 0 !important; }
  .mm-sub-menus-wrapper {
    display: none; }
  .nav-primary {
    display: none; }
  #pre-loader {
    display: none !important; }
  .pre-loader {
    visibility: hidden; }
  .pagebreak {
    display: block;
    clear: both;
    page-break-after: always; }
  @page {
    size: A4;
    margin: 0; }
  * {
    opacity: 1 !important;
    -webkit-animation-name: none;
            animation-name: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible; }
  .cc-calc-result-section-title-wrapper {
    width: 100%; }
  .cc-calc-results-section {
    background: #ffffff !important; }
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  .content {
    padding-top: 0px !important; }
  .container {
    width: 80% !important;
    max-width: 80% !important; }
  .cc-calc-print-page {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    background-color: white;
    margin: 0;
    padding: 0;
    max-height: unset;
    height: auto; }
  .cc-print-initial-page {
    height: 100vh;
    max-height: 100vh; }
  #header {
    display: none !important; }
  #header_meta {
    display: none !important; }
  #advanced_menu_toggle {
    display: none !important; }
  .social_bookmarks {
    display: none !important; }
  #header_main_alternate {
    display: none !important; }
  .cc-calc-print-report-header,
  .cc-calc-print-header {
    max-height: 120px;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5%; }
    .cc-calc-print-report-header img,
    .cc-calc-print-header img {
      width: 140px;
      height: auto; }
  .cc-calc-summary-wrapper {
    position: relative;
    width: 100%;
    height: calc(100% - 118px);
    background-image: url("/wp-content/plugins/cc-calculator/app/assets/imgs/header-bg-print.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 5%; }
    .cc-calc-summary-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .cc-calc-summary-bg-cover {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    padding-left: 0;
    margin-left: 0;
    position: absolute;
    z-index: 0;
    left: 0; }
  .cc-calc-summary {
    z-index: 1;
    padding-left: 5%; }
  .cc-calc-summary-date-print {
    color: #ffffff !important;
    position: absolute;
    bottom: 30px;
    padding-left: 5%;
    font-weight: bold; }
    .cc-calc-summary-date-print p {
      color: #ffffff !important; }
  .cc-calc-results-section {
    padding-top: 0; }
  .cc-calc-cover-page-content {
    margin-top: 50px; }
  .cc-calc-result-section-hr {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #5D24FC;
    margin-bottom: 20px; }
  .cc-calc-cover-page-hr {
    display: block;
    width: 50%;
    height: 5px;
    background-image: -webkit-gradient(linear, right top, left top, from(#5D24FC), to(#9BFFE6));
    background-image: -o-linear-gradient(right, #5D24FC 0%, #9BFFE6 100%);
    background-image: linear-gradient(270deg, #5D24FC 0%, #9BFFE6 100%);
    margin-top: 20px; }
  .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
    padding-top: 0 !important; }
  .result-page-header-container {
    display: none !important; }
  .cc-calc-results-next-container {
    display: none; }
  .cc-calc-results-pre-footer-container {
    display: none; }
  .cc-calc-result-section-title {
    color: #ffffff !important; }
  .cc-calc-result-section-title-print {
    font-size: 24px;
    line-height: 27px;
    text-transform: capitalize; }
  .cc-calc-results-section-print {
    height: 100%;
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%; }
  .cc-calc-results-section:nth-of-type(3) {
    background-color: white; }
  .cc-calc-results-section:nth-of-type(2) {
    background-color: white; }
  .cc-calc-results-section:nth-of-type(1) {
    background-color: white; }
  .cc-calc-wins-print {
    list-style: none !important; }
  .cc-calc-results-section-inner {
    width: 100%;
    margin: auto; }
  .cc-calc-print-report-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -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;
    font-size: 14px;
    padding: 0;
    padding-top: 40px;
    padding-left: 5%; }
  .cc-calc-result-blue-title {
    color: black;
    font-size: 36px;
    text-transform: capitalize;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 30px; }
  .cc-calc-results-section-aside-print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cc-calc-results-section-number-card-print {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px; }
  .cc-calc-results-section--energy .cc-faux-bg-img img {
    width: auto; }
  .cc-calc-results-section-inner-blue-boxes {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 470px;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 30px;
    margin-bottom: 20px; }
  .cc-calc-results-section-number-print {
    background-color: #2A76EE;
    padding: 10px;
    width: 60%;
    z-index: 1;
    margin-bottom: 10px; }
  .cc-calc-results-section-number-print-value,
  .cc-calc-results-section-number-print-per {
    color: #ffffff; }
  .cc-calc-results-section-number-print-value {
    font-size: 24px; }
  .cc-calc-results-section-number-print-title {
    display: block;
    color: white;
    font-size: 18px;
    margin-top: 0;
    margin-right: 5px; }
  .cc-calc-results-energy-summary {
    padding: 0;
    width: 75%;
    margin-right: auto;
    margin-left: 0;
    position: relative;
    padding: 0;
    padding-right: 30px;
    padding-left: 0 !important; }
    .cc-calc-results-energy-summary p:first-of-type {
      font-weight: bold; }
  .cc-calc-energy-performance-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 30px; }
    .cc-calc-energy-performance-title span {
      display: block;
      color: #25E8AA; }
  .full-width-section-intro {
    padding-left: 15px;
    padding-right: 50px !important;
    padding-top: 0;
    background-color: #ffffff !important; }
  .cc-calc-results-section-number-print-per {
    font-size: 18px;
    margin-left: 5px; }
  .cc-calc-results-section-main-print {
    width: 100%;
    max-width: 100%; }
    .cc-calc-results-section-main-print p {
      font-size: 21px;
      line-height: 27px; }
  .cc-calc-results-section-intro {
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0 !important;
            box-shadow: 0 !important;
    padding-left: 0 !important; }
    .cc-calc-results-section-intro p {
      font-size: 21px;
      line-height: 27px; }
  .cc-calc-results-flights-container {
    background-color: white; }
  .cc-calc-results-flights {
    background-color: #5D24FC;
    margin-top: 20px; }
  .cc-calc-results-section-wins {
    border: 0 !important;
    background-color: #d3f2f5;
    padding-top: 40px;
    padding-right: calc(10% + 40px);
    padding-bottom: 150px !important;
    padding-left: 40px;
    margin-left: 10%;
    margin-top: 50px !important; }
  .cc-calc-wins-print {
    padding-top: 0; }
    .cc-calc-wins-print li {
      margin-left: 1em !important;
      padding: 3px 0 !important; }
      .cc-calc-wins-print li::before {
        content: '\2022';
        color: #5D24FC;
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
  .cc-calc-results-section-main-print {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .cc-calc-results-section-aside-print {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .cc-calc-results-section-image-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #5D24FC;
    margin: 20px 40px; }
  .cc-calc-image-card-content-wrapper p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 21px; }
  .cc-calc-results-section-number-card-print {
    background-color: whitesmoke;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 20px 40px; }
  .cc-calc-results-section-quote-card-print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 6px;
    margin: 20px 40px; }
  .cc-calc-quote-card-img-wrapper-print {
    height: 150px;
    overflow: hidden; }
  .cc-calc-quote-card-content-wrapper-print {
    background-color: #304065;
    padding: 10px 20px; }
    .cc-calc-quote-card-content-wrapper-print p {
      color: #5D24FC !important;
      font-size: 16px !important;
      line-height: 17px;
      font-weight: 500; }
  .cc-calc-cite {
    font-size: 11px;
    padding-left: 0x; }
  .cc-calc-people-image-box {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 30px;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    min-height: 350px; }
  .cc-calc-people-blue-box {
    text-align: left; }
  .cc-calc-results-section-people-leaving {
    font-size: 18px !important;
    color: #ffffff !important; }
  .cc-calc-results-section-people-title,
  .cc-calc-results-section-people-source {
    color: white;
    text-align: left;
    display: block; }
  .cc-calc-results-section-people-value,
  .cc-calc-results-section-people-per,
  .cc-calc-results-section-people-stat {
    color: #ffffff;
    text-align: left;
    display: block; }
  .cc-calc-results-section-people-title {
    font-size: 18px;
    margin-bottom: 10px; }
  .cc-calc-results-section-people-value {
    font-size: 36px; }
  .cc-calc-results-section-people-stat {
    margin-bottom: 15px;
    font-size: 18px; }
  .cc-calc-results-section-people-source {
    font-size: 14px; }
  .cc-calc-brand-image-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 320px;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 10px; }
  .cc-calc-results-section-brand-stat-1,
  .cc-calc-results-section-brand-stat-2 {
    color: #ffffff !important;
    text-align: center;
    font-size: 18px; }
    .cc-calc-results-section-brand-stat-1 span,
    .cc-calc-results-section-brand-stat-2 span {
      color: #21b8a0; }
  .cc-calc-results-section-brand-stat-1 {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px; }
  .cc-calc-results-section-brand-stat-1 .cite-num,
  .cc-calc-results-section-brand-stat-2 .cite-num {
    color: #ffffff !important;
    position: relative;
    bottom: 3px;
    font-size: 14px; }
  .cc-print-discuss-copy {
    padding: 0 10% 0 10%;
    font-size: 21px;
    line-height: 27px; }
    .cc-print-discuss-copy b {
      color: #414141 !important; }
  .cc-faux-bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    z-index: 0; }
  .cc-print-discuss-results-img {
    position: relative;
    width: 600px;
    height: 350px;
    background-image: url("/wp-content/plugins/cc-calculator/app/assets/imgs/Asset3@2x.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 10%;
    margin-bottom: 20px; }
    .cc-print-discuss-results-img img {
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .cc-print-white-bg {
    background: #ffffff !important; }
  .cc-print-remove-left-padding,
  .main_color .cc-print-remove-left-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .cc-calc-wins-print li {
    position: relative !important;
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 10px; }
  .cc-calc-wins-print li::before {
    position: absolute !important;
    top: 1px !important; }
  .entry-content-wrapper div li p,
  #main .entry-content-wrapper div li p {
    margin-top: 0 !important;
    margin-bottom: 15px !important; }
  footer {
    display: none; } }
