

html, body, div, span, applet, object, iframe,
h1, h3, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 80%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'nordbook';
  box-sizing: border-box;
}


h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Very Vogue';
  box-sizing: border-box;
}
h4 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 24px;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Very Vogue';
  box-sizing: border-box;
}

.single-matrix-caption2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}


* {
  box-sizing: border-box !important;
  outline: none !important;
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact !important;
    -moz-print-color-adjust: exact !important;
    -ms-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}

@media print {
  .hide-on-print {
    display: none;
  }
  .show-on-print-only {
    display: initial;
  }
  .page-break-before {
    page-break-before: always;
  }
  .print-border {
    border: 1px solid #ffffff;
  }
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  position: relative;
}

.print-bg {
  display: none;
}
@media print {
  .print-bg {
    z-index: 0;
    display: block;
    background: #ffffff;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
}

body {
  line-height: 1;
  background-image: url(background.png) !important;
  padding: 48px 0;
}
@media print {
  body {
    background-color: #222 !important;
    -webkit-print-color-adjust: exact !important;
    -moz-print-color-adjust: exact !important;
    -ms-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  max-width: 1252px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  color: #fff;
}

.pdf-logo {
  display: none;
}
@media print {
  .pdf-logo {
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0;
    page-break-before: always;
  }
}

.main {
  padding: 40px 110px;
  position: relative;
}
@media (max-width: 1400px) {
  .main {
    padding: 40px 40px;
  }
}
@media (max-width: 991px) {
  .main {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 30px 0px;
  }
}
@media print {
  .main {
    padding: 0px 90px;
  }
}

.main-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media print {
  .main-wrap {
    display: block !important;
  }
}

.section-content {
  position: relative;
}
.section-content .avatar {
  transform: translateY(105px);
}
@media (max-width: 991px) {
  .section-content .avatar {
    transform: none;
  }
}
@media print {
  .section-content .avatar {
    transform: none;
  }
}
@media print {
  .section-content {
    flex: 0 0 100%;
    padding: 0;
    margin-top: 30px;
  }
}

.disabled-button {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
}

.button {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
}
.button-gradient {
  border: 0px solid transparent;
  color: #222222;
  background: linear-gradient(0deg, #FFBF64 0%, #FFBF64 100%), linear-gradient(90deg, #F3B948 0%, #FBF5C1 100%), #FFF;
}
.button-gradient:hover {
  box-shadow: 0px 14px 34px 0px rgb(101, 82, 176);
}
.button.md {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  padding: 16px 22px;
}
.button.md-width {
  width: 263px;
}
.button.lg {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  padding: 14px 22px;
}
.button.color-dark {
  color: #302F2F;
}
.button.full {
  width: 100%;
}

.button {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0px solid transparent;
  padding: 18px;
  border-radius: 32px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button.disabled-button {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-outline-gradient {
  border-radius: 100px;
  border: 3px solid #FF9F84;
  background: linear-gradient(0deg, #FFFBF5 0%, #FFFBF5 100%), #FFF;
}
.button-outline-gradient:hover {
  border: 3px solid transparent;
  color: #222222;
  background: linear-gradient(0deg, #FFBF64 0%, #FFBF64 100%), linear-gradient(90deg, #151514 0%, #FBF5C1 100%), #FFF;
}
.button-primary {
  background: linear-gradient(0deg, #FFBF64 0%, #FFBF64 100%), linear-gradient(90deg, #F3B948 0%, #FBF5C1 100%), #FFF;
  color: #000;
}

.button-primary:hover {
  background: var(--gold, linear-gradient(93deg, #FFAC36 -4.4%, #FFFAD0 112.24%), #FFF);
  color: #000;
}

.button-border-gradient-dark {
  border: 1px solid transparent;
  background: linear-gradient(#222, #222) padding-box, linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%) border-box;
  color: #fff;
}
.button-lg {
  min-width: 303px;
}
@media screen and (max-width: 767px) {
  .button-lg {
    min-width: auto;
  }
}
.button.full-width {
  width: 100%;
}

.download-result-pdf {
  margin-top: 34px;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.download-result-pdf.no-data {
  opacity: 0.3;
  cursor: not-allowed;
  transition: 0.5s all linear;
}
.download-result-pdf.no-data > * {
  pointer-events: none;
}
.download-result-pdf > .button {
  flex: 1 1;
}
@media screen and (max-width: 767px) {
  .download-result-pdf > .button:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .download-result-pdf {
    margin-top: 24px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media print {
  .download-result-pdf {
    display: none;
  }
}

.energy-date-form {
  padding: 24px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid #D9D9D9;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .energy-date-form {
    border-radius: 24px;
    padding: 16px;
  }
}

.form-submit {
  margin-top: 0;
}

.form-item {
  margin-bottom: 24px;
  position: relative;
  
}
.form-item:last-child {
  margin-bottom: 0;
}
.form-item input, .form-item textarea, .form-item select {
  padding: 15px 24px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 32px;
  width: 100%;
  max-width: 100%;
  font-family: 'nordbook';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
}
.form-item input:-webkit-autofill, .form-item input:-webkit-autofill:focus, .form-item textarea:-webkit-autofill, .form-item textarea:-webkit-autofill:focus, .form-item select:-webkit-autofill, .form-item select:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
.form-item textarea {
  resize: vertical;
}
.form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: center right 30px;
}
.form-item .reset-input {
  position: absolute;
  width: 20px;
  height: 20px;
  
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  top: 20px;
  right: 25px;
  cursor: pointer;
}

.print-date {
  display: none;
}
@media print {
  .print-date {
    display: block;
  }
}
.print-date p {
  background-color: #ffffff;
  border: 1px solid #4F4F4F;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  padding: 11px 20px 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  background-size: 12px;
  background-position: center right 30px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.energy-date-init {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .energy-date-init {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .energy-date-init {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .energy-date-init {
    padding: 0 15px;
  }
}
@media print {
  .energy-date-init {
    display: none;
  }
}

@media (max-width: 1400px) {
  .energy-result {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .energy-result {
    padding: 0 15px 40px 15px;
  }
}
@media print {
  .energy-result {
    padding: 10px 0;
  }
}
.energy-result-caption {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 24px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .energy-result-caption {
    display: none;
  }
}
@media print {
  .energy-result-caption {
    color: #302F2F;
  }
}
.energy-result-row {
  display: grid;
  border-collapse: collapse;
  min-width: 100%;
  grid-template-columns: minmax(77px, 0fr) minmax(35%, 1fr) minmax(12%, 1fr) minmax(12%, 1fr) minmax(12%, 1fr);
  min-height: 79px;
  align-items: center;
  border: 1px solid #4F4F4F;
  border-radius: 50px;
  padding: 8px 15px 8px 0px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .energy-result-row {
    grid-template-columns: minmax(77px, 0fr) minmax(45%, 1fr) 1fr;
    border-radius: 24px;
    padding: 12px 15px 12px 0;
  }
}
.energy-result-row:nth-child(odd) {
  border: 0.5px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.11);
}
.energy-result-row:nth-child(even) {
  border: 0.5px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.05);
}
@media print {
  .energy-result-row {
    background: #ffffff !important;
    border: 1px solid #4F4F4F;
  }
}
.energy-result-icon {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.energy-result-icon img {
  position: relative;
}
.energy-result-icon img:first-child {
  display: block;
}
@media print {
  .energy-result-icon img:first-child {
    display: none;
  }
}
.energy-result-icon img:last-child {
  display: none;
}
@media print {
  .energy-result-icon img:last-child {
    display: block;
  }
}
.energy-result-icon:before {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";

}

.energy-result-cell {
  text-align: center;
  color: #fff;
  line-height: 140%;
  font-size: 12px;
  font-weight: bold;
}
@media print {
  .energy-result-cell {
    color: #302F2F;
  }
}
@media screen and (max-width: 1400px) {
  .energy-result-cell {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .energy-result-cell:nth-child(n+3) {
    display: none;
  }
}
.energy-result-cell-info-mobile {
  display: none;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .energy-result-cell-info-mobile {
    display: block;
  }
  .energy-result-cell-info-mobile img {
    display: block;
  }
}
.energy-result-cell__mobile-inner {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.energy-result-cell__mobile-inner:last-child {
  margin-bottom: 0;
}
.energy-result-cell__mobile-inner span {
  font-size: 16px;
  font-weight: 600;
}
.energy-result-cell.mobile {
  display: none;
  padding-left: 8px;
  border-left: 1px solid #828282;
}
@media screen and (max-width: 767px) {
  .energy-result-cell.mobile {
    display: block;
  }
}
.energy-result-cell:first-child {
  height: 100%;
}
.energy-result-cell-title {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .energy-result-cell-title {
    font-size: 16px;
  }
}
.energy-result-cell-subtitle {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .energy-result-cell-subtitle {
    font-size: 12px;
  }
}
.energy-result-cell:nth-child(2) {
  text-align: left;
}

.avatar {
  position: relative;
}
@media screen and (max-width: 767px) {
  .avatar {
    margin: 0 -35px 0 -30px;
  }
}
.avatar img {
  width: 100%;
}

.avatar-energy-link {
  position: absolute;
}
@media print {
  .avatar-energy-link li {
    color: #000000 !important;
  }
}
@media print {
  .avatar-energy-link li span {
    background: #000000 !important;
  }
}
.avatar-energy-link__sector_1 {
  left: 3%;
  top: 30%;
  height: 8.6%;
  width: 23%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_1 {
    left: 2%;
  }
}
.avatar-energy-link__sector_1 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 6px;
  height: 6px;
  align-items: center;
  justify-content: center;
}
.avatar-energy-link__sector_1 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.avatar-energy-link__sector_1 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: -200%;
  font-weight: 500;
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_1 li:before {
    font-size: 6px;
    left: -100%;
  }
}
.avatar-energy-link__sector_1 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 150%;
  font-weight: 400;
  font-size: 6px;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_1 li:after {
    font-size: 5px;
    left: 130%;
  }
}
.avatar-energy-link__sector_1 li:nth-child(1) {
  left: -11.5%;
}
.avatar-energy-link__sector_1 li:nth-child(2) {
  left: -11.5%;
}
.avatar-energy-link__sector_1 li:nth-child(3) {
  left: -9.2%;
}
.avatar-energy-link__sector_1 li:nth-child(4) {
  left: -6.4%;
}
.avatar-energy-link__sector_1 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_1 li:nth-child(4):after {
    font-size: 6px;
  }
}
.avatar-energy-link__sector_1 li:nth-child(5) {
  left: -2.2%;
}
.avatar-energy-link__sector_1 li:nth-child(6) {
  left: 2%;
}
.avatar-energy-link__sector_1 li:nth-child(7) {
  left: 7%;
}
.avatar-energy-link__sector_2 {
  left: 17%;
  top: 17%;
  height: 6%;
  width: 23%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
.avatar-energy-link__sector_2 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 8px;
  height: 8px;
  align-items: center;
  justify-content: center;
}
.avatar-energy-link__sector_2 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.avatar-energy-link__sector_2 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: -250%;
  font-weight: 500;
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:before {
    font-size: 6px;
  }
}
.avatar-energy-link__sector_2 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 200%;
  font-weight: 400;
  font-size: 6px;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:after {
    font-size: 5px;
  }
}
.avatar-energy-link__sector_2 li:nth-child(1) {
  left: -14.3%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(1) {
    left: -17.3%;
    top: 8%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(1):before {
  top: -50%;
  left: -200%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(1):before {
    top: -50%;
    left: -100%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(1):after {
  top: 108%;
  left: 148%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(1):after {
    top: 108%;
    left: 148%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(2) {
  left: -5.5%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(2) {
    left: -7.5%;
    top: 4%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(2):before {
  top: -82%;
  left: -140%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(2):before {
    top: -82%;
    left: -100%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(2):after {
  top: 105%;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(2):after {
    top: 105%;
    left: 100%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(3) {
  left: 4.2%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(3) {
    left: 3.2%;
    top: 2%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(3):before {
  top: -90%;
  left: -160%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(3):before {
    top: -90%;
    left: -100%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(3):after {
  top: 115%;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(3):after {
    top: 115%;
    left: 100%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(4) {
  left: 13.6%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(4) {
    left: 14.6%;
    top: -1%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
  top: 110%;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(4):after {
    font-size: 6px;
  }
}
.avatar-energy-link__sector_2 li:nth-child(4):before {
  top: -125%;
  left: -100%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(4):before {
    top: -100%;
    left: -100%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(5) {
  left: 27.8%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(5) {
    left: 27.8%;
    top: 0%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(5):before {
  top: -125%;
  left: -130%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(5):before {
    top: -125%;
    left: -100%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(5):after {
  top: 140%;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(5):after {
    top: 140%;
    left: 100%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(6) {
  left: 42%;
  top: 1%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(6) {
    left: 43%;
    top: 0%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(6):before {
  top: -120%;
  left: -150%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(6):before {
    top: -120%;
    left: -100%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(6):after {
  top: 160%;
  left: 70%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(6):after {
    top: 160%;
    left: 70%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(7) {
  left: 56%;
  top: 7%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(7) {
    left: 58%;
    top: 3%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(7):before {
  top: -150%;
  left: -100%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(7):before {
    top: -150%;
    left: -100%;
  }
}
.avatar-energy-link__sector_2 li:nth-child(7):after {
  top: 150%;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_2 li:nth-child(7):after {
    top: 150%;
    left: 100%;
  }
}
.avatar-energy-link__sector_3 {
  left: 57%;
  top: 17%;
  height: 6%;
  width: 23%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
.avatar-energy-link__sector_3 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 8px;
  height: 8px;
  align-items: center;
  justify-content: center;
}
.avatar-energy-link__sector_3 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.avatar-energy-link__sector_3 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: -250%;
  font-weight: 500;
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:before {
    font-size: 6px;
  }
}
.avatar-energy-link__sector_3 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 200%;
  font-weight: 400;
  font-size: 6px;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:after {
    font-size: 5px;
  }
}
.avatar-energy-link__sector_3 li:nth-child(1) {
  left: 28.7%;
  top: 5%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(1) {
    left: 32.7%;
    top: 11%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(1):before {
  top: -50%;
  left: 175%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(1):before {
    top: -50%;
    left: 140%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(1):after {
  top: 65%;
  left: -250%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(1):after {
    top: 65%;
    left: -200%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(2) {
  left: 19.5%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(2) {
    left: 22.5%;
    top: 6%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(2):before {
  top: -82%;
  left: 165%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(2):before {
    top: -82%;
    left: 130%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(2):after {
  top: 105%;
  left: -300%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(2):after {
    top: 100%;
    left: -230%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(3) {
  left: 6.2%;
  top: -5%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(3) {
    left: 12.2%;
    top: 5%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(3):before {
  top: -90%;
  left: 160%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(3):before {
    top: -90%;
    left: 160%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(3):after {
  top: 135%;
  left: -200%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(3):after {
    top: 100%;
    left: -200%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(4) {
  left: -5.4%;
  top: -5%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(4) {
    left: -2.4%;
    top: 0%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
  top: 140%;
  left: -225%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(4):after {
    font-weight: 700;
    font-size: 5px;
    top: 140%;
    left: -180%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(4):before {
  top: -125%;
  left: 140%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(4):before {
    top: -100%;
    left: 150%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(5) {
  left: -17.2%;
  top: -3%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(5) {
    left: -14.2%;
    top: 0%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(5):before {
  top: -125%;
  left: 175%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(5):before {
    top: -130%;
    left: 130%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(5):after {
  top: 160%;
  left: -180%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(5):after {
    top: 160%;
    left: -180%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(6) {
  left: -30%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(6) {
    left: -31%;
    top: -2%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(6):before {
  top: -120%;
  left: 150%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(6):before {
    top: -120%;
    left: 150%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(6):after {
  top: 160%;
  left: -200%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(6):after {
    top: 160%;
    left: -200%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(7) {
  left: -44%;
  top: 5%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(7) {
    left: -48%;
    top: 5%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(7):before {
  top: -150%;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(7):before {
    top: -135%;
    left: 135%;
  }
}
.avatar-energy-link__sector_3 li:nth-child(7):after {
  top: 150%;
  left: -200%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_3 li:nth-child(7):after {
    top: 150%;
    left: -186%;
  }
}
.avatar-energy-link__sector_4 {
  left: 79%;
  top: 30%;
  height: 8.6%;
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.avatar-energy-link__sector_4 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 9px;
  height: 9px;
  align-items: center;
  justify-content: center;
}
.avatar-energy-link__sector_4 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.avatar-energy-link__sector_4 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 180%;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_4 li:before {
    font-size: 6px;
    left: 150%;
  }
}
.avatar-energy-link__sector_4 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  font-weight: 400;
  font-size: 6px;
  left: -330%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_4 li:after {
    font-size: 5px;
    left: -280%;
  }
}
.avatar-energy-link__sector_4 li:nth-child(1) {
  left: -21.3%;
}
.avatar-energy-link__sector_4 li:nth-child(2) {
  left: -16.2%;
}
.avatar-energy-link__sector_4 li:nth-child(3) {
  left: -13%;
}
.avatar-energy-link__sector_4 li:nth-child(4) {
  left: -9.2%;
}
.avatar-energy-link__sector_4 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_4 li:nth-child(4):after {
    font-size: 6px;
  }
}
.avatar-energy-link__sector_4 li:nth-child(5) {
  left: -6.2%;
}
.avatar-energy-link__sector_4 li:nth-child(6) {
  left: -4.1%;
}
.avatar-energy-link__sector_4 li:nth-child(7) {
  left: -2.3%;
}
.avatar-energy-link__sector_5 {
  left: 78.3%;
  top: 48%;
  height: 8.6%;
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.avatar-energy-link__sector_5 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 10px;
  height: 10px;
  align-items: center;
  justify-content: center;
}
.avatar-energy-link__sector_5 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.avatar-energy-link__sector_5 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 180%;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_5 li:before {
    font-size: 6px;
    left: 145%;
  }
}
.avatar-energy-link__sector_5 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  font-weight: 400;
  font-size: 6px;
  left: -300%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_5 li:after {
    font-size: 5px;
  }
}
.avatar-energy-link__sector_5 li:nth-child(1) {
  left: -2.3%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_5 li:nth-child(1):after {
    left: -230%;
  }
}
.avatar-energy-link__sector_5 li:nth-child(2) {
  left: -4.2%;
}
.avatar-energy-link__sector_5 li:nth-child(2):after {
  left: -330%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_5 li:nth-child(2):after {
    left: -230%;
  }
}
.avatar-energy-link__sector_5 li:nth-child(3) {
  left: -6%;
}
.avatar-energy-link__sector_5 li:nth-child(3):after {
  left: -330%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_5 li:nth-child(3):after {
    left: -230%;
  }
}
.avatar-energy-link__sector_5 li:nth-child(4) {
  left: -8.7%;
}
.avatar-energy-link__sector_5 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
  left: -390%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_5 li:nth-child(4):after {
    left: -230%;
    font-size: 6px;
  }
}
.avatar-energy-link__sector_5 li:nth-child(5) {
  left: -12.4%;
}
.avatar-energy-link__sector_5 li:nth-child(5):after {
  left: -332%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_5 li:nth-child(5):after {
    left: -230%;
  }
}
.avatar-energy-link__sector_5 li:nth-child(6) {
  left: -16.1%;
}
.avatar-energy-link__sector_5 li:nth-child(6):after {
  left: -380%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_5 li:nth-child(6):after {
    left: -230%;
  }
}
.avatar-energy-link__sector_5 li:nth-child(7) {
  left: -21.3%;
}
.avatar-energy-link__sector_5 li:nth-child(7):after {
  left: -330%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_5 li:nth-child(7):after {
    left: -230%;
  }
}
.avatar-energy-link__sector_6 {
  left: 52%;
  top: 63%;
  height: 5.6%;
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.avatar-energy-link__sector_6 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 8px;
  height: 8px;
  align-items: center;
  justify-content: center;
}
.avatar-energy-link__sector_6 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.avatar-energy-link__sector_6 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: -180%;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_6 li:before {
    font-size: 6px;
  }
}
.avatar-energy-link__sector_6 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  font-weight: 400;
  font-size: 6px;
  left: 200%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_6 li:after {
    font-size: 5px;
  }
}
.avatar-energy-link__sector_6 li:nth-child(1) {
  left: 40.7%;
  top: 16%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_6 li:nth-child(1) {
    left: 45.7%;
    top: 8%;
  }
}
.avatar-energy-link__sector_6 li:nth-child(1):before {
  left: 158%;
  top: 83%;
}
.avatar-energy-link__sector_6 li:nth-child(1):after {
  left: -211%;
  top: -78%;
}
.avatar-energy-link__sector_6 li:nth-child(2) {
  left: 31.8%;
  top: 18%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_6 li:nth-child(2) {
    left: 35.8%;
    top: 13%;
  }
}
.avatar-energy-link__sector_6 li:nth-child(2):before {
  left: 155%;
  top: 107%;
}
.avatar-energy-link__sector_6 li:nth-child(2):after {
  left: -259%;
  top: -100%;
}
.avatar-energy-link__sector_6 li:nth-child(3) {
  left: 21%;
  top: 19%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_6 li:nth-child(3) {
    left: 25%;
    top: 18%;
  }
}
.avatar-energy-link__sector_6 li:nth-child(3):before {
  left: 132%;
  top: 113%;
}
.avatar-energy-link__sector_6 li:nth-child(3):after {
  left: -220%;
  top: -113%;
}
.avatar-energy-link__sector_6 li:nth-child(4) {
  left: 10.3%;
  top: 17%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_6 li:nth-child(4) {
    left: 15.3%;
    top: 18%;
  }
}
.avatar-energy-link__sector_6 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
  left: -252%;
  top: -131%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_6 li:nth-child(4):after {
    font-size: 6px;
  }
}
.avatar-energy-link__sector_6 li:nth-child(4):before {
  left: 119%;
  top: 121%;
}
.avatar-energy-link__sector_6 li:nth-child(5) {
  left: -1.2%;
  top: 13%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_6 li:nth-child(5) {
    left: 3.8%;
    top: 16%;
  }
}
.avatar-energy-link__sector_6 li:nth-child(5):before {
  left: 117%;
  top: 137%;
}
.avatar-energy-link__sector_6 li:nth-child(5):after {
  left: -205%;
  top: -101%;
}
.avatar-energy-link__sector_6 li:nth-child(6) {
  left: -13.8%;
  top: 7%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_6 li:nth-child(6) {
    left: -7.8%;
    top: 14%;
  }
}
.avatar-energy-link__sector_6 li:nth-child(6):before {
  left: 118%;
  top: 140%;
}
.avatar-energy-link__sector_6 li:nth-child(6):after {
  left: -228%;
  top: -91%;
}
.avatar-energy-link__sector_6 li:nth-child(7) {
  left: -25.6%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_6 li:nth-child(7) {
    left: -23.6%;
    top: 9%;
  }
}
.avatar-energy-link__sector_6 li:nth-child(7):before {
  left: 100%;
  top: 140%;
}
.avatar-energy-link__sector_6 li:nth-child(7):after {
  left: -184%;
  top: -75%;
}
.avatar-energy-link__sector_7 {
  left: 21%;
  top: 62%;
  height: 5.6%;
  width: 22%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 {
    left: 16%;
    top: 64%;
    height: 5.6%;
    width: 28%;
  }
}
.avatar-energy-link__sector_7 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 8px;
  height: 8px;
  align-items: center;
  justify-content: center;
}
.avatar-energy-link__sector_7 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.avatar-energy-link__sector_7 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: -180%;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:before {
    font-size: 6px;
  }
}
.avatar-energy-link__sector_7 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  font-weight: 400;
  font-size: 6px;
  left: 200%;
}
.avatar-energy-link__sector_7 li:nth-child(1) {
  left: 42.7%;
  top: -7%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(1) {
    left: 45.7%;
    top: -7%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(1):before {
  left: -60%;
  top: 141%;
}
.avatar-energy-link__sector_7 li:nth-child(1):after {
  left: 80%;
  top: -78%;
}
.avatar-energy-link__sector_7 li:nth-child(2) {
  left: 29.8%;
  top: -1%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(2) {
    left: 32.8%;
    top: 1%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(2):before {
  left: -36%;
  top: 138%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(2):before {
    left: -36%;
    top: 138%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(2):after {
  left: 53%;
  top: -103%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(2):after {
    left: 53%;
    top: -103%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(3) {
  left: 19%;
  top: 4%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(3) {
    left: 21%;
    top: 4%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(3):before {
  left: -95%;
  top: 135%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(3):before {
    left: -50%;
    top: 135%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(3):after {
  left: 68%;
  top: -100%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(3):after {
    left: 68%;
    top: -100%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(4) {
  left: 8.3%;
  top: 8%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(4) {
    left: 8.3%;
    top: 2%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
  left: 50%;
  top: -126%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(4):after {
    font-size: 6px;
  }
}
.avatar-energy-link__sector_7 li:nth-child(4):before {
  left: -75%;
  top: 142%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(4):before {
    left: -21%;
    top: 142%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(5) {
  left: -3.2%;
  top: 8%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(5) {
    left: -2.2%;
    top: -4%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(5):before {
  left: -63%;
  top: 143%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(5):before {
    left: -63%;
    top: 143%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(5):after {
  left: 90%;
  top: -95%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(5):after {
    left: 90%;
    top: -95%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(6) {
  left: -14.8%;
  top: 3%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(6) {
    left: -11.8%;
    top: -11%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(6):before {
  left: -122%;
  top: 140%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(6):before {
    left: -85%;
    top: 140%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(6):after {
  left: 85%;
  top: -90%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(6):after {
    left: 85%;
    top: -90%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(7) {
  left: -25.6%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(7) {
    left: -18.6%;
    top: -18%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(7):before {
  left: -145%;
  top: 125%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(7):before {
    left: -67%;
    top: 144%;
  }
}
.avatar-energy-link__sector_7 li:nth-child(7):after {
  left: 150%;
  top: -50%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_7 li:nth-child(7):after {
    left: 102%;
    top: -50%;
  }
}
.avatar-energy-link__sector_8 {
  left: 2%;
  top: 48%;
  height: 8.6%;
  width: 23%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
.avatar-energy-link__sector_8 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 6px;
  height: 6px;
  align-items: center;
  justify-content: center;
}
.avatar-energy-link__sector_8 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.avatar-energy-link__sector_8 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: -180%;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_8 li:before {
    font-size: 6px;
    left: -120%;
  }
}
.avatar-energy-link__sector_8 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  font-weight: 400;
  font-size: 6px;
  left: 200%;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_8 li:after {
    font-size: 5px;
    left: 150%;
  }
}
.avatar-energy-link__sector_8 li:nth-child(1) {
  left: 4.7%;
}
.avatar-energy-link__sector_8 li:nth-child(2) {
  left: -0.2%;
}
.avatar-energy-link__sector_8 li:nth-child(3) {
  left: -5%;
}
.avatar-energy-link__sector_8 li:nth-child(4) {
  left: -8.7%;
}
.avatar-energy-link__sector_8 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .avatar-energy-link__sector_8 li:nth-child(4):after {
    font-size: 6px;
  }
}
.avatar-energy-link__sector_8 li:nth-child(5) {
  left: -11.2%;
}
.avatar-energy-link__sector_8 li:nth-child(6) {
  left: -13.8%;
}
.avatar-energy-link__sector_8 li:nth-child(7) {
  left: -15.6%;
}

.energy-points-couple .avatar-energy-link {
  position: absolute;
}
.energy-points-couple .avatar-energy-link__sector_1 {
  left: 2%;
  top: 26%;
  height: 8.6%;
  width: 23%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
.energy-points-couple .avatar-energy-link__sector_1 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 6px;
  height: 6px;
  align-items: center;
  justify-content: center;
}
.energy-points-couple .avatar-energy-link__sector_1 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.energy-points-couple .avatar-energy-link__sector_1 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: -200%;
  font-weight: 500;
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_1 li:before {
    font-size: 6px;
    left: -120%;
  }
}
.energy-points-couple .avatar-energy-link__sector_1 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 150%;
  font-weight: 400;
  font-size: 6px;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_1 li:after {
    font-size: 5px;
    left: 135%;
  }
}
.energy-points-couple .avatar-energy-link__sector_1 li:nth-child(1) {
  left: -13.3%;
}
.energy-points-couple .avatar-energy-link__sector_1 li:nth-child(2) {
  left: -11.5%;
}
.energy-points-couple .avatar-energy-link__sector_1 li:nth-child(3) {
  left: -9.2%;
}
.energy-points-couple .avatar-energy-link__sector_1 li:nth-child(4) {
  left: -6.4%;
}
.energy-points-couple .avatar-energy-link__sector_1 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_1 li:nth-child(4):after {
    font-size: 6px;
  }
}
.energy-points-couple .avatar-energy-link__sector_1 li:nth-child(5) {
  left: -2.2%;
}
.energy-points-couple .avatar-energy-link__sector_1 li:nth-child(6) {
  left: 2%;
}
.energy-points-couple .avatar-energy-link__sector_1 li:nth-child(7) {
  left: 7%;
}
.energy-points-couple .avatar-energy-link__sector_2 {
  left: 17%;
  top: 13%;
  height: 6%;
  width: 23%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
.energy-points-couple .avatar-energy-link__sector_2 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 8px;
  height: 8px;
  align-items: center;
  justify-content: center;
}
.energy-points-couple .avatar-energy-link__sector_2 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: -250%;
  font-weight: 500;
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_2 li:before {
    font-size: 6px;
  }
}
.energy-points-couple .avatar-energy-link__sector_2 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 200%;
  font-weight: 400;
  font-size: 6px;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_2 li:after {
    font-size: 5px;
  }
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(1) {
  left: -14.3%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(1):before {
  top: -50%;
  left: -200%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(1):after {
  top: 108%;
  left: 148%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(2) {
  left: -5.5%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(2):before {
  top: -82%;
  left: -140%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(2):after {
  top: 105%;
  left: 100%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(3) {
  left: 4.2%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(3):before {
  top: -90%;
  left: -160%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(3):after {
  top: 115%;
  left: 100%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(4) {
  left: 13.6%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
  top: 110%;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_2 li:nth-child(4):after {
    font-size: 5px;
  }
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(4):before {
  top: -125%;
  left: -100%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(5) {
  left: 27.8%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(5):before {
  top: -125%;
  left: -130%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(5):after {
  top: 140%;
  left: 100%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(6) {
  left: 42%;
  top: 1%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(6):before {
  top: -120%;
  left: -150%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(6):after {
  top: 160%;
  left: 70%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(7) {
  left: 56%;
  top: 7%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(7):before {
  top: -150%;
  left: -100%;
}
.energy-points-couple .avatar-energy-link__sector_2 li:nth-child(7):after {
  top: 150%;
  left: 100%;
}
.energy-points-couple .avatar-energy-link__sector_3 {
  left: 57%;
  top: 13%;
  height: 6%;
  width: 23%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
.energy-points-couple .avatar-energy-link__sector_3 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 8px;
  height: 8px;
  align-items: center;
  justify-content: center;
}
.energy-points-couple .avatar-energy-link__sector_3 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.energy-points-couple .avatar-energy-link__sector_3 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: -250%;
  font-weight: 500;
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_3 li:before {
    font-size: 6px;
  }
}
.energy-points-couple .avatar-energy-link__sector_3 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 200%;
  font-weight: 400;
  font-size: 6px;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_3 li:after {
    font-size: 5px;
  }
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(1) {
  left: 28.7%;
  top: 5%;
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(1):before {
  top: -50%;
  left: 175%;
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(1):after {
  top: 65%;
  left: -250%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_3 li:nth-child(1):after {
    top: 100%;
    left: -200%;
  }
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(2) {
  left: 19.5%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_3 li:nth-child(2) {
    left: 16.5%;
    top: -2%;
  }
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(2):before {
  top: -82%;
  left: 165%;
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(2):after {
  top: 105%;
  left: -300%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_3 li:nth-child(2):after {
    top: 100%;
    left: -200%;
  }
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(3) {
  left: 6.2%;
  top: -5%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_3 li:nth-child(3) {
    left: 6.2%;
    top: -3%;
  }
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(3):before {
  top: -90%;
  left: 160%;
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(3):after {
  top: 135%;
  left: -200%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_3 li:nth-child(3):after {
    top: 100%;
    left: -200%;
  }
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(4) {
  left: -5.4%;
  top: -5%;
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
  top: 140%;
  left: -225%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_3 li:nth-child(4):after {
    font-size: 5px;
    top: 100%;
    left: -200%;
  }
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(4):before {
  top: -125%;
  left: 140%;
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(5) {
  left: -17.2%;
  top: -3%;
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(5):before {
  top: -125%;
  left: 175%;
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(5):after {
  top: 160%;
  left: -180%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_3 li:nth-child(5):after {
    top: 100%;
    left: -200%;
  }
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(6) {
  left: -30%;
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(6):before {
  top: -120%;
  left: 150%;
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(6):after {
  top: 160%;
  left: -200%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_3 li:nth-child(6):after {
    top: 100%;
    left: -200%;
  }
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(7) {
  left: -44%;
  top: 5%;
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(7):before {
  top: -150%;
  left: 100%;
}
.energy-points-couple .avatar-energy-link__sector_3 li:nth-child(7):after {
  top: 150%;
  left: -200%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_3 li:nth-child(7):after {
    top: 100%;
    left: -200%;
  }
}
.energy-points-couple .avatar-energy-link__sector_4 {
  left: 78%;
  top: 26%;
  height: 8.6%;
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.energy-points-couple .avatar-energy-link__sector_4 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 10px;
  height: 10px;
  align-items: center;
  justify-content: center;
}
.energy-points-couple .avatar-energy-link__sector_4 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.energy-points-couple .avatar-energy-link__sector_4 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 180%;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_4 li:before {
    font-size: 6px;
    left: 150%;
  }
}
.energy-points-couple .avatar-energy-link__sector_4 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  font-weight: 400;
  font-size: 6px;
  left: -330%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_4 li:after {
    font-size: 5px;
    left: -240% !important;
  }
}
.energy-points-couple .avatar-energy-link__sector_4 li:nth-child(1) {
  left: -23%;
}
.energy-points-couple .avatar-energy-link__sector_4 li:nth-child(1):after {
  left: -280%;
}
.energy-points-couple .avatar-energy-link__sector_4 li:nth-child(2) {
  left: -18%;
}
.energy-points-couple .avatar-energy-link__sector_4 li:nth-child(3) {
  left: -13%;
}
.energy-points-couple .avatar-energy-link__sector_4 li:nth-child(4) {
  left: -9.2%;
}
.energy-points-couple .avatar-energy-link__sector_4 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_4 li:nth-child(4):after {
    font-size: 5px;
  }
}
.energy-points-couple .avatar-energy-link__sector_4 li:nth-child(5) {
  left: -6.2%;
}
.energy-points-couple .avatar-energy-link__sector_4 li:nth-child(6) {
  left: -4.1%;
}
.energy-points-couple .avatar-energy-link__sector_4 li:nth-child(7) {
  left: -2.3%;
}
.energy-points-couple .avatar-energy-link__sector_5 {
  left: 78%;
  top: 43%;
  height: 8.6%;
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.energy-points-couple .avatar-energy-link__sector_5 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 9px;
  height: 9px;
  align-items: center;
  justify-content: center;
}
.energy-points-couple .avatar-energy-link__sector_5 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.energy-points-couple .avatar-energy-link__sector_5 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 180%;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_5 li:before {
    font-size: 6px;
    left: 150%;
  }
}
.energy-points-couple .avatar-energy-link__sector_5 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  font-weight: 400;
  font-size: 6px;
  left: -300%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_5 li:after {
    font-size: 5px;
    left: -270% !important;
  }
}
.energy-points-couple .avatar-energy-link__sector_5 li:nth-child(1) {
  left: -2.3%;
}
.energy-points-couple .avatar-energy-link__sector_5 li:nth-child(2) {
  left: -4.2%;
}
.energy-points-couple .avatar-energy-link__sector_5 li:nth-child(2):after {
  left: -330%;
}
.energy-points-couple .avatar-energy-link__sector_5 li:nth-child(3) {
  left: -6%;
}
.energy-points-couple .avatar-energy-link__sector_5 li:nth-child(3):after {
  left: -330%;
}
.energy-points-couple .avatar-energy-link__sector_5 li:nth-child(4) {
  left: -8.7%;
}
.energy-points-couple .avatar-energy-link__sector_5 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
  left: -390%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_5 li:nth-child(4):after {
    font-size: 6px;
  }
}
.energy-points-couple .avatar-energy-link__sector_5 li:nth-child(5) {
  left: -12.4%;
}
.energy-points-couple .avatar-energy-link__sector_5 li:nth-child(5):after {
  left: -332%;
}
.energy-points-couple .avatar-energy-link__sector_5 li:nth-child(6) {
  left: -17.1%;
}
.energy-points-couple .avatar-energy-link__sector_5 li:nth-child(6):after {
  left: -380%;
}
.energy-points-couple .avatar-energy-link__sector_5 li:nth-child(7) {
  left: -23.3%;
}
.energy-points-couple .avatar-energy-link__sector_5 li:nth-child(7):after {
  left: -330%;
}
.energy-points-couple .avatar-energy-link__sector_6 {
  left: 53.5%;
  top: 58%;
  height: 5.6%;
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.energy-points-couple .avatar-energy-link__sector_6 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 8px;
  height: 8px;
  align-items: center;
  justify-content: center;
}
.energy-points-couple .avatar-energy-link__sector_6 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: -180%;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_6 li:before {
    font-size: 6px;
  }
}
.energy-points-couple .avatar-energy-link__sector_6 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  font-weight: 400;
  font-size: 6px;
  left: 200%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_6 li:after {
    font-size: 5px;
  }
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(1) {
  left: 40.7%;
  top: 16%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(1):before {
  left: 158%;
  top: 83%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(1):after {
  left: -211%;
  top: -78%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(2) {
  left: 31.8%;
  top: 18%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(2):before {
  left: 155%;
  top: 107%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(2):after {
  left: -259%;
  top: -100%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(3) {
  left: 21%;
  top: 19%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(3):before {
  left: 132%;
  top: 113%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(3):after {
  left: -220%;
  top: -113%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(4) {
  left: 10.3%;
  top: 18%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
  left: -252%;
  top: -131%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_6 li:nth-child(4):after {
    font-size: 5px;
  }
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(4):before {
  left: 119%;
  top: 121%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(5) {
  left: -1.2%;
  top: 15%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(5):before {
  left: 117%;
  top: 137%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(5):after {
  left: -205%;
  top: -101%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(6) {
  left: -13.8%;
  top: 12%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(6):before {
  left: 118%;
  top: 140%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(6):after {
  left: -228%;
  top: -91%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(7) {
  left: -25.6%;
  top: 6%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(7):before {
  left: 100%;
  top: 140%;
}
.energy-points-couple .avatar-energy-link__sector_6 li:nth-child(7):after {
  left: -184%;
  top: -75%;
}
.energy-points-couple .avatar-energy-link__sector_7 {
  left: 21%;
  top: 59%;
  height: 5.6%;
  width: 22%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}

.energy-points-couple .avatar-energy-link__sector_7 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 8px;
  height: 8px;
  align-items: center;
  justify-content: center;
}
.energy-points-couple .avatar-energy-link__sector_7 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: -180%;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_7 li:before {
    font-size: 6px;
  }
}
.energy-points-couple .avatar-energy-link__sector_7 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  font-weight: 400;
  font-size: 6px;
  left: 200%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_7 li:after {
    font-size: 5px;
  }
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(1) {
  left: 42.7%;
  top: -7%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(1):before {
  left: -60%;
  top: 141%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(1):after {
  left: 80%;
  top: -78%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(2) {
  left: 29.8%;
  top: -1%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(2):before {
  left: -36%;
  top: 138%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(2):after {
  left: 53%;
  top: -103%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(3) {
  left: 19%;
  top: 4%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(3):before {
  left: -95%;
  top: 135%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(3):after {
  left: 68%;
  top: -100%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(4) {
  left: 8.3%;
  top: 8%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
  left: 50%;
  top: -126%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_7 li:nth-child(4):after {
    font-size: 6px;
  }
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(4):before {
  left: -75%;
  top: 142%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(5) {
  left: -3.2%;
  top: 8%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(5):before {
  left: -63%;
  top: 143%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(5):after {
  left: 90%;
  top: -95%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(6) {
  left: -13.8%;
  top: 7%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(6):before {
  left: -122%;
  top: 140%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(6):after {
  left: 85%;
  top: -90%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(7) {
  left: -25.6%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_7 li:nth-child(7) {
    top: 0%;
  }
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(7):before {
  left: -145%;
  top: 125%;
}
.energy-points-couple .avatar-energy-link__sector_7 li:nth-child(7):after {
  left: 150%;
  top: -50%;
}
.energy-points-couple .avatar-energy-link__sector_8 {
  left: 1%;
  top: 43%;
  height: 8.6%;
  width: 23%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
.energy-points-couple .avatar-energy-link__sector_8 li {
  color: #ffffff;
  position: relative;
  display: flex;
  width: 6px;
  height: 6px;
  align-items: center;
  justify-content: center;
}
.energy-points-couple .avatar-energy-link__sector_8 li span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.energy-points-couple .avatar-energy-link__sector_8 li:before {
  content: attr(data-value);
  display: block;
  position: absolute;
  white-space: nowrap;
  left: -180%;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_8 li:before {
    font-size: 6px;
    left: -110%;
  }
}
.energy-points-couple .avatar-energy-link__sector_8 li:after {
  content: attr(data-item);
  display: block;
  position: absolute;
  white-space: nowrap;
  font-weight: 400;
  font-size: 6px;
  left: 200%;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_8 li:after {
    font-size: 5px;
    left: 140%;
  }
}
.energy-points-couple .avatar-energy-link__sector_8 li:nth-child(1) {
  left: 4.7%;
}
.energy-points-couple .avatar-energy-link__sector_8 li:nth-child(2) {
  left: -0.2%;
}
.energy-points-couple .avatar-energy-link__sector_8 li:nth-child(3) {
  left: -5%;
}
.energy-points-couple .avatar-energy-link__sector_8 li:nth-child(4) {
  left: -8.7%;
}
.energy-points-couple .avatar-energy-link__sector_8 li:nth-child(4):after {
  font-weight: 700;
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-link__sector_8 li:nth-child(4):after {
    font-size: 6px;
  }
}
.energy-points-couple .avatar-energy-link__sector_8 li:nth-child(5) {
  left: -11.2%;
}
.energy-points-couple .avatar-energy-link__sector_8 li:nth-child(6) {
  left: -12.9%;
}
.energy-points-couple .avatar-energy-link__sector_8 li:nth-child(7) {
  left: -14.2%;
}

.avatar-energy-static-points li {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0px;
  color: #fff;
}
@media print {
  .avatar-energy-static-points li {
    color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .avatar-energy-static-points li {
    font-size: 6px;
  }
}
.avatar-energy-static-points_0 {
  left: 10%;
  top: 45%;
}
.avatar-energy-static-points_10 {
  left: 17%;
  top: 25%;
}
.avatar-energy-static-points_20 {
  top: 16%;
  left: 48%;
}
.avatar-energy-static-points_30 {
  top: 25%;
  left: 79%;
}
.avatar-energy-static-points_40 {
  left: 86%;
  top: 45%;
}
.avatar-energy-static-points_50 {
  top: 60%;
  left: 78.5%;
}
.avatar-energy-static-points_60 {
  top: 68%;
  left: 48%;
}

.avatar-energy-static-points_70 {
  top: 61%;
  left: 18%;
}


.energy-points-couple .avatar-energy-static-points li {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0px;
  color: #fff;
}
@media print {
  .energy-points-couple .avatar-energy-static-points li {
    color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .energy-points-couple .avatar-energy-static-points li {
    font-size: 6px;
  }
}
.energy-points-couple .avatar-energy-static-points_0 {
  left: 10%;
  top: 41%;
}

.energy-points-couple .avatar-energy-static-points_10 {
  left: 15.5%;
  top: 21%;
}
.energy-points-couple .avatar-energy-static-points_20 {
  top: 11.5%;
  left: 48%;
}
.energy-points-couple .avatar-energy-static-points_30 {
  top: 21%;
  left: 80.5%;
}
.energy-points-couple .avatar-energy-static-points_40 {
  left: 86%;
  top: 41%;
}

.energy-points-couple .avatar-energy-static-points_50 {
  top: 54.8%;
  left: 80%;
}

.energy-points-couple .avatar-energy-static-points_60 {
  top: 64%;
  left: 48%;
}

.energy-points-couple .avatar-energy-static-points_70 {
  top: 55.3%;
  left: 16%;
}


.avatar-point-list {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.avatar-point-list li {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181818;
  font-weight: 700;
  cursor: pointer;
}


@media print {
  .avatar-point-list li {
    color: #302F2F;
    text-shadow: none;
  }
}
.avatar-point-list li.hide {
  display: none;
}

.link-lg {
  font-size: 170%;
  line-height: 140%;
  font-family: 'nordlight';
}
@media screen and (max-width: 767px) {
  .link-lg {
    font-size: 120%;
    font-family: 'nordlight';
  }
}

.link-md {
  font-size: 112%;
  line-height: 140%;
  font-family: 'nordlight';
}
@media screen and (max-width: 767px) {
  .link-md {
    font-size: 80%;
    font-family: 'nordlight';
  }
}

.link-sm {
  font-size: 90%;
  line-height: 140%;
  font-family: 'nordlight';
}
@media screen and (max-width: 767px) {
  .link-sm {
    font-size: 60%;
    font-family: 'nordlight';
  }
}

[data-link] {
  cursor: not-allowed;
}

.tippy-init[data-link] {
  cursor: pointer;
}

.tippy-box {
  background: transparent;
  padding: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #fff;
}
.tippy-box:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(34, 34, 34, 0.98);
  position: absolute;
  border-radius: 32px;
}
.tippy-box hr {
  height: 1px;
  border: none;
  background: #4F4F4F;
  width: 100%;
}

.section-content {
  width: 100%;
  display: grid;
  grid-template-columns: 517px 1fr;
  grid-template-areas: "logo avatar" "init avatar" "table avatar";
}
@media (max-width: 991px) {
  .section-content {
    grid-template-columns: 100%;
    grid-template-areas: "logo" "init" "avatar" "table";
  }
}
@media print {
  .section-content {
    grid-template-columns: 100%;
    grid-template-areas: "avatar" "logo" "table";
  }
}

.logo {
  grid-area: logo;
}
@media print {
  .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.energy-date-init {
  grid-area: init;
}

.energy-result {
  grid-area: table;
}
@media screen and (max-width: 767px) {
  .energy-result {
    overflow-x: hidden;
    margin-top: -100px;
    position: relative;
    z-index: 1;
  }
  .energy-result .energy-result-row:first-child {
    background: rgba(48, 47, 47, 0.4);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
  }
}

.avatar-box {
  grid-area: avatar;
  align-self: flex-start;
}
@media (max-width: 991px) {
  .avatar-box {
    overflow-x: hidden;
    position: relative;
  }
}
.section-couple-matrix {
  width: 100%;
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .section-couple-matrix {
    padding: 0 0 40px 0;
  }
}

.couple-matrix-caption, .single-matrix-caption {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 40px;
}

.couple-matrix-form-box {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .couple-matrix-form-box {
    margin-bottom: 40px;
  }
}

.couple-matrix-form-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

::placeholder
{
  color: white;
  opacity: 1;
}

.couple-matrix-form-item {
  flex: 0 0 100%;
  padding: 24px;
  border-radius: 24px;

  border: 1px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media screen and (max-width: 767px) {
  .couple-matrix-form-item {
    margin-bottom: 24px;
    padding: 16px;
    border-radius: 16px;
    flex: 0 0 100%;
  }
  .couple-matrix-form-item:last-child {
    margin-bottom: 0;
  }
}
.couple-matrix-form-item > * {
  margin-bottom: 24px;
}
.couple-matrix-form-item > *:last-child {
  margin-bottom: 0;
}

.couple-matrix-form-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .couple-matrix-form-footer {
    margin-top: 0;
    flex-wrap: wrap;
  }
}

.energy-year-toggle-single {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .energy-year-toggle-single {
    flex-wrap: wrap;
  }
}

.energy-year-toggle {
  display: flex;
  align-items: center;
}
.energy-year-toggle_couple {
  padding-left: 28px;
}
@media screen and (max-width: 1200px) {
  .energy-year-toggle_couple {
    padding-left: 0;
  }
}
@media screen and (max-width: 676px) {
  .energy-year-toggle_couple {
    padding-left: 0;
    flex: 0 0 100%;
  }
}
.energy-year-toggle_single {
  padding-left: 28px;
}
@media screen and (max-width: 676px) {
  .energy-year-toggle_single {
    padding-left: 0;
    flex: 0 0 100%;
    margin-top: 24px;
  }
}
.energy-year-toggle span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  padding-left: 13px;
}

.toggle-item input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  margin: 0;
  display: none;
}
.toggle-item label {
  cursor: pointer;
  text-indent: -9999px;
  width: 56px;
  height: 36px;
  background: transparent;
  display: block;
  border-radius: 50px;
  position: relative;
  border: 1px solid #4F4F4F;
}
.toggle-item label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  background: linear-gradient(93deg, #FFAC36 -4.4%, #FFFAD0 112.24%), #FFF;
  border-radius: 50%;
  transition: 0.3s;
}
.toggle-item input:checked + label {
  background: transparent;
}
.toggle-item input:checked + label:after {
  left: calc(100% - 4px);
  transform: translateX(-100%);
}
.toggle-item label:active:after {
  width: 35px;
}

.couple-matrix-form-submit {
  flex: 0 0 517px;
}
@media screen and (max-width: 991px) {
  .couple-matrix-form-submit {
    flex: 0 0 100%;
  }
}

.button-energy-year {
  color: #fff;
  background: #302F2F;
  border: 1px solid #828282;
  padding: 0px;
  min-width: 247px;
}
.button-energy-year__inner {
  display: flex;
  align-items: center;
}
.button-energy-year__inner b {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0px;
}
.button-energy-year__inner i {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
}
.button-energy-year__icon {
  position: relative;
  flex: 0 0 52px;
  min-height: 52px;
  height: 100%;
  display: flex;
}
.button-energy-year__icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #222222;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.button-energy-year__icon:after {
  position: absolute;
  width: 38px;
  height: 38px;
  content: "";
  background: #fff;
  filter: blur(15px);
  left: 50%;
  opacity: 0.3;
  top: 50%;
  transform: translate(-50%, -50%);
}
.button-energy-year__icon img {
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
}
.button-energy-year__text {
  padding-left: 18px;
  padding-bottom: 2px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.download-pdf {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media print {
  .download-pdf {
    display: none;
  }
}
.download-pdf span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .download-pdf span {
    display: none;
  }
}
.download-pdf_single, .download-pdf_couple {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .download-pdf_single, .download-pdf_couple {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .download-pdf_avatar-box span {
    display: none;
  }
}
.couple-matrix {
  display: flex;
  justify-content: center;
}
.couple-matrix .avatar-box {
  overflow: hidden;
}
.couple-matrix-background-image {
  visibility: hidden;
}

.couple-matrix-main-image {
  max-width: 100%;
}

.modal-body {
  max-width: 1345px;
}
@media screen and (max-width: 767px) {
  .modal-body {
    padding: 10px 0px 40px 10px;
  }
}
@media print {
  .modal-body {
    background: #ffffff;
  }
}

.modal-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 24px;
}
@media print {
  .modal-title {
    display: none;
  }
}
@media print {
  .modal-close {
    display: none;
  }
}

.modal-content {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media print {
  .modal-content {
    padding-right: 0 !important;
  }
}
.modal-content::-webkit-scrollbar {
  width: 2px;
}
@media print {
  .modal-content::-webkit-scrollbar {
    width: 0 !important;
  }
}
.modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal-content::-webkit-scrollbar-thumb {
  background: #888;
}
.modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.modal-energy-tablist {
  border: 1px solid #4F4F4F;
  border-radius: 16px;
  display: flex;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .modal-energy-tablist {
    flex-direction: column;
  }
}
@media print {
  .modal-energy-tablist {
    padding: 20px 0;
  }
}

.modal-energy-tabitem {
  flex: 0 0 50%;
  border-right: 1px solid #4F4F4F;
  padding: 0 16px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .modal-energy-tabitem {
    flex: 0 0 100%;
  }
}
.modal-energy-tabitem:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .modal-energy-tabitem:last-child h6 {
    display: none;
  }
}

.energy-table {
  width: 100%;
  height: 100%;
}
.energy-table__list {
  display: flex;
  height: 100%;
}
.energy-table__item {
  padding: 0 8px;
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .energy-table__item {
    padding: 0 4px;
  }
}
@media print {
  .energy-table__item {
    display: block;
  }
}
.energy-table__caption {
  background: #302F2F;
  border-radius: 44px;
  padding: 10px 3px;
  text-align: center;
  margin-bottom: 21px;
}
@media screen and (max-width: 1300px) {
  .energy-table__caption {
    border-radius: 10px;
  }
}
@media print {
  .energy-table__caption {
    background: #fff;
    margin-bottom: 0;
    padding: 5px 3px;
  }
}
.energy-table__caption span {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.energy-table__caption span i {
  margin-right: 2px;
}
.energy-table__caption span[data-tippy-content] {
  cursor: pointer;
}
.energy-table__caption span[data-tippy-content]:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../img/info.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2px;
  display: block;
}
@media print {
  .energy-table__caption span {
    color: #302F2F;
  }
}
@media screen and (max-width: 991px) {
  .energy-table__caption span i {
    display: none;
  }
}
.energy-table__values {
  border: 1px solid #302F2F;
  border-radius: 12px;
  height: 100%;
}
@media print {
  .energy-table__values {
    border: 1px solid #302F2F !important;
    border-radius: 12px !important;
  }
}
.energy-table__item:first-child .energy-table__values {
  background: #302F2F;
}
.energy-table__item:first-child .energy-table__values li {
  font-size: 12px;
  white-space: nowrap;
}
@media print {
  .energy-table__item:first-child .energy-table__values {
    background: #fff;
  }
  .energy-table__item:first-child .energy-table__values li {
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .modal-energy-tabitem:first-child .energy-table__values {
    border-radius: 12px 12px 0 0;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .modal-energy-tabitem:last-child .energy-table__values {
    border-radius: 0 0 12px 12px;
    border-top: none;
  }
}
.energy-table__values li {
  padding: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}
@media print {
  .energy-table__values li {
    color: #302F2F;
  }
}

.energy-points-single, .energy-points-couple {
  display: none;
}
@media screen and (max-width: 767px) {
  .couple-matrix-energy-tab {
    display: flex;
    flex-direction: column;
  }
}
.couple-matrix-energy-tab > * {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .couple-matrix-energy-tab > * {
    margin: 0 0 15px;
  }
}
.couple-matrix-energy-tab > *:last-child {
  margin-right: 0;
}

@media print {
  [data-pdf-style=single] .section-couple-matrix {
    display: none;
  }
}
@media print {
  [data-pdf-style=single] #modal-single-energy {
    page-break-before: always;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    z-index: 100;
    visibility: visible;
    opacity: 1;
  }
  [data-pdf-style=single] #modal-single-energy .modal-overlay {
    display: none;
  }
  [data-pdf-style=single] #modal-single-energy .modal-body {
    max-height: none;
    padding: 30px 5px;
  }
  [data-pdf-style=single] #modal-single-energy .modal-content {
    padding: 0;
  }
  [data-pdf-style=single] .energy-table__values li, [data-pdf-style=single] .energy-table__caption span {
    font-size: 12px;
  }
  [data-pdf-style=single] .energy-table__caption span i {
    display: none;
  }
}

@media print {
  [data-pdf-style=couple] .section-content {
    display: none;
  }
}
@media print {
  [data-pdf-style=couple] #modal-couple-energy {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    z-index: 100;
    visibility: visible;
    opacity: 1;
  }
  [data-pdf-style=couple] #modal-couple-energy .modal-overlay {
    display: none;
  }
  [data-pdf-style=couple] #modal-couple-energy .modal-body {
    max-height: none;
    padding: 30px 5px;
  }
  [data-pdf-style=couple] #modal-couple-energy .modal-content {
    padding: 0;
  }
  [data-pdf-style=couple] .energy-table__values li, [data-pdf-style=couple] .energy-table__caption span {
    font-size: 12px;
  }
  [data-pdf-style=couple] .energy-table__caption span i {
    display: none;
  }
}

.hide-on-screen {
  display: none;
}
@media print {
  .hide-on-screen {
    display: flex;
  }
}

.mobile-click-tooltip {
  display: none;
}
.mobile-click-tooltip img {
  display: block;
  width: 24px;
}
.mobile-click-tooltip p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #828282;
}
@media screen and (max-width: 991px) {
  .mobile-click-tooltip {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
}

.desktop-hover-tooltip {
  margin-top: 24px;
}
.desktop-hover-tooltip p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #828282;
}
@media screen and (max-width: 991px) {
  .desktop-hover-tooltip {
    display: none;
  }
}

.couple-matrix-form-footer-energy {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .couple-matrix-form-footer-energy {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .couple-matrix-form-footer-energy {
    margin: 30px 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.couple-matrix-grid-box {
  display: grid;
  grid-template-areas: "couple-avatar-form couple-avatar-avatar" "couple-avatar-buttons couple-avatar-avatar";
  grid-template-columns: 517px 1fr;
}
@media screen and (max-width: 991px) {
  .couple-matrix-grid-box {
    grid-template-areas: "couple-avatar-form" "couple-avatar-avatar" "couple-avatar-buttons";
    grid-template-columns: 1fr;
  }
}
.couple-matrix-grid__form {
  grid-area: couple-avatar-form;
  padding: 0 15px;
}
.couple-matrix-grid__avatar {
  grid-area: couple-avatar-avatar;
}
@media screen and (max-width: 991px) {
  .couple-matrix-grid__avatar {
    margin-bottom: 40px;
  }
}
.couple-matrix-grid__buttons {
  padding: 0 15px;
  grid-area: couple-avatar-buttons;
  align-self: end;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 520px) {
  .single-energy-year-box {
    width: 100%;
  }
  .single-energy-year-box .button-energy-year {
    width: 100%;
  }
}

@media screen and (max-width: 676px) {
  .couple-energy-year-box {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 520px) {
  .couple-energy-year-box {
    margin-bottom: 24px;
  }
  .couple-energy-year-box .button-energy-year {
    width: 100%;
  }
}

@media print {
  .section-couple-matrix {
    padding: 30px 0 0;
  }
  .container {
    width: 100%;
  }
  .couple-matrix-grid-box {
    display: block;
  }
  .couple-matrix-grid__avatar {
    grid-template-areas: none;
  }
  .couple-matrix-grid__buttons {
    display: none;
  }
  .couple-matrix-grid__form {
    display: none;
  }
}
.header {
  position: relative;
  z-index: 2;
}
@media print {
  .header {
    display: none;
  }
}

.header-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px 15px 15px;
  border: 1px solid #D9D9D9;
  border-radius: 62px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
          margin-right: 15px;
          margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .header-container {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.logo {
  flex: 0 0 15%;
}
@media screen and (max-width: 991px) {
  .logo {
    flex: 0 0 170px;
  }
}
.logo a {
  display: block;
}
.logo a img {
  display: block;
}

@media screen and (max-width: 991px) {
  .header-menu {
    width: 100%;
  }
}

.header-menu-list {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .header-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header-menu-list li {
  margin-right: 32px;
  width: 220px;
  text-align: right;
}
.header-menu-list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .header-menu-list li {
    margin-bottom: 40px;
  }
  .header-menu-list li:last-child {
    margin-bottom: 0;
  }
}
.header-menu-list li.current-menu-item a {
  background: linear-gradient(93deg, #FFAC36 -4.4%, #FFFAD0 112.24%), #FFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.header-menu-list li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  color: #ffffff;
}
.header-menu-list li a:hover {
  background: linear-gradient(93deg, #FFAC36 -4.4%, #FFFAD0 112.24%), #FFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .header-menu-list li a {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
  }
}

.header-actions {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header-actions {
    flex-direction: column;
    display: flex;
    width: 100%;
    margin-top: 40px;
  }
  .header-actions .button {
    font-size: 18px;
    padding: 14px;
  }
}
.header-actions * {
  margin-left: 15px;
}
.header-actions *:first-child {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .header-actions *:first-child {
    margin: 8px 0;
  }
}
@media screen and (max-width: 991px) {
  .header-actions * {
    margin: 8px 0;
    width: 100%;
  }
}

.mobile-header-container {
  flex: 0 0 25%;
  align-items: flex-end;
  justify-content: space-between;
  display: flex;

}

.close{
  color:white; 
  position:absolute; 
  right:5%;
  display:none;
}

@media screen and (max-width: 991px) {
  .mobile-header-container {
    position: fixed;
    top: 110px;
    padding: 0;
    background: #222;
    width: 100%;
    left: 0;
    display: flex;
    height: 0;
    flex-direction: column;
    transition: 0.5s all linear;
    overflow: hidden;
    opacity: 1;
    justify-content: flex-start;
  }
  .mobile-menu-opened .mobile-header-container {
    padding: 60px 16px;
    opacity: 1;
    height: calc(100vh - 78px);
  }
  .close{
    display: flex;
  }
}

.mobile-menu-button {
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-menu-button {
    display: flex;
  }
}

.mobile-menu-trigger {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  margin-left: 16px;
}
.mobile-menu-trigger img {
  display: block;
}

.head-profile-icon {
  width: 40px;
}
@media screen and (max-width: 991px) {
  .head-profile-icon {
    width: 32px;
  }
  .header-actions .head-profile-icon {
    display: none;
  }
}
.head-profile-icon img {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .head-profile-icon img {
    width: 32px;
    height: 32px;
  }
}

@media print {
  .footer {
    display: none;
  }
}

.footer-container {
  display: flex;
  align-items: flex-start;
  padding: 50px 30px;
  justify-content: space-between;
  background: rgba(34, 34, 34, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid #302F2F;
  border-radius: 32px;
}
@media screen and (max-width: 991px) {
  .footer-container {
    padding: 20px;
    flex-wrap: wrap;
  }
}

.footer-col {
  flex: 0 0 max-content;
  padding-right: 30px;
}
.footer-col:last-child {
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .footer-col {
    padding: 0;
    margin-bottom: 24px;
    flex: 0 0 50%;
  }
  .footer-col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-col {
    flex: 0 0 100%;
  }
}

.footer-menu-title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.footer-menu-list li {
  margin-bottom: 18px;
}
.footer-menu-list li:last-child {
  margin-bottom: 0;
}
.footer-menu-list li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

.footer-menu-contact__item {
  margin-bottom: 12px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
}
.footer-contact-item figure {
  margin-right: 9px;
}
.footer-contact-item figure img {
  display: block;
}
.footer-contact-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #ffffff;
}

.footer-social-list {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.footer-social-col {
  margin-right: 30px;
}
.footer-social-col:last-child {
  margin-right: 0;
}

.footer-copy {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
}

.head-profile-menu {
  min-width: 167px;
  padding: 10px;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(55px);
}
.head-profile-icon:hover .head-profile-menu {
  display: block;
}
.head-profile-menu__list {
  background-color: #302F2F;
  border-radius: 12px;
  padding: 4px 24px;
}
.head-profile-menu__item {
  margin: 0;
}
.head-profile-menu__item a {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #4F4F4F;
}
.head-profile-menu__item:last-child a {
  border-bottom: none;
}

.head-profile-full-name {
  display: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  background: linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.modal {
  z-index: 99999;
}
.modal_energy-modal .modal-body {
  max-width: 1200px;
  background-color: #272727;
  padding: 40px 20px 60px 40px;
  background-image: url("../img/modal-avatar.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .modal_energy-modal .modal-body {
    padding: 24px 16px;
  }
}

.modal-content.no-bottom-padding {
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .modal-content {
    padding-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .modal-content .form-submit {
    margin-top: 20px;
  }
}

.checkbox-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.checkbox-item__input {
  display: flex;
}
.checkbox-item__input i {
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../img/checbox.svg");
  position: relative;
}
.checkbox-item__input input {
  display: none;
}
.checkbox-item__input input:checked + i:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/x.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  opacity: 0.8;
}
.checkbox-item__label {
  padding-left: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 991px) {
  .checkbox-item__label {
    font-size: 14px;
    padding-left: 6px;
  }
}
.checkbox-item__label a {
  text-decoration: underline;
}

.modal-title {
  display: flex;
  margin-bottom: 20px;
}
.modal-title h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .modal-title h6 {
    font-size: 24px;
  }
}
.modal-title p {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  margin-right: 20px;
  padding-bottom: 12px;
  color: #828282;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .modal-title p {
    font-size: 24px;
  }
}
.modal-title p:last-child {
  margin-right: 0;
}
.modal-title p.active {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.modal-subtitle {
  margin-bottom: 40px;
}
.modal-subtitle p {
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 991px) {
  .modal-subtitle p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .modal-subtitle {
    margin-bottom: 20px;
  }
}

.forgot-password {
  margin-top: 8px;
  cursor: pointer;
}
.forgot-password p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #828282;
}

.form-terms {
  margin: 40px 0;
}
@media screen and (max-width: 991px) {
  .form-terms {
    margin: 20px 0;
  }
}

.footer-owner {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .footer-owner {
    flex-wrap: wrap;
  }
}
.footer-owner p {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 991px) {
  .footer-owner p {
    border-right: none;
    margin-bottom: 10px;
  }
}
.footer-owner p:last-child {
  border-right: none;
}

#modal-login .modal-body, #modal-register .modal-body, #modal-forgot-password .modal-body, #modal-forgot-confirm .modal-body, #read-more-login .modal-body, #geo-country .modal-body, #register-choose-country .modal-body {
  max-width: 608px;
}

#geo-country .modal-content {
  padding-bottom: 0;
}

.to-top {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 100px;
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .to-top {
    bottom: 15px;
    right: 15px;
  }
}
@media print {
  .to-top {
    display: none !important;
  }
}
.to-top img {
  display: block;
  box-shadow: 0px 14px 34px 0px rgb(101, 82, 176);
  border-radius: 50%;
}

.avatar-user-age {
  position: absolute;
  right: 0;
  top: 5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .avatar-user-age {
    top: 0;
    position: relative;
    text-align: right;
    margin-bottom: 20px;
    padding: 15px;
  }
}

.mobile-wpml {
  display: none;
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .mobile-wpml {
    display: block;
  }
}
.mobile-wpml ul {
  display: flex;
  align-items: center;
}
.mobile-wpml .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  margin: 0 0 0 8px;
}
.mobile-wpml .wpml-ls {
  margin: 0;
  padding: 0;
}
.mobile-wpml .wpml-ls-item {
  width: auto;
  margin: 0 40px 8px 0;
}
.mobile-wpml .wpml-ls-item:last-child {
  margin-right: 0;
}
.mobile-wpml .wpml-ls-item a {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.mobile-wpml .wpml-ls-item a img {
  margin: 0;
}
.mobile-wpml .wpml-ls-item a span {
  font-size: 18px;
  line-height: 24px;
}
.mobile-wpml .wpml-ls-current-language {
  padding: 8px 16px;
  background: #302F2F;
  border-radius: 4px;
}

.desktop-wpml {
  display: block;
}
@media screen and (max-width: 991px) {
  .desktop-wpml {
    display: none;
  }
}
.desktop-wpml .wpml-ls-legacy-dropdown {
  min-width: 75px;
  width: intrinsic;
  width: max-content;
  -moz-width: -moz-max-content;
}
.desktop-wpml .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
  padding: 0 !important;
  margin: 0;
  background: transparent;
  border: none;
}
.desktop-wpml .wpml-ls-legacy-dropdown .wpml-ls-item-toggle > .wpml-ls-native {
  display: none;
}
.desktop-wpml .wpml-ls-legacy-dropdown .wpml-ls-item-toggle > .wpml-ls-flag {
  margin: 0 8px;
}
.desktop-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  position: relative;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: none;
  background-image: url("../img/wpml/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}
.desktop-wpml .wpml-ls-legacy-dropdown:hover a.wpml-ls-item-toggle:after {
  background-image: url("../img/wpml/arrow-up.svg");
}
.desktop-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .desktop-wpml .wpml-ls-legacy-dropdown a:focus, .desktop-wpml .wpml-ls-legacy-dropdown a:hover {
  background: transparent;
}
.desktop-wpml .wpml-ls-legacy-dropdown a {
  background: transparent;
  border: none;
  margin-bottom: 8px;
  padding: 0;
  display: flex;
  align-items: center;
}
.desktop-wpml .wpml-ls-item span {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.desktop-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
  padding: 12px 8px;
  background: #302F2F;
  border-radius: 4px;
  width: intrinsic;
  width: max-content;
  -moz-width: -moz-max-content;
}
.desktop-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-child a {
  margin-bottom: 0;
}

@media print {
  .grecaptcha-badge {
    display: none !important;
  }
}

.avatarium-help.calculator {
  padding: 30px 0 30px;
}/*# sourceMappingURL=style.css.map */