/* reset.scss */
/* Box-sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
html,
body,
h1, h2, h3, h4, h5, h6,
p,
blockquote,
figure,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Remove default list styles */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Set default font, line-height, and smooth font rendering */
html {
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove default text-decoration for links */
a {
  text-decoration: none;
  color: inherit;
}

/* Remove default button and input styling */
button, input, textarea, select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  outline: none;
}

/* Make images responsive by default */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* Remove built-in form element styling */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
}

/* Reset form elements' appearance */
button,
[type=button],
[type=reset],
[type=submit] {
  appearance: none;
  background: transparent;
  cursor: pointer;
}

/* Remove default table border */
table {
  border-collapse: collapse;
  width: 100%;
}

/* Remove default text-transform in form elements */
button, input, optgroup, select, textarea {
  text-transform: none;
}

/* Set a default font style for code elements */
code, kbd, samp, pre {
  font-family: monospace, monospace;
}

/* Reset the HTML5 hidden attribute */
[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Ledger";
  src: url("../fonts/Ledger-Regular.woff2") format("woff2"), url("../fonts/Ledger-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Light.woff2") format("woff2"), url("../fonts/Merriweather-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-LightItalic.woff2") format("woff2"), url("../fonts/Merriweather-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Bold.woff2") format("woff2"), url("../fonts/Merriweather-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Black.woff2") format("woff2"), url("../fonts/Merriweather-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-BlackItalic.woff2") format("woff2"), url("../fonts/Merriweather-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ThinItalic.woff2") format("woff2"), url("../fonts/Inter-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-BlackItalic.woff2") format("woff2"), url("../fonts/Inter-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-LightItalic.woff2") format("woff2"), url("../fonts/Inter-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-BoldItalic.woff2") format("woff2"), url("../fonts/Inter-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
html {
  font-feature-settings: "locl" 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Inter";
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-center {
  text-align: center;
}

.text-italic {
  font-style: italic;
}

.text-theme-color {
  color: #D3F40B;
}

@media screen and (min-width: 576px) {
  .wrapper {
    background: url("../images/header-bg-576.svg");
    background-repeat: no-repeat;
    background-position: 12px 11px;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    background: url("../images/power-img1.svg");
    background-repeat: no-repeat;
    background-position: 12px 11px;
  }
}

.theme-color {
  color: #D3F40B;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-powerhouse {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 246px;
  height: 200px;
  text-align: center;
  border-radius: 8px;
}
.popup-powerhouse .popup-content {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-family: "Inter";
  font-weight: 700;
}
.popup-powerhouse .popup-content p {
  font-size: 22px;
  line-height: 40px;
}
.popup-powerhouse .close-button {
  position: absolute;
  cursor: pointer;
  right: 11px;
  top: 11px;
  width: 11px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .popup-powerhouse {
    padding: 25px;
    width: 360px;
    height: 260px;
  }
  .popup-powerhouse .popup-content p {
    font-size: 26px;
  }
  .popup-powerhouse .close-button {
    position: absolute;
    cursor: pointer;
    right: 11px;
    top: 11px;
    width: 12px;
    height: auto;
  }
}
header {
  width: 100%;
}
header .header-container {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
}
header .power-bg {
  background: url("../images/power-img1-mobile.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 7.5vw;
  position: absolute;
  width: 79%;
  left: 16px;
  top: 4.44vw;
}
header .language {
  position: absolute;
  left: calc(79% + 6.66vw);
  top: 4.44vw;
  height: 7.5vw;
  width: calc(21% - 4.44vw);
  display: flex;
  align-items: end;
}
header .language::after {
  content: "";
  display: block;
  width: 8.96vw;
  height: 1.38vw;
  background-color: #D3F40B;
  position: absolute;
  bottom: 0.1vw;
  left: 0;
  z-index: 0;
}
header .language a {
  display: flex;
  align-items: flex-start;
  font-family: "Inter";
  font-weight: 900;
  color: black;
  text-decoration: none;
  font-size: 6.6vw;
  line-height: 0.8;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
header .language a:hover {
  color: #D3F40B;
}
header .power-1 {
  padding-top: 7.77vw;
  margin: 0 16px;
}
header .header-text {
  width: 100%;
}
header .header-text h2 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Merriweather";
  font-weight: normal;
  position: relative;
  z-index: 1;
}
header .header-text h2 strong {
  font-family: "Merriweather", Arial, sans-serif;
  font-weight: 900;
}
header .header-text p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  font-family: "Inter";
  padding-right: 40px;
  position: relative;
  z-index: 1;
}
header .header-text .break {
  display: none;
}
header .header-text .disk-text {
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  padding-right: 14.72vw;
  position: relative;
  z-index: 1;
}
header .header-text .disk-text strong {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: "Inter";
  font-weight: 900;
}
header .header-text .disk {
  border-radius: 50%;
  width: 234px;
  padding-top: 234px;
  background-color: #D3F40B;
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  z-index: 0;
}
header .header-text .disk .circle-anim {
  width: 70%;
  padding-top: 70%;
  position: absolute;
  top: 35px;
  left: 71px;
  background: url("../images/circle-anim.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  animation: moveUpDown 5s ease-in-out infinite;
  transform: translateY(0) rotate(90deg);
}
header .logo {
  width: 100%;
  aspect-ratio: 327/195;
  background: url("../images/logo.svg") no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 11px;
}
header .main-circle-container {
  position: relative;
  padding: 35px 0 38px;
}
@media screen and (min-width: 576px) {
  header .header-container::before {
    content: "";
    display: block;
    position: absolute;
    height: 496px;
    width: 1px;
    background-color: black;
    top: 0;
    left: 82px;
  }
  header .header-container::after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 11px;
    background-color: black;
    top: 426px;
    left: 77px;
  }
  header .power-bg {
    display: none;
  }
  header .language {
    left: 39px;
    top: 0;
    height: 40px;
    width: 69px;
  }
  header .language::after {
    display: none;
  }
  header .language a {
    align-items: flex-end;
    font-size: 24px;
    line-height: 36px;
  }
  header .power-1 {
    padding-top: 22px;
    margin: 0 16px;
    padding-bottom: 30px;
  }
  header .header-text {
    width: 100%;
  }
  header .header-text h2 {
    font-size: 20px;
    line-height: 30px;
    font-family: "Merriweather";
    font-weight: normal;
    position: relative;
    z-index: 1;
    width: 66.66vw;
    margin-left: 16.31vw;
  }
  header .header-text h2 strong {
    font-family: "Merriweather", Arial, sans-serif;
    font-weight: 900;
  }
  header .header-text p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    font-family: "Inter";
    padding-right: 40px;
    position: relative;
    z-index: 1;
    margin-left: 16.31vw;
  }
  header .header-text .break {
    display: none;
  }
  header .header-text .disk-text {
    font-family: "Inter";
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    padding-right: 0;
    margin-right: 23.26vw;
    margin-left: auto;
    position: relative;
    width: 277px;
    z-index: 1;
  }
  header .header-text .disk-text strong {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Inter";
    font-weight: 900;
  }
  header .header-text .disk {
    border-radius: 50%;
    width: 508px;
    padding-top: 508px;
    right: -330px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    z-index: 0;
  }
  header .header-text .disk .circle-anim {
    width: 70%;
    padding-top: 70%;
    position: absolute;
    top: 75px;
    left: 121px;
    background: url("../images/circle-anim.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    animation: moveUpDown 5s ease-in-out infinite;
  }
  header .logo {
    width: 66.66vw;
    height: auto;
    position: relative;
    z-index: 1;
    margin-left: 16.31vw;
    margin-bottom: 22px;
  }
  header .logo img {
    width: 100%;
    height: auto;
  }
  header .main-circle-container {
    position: relative;
    padding: 20px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  header .header-container {
    display: block;
  }
  header .header-container::before {
    content: "";
    display: block;
    position: absolute;
    height: 329px;
    width: 1px;
    background-color: black;
    top: 0;
    left: 82px;
  }
  header .header-container::after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 11px;
    background-color: black;
    top: 259px;
    left: 77px;
  }
  header .logo {
    width: 82.94vw;
    aspect-ratio: 637/101;
    background: url("../images/logo-streight-black.svg") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 11px;
    margin-left: 91px;
  }
  header .header-text h2 {
    width: 450px;
    margin-left: 93px;
  }
  header .header-text p {
    margin-bottom: 15px;
    padding-right: 0;
    margin-left: 93px;
    width: 415px;
  }
  header .header-text .break {
    display: none;
  }
  header .header-text .disk-text {
    margin-right: 118px;
  }
  header .header-text .disk {
    width: 458px;
    padding-top: 458px;
    right: -280px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    z-index: 0;
  }
  header .header-text .disk .circle-anim {
    width: 70%;
    padding-top: 70%;
    position: absolute;
    top: 70px;
    left: 118px;
    background: url("../images/circle-anim.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    animation: moveUpDown 5s ease-in-out infinite;
  }
}
@media screen and (min-width: 992px) {
  header .header-container {
    overflow: visible;
  }
  header .header-container::before {
    content: "";
    display: block;
    position: absolute;
    height: 1397px;
    width: 1px;
    background-color: black;
    top: 0;
    left: 82px;
  }
  header .header-container::after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 11px;
    background-color: black;
    top: 1327px;
    left: 77px;
  }
  header .header-container .header-inner {
    overflow: hidden;
    position: relative;
  }
  header .power-1 {
    width: 412px;
    padding-top: 95px;
    padding-bottom: 0;
    margin-left: 117px;
    position: static;
    z-index: 1;
  }
  header .logo {
    width: 100%;
    aspect-ratio: 327/195;
    background: url("../images/logo.svg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 11px;
    margin-left: 0;
  }
  header .header-text {
    width: 100%;
  }
  header .header-text h1 {
    margin-bottom: 27px;
  }
  header .header-text h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 27px;
    font-family: "Ledger";
    font-weight: normal;
    margin-left: 0;
  }
  header .header-text h2 strong {
    font-family: "Merriweather", Arial, sans-serif;
    font-weight: 900;
  }
  header .header-text h2 .break {
    display: none;
  }
  header .header-text p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-left: 0;
    font-family: "Inter";
    width: 100%;
  }
  header .header-text .main-circle-container {
    position: absolute;
    padding: 0;
    right: -185px;
    top: -475px;
    width: 823px;
    padding-top: 823px;
  }
  header .header-text .disk {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #D3F40B;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(0);
    display: flex;
    justify-content: center;
    z-index: 0;
    padding-top: 0;
  }
  header .header-text .disk .circle-anim {
    width: 50%;
    padding-top: 20%;
    position: absolute;
    top: 56%;
    left: 50%;
    background: url("../images/circle-anim.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: translateX(-50%) rotate(0);
    animation: moveUpDown992 6s ease-in-out infinite;
  }
  header .header-text .disk-text {
    font-family: "Inter";
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    bottom: 9%;
    text-align: center;
    width: 305px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-text .disk-text strong {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-family: "Inter";
    font-weight: 900;
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 1024px) {
  header .header-container {
    overflow: visible;
  }
  header .header-container::before {
    content: "";
    display: block;
    position: absolute;
    height: 1397px;
    width: 1px;
    background-color: black;
    top: 0;
    left: 133px;
  }
  header .header-container::after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 11px;
    background-color: black;
    top: 1327px;
    left: 128px;
  }
  header .header-container .header-inner {
    overflow: hidden;
    position: relative;
  }
  header .power-1 {
    padding-top: 95px;
    margin-left: 164px;
  }
  header .language {
    left: 65px;
    top: 0;
    height: 70px;
    width: 67px;
  }
  header .language::after {
    display: none;
  }
  header .language a {
    align-items: flex-end;
    font-size: 24px;
    line-height: 55px;
  }
}
@media screen and (min-width: 1280px) {
  header .header-container {
    overflow: visible;
  }
  header .header-container::before {
    content: "";
    display: block;
    position: absolute;
    height: 1597px;
    width: 1px;
    background-color: black;
    top: 0;
    left: 127px;
  }
  header .header-container::after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 11px;
    background-color: black;
    top: 1527px;
    left: 122px;
  }
  header .header-container .header-inner {
    overflow: hidden;
    position: relative;
  }
  header .power-1 {
    width: 571px;
    margin-left: 156px;
  }
  header .header-text h1 {
    margin-bottom: 27px;
  }
  header .header-text h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 32px;
    width: 100%;
  }
  header .header-text p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  header .header-text .main-circle-container {
    position: absolute;
    padding: 0;
    right: -209px;
    top: -554px;
    width: 956px;
    padding-top: 956px;
  }
  header .header-text .disk .circle-anim {
    width: 50%;
    padding-top: 20%;
    position: absolute;
    top: 57%;
    left: 50%;
    background: url("../images/circle-anim.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: translateX(-50%) rotate(0);
  }
  header .header-text .disk-text {
    font-size: 24px;
    line-height: 34px;
    bottom: 9%;
    width: 441px;
  }
  header .header-text .disk-text strong {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 1368px) {
  header .header-text .main-circle-container {
    right: -165px;
  }
}
@media screen and (min-width: 1440px) {
  header .header-container::before {
    display: none;
  }
  header .header-container::after {
    display: none;
  }
  header .power-1 {
    margin-left: 136px;
  }
  header .header-text .main-circle-container {
    right: -130px;
  }
}
@media screen and (min-width: 1920px) {
  header .power-1 {
    width: 29.73vw;
    margin-left: 16.19vw;
    padding-top: 4.95vw;
  }
  header .header-text .main-circle-container {
    position: absolute;
    padding: 0;
    right: -10px;
    top: -554px;
    width: 50vw;
    padding-top: 50vw;
  }
}

@keyframes moveUpDown {
  0%, 100% {
    transform: translateX(-15px) rotate(90deg);
  }
  50% {
    transform: translateX(-35px) rotate(90deg);
  }
}
@keyframes moveUpDown992 {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -25px);
  }
}
.house {
  display: none;
  background: url("../images/house.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 16vw;
  aspect-ratio: 1/2;
  margin-left: calc(7% + 30.6vw);
  transform: translateX(-50%);
  margin-top: -6vw;
  margin-bottom: 6.56vw;
  position: relative;
}

.battery-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.battery {
  position: absolute;
  bottom: 2.6%;
  left: 5.5%;
  right: 5.5%;
  height: 82%;
  display: flex;
  flex-direction: column-reverse;
  gap: 4%;
}

.segment1, .segment2, .segment3, .segment4, .segment5, .segment6, .segment7, .segment8 {
  flex: 1;
  background-color: #D3F40B;
  opacity: 0;
  transition: opacity 0.4s;
}

.segment1 {
  opacity: 1;
}

.segment1 {
  animation: anim1 4s forwards infinite;
  animation-delay: 0s;
}

.segment2 {
  animation: anim2 4s forwards infinite;
  animation-delay: 0.5s;
}

.segment3 {
  animation: anim3 4s forwards infinite;
  animation-delay: 1s;
}

.segment4 {
  animation: anim4 4s forwards infinite;
  animation-delay: 1.5s;
}

.segment5 {
  animation: anim5 4s forwards infinite;
  animation-delay: 2s;
}

.segment6 {
  animation: anim6 4s forwards infinite;
  animation-delay: 2.5s;
}

.segment7 {
  animation: anim7 4s forwards infinite;
  animation-delay: 3s;
}

.segment8 {
  animation: anim8 4s forwards infinite;
  animation-delay: 3.5s;
}

@keyframes anim1 {
  0% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim2 {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim3 {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  77% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim4 {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  64% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim5 {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim6 {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  38% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim7 {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim8 {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  14% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.starry-sky {
  width: 100%;
  background: url("../images/stars-bg-mobile.jpg");
  aspect-ratio: 360/453;
  background-size: cover;
  text-align: center;
  padding-top: 14.72vw;
}
.starry-sky .logo-bot {
  width: 73.33vw;
  aspect-ratio: 264/152;
  margin: 0 auto;
  background: url("../images/logo-bot.svg");
  background-size: cover;
}
.starry-sky h2 {
  color: #D3F40B;
  font-family: "Inter";
  font-weight: 200;
  font-size: 32px;
  line-height: 35px;
  width: 280px;
  margin: 10px auto 0 auto;
  text-transform: lowercase;
  letter-spacing: 0.07em;
}
.starry-sky .logos {
  width: 38vw;
  height: auto;
  margin: 25px auto 0 auto;
}
@media screen and (min-width: 576px) {
  .starry-sky {
    background: url("../images/stars-bg-lowres.jpg") center top no-repeat;
    aspect-ratio: 992/548;
    padding-top: 10.24vw;
    background-size: 100% auto;
  }
  .starry-sky .logo-bot {
    width: 76.71vw;
    aspect-ratio: 435/70;
    margin: 0 auto;
    background: url("../images/logo-streight.svg");
    background-size: cover;
  }
  .starry-sky h2 {
    line-height: 50px;
    width: 100%;
    letter-spacing: 0.05em;
  }
  .starry-sky .logos {
    width: 20.65vw;
    margin: 0 auto 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .starry-sky {
    background: url("../images/stars-low.jpg") center top no-repeat;
    background-size: cover;
    aspect-ratio: 992/548;
    padding-top: 12.19vw;
  }
  .starry-sky .logo-bot {
    width: 81.25vw;
  }
  .starry-sky h2 {
    font-size: 36px;
    line-height: 50px;
    width: 100%;
    letter-spacing: 0.05em;
    margin-top: 18px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .starry-sky {
    background: url("../images/starry-sky-1920.jpg") center top no-repeat;
    background-size: cover;
    aspect-ratio: 1920/716;
    padding-top: 1px;
  }
  .starry-sky .logo-bot {
    margin-top: 6.82vw;
    width: 67vw;
  }
  .starry-sky h2 {
    font-size: 60px;
    line-height: 70px;
    width: 100%;
    letter-spacing: 0.05em;
    margin-top: 2.6vw;
    margin-bottom: 2.7vw;
  }
  .starry-sky .logos {
    width: 12.18vw;
    margin: 0 auto;
  }
}

.level-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 16px;
}
.level-2 .container:first-child {
  position: relative;
  order: 2;
}
.level-2 .container:first-child .lines-hi-res {
  display: none;
}
.level-2 .container:first-child .lines-hi-res .line-horiz {
  height: 1px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 184px;
  width: 195px;
}
.level-2 .container:first-child .lines-hi-res .line-horiz::after {
  content: "";
  width: 70px;
  height: 11px;
  background-color: black;
  display: block;
  position: absolute;
  right: 0;
  top: -5px;
}
.level-2 .container:first-child .lines-hi-res .line-vert {
  width: 1px;
  background-color: black;
  position: absolute;
  height: 695px;
  left: 61px;
  top: 184px;
}
.level-2 .container:first-child .lines-hi-res .line-vert::after {
  content: "";
  width: 11px;
  height: 70px;
  background-color: black;
  display: block;
  position: absolute;
  left: -5px;
  bottom: 0;
}
.level-2 .container:nth-child(2) {
  order: 1;
}
.level-2 .container:nth-child(2) .boost-title {
  width: 100%;
  aspect-ratio: 327/177;
  margin-bottom: 15px;
  background: url("../images/boost-title-mobile.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.level-2 .container:nth-child(2) .text-container {
  font-size: 18px;
  line-height: 28px;
  font-family: "Inter";
  font-weight: 400;
}
.level-2 .container:nth-child(2) .text-container p {
  margin-bottom: 24px;
}
.level-2 .container:nth-child(2) .text-container p strong {
  font-weight: bold;
}
.level-2 .container:nth-child(2) .text-container .lines-2 {
  height: 1px;
  width: calc(100% + 16px);
  margin-top: 56px;
  margin-bottom: 44px;
  background-color: black;
  position: relative;
}
.level-2 .container:nth-child(2) .text-container .lines-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  height: 11px;
  width: 70px;
  background-color: black;
}
.level-2 .container:nth-child(3) {
  order: 3;
}
.level-2 .container:nth-child(3) h2 {
  font-family: "Merriweather";
  font-weight: 300;
  font-size: 34px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 75px;
}
.level-2 .container:nth-child(3) h2 strong {
  display: block;
  font-weight: 900;
  font-size: 45px;
  line-height: 58px;
  text-transform: uppercase;
}
.level-2 .container:nth-child(3) h2 span {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  display: block;
}
.level-2 .container:nth-child(3) h2 span:first-of-type {
  font-weight: 300;
}
@media screen and (min-width: 576px) {
  .level-2 {
    margin: 0 28px;
  }
  .level-2 .container {
    overflow: hidden;
  }
  .level-2 .container:first-child {
    order: 2;
  }
  .level-2 .container:nth-child(2) {
    order: 1;
  }
  .level-2 .container:nth-child(2) .boost-title {
    width: 420px;
    aspect-ratio: 717/241;
    margin-bottom: 18px;
    background: url("../images/boost-title.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: auto;
    position: relative;
  }
  .level-2 .container:nth-child(2) .boost-title::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: black;
    right: calc(100% + 20px);
    width: 800px;
    bottom: 29px;
  }
  .level-2 .container:nth-child(2) .text-container {
    font-size: 18px;
    line-height: 28px;
    font-family: "Inter";
    font-weight: 400;
  }
  .level-2 .container:nth-child(2) .text-container p {
    margin-bottom: 24px;
  }
  .level-2 .container:nth-child(2) .text-container p strong {
    font-weight: bold;
  }
  .level-2 .container:nth-child(2) .text-container .lines-2 {
    height: 1px;
    width: calc(100% + 16px);
    margin-top: 56px;
    margin-bottom: 44px;
    background-color: black;
    position: relative;
  }
  .level-2 .container:nth-child(2) .text-container .lines-2::after {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    height: 11px;
    width: 70px;
    background-color: black;
  }
  .level-2 .container:nth-child(3) {
    order: 3;
  }
  .level-2 .container:nth-child(3) h2 {
    font-family: "Merriweather";
    font-weight: 300;
    font-size: 34px;
    line-height: 59px;
    text-align: center;
    margin-bottom: 75px;
  }
  .level-2 .container:nth-child(3) h2 strong {
    display: block;
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
    height: 37px;
    text-transform: uppercase;
  }
  .level-2 .container:nth-child(3) h2 span {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
  }
  .level-2 .container:nth-child(3) h2 span:first-of-type {
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .level-2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    flex-direction: row;
    align-items: stretch;
    column-gap: 10px;
  }
  .level-2 .container:first-child {
    order: 1;
    flex: 0 0 155px;
    position: relative;
    overflow: hidden;
    min-height: 550px;
  }
  .level-2 .container:nth-child(2) {
    order: 2;
    flex: 1;
    padding-left: 55px;
    padding-right: 40px;
  }
  .level-2 .container:nth-child(2) .boost-title {
    width: 506px;
    aspect-ratio: 717/241;
    margin-bottom: 18px;
    background: url("../images/boost-title.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: auto;
    position: relative;
  }
  .level-2 .container:nth-child(2) .boost-title::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: black;
    right: calc(100% + 20px);
    width: 800px;
    bottom: 35px;
  }
  .level-2 .container:nth-child(2) .text-container {
    font-size: 18px;
    line-height: 26px;
    font-family: "Inter";
    font-weight: 400;
  }
  .level-2 .container:nth-child(2) .text-container p {
    margin-bottom: 24px;
  }
  .level-2 .container:nth-child(2) .text-container p strong {
    font-weight: bold;
  }
  .level-2 .container:nth-child(2) .text-container .lines-2 {
    height: 1px;
    width: calc(100% + 16px);
    margin-top: 42px;
    margin-bottom: 44px;
    background-color: black;
    position: relative;
  }
  .level-2 .container:nth-child(2) .text-container .lines-2::after {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    height: 11px;
    width: 70px;
    background-color: black;
  }
  .level-2 .container:nth-child(3) {
    flex: 1 0 100%;
    padding-top: 70px;
    padding-bottom: 8.64vw;
  }
  .level-2 .container:nth-child(3) h2 {
    margin-bottom: 10px;
  }
  .level-2 .house {
    display: block;
    background: url("../images/house.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 243px;
    aspect-ratio: 1/2;
    margin-left: 0;
    transform: translateX(0);
    margin-top: 57px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .level-2 .container:first-child {
    order: 1;
    flex: 0 0 381px;
    position: relative;
    overflow: hidden;
    padding-top: 57px;
    min-height: 581px;
  }
  .level-2 .container:nth-child(2) {
    padding-left: 55px;
    padding-right: 43px;
  }
  .level-2 .container:nth-child(2) .boost-title {
    margin-bottom: 25px;
  }
  .level-2 .container:nth-child(2) .text-container {
    padding-bottom: 5px;
  }
  .level-2 .container:nth-child(2) .text-container p {
    margin-bottom: 34px;
  }
  .level-2 .container:nth-child(2) .text-container .lines-2 {
    width: calc(100% + 43px);
    margin-top: 52px;
    margin-bottom: 0;
  }
  .level-2 .container:nth-child(3) {
    order: 3;
  }
  .level-2 .container:nth-child(3) h2 {
    font-size: 36px;
    line-height: 59px;
    text-align: left;
    margin-bottom: 75px;
    margin-left: 119px;
  }
  .level-2 .container:nth-child(3) h2 strong {
    font-weight: 900;
    font-size: 64px;
    line-height: 64px;
    height: 56px;
  }
  .level-2 .container:nth-child(3) h2 span {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    display: inline-block;
  }
  .level-2 .container:nth-child(3) h2 span:first-of-type {
    font-weight: 300;
  }
  .level-2 .house {
    display: block;
    background: url("../images/house.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 262px;
    aspect-ratio: 1/2;
    margin-left: 0;
    transform: translateX(0);
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .level-2 .container:first-child {
    flex: 0 0 426px;
  }
  .level-2 .container:nth-child(3) h2 {
    margin-left: 164px;
  }
}
@media screen and (min-width: 1280px) {
  .level-2 {
    column-gap: 0;
  }
  .level-2 .container:first-child {
    order: 1;
    flex: 0 0 469px;
    position: relative;
    overflow: hidden;
    padding-top: 63px;
    min-height: 677px;
  }
  .level-2 .container:nth-child(2) {
    padding-left: 49px;
    padding-right: 43px;
  }
  .level-2 .container:nth-child(2) .boost-title {
    margin-bottom: 40px;
    width: 100%;
  }
  .level-2 .container:nth-child(2) .boost-title::after {
    right: calc(100% + 8px);
    bottom: 50px;
  }
  .level-2 .container:nth-child(2) .text-container {
    line-height: 28px;
    padding-bottom: 5px;
  }
  .level-2 .container:nth-child(2) .text-container p {
    margin-bottom: 40px;
    max-width: 590px;
  }
  .level-2 .container:nth-child(2) .text-container .lines-2 {
    width: calc(100% + 43px);
    margin-top: 63px;
    margin-bottom: 0;
  }
  .level-2 .container:nth-child(3) {
    order: 3;
    padding-bottom: 37px;
  }
  .level-2 .container:nth-child(3) h2 {
    font-size: 46px;
    line-height: 59px;
    margin-bottom: 75px;
    margin-left: 178px;
  }
  .level-2 .container:nth-child(3) h2 strong {
    font-size: 79px;
    line-height: 80px;
    height: 84px;
  }
  .level-2 .container:nth-child(3) h2 span {
    font-size: 36px;
  }
  .level-2 .house {
    width: 307px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1368px) {
  .level-2 {
    column-gap: 8px;
  }
  .level-2 .container:first-child {
    order: 1;
    flex: 0 0 469px;
    position: relative;
    overflow: hidden;
    padding-top: 63px;
    min-height: 677px;
  }
  .level-2 .container:nth-child(2) {
    padding-left: 81px;
    padding-right: 83px;
  }
  .level-2 .container:nth-child(2) .boost-title {
    margin-bottom: 40px;
    width: 100%;
  }
  .level-2 .container:nth-child(2) .boost-title::after {
    right: calc(100% + 40px);
    bottom: 50px;
  }
  .level-2 .container:nth-child(2) .text-container {
    line-height: 28px;
    padding-bottom: 5px;
  }
  .level-2 .container:nth-child(2) .text-container p {
    margin-bottom: 40px;
    max-width: 590px;
  }
  .level-2 .container:nth-child(2) .text-container .lines-2 {
    width: calc(100% + 43px);
    margin-top: 63px;
    margin-bottom: 0;
  }
  .level-2 .container:nth-child(3) {
    order: 3;
    padding-bottom: 37px;
  }
  .level-2 .container:nth-child(3) h2 {
    font-size: 46px;
    line-height: 59px;
    margin-bottom: 75px;
    margin-left: 178px;
  }
  .level-2 .container:nth-child(3) h2 strong {
    font-size: 79px;
    line-height: 80px;
    height: 84px;
  }
  .level-2 .container:nth-child(3) h2 span {
    font-size: 36px;
  }
}
@media screen and (min-width: 1440px) {
  .level-2 .container:first-child {
    flex: 0 0 510px;
    padding-top: 63px;
    min-height: 677px;
    overflow: visible;
  }
  .level-2 .container:first-child .lines-hi-res {
    display: block;
  }
  .level-2 .container:nth-child(2) {
    padding-right: 123px;
  }
  .level-2 .container:nth-child(2) .boost-title::after {
    right: calc(100% + 16px);
  }
}
@media screen and (min-width: 1920px) {
  .level-2 {
    column-gap: 20px;
  }
  .level-2 .container:first-child {
    flex: 0 0 784px;
    padding-top: 63px;
    min-height: 677px;
    overflow: visible;
  }
  .level-2 .container:first-child .lines-hi-res .line-horiz {
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    right: 330px;
    top: 184px;
    width: auto;
  }
  .level-2 .container:first-child .lines-hi-res .line-horiz::after {
    content: "";
    width: 70px;
    height: 11px;
    background-color: black;
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
  }
  .level-2 .container:first-child .lines-hi-res .line-vert {
    width: 1px;
    background-color: black;
    position: absolute;
    height: 755px;
    left: 160px;
    top: 184px;
  }
  .level-2 .container:first-child .lines-hi-res .line-vert::after {
    content: "";
    width: 11px;
    height: 70px;
    background-color: black;
    display: block;
    position: absolute;
    left: -5px;
    bottom: 0;
  }
  .level-2 .container:nth-child(2) {
    padding-right: 212px;
    padding-left: 186px;
  }
  .level-2 .container:nth-child(2) .boost-title {
    width: 717px;
  }
  .level-2 .container:nth-child(2) .boost-title::after {
    right: calc(100% + 60px);
  }
  .level-2 .container:nth-child(3) {
    padding-top: 126px;
    padding-bottom: 65px;
  }
  .level-2 .container:nth-child(3) h2 {
    margin-left: 19vw;
  }
}

.level-3 {
  display: block;
  width: 100%;
  background-color: #34264A;
}
.level-3 .vert-dotted {
  background: url("../images/vertical-dotted.svg");
  background-position: center top;
  background-repeat: no-repeat;
  height: 44px;
  width: 4px;
  margin-top: 30px;
}
.level-3 .child {
  flex: 1;
  display: flex;
  padding: 64px 0 85px;
  align-items: center;
  flex-direction: column;
  position: relative;
  color: white;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  line-height: 26px;
}
.level-3 .child:first-child {
  padding: 80px 0 85px;
}
.level-3 .child .top-text {
  line-height: 30px;
  font-family: "Merriweather";
  font-weight: bold;
  margin-bottom: 12px;
}
.level-3 .child .uppercase {
  line-height: 26px;
  position: relative;
  padding-bottom: 23px;
  font-weight: 300;
  margin-bottom: 23px;
}
.level-3 .child .uppercase strong {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.level-3 .child .uppercase::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: white;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.level-3 .child h3 {
  color: #D3F40B;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}
.level-3 .child h3 strong {
  font-weight: 900;
  display: block;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 8px;
}
.level-3 .circle-stage {
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  top: -60px;
  position: absolute;
}
.level-3 .circle-stage .inner-circle {
  background-color: #D3F40B;
  width: 75.21%;
  height: 75.21%;
  border-radius: 50%;
  position: relative;
}
.level-3 .circle-stage .tiny-circle {
  width: 21px;
  height: 21px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  background-color: white;
  position: absolute;
  z-index: 2;
}
.level-3 .circle-stage.circle-stage-1 .tiny-circle {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.level-3 .circle-stage.circle-stage-2 {
  background-color: #34264A;
}
.level-3 .circle-stage.circle-stage-2 .tiny-circle:first-child {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: tiny-1 3s forwards infinite;
  animation-delay: 2s;
}
.level-3 .circle-stage.circle-stage-2 .tiny-circle:nth-child(2) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: tiny-2 3s forwards infinite;
  animation-delay: 2s;
}
.level-3 .circle-stage.circle-stage-2 .line {
  position: absolute;
  width: 53px;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  z-index: 1;
  opacity: 0;
  animation: line 3s forwards infinite;
  animation-delay: 2s;
}
.level-3 .circle-stage.circle-stage-3 {
  background-color: #34264A;
}
.level-3 .circle-stage.circle-stage-3 .tiny-circle:first-child {
  left: 24%;
  top: 70%;
  transform: translate(-50%, -50%);
}
.level-3 .circle-stage.circle-stage-3 .tiny-circle:nth-child(2) {
  left: 76%;
  top: 70%;
  animation: tiny3-2 7s forwards infinite;
  animation-delay: 2s;
  transform: translate(-50%, -50%);
}
.level-3 .circle-stage.circle-stage-3 .tiny-circle:nth-child(3) {
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  animation: tiny3-3 7s forwards infinite;
  animation-delay: 2s;
}
.level-3 .circle-stage.circle-stage-3 .line3-1 {
  position: absolute;
  width: 53px;
  height: 1px;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  background-color: black;
  z-index: 1;
  opacity: 1;
  animation: line3-1 7s forwards infinite;
  animation-delay: 2s;
}
.level-3 .circle-stage.circle-stage-3 .line3-2 {
  position: absolute;
  width: 53px;
  height: 1px;
  left: 63%;
  top: 47%;
  transform: translate(-50%, -50%) rotate(60deg);
  background-color: black;
  z-index: 1;
  opacity: 1;
  animation: line3-2 7s forwards infinite;
  animation-delay: 2s;
}
.level-3 .circle-stage.circle-stage-3 .line3-3 {
  position: absolute;
  width: 53px;
  height: 1px;
  left: 37%;
  top: 47%;
  transform: translate(-50%, -50%) rotate(-60deg);
  background-color: black;
  z-index: 1;
  opacity: 1;
  animation: line3-3 7s forwards infinite;
  animation-delay: 2s;
}
@media screen and (min-width: 576px) {
  .level-3 .circle-stage.circle-stage-1 .tiny-circle {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .level-3 .circle-stage.circle-stage-2 .inner-circle {
    width: 100px;
    height: 100px;
  }
  .level-3 .circle-stage.circle-stage-3 .inner-circle {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .level-3 .circle-stage.circle-stage-1 .tiny-circle {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 992px) {
  .level-3 {
    display: flex;
  }
  .level-3 .vert-dotted {
    display: none;
  }
  .level-3 .child {
    padding: 115px 0 75px;
    font-size: 16px;
    line-height: 30px;
  }
  .level-3 .child:first-child {
    padding: 115px 0 85px;
  }
  .level-3 .child .top-text {
    margin-bottom: 15px;
  }
  .level-3 .child .uppercase {
    line-height: 26px;
    position: relative;
    padding-bottom: 28px;
    font-weight: 300;
    margin-bottom: 28px;
  }
  .level-3 .child .uppercase strong {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
  }
  .level-3 .child .uppercase::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: white;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .level-3 .child h3 {
    color: #D3F40B;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .level-3 .child h3 strong {
    font-weight: 900;
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 49px;
    margin-bottom: 8px;
  }
  .level-3 .circle-stage {
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    top: -85px;
    position: absolute;
  }
  .level-3 .circle-stage .inner-circle {
    background-color: #D3F40B;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    position: relative;
  }
  .level-3 .circle-stage .tiny-circle {
    width: 21px;
    height: 21px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    background-color: white;
    position: absolute;
    z-index: 2;
  }
  .level-3 .circle-stage.circle-stage-1 .tiny-circle {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .level-3 .circle-stage.circle-stage-2 {
    background-color: white;
  }
  .level-3 .circle-stage.circle-stage-2 .tiny-circle:first-child {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: tiny-1 3s forwards infinite;
    animation-delay: 2s;
  }
  .level-3 .circle-stage.circle-stage-2 .tiny-circle:nth-child(2) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: tiny-2 3s forwards infinite;
    animation-delay: 2s;
  }
  .level-3 .circle-stage.circle-stage-2 .line {
    position: absolute;
    width: 53px;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    z-index: 1;
    opacity: 0;
    animation: line 3s forwards infinite;
    animation-delay: 2s;
  }
  .level-3 .circle-stage.circle-stage-3 {
    background-color: white;
  }
  .level-3 .circle-stage.circle-stage-3 .tiny-circle:first-child {
    left: 24%;
    top: 70%;
    transform: translate(-50%, -50%);
  }
  .level-3 .circle-stage.circle-stage-3 .tiny-circle:nth-child(2) {
    left: 76%;
    top: 70%;
    animation: tiny3-2 7s forwards infinite;
    animation-delay: 2s;
    transform: translate(-50%, -50%);
  }
  .level-3 .circle-stage.circle-stage-3 .tiny-circle:nth-child(3) {
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    animation: tiny3-3 7s forwards infinite;
    animation-delay: 2s;
  }
  .level-3 .circle-stage.circle-stage-3 .line3-1 {
    position: absolute;
    width: 53px;
    height: 1px;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    background-color: black;
    z-index: 1;
    opacity: 1;
    animation: line3-1 7s forwards infinite;
    animation-delay: 2s;
  }
  .level-3 .circle-stage.circle-stage-3 .line3-2 {
    position: absolute;
    width: 53px;
    height: 1px;
    left: 63%;
    top: 47%;
    transform: translate(-50%, -50%) rotate(60deg);
    background-color: black;
    z-index: 1;
    opacity: 1;
    animation: line3-2 7s forwards infinite;
    animation-delay: 2s;
  }
  .level-3 .circle-stage.circle-stage-3 .line3-3 {
    position: absolute;
    width: 53px;
    height: 1px;
    left: 37%;
    top: 47%;
    transform: translate(-50%, -50%) rotate(-60deg);
    background-color: black;
    z-index: 1;
    opacity: 1;
    animation: line3-3 7s forwards infinite;
    animation-delay: 2s;
  }
}
@media screen and (min-width: 1280px) {
  .level-3 .child {
    padding: 115px 0 75px;
    font-size: 18px;
    line-height: 26px;
  }
  .level-3 .child .top-text {
    margin-bottom: 15px;
    line-height: 28px;
  }
  .level-3 .child .uppercase strong {
    margin-bottom: 0;
  }
  .level-3 .circle-stage.circle-stage-1 .tiny-circle {
    width: 31px;
    height: 31px;
  }
}
@media screen and (min-width: 1920px) {
  .level-3 {
    justify-content: space-evenly;
  }
  .level-3 .child {
    flex: none;
    padding: 115px 0 75px;
    font-size: 16px;
    line-height: 30px;
  }
  .level-3 .child:first-child {
    padding: 115px 0 85px;
  }
  .level-3 .child .top-text {
    margin-bottom: 15px;
  }
  .level-3 .child .uppercase {
    line-height: 26px;
    position: relative;
    padding-bottom: 28px;
    font-weight: 300;
    margin-bottom: 28px;
  }
  .level-3 .child .uppercase strong {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
  }
  .level-3 .child .uppercase::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: white;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .level-3 .child h3 {
    color: #D3F40B;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .level-3 .child h3 strong {
    font-weight: 900;
    display: block;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 8px;
  }
  .level-3 .circle-stage .inner-circle {
    width: 152px;
    height: 152px;
  }
  .level-3 .circle-stage .tiny-circle {
    width: 31px;
    height: 31px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    background-color: white;
    position: absolute;
    z-index: 2;
  }
  .level-3 .circle-stage.circle-stage-1 .tiny-circle {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .level-3 .circle-stage.circle-stage-2 {
    background-color: white;
  }
  .level-3 .circle-stage.circle-stage-2 .inner-circle {
    width: 152px;
    height: 152px;
  }
  .level-3 .circle-stage.circle-stage-2 .tiny-circle:first-child {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: tiny-1 3s forwards infinite;
    animation-delay: 2s;
  }
  .level-3 .circle-stage.circle-stage-2 .tiny-circle:nth-child(2) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: tiny-2 3s forwards infinite;
    animation-delay: 2s;
  }
  .level-3 .circle-stage.circle-stage-2 .line {
    position: absolute;
    width: 53px;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    z-index: 1;
    opacity: 0;
    animation: line 3s forwards infinite;
    animation-delay: 2s;
  }
  .level-3 .circle-stage.circle-stage-3 {
    background-color: white;
  }
  .level-3 .circle-stage.circle-stage-3 .inner-circle {
    width: 152px;
    height: 152px;
  }
  .level-3 .circle-stage.circle-stage-3 .tiny-circle:first-child {
    left: 24%;
    top: 70%;
    transform: translate(-50%, -50%);
  }
  .level-3 .circle-stage.circle-stage-3 .tiny-circle:nth-child(2) {
    left: 76%;
    top: 70%;
    animation: tiny3-2 7s forwards infinite;
    animation-delay: 2s;
    transform: translate(-50%, -50%);
  }
  .level-3 .circle-stage.circle-stage-3 .tiny-circle:nth-child(3) {
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    animation: tiny3-3 7s forwards infinite;
    animation-delay: 2s;
  }
  .level-3 .circle-stage.circle-stage-3 .line3-1 {
    position: absolute;
    width: 53px;
    height: 1px;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    background-color: black;
    z-index: 1;
    opacity: 1;
    animation: line3-1 7s forwards infinite;
    animation-delay: 2s;
  }
  .level-3 .circle-stage.circle-stage-3 .line3-2 {
    position: absolute;
    width: 53px;
    height: 1px;
    left: 63%;
    top: 47%;
    transform: translate(-50%, -50%) rotate(60deg);
    background-color: black;
    z-index: 1;
    opacity: 1;
    animation: line3-2 7s forwards infinite;
    animation-delay: 2s;
  }
  .level-3 .circle-stage.circle-stage-3 .line3-3 {
    position: absolute;
    width: 53px;
    height: 1px;
    left: 37%;
    top: 47%;
    transform: translate(-50%, -50%) rotate(-60deg);
    background-color: black;
    z-index: 1;
    opacity: 1;
    animation: line3-3 7s forwards infinite;
    animation-delay: 2s;
  }
}

@keyframes tiny-1 {
  0% {
    left: 50%;
  }
  25% {
    left: 25%;
  }
  50% {
    left: 25%;
  }
  75% {
    left: 50%;
  }
  100% {
    left: 50%;
  }
}
@keyframes tiny-2 {
  0% {
    left: 50%;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  25% {
    left: 75%;
    opacity: 1;
  }
  50% {
    left: 75%;
  }
  75% {
    left: 50%;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: 50%;
    opacity: 0;
  }
}
@keyframes line {
  20% {
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  52% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
}
@keyframes line3-3 {
  0% {
    opacity: 1;
  }
  9% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  91% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line3-2 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  82% {
    opacity: 1;
  }
}
@keyframes line3-1 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  27% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  71% {
    opacity: 1;
  }
}
@keyframes tiny3-3 {
  0% {
    left: 50%;
    top: 25%;
  }
  15% {
    left: 50%;
    top: 25%;
  }
  28% {
    left: 76%;
    top: 70%;
    opacity: 1;
  }
  40% {
    left: 24%;
    top: 70%;
    opacity: 0;
  }
  60% {
    left: 24%;
    top: 70%;
    opacity: 1;
  }
  73% {
    left: 76%;
    top: 70%;
  }
  85% {
    left: 50%;
    top: 25%;
  }
  100% {
    left: 50%;
    top: 25%;
  }
}
@keyframes tiny3-2 {
  0% {
    left: 76%;
    top: 70%;
    opacity: 1;
  }
  28% {
    left: 76%;
    top: 70%;
  }
  40% {
    left: 24%;
    top: 70%;
    opacity: 1;
  }
  50% {
    left: 24%;
    top: 70%;
    opacity: 0;
  }
  60% {
    left: 24%;
    top: 70%;
    opacity: 1;
  }
  73% {
    left: 76%;
    top: 70%;
  }
  100% {
    left: 76%;
    top: 70%;
  }
}
.level-4 {
  color: white;
  background-color: #1D1C1C;
  position: relative;
}
.level-4 p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Merriweather";
  margin-bottom: 18px;
}
.level-4 .p-more-margin p {
  margin-bottom: 32px;
}
.level-4 .line-element-vert {
  height: 297px;
  width: 2px;
  background-color: #8e8d8d;
  position: absolute;
  right: 24px;
  top: 0;
}
.level-4 .line-element-vert::after {
  width: 6px;
  height: 81px;
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  background-color: white;
}
.level-4 .line-element-horiz {
  height: 1px;
  width: 100%;
  background-color: white;
  position: relative;
}
.level-4 .line-element-horiz::after {
  width: 81px;
  height: 6px;
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  background-color: white;
}
.level-4 .title-container .line-element-horiz {
  display: none;
}
.level-4 .padd {
  padding: 27px 16px 10px 16px;
}
.level-4 .padd:first-child {
  position: relative;
  padding: 45px 16px 20px 16px;
}
.level-4 .padd:last-child {
  padding-top: 20px;
  padding-bottom: 45px;
}
.level-4 .h2-first {
  text-transform: uppercase;
  line-height: 46px;
  max-width: 343px;
  margin-left: auto;
}
.level-4 .h2-first .thin {
  font-family: "Inter";
  font-weight: 100;
  font-size: 45px;
  line-height: 40px;
  color: white;
}
.level-4 .h2-first strong {
  font-weight: 900;
  font-style: italic;
  font-size: 57px;
  color: white;
  display: block;
  text-align: right;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.level-4 .h2-first strong::before {
  content: "";
  position: absolute;
  background-color: #1D1C1C;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 70px;
  z-index: -1;
}
.level-4 .h2-first .color {
  color: #D3F40B;
  font-size: 48px;
  font-weight: normal;
  display: block;
  text-align: right;
  margin-right: 27px;
}
.level-4 .p-italic {
  font-weight: 300;
  font-family: "Merriweather";
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  text-align: right;
  margin-right: 27px;
  margin-top: 16px;
}
.level-4 .strong-title {
  font-family: "Inter";
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  margin-top: 25px;
}
.level-4 .strong-title .strong-word {
  width: 269px;
  height: 67px;
  background: url("../images/strong-new.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.level-4 .strong-title .italic {
  font-weight: 100;
  font-style: italic;
}
.level-4 .strong-title .color {
  color: #D3F40B;
  font-size: 54px;
  display: block;
  text-align: left;
  font-style: italic;
  margin-top: 20px;
  position: relative;
}
.level-4 .strong-title .color::before {
  content: "";
  display: block;
  position: absolute;
  top: 29px;
  left: calc(100% + 4px);
  height: 1px;
  width: 8000px;
  background-color: #D3F40B;
}
.level-4 .strong-title .mid-line {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.level-4 .strong-title .line-element-horiz {
  left: -600px;
  right: 0;
  margin-top: 6px;
  width: auto;
  position: absolute;
}
.level-4 .p-italic-normal {
  font-weight: 300;
  font-family: "Merriweather";
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}
.level-4 .title-solutions {
  font-family: "Inter";
  font-weight: 100;
  color: white;
  font-size: 35px;
  line-height: 49px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  padding-bottom: 10px;
}
.level-4 .title-solutions .lines {
  font-weight: 900;
  font-style: italic;
  font-size: 40px;
}
.level-4 .title-solutions .lines .mid-line {
  display: inline-block;
  position: relative;
}
.level-4 .title-solutions .lines .mid-line .left-lines {
  display: inline-block;
  position: absolute;
  left: -13px;
  bottom: -6px;
  width: 1px;
  height: 23px;
  border-left: 1px solid white;
  transform: rotate(9deg);
}
.level-4 .title-solutions .lines .mid-line .left-lines::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 809.9721006304px;
  height: 1px;
  background-color: white;
  transform: rotate(-9deg);
  transform-origin: right top;
}
.level-4 .title-solutions .lines .mid-line .left-lines::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 1px;
  background-color: white;
  transform: rotate(-9deg);
  transform-origin: bottom left;
}
.level-4 .title-solutions .lines .mid-line .right-lines {
  display: inline-block;
  position: absolute;
  right: -8px;
  bottom: -6px;
  width: 1px;
  height: 23px;
  border-left: 1px solid transparent;
  transform: rotate(9deg);
}
.level-4 .title-solutions .lines .mid-line .right-lines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 800px;
  height: 1px;
  background-color: transparent;
  transform: rotate(-9deg);
  transform-origin: left top;
}
.level-4 .title-solutions .lines .mid-line .right-lines::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34.4238142768px;
  height: 1px;
  background-color: transparent;
  transform: rotate(-9deg);
  transform-origin: bottom right;
}
.level-4 .title-solutions .lines .reshen {
  border-bottom: 1px solid white;
  display: inline-block;
  position: relative;
  padding-left: 14px;
}
.level-4 .title-solutions .lines .reshen::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 1px;
  height: 90%;
  background-color: white;
  transform: rotate(9deg);
  transform-origin: bottom left;
}
.level-4 .title-solutions .lines .last-letter {
  border-bottom: 1px solid transparent;
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.level-4 .title-solutions .lines .last-letter::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 1px;
  height: 90%;
  background-color: transparent;
  transform: rotate(9deg);
  transform-origin: bottom right;
}
.level-4 .title-solutions .lines .lightning-container {
  width: 34px;
  height: 49px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.level-4 .title-solutions .lines .lightning {
  background: url("../images/lightning.svg");
  width: 100%;
  height: 68px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
}
.level-4 .inter-text {
  font-family: "Inter";
  font-weight: normal;
  line-height: 26px;
}
@media screen and (min-width: 576px) {
  .level-4 p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .level-4 .padd:first-child {
    margin-bottom: 28px;
  }
  .level-4 .padd:last-child p {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .level-4 .padd.p-more-margin.more-padd p {
    text-align: right;
  }
  .level-4 .more-padd {
    padding-left: 41px;
    padding-right: 41px;
    padding-top: 50px;
  }
  .level-4 .title-solutions {
    margin-top: 25px;
  }
  .level-4 .title-solutions .lines .mid-line .right-lines {
    border-left: 1px solid white;
  }
  .level-4 .title-solutions .lines .mid-line .right-lines::before {
    background-color: white;
  }
  .level-4 .title-solutions .lines .mid-line .right-lines::after {
    background-color: white;
  }
  .level-4 .title-solutions .lines .last-letter {
    border-bottom: 1px solid white;
  }
  .level-4 .title-solutions .lines .last-letter::before {
    background-color: white;
  }
  .level-4 .line-element-vert {
    height: 1px;
    width: 31vw;
    background-color: white;
    right: auto;
    left: 0;
    top: 65px;
  }
  .level-4 .line-element-vert::after {
    width: 70px;
    height: 11px;
    left: auto;
    right: 0;
    bottom: -5px;
  }
  .level-4 .h2-first {
    line-height: 46px;
    max-width: none;
    margin-left: 33vw;
  }
  .level-4 .h2-first .thin {
    font-size: 44px;
    line-height: 40px;
  }
  .level-4 .h2-first strong {
    text-align: left;
    font-size: 56px;
    margin-bottom: 15px;
    margin-left: 30px;
  }
  .level-4 .h2-first strong::before {
    display: none;
  }
  .level-4 .h2-first .color {
    text-align: left;
    font-size: 56px;
    margin-left: 191px;
  }
  .level-4 .p-container {
    position: absolute;
    bottom: 18px;
    right: 29vw;
    left: 0;
  }
  .level-4 .p-italic {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    bottom: auto;
    right: auto;
    width: 360px;
  }
  .level-4 .strong-title {
    font-size: 31px;
    line-height: 50px;
    overflow: visible;
    margin-top: 25px;
    text-align: left;
    margin: 0 41px;
    position: relative;
  }
  .level-4 .strong-title .strong-word {
    width: 260px;
    height: 70px;
    background-size: 98% auto;
    background-repeat: no-repeat;
    background-position: 6px top;
    margin: 0 0 0 -12px;
  }
  .level-4 .strong-title .italic {
    font-weight: 100;
    font-style: italic;
  }
  .level-4 .strong-title .color {
    color: #D3F40B;
    font-size: 54px;
    display: inline-block;
    text-align: left;
    font-style: italic;
    margin: 0;
  }
  .level-4 .strong-title .mid-line {
    display: block;
    position: relative;
    margin-top: -16px;
  }
  .level-4 .strong-title .line-element-horiz {
    display: none;
  }
  .level-4 .strong-title .battery-strong {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 83px;
    border-top: 1px solid #D3F40B;
    border-right: 1px solid #D3F40B;
    width: 62px;
    padding: 25px 0 0 0;
  }
  .level-4 .strong-title .battery-strong .bar {
    width: 25px;
    height: 6px;
    background-color: #D3F40B;
    margin-bottom: 11px;
    margin-right: 20px;
  }
  .level-4 .strong-title .battery-strong .bar:nth-child(-n+4) {
    animation: blink 1s infinite; /* Apply animation to the last 4 elements */
  }
  .level-4 .p-more-margin .p-italic-normal {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    margin-right: 110px;
    margin-top: -29px;
    margin-left: auto;
    margin-bottom: 40px;
    width: 330px;
  }
}
@media screen and (min-width: 768px) {
  .level-4 .padd {
    padding: 27px 16px 10px 16px;
  }
  .level-4 .padd:first-child {
    padding: 65px 16px 20px 16px;
  }
  .level-4 .padd:last-child {
    padding-bottom: 45px;
  }
  .level-4 .line-element-vert {
    height: 514px;
    width: 1px;
    background-color: white;
    position: absolute;
    right: 26px;
    left: auto;
    top: 0;
  }
  .level-4 .line-element-vert::after {
    width: 11px;
    height: 81px;
    content: "";
    position: absolute;
    left: -5px;
    bottom: 0;
    background-color: white;
  }
  .level-4 .title-container {
    position: relative;
  }
  .level-4 .title-container .line-element-horiz {
    display: block;
    position: absolute;
    left: -16px;
    top: 23px;
    width: 33.2vw;
  }
  .level-4 .title-container .line-element-horiz::after {
    width: 81px;
    height: 11px;
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    background-color: white;
  }
  .level-4 .h2-first {
    line-height: 46px;
    max-width: none;
    margin-left: 34.2vw;
    text-align: left;
  }
  .level-4 .h2-first .thin {
    font-size: 44px;
    line-height: 48px;
    margin-right: 262px;
  }
  .level-4 .h2-first strong {
    font-size: 76px;
    line-height: 62px;
    margin-bottom: 33px;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }
  .level-4 .h2-first strong::before {
    display: none;
  }
  .level-4 .h2-first .color {
    font-size: 76px;
    margin-right: 0;
    margin-left: 210px;
    text-align: left;
  }
  .level-4 .p-container {
    position: absolute;
    bottom: 24px;
    right: 30vw;
    left: 0;
  }
  .level-4 .p-italic {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
    width: 390px;
    margin: 0 auto;
    left: auto;
    right: auto;
  }
  .level-4 .strong-title {
    font-size: 31px;
    line-height: 50px;
    overflow: hidden;
    text-align: left;
    margin: 55px 27px 0 66px;
    position: relative;
    padding-bottom: 32px;
  }
  .level-4 .strong-title .strong-word {
    width: 260px;
    height: 70px;
    background-size: 98% auto;
    background-repeat: no-repeat;
    background-position: 6px top;
    margin: 0 0 0 -12px;
  }
  .level-4 .strong-title .italic {
    font-weight: 100;
    font-style: italic;
  }
  .level-4 .strong-title .color {
    color: #D3F40B;
    font-size: 54px;
    display: block;
    text-align: left;
    font-style: italic;
    margin: 0;
  }
  .level-4 .strong-title .color::before {
    top: -80px;
    left: 290px;
    height: 1px;
    width: 8000px;
    background-color: #D3F40B;
  }
  .level-4 .strong-title .mid-line {
    margin-top: -3px;
    overflow: visible;
  }
  .level-4 .strong-title .battery-strong {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 37px;
    border-top: 1px solid #D3F40B;
    border-right: 1px solid #D3F40B;
    width: 62px;
    padding: 25px 0 0 0;
  }
  .level-4 .strong-title .battery-strong .bar {
    width: 25px;
    height: 6px;
    background-color: #D3F40B;
    margin-bottom: 11px;
    margin-right: 20px;
  }
  .level-4 .p-more-margin p {
    width: 523px;
    margin-left: auto;
    margin-right: 13px;
  }
  .level-4 .p-more-margin .p-italic-normal {
    margin-right: 90px;
    margin-top: -147px;
    margin-bottom: 60px;
  }
  .level-4 .title-solutions {
    margin-top: 25px;
    margin-right: 27px;
    padding-left: 27px;
  }
  .level-4 .title-solutions .lines {
    position: relative;
  }
  .level-4 .title-solutions .lines::after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 11px;
    background-color: white;
    right: 0;
    top: 27px;
  }
}
@media screen and (min-width: 992px) {
  .level-4 .padd {
    padding: 27px 16px 10px 16px;
  }
  .level-4 .padd:first-child {
    padding: 120px 0 20px 0;
    margin-bottom: 50px;
  }
  .level-4 .padd:last-child {
    padding-bottom: 100px;
  }
  .level-4 .padd.p-more-margin p {
    font-size: 20px;
    line-height: 30px;
    width: 554px;
  }
  .level-4 .padd.p-more-margin.more-padd p {
    font-size: 16px;
    line-height: 26px;
    width: 523px;
  }
  .level-4 .padd.p-more-margin.more-padd .p-italic-normal {
    width: 430px;
  }
  .level-4 .title-solutions {
    margin-top: 25px;
    font-size: 40px;
    padding-bottom: 25px;
    margin-right: 48px;
    padding-left: 48px;
  }
  .level-4 .title-solutions .lines {
    font-weight: 900;
    font-style: italic;
    font-size: 53px;
    line-height: 56px;
  }
  .level-4 .title-solutions .lines::after {
    top: 34px;
  }
  .level-4 .title-solutions .lines .mid-line {
    display: inline-block;
    position: relative;
  }
  .level-4 .title-solutions .lines .mid-line .left-lines {
    display: inline-block;
    position: absolute;
    left: -22px;
    bottom: -6px;
    width: 1px;
    height: 23px;
    border-left: 1px solid white;
    transform: rotate(9deg);
  }
  .level-4 .title-solutions .lines .mid-line .left-lines::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 809.9721006304px;
    height: 1px;
    background-color: white;
    transform: rotate(-9deg);
    transform-origin: right top;
  }
  .level-4 .title-solutions .lines .mid-line .left-lines::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 74px;
    height: 1px;
    background-color: white;
    transform: rotate(-9deg);
    transform-origin: bottom left;
  }
  .level-4 .title-solutions .lines .mid-line .right-lines {
    display: inline-block;
    position: absolute;
    right: -23px;
    bottom: -6px;
    width: 1px;
    height: 23px;
    border-left: 1px solid white;
    transform: rotate(9deg);
  }
  .level-4 .title-solutions .lines .mid-line .right-lines::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 800px;
    height: 1px;
    background-color: white;
    transform: rotate(-9deg);
    transform-origin: left top;
  }
  .level-4 .title-solutions .lines .mid-line .right-lines::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 53.6606516668px;
    height: 1px;
    background-color: white;
    transform: rotate(-9deg);
    transform-origin: bottom right;
  }
  .level-4 .title-solutions .lines .reshen {
    border-bottom: 1px solid white;
    display: inline-block;
    position: relative;
    padding-left: 22px;
    padding-bottom: 10px;
  }
  .level-4 .title-solutions .lines .reshen::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 92%;
    background-color: white;
    transform: rotate(9deg);
    transform-origin: bottom left;
  }
  .level-4 .title-solutions .lines .last-letter {
    border-bottom: 1px solid white;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .level-4 .title-solutions .lines .last-letter::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 92%;
    background-color: white;
    transform: rotate(9deg);
    transform-origin: bottom right;
  }
  .level-4 .title-solutions .lines .lightning-container {
    width: 50px;
    height: 49px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .level-4 .title-solutions .lines .lightning {
    background: url("../images/lightning.svg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
  }
  .level-4 .line-element-vert {
    height: 644px;
    right: 40px;
  }
  .level-4 .title-container {
    position: relative;
  }
  .level-4 .title-container .line-element-horiz {
    display: block;
    position: absolute;
    left: -16px;
    top: 32px;
    width: 32.3vw;
  }
  .level-4 .title-container .line-element-horiz::after {
    width: 81px;
    height: 11px;
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    background-color: white;
  }
  .level-4 .h2-first {
    margin-left: 35.4vw;
    line-height: inherit;
  }
  .level-4 .h2-first .thin {
    font-size: 64px;
    line-height: 64px;
    margin-right: 262px;
  }
  .level-4 .h2-first strong {
    font-size: 96px;
    line-height: 100px;
    margin-bottom: 0;
    margin-right: 0;
    text-align: left;
    margin-left: 10px;
  }
  .level-4 .h2-first strong::before {
    display: none;
  }
  .level-4 .h2-first .color {
    font-size: 96px;
    line-height: 96px;
    margin-right: 0;
    margin-left: 272px;
    text-align: left;
  }
  .level-4 .p-container {
    position: absolute;
    bottom: 42px;
    right: 24vw;
    left: 0;
  }
  .level-4 .p-italic {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    width: 450px;
    margin: 0 auto;
    left: auto;
    right: auto;
  }
  .level-4 .strong-title {
    font-size: 31px;
    line-height: 50px;
    overflow: hidden;
    text-align: left;
    margin: 55px 49px 0 38px;
    position: relative;
    padding-bottom: 32px;
  }
  .level-4 .strong-title .strong-word {
    width: 340px;
    height: auto;
    aspect-ratio: 260/70;
    background-size: 98% auto;
    background-repeat: no-repeat;
    background-position: 6px top;
    margin: 0 0 0 -10px;
  }
  .level-4 .strong-title .italic {
    font-weight: 100;
    font-style: italic;
  }
  .level-4 .strong-title .color {
    color: #D3F40B;
    font-size: 54px;
    line-height: 60px;
    display: block;
    text-align: left;
    font-style: italic;
    margin: 0;
  }
  .level-4 .strong-title .color::before {
    top: -97px;
    left: 325px;
    height: 1px;
    width: 8000px;
    background-color: #D3F40B;
  }
  .level-4 .strong-title .color::after {
    content: "";
    width: 70px;
    height: 11px;
    display: block;
    position: absolute;
    top: -102px;
    left: 325px;
    background-color: #D3F40B;
  }
  .level-4 .strong-title .mid-line {
    margin-top: 3px;
    overflow: visible;
    margin-left: 12px;
    font-size: 39px;
  }
  .level-4 .strong-title .battery-strong {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 48px;
    border-top: 1px solid #D3F40B;
    border-right: 1px solid #D3F40B;
    width: 62px;
    padding: 35px 0 0 0;
  }
  .level-4 .strong-title .battery-strong .bar {
    width: 25px;
    height: 6px;
    background-color: #D3F40B;
    margin-bottom: 11px;
    margin-right: 30px;
  }
  .level-4 .p-more-margin p {
    width: 523px;
    margin-left: auto;
    margin-right: 31px;
  }
  .level-4 .p-more-margin .p-italic-normal {
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    margin-right: 122px;
    margin-top: -156px;
    margin-left: auto;
    margin-bottom: 80px;
    width: 438px;
  }
}
@media screen and (min-width: 1280px) {
  .level-4 .padd:last-child {
    padding-bottom: 100px;
  }
  .level-4 .padd.p-more-margin p {
    font-size: 20px;
    line-height: 30px;
    width: 554px;
    margin-bottom: 35px;
  }
  .level-4 .padd.p-more-margin.more-padd p {
    font-size: 18px;
    line-height: 28px;
    width: 523px;
  }
  .level-4 .padd.p-more-margin.more-padd .p-italic-normal {
    width: 420px;
    font-size: 20px;
    line-height: 30px;
    margin-top: -148px;
    margin-right: 132px;
    margin-bottom: 45px;
  }
  .level-4 .p-container {
    bottom: 38px;
    right: 10vw;
    left: 0;
  }
  .level-4 .p-italic {
    line-height: 30px;
    width: 400px;
  }
  .level-4 .h2-first {
    margin-left: 29vw;
    line-height: inherit;
  }
  .level-4 .h2-first .thin {
    font-size: 85px;
    line-height: 74px;
    margin-right: 262px;
  }
  .level-4 .h2-first strong {
    font-size: 140px;
    line-height: 170px;
  }
  .level-4 .h2-first strong::before {
    display: none;
  }
  .level-4 .h2-first .color {
    font-size: 118px;
    line-height: 120px;
    margin-right: 0;
    margin-left: 430px;
    text-align: left;
  }
  .level-4 .line-element-vert {
    height: 600px;
  }
  .level-4 .title-container {
    position: relative;
  }
  .level-4 .title-container .line-element-horiz {
    display: block;
    position: absolute;
    left: -16px;
    top: 32px;
    width: 26.64vw;
  }
  .level-4 .strong-title {
    line-height: 50px;
    margin: 90px 49px 0 38px;
    padding-bottom: 0;
    min-height: 227px;
  }
  .level-4 .strong-title .strong-word {
    width: 482px;
    height: auto;
    aspect-ratio: 260/70;
    background-size: 98% auto;
    background-repeat: no-repeat;
    background-position: 6px top;
    margin: 0 0 0 -10px;
  }
  .level-4 .strong-title .italic {
    font-weight: 100;
    font-style: italic;
  }
  .level-4 .strong-title .color {
    color: #D3F40B;
    font-size: 57px;
    line-height: 47px;
    display: inline-block;
    text-align: left;
    font-style: italic;
    margin: 0;
  }
  .level-4 .strong-title .color::before {
    top: -62px;
    left: 25px;
    height: 1px;
    width: 8000px;
    background-color: #D3F40B;
  }
  .level-4 .strong-title .color::after {
    content: "";
    width: 70px;
    height: 11px;
    display: block;
    position: absolute;
    top: -67px;
    left: 25px;
    background-color: #D3F40B;
  }
  .level-4 .strong-title .mid-line {
    margin-top: 0;
    overflow: visible;
    margin-left: 12px;
    font-size: 57px;
  }
  .level-4 .strong-title .battery-strong {
    top: 69px;
    width: 62px;
    padding: 29px 0 0 0;
  }
  .level-4 .strong-title .battery-strong .bar {
    margin-bottom: 11px;
    margin-right: 26px;
  }
  .level-4 .title-solutions {
    margin-top: 25px;
    font-size: 43px;
    padding-bottom: 30px;
    margin-right: 48px;
    padding-left: 48px;
  }
  .level-4 .title-solutions .lines {
    font-size: 60px;
    line-height: 60px;
  }
  .level-4 .title-solutions .lines::after {
    top: 38px;
  }
  .level-4 .title-solutions .lines .mid-line .left-lines {
    left: -22px;
    bottom: -6px;
    width: 1px;
    height: 23px;
    border-left: 1px solid white;
    transform: rotate(9deg);
  }
  .level-4 .title-solutions .lines .mid-line .left-lines::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 809.9721006304px;
    height: 1px;
    background-color: white;
    transform: rotate(-9deg);
    transform-origin: right top;
  }
  .level-4 .title-solutions .lines .mid-line .left-lines::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 83px;
    height: 1px;
    background-color: white;
    transform: rotate(-9deg);
    transform-origin: bottom left;
  }
  .level-4 .title-solutions .lines .mid-line .right-lines {
    display: inline-block;
    position: absolute;
    right: -23px;
    bottom: -6px;
    width: 1px;
    height: 23px;
    border-left: 1px solid white;
    transform: rotate(9deg);
  }
  .level-4 .title-solutions .lines .mid-line .right-lines::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 800px;
    height: 1px;
    background-color: white;
    transform: rotate(-9deg);
    transform-origin: left top;
  }
  .level-4 .title-solutions .lines .mid-line .right-lines::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60.7479075473px;
    height: 1px;
    background-color: white;
    transform: rotate(-9deg);
    transform-origin: bottom right;
  }
  .level-4 .title-solutions .lines .reshen {
    border-bottom: 1px solid white;
    display: inline-block;
    position: relative;
    padding-left: 22px;
    padding-bottom: 10px;
  }
  .level-4 .title-solutions .lines .reshen::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 94%;
    background-color: white;
    transform: rotate(9deg);
    transform-origin: bottom left;
  }
  .level-4 .title-solutions .lines .last-letter {
    border-bottom: 1px solid white;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .level-4 .title-solutions .lines .last-letter::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 94%;
    background-color: white;
    transform: rotate(9deg);
    transform-origin: bottom right;
  }
  .level-4 .title-solutions .lines .lightning-container {
    width: 58px;
    height: 49px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .level-4 .title-solutions .lines .lightning {
    background: url("../images/lightning.svg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 115px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
  }
}
@media screen and (min-width: 1368px) {
  .level-4 .padd.p-more-margin .text-theme-color {
    font-size: 22px;
    line-height: 32px;
  }
  .level-4 .padd.p-more-margin.more-padd {
    padding-right: 60px;
  }
  .level-4 .padd.p-more-margin.more-padd p {
    font-size: 18px;
    line-height: 28px;
    width: 523px;
  }
  .level-4 .padd.p-more-margin.more-padd .p-italic-normal {
    width: 420px;
    font-size: 20px;
    line-height: 30px;
    margin-top: -148px;
    margin-right: 132px;
    margin-bottom: 45px;
  }
  .level-4 .line-element-vert {
    display: none;
  }
  .level-4 .strong-title {
    line-height: 50px;
    margin: 90px 92px 0 100px;
  }
  .level-4 .title-solutions {
    margin-top: 25px;
    font-size: 43px;
    margin-right: 91px;
    padding-left: 91px;
    padding-bottom: 30px;
  }
  .level-4 .title-solutions .lines {
    font-size: 60px;
    line-height: 60px;
  }
  .level-4 .title-solutions .lines::after {
    top: 38px;
  }
  .level-4 .title-solutions .lines .mid-line .left-lines {
    left: -22px;
    bottom: -6px;
    width: 1px;
    height: 23px;
    border-left: 1px solid white;
    transform: rotate(9deg);
  }
  .level-4 .title-solutions .lines .mid-line .left-lines::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 809.9721006304px;
    height: 1px;
    background-color: white;
    transform: rotate(-9deg);
    transform-origin: right top;
  }
  .level-4 .title-solutions .lines .mid-line .left-lines::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 83px;
    height: 1px;
    background-color: white;
    transform: rotate(-9deg);
    transform-origin: bottom left;
  }
  .level-4 .title-solutions .lines .mid-line .right-lines {
    display: inline-block;
    position: absolute;
    right: -23px;
    bottom: -6px;
    width: 1px;
    height: 23px;
    border-left: 1px solid white;
    transform: rotate(9deg);
  }
  .level-4 .title-solutions .lines .mid-line .right-lines::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 800px;
    height: 1px;
    background-color: white;
    transform: rotate(-9deg);
    transform-origin: left top;
  }
  .level-4 .title-solutions .lines .mid-line .right-lines::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60.7479075473px;
    height: 1px;
    background-color: white;
    transform: rotate(-9deg);
    transform-origin: bottom right;
  }
  .level-4 .title-solutions .lines .reshen {
    border-bottom: 1px solid white;
    display: inline-block;
    position: relative;
    padding-left: 22px;
    padding-bottom: 10px;
  }
  .level-4 .title-solutions .lines .reshen::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 94%;
    background-color: white;
    transform: rotate(9deg);
    transform-origin: bottom left;
  }
}
@media screen and (min-width: 1440px) {
  .level-4 .padd.p-more-margin.more-padd {
    padding-right: 95px;
  }
  .level-4 .title-container .line-element-horiz {
    top: 32px;
    width: 29.3vw;
  }
  .level-4 .p-container {
    right: 9vw;
  }
  .level-4 .h2-first {
    margin-left: 31.5vw;
    line-height: inherit;
  }
  .level-4 .h2-first .thin {
    font-size: 85px;
    line-height: 74px;
    margin-right: 262px;
  }
  .level-4 .h2-first strong {
    font-size: 140px;
    line-height: 170px;
    margin-left: 0;
  }
  .level-4 .h2-first strong::before {
    display: none;
  }
  .level-4 .h2-first .color {
    font-size: 118px;
    line-height: 120px;
    margin-right: 0;
    margin-left: 430px;
    text-align: left;
  }
  .level-4 .strong-title {
    margin-right: 127px;
  }
  .level-4 .title-solutions {
    margin-right: 127px;
    padding-left: 127px;
  }
}
@media screen and (min-width: 1920px) {
  .level-4 .padd.p-more-margin.more-padd {
    padding-right: 304px;
  }
  .level-4 .title-container .line-element-horiz {
    top: 32px;
    width: 23vw;
  }
  .level-4 .line-element-vert {
    display: block;
    right: 168px;
    height: 644px;
  }
  .level-4 .p-container {
    right: 31.5vw;
    margin-right: 0;
    margin-left: 0;
  }
  .level-4 .p-italic {
    margin: 0;
    margin-left: auto;
  }
  .level-4 .h2-first {
    margin-left: 31.5vw;
    line-height: inherit;
  }
  .level-4 .h2-first .thin {
    font-size: 95px;
    line-height: 74px;
    margin-right: 262px;
  }
  .level-4 .h2-first strong {
    text-align: right;
    font-size: 150px;
    line-height: 170px;
    margin-left: 0;
    margin-right: 15.2vw;
  }
  .level-4 .h2-first strong::before {
    display: none;
  }
  .level-4 .h2-first .color {
    font-size: 128px;
    line-height: 120px;
    margin-right: 11.51vw;
    margin-left: 0;
    text-align: right;
  }
  .level-4 .strong-title {
    margin: 90px 335px 0 159px;
  }
  .level-4 .title-solutions {
    margin-right: 163px;
    padding-left: 163px;
    margin-top: 100px;
  }
}

.didyouknow {
  position: relative;
}
.didyouknow .flex-container {
  display: flex;
  width: 100%;
}
.didyouknow .battery-level {
  width: 164px;
  display: flex;
  align-items: center;
}
.didyouknow .battery-level .dash {
  height: 30px;
  width: 6px;
  background-color: #D3F40B;
  margin-left: 12px;
}
.didyouknow .battery-level .dash:nth-last-child(-n+4) {
  animation: blink 1s infinite; /* Apply animation to the last 4 elements */
}
.didyouknow .speech-bubble {
  flex: 1;
  position: relative;
  padding: 13px 0;
  border: 3px solid #D3F40B;
  border-radius: 2px;
  background-color: transparent;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-family: "Merriweather";
  font-weight: 900;
  font-style: italic;
  color: #D3F40B;
  text-align: center;
  z-index: 2;
  margin-right: 20px;
}
.didyouknow .speech-bubble .shadow {
  content: "";
  position: absolute;
  bottom: -33px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 10px 0 36px;
  border-color: #1D1C1C transparent transparent transparent;
  display: block;
}
.didyouknow .speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 7px 0 23px;
  border-color: #D3F40B transparent transparent transparent;
}
.didyouknow .speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -19px;
  right: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 7px 0 22px;
  border-color: #1D1C1C transparent transparent transparent;
  z-index: 2;
}
.didyouknow .text-container {
  background-color: #D3F40B;
  color: #1D1C1C;
  margin-top: 6px;
  margin-bottom: 46px;
  padding: 45px 23px 26px 23px;
  font-size: 18px;
  line-height: 28px;
  font-family: "Merriweather";
  font-weight: normal;
  text-align: center;
}
.didyouknow .text-container strong {
  font-style: italic;
}
.didyouknow p {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 576px) {
  .didyouknow {
    margin: 0 41px;
  }
  .didyouknow .speech-bubble {
    margin-right: 152px;
  }
  .didyouknow .text-container {
    border-radius: 3px;
  }
  .didyouknow p {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .didyouknow {
    margin: 0 16.53vw 0 19.27vw;
  }
}
@media screen and (min-width: 992px) {
  .didyouknow {
    margin: 0 127px 0 37.6vw;
  }
  .didyouknow .flex-container {
    display: flex;
    width: 34vw;
    --offset: calc(-100% + 2.5vw); /* Pre-calculate */
    transform: translateX(var(--offset));
  }
  .didyouknow .speech-bubble {
    margin-right: 0;
  }
  .didyouknow .speech-bubble .shadow {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -4px;
    width: 78px;
    height: 8px;
    border-width: 0;
    display: block;
    z-index: 4;
    background-color: #1D1C1C;
  }
  .didyouknow .speech-bubble::after {
    content: "";
    position: absolute;
    bottom: -26px;
    right: auto;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 23px 0 7px;
    border-color: #D3F40B transparent transparent transparent;
  }
  .didyouknow .speech-bubble::before {
    content: "";
    position: absolute;
    bottom: -19px;
    right: auto;
    left: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 7px;
    border-color: #1D1C1C transparent transparent transparent;
    z-index: 2;
  }
  .didyouknow .text-container {
    margin-top: 0;
    padding: 35px 30px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .didyouknow {
    margin: 0 127px 0 31.7vw;
  }
  .didyouknow .flex-container {
    display: flex;
    width: 29vw;
    --offset: calc(-100% + 4vw);
    transform: translateX(var(--offset));
  }
  .didyouknow .text-container {
    margin-bottom: 80px;
  }
  .didyouknow .speech-bubble {
    width: 18vw;
    padding: 18px 0;
  }
  .didyouknow .speech-bubble .shadow {
    width: 78px;
    height: 8px;
  }
  .didyouknow .didyouknow-p {
    margin: 0 0 0 255px;
  }
  .didyouknow .didyouknow-p p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1368px) {
  .didyouknow {
    margin: 0 180px 0 31.7vw;
  }
}
@media screen and (min-width: 1440px) {
  .didyouknow {
    margin: 0 215px 0 31.7vw;
  }
  .didyouknow .flex-container {
    width: 26vw;
  }
  .didyouknow .speech-bubble {
    font-size: 24px;
  }
  .didyouknow .speech-bubble .shadow {
    width: 83px;
  }
}
@media screen and (min-width: 1920px) {
  .didyouknow {
    margin: 0 215px 0 25.26vw;
  }
  .didyouknow .flex-container {
    display: flex;
    width: 20vw;
    --offset: calc(-100% + 3.4vw); /* Pre-calculate */
    transform: translateX(var(--offset));
  }
  .didyouknow .text-container {
    padding: 35px 50px;
    margin-bottom: 80px;
    width: 475px;
  }
  .didyouknow .didyouknow-p {
    margin: -312px 0 120px 570px;
    width: 535px;
  }
  .didyouknow .didyouknow-p p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.big-letter {
  float: left;
  font-weight: 900;
  font-size: 64px;
  line-height: 58px;
  margin-bottom: 10px;
  margin-right: 10px;
}

@keyframes blink {
  0%, 100% {
    opacity: 1; /* Fully visible */
  }
  50% {
    opacity: 0; /* Fully invisible */
  }
}
.form-container {
  background-color: white;
  padding: 36px 16px;
  position: relative;
}
.form-container h2 {
  font-family: "Inter";
  font-weight: 300;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form-container p {
  font-family: "Inter";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.form-container .error-message {
  color: #D85A5C;
  margin-bottom: 25px !important;
  font-family: "Inter";
  font-size: 16px;
  line-height: 20px !important;
  display: none;
  text-align: center !important;
  margin-top: 15px !important;
}
.form-container .remove-file {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -3px;
  color: black;
  cursor: pointer;
  font-weight: bold;
  font-size: 22px;
}
.form-container .remove-file:hover {
  color: #D3F40B;
}
.form-container .form {
  width: 100%;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.form-container .form label {
  display: block;
  font-family: "Merriweather";
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}
.form-container .form input, .form-container .form textarea {
  width: 100%;
  font-family: "Inter";
  font-size: 16px;
  border: 1px solid #B4B4B4;
  border-radius: 3px;
  background-color: #F8F9F3;
  height: 60px;
  padding: 0 10px;
  margin-bottom: 22px;
}
.form-container .form input.error, .form-container .form textarea.error {
  border: 2px solid #F49193;
  background-color: #FFF5F5;
}
.form-container .form .error-label {
  color: #F49193;
}
.form-container .form p {
  text-align: left;
  margin: 0 26px 18px 0;
  font-family: "Merriweather";
  line-height: 26px;
}
.form-container .form .icon-upload {
  background: url("../images/upload-icon.svg") no-repeat;
  background-size: 16px 17px;
  background-position: left 4px;
  padding-left: 25px;
}
.form-container .form .file-upload {
  position: relative;
  display: block;
  margin: 0 14px;
}
.form-container .form .file-upload label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  height: 60px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 3px;
  border: 1px solid transparent;
  font-size: 18px;
  font-family: "Inter";
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  margin-bottom: 0;
}
.form-container .form .file-upload label:hover {
  background-color: white;
  border-color: black;
  color: black;
}
.form-container .form input[type=file] {
  position: absolute;
  opacity: 0; /* Hides the file input */
  z-index: -1; /* Ensures it's not clickable */
}
.form-container .form textarea {
  height: 95px;
  padding-top: 10px;
}
.form-container .form #future-plan, .form-container .form #financial-state, .form-container .form #strategy-aims {
  height: 120px;
}
.form-container .form .submit {
  background-color: #D3F40B;
  color: black;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter";
  border: 1px solid transparent;
  transition: 0.3s;
}
.form-container .form .submit:hover {
  background-color: white;
  border-color: black;
}
.form-container .triangle {
  background: url("../images/triangle.svg") no-repeat;
  width: 516px;
  height: 485px;
  position: absolute;
  left: -375px;
  top: -293px;
  opacity: 0.5;
  display: none;
}
.form-container .hexagon, .form-container .hexagon2 {
  background: url("../images/hexagon.svg") no-repeat;
  background-size: 100% auto;
  width: 527px;
  height: 555px;
  position: absolute;
  right: -190px;
  top: -356px;
  opacity: 0.6;
  display: none;
}
.form-container .hexagon {
  animation: rotateHexagon 50s linear infinite;
}
.form-container .hexagon2 {
  width: 716px;
  height: 754px;
  right: auto;
  left: -452px;
  top: auto;
  bottom: -440px;
  transform: rotate(42deg);
  opacity: 1;
  z-index: 1;
  animation: movePattern 8s ease-in-out infinite;
}
.form-container .cube {
  background: url("../images/cube.svg") no-repeat;
  background-size: 100% auto;
  width: 227px;
  height: 249px;
  position: absolute;
  right: -100px;
  top: 705px;
  opacity: 0.5;
  display: none;
  animation: rotateCube 18s infinite;
  transform-origin: center;
}
@media screen and (min-width: 576px) {
  .form-container {
    overflow: hidden;
    padding: 40px 131px 100px 117px;
  }
  .form-container .triangle {
    display: block;
    animation: upDown 8s infinite;
  }
  .form-container .hexagon {
    display: block;
    right: -230px;
    top: -356px;
  }
  .form-container .hexagon2 {
    display: block;
    left: -400px;
    bottom: -380px;
  }
  .form-container .cube {
    display: block;
  }
  .form-container .form .file-upload {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .form-container {
    padding: 40px 47px 180px 47px;
  }
  .form-container h2 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .form-container p {
    font-size: 16px;
    line-height: 26px;
  }
  .form-container .flex-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
  }
  .form-container .column {
    flex: 0 0 calc(50% - 9px);
  }
  .form-container .form .submit {
    margin-top: 0;
  }
  .form-container .hexagon2 {
    left: -415px;
    bottom: -390px;
  }
}
@media screen and (min-width: 992px) {
  .form-container {
    padding: 75px 165px 180px 132px;
  }
  .form-container .form {
    margin-top: 48px;
  }
  .form-container .form label {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .form-container p {
    font-size: 14px;
  }
  .form-container .error-message {
    margin-top: -20px !important;
  }
  .form-container h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 26px;
  }
  .form-container .triangle {
    left: -315px;
    top: -263px;
    opacity: 0.8;
  }
  .form-container .hexagon {
    width: 716px;
    height: 754px;
    right: -265px;
    top: -436px;
  }
  .form-container .cube {
    right: -75px;
    top: 590px;
    opacity: 0.7;
  }
  .form-container .hexagon2 {
    left: -400px;
    bottom: -400px;
  }
}
@media screen and (min-width: 1024px) {
  .form-container {
    padding: 75px 164px 220px 164px;
  }
  .form-container .hexagon2 {
    left: -380px;
    bottom: -390px;
  }
}
@media screen and (min-width: 1280px) {
  .form-container {
    padding: 100px 292px 112px 292px;
  }
  .form-container h2 {
    margin-bottom: 32px;
  }
  .form-container p {
    font-size: 16px;
    line-height: 28px;
  }
  .form-container .form {
    margin-top: 60px;
  }
  .form-container .form label {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .form-container .triangle {
    left: -220px;
    top: -100px;
    opacity: 0.8;
  }
  .form-container .hexagon {
    width: 716px;
    height: 754px;
    right: -165px;
    top: -400px;
  }
  .form-container .cube {
    right: -245px;
    top: 790px;
    opacity: 0.7;
    width: 483px;
    height: 533px;
  }
  .form-container .hexagon2 {
    left: -270px;
    bottom: -340px;
  }
}
@media screen and (min-width: 1368px) {
  .form-container {
    padding: 100px 336px 112px 336px;
  }
  .form-container .triangle {
    left: -170px;
  }
  .form-container .hexagon {
    width: 716px;
    height: 754px;
    right: -100px;
    top: -410px;
  }
  .form-container .cube {
    right: -195px;
    top: 790px;
    opacity: 0.7;
    width: 483px;
    height: 533px;
  }
  .form-container .hexagon2 {
    left: -230px;
    bottom: -340px;
  }
}
@media screen and (min-width: 1440px) {
  .form-container {
    padding: 100px 373px 112px 373px;
  }
  .form-container .triangle {
    left: -100px;
    top: -50px;
  }
  .form-container .hexagon {
    right: -100px;
    top: -380px;
  }
  .form-container .cube {
    right: -145px;
    top: 770px;
  }
  .form-container .hexagon2 {
    left: -200px;
    bottom: -340px;
  }
}
@media screen and (min-width: 1920px) {
  .form-container {
    padding: 100px 0 150px 0;
  }
  .form-container h2 {
    width: 695px;
    margin: 0 auto 36px auto;
  }
  .form-container > p {
    width: 695px;
    margin: 0 auto;
  }
  .form-container .form {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-container .triangle {
    left: 0;
    top: 30px;
  }
  .form-container .hexagon {
    right: -10px;
    top: -380px;
  }
  .form-container .cube {
    right: 10px;
    top: 630px;
  }
  .form-container .hexagon2 {
    left: -180px;
    bottom: -240px;
  }
}

@keyframes rotateHexagon {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg); /* Rotate halfway */
  }
  100% {
    transform: rotate(360deg); /* Full rotation */
  }
}
@keyframes rotateCube {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes movePattern {
  0% {
    transform: translate(0, 0) rotate(-80deg);
  }
  33% {
    transform: translate(0, 30px) rotate(-80deg);
  }
  66% {
    transform: translate(-30px, 30px) rotate(-80deg);
  }
  100% {
    transform: translate(0, 0) rotate(-80deg);
  }
}
@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
}
.footer {
  background-color: #1D1C1C;
  padding: 43px 18px 70px 18px;
}
.footer .footer-logo {
  width: 86.11vw;
  margin: 0 auto 30px auto;
}
.footer .flex-container {
  display: flex;
  justify-content: space-between;
}
.footer .battery-footer {
  display: flex;
  align-items: center;
}
.footer .battery-footer .bar {
  display: none;
  width: 6px;
  height: 48px;
  margin-right: 8px;
  background-color: #D3F40B;
}
.footer .battery-footer .bar:nth-child(-n+10) {
  display: block;
}
.footer .footer-logos {
  height: 53px;
}
@media screen and (min-width: 576px) {
  .footer .container {
    width: 310px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 43px 47px 70px 47px;
  }
  .footer .container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
  }
  .footer .footer-logo {
    width: 208px;
    margin: 0 13px 0 0;
  }
  .footer .flex-container {
    flex: 1;
    align-items: end;
  }
  .footer .battery-footer {
    overflow: hidden;
    margin-right: 15px;
    height: 50px;
    flex-wrap: wrap;
    flex: 1;
  }
  .footer .battery-footer .bar {
    flex: 0 0 4px;
    height: 50px;
    margin-right: 6px;
    background-color: #D3F40B;
  }
  .footer .battery-footer .bar:nth-child(n+11) {
    display: block;
  }
  .footer .footer-logos {
    width: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .footer {
    padding: 88px 62px 170px 62px;
  }
  .footer .footer-logo {
    width: 310px;
    margin: 0 13px 0 0;
  }
  .footer .footer-logos {
    width: 209px;
    height: 65px;
  }
  .footer .battery-footer {
    overflow: hidden;
    margin-right: 18px;
    height: 65px;
    flex-wrap: wrap;
    flex: 1;
  }
  .footer .battery-footer .bar {
    flex: 0 0 4px;
    height: 70px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 1368px) {
  .footer {
    padding: 88px 108px 170px 101px;
  }
}
@media screen and (min-width: 1440px) {
  .footer {
    padding: 88px 143px 170px 138px;
  }
}
@media screen and (min-width: 1920px) {
  .footer {
    padding: 88px 173px 170px 160px;
  }
}

.level-4-en .line-element-vert {
  display: none;
}
.level-4-en .h2-first {
  text-transform: uppercase;
  line-height: 40px;
  max-width: none;
  text-align: center;
  padding-right: 0;
}
.level-4-en .h2-first .thin {
  font-family: "Inter";
  font-weight: 100;
  font-size: 45px;
  line-height: 40px;
  color: white;
  display: inline-block;
}
.level-4-en .h2-first strong {
  font-weight: 900;
  font-style: italic;
  font-size: 55px;
  color: white;
  display: inline-block;
  text-align: inherit;
  margin: 0;
  position: relative;
  z-index: 1;
}
.level-4-en .h2-first strong::before {
  display: none;
}
.level-4-en .h2-first .color {
  color: #D3F40B;
  font-size: 44px;
  font-weight: normal;
  display: block;
  text-align: inherit;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
.level-4-en .p-container {
  display: flex;
  justify-content: center; /* Center the h2 horizontally */
  align-items: center; /* Vertically center, if needed */
}
.level-4-en .p-italic {
  text-align: right;
  width: 300px;
}
.level-4-en .strong-title {
  font-family: "Inter";
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  margin-top: 25px;
}
.level-4-en .strong-title .strong-word {
  width: 300px;
  height: auto;
  aspect-ratio: 687/169;
  background: url("../images/strong-en.png");
  background-size: 98%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.level-4-en .strong-title .italic {
  font-weight: 100;
  font-style: italic;
}
.level-4-en .strong-title .color {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-right: 90px;
}
.level-4-en .strong-title .color::before {
  display: none;
}
.level-4-en .strong-title .mid-line {
  display: block;
  overflow: visible;
  margin-top: -8px;
}
.level-4-en .strong-title .line-element-horiz {
  left: 0;
  right: 25px;
  margin-top: 6px;
  width: auto;
  position: absolute;
}
.level-4-en .title-solutions .lines .mid-line .left-lines::after {
  width: 66px;
}
.level-4-en .title-solutions .lines .mid-line .right-lines::after {
  width: 43.5360004089px;
}
@media screen and (min-width: 576px) {
  .level-4-en .line-element-vert {
    display: block;
  }
  .level-4-en .h2-first {
    line-height: 56px;
    max-width: none;
    text-align: right;
    padding-right: 0;
    margin-left: 0;
    margin-right: 24px;
  }
  .level-4-en .h2-first .thin {
    display: block;
    padding-right: 5px;
    margin-right: 0;
  }
  .level-4-en .h2-first strong {
    display: block;
  }
  .level-4-en .h2-first .color {
    margin-left: 0;
  }
  .level-4-en .p-container {
    justify-content: flex-end;
    align-items: flex-end;
    bottom: 78px;
    right: 236px;
  }
  .level-4-en .p-italic {
    margin: 0;
  }
  .level-4-en .strong-title {
    font-size: 31px;
    line-height: 50px;
    overflow: visible;
    margin-top: 25px;
    text-align: left;
    margin: 0 41px;
    position: relative;
  }
  .level-4-en .strong-title .strong-word {
    width: 260px;
    height: 70px;
    background-size: 98% auto;
    background-repeat: no-repeat;
    background-position: 6px top;
    margin: 0 0 0 -12px;
  }
  .level-4-en .strong-title .italic {
    font-weight: 100;
    font-style: italic;
    vertical-align: top;
  }
  .level-4-en .strong-title .color {
    color: #D3F40B;
    font-size: 54px;
    display: inline-block;
    text-align: left;
    font-style: italic;
    margin: 0;
    vertical-align: text-top;
  }
  .level-4-en .strong-title .color::before {
    display: block;
    top: 11px;
    left: calc(100% + 15px);
  }
  .level-4-en .strong-title .mid-line {
    margin-top: -16px;
    overflow: hidden;
  }
  .level-4-en .strong-title .line-element-horiz {
    display: none;
  }
  .level-4-en .strong-title .battery-strong {
    top: 71px;
  }
  .level-4-en .p-more-margin .p-italic-normal {
    min-height: 100px;
  }
  .level-4-en .title-solutions {
    margin-top: 25px;
  }
  .level-4-en .title-solutions .lines .mid-line .right-lines {
    border-left: 1px solid white;
  }
  .level-4-en .title-solutions .lines .mid-line .right-lines::before {
    background-color: white;
  }
  .level-4-en .title-solutions .lines .mid-line .right-lines::after {
    background-color: white;
  }
  .level-4-en .title-solutions .lines .last-letter {
    border-bottom: 1px solid white;
  }
  .level-4-en .title-solutions .lines .last-letter::before {
    background-color: white;
  }
}
@media screen and (min-width: 768px) {
  .level-4-en .h2-first {
    margin-right: 54px;
  }
  .level-4-en .h2-first .thin {
    font-size: 44px;
    line-height: 48px;
  }
  .level-4-en .h2-first strong {
    font-size: 76px;
    line-height: 72px;
  }
  .level-4-en .h2-first .color {
    font-size: 76px;
    line-height: 80px;
  }
  .level-4-en .p-container {
    bottom: 108px;
    right: 340px;
  }
  .level-4-en .p-italic {
    font-size: 16px;
    line-height: 24px;
  }
  .level-4-en .strong-title {
    overflow: hidden;
  }
  .level-4-en .strong-title .strong-word {
    width: 260px;
    height: 70px;
    background-size: 98% auto;
    background-repeat: no-repeat;
    background-position: 6px top;
    margin: 0 0 0 -12px;
  }
  .level-4-en .strong-title .italic {
    font-weight: 100;
    font-style: italic;
    vertical-align: top;
  }
  .level-4-en .strong-title .color {
    color: #D3F40B;
    font-size: 54px;
    display: block;
    text-align: left;
    font-style: italic;
    margin: 0;
  }
  .level-4-en .strong-title .color::before {
    display: block;
    top: -77px;
    left: 260px;
  }
  .level-4-en .strong-title .mid-line {
    margin-top: -10px;
    overflow: visible;
  }
  .level-4-en .strong-title .line-element-horiz {
    display: none;
  }
  .level-4-en .strong-title .battery-strong {
    top: 33px;
  }
  .level-4-en .p-more-margin .p-italic-normal {
    min-height: 100px;
  }
  .level-4-en .title-solutions {
    margin-top: 25px;
  }
  .level-4-en .title-solutions .lines {
    position: relative;
  }
  .level-4-en .title-solutions .lines::after {
    top: 27px;
  }
}
@media screen and (min-width: 992px) {
  .level-4-en .h2-first {
    margin-right: 76px;
  }
  .level-4-en .h2-first .thin {
    font-size: 64px;
    line-height: 68px;
  }
  .level-4-en .h2-first strong {
    font-size: 96px;
    line-height: 96px;
  }
  .level-4-en .h2-first .color {
    font-size: 96px;
    line-height: 106px;
  }
  .level-4-en .p-container {
    bottom: 148px;
    right: 440px;
  }
  .level-4-en .p-italic {
    font-size: 20px;
    line-height: 26px;
    width: 450px;
  }
  .level-4-en .strong-title {
    overflow: hidden;
  }
  .level-4-en .strong-title .strong-word {
    width: 340px;
    height: auto;
    margin: 0 0 0 -5px;
  }
  .level-4-en .strong-title .italic {
    font-weight: 100;
    font-style: italic;
    vertical-align: middle;
  }
  .level-4-en .strong-title .color {
    color: #D3F40B;
    font-size: 54px;
    display: block;
    text-align: left;
    font-style: italic;
    margin: 0;
  }
  .level-4-en .strong-title .color::before {
    display: block;
    top: -92px;
    left: 330px;
  }
  .level-4-en .strong-title .color::after {
    content: "";
    width: 70px;
    height: 11px;
    display: block;
    position: absolute;
    top: -97px;
    left: 330px;
    background-color: #D3F40B;
  }
  .level-4-en .strong-title .mid-line {
    margin-top: 0;
    overflow: visible;
  }
  .level-4-en .strong-title .line-element-horiz {
    display: none;
  }
  .level-4-en .strong-title .battery-strong {
    top: 45px;
  }
  .level-4-en .title-solutions .lines .mid-line .left-lines::after {
    width: 89px;
  }
  .level-4-en .title-solutions .lines .mid-line .right-lines::after {
    width: 67.8351634278px;
  }
  .level-4-en .title-solutions .lines::after {
    top: 34px;
  }
}
@media screen and (min-width: 1280px) {
  .level-4-en .strong-title {
    margin: 90px 49px 0 38px;
    overflow: hidden;
  }
  .level-4-en .strong-title .strong-word {
    width: 482px;
  }
  .level-4-en .strong-title .color {
    color: #D3F40B;
    font-size: 57px;
    line-height: 60px;
    display: inline-block;
    text-align: left;
    font-style: italic;
    margin: 0;
    vertical-align: top;
  }
  .level-4-en .strong-title .color::before {
    display: block;
    top: -66px;
    left: 140px;
  }
  .level-4-en .strong-title .color::after {
    content: "";
    width: 70px;
    height: 11px;
    display: block;
    position: absolute;
    top: -71px;
    left: 140px;
    background-color: #D3F40B;
  }
  .level-4-en .strong-title .italic {
    vertical-align: top;
    line-height: 60px;
  }
  .level-4-en .strong-title .mid-line {
    margin-top: 0;
    overflow: visible;
    font-size: 57px;
    line-height: 60px;
  }
  .level-4-en .strong-title .line-element-horiz {
    display: none;
  }
  .level-4-en .strong-title .battery-strong {
    top: 53px;
  }
  .level-4-en .title-solutions {
    margin-right: 91px;
    padding-left: 91px;
  }
  .level-4-en .title-solutions .lines .mid-line .left-lines::after {
    width: 98px;
  }
  .level-4-en .title-solutions .lines .mid-line .right-lines::after {
    width: 75.9348844341px;
  }
  .level-4-en .title-solutions .lines::after {
    top: 38px;
  }
}
@media screen and (min-width: 1368px) {
  .level-4-en .strong-title {
    margin: 90px 92px 0 100px;
  }
}
@media screen and (min-width: 1440px) {
  .level-4-en .line-element-vert {
    right: 75px;
  }
  .level-4-en .h2-first {
    margin-right: 212px;
  }
  .level-4-en .h2-first .thin {
    font-size: 85px;
    line-height: 78px;
  }
  .level-4-en .h2-first strong {
    font-size: 140px;
    line-height: 140px;
  }
  .level-4-en .h2-first .color {
    font-size: 118px;
    line-height: 118px;
  }
  .level-4-en .p-container {
    bottom: 190px;
    right: 720px;
  }
  .level-4-en .p-italic {
    font-size: 20px;
    line-height: 30px;
    width: 400px;
  }
  .level-4-en .strong-title {
    margin-right: 127px;
  }
}
@media screen and (min-width: 1920px) {
  .level-4-en .line-element-vert {
    right: 168px;
  }
  .level-4-en .h2-first {
    margin-right: 322px;
  }
  .level-4-en .h2-first .thin {
    font-size: 95px;
    line-height: 88px;
  }
  .level-4-en .h2-first strong {
    font-size: 150px;
    line-height: 150px;
  }
  .level-4-en .h2-first .color {
    font-size: 128px;
    line-height: 128px;
  }
  .level-4-en .p-container {
    bottom: 205px;
    right: 880px;
  }
  .level-4-en .strong-title {
    margin: 90px 335px 0 159px;
  }
}

@media screen and (min-width: 1920px) {
  .didyouknow .didyouknow-p {
    margin: -268px 0 120px 570px;
    width: 535px;
  }
  .didyouknow .didyouknow-p p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=main.css.map */
