/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css');

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

h1 {
  letter-spacing: -1px;
  margin-bottom: 10px;
}

h1 span[style*="text-decoration: underline"] {
  text-decoration-color: #731E28 !important;
}

h1 span[style*="font-weight: bold"] {
  color: #731E28;
}

h1 em { /*Italic*/
  color: #731E28;
}

.dnd_area-row-14-background-color, 
.dnd_area-row-12-background-color, 
.dnd_area-row-8-background-color, 
.dnd_area-row-6-background-color, 
.dnd_area-row-4-background-color {
  border-top: 5px solid #C1A97E;
}

.dnd_area-row-16-background-color, 
.dnd_area-row-3-background-color,
.dnd_area-row-2-background-color,
.dnd_area-row-5-background-color {
  border-top: 5px solid #C1A97E;
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px !important;
  }
  p {
    font-size: 18px !important;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 22px !important;
  }
  p {
    font-size: 16px !important;
  }
  .dnd_area-row-16-background-color p, .dnd_area-row-2-background-color p, .dnd_area-row-5-background-color p, .dnd_area-row-3-background-color p {
    font-size: 12px !important;
  }
  
  .hsfc-FieldLabel {
    font-size: 16px !important;
  }
}

/* Video thumb warnings */
/* Cos wrapper widget 1754842697286 */
#hs_cos_wrapper_widget_1754842697286{
 margin-bottom:-100px;
}

/* quick fix andres 9/15/2025
/* Import the font once at the very top of the file (only if not already there) */
/* @import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;600;700&display=swap'); */

/* Make the section a positioning context and leave room for the header */

/*quick fix 
 * 
 * 
 * 
 * 
 * 
 * **/
//* ====================== */
/* Quick fix headers      */
/* Scoped only to landing page ID 195712133967 */
/* ====================== */

/* Target only this funnel page + section */
.body-wrapper.hs-content-id-195712133967 
  .dnd_area-row-5-background-color {
  position: relative;
  text-align: center;
  padding-top: 120px; /* space above reviews for header+subtitle */
}

/* Heading + Subtitle together */
.body-wrapper.hs-content-id-195712133967 
  .dnd_area-row-5-background-color::before {
  content: "What Our Users Have To Say \A (Independent 3rd party reviews)";
  white-space: pre; /* ensures \A makes a line break */
  display: block;
  font-family: 'Source Serif Pro', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.body-wrapper.hs-content-id-195712133967 
  .dnd_area-row-5-background-color::before span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: #ccc;
  margin-top: 6px;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  .body-wrapper.hs-content-id-195712133967 
    .dnd_area-row-5-background-color::before {
    font-size: 28px;
    line-height: 1.2;
  }
  .body-wrapper.hs-content-id-195712133967 
    .dnd_area-row-5-background-color::before span {
    font-size: 16px;
  }
}






/* Row 2 */
.body-wrapper.hs-content-id-195712133967 .dnd_area-row-2-background-color {
  position: relative;
  padding-top: 70px;
}

.body-wrapper.hs-content-id-195712133967 .dnd_area-row-2-background-color::before {
  content: "Nurp offers automated trading algorithms for your investment portfolio.";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  text-align: center;
  font-family: 'Source Serif Pro', serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #731E28;
  z-index: 1;
  pointer-events: none;
}

/* Tablet */
@media (max-width: 992px) {
  .body-wrapper.hs-content-id-195712133967 .dnd_area-row-2-background-color::before {
    font-size: 26px;
    line-height: 1.3;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .body-wrapper.hs-content-id-195712133967 .dnd_area-row-2-background-color::before {
    font-size: 24px;
    line-height: 1.3;
    padding: 0 10px;
  }
}

/* Extra small */
@media (max-width: 400px) {
  .body-wrapper.hs-content-id-195712133967 .dnd_area-row-2-background-color::before {
    font-size: 22px;
    line-height: 1.25;
  }
}

/* Cos wrapper module */
#hs_cos_wrapper_module_1754847871176 {
  margin-bottom:-100px;
}
/* Popup form */
/* FORM */
/* All instances */
.hsfc-NavigationRow__Buttons{
  --hsf-navigationrow-buttons-justify-content: center; /* flex-start | center | space-between */
}

/* If their :has(>:only-child) rule applies, cover it too */
.hsfc-NavigationRow__Buttons:has(>:only-child){
  --hsf-navigationrow-buttons-justify-content: center;
}