.sub-long-container {
  position: relative; 
  width: 100%;
  height: 50px; 
  margin: 0;
  padding: 0; 
  box-sizing: border-box; 
  overflow: visible;
  z-index: 10;
}


.sub-long-field {
  position: absolute; 
  top: 70%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  text-align: center; 
  width: 100%;
  max-width: 500px; 
  font-family: sans-serif; 
  pointer-events: none;
}

.sub-long-h1 {
  font-size: 26px;
  font-weight: 800;
  margin: 0;
  color: #111; 
  letter-spacing: -0.5px; 
  line-height: 1.1;
}
.span-long {
  color: #00bcd4;
  font-size: 30px;
  margin-left: 1px;
}
.sub-long-p {
  font-size: 11px;
  color: #666;
  font-weight: 600;
  margin: 3px 0 0 0;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
}
.span-long-p {
  color: #ff5722;
  font-weight: bold;
}

.content-field-div {
  color: #333;
  line-height: 1.5;
}

.content-field-h2 {
  font-size: 18px;
  margin-top: 0;
  color: #111;
  font-weight: 700;
  padding-top: 15px;
  padding-left: 0;
}
.content-field-p {
  font-size: 16px;
  margin: 0;
  color: #555;
  padding: 15px;
  padding-left: 0;
}

.sub-line-2-container {
  padding: 12px;
  color: #333;
  line-height: 1.4;
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
}
.sub-line-2-h3 {
  font-size: 18px;
  margin: 0 0 4px 0;
  color: #111; 
  font-weight: 600; 
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
}
.sub-line-2-p {
  font-size: 16px;
  color: #555;
  margin: 4px 0 0 0;  
}
.sub-line-2-lastp {
  font-size: 16px;
  color: #555; 
  margin: 6px 0 0 0;
}

.left-field-div {
  padding: 20px;
  font-family: sans-serif; 
  color: #333;
  line-height: 1.6;
  box-sizing: border-box; 
  height: 100%; 
  overflow: auto;
}

.left-field-h2 {
  font-size: 20px; 
  margin-top: 0; 
  color: #111; 
  font-weight: 700;
}
.left-field-p {
  font-size: 14px;
  color: #444; 
  margin-bottom: 15px;
}
.left-field-h3 {
  font-size: 15px; 
  color: #00bcd4; 
  margin-bottom: 5px; 
  font-weight: 600;
}
.left-field-P {
  font-size: 13px;
  color: #555;
  margin-top: 0; 
  margin-bottom: 15px;
}

.left-field-h3-2 {
  font-size: 15px; 
  color: #00bcd4;
  margin-bottom: 5px; 
  font-weight: 600;
}
.left-field-p-2 {
  font-size: 13px;
  color: #555;
  margin-top: 0; 
  margin-bottom: 15px;
}
.left-field-h3-3 {
  font-size: 15px;
  color: #ff5722;
  margin-bottom: 5px; 
  font-weight: 600;
}
.left-field-lastp {
  font-size: 13px;
  color: #555; 
  margin-top: 0; 
  margin-bottom: 0;
}

.last3-div{
  position: relative; 
  width: 100%;
  height: 50px;
  margin: 0; 
  padding: 0; 
  box-sizing: border-box; 
  overflow: visible;
  z-index: 10;
}
.last3-subdiv {
  position: absolute; 
  top: 41%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  text-align: center; 
  width: 100%; 
  max-width: 500px; 
  font-family: sans-serif; 
  pointer-events: none;
}

.last3-h1 {
  font-size: 26px;
  font-weight: 800;
  margin: 0;
  color: #111; 
  letter-spacing: -0.5px; 
  line-height: 1.1;
}
.last3-SPAN {
  color: #00bcd4; 
  font-size: 30px; 
  margin-left: 1px;
}
.last3-p {
  font-size: 11px; 
  color: #666;
  font-weight: 600; 
  margin: 3px 0 0 0; 
  letter-spacing: 0.8px; 
  text-transform: uppercase;
  line-height: 1;
}
.last3-span {
  color: #ff5722;
  font-weight: bold;
} 
.cookie-banner {
  display: none; 
  position: fixed;
  bottom: 0; 
  left: 0;
  width: 100%;
  background: #1a1a1a;
  color: #fff; 
  padding: 15px;
  text-align: center; 
  font-family: sans-serif; 
  z-index: 9999;
  border-top: 3px solid #ff5722;
}
.cookie-p {
  margin: 0 0 10px 0;
  font-size: 14px
}
.link {
  color: #ff5722;
  text-decoration: underline;
}
.confirm {
  background: #ff5722; color: #fff; 
  border: none; 
  padding: 8px 20px; 
  cursor: pointer; 
  border-radius: 4px;
  font-weight: bold;
  }
