BODY
{
font-family: Poppins, serif;
font-size: 16px;
box-sizing: border-box;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.fw-600 {
  font-weight: 600 !important;
}

BODY *
{
box-sizing:border-box;
}

BODY::before
{
content: " ";
position: absolute;
top: 0;
left: -9000px;
width: 0%;
background: #339ee6;
height: 6px;
transition: width 500ms;
display: inline-block;
}

.no-gutters
{
padding-left:0;
}

.posfixed
{
position:fixed;
}

HEADER .bg-dark
{
background:#001748 !important;
color:#FFF !important;
}

HEADER .navbar-nav A:hover,
HEADER .navbar-nav A:focus,
HEADER .navbar-nav A.focused-link
{
color: #8ADBF8 !important;
}

HEADER .navbar-nav A
{
color:#FFF !important;
}

.regflow HEADER NAV
{
height:66px !important;
padding-top:8px !important;
}

#pgcontact HEADER nav
{
background: #001237 !important;
padding: 15px 49px !important;
height: 80px !important;
}

.regflow HEADER .navbar-brand IMG
{
height:40px !important;
}

.regflow HEADER .navbar-nav .nav-item
{
font-weight: bold;
font-size: 24px;
font-family: system-ui;
}

FOOTER
{
background-color:#EEE;
float:right;
clear:both;
margin-top: 30px;
}

ARTICLE
{
min-height:900px;
}

.nowb
{
white-space:nowrap;
}

.list-inline LI
{
display:inline-block;
}

.list-inline LI:not(:last-child)
{
margin-right: 0.5rem;
}

FOOTER #copyright
{
padding-left:30%;
padding-right:30%;
font-family:sans-serif;
font-size:13px;
color:#777;
}

FOOTER A
{
color:#001748 !important;
text-decoration:none !important;
font-weight:500;
font-size:18px;
}

FOOTER A:hover,
FOOTER A:focus
{
color:#517edf !important;
}

FORM.toggled INPUT,
FORM.toggled SELECT,
FORM.toggled TEXTAREA,
FORM.toggled LABEL,
FORM.toggled BUTTON
{
pointer-events:none;
opacity:0.5;
}

FORM .card
{
background: #EEE;
padding: 20px;
padding-bottom: 10px;
}

.btn
{
outline:none !important;
box-shadow:none !important;
}

.btn:hover,
.btn:focus
{
filter:brightness(120%);
}

.btn:active
{
filter:brightness(90%);
}

.btn-surfsafepro,
.btn-download
{
color: #001748;
background: #91c4f8;
font-weight: 500;
border: 3px outset rgba(255, 255, 255, 0.2);
font-size: 18px;
padding-left:16px;
padding-right:16px;
}

.btn-surfsafepro:hover,
.btn-surfsafepro:focus,
.btn-download:hover,
.btn-download:focus
{
filter:brightness(106%);
}

.btn-surfsafepro:active,
.btn-download:active
{
filter:brightness(90%);
}

.btn-surfsafepro  I[class^="ri-"],
.btn-download I[class^="ri-"]
{
display:inline-block;
transform: rotate(270deg);
}


.btn-surfsafepro.bigger
{
zoom:120%;
}

.btn-submit
{
color: #FFF !important;
background: #3578b1;
font-weight: 500;
border: 3px outset rgba(255, 255, 255, 0.2);
font-size: 18px;
padding-left:16px;
padding-right:16px;
}

.btn-submit:hover,
.btn-submit:focus
{
filter:brightness(106%);
}

.btn-submit:active
{
filter:brightness(90%);
}

#btnRegister
{
background:#2aab75;
color:#FFF!important;
font-size: 22px;
padding: 8px 25px;
font-weight:bold;
}

BODY.toggled::before
{
left: 0;
width: 100%;
}

SECTION
{
padding-top:30px;
}

.form-control
{
box-shadow:none !important;
outline:none !important;
font-family:system-ui,sans-serif;
font-variant-numeric: slashed-zero;
font-weight:500;
}

.form-control:focus
{
border:1px solid #3d62b1;
}

.form-group LABEL
{
margin-bottom:0;
font-weight:bold;
}

.form-group I[class^="iconoir-"]
{
display: block;
width:30px;
margin-bottom: -29px;
margin-top: 11px;
margin-left: 9px;
font-size: 20px;
opacity:0.3;
}

.form-group I[class^="iconoir-"] + INPUT.form-control
{
padding-left: 50px;
}

.form-control.err
{
border-right:3px solid red !important;
}

DIV.err
{
color:red;
font-family:sans-serif;
}

.snake-columns
{
column-count: 2; /* Create two columns */
column-gap: 80px; /* Space between columns */
overflow-y: auto; /* Enable vertical scrollbar */
list-style: none; /* Remove default list styling */
padding: 0;
margin: 0;
}
.snake-columns LI 
{
break-inside: avoid; /* Prevent list items from breaking across columns */
margin-bottom: 10px; /* Space between list items */
}

.row-alternating2x
{
overflow:hidden;
margin-left:-15px;
margin-right:-15px;
}

.row-alternating2x .xcol
{
float:left;
clear:right;
background:#fafaf9;
text-align:left;
height:560px;
padding:48px;
margin-bottom:68px;
padding-left:60px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.row-alternating2x .xcol IMG
{
height:100%;
max-height: 464px;
}

.row-alternating2x .xcol:nth-child(4n+2)
{
float: right;
text-align:center;
}

.row-alternating2x .xcol:nth-child(4n+3)
{
float: right;
}

.row-alternating2x .xcol:nth-child(4n+4)
{
float:right;
clear:left;
text-align:center;
}

#pgregister #signup H2
{
color: #2aab75;
font-weight: 700;
font-size: calc(8px + 2.3vw);
line-height: 100%;
}

#pgregister #signup H3
{
color:#6a6a6a;
display: table;
margin-left: auto;
margin-right:auto;
width: fit-content;
font-size:calc(15px + 0.9vw);
}

#pgregister #signup H3 SVG
{
width: 19.5vw;
min-width: 285px;
float: right;
display: inline-block;
color: #2aab75;
}

#pgregister #signup BUTTON
{
float:right;
}

#pgregister #signup .leftcol UL
{
font-size:calc(15px + 0.2vw);
color: #6a6a6a;
margin-left: auto;
margin-right: auto;
width: fit-content;
font-weight: 600;
padding-left:4vw;
}

#pgregister #signup .leftcol UL LI
{
text-align: left;
line-height: normal;
}

#pgregister #signup .leftcol UL LI I
{
color: #7493d8;
font-size: calc(15px + 1.7vw);
display: inline-block;
margin-right: 5px;
font-weight: normal;
vertical-align: middle;
}

#pgregister #signup .leftcol UL LI B
{
color:#1063b4;
}

#pgregister #overlay
{
display:none;
background: rgba(0, 0, 0, 0.6);
position: fixed;
top: 0px;
z-index: 1;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
padding-top: 100px;
font-family:sans-serif;
z-index:9999;
}

#pgregister #overlay H2
{
}

#pgregister #overlay .alert
{
font-size:19px;
color:#444;
font-weight:bold;
margin-left: 20px;
margin-right: 20px;
}

#pgregister #overlay .alert I
{
font-size: 38px;
color: #ebc54a;
position: relative;
top: 7px;
margin-right: 5px;
margin-top: -14px;
display: inline-block;
}

#pgregister #overlay .card
{
padding:20px;
border-radius:10px;
}

#pgregister #overlay .card .card
{
padding-bottom:0;
padding-top:10px;
margin-left:20px;
margin-right:20px;
}

#pgregister #overlay H3
{
font-weight:bold;
}

#pgregister #overlay H4
{
margin-top: 20px;
font-weight: bold;
font-size: 22px;
}

#pgregister #overlay H5
{
font-size: 56px;
font-weight: bold;
font-family: system-ui;
margin-bottom:10px;
color:#1aa1ea;
}

#pgregister #overlay H6
{
color:#6a6a6a;
}

#pgregister #overlay P
{
}

#pgregister #overlay #support-img
{
display: inline-block;
width: fit-content;
margin-left: auto;
margin-right: auto;
text-align: center;
position:relative;
top:0;
color:#444;
}

#pgregister #overlay #support-img SVG
{
}

#pgregister #overlay #support-img::after
{
content:' ';
width:10px;
height:10px;
background:#19bf19;
border-radius:10px;
position:absolute;
bottom:0;
right:-6px;
}

#pgregister #overlay #hours
{
color:#6a6a6a;
}

#pgregister #overlay .close
{
cursor: pointer;
display: block;
position: absolute;
right: 9px;
top: 5px;
color: #000;
font-size: 30px;
z-index: 1;
}

FORM.antispam #name,
FORM.antispam #email,
FORM.antispam #phone
{
position:absolute;
left:-3000px;
top:0;
pointer-events:none;
}


#pghome I[class^="ri-"]
{
display: inline-block;
}

#pghome #hero LI
{
font-size:calc(14px + 0.16vw);
}

#pghome #hero LI I
{
color:#91c4f8;
}

#pghome #benefits
{
padding: 64px;
max-width: 1472px;
}


#pghome #benefits .card
{
background:#f5f5f5;
height:100%;
}

#pghome #benefits H2
{
font-weight:600;
color:#001748;
}

#pghome #benefits H3
{
font-size: 32px;
font-weight: 600;
color:#001748;
display: flex;
justify-content: center;
align-content: center;
align-items: center;
height: 68px;
}

#pghome #benefits P
{
font-size:22px;
color:#707070;
}

#pghome #how H2
{
font-weight:600;
color:#001748;
}

#pghome #how H2 SPAN
{
color: #E80404;
}

#pghome #how H4
{
font-size:30px;
color:#001748;
font-weight:600;
}

#pghome #how P
{
color:#707070;
font-size:18px;
width:600px;
}

#pgssp #testim,
#pghome #testim
{
margin-top: 120px;
background:#001748;
}

#pgssp #testim H2,
#pghome #testim H2
{
font-weight:600;
color:#FFF;
}

#pgssp #testim H3,
#pghome #testim H3
{
font-weight: 800;
font-family: serif;
color: #001748;
font-size: 80px;
height: 63px;
}

#pgssp #testim H4,
#pghome #testim H4
{
color: #001748;
font-weight: 500;
font-size: 20px;
}

#pgssp #testim P,
#pghome #testim P
{
color:#707070;
}


#pgssp #testim .card,
#pghome #testim .card
{
border-radius:24px;
padding:20px;
padding-top:0px;
height:100%;
justify-content: space-between;
}

#pgssp #faq,
#pghome #faq
{
margin-top: 120px;
padding-top: 0 !important;
}

#pgssp #faq H2,
#pghome #faq H2
{
font-weight:600;
color:#001748;
}

#pgssp #faq DETAILS,
#pghome #faq DETAILS
{
user-select:none;
width:100%;
display:block;
}

#pgssp #faq SUMMARY SPAN,
#pghome #faq SUMMARY SPAN
{
display:block;
float:right;
clear:left;
}

#pgssp #faq SUMMARY SPAN I,
#pghome #faq SUMMARY SPAN I
{
font-size: 32px;
line-height: 12px;
display:none;
}

#pgssp #faq SUMMARY,
#pghome #faq SUMMARY
{
color:#001748;
list-style:none !important;
font-weight:500;
font-size:20px;
user-select:none;
width:100%;
display:block;
margin-bottom: 20px;
}

#pgssp #faq DETAILS:not([open]) SUMMARY SPAN I[class*="-down-"],
#pghome #faq DETAILS:not([open]) SUMMARY SPAN I[class*="-down-"]
{
display:block !important;
}

#pgssp #faq DETAILS[open] SUMMARY SPAN I[class*="-up-"],
#pghome #faq DETAILS[open] SUMMARY SPAN I[class*="-up-"]
{
display:block !important;
}

#pgssp #faq DETAILS[open],
#pghome #faq DETAILS[open]
{
border-bottom:1px solid #001748;
margin-bottom:30px;
}

#pgssp #faq P,
#pghome #faq P
{
color:#656565;
font-size:18px;
}

#lastcta
{
padding-left: 49px;
padding-right: 49px;
}

.lastcta-cover
{
border-radius: 24px;
background: #001748 url("../img/trial-background.webp") 0 0 no-repeat;
background-size: 100% 100%;
color:#FFF;
}

#lastcta p
{
font-size: calc(8px + 1vw);
}

.lastica-cover .row div
{
max-width: 688px;
}


#lastcta H2
{
font-weight:bold;
}

#pgtrial #main H1
{
font-weight:600;
}

#pgtrial #main .card
{
padding:20px;
border-radius:36px;
border:1px solid #DDD;
background:#F5F5F5;
margin-bottom:30px;
}

#pgtrial .card H2
{
color:#757575;
font-size:24px;
}

#pgtrial .card H3
{
color:#001237;
font-size:28px;
}

#pgtrial .card P
{
color:#757575;
font-size:20px;
}

#pgcontact H1
{
font-weight:600;
}

#pgcontact .btn-submit
{
float:right;
}

#pgcontact .con
{
overflow: hidden;
background: #DDD;
margin-bottom: 20px;
display: block;
padding-right:20px;
width:100%;
border-top-left-radius:60px;
border-bottom-left-radius:60px;
position:relative;
top:0;
}

#pgcontact .con::before
{
position: absolute;
right: -63px;
top: 2px;
content: ' ';
width: 80px;
height: 80px;
transform: rotate(45deg);
background: #FFF;
display: block;
}

#pgcontact .con SPAN.bigger
{
font-size: 30px;
font-weight: bold;
font-family: system-ui;
}

#pgcontact .con .ball
{
width: 53px;
height: 53px;
border-radius: 100px;
background: #FFF;
text-align: center;
display: block;
float: left;
clear: right;
margin-bottom: 17px;
margin-right: 20px;
margin-left: 16px;
}

#pgcontact .con .ball I
{
display: inline-block;
font-size: 32px;
line-height: 52px;
color: #f1cb75;
}

#pgcontact #xmsg
{
resize:none;
}

#pgreceipt #detail .leftcol H1
{
color:#001748;
font-weight:600;
font-size:3.4vw;
}

#pgreceipt #detail .leftcol H2
{
color:#2aab75;
font-size:2.8vw;
font-weight:500;
}

#pgreceipt #detail .leftcol H3
{
color:#1aa1ea;
font-size:4vw;
font-weight:600;
font-family:system-ui,sans-serif;
}

#pgreceipt #detail .leftcol P
{
color:#001748;
font-size:18px;
}

#pgreceipt #detail .rightcol H2
{
color:#001748;
font-size:24px;
margin-top:20px;
}

#pgreceipt #how .card
{
background: aliceblue;
padding: 5px;
height:100%;
}

#pgreceipt #how H2
{
font-weight:600;
color:#001748;
}

#pgreceipt #how H3
{
font-size:26px;
color:#001748;
margin-bottom:20px;
margin-top:15px;
}

#pgreceipt #how P
{
text-align:left;
padding:0 30px;
}

#pgreceipt .btn-download
{
background:#1aa1ea;
color:#FFF;
font-weight:bold;
}

#pgreceipt #overlay
{
background: rgba(0, 0, 0, 0.6);
position: fixed;
top: 0px;
z-index: 1;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
padding-top: 100px;
font-family:sans-serif;
z-index:9999;
}

#pgreceipt #overlay H2
{
}

#pgreceipt #overlay .alert
{
font-size:19px;
color:#444;
font-weight:bold;
font-size: 19px;
color: #444;
font-weight: bold;
margin-left: 20px;
margin-right: 20px;
}

#pgreceipt #overlay .alert I
{
font-size: 38px;
color: #ebc54a;
position: relative;
top: 7px;
margin-right: 5px;
margin-top: -14px;
display: inline-block;
}

#pgreceipt #overlay .card
{
padding:20px;
border-radius:10px;
height:100%;
}

#pgreceipt #overlay .card .card
{
padding-bottom:0;
padding-top:10px;
}

#pgreceipt #overlay H3
{
font-weight:bold;
}

#pgreceipt #overlay H4
{
margin-top: 20px;
font-weight: bold;
font-size: 19px;
min-height: 50px;
}

#pgreceipt #overlay H5
{
font-size: 52px;
font-weight: bold;
font-family: system-ui;
margin-bottom:10px;
color:#1aa1ea;
}

#pgreceipt #overlay H6
{
color:#6a6a6a;
}

#pgreceipt #overlay P
{
}

#pgreceipt #overlay #support-img,
#pgreceipt #overlay #self-img
{
display: inline-block;
width: fit-content;
margin-left: auto;
margin-right: auto;
text-align: center;
position:relative;
top:0;
color:#444;
height: 60px;
}

#pgreceipt #overlay #support-img SVG,
#pgreceipt #overlay #self-img SVG
{
}

#pgreceipt #overlay #support-img::after
{
content:' ';
width:10px;
height:10px;
background:#19bf19;
border-radius:10px;
position:absolute;
bottom:0;
right:-6px;
}

#pgreceipt #overlay #hours
{
color:#6a6a6a;
}

#pgreceipt #overlay .close
{
cursor: pointer;
display: block;
position: absolute;
right: 9px;
top: 5px;
color: #000;
font-size: 30px;
z-index: 1;
}

#pgreceipt #overlay BUTTON
{
position:absolute;
width:fit-content;
bottom: 12px;
background: #DDD !important;
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
border: 1px solid rgba(0, 0, 0, 0.1);
}

#pgreceipt #overlay BUTTON:hover,
#pgreceipt #overlay BUTTON:focus
{
filter:brightness(105%);
}

#pgpolicy ARTICLE
{
padding-left:5%;
padding-right:5%;
padding-top:50px !important;
font-family:"Bahnschrift Light",system-ui,sans-serif;
}

#pgpolicy PRE
{
white-space: pre-wrap; /* Preserves existing line breaks but wraps long lines */
word-wrap: break-word; /* Ensures long words break to fit the container (for older browsers, use 'overflow-wrap' instead) */
overflow-x: hidden; /* Prevents horizontal scrollbar */
width: 100%; /* Ensures the <pre> tag fits its container */
box-sizing: border-box; /* Includes padding and borders in the width */
padding: 10px; /* Optional: Adds some spacing for readability */
font-family:sans-serif;
}

#pgincomp H1
{
font-size: 31px;
font-weight: bold;
}

#pgincomp P
{
font-size:19px;
}

#pgtrial .hero-leftcol
{
display: flex;
flex-direction: column;
gap: 40px;
align-items: flex-start;
}

#pgdownload .page-heading,
#pgtrial .page-heading,
#pgfeedback .page-heading
{
margin: 0;
font-weight: 600;
font-size: calc(8px + 2.5vw);
text-align: start;
color: #001748;
}

#pgdownload #hero p,
#pgtrial .hero-leftcol p
{
margin: 0;
padding: 0;
font-weight: 500;
font-size: calc(9px + 1vw);
line-height: calc(8px + 1.5vw);
color: #707070;
max-width: 677px;
}

#pgtrial #step-section,
#pgtrial #hero
{
padding-top: 0 !important;
margin-top: 120px;
}
#pgtrial #step-section,
#pgtrial #hero .row
{
max-width: 1600px;
padding: 0 100px;
}

#pgtrial #hero .hero-rightcol img
{
width: 100%;
max-width: 590px;
}

#pgtrial .outer-step-div
{
height: 100%;
box-sizing: border-box;
max-width: 422px;
border: 1px solid #D8D8D8;
padding: 16px;
border-radius: 36px;
}

#pgtrial .inner-step-div
{
height: 100%;
box-sizing: border-box;
border: 1px solid #D8D8D8;
padding: 16px;
border-radius: 30px;
display: flex;
flex-direction: column;
gap: 18px;
}

#pgtrial .inner-step-div span
{
font-weight: 500;
font-size: calc(6px + 0.875vw);
color: #8A8A8A;
}

#pgtrial .inner-step-div h6
{
margin: 0;
font-weight: 600;
font-size: calc(8px + 1vw);
color: #001748;
}

#pgtrial .inner-step-div p
{
margin: 0;
font-size: calc(6px + 0.875vw);
font-weight: 500;
color: #707070;
}

#pgtrial #lastcta
{
margin-top: 120px;
}

#pgtrial #lastcta .row div
{
display: flex;
flex-direction: column;
gap: 28px;
align-items: center;
}

#pgtrial #lastcta .row p,
#pgtrial #lastcta .row h2
{
padding: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}

#pgtrial #lastcta col-md-4
{
margin: 0 auto !important;
}

#pgtrial #lastcta .row p {
text-align: start;
color: #D8D8D8;
font-size: 17px;
}

#pgdownload #hero
{
padding: 64px 100px 0;
}

#pgdownload #hero .col-8,
#pgdownload #hero .col-12
{
display: flex;
flex-direction: column;
gap: 30px;
align-items: center;
}

#pgdownload #instructions
{
padding: 0 64px;
}

#pgdownload #instructions .row
{
max-width: 1502px;
}

#pgdownload #instructions .page-heading
{
margin: 60px 0 40px;
}

#pgdownload .instruction-wrapper
{
width: 100%;
height: 100%;
max-width: 710px;
border-radius: 20px;
padding: 32px;
background: #F8F8F8;
box-sizing: border-box;
display: flex;
flex-direction: column;
gap: calc(14px + 1.63vw);
}

#pgdownload .instruction-wrapper h4
{
margin: 0;
font-weight: 600;
font-size: calc(10px + 1.25vw);
color: #313131;
}

#pgdownload .instruction-wrapper p
{
margin: 0;
font-weight: 400;
font-size: calc(6px + 0.875vw);
color: #313131;
}

@keyframes smoothBounce
{
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(10px); }
}

#pgdownload #bouncingArrow
{
position: fixed;
top: 6px;
right: 20px;
width: 50px;
height: 50px;
z-index: 1050;
animation: smoothBounce 1s ease-in-out infinite;
zoom: 180%;
}

#windows-app .row
{
margin-top: 60px;
padding: 0 64px;
max-width: 1600px;
}

#windows-app .col-12
{
border-radius: 20px;
display: flex;
flex-direction: column;
align-items: center;
background-color: #F6F6F6;
background-image: url("../img/windows-section-bg.webp");
background-size: 100% 100%;
background-repeat: no-repeat;
padding: 64px;
}

#windows-app span
{
font-weight: 500;
font-size: calc(8px + 1vw);
text-align: center;
color: #707070;
}

#windows-app h5
{
font-weight: 600;
font-size: calc(16px + 2vw);
text-align: center;
color: #001748;
margin: 0;
}

#windows-app p
{
margin: 30px 0 0;
font-weight: 500;
font-size: calc(8px + 1vw);
text-align: center;
color: #001748;
max-width: 628px;
}

#protection-policy .col-4
{
margin-top: 40px;
}

#protection-policy .col-4 .step-wrapper
{
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 20px;
padding: 24px;
border-radius: 24px;
border: 1px solid #D8D8D8;
}

#protection-policy
{
margin: 90px 0;
}

#protection-policy .row
{
max-width: 1100px;
}

#protection-policy .step-wrapper h5,
#protection-policy .step-wrapper span
{
font-weight: 500;
font-size: calc(6px + 0.875vw);
color: #001748;
}


#protection-policy .step-wrapper p
{
font-weight: 400;
font-size: calc(4px + 0.75vw);
text-align: center;
color: #8A8A8A;
}

#pgdownload .btn-download
{
pointer-events: none;
visibility: hidden;
opacity: 0;
transition: opacity 3s ease-in;
}

.visible
{
pointer-events: all !important;
visibility: visible !important;
opacity: 1 !important;
}

#pgfeedback .feedback-section
{
margin: 0 auto;
background-color: white;
max-width: 1200px;
padding: 0 100px;
}

#pgfeedback .rating-number
{
width: 69px;
height: 66px;
border: none;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 5px;
cursor: pointer;
transition: all 0.3s ease;
color: #8A8A8A;
background: #F6F6F6;
font-weight: 600;
font-size: 28px;
}

#pgfeedback .rating-number:hover
{
border-color: #007bff;
color: #8A8A8A;
}

#pgfeedback .rating-number.active
{
background-color: #001748;
color: white;
}

#pgfeedback .stars-label
{
font-weight: 500;
font-size: 20px;
margin-left: 10px;
color: #707070;
}

#pgfeedback .improvement-section
{
margin-top: 120px;
}

#pgfeedback .improvement-title
{
font-weight: 500;
font-size: 24px;
color: #001748;
margin-bottom: 20px;
}


#pgfeedback .feedback-textarea
{
border: 2px solid #e9ecef;
border-radius: 8px;
padding: 15px;
min-height: 120px;
resize: vertical;
}

#pgfeedback .submit-btn
{
color: #001748;
background: #91c4f8;
font-weight: 500;
border: 3px outset rgba(255, 255, 255, 0.2);
font-size: 18px;
padding-left:16px;
padding-right:16px;
}

#pgfeedback .submit-btn:hover
{
filter: brightness(106%);
}


.hiddenInput
{
position: absolute;
visibility: hidden;
}

#pgfeedback .page-heading
{
text-align: center !important;
margin-bottom: 48px;
}

#pgfeedback #feedback
{
margin-top: 120px;
}

.btn-filled
{
background:#1aa1ea;
color:#FFF;
font-weight:bold;
}

#pghome #hero,
#pgssp #hero
{
height: 100vh;
padding: 100px 49px 64px; 
background-image: url("/assets/img/surfsafepro-bg.webp");
background-color: #313131;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

#pghome #hero
{
background-image: url("/assets/img/home-page-hero-img.webp");
}


#pghome #hero .row,
#pgssp #hero .row
{
height: 100%;
max-height: 700px;
min-height: 400px;
}

#pghome #hero .container-fluid,
#pgssp #hero .container-fluid
{
height: 100%;
}

#pghome .hero-content-wrapper,
#pgssp .hero-content-wrapper
{
max-width: 757px;
padding: 42px;
background: #00000066;
color: white;
margin-top: 15px;
}
#pghome .hero-content-wrapper h2,
#pgssp .hero-content-wrapper h2
{
font-weight: 700;
font-size: calc(8px + 1.5vw);
line-height: calc(8px + 1.5vw);
text-transform: uppercase;
margin: 0
}
#pghome .hero-content-wrapper p,
#pgssp .hero-content-wrapper p
{
font-weight: 400;
font-size: calc(8px + 1.5vw);
line-height: calc(8px + 2.13vw);
margin: 18px 0 0;
}

#pghome .hero-heading h1,
#pgssp .hero-heading h1
{
font-weight: 600;
font-size: calc(8px + 3.13vw);
letter-spacing: 0%;
line-height: normal;
color: white;
}

.custom-list-checkmark {
list-style: none; /* remove default bullets */
padding-left: 0;
}

.custom-list-checkmark li {
position: relative;
padding-left: 40px; /* space for icon */
margin-bottom: 32px;
font-weight: 600;
font-size: calc(8px + 0.85vw);
line-height: calc(8px + 1.5vw);
}

.custom-list-checkmark li::before {
content: ''; /* your custom icon */
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%); /* vertically center the icon */
width: 24px;
height: 24px;
background-image: url('/assets/img/list-checkmark.svg'); /* change this path */
background-repeat: no-repeat;
background-size: contain;    /* scales icon properly */
background-position: center;
}

#pghome #how h3,
#pgssp #how h3
{
font-weight: 600;
color:#001748;
font-size: calc(8px + 2vw);
}

#pgssp .custom-list-checkmark li
{
font-weight: 600;
font-size: calc(8px + 1.25vw);
line-height: calc(8px + 1.5vw);
}


#scroll-install
{
display:none;
position: fixed;
top: 0;
width: 100%;
left: 0;
background: #FFF;
height: 80px;
z-index: 9900;
box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}

BODY.scrolling-past-200 #scroll-install
{
display: flex;
align-items: center;
}

/* #pgcontact .navbar, */
#pghome .navbar,
#pgssp .navbar
{
padding: 15px 49px;
background-color: transparent;
}

#pghome .navbar a,
#pgssp .navbar a
{
zoom: 130%;
}


#scroll-install SPAN
{
font-size: 20px;
text-transform: uppercase;
margin-right: 20px;
margin-left: 20px;
position: relative;
top: 3px;
}

#pgcontact .toprow
{
height: 100vh;
min-height: 600px;
background-color: #001237;
}

#pgcontact .toprow .row
{
max-width: 1600px;
padding: 124px 110px 86px;
height: 100%;
}

#pgcontact .toprow h2,
#pgcontact .toprow h3
{
white-space: nowrap;
width: min-content;
font-weight: 600;
font-size: calc(8px + 3.13vw);
color: #FFFFFF;
}

#pgcontact .toprow h2
{
color: #D8D8D8;
margin-right: 20%;
}

#pgcontact .contact-info
{
width: 100%;
display: flex;
flex-direction: column;
gap: 16px
}

#pgcontact .heading-wrapper
{
width: min-content;
}

#pgcontact .contact-info div
{
font-weight: 600;
font-size: calc(8px + 0.75vw);
color: #001748;
background: #F6F6F6;
gap: 10px;
padding: 12px 32px;
border-radius: 16px;
display: flex;
align-items: center;
width: 100%;
}

#pgcontact .contact-info div i
{
font-weight: normal !important;
font-size: 36px;
}

#pgcontact .form-group label
{
font-weight: 400;
font-size: 18px;
color: #313131;
}

#pgcontact .form-group
{
position: relative;
}

#pgcontact .form-group I[class^="iconoir-"]
{
position: absolute;
margin: 0 !important;
top: 39px;
left: 14px
}

#pgcontact .form-group input,
#pgcontact .form-group textarea
{
height: unset;
display: flex;
align-items: center;
gap: 8px;
padding: 10px 14px 10px 40px !important;
border-radius: 12px;
border: 1px solid #8A8A8A;
}

#pgcontact .form-group textarea
{
padding: 10px 14px !important;
}

#pgcontact .form-group input
{
padding: 10px 14px 10px 40px !important;
}

#pgcontact .form-group button
{
width: 100%;
padding: 12px 24px;
border-radius: 12px;
color: #001748 !important;
background: #8ADBF8;
}

#pgcontact FORM
{
width: 64%;
}

#pgcontact .form-section
{
background-image: url(/assets/img/contact-new-bg.webp);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding: 0;
}

#pgcontact .form-section .row
{
margin: 0 auto 0 !important;
display: flex;
justify-content: flex-end;
align-items: flex-end;
max-width: 1600px;
padding: 120px 110px 86px;
}

#pgcontact .form-section .cover-div
{
width: 100%;
max-width: 1133px;
display: flex;
align-items: flex-end;
width: 100%;
gap: 80px;
}
#pgcontact .form-section .col-6
{
padding: 0 15px;
}

#pgcontact footer
{
margin-top: 0 !important
}

#prev .title H2
{
text-align:center;
margin-top:5px;
}

#prev .title H3
{
text-align:center;
margin-top:-5px;
color:#777;

}

#prev .col .well
{
background-color:#EEE;
text-align:center;
min-height:382px;
position:relative;
}

#prev .col .well H3
{
margin:0;
font-weight:bold;
margin-bottom:40px;
}

#prev .rightcol H3
{
margin-bottom:20px !important;
}

#prev .col .well DIV
{
}

#prev .col .well H4
{
margin:0;
font-size:17px;
text-align:left;
margin-left:15px;
margin-bottom:20px;
margin-right:15px;
}

#prev .col.rightcol .well H4
{
margin: 0;
margin-top: 20px;
font-size: 17px;
text-align: center;
line-height: 22px;
}

#prev .col.rightcol .well H4 B
{
margin-top: 10px;
margin-bottom: 10px;
display: inline-block;
font-size: 30px;
color: #12D;
}

#prev .col.rightcol .well #btnGetAssist
{
font-size: 18px;
margin-top: 10px;
text-decoration: underline !important;
}

#prev .col .well .well-bottom
{
position: absolute;
bottom: 20px;
}

#prev .col .well .btn,
#prev .col .well .btn:active
{
border:2px outset rgba(0,0,0,0.1);
min-width:185px;
}

#prev .col .well .btn:hover,
#prev .col .well .btn:focus
{
filter:brightness(110%);
}

#prev .leftcol H3
{
color:#EB2;
}

#prev .midcol H3
{
color:#999;
}

#prev .rightcol H3
{
color:#1A2;
}

#prev .btn-gold
{
background-color:#EB2;
color:#FFF;
}

#prev .btn-grey
{
background-color:#999;
color:#FFF;
}

#prev .btn-green
{
background-color:#1A2;
color:#FFF;
}

#prev .rightcol SMALL
{
display: block;
position: relative;
top: -15px;
font-style:italic;
color:#555;
font-size:15px;
}

#prev h1,
#prev h2
{
width: min-content;
white-space: nowrap
}

.scrolling-past-200 .scrolled-ssp-navbar
{
background-color: #313131 !important;
}

#pg-sched #schedform
{
margin-top: 120px !important;
}

.long-arrow
{
width: 159px;
height: 2px;
background-color: #CAD5E2;
position: relative;
}

.long-arrow::after 
{
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%) rotate(45deg);
width: 8px;
height: 8px;
border-top: 2px solid #CAD5E2;
border-right: 2px solid #CAD5E2;
}

#download-dialog .modal-step-wrapper div
{
width: 80px;
height: 80px;
font-weight: 600;
font-size: 40px;
line-height: 100%;
color: #001748;
border: 1px solid #CAD5E2;
background: #F3FCFF;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}

#download-dialog .modal-step-wrapper span
{
display: block;
font-weight: 400;
font-size: 24px;
text-align: center;
width: 220px;
color: #707070;
margin-top: 16px;
}

.modal-dialog 
{
max-width: 1058px !important;
margin: 1.75rem auto;
}

#download-dialog
{
padding: 0 100px !important;
}

#download-dialog  .long-arrow
{
margin-top: 31px;
}

#download-dialog  h5
{
margin-top: 40px;
margin-bottom: 80px;
font-weight: 600;
font-size: 40px;
color: #001748;
}

#download-dialog .modal-body
{
padding: 64px 40px;
z-index: 4;
}

#download-dialog .modal-content
{
border-radius: 24px;
border: none;
z-index: 4;
}

#pgdownload #blueArrow
{
position: fixed;
top: 6px;
right: 90px;
z-index: 1041;
animation: smoothBounce 1s ease-in-out infinite;
}