body {
  font-family: 'inter', arial, sans-serif;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #ff5c35;
}

.header {
  background-color: #192732;
  padding: 70px 0 0 0;
  height: 590px;
  margin: 0 0 190px 0;
}

/* #hs-logo {
  margin: 0px 80px 0 0;
} */

.top-logos,
.bottom-logos {
  max-width: 100%;
  min-width: 100px;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 30px 0 0;
  /* width: 100%; */
  row-gap: 20px;
}

.logo-footer-container {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 30px 0 0;
  /* width: 500px; */
  row-gap: 20px;
}

.logo-text {
  font-size: 12px;
  color: white;
  margin: 0 20px 0 20px;
  min-width: 100px;
}

.title {
  margin: auto 0 auto 100px;
  font-size: 20px;
  color: #95b7c5;
  /* width: 620px; */
  /* display: flex; */
  line-height: 1em;
  min-width: 150px;
  /* justify-content: start; */
  /* align-items: center; */
}

.hidden {
  display: none;
  visibility: hidden;
}

.intro-container {
  margin: 30px 40px 20px 100px;
  color: white;
}

.greeting {
  margin: 60px 0 20px 0;
  font-size: 38px;
}

.thanks {
  font-size: 24px;
  margin: 10px 0 40px 0;
}

.thanks a {
  color: #ff5c35;
}

.hs-color {
  color: #ff5c35;
  display: inline;
}

.bold {
  font-weight: bold;
  display: inline;
}

/* .card-container {
  /* display: flex; */
/* width: 100%; */
/* margin: 0 80px 0 80px; */
/* column-gap: 20px;
} */

.card-and-lever-container {
  margin: 0 80px 0px 80px;
  height: 50vh;
}

.card-and-lever-background {
  height: 100px;
  position: absolute;
}

.card-class {
  /* max-width: 413px;
  width: 33%; */
  height: 100%;
  padding: 40px 30px 60px 30px;
  border-radius: 10px;
}

.card-1 {
  background: #ff5c35 url(cloud-image-HS.svg) no-repeat right bottom;
}

/* .card-2 {
  background: #98afc4 url(plane-image-HS.svg) no-repeat right bottom;
} */

.card-2 {
  background: #98afc4;
}

.card-3 {
  background: #ffbc4a url(bar-image-HS.svg) no-repeat right bottom;
  /* padding: 0; */
}

.bottom-right-image {
  /* width: 50px; */
  position: absolute;
  float: right;
  right: 0px;
  bottom: 0px;
}

.footprint-container {
  width: 100%;
  /* height: 120px; */
}

.footprint {
  margin: 0 0 20px 0;
}

#footprint-value {
  display: inline-block;
  font-size: 112px;
  margin: 0 0 10px 0;
  font-weight: bold;
  color: white;
  /* align-self: flex-end; */
  line-height: 1em;
}

.footprint-kgco2,
.footprint-km {
  display: inline-block;
  font-size: 28px;
  color: white;
  /* margin: 0 0 0 10px; */
  align-self: flex-end;
}

.footprint-title {
  display: block;
  /* width: 80%; */
  margin: 0px 0 20px 0;
  color: #192732;
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
}

.footprint-subtitle {
  color: #192732;
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.plane-title,
.compare-title {
  display: block;
  /* width: 80%; */
  margin: 0px 0 10px 0;
  color: #192732;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3em;
}

.compare-subtitle {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: normal;
}

.plane-subtitle {
  margin: 0 0 10px 0;
  font-size: 19px;
  font-weight: normal;
}

#plane-value {
  display: inline-block;
  padding: 50px 0 0 0;
  font-size: 72px;
  color: white;
  align-self: flex-end;
  line-height: 1em;
}

.plane-info {
  margin: 10px 0 0 0;
  color: #192732;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2em;
}

.bus-image {
  width: 100%;
  max-height: 130px;
  margin: 20px auto 10px;
}

.bus-conversion {
  color: #192732;
  font-size: 16px;
  text-align: center;
}

/* .compare-container {
  padding: 0 !important;
} */

/* .compare-title {
  padding: 30px;
} */

.progress-bar-container {
  text-shadow: 0px 2px #00000030;
  border-left: 2px solid white;
  padding: 10px 0 10px 0;
}

.progress-company-value {
  font-size: 14px;
  font-weight: bold;
  /* left: 70%;
  position: relative; */
  transform: translate(20%, 0);
  text-align: center;
}

.progress-bar-you {
  display: flex;
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 0 20px 0;
  background-color: #ff5c35;
  border-radius: 0 10px 10px 0;
}
.progress-bar-company {
  display: flex;
  position: relative;
  width: 100%;
  height: 60px;
  /* margin: 0 0 20px 0; */
  background-color: #002c3e;
  border-radius: 0 10px 10px 0;
}

.progress-you,
.progress-company {
  color: white;
  flex: 1;
  position: absolute;
  left: 0;
  right: 0;
  width: 300px;
  height: 60px;
}

/* .progress-you {
  background-color: #54c6cc;
} */

/* .progress-company {
  background-color: #002c3e;
} */

.progress-you,
.progress-company {
  text-align: left;
  /* margin: auto 0 auto 10px; */
  padding: 10px 0 10px 10px;
}

.highest {
  text-align: right;
  margin: auto 10px auto 0px;
}

.progress-user {
  position: relative;
  top: -100px;
  width: 60%;
  height: 120px;
  border-right: 2px solid black;
}

/* .progress-you {
  position: relative;
  top: -100px;
  width: calc(60% + 10px);
  height: 120px;
  text-align: right;
}

.progress-company {
  left: 70%;
  height: 100%;
  position: absolute;
  border-left: 2px dotted black;
} */

.main-body {
  margin: 40px 80px 0 80px;
  background-color: white;
}

.title-container {
  display: flex;
}

.main-title {
  /* margin: 0 80px 0 30px; */
  padding: 70px 0 0 0;
  font-size: 48px;
  font-weight: bold;
  color: #192732;
}

.main-subtitle {
  /* margin: 0 80px 0 30px !important; */
  font-size: 32px;
  color: #192732;
  margin: 0 0 30px 0px;
}

.button-reset {
  width: 140px;
  height: 45px;
  font-size: 17px;
  border: none;
  border-radius: 10px;
  color: white;
  background-color: #192732;
  margin: 0 0px 0 auto;
}

.button-snapshot {
  /* width: 280px; */
  max-width: 280px;
  width: 100%;
  height: 45px;
  font-size: 17px;
  border: none;
  border-radius: 10px;
  color: white;
  background-color: #ff5c35;
  margin: 0 0px 0 0;
}

.levers-subcontainer {
  /* display: flex; */
  margin: 10px 0px 20px 0px;
  padding: 20px 10px 20px 30px;
  background-color: #f6f9fb;
  /* border: 1px solid #cbcbcb; */
  border-radius: 10px;
}

/* .days .levers-left {
  /* width: 320px;
  padding: 20px 20px 0 0; */
/* height: 100px;
  border-right: 1px solid #cbcdc6;
  padding: 40px 20px 0 0;
  margin: 0 30px 0 0;
}  */

.levers-center {
  display: flex;
  /* margin: 0 0 20px 0; */
  padding: 0 0 0 40px;
  align-items: center;
}

.levers-title {
  font-size: 24px;
  font-weight: bold;
  color: #192732;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}
.levers-subtitle {
  font-size: 16px;
  color: #192732;
}

.levers-subtitle p {
  margin: 0;
}

.levers-subtitle p:first-of-type {
  margin: 0 0 10px 0;
}

/* .share-container {
  position: relative;
}
.calc-container {
  width: 200px;
}

.calculator {
  position: absolute;
  top: -10px;
  left: 30px;
} */

.footer {
  /* position: relative; */
  padding: 80px 80px 0 80px;
  background-color: #192732;
  color: white;
  justify-content: space-between;
}

.teamfootprint-info-container {
  margin: 0 80px 0px 80px;
  padding: 30px 50px 30px 50px;
  border-radius: 7px;
  background-color: #2e475c;
  color: white;
  font-size: 28px;
  align-items: center;
}

.teamfootprint-text-container {
  padding: 0 0 0 50px;
}

@media screen and (max-width: 1400px) {
  /* <1200 */
  .levers-right-container {
    padding: 0 0 0 40px;
  }
  .more-info-container {
    max-width: 650px;
  }
  /* #hs-logo {
    margin: 0px 30px 0 0;
  } */
}

@media screen and (max-width: 1200px) {
  /* 992 */
  .levers-right-container {
    padding: 0 0 0 50px;
  }
  .share-title {
    margin: 0 30px 0 0;
    flex: 1 0 auto;
  }
  .email-container {
    margin: 100px;
    flex: 1 0 auto;
  }
}

@media screen and (max-width: 992px) {
  /* 768 */
  .levers-right-container {
    padding: 0 0 0 25px;
  }
  .heat .current-emissions-text {
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 130px;
  }

  .heat .current-text {
    top: 30px;
    left: 0;
    text-align: center;
    width: 130px;
  }
  .tf-logo {
    width: 75%;
    display: block;
    margin: 0 auto 20px auto;
  }
  .teamfootprint-text-container {
    font-size: 18px;
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  /* 576 */
  .levers-right-container {
    padding: 0 0 0 25px;
  }
}

@media screen and (max-width: 576px) {
  /* 576 */
  .levers-right-container {
    padding: 0 0 0 0px;
  }
  .top-logos {
    max-width: 100%;
    min-width: 100px;
    /* margin: 20px 0 0 20px; */
  }
  .logo-text {
    margin: 0px 20px 0 20px;
  }
}

.levers-right {
  background-color: #cbcbcb;
  /* max-width: 200px; */
  height: 160px;
  /* margin-left: auto; */
  border-radius: 10px;
}

.levers-right * {
  text-align: center;
}

.levers-button-container {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.commute-button,
.power-button,
.heat-button {
  /* display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center; */
  padding: 0 5px 5px 5px;
  width: 90px;
  height: 90px;
  margin-right: 10px;
  font-size: 12px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #dddddd;
  line-height: 1em;
  color: #192732;
  font-weight: bold;
}

.commute-button[style*='order: -1;'],
.power-button[style*='order: -1;'],
.heat-button[style*='order: -1;'] {
  margin-right: 30px;
}

.commute-button-container,
.power-button-container,
.heat-button-container {
  width: unset;
  height: 100%;
  padding: 0;
  align-items: center;
}

.commute-button-container[style*='order: -1;'],
.power-button-container[style*='order: -1;'],
.heat-button-container[style*='order: -1;'] {
  /* border-right: #cbcdc6 solid 1px; */
  margin: 0 20px 0 0;
}

/* Ensures all text printed in snapshot */
.power-button-text,
.heat-button-text,
.commute-button-text {
  position: relative;
}

.current-text,
.current-emissions-text {
  position: absolute;
  color: #192732;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.current-text {
  top: -8px;
  left: 0;
  width: 120px;
}

.current-emissions-text {
  width: 120px;
  bottom: -8px;
  left: 0;
}

.power-button-container .icon-container {
  margin: 0px 0 0px 0;
}
.power-button-container .power-button-text {
  padding: 7px 0 0px 0;
}

.levers-first {
  display: flex;
  /* height: 100%; */
  border-right: #cbcdc6 solid 1px;
  margin: 0 20px 0 0;
  min-height: 120px;
}

/* .levers-border {
  border-right: #cbcdc6 solid 1px;
  padding: 0 20px 0 0;
} */

/* .levers-others {
  height: 100%;
} */

/* .commute-button:first-of-type {
  margin-right: 30px;
} */

.button-selected {
  background-color: #192732;
  color: white;
}

.commute-button-text {
  margin-bottom: 5px;
}

.icon-container {
  height: 40px;
  margin: 7px 0 10px 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* TODO: use alternative icons, as html2canvas doesn't support CSS filters */
.icon {
  /* max-height: 100%; */
  /* max-width: 70px; */
  /* height: 42px; */
  /* max-width: 70px; */
  position: absolute;
  bottom: 0;

  /* filter: brightness(0) saturate(100%) invert(13%) sepia(15%) saturate(5294%)
    hue-rotate(165deg) brightness(97%) contrast(101%); */
}

/* .commute-button .icon {
  margin: 10px 0 10px 0;
} */

.commute-button .icon-container {
  height: 40px;
}

.unselected {
  display: none;
}

.selected {
  display: none;
}

/* .button-selected .icon {
  filter: brightness(0) saturate(100%) invert(65%) sepia(60%) saturate(369%)
    hue-rotate(134deg) brightness(97%) contrast(86%);
} */

.neg-change {
  background-color: #91d581;
}

.pos-change {
  background-color: #f6a4a4;
}

.no-change {
  background-color: #cbcbcb;
}

.levers-center {
  padding: 0px;
  /* height: 100%; */
}

.home-site {
  font-size: 19px;
  font-weight: bold;
  color: #192732;
  line-height: 3em;
}

/* .button-container {
  padding: 0 0 0 30px;
} */

.circle-button {
  width: 48px;
  height: 48px;
  color: transparent;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid #dddddd;
  margin: 5px;
  background-color: #dddddd;
}

.circle-button.highlighted {
  background-color: #192732;
  /* color: white; */
}

.change-title {
  padding: 10px 0 0 0;
  font-size: 17px;
  color: #192732;
}

.change-value {
  /* padding: 10px 0 0 0; */
  font-size: 48px;
  color: #ffff;
  line-height: 1em;
  margin: -20px 0 0 0;
}

.change-kgco2 {
  font-size: 21px;
  color: #ffff;
  margin: -20px 0 0 0;
}

.total-change-container {
  margin: 0 0px 0 auto;
  font-size: 24px;
  /* width: 384px; */
  text-align: right;
}

.reset-and-snapshot-container {
  display: flex;
  justify-content: end;
  padding: 30px 0 0 0;
}

.share-title {
  font-weight: bold;
}

.more-info-container {
  padding: 0 120px 0 0;
  margin: 0 0 0 auto;
}

.more-info {
  margin: 0 0 10px 0;
  text-align: right;
  font-style: bold;
  font-size: 18px;
}

.disclaimer {
  margin: 0 0 10px 0;
  /* padding: 0 120px 0 0; */
  text-align: right;
  font-style: italic;
  font-size: 12px;
}

.more-info a {
  color: #ff5c35;
}

.total-text {
  max-width: 370px;
  margin: 0 0 0 auto;
}

.total-value-text-container {
  align-items: center;
}

.total-value-text {
  font-size: 14px;
  text-align: left;
  margin: 0 0 0 auto;
}

.total-value-container {
  /* display: flex; */
  margin: 0 0 0 auto;
  width: 260px;
  /* border-bottom: 5px solid #fc9191; */
}

.total-value-container-border {
  /* display: flex; */
  /* padding: 0 0 0 auto;
  width: 260px; */
  border-bottom: 5px solid #fc9191;
}

.total-value {
  font-size: 62px;
  color: #3c3c3c;
  display: inline-block;
  align-self: flex-end;
  line-height: 62px;
  margin: 0 10px 0 0;
}

.total-kgCO2 {
  font-size: 19px;
  color: #3c3c3c;
  display: inline-block;
  align-self: flex-end;
  line-height: 30px;
}

.total-change {
  font-size: 29px;
  font-weight: bold;
  display: inline-block;
  /* color: #fc9191; */
}

/* LOWER */

.lower {
  background-color: #192732;
}

.lower-intro-container {
  padding: 80px 80px 60px 80px;
}

.lower-title {
  width: 100%;
  font-size: 48px;
  /* font-weight: bold; */
  text-align: center;
  color: white;
  line-height: 1.2em;
}

.lower-subtitle {
  font-size: 24px;
  color: #ffffff;
}

/* START THE CHANGE */

.all-reasons-container {
  padding: 0 80px 60px 80px;
}

.reasons-container-left,
.reasons-container-middle,
.reasons-container-right {
  border-radius: 10px !important;
  padding: 30px 30px 40px 30px;
  height: 100%;
}

.reasons-image-container {
  text-align: right;
}

.reasons-number-container {
  font-size: 72px;
  font-weight: bold;
  color: white;
  margin: -40px 0 0 0;
}

.reasons-body {
  font-size: 36px;
  color: white;
}

.reasons-container-left {
  background-color: #ff7a58;
}

.reasons-container-middle {
  background-color: #ff5c35;
}

.reasons-container-right {
  background-color: #d44325;
}

.all-change-container {
  padding: 0 80px 60px 80px;
}

.change-container-container {
  margin: 0 0 20px 0;
}

.change-container {
  /* display: grid; Ensures we can use ordering on divs */
  /* margin: 0 100px 40px 100px; */
  padding: 40px 40px 40px 40px;
  border-radius: 10px !important;
  background: white;
  height: 100%;
}
.right-change-container {
  /* display: grid; Ensures we can use ordering on divs */
  /* margin: 0 100px 40px 100px; */
  /* padding: 20px 20px 40px 20px; */
  border-radius: 10px !important;
  height: 100%;
}

.right-change-container .change-container {
  height: unset;
}

.change-container-container .middle-change-container {
  height: unset;
  background-color: #dbe4ed;
  padding: 40px 0 40px 0;
}

.middle-change-container .change-body-title,
.middle-change-container .change-body {
  margin: 0 40px 20px 40px;
}

.middle-change-container .link-button {
  margin: 0 40px 0px 40px;
}

.change-container-container .middle-change-container:first-of-type {
  margin: 0 0 0px 0;
}

.change-container-container .middle-change-container:nth-of-type(2) {
  margin: 0 0 0px 0;
}

.right-change-container .change-container:first-of-type {
  margin: 0 0 20px 0;
}

/* .change-container:last-of-type {
  margin: 0 100px 0px 100px;
} */

.link-button {
  max-width: 220px;
  height: 45px;
  background-color: #ff5c35;
  border-radius: 10px;
  color: white;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0px;
}

.change-image-container {
  /* width: 355px; */
  margin: 0 auto;
}

.change-image {
  width: 100%;
  margin: 0 auto 20px auto;
}

.change-body-title {
  font-size: 32px;
  font-weight: bold;
  margin: 0px 0 20px 0px;
  line-height: 1.2em;
}

.change-body {
  /* margin: 0 160px 30px 20px; */
  display: flex;
  gap: 60px;
  font-size: 20px;
}

.change-body-text {
  font-size: 18px;
  margin: 0px 0 20px 0;
}

.no-total-change {
  color: #cbcbcb;
}

.pos-total-change {
  color: #f6a4a4;
}

.neg-total-change {
  color: #91d581;
}

/* ACCORDION */

.accordion {
  display: grid; /* Ensures we can use ordering on divs*/
  margin: 0 100px 0 100px;
}

.accordion-button {
  border-radius: 10px !important;
}

.accordion-item {
  border-radius: 10px !important;
  margin: 0 0 20px 0;
}

.accordion-button:not(.collapsed),
.accordion-button.collapsed {
  background: white;
  color: #192732;
  box-shadow: none;
}

.accordion-button {
  color: #192732;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body-title {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 20px 20px;
}

.accordion-body {
  margin: 0 120px 30px 20px;
  display: flex;
  gap: 60px;
}

.accordion-body-text {
  font-size: 24px;
}

.accordion-image {
  width: 355px;
}

.accordion-questions {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 30px;
  /* line-height: 2em; */
}
.break {
  flex-basis: 100%;
  height: 10px;
}
.accordion-responses {
  width: 60%;
  margin: 0 0 0 auto;
}

.accordion-body,
.accordion-button.collapsed,
.accordion-button.collapsed::after {
  background: white;
  color: #3c3c3c;
  /* margin: 30px 0 30px 30px; */
  padding-bottom: 20px;
}

.accordion-button,
.accordion-button.accordion-button.collapsed {
  padding-bottom: 0px;
  padding-top: 0;
}

.accordion-button:not(.collapsed)::after,
.accordion-button.collapsed::after {
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
  background-image: none;
  display: none;
}

.button-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: white;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
}

.accordion-button.collapsed .button-wrapper {
  border: none;
}

.button-wrapper::after {
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.accordion-button[aria-expanded='true'] .button-wrapper::after {
  font-size: 20px;
  font-weight: bold;
  content: '\2715';
}
.accordion-button[aria-expanded='false'] .button-wrapper::after {
  font-size: 40px;
  font-weight: normal;
  content: '\002b';
}

/* .accordion-button .initial .button-wrapper::after {
  font-size: 20px;
  font-weight: bold;
  content: "\002b" !important;
} */

.accordion-title {
  display: flex;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}

/* FOOTER */

.share-area {
  /* width: 1200px; */
  /* padding: 60px 0px 60px 40px; */
  margin: 80px 80px 120px 80px;
  background-color: #ff7a58;
  border-radius: 10px;
  /* margin: 0 auto 0; */
  /* display: flex; */
}

.share-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 0 40px 0;
}

.calc-container {
  margin: 0 30px 0 20px;
}

.share-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.share-inner {
  display: flex;
  align-items: flex-end;
}

.share-inner > div {
  flex: 1; /*grow*/
}

.share-title-container {
  margin: 0 40px 0 0;
  line-height: 2.4em;
}

.share-title {
  /* width: 380px; */
  /* min-width: 550px; */
  /* max-width: 370px; */
  color: white;
  font-size: 36px;
  margin: 0 30px 0 0;
  flex: 0 1 360px;
}

.email-container {
  margin: 0 30px 0 0;
  /* max-width: 580px; */
  flex: 0 0 400px;
}

/* .email-title {
  min-width: 550px;
  color: white;
  font-size: 24px;
} */

.email-text {
  font-size: 24px;
  margin: 0 0 0px 0;
}

.email-input {
  /* width: 560px; */
  width: 100%;
  /* min-width: 550px; */
  height: 50px;
  padding: 0 0 0 20px;
  font-size: 24px;
  color: #737373;
  font-style: italic;
  background-color: #f4f4f4;
  border-radius: 5px;
  border: none;
}

.email-input:focus {
  outline-width: 0;
}

.share-button-container {
  flex: 0 0 180px;
}

.share-button {
  width: 180px;
  height: 50px;
  font-size: 17px;
  border: none;
  border-radius: 5px;
  color: white;
  background-color: #192732;
  margin: 0px 20px 0 0px;
}

.feedback-container {
  display: flex;
  flex-wrap: no-wrap;
  margin: 0 10px 0 0;
  background-color: white;
  max-width: 470px;
  /* height: 130px; */
  border: 5px solid white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 110px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.feedback-image-text {
  /* max-width: 250px; */
  flex: 1;
  margin: 0 20px 0 0;
}

.feedback-image-contacts {
  flex: 1;
}

/* .footer {
  position: relative;
} */

.copyright {
  /* position: relative;
  left: 0px;
  bottom: 0px; */
  /* padding: 0 120px 30px 10px; */
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: 20px 0 0 110px;
  }
  .feedback-container {
    position: relative;
    top: 0;
    left: 0px;
    border-radius: 20px;
  }
  .more-info-container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .more-info {
    text-align: left;
    margin: 10px 0 0 0;
    font-size: 13px;
  }
  /* .disclaimer {
    text-align: left;
    margin: 10px 0 0 0;
  } */
  /* .copyright {
    text-align: left;
    margin: 10px 0 0 0;
    padding: 0;
  } */
  .all-change-container {
    padding: 0 40px 20px 40px;
  }
}

/* MODAL */
.modal-dialog {
  position: fixed;
  z-index: 1000;
  /* padding-top: 10px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* background-color: rgb(0, 0, 0); */
  /* background-color: rgb(221, 221, 221); */
  background-image: url('loading-background.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.modal-content {
  font-size: 16px;
  height: 200px;
  width: 100%;
  /* width: 80% !important; */
  /* background-color: #fefefe; */
  margin: 40vh auto 0;
  /* padding: 20px; */
  /* border: 1px solid #888; */
  /* border-radius: 5px; */
  text-align: center;
  position: relative;
}

.loading-text {
  font-size: 16px;
  margin: 120px 0 0 0;
}

#loader {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
}
[l] {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}
[a] {
  left: 35px;
}
[b] {
  right: 10px;
  top: 10px;
  animation-delay: 0.2s;
}
[c] {
  top: 35px;
  right: 0;
  animation-delay: 0.4s;
}
[d] {
  right: 10px;
  bottom: 10px;
  animation-delay: 0.6s;
}
[e] {
  left: 35px;
  bottom: 0;
  animation-delay: 0.8s;
}
[f] {
  left: 10px;
  bottom: 10px;
  animation-delay: 1s;
}
[g] {
  top: 35px;
  left: 0;
  animation-delay: 1.2s;
}
[h] {
  left: 10px;
  top: 10px;
  animation-delay: 1.4s;
}
@keyframes loader {
  0% {
    background: #ff603a;
  }
  100% {
    background: #0000;
  }
}

/* .modal-content::after {
  display: inline-block;
  animation: dots steps(1, end) 1s infinite;
  content: "";
}

@keyframes dots {
  0% {
    content: "";
  }
  12% {
    content: "..";
  }
  25% {
    content: "...";
  }
  50% {
    content: "....";
  }
  67% {
    content: ".....";
  }
  75% {
    content: "......";
  }
  87% {
    content: ".......";
  }
  100% {
    content: "";
  }
} */

/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* Tablet layout */
/* From 768px upwards */
/* Keep layout up to xxl display size */
@media screen and (max-width: 1400px) {
  .header {
    padding: 20px 0 0 0;
    margin: 0 0 0 0;
    /* height: 320px; */
  }
  .title {
    margin: auto 0 auto 40px;
  }
  #sust-logo {
    margin: 0px auto;
    padding: 0 40px 0 0;
    height: 28px;
  }
  .intro-container {
    margin: 0 40px 20px 40px;
  }
  .greeting {
    margin: 20px 0 0 0;
  }
  .thanks {
    margin: 0 0px 0 0px;
  }

  .card-and-lever-container .container {
    padding: 0;
  }

  .card-and-lever-container {
    margin: 0 30px 0 30px;
  }

  .card-container {
    margin-bottom: 10px;
  }

  .card-class {
    height: 100%;
    /* padding: 10px 20px 10px 20px; */
  }

  #footprint-value,
  .footprint-kgco2 {
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .card-1,
  .card-2 {
    background-size: contain;
  }

  /* .progress-bar-container {
    height: 70px;
  } */
  /* .progress-user {
    height: 35px;
    top: -35px;
  }

  .progress-you {
    top: -35px;
  }

  .progress-bar-new {
    height: 35px;
  } */

  /* TODO FROM HERE */
  .main-body {
    margin: 30px 30px 0 30px;
  }

  .main-subtitle {
    margin: 0 0 20px 0;
  }

  .button-reset-container {
    text-align: right;
  }

  /* .button-reset {
    width: 80px;
    height: 36px;
    /* margin: 0 20px 0 0; */
  /* } */
  */ .levers-subcontainer {
    padding: 10px 10px 10px 10px;
    margin: unset;
  }

  .circle-button {
    width: 44px;
    height: 44px;
    margin: 0;
  }

  .commute-button,
  .power-button,
  .heat-button {
    width: 80px;
    height: 80px;
  }

  .days {
    margin: 0 0 20px 0;
  }

  .commute-button,
  .power-button,
  .heat-button {
    width: 80px;
    height: 80px;
    font-size: 12px;
    padding: 0px 0 0px 0;
    margin: 10px 5px 0 10px;
  }

  .commute-button:first-of-type {
    margin: 10px 5px 0 10px;
  }

  #commute-fake-button {
    visibility: hidden;
  }

  .commute-button-text,
  .power-button-text,
  .heat-button-text {
    padding: 0 2px 0 2px;
    margin: 10px 0 10px 0;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  /* .power-button-container .icon-container {
    margin: 0px 0 0 0;
  } */

  .icon-container {
    margin: 0 0 5px 0;
  }

  .icon {
    max-height: 30px;
    max-width: 70px;
    margin: 5px 0 0px 0;
  }

  .current-emissions-text {
    bottom: -8px;
    left: 0;
    text-align: center;
    width: 130px;
  }

  .current-text {
    top: 0px;
    left: 0;
    text-align: center;
    width: 130px;
  }

  /* .commute .levers-button-container,
  .power .levers-button-container,
  .heat .levers-button-container {
    display: inline-block;
  } */

  /* .levers-left {
    border-right: 1px solid #cbcdc6;
  } */

  .levers-right {
    margin: 10px 0 0 0;
    /* max-width: 200px; */
    height: 30px;
    /* margin: 0 0 20px 30px; Tablet margins*/
    padding: 2px;
    text-align: left;
  }

  .change-title,
  .change-value,
  .change-kgco2 {
    padding: 0;
    margin: 0;
  }

  .commute,
  .power,
  .heat {
    margin: 0 0 20px 0;
  }

  .power .levers-button-container {
    justify-content: start;
  }

  .total-text {
    max-width: 370px;
    margin: 0 0 10px auto;
  }

  .total-change-container {
    margin: 0 0 20px 0;
  }

  .reset-and-snapshot-container {
    margin: 0 0 0 0;
  }

  /* .button-snapshot {
    font-size: 16px;
    width: 90%;
    max-width: 280px;
    height: 35px;
    margin: 0;
  } */

  .lower-intro-container {
    padding: 50px 30px 0px 30px;
  }
  .all-change-container {
    padding: 0 30px 60px 30px;
  }
  .lower-subtitle {
    margin: 0 0 20px 0;
  }

  /* .change-container {
    margin: 0 20px 10px 20px;
  }
  .change-container:last-of-type {
    margin: 0 20px 0px 20px;
  } */
  .change-body {
    margin: 0;
    margin: 0px 0px 20px 0px;
    display: inline-block;
  }
  .change-body-text {
    margin: 10px 0 0 0;
  }
  /* .change-image {
    width: 100px;
    height: 100px;
  } */
  .link-button {
    margin: 0 0 0 0px;
  }
  .teamfootprint-info-container {
    margin: 0 30px 0px 30px;
  }

  .footer {
    padding: 70px 30px 0 30px;
  }

  .share-area {
    padding: 20px 10px 20px 10px;
    margin: 80px 30px 20px 30px;
  }
  .email-container {
    margin: 0 20px 10px 0;
  }
  .email-text {
    margin: 0 0 10px 0;
  }
  .email-input {
    /* min-width: 400px; */
    font-size: 16px;
  }

  .share-button {
    margin: 0 0 10px 0;
    width: 100%;
  }

  .share-title {
    margin: 0 30px 0 0;
    flex: 1 1 300px;
  }

  /* .copyright {
    padding: 0 10px 30px 10px;
  } */

  /* END TODO */
  /*  */
  /*  */
  /* Font sizes */
  .title {
    font-size: 14px;
  }
  .greeting {
    font-size: 28px;
  }
  .thanks {
    font-size: 16px;
  }
  #footprint-value {
    font-size: 48px;
  }
  .footprint-kgco2 {
    font-size: 16px;
  }
  .footprint-title {
    font-size: 21px;
  }
  .footprint-subtitle {
    font-size: 16px;
  }
  .plane-subtitle {
    font-size: 16px;
  }
  .plane-title {
    font-size: 19px;
  }
  #plane-value {
    font-size: 48px;
  }
  .plane-info {
    font-size: 16px;
  }
  .compare-title {
    font-size: 21px;
  }
  /* .progress-company-value {
    font-size: 12px;
  } */
  .lowest,
  .highest {
    font-size: 12px;
  }
  .progress-you,
  .progress-company {
    font-size: 14px;
  }

  .main-title {
    font-size: 48px;
    padding: 30px 0 0 0;
  }
  .main-subtitle {
    font-size: 32px;
  }
  .button-reset {
    font-size: 17px;
  }
  .levers-title {
    font-size: 20px;
  }
  .levers-subtitle {
    font-size: 14px;
  }
  .home-site {
    font-size: 14px;
  }
  .total-text {
    font-size: 21px;
  }

  .change-title {
    font-size: 14px;
  }

  .change-value {
    font-size: 24px;
    text-align: right;
    padding: 0 10px 0 0;
  }
  .change-kgco2 {
    font-size: 14px;
    text-align: left;
  }

  .lower-title {
    font-size: 32px;
    margin: 0 0 50px 0;
  }
  .all-reasons-container {
    padding: 0 30px 60px 30px;
  }

  .lower-subtitle {
    font-size: 16px;
  }
  .change-body-title {
    font-size: 21px;
    font-weight: bold;
    margin: 10px 20px 10px 0px;
  }
  .change-body-text {
    font-size: 14px;
  }
  .share-title {
    font-size: 32px;
  }
  .email-text {
    font-size: 16px;
  }
  .copyright {
    font-size: 12px;
    color: white;
  }
}

/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* Mobile layout */
/* Keep layout up to tablet size */
/* @media screen and (max-width: 576px) { */
@media screen and (max-width: 768px) {
  .header {
    padding: 20px 0 0 0;
    height: 900px;
  }
  .title {
    margin: auto 0 auto 20px;
  }
  /* #hs-logo {
    margin: 0px 20px 0 0;
  } */
  #sust-logo {
    margin: 0px auto;
    padding: 0 20px 0 0;
    height: 12px;
  }
  .intro-container {
    margin: 0 20px 40px 20px;
  }
  .greeting {
    margin: 40px 0 0 0;
  }

  .card-and-lever-container .container {
    padding: 0;
  }

  .card-and-lever-container {
    /* padding: 0 20px 0 20px; */
    margin: 0 10px 0 10px;
    height: 80vh;
  }

  .card-container {
    margin-bottom: 10px;
  }

  .card-class {
    height: 100%;
    padding: 20px 20px 20px 20px;
  }

  #footprint-value,
  .footprint-kgco2 {
    text-align: right;
    margin: 0;
    padding: 0;
  }
  .card-1,
  .card-2 {
    background-size: contain;
  }

  #plane-value {
    text-align: right;
    padding: 10px 0 0 0;
  }

  .footprint {
    margin: 0;
  }

  /* .progress-bar-container {
    height: 90px;
  }
  .progress-user {
    height: 35px;
    top: -35px;
  }

  .progress-you {
    top: -35px;
  }

  .progress-bar-new {
    height: 35px;
  } */

  .progress-you,
  .progress-company {
    font-size: 14px;
  }

  .main-body {
    margin: 30px 20px 0 20px;
  }

  .main-subtitle {
    margin: 0 0 20px 0;
  }

  .button-reset-container {
    text-align: right;
  }

  .button-reset {
    width: 80px;
    height: 36px;
  }

  .levers-subcontainer {
    padding: 10px 10px 10px 10px;
    margin: unset;
  }

  .circle-button {
    width: 44px;
    height: 44px;
    margin: 0;
  }

  .commute-button,
  .power-button,
  .heat-button {
    width: 80px;
    height: 80px;
  }

  .days {
    margin: 0 0 20px 0;
  }

  .commute-button-container[style*='order: -1;'],
  .power-button-container[style*='order: -1;'],
  .heat-button-container[style*='order: -1;'] {
    margin: 0 0px 0 0;
  }

  .commute-button,
  .power-button,
  .heat-button {
    width: 80px;
    height: 80px;
    font-size: 12px;
    padding: 0px 0 0px 0;
    margin: 10px 5px 0 10px;
  }

  .commute-button:first-of-type {
    margin: 10px 5px 0 10px;
  }

  #commute-fake-button {
    visibility: hidden;
  }

  .commute-button-text,
  .power-button-text,
  .heat-button-text {
    max-width: 80%;
    padding: 0 2px 0 2px;
    margin: 10px 0 0 0;
    text-align: center;
    margin: 0 auto;
  }

  .icon-container {
    /* height: 40px; */
    margin: 10px 0 0px 0;
    padding: 10px 0 0 0;
  }

  /* .power-button-container .icon-container {
    margin: 0px 0 0px 0;
  } */

  .power-button-container .icon {
    margin: 0px 0 0px 0;
  }

  .icon {
    max-height: 30px;
    margin: 0px 0 10px 0;
  }

  /* .commute .levers-button-container,
  .power .levers-button-container,
  .heat .levers-button-container {
    display: inline-block;
  } */

  /* .levers-left {
    border-right: none;
  } */
  .levers-subtitle p:first-of-type {
    margin: 0 0 0px 0;
  }
  .levers-right {
    margin: 10px 0 0 0;
    max-width: 100%;
    height: 35px;
    /* margin: 0 0 20px 30px; Tablet margins*/
    padding: 5px;
    text-align: center;
  }

  .commute,
  .power,
  .heat {
    margin: 0 0 20px 0;
  }

  .power .levers-button-container {
    justify-content: start;
  }

  .total-text {
    max-width: 270px;
    margin: 0 0 10px auto;
  }

  .total-change-container {
    margin: 0 0 20px 0;
  }

  .reset-and-snapshot-container {
    margin: 0px 0 0 0;
  }

  .button-snapshot {
    font-size: 16px;
    /* width: 90%; */
    max-width: 200px;
    height: 35px;
    margin: 0;
  }

  .lower-intro-container {
    padding: 50px 20px 0px 20px;
  }
  .lower-title {
    width: 100%;
  }
  .lower-subtitle {
    margin: 0 0 20px 0;
  }
  .change-container {
    padding: 10px 10px 10px 10px;
    margin: 0 0 20px 0;
  }
  .change-container-container {
    margin: 0 0 20px 0;
  }

  /*.change-container:last-of-type {
    margin: 0 20px 0px 20px;
  } */
  .change-body {
    margin: 0;
    margin: 0px 20px 20px 0px;
    display: inline-block;
  }
  .change-body-text {
    margin: 10px 0 0 0;
  }
  /* .change-image {
    width: 100px;
    height: 100px;
  } */

  .footer {
    padding: 40px 10px 0 30px;
  }

  .all-change-container {
    padding: 0 20px 20px 20px;
  }

  .share-area {
    padding: 20px 10px 20px 10px;
    margin: 60px 0px 40px 0px;
    border-radius: 0;
  }

  .share-container {
    padding: 20px 0 20px 0;
  }

  .email-container {
    margin: 0 0 10px 0;
  }
  .email-text {
    margin: 0 0 10px 0;
  }
  .email-input {
    /* max-width: 300px; */
    font-size: 16px;
  }

  .share-button {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .link-button {
    margin: 0 0 0 0px;
    width: unset;
  }
  .disclaimer {
    padding: 0px 30px 0 0px;
  }
  .copyright {
    padding: 0px 30px 0 0px;
  }

  /*  */
  /*  */
  /* Font sizes */
  .title {
    font-size: 12px;
  }
  /* #hs-logo {
    height: 26px;
  } */
  .greeting {
    font-size: 28px;
  }
  .thanks {
    font-size: 16px;
  }
  #footprint-value {
    font-size: 48px;
  }
  .footprint-kgco2 {
    font-size: 16px;
  }
  .footprint-title {
    font-size: 21px;
  }
  .footprint-subtitle {
    font-size: 16px;
  }
  .plane-title {
    font-size: 19px;
  }
  #plane-value {
    font-size: 36px;
  }
  .plane-info {
    font-size: 16px;
  }
  .compare-title {
    font-size: 21px;
  }
  .progress-company-value {
    font-size: 12px;
  }
  .lowest,
  .highest {
    font-size: 12px;
  }
  .progress-you {
    font-size: 12px;
  }
  .main-title {
    font-size: 28px;
    margin: 60px 0 0 0;
  }
  .main-subtitle {
    font-size: 16px;
    margin: 0 0 20px 0px;
  }
  /* .button-reset {
    font-size: 12px;
  } */
  .levers-title {
    font-size: 19px;
  }
  .levers-subtitle {
    font-size: 14px;
  }
  .home-site {
    font-size: 14px;
  }
  .total-text {
    font-size: 16px;
  }

  .change-title {
    font-size: 14px;
  }

  .change-value {
    font-size: 24px;
  }
  .change-kgco2 {
    font-size: 14px;
  }

  .lower-title {
    font-size: 28px;
  }
  .lower-subtitle {
    font-size: 16px;
  }
  .change-body-title {
    font-size: 21px;
    font-weight: bold;
    margin: 10px 20px 10px 0px;
  }
  .change-body-text {
    font-size: 14px;
  }
  .share-title {
    font-size: 28px;
  }
  .email-text {
    font-size: 14px;
  }
  .copyright {
    font-size: 12px;
    color: white;
  }
}

@media screen and (max-width: 1200px) {
  .share-title {
    margin: 0 30px 0 0;
    flex: 1 0 auto;
  }
  .calculator {
    margin: 0 0 20px 0;
  }
  .email-container {
    margin: 0 20px 0 20px;
    flex: 1 0 400px;
  }
  .share-button-container {
    margin: 0 20px 0 0;
  }
  .share-button {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .share-title {
    margin: 0 0px 10px 0px;
    padding: 0 10px 0 10px;
    flex: 1 0 100%;
  }
  .calculator {
    display: none;
  }
  .email-container {
    margin: 0 10px 0 10px;
    flex: 1 0 auto;
  }
  .share-button-container {
    margin: 0 10px 0 0;
  }
  .commute .current-emissions-text {
    bottom: 25px;
    left: 0;
    text-align: center;
    width: 130px;
  }

  .commute .current-text {
    top: 35px;
    left: 0;
    text-align: center;
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .current-text {
    top: 5px;
    left: 0px;
    width: 180px;
  }

  .current-emissions-text {
    width: 180px;
    bottom: -8px;
    left: 0px;
  }

  .heat .current-emissions-text {
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 180px;
  }

  .heat .current-text {
    top: 33px;
    left: 0;
    text-align: center;
    width: 180px;
  }
  .commute .current-emissions-text {
    bottom: -5px;
    left: 0;
    text-align: center;
    width: 180px;
  }

  .commute .current-text {
    top: 5px;
    left: 0;
    text-align: center;
    width: 180px;
  }
}

@media screen and (max-width: 660px) {
  .current-text {
    top: 35px;
    left: 0px;
    width: 180px;
  }

  .current-emissions-text {
    width: 180px;
    bottom: 25px;
    left: 0px;
  }

  .power .current-emissions-text {
    bottom: -5px;
    left: 0;
    text-align: center;
    width: 180px;
  }

  .power .current-text {
    top: 5px;
    left: 0;
    text-align: center;
    width: 180px;
  }
  .commute .current-emissions-text {
    bottom: 30px;
    left: 0;
    text-align: center;
    width: 180px;
  }

  .commute .current-text {
    top: 35px;
    left: 0;
    text-align: center;
    width: 180px;
  }
}

@media screen and (max-width: 576px) {
  /* #hs-logo {
    margin: 20px 80px 0 0;
  } */
  .email-container {
    padding: 0 10px 10px 10px;
    flex: 1 0 100%;
  }
  .share-container {
    padding: 0px 0 0px 0;
  }

  .share-button-container {
    padding: 0 10px 10px 10px;
    margin: 0 0 0 0px;
    flex: 1 0 100%;
  }
  .current-text {
    top: 35px;
    left: 0px;
    width: 130px;
  }

  .current-emissions-text {
    width: 130px;
    bottom: 25px;
    left: 0px;
  }
  .power .current-emissions-text {
    bottom: -5px;
    left: 0;
    text-align: center;
    width: 130px;
  }

  .power .current-text {
    top: 5px;
    left: 0;
    text-align: center;
    width: 130px;
  }
  .heat .current-emissions-text {
    bottom: 23px;
    left: 0;
    text-align: center;
    width: 130px;
  }

  .heat .current-text {
    top: 34px;
    left: 0;
    text-align: center;
    width: 130px;
  }
  .commute .current-emissions-text {
    bottom: 30px;
    left: 0;
    text-align: center;
    width: 130px;
  }

  .commute .current-text {
    top: 35px;
    left: 0;
    text-align: center;
    width: 130px;
  }
}

@media screen and (max-width: 538px) {
  .title {
    margin: 0px 0 20px 20px;
  }
  .logo-container {
    margin: 0 20px 0 20px;
  }
  .logo-footer-container {
    padding: 0 60px 0 20px;
  }
}

@media screen and (max-width: 516px) {
  .heat .current-emissions-text {
    bottom: 25px;
    left: 0;
    text-align: center;
    width: 130px;
  }

  .heat .current-text {
    top: 35px;
    left: 0;
    text-align: center;
    width: 130px;
  }

  .feedback-container {
    flex-wrap: wrap;
  }
  .feedback-image-text-container {
    width: 100%;
  }
  .feedback-image-text {
    /* width: 100%; */
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 498px) {
  .heat .current-emissions-text {
    bottom: 70px;
    left: 0;
    text-align: center;
    width: 130px;
  }

  .heat .current-text {
    top: 80px;
    left: 0;
    text-align: center;
    width: 130px;
  }
}

@media screen and (max-width: 440px) {
  .main-title {
    margin: 100px 0 0 0;
  }
}
@media screen and (max-width: 420px) {
  .main-title {
    margin: 130px 0 0 10px;
  }
}
@media screen and (max-width: 400px) {
  .logo-footer-container {
    padding: 0 80px 0 20px;
  }
}

@media screen and (max-width: 385px) {
  .main-title {
    margin: 160px 0 0 10px;
  }
}
