@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*********************************************** intial declartaion of css **********************************************/
*{margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,select,input,option,textarea{margin:0;padding:0;border:0;outline:0;font-size:100%;box-sizing:border-box;}
html{-webkit-text-size-adjust:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em;}
sub{bottom:-0.55em}
nav ul,nav ol{list-style:none;list-style-image:none;}

/*********************************************** remember to define focus styles! **********************************************/
:focus{outline:0;}

/********************************** tables still need 'cellspacing="0"' in the markup ****************************************/
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
table{border:0 none;border-collapse:collapse;border-spacing:0;}
td{vertical-align:top;}
img{border:0 none;max-width:100%;vertical-align:middle;height:auto}
a{outline:none;cursor:pointer;transition:all 0.5s ease;}

/**************************************** End hide from IE Mac ***************************************************************/
*:before,*:after{box-sizing:border-box;}

/************************************************** End Clearfix *************************************************/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
.clear{clear:both;}

/************************************************** For modern browsers ******************************************/
.cf:before,.cf:after{content:"";display:table}
.cf:after{clear:both;}
li{list-style:none;}
::selection{background:#227f7f;color:#fff;}
::-moz-selection{background:#227f7f;color:#fff;}

/*************************************** display table and table cell ***************************************************/
.tbl{display:table;width:100%;height:100%;}
.tbl-cell{display:table-cell;vertical-align:middle}
.dis-flex{display:flex;flex-wrap:wrap;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}










/* 1a. Containers */




/* 1b. Colors */















/* 1c. Typography */


























/* 1d. Buttons */























/* 1e. Forms */











































/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper, .container {
    max-width: 1240px;
    padding:0 20px;
    margin:0 auto;
    width:100%;
}

.dnd-section,
.content-wrapper--vertical-spacing {
    padding: 80px 1rem;
}

.dnd-section > .row-fluid {
    max-width: 1240px;
}





/*********************************************************body  ********************************************************/
body{  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #666666;
    font-size: 16px; line-height: 1.63; -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;}
body:not(.custom-background-image)::before,body:not(.custom-background-image)::after{display:none!important;}
a{text-decoration:none;transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}

a:focus{outline:none;text-decoration:none;}
p{margin-bottom:20px;}




/* Paragraphs */

p {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #666666;
    font-size: 16px; line-height: 1.63;

}

/* Anchors */

a {

    color: #0270E0;
}

/* a:hover,
a:focus {

color: #0048b8;
}

a:active {

color: #2a98ff;
} */

/* Headings */

h1,
.h1 {
    font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    letter-spacing: -1.5px;
    line-height: 1.08;
    color: #071525;
    font-size: 52px;
    text-transform: none;
}

h2,
.h2 {
    font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    line-height: 1.15;

    letter-spacing: -1px;
    color: #071525;
    font-size: 42px;
    text-transform: none;
}

h3,
.h3 {
    font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    line-height: 1.15;

    letter-spacing:-0.2px;
    color: #071525;
    font-size: 36px;
    text-transform: none;
}

h4,
.h4 {
    font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    line-height: 1.15;

    letter-spacing:-0.2px;
    color: #071525;
    font-size: 30px;
    text-transform: none;
}

h5,
.h5 {
    font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    line-height: 1.15;

    letter-spacing:-0.2px;
    color: #071525;
    font-size: 26px;
    text-transform: none;
}

h6,
.h6 {
    font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    line-height: 1.15;

    letter-spacing:-0.2px;
    color: #071525;
    font-size: 17px;
    text-transform: none;
}

h1, h2, h3, h4, h5, h6 { margin:0 0 20px;}

/* Blockquote */

blockquote {
    border-left-color: #071525;
}

/*******************************************hubspot******************************************************************/
.row-fluid [class*="span"]{min-height:0px;}

/**************************************** logo ***************************/
.h-logo img,.f-logo img{cursor:pointer;}








button,
a.button,
.button,
.hs-button,
.hs-blog-post-listing__post-button, a.btn-1, .btn-1 a {
    border: 1px solid #0066CC;

    padding-top: 14px;
padding-right: 32px;
padding-bottom: 14px;
padding-left: 32px;

    font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 102, 204, 1.0)

;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    line-height: normal;
}

button:hover,
button:focus,
a.button:hover, a.button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus, a.btn-1:hover, a.btn-1:focus, .btn-1 a:hover, .btn-1 a:focus  {
    background-color: #0052a3;
    transform: translateY(-1px);
    border-color: #0052a3;
}

button:active,
a.button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active, .btn-1 a:active, a.btn-1:active {
    background-color: #0052a3;
    transform: translateY(-1px);
    border-color: #0052a3;
}





a.btn-2, .btn-2 a { 
    border: 1px solid rgba(255, 255, 255, 15%);

    padding-top: 13px;
padding-right: 32px;
padding-bottom: 13px;
padding-left: 32px;

    font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.08)

;
    border-radius: 10px;
    color:rgba(255, 255, 255,0.7);

    font-size: 16px;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    gap:8px;
    line-height: normal;


}

a.btn-2:hover, .btn-2 a:hover, a.btn-2:focus, .btn-2 a:focus {
    background: #ffffff24;
}


a.btn-2:active, .btn-2 a:active, a.btn-2:active, .btn-2 a:active {
    background: #ffffff24;
}

a.simple-btn, .simple-btn a{
    font-size: 16px;
    font-weight: 700;
    color: var(--blue);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

a.simple-btn:after, .simple-btn a:after {
    content: "→";
}
.simple-btn a:hover, a.simple-btn:hover {
    text-decoration: none;
    color:var(--orange);
}








form,
.submitted-message {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Labels */

form label, .hsfc-FormWrapper form .hsfc-Row .hsfc-RichText p, .hsfc-FormWrapper form .hsfc-Row .hsfc-FieldLabel {
    color: #2B2F31;
}

form .hs-form-field > label{font-size:16px;font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;font-weight:400;margin-bottom:4px;display:inline-block;line-height:1.4;} 

/* Help text */

form legend {
    color: #2B2F31;
}

/* Inputs */



.hsfc-FormWrapper form .hsfc-Row .hsfc-TextInput:hover, .hsfc-FormWrapper form .hsfc-Row .hsfc-TextInput:focus {box-shadow:none !important;}

.hs-form textarea,.hs-form input[type="text"],.hs-form input[type="password"],.hs-form input[type="datetime"],.hs-form input[type="datetime-local"],.hs-form input[type="date"],
.hs-form input[type="month"],.hs-form input[type="time"],.hs-form input[type="week"],.hs-form input[type="number"],.hs-form input[type="email"],.hs-form input[type="url"],
.hs-form input[type="search"],.hs-form input[type="tel"],.hs-form input[type="color"],.hs-form select, .form-contact-info [data-hsfc-id=Renderer] .hsfc-Row .hsfc-TextInput, .hsfc-Row .hsfc-TextareaField .hsfc-TextareaInput{  
     width: 100% !important;
    padding: 11px 16px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    color: #2B2F31;
    background:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    outline: none;
    transition: border-color .15s;
    font-weight: 400;
    border: 1px solid rgba(0, 102, 204, 15%);

        line-height: normal;
}

.form-contact-info [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content { padding:0;} 
/* Form placeholder text */

::-webkit-input-placeholder{
    color: #9ca3af;
    font-weight: 400;  font-size: 16px; line-height: 1.5;
}

::-moz-placeholder {
    color: #9ca3af;
    font-weight: 400;  font-size: 16px; line-height: 1.5;
}

:-ms-input-placeholder {
    color: #9ca3af;
    font-weight: 400;  font-size: 16px; line-height: 1.5;
}

::placeholder, .hsfc-FormWrapper form ::placeholder {
    color: #9ca3af;
    font-weight: 400;  font-size: 16px; line-height: 1.5;
}

.form-contact-info [data-hsfc-id=Renderer] .hsfc-Row .hsfc-TextInput::-webkit-input-placeholder, .hsfc-Row .hsfc-TextareaField .hsfc-TextareaInput::-webkit-input-placeholder {
    color: #9ca3af;
    font-weight: 400;  font-size: 16px; line-height: 1.5;

}

.form-contact-info [data-hsfc-id=Renderer] .hsfc-Row .hsfc-TextInput::-moz-placeholder, .hsfc-Row .hsfc-TextareaField .hsfc-TextareaInput::-moz-placeholder {
    color: #9ca3af;
    font-weight: 400;  font-size: 16px; line-height: 1.5;

}
/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
    color: #9ca3af;
}

.fn-date-picker td.is-selected .pika-button {
    background: #0066CC;
}

.fn-date-picker td .pika-button:hover {
    background-color: #0066CC !important;
}

.fn-date-picker td.is-today .pika-button {
    color: #0066CC;
}

/* Submit button */

form input[type=submit],
form .hs-button , .hsfc-FormWrapper form .hsfc-NavigationRow .hsfc-Button {
    ;
    padding-top: 14px;
padding-right: 32px;
padding-bottom: 14px;
padding-left: 32px;
;
    font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 10px;
    text-transform: none;
    background-color: 

  
  
    
  


  rgba(0, 102, 204, 1.0)

; 
    transition: none;
    line-height:normal;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.hsfc-FormWrapper form .hsfc-Row .hsfc-RichText {
    color: #2B2F31;
}

.hsfc-FormWrapper form .hsfc-NavigationRow .hsfc-Button {
    background-color: 

  
  
    
  


  rgba(0, 102, 204, 1.0)

;
    -moz-transition: all 10000000s ease;
    -ms-transition: all 10000000s ease;
    -o-transition: all 10000000s ease;
    -webkit-transition: all 10000000s ease;
}
.hsfc-FormWrapper form .hsfc-NavigationRow .hsfc-Button:hover, .hsfc-FormWrapper form .hsfc-NavigationRow .hsfc-Button:focus {
    transform:none;
    color: #FFFFFF;
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

form input[type=submit]:hover,
form .hs-button:hover {
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
    color: ; 

}

form input[type=submit]:active,
form .hs-button:active {
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
    color: ;
    ;
}

.actions .hs-button:after { display:none;}

.form-contact-info .form-contact-srt H3 {
    margin-bottom: 20px;
}

.hs-form select{
    -webkit-appearance: none;

    background-image: url('https://5417298.fs1.hubspotusercontent-na1.net/hubfs/5417298/BlueTriangle_2026/Images/down_arrow%20%281%29.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: calc(100% - 20px) center;
    padding-right: 50px;
    cursor:pointer;
}
.hs-form select {

}




.hsfc-FormWrapper form .hsfc-Row .hsfc-DropdownInput__Caret {
    -webkit-appearance: none;
    /*     background: transparent; */
    background-image: url('https://5417298.fs1.hubspotusercontent-na1.net/hubfs/5417298/BlueTriangle_2026/Images/down_arrow%20%281%29.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: calc(100% - 20px) center;
    padding-right: 50px;
    cursor:pointer;

}






/* Radio Button Style */
form .hs-fieldtype-radio ul.inputs-list {
    display: flex;
    flex-wrap: wrap;
}

form .hs-fieldtype-radio .inputs-list>li {
    margin: 10px 20px 0px 0;
    width: auto;
    float: none;
}
.hs_submit.hs-submit {
    margin-top: 15px;
}

.hs-form-radio label.hs-form-radio-display, .hs-fieldtype-radio label.hs-form-radio-display, .hsfc-RadioFieldGroup__Options label{font-size:14px;font-weight:400;display:flex;flex-wrap:wrap; line-height: normal;     margin: 0;}
.hsfc-RadioFieldGroup__Options input {
    display: none;
}

.hs-form-radio-display .hs-input, .hs-form-radio-display .hs-input{display:none;}
.hs-form-radio label.hs-form-radio-display input+span, .hs-fieldtype-radio label.hs-form-radio-display input+span,.hsfc-RadioFieldGroup__Options input+span {display:flex;flex-wrap:wrap;align-items:center;position:relative; }
.hs-form-radio label.hs-form-radio-display input+span:before, .hs-fieldtype-radio label.hs-form-radio-display input+span:before, .hsfc-RadioFieldGroup__Options input+span:before{width: 18px;
    background-color: transparent;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 13px;
    transition: all .5s ease;
    width: 20px;
    border: 1px solid #2B2F31;
    
}
.hs-form-radio label.hs-form-radio-display input:checked+span:before, .hs-fieldtype-radio label.hs-form-radio-display input:checked+span:before, .hsfc-RadioFieldGroup__Options input:checked+span:before{background-color:transparent;}
.hs-form-radio label.hs-form-radio-display input:checked+span:after, .hs-fieldtype-radio label.hs-form-radio-display input:checked+span:after, .hsfc-RadioFieldGroup__Options input:checked+span:after{   

    content: '';
    position: absolute;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #2B2F31;
    top: 6px;
    border-radius: 100%;
    transition: 0.5s ease all;


}

/* Checkbox Style */
form .inputs-list li.hs-form-checkbox{        margin-top: 20px;
    margin-right: 20px; margin-bottom: 0;}


form .hs-fieldtype-checkbox ul.inputs-list {
    display: flex;
    flex-wrap: wrap;
}
form .inputs-list li.hs-form-checkbox {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 0;
    width: auto;
    float: none;
}
.hs-form-checkbox label.hs-form-checkbox-display, .hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display{font-size:14px;font-weight:400;display:flex;flex-wrap:wrap; line-height: normal;     margin: 0;}
.hs-form-checkbox-display .hs-input, .hs-form-booleancheckbox-display .hs-input,  .hsfc-CheckboxFieldGroup__Options input{display:none;}
.hs-form-checkbox label.hs-form-checkbox-display input+span, .hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input+span, .hsfc-CheckboxFieldGroup__Options input+span{display:inline-block;align-items:center;position:relative; padding-left:30px;cursor: pointer;margin-left:0;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before, .hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input+span:before, .hsfc-CheckboxFieldGroup__Options input+span:before{    
    width: 18px;
    height: 18px;
    content: '';
    background-color:transparent;
    display: inline-block;
    margin-right:0;
    transition: 0.5s ease all;
    border: 1px solid #2B2F31;
    border-radius: 2px;    
    position: absolute;
    left: 0;
    top: 0px;


}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:before, .hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:before, .hsfc-CheckboxFieldGroup__Options input:checked+span:before{background-color: transparent;border-color:#2B2F31;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after, .hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after, .hsfc-CheckboxFieldGroup__Options input:checked+span:after{content: '';
    position: absolute;
    left: 5px;
    width: 11px;
    height: 8px;
    background-color:#2B2F31;
    top: 5px;
    border-radius: 100%;
    transition: 0.5s ease all;
    -webkit-mask-image: url('https://5417298.fs1.hubspotusercontent-na1.net/hubfs/5417298/BlueTriangle_2026/Images/Right%20Check%20%282%29%20%281%29.svg');
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;}



.hs-form-booleancheckbox-display .hs-input, .hsfc-CheckboxField input.hsfc-CheckboxInput{display:none;}
.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input+span, .hsfc-CheckboxField input.hsfc-CheckboxInput+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;     margin: 0 !important; padding-left:30px;}
.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input+span:before, .hsfc-CheckboxField input.hsfc-CheckboxInput+span:before{
    background-color:transparent;
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-right: 13px;
    position: absolute;
    transition: all .5s ease;
    width: 18px;
    top: 1px;
    position: absolute;
    left: 0;
    border: 1px solid #2B2F31;
    border-radius: 2px;
}
li.hs-form-booleancheckbox {
    margin: 0 !important;
}
.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input+span, .hsfc-CheckboxField input.hsfc-CheckboxInput+span {
    display: inline-block;
}
.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:before, .hsfc-CheckboxField input:checked.hsfc-CheckboxInput+span:before{background-color: transparent;border-color:#2B2F31;}
.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after, .hsfc-CheckboxField input:checked.hsfc-CheckboxInput+span:after {
    background-color:#2B2F31;
    border-radius: 0;
    content: "";
    height: 8px;
    left: 4px;
    position: absolute;
    top: 6px;
    transition: all .5s ease;
    width: 11px;
    -webkit-mask-image: url('https://5417298.fs1.hubspotusercontent-na1.net/hubfs/5417298/BlueTriangle_2026/Images/Right%20Check%20%282%29%20%281%29.svg');
}



.hs-form-field.hs-fieldtype-file > label {
    margin: 0;
}


.hs-fieldtype-file input[type=file] {
    width: 100% !important;
    text-indent: -1000px;
    cursor: pointer;
    height: 80px;
    background: transparent;
}

.hs-fieldtype-file .input {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 1;
    position: relative;
}


.hs-form-checkbox:not(:last-child), .hsfc-CheckboxFieldGroup__Options > div:not(:last-child){margin-bottom:29px;}
.hs-form-checkbox label.hs-form-checkbox-display, .hsfc-CheckboxFieldGroup__Options label.hsfc-FieldLabel{display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
    text-transform: unset;}

/* .hs-fieldtype-file .input:before {
background-image: url("https://147157751.fs1.hubspotusercontent-eu1.net/hubfs/147157751/Image/Vector%20%289%29.svg"); background-position: 50%; background-repeat: no-repeat; background-size: cover; content: ""; cursor: pointer; height: 48px; left: 20px; position: absolute; top: 50%; width: 64px; z-index: -1; transform: translateY(-50%);
} */
.inputs-list .hs-form-booleancheckbox label span {
    color: #666666;
}
span.default-text {
    font-size: 16px; font-weight: 400; left: 105px; line-height: 1.5; position: absolute; top: 50%; z-index: -1; transform: translateY(-50%);
}

.hs-fieldtype-file .input:after {
    position: absolute;
    border: 1px solid rgba(0, 102, 204, 15%);

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #2B2F31;
    border-radius: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 80px;
    content: "";
    z-index: -11;
}

span.custom-file-name {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

span.custom-file-name {
    border: none;
    margin: 0 20px 0 0;
    padding: 0;
    position: absolute;
    left: 105px;
    font-size: 16px;
    line-height: 1.5;
    word-break: break-all;
    border-radius: 0;
    color: #071525;
    z-index:-1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}


fieldset.form-columns-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}



.hs-dateinput:before {
    content: "\f073";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
}

.hs-fieldtype-date .fn-date-picker {
    width: 100% !important;
}

.hs-fieldtype-date .hs-datepicker {
    width: 100%;
}

.hs-fieldtype-date .fn-date-picker .pika-lendar {
    width: 100%;
    margin: 0;
}}
.hsfc-FormWrapper form .hsfc-InfoAlert {
    color: var(--secondary_color) !important;
}

.hsfc-FormWrapper form .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret {
    background-color: transparent !important;
    border: 1px solid rgba(0, 85, 129, 50%) !important;
}

.hsfc-FormWrapper form .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret__Caret {
    border-top-color: #fff !important;
}
.hsfc-FormWrapper .hsfc-PostSubmit .hsfc-RichText {color: var(--secondary_color) !important;}

.hs-fieldtype-date .fn-date-picker .pika-button {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    background-color: transparent !important;
    color:#071525;
}
.hs-fieldtype-date .fn-date-picker .pika-table thead th {
    color: #071525;
}
.hs-fieldtype-date .fn-date-picker .pika-label {
    font-size: 18px;
}


.hs-fieldtype-date  .fn-date-picker td.is-selected .pika-button, .hs-fieldtype-date .fn-date-picker td .pika-button:hover 
{
    background:  !important;
    color:#071525 !important;
}
/* .hs-fieldtype-date  .fn-date-picker td.is-today .pika-button {  color: !important;} */
.fn-date-picker .pika-title select { padding:0 10px !important;}
select.pika-select.pika-select-month {
    padding: 0px 10px !important;
    width: 100px !important;
    left: -5px !important;
    top: 10px !important;
}

select.pika-select.pika-select-month options {
    padding: 5px !important;
}

select.pika-select.pika-select-year {
    width: 80px !important;
    left: -5px !important;
}

.fn-date-picker td.is-today .pika-button {
    color:  !important;
}

.fn-date-picker td.is-today .pika-button:hover {
    color: #071525 !important;
    background-color: !important;
}

.grecaptcha-badge {margin-left:0;}

.hsfc-FormWrapper form .hsfc-Row {
    gap: 20px;
}

.hsfc-FormWrapper form .hsfc-Row > div {
}

.hsfc-NavigationRow__Buttons {
    justify-content: flex-start !important;

}







.header {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
    color: #555;
    font-family: Poppins;
}

.menu__child-toggle-icon {
    border-top-color: #555;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
    color: #2d2d2d;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
    border-top-color: #2d2d2d;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
    color: #7d7d7d;
}

.menu__child-toggle-icon:active {
    border-top-color: #7d7d7d;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
    background-color: #555;
}

@media (min-width: 767px) {
    .menu .menu__submenu,
    .header__language-switcher .lang_list_class {
        
        background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    }

    .menu__submenu--level-2 > .menu__item:first-child:before {
        
        background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
    color: #555;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
    border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
    border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
    font-family: Poppins;
}

.header__language-switcher-label-current:after {
    border-top-color: #555;
}

@media(max-width: 767px) {
    .header__navigation {
        background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    }

    .header__navigation-toggle svg,
    .menu-arrow svg {
        fill: #555;
    }
}





.footer {
    background-color: 

  
  
    
  


  rgba(4, 15, 30, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img, .footer a  {
    color:rgba(255, 255, 255,0.5);


}





.blog-post,
.blog-header__inner,
.blog-related-posts {
    padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
    color: #666666;
}

.blog-post__tag-link {
    color: #666666;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
    color: #3e3e3e;
}

.blog-post__tag-link:active {
    color: #8e8e8e;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
    font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    text-transform: none;
}

.blog-related-posts__title-link {
    color: #071525;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
    color: #000000;
}

.blog-related-posts__title-link:active {
    color: #2f3d4d;
}

/* Blog comments */

.blog-comments {
    margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
    color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
    color: #0048b8;
}

#comments-listing .comment-reply-to:active {
    color: #2a98ff;
}





.hs-search-results__title {
    font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    color: #071525;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
    font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    text-transform: none;
}

.hs-blog-post-listing__post-title-link {
    color: #071525;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
    color: #000000;
}

.hs-blog-post-listing__post-title-link:active {
    color: #2f3d4d;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
    color: #666666;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
    color: #666666;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
    color: #3e3e3e;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
    color: #8e8e8e;
}

.hs-pagination__link-icon svg {
    fill: #666666;
}

/* Pricing card */

.card__price {
    font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    color: #071525;
    font-size: 36px;
}

.card__body svg {
    fill: #0066CC;
}

/* Social follow */

.social-links__icon {
    background-color: #0066CC;
}

.social-links__icon:hover,
.social-links__icon:focus {
    background-color: #003ea4;
}

.social-links__icon:active {
    background-color: #288ef4;
    font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    color: #071525;
    font-size: 36px;
}


:root {
    --blue: #0066CC;
    --logo-blue: #2F67B2;
    --cyan: #00AACC;
    --bright:#00B3FF;
    --charcoal: #2B2F31;
    --orange: #F59425;
    --gray: #B5B5B5;
    --text_color:#666666;
    --offwhite: #fff9;
    --white: #ffffff;
    --dark: #071525;
    --red_color:;
    --black_color:#040f1e;
    --footer_bg:

  
  
    
  


  rgba(4, 15, 30, 1.0)

;
    --navy: #0A1E3D;
    --r: 12px;
    --rl: 20px;
    --shadow: 0 4px 24px rgba(0, 0, 0, .08);
    --shadow-lg: 0 24px 80px rgba(0, 0, 0, .5);
    --header_bg:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    --footer_bg:

  
  
    
  


  rgba(#null, 1)

;
    --nav_font_color:#555;
    --nav_drop_down_font_color:#555;
    --nav_drop_down_bg_color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    --nav_drop_down_border:;

}


/*********************************************************************************************************************************

Form CSS Starrt here

**********************************************************************************************************************************/

/****************************************************Placeholder opacity cross browsers*****************************************/

input::-webkit-input-placeholder{color:#ccc;}

/* WebKit browsers */
input:-moz-placeholder{color:#ccc;}

/* Mozilla Firefox 4 to 18 */
input::-moz-placeholder{color:#ccc;}

/* Mozilla Firefox 19+ */
input:-ms-input-placeholder{color:#ccc;}

/* Internet Explorer 10+ */
textarea::-webkit-input-placeholder{color:#ccc;}

/* WebKit browsers */
textarea:-moz-placeholder{color:#ccc;}

/* Mozilla Firefox 4 to 18 */
textarea::-moz-placeholder{color:#ccc;}

/* Mozilla Firefox 19+ */
textarea:-ms-input-placeholder{color:#ccc;}

/* Internet Explorer 10+ */

/****************************************************** IE *********************************************************/

select::-ms-expand{display:none;}
input::-ms-clear{display:none;}

/*********************************************** remove auto fill yellow color ************************************/
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-box-shadow:0 0 0 100px #fff inset;-moz-box-shadow:0 0 0 100px #fff inset;box-shadow:0 0 0 100px #fff inset;color:#333;}

/*********************************************** Form CSS **********************************************/
.hs_error_rollup{display:none;}
form .hs-form-field{position:relative;}
.hs-input.invalid.error  {    border-color: red;}
form ul.hs-error-msgs.inputs-list {
    position: relative;
    top: 0;
    right: 0;
    list-style-type: none;
    padding: 1px 5px;
    background: transparent;
    margin: 0;
}
form ul.hs-error-msgs.inputs-list > li > label {
    font-weight: 500;
    position: relative;
    z-index: 9;
    color: red;
}
form ul.hs-error-msgs.inputs-list:after{content:'';width:8px;height:8px;position:absolute;display:none;left:50%;background:#ff0000;margin-left:-6px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;top:0;}
input,textarea,select{border-radius:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"],textarea{-webkit-appearance:none;border-radius:0;transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
button,input,select,textarea,option{font-size:100%;margin:0;vertical-align:baseline;}
input[type="text"],input[type="tel"],input[type="email"]{-webkit-appearance:none!important;}
input[type="submit"]{cursor:pointer;transition:all 0.5s ease;}
textarea{overflow:auto;vertical-align:top;resize:none;}



/* .invalid.error{
border-bottom: 1px solid #DA0000;
} */
.hs-error-msgs{position:relative;}
.hs-error-msgs li label{font-size:12px;line-height:14px;color:#DA0000;}
.hs-error-msgs li{list-style-type:none;}
.hs-form-checkbox{width:100%;float:left;list-style-type:none;}
.hs-form-radio{width:33.3%;float:left;list-style-type:none;}
.hs-form-checkbox input,.hs-form-radio input{margin-right:27px;}
form .hs-richtext{text-align:left;}
form{max-width:100%;width:100%;float:none!important;}
form legend{color:#8B8B8B;font-size:18px;margin-bottom:0;}
.submitted-message{text-align:center;font-size:20px;overflow:hidden!important;line-height:normal;}

/* Form Two Col Section */
.form-columns-2,.form-columns-1{max-width:100%!important;}
.form-columns-2 > div{width:49.5%!important;}
.form-columns-2 > div:first-child{float:left!important;}
.form-columns-2 > div:last-child{float:right!important;}

/* Radio Button Style */
/* .hs-form-radio label.hs-form-radio-display{font-size:14px;font-weight:700;text-transform:uppercase;display:flex;flex-wrap:wrap;}
.hs-form-radio-display .hs-input{display:none;}
.hs-form-radio label.hs-form-radio-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;}
.hs-form-radio label.hs-form-radio-display input+span:before{width:25px;height:25px;content:'';background-color:#cbcbcb;display:inline-block;border-radius:100%;margin-right:13px;transition:0.5s ease all;}
.hs-form-radio label.hs-form-radio-display input:checked+span:before{background-color:#111d33;}
.hs-form-radio label.hs-form-radio-display input:checked+span:after{content:'';position:absolute;left:8px;width:9px;height:9px;background-color:#fff;top:11px;border-radius:100%;transition:0.5s ease all;}
*/
/* Checkbox Style */
/* .hs-form-checkbox:not(:last-child){margin-bottom:29px;}
.hs-form-checkbox label.hs-form-checkbox-display{font-size:14px;font-weight:700;text-transform:uppercase;display:flex;flex-wrap:wrap;}
.hs-form-checkbox-display .hs-input{display:none;}
.hs-form-checkbox label.hs-form-checkbox-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before{width:25px;height:25px;content:'';background-color:#cbcbcb;display:inline-block;margin-right:13px;transition:0.5s ease all;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:before{background-color:#111d33;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after{content:'';position:absolute;left:8px;width:9px;height:9px;background-color:#fff;top:11px;border-radius:100%;transition:0.5s ease all;} */





.reveal {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: opacity .8s cubic-bezier(.2, .7, .2, 1), transform .8s cubic-bezier(.2, .7, .2, 1);
    will-change: opacity, transform;
}



/*---------------------*/
.hero-banner-section{position:relative;overflow:hidden;padding:88px 0px 80px;}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#00aacc26;border:1px solid rgba(0,170,204,.35);border-radius:20px;padding:5px 14px;font-size:12px;font-weight:700;color:var(--cyan);letter-spacing:.5px;text-transform:uppercase;margin-bottom:24px;}
.hero h1{font-size:clamp(34px,3.8vw,52px);color:#fff;line-height:1.08;letter-spacing:-1.5px;margin-bottom:20px;}
.hero-in-wrap{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;position:relative;margin:0px auto;gap:56px;}
.hero-left-part h1{color:var(--white);max-width:96%;}
.hero-left-part h1 span{color:var(--cyan);font-style:normal;}
.hero-sub *{color:var(--offwhite);}
.play-dot{width:22px;height:22px;border-radius:50%;background:var(--cyan);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.play-dot:after{content:"";border-left:7px solid var(--white);border-top:5px solid transparent;border-bottom:5px solid transparent;margin-left:2px;}
.reveal.d-1{transition-delay:.08s;}
.reveal.d-2{transition-delay:.16s}
.reveal.d-3{transition-delay:.24s}
.reveal.d-4{transition-delay:.32s}
.reveal.d-5{transition-delay:.4s}
.reveal.d-6{transition-delay:.48s}
.hero-left-part .btn-wrapper{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:36px;}
.hero-trust{display:flex;align-items:center;gap:14px;font-size:12px;flex-wrap:wrap;}
.key-points *{font-size:12px;font-weight:400;color:var(--offwhite);}
.key-points strong{font-weight:700;color: rgb(255 255 255 / 70%);}
.hero-trust-div{width:1px;height:14px;background:#ffffff26;}
.key-points p:last-child{margin-bottom:0;}
.brand-logo-section{padding:40px 0px;}
.logos-lbl{font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--gray);text-align:center;margin-bottom:0;}
.logos-wrap{display:flex;justify-content:center;align-items:center;gap:36px;flex-wrap:wrap;max-width:900px;margin:28px auto 0;}
.brand-image-logo{height:52px;overflow:hidden;width:15%;text-align:center;display:flex;align-items:center;justify-content:center;line-height:normal;font-weight:700;color:var(--gray);}
.brand-image-logo img{width:auto;object-fit:contain;height:52px;}
.credibility-section{padding:16px 0px;}
.cred-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--charcoal);}
.cred-div{width:1px;height:20px;background:#0066cc26;}
.cred-in{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:36px;flex-wrap:wrap;}
.cred-item p:last-child{margin:0;font-size:13px;}
.cred-item * {
    color: var(--dark);
}
span.cred-star{color:var(--orange);font-size:15px;}
.cred-item strong{color:var(--charcoal);}
.problem-section{padding:100px 0px;}
.problem-in-v2{margin:0 auto;display:flex;flex-direction:column;gap:72px;}
.prob-header{max-width:700px; }
.section-tag{font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--cyan) !important;margin-bottom:14px;}
.problem h2,.prob-header h2{color:var(--white);}
.divider{width:48px;height:3px;background:var(--blue);border-radius:2px;margin:14px 0 24px;}
.divider.cyan{background:var(--cyan);}
.prob-header p:last-child{margin:0;}
.prob-header *{color:var(--offwhite);}
.prob-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.prob-pillar{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--rl);padding:28px 24px;display:flex;flex-direction:column;gap:6px;}
.prob-pillar:hover { border-color: #00aacc4d;}
.pillar-from{font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--offwhite);padding:4px 10px;background:#ffffff0f;border-radius:20px;align-self:flex-start;}
.pillar-arrow{font-size:20px;color:var(--cyan);font-weight:700;margin:2px 0;}
.pillar-to{font-weight:700;color:var(--white);margin-bottom:8px;font-size:18px;}
.pillar-body *{color:var(--offwhite);}
.pillar-body p:last-child{margin:0;}
.prob-contrast{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;border-top:1px solid rgba(255,255,255,.07);padding-top:64px;}
.contrast-eyebrow{font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--orange);margin-bottom:14px;}
.contrast-headline{color:var(--white);}
.contrast-body *{color:var(--offwhite);}
.contrast-body p{margin-bottom:24px;}
.contrast-body p:last-child{margin-bottom:0px;}
.prob-contrast-left .btn-wrapper > div{margin-top:24px;}
.compare-box-sec{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:var(--rl);overflow:hidden;    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;}
.title-head{padding:18px 22px;font-size:15px;font-weight:700;color:var(--white);border-bottom:2px solid rgba(245,148,37,0.5);}
.col-50{width:auto;}
.content-box{padding:16px 22px;font-size:14px;color:var(--offwhite);line-height:normal;border-bottom:1px solid rgba(255,255,255,0.06);width:100%;}
.content-box:last-child{border:0;}
.col-50:nth-child(2) .title-head{color:var(--cyan);}
.plateform-section{padding:100px 0px;}
.how-head .section-tag{color:var(--blue);}
.how-head{text-align:center;width:100%;margin-bottom:64px;}
.how-head-cont p{max-width:520px;margin:0 auto;}
.how-steps{    display: grid;
    border: 1px solid rgba(0, 102, 204, .1);
    border-radius: var(--rl);
    overflow: hidden;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;}
.hstep{padding:40px 36px;background:var(--white);}
.hstep-num{font-size:64px;font-weight:700;color:#0066cc2e;line-height:1;margin-bottom:8px;letter-spacing:-4px;}
.hstep-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:16px; line-height:normal;}
.hstep-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.hstep ul{list-style:none;margin-top:16px;display:flex;flex-direction:column;gap:8px;}
.hstep ul li{display:flex;align-items:flex-start;gap:8px;}
.hstep+.hstep{border-left:1px solid rgba(0,102,204,.1);}
.item-compare-box:last-child .content-box {color: var(--white);}
.hstep ul li:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0;background:var(--blue);margin-top:11px;}
.icon-btm span{font-size:28px;}
.how-loop{display:flex;align-items:center;justify-content:center;background:#EFF6F9;border-radius:var(--rl);padding:28px 40px;margin-top:40px;gap:20px;flex-wrap:wrap;}
.icon-btm svg{width:28px;height:28px;}
.botm-cont{max-width:520px;}
.botm-cont p:last-child{margin:0;}
.proof-section{padding:100px 0px;position:relative;overflow:hidden;}
.proof-section:after {content: "";position: absolute;right: -100px;top: -100px;width: 500px;height: 500px;border-radius: 50%;background: #ffffff0a;pointer-events: none;}
.proof-head .section-tag{color:var(--offwhite);}
.proof-head h2{color:var(--white);}
.proof-head .section-tag{color:var(--offwhite);}
.proof-head h2{color:var(--white);}
.proof-head{width:100%;text-align:center;margin-bottom:56px;}
.proof-stats{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:24px;margin-bottom:48px;}
.pstat.reveal{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--rl);padding:36px 28px;text-align:center;}
.pstat-num{font-size:52px;font-weight:700;color:#fff;line-height:1;letter-spacing:-2px;margin-bottom:8px;}
.pstat-label *{color:var(--offwhite);}
.pstat-label strong{color:var(--white);display:block;font-size:18px;}
.pstat-label p:last-child{margin-bottom:0;}
.proof-stats-slider{background:#0003;border-radius:var(--rl);padding:36px 44px;border:1px solid rgba(255,255,255,.1);}
.testimonial-item blockquote,.testimonial-item blockquote *{font-size:17px;color:#ffffffd9;line-height:1.8;font-style:italic;margin-bottom:20px;}
.testimonial-item blockquote p:last-child{margin:0;}
.proof-stats-slider ul.slick-dots{display:flex!important;flex-wrap:wrap;justify-content:center;     position: relative;
    bottom: 25px;}
.proof-stats-slider ul.slick-dots li button{width:7px;height:7px;border-radius:50%;transition:background 0.2s;cursor:pointer;padding:0;margin:0;font-size:0;line-height:0;background:rgba(255,255,255,0.3);transform:none;border:0;}
.proof-stats-slider ul.slick-dots li{display:inline-flex;margin:0 3px;}
.proof-stats-slider ul.slick-dots li button:hover{transform:none;background-color:rgb(255,255,255);border-color:rgb(255,255,255);}
.auth-info-right label{font-size:13px;font-weight:700;color:var(--white);display:block;}
.auth-info-right  span{font-size:13px;color:var(--offwhite);}
.auth-info-right{width:auto;}
.qa-avatar{width:44px;height:44px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0;}
.auth-info{flex-wrap:wrap;width:calc(100% - 400px);display:flex;align-items:center;gap:14px;}
.proof-stats-slider ul.slick-dots li.slick-active button{background:rgba(255,255,255,1);}
.ForeNovaprev.slick-arrow,.ForeNovanext.slick-arrow{width:36px;height:36px;border-radius:50%;background:#ffffff26;display:flex!important;align-items:center;justify-content:center;flex-shrink:0;}
.ForeNovaprev  svg path,.ForeNovanext  svg path{fill:var(--white);}
.proof-stats-slider ul.slick-dots{display:flex!important;flex-wrap:wrap;justify-content:flex-end;padding-right:20px;}
.slider-arrows{display:flex;flex-wrap:wrap;position:absolute;bottom:48px;right:20px;left:unset;width:130px;justify-content:space-between;}
.client-testimonial-section{padding:100px 0px;}
.testi-head{text-align:center;margin-bottom:48px;width:100%;}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.tcard{background:var(--white);border:1px solid rgba(0,102,204,.1);border-radius:var(--rl);padding:28px;display:flex;flex-direction:column;}
.tcard-quote{color:var(--charcoal);flex:1;padding-bottom:20px;border-bottom:1px solid rgba(0,102,204,.08);position:relative;}
.tcard-quote *{color:var(--charcoal);font-style:italic;}
.tcard-author{display:flex;align-items:center;gap:12px;padding-top:20px;}
.ta-av{width:40px;height:40px;border-radius:50%;background:var(--logo-blue);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0;}
.ta-name{font-weight:700;color:var(--dark);}
.ta-role{color:var(--gray);font-size:14px;}
.tcard-quote:before{content:"“";font-size:28px;color:var(--blue);line-height:0;vertical-align:-12px;margin-right:4px;font-style:normal;}
.tcard-quote strong{font-weight:700;}
.tcard-quote p:last-child{margin:0;}
.ta-av img{width:40px;height:40px;border-radius:100%;object-fit:cover;object-position:center center;}
.tcard-quote:before{color:var(--blue);content:'“';font-size:28px;font-style:normal;line-height:0;margin-right:4px;vertical-align:0;position:absolute;top:20px;}
.tcard-quote p:first-child{text-indent:15px;}
.platform-deep-drive-section{padding:100px 0px;}
.platform-head{text-align:center;margin-bottom:72px;width:100%;}
.pf-tag{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px;color:var(--blue);}
.pf-text h5{margin-bottom:12px;}
.pfeature{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:80px;}
.pf-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:24px;}
.pf-list li{color:var(--charcoal);display:flex;align-items:center;gap:10px;}
.pf-check.c1{background:#e8f2fc;color:var(--blue);}
.pf-check{width:20px;height:20px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;font-size:11px;font-weight:700;}
.pfeature:nth-child(2n) .pf-visual{order:-1;}
.pf-visual{border-radius:var(--rl);overflow:hidden;border:1px solid rgba(0,102,204,.1);}
.feature-img img{width:100%;display:block;}
.feature-img{border-radius:12px;overflow:hidden;border:1px solid rgba(0,100,200,0.1);box-shadow:rgba(0,0,0,0.1) 0px 4px 24px,rgba(0,80,200,0.13) 0px 24px 64px;transition:transform .4s ease,box-shadow .4s ease;transform-style:preserve-3d;will-change:transform;backface-visibility:hidden;}
.ForeNovaprev.slick-arrow svg, .ForeNovanext.slick-arrow svg {
    width: 13px;
    height: 13px;
}
/* Left */
.feature-img.tilt-left{transform:perspective(1200px)
    rotateY(-3deg)
    rotateX(1.5deg);}

/* Right */
.feature-img.tilt-right{transform:perspective(1200px)
    rotateY(3deg)
    rotateX(1.5deg);}

/* Hover */
.feature-img.hover-active{transform:perspective(1200px)
    rotateY(0deg)
    rotateX(0deg);box-shadow:rgba(0,0,0,0.14) 0px 8px 40px,rgba(0,80,200,0.18) 0px 32px 80px;}
.use-cases-section{padding:110px 0px;position:relative;overflow:hidden;}
.use-cases-head{text-align:center;margin-bottom:72px;}
.use-cases-cont *:is(h1,h2,h3,h4,h5,h6){color:var(--white);}
.use-cases-cont *:is(p,span){color:var(--offwhite);}
.use-cases-cont p{max-width:620px;margin:0 auto;}
.use-cases-wrap{display:flex;flex-direction:column;gap:28px;}
.use-cases-wrap article{background:linear-gradient(rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.016) 100%);border:1px solid rgba(255,255,255,0.08);border-radius:var(--rl);padding:40px 44px;display:grid;grid-template-columns:1.2fr 1fr;gap:44px;align-items:center;position:relative;transition:transform 0.8s cubic-bezier(0.2,0.7,0.2,1),opacity 0.8s,border-color 0.25s,box-shadow 0.25s;opacity:1;transform:translate3d(0px,0px,0px);box-shadow:none;}
.artical-tag{display:inline-flex;align-items:center;gap:10px;background:rgba(245,148,37,0.15);border:1px solid rgba(245,148,37,0.35);color:var(--orange);font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:6px 12px;border-radius:20px;margin-bottom:18px;}
.use-cases-wrap article h5{color:var(--white);letter-spacing:-0.5px;}
.border-left{position:absolute;left:0px;top:24px;bottom:24px;width:3px;background:var(--orange);border-radius:4px;}
.tag-icon img{width:14px;}
.tag-icon{display:flex;}
.artical-cont ul{list-style:none;padding:0px;margin:0px 0px 22px;display:flex;flex-direction:column;gap:10px;}
.artical-cont li{display:flex;gap:12px;align-items:flex-start;color:var(--offwhite);}
.artical-cont p{font-weight:600;color:var(--white);}
.use-cases-wrap .btn-wrapper a{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--orange);border:1.5px solid var(--orange);padding:9px 18px;border-radius:999px;transition:background 0.15s;background:transparent;}
.artical-cont li:before{width:6px;height:6px;border-radius:50%;background:var(--orange);flex-shrink:0;content:"";margin:10px 0 0;}
.use-cases-wrap blockquote *{color:var(--white);line-height:1.7;font-style:italic;margin:0px 0px 18px;}
.use-cases-wrap blockquote + div{font-weight:700;}
.use-cases-wrap blockquote + div + div{color:var(--offwhite);}
.team-section{padding:100px 0px;}
.teams-head{text-align:center;margin-bottom:56px;}
.teams-head h2{color:var(--white);}
.teams-head-cont p{max-width:480px;margin:0 auto;}
.teams-head-cont *{color:var(--offwhite);}
.tgcard a.simple-btn:hover{text-decoration:none;color:var(--orange);}
.teams-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.tgcard{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:var(--rl);padding:32px;transition:all .2s;}
.tgcard:hover {
    background: #ffffff17;
    border-color: #00aacc59;
    transform: translateY(-3px);
}
.tg-icon{width:48px;height:48px;border-radius:12px;background:#0066cc4d;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:20px;}
.tg-icon svg{width:30px;height:30px;}
.tgcard-cont h6{color:var(--white);margin:0 0 10px;}
.tg-icon img{padding:5px;width:100%;height:100%;object-fit:contain;}
.tgcard-cont *{color:var(--offwhite);}
.tgcard a.simple-btn{color:var(--cyan);}
.integrations-section{padding:72px 0px;}
.int-in{margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.int-text-cont h3{margin-bottom:12px;}
.int-logos{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.int-logo-item{background:var(--white);border:1px solid rgba(0,102,204,.1);border-radius:10px;padding:16px 12px;display:flex;align-items:center;justify-content:center;font-weight:700;text-align:center;line-height:1.3;min-height:72px;transition:box-shadow .15s,border-color .15s;}
.int-logo-item img{max-width:100%;max-height:40px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;filter:grayscale(30%);transition:filter .15s;}
.int-logo-item label{color:var(--blue);}
.int-logo-item:hover{border-color:#0066cc40;box-shadow:0 4px 16px #0066cc14;}
.content-form-section{padding:80px 0;}
.content-form-section .inner-content-form{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;}
.left-content-form{width:47%;}
.form-contact-info{width:47%;}
.left-content-form .sub-title{color:var(--cyan);font-weight:700;letter-spacing:1px;margin-bottom:14px;text-transform:uppercase;}
.left-title-content p:last-child{margin:0;}
.form-inner-contact-info{background:#eff6f9;border:1px solid rgba(0,102,204,.12);border-radius:20px;padding:36px;}
.form-inner-contact-info p{font-size:13px;color:#b5b5b5;margin-bottom:22px;}
.form-contact-srt form .hs-form-field > label{display:block;margin:0;}
.form-contact-srt form .hs-form-field .hs-input{}
input::-webkit-input-placeholder{color:#9ca3af;font-weight:400;}
form .hs-form-field{margin-bottom:10px;}
form .hs-button,form input[type=submit]{width:100%;font-size:14px;font-weight:700;color:#fff;border:none;padding:13px;}
form .hs-button,form input[type=submit]:hover{background-color:#0052a3;color:#FFFF;}
.hs-richtext span{font-size:13px;color:#b5b5b5;margin-bottom:22px;}
.hs-richtext.hs-main-font-element{margin-bottom:10px;}
.cta-section{padding:100px 0px;text-align:center;position:relative;overflow:hidden;}
.cta-in{max-width:640px;margin:0 auto;position:relative;}
.cta-in-cont h2{color:var(--white);margin-bottom:16px;}
.cta-in-cont *{color:var(--offwhite);}
.cta-section:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(0,102,204,.25) 0%,transparent 70%);pointer-events:none;}
.cta-in .btn-wrapper{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;}
.testimonial-item blockquote p:first-child:before,.testimonial-item blockquote p:first-child:after{content:"“";font-size:48px;color:var(--orange);line-height:0;vertical-align:-18px;margin-right:4px;font-style:normal;display:inline-block;}
.testimonial-item blockquote p:first-child:after{margin-left:4px;margin-right:0;}
.hero-right-part img{border-radius:12px;}
.ForeNovaprev.slick-arrow.slick-hidden,.ForeNovanext.slick-arrow.slick-hidden{display:none!important;}
.form-title-content h6 {
    margin: 0 0 10px;
}
.form-contact-srt form .hs-form-field input.hs-input:focus {
    border-color: var(--blue);
}
.conversion-rate-sedction .section-tag {
    color: var(--blue) !important;
}

  .tool-section.team-section .teams-head .section-tag{color:var(--orange) !important;}



@media (prefers-reduced-motion: reduce) {
    .reveal,.reveal.from-left,.reveal.from-right,.reveal.from-scale {
        opacity: 1;
        transform: none;
        transition: none
    }
}


.proof-section .customWidthOption{position:relative;}
.pfeature:last-child{margin-bottom:0;}

.tool-section .teams-head-cont p{max-width:780px;}
.tool-section .tg-icon svg{stroke:var(--orange);width:auto;height:auto;}
.tool-section .tg-icon{width:44px;height:44px;border-radius:12px;background:rgba(245,148,37,0.15);border:1px solid rgba(245,148,37,0.3);display:flex;align-items:center;justify-content:center;color:var(--orange);margin-bottom:18px;}
.tool-section .tgcard{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:var(--rl);padding:30px 26px;transition:0.25s;transform:translateY(0px);}
.tool-section .tgcard:hover{background:rgba(255,255,255,0.06);border:1px solid rgba(245,148,37,0.35);transform:translateY(-3px);}
.conversion-rate-sedction{position:relative;overflow:hidden;padding:110px 0px;}
.conversion-rate-in{margin:0px auto;display:grid;grid-template-columns:1.05fr 1fr;gap:72px;align-items:center;position:relative;}
.conversion-rate-wrap{display:flex;gap:14px;flex-wrap:wrap;}
.conversion-rate-item{flex:1 1 150px;background:rgb(255,255,255);border:1px solid rgba(0,102,204,0.12);border-radius:12px;padding:16px 18px;box-shadow:rgba(0,102,204,0.05) 0px 4px 16px;}
.conversion-rate-item label{font-size:26px;font-weight:700;color:var(--blue);line-height:1;letter-spacing:-1px;margin-bottom:4px;}
.conversion-rate-item span{display:block;}
.conversion-rate-sedction .from-right > div{background:#fff;border:1px solid rgba(0,102,204,.1);border-radius:var(--rl);box-shadow:0 24px 64px rgba(0,80,200,.12),0 4px 16px rgba(0,0,0,.06);overflow:hidden;padding:0;position:relative;}
.covrage-section{padding:110px 0px;}
.covrage-head{text-align:center;margin-bottom:56px;max-width:720px;margin-left:auto;margin-right:auto;}
.covrage-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;}
.covrage-item{background:var(--white);border:1px solid rgba(0,102,204,0.1);border-radius:var(--rl);padding:28px 26px;transition:0.25s;box-shadow:none;transform:translateY(0px);}
.covrage-item:hover{background:var(--white);border-color:var(--blue);box-shadow:rgba(0,0,0,0.08) 0px 18px 40px;transform:translateY(-4px) !important; transition: 0.25s !important;}
.covrage-icon{width:44px;height:44px;border-radius:12px;background:#e8f2fc;display:flex;align-items:center;justify-content:center;color:var(--blue);margin-bottom:18px;}
.covrage-item p:last-child{margin-bottom:0;}
.problem-section-v2 .prob-contrast{padding-top:0;border:0;gap:0;grid-template-columns:1fr;}
.problem-section-v2  .contrast-eyebrow{color:var(--cyan)}
.problem-section-v2 .prob-contrast-left{text-align:center;margin-bottom:48px;max-width:720px;margin-left:auto;margin-right:auto;}
.problem-section.problem-section-v2  .content-wrapper{max-width:1140px;margin:0px auto;}
.skill-section{padding:110px 0px;}
.skill-section .content-wrapper{max-width:1140px;margin:0px auto;text-align:center;}
.skill-head{margin-bottom:40px;max-width:780px;margin-left:auto;margin-right:auto;}
.skill-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:48px;}
.skill-item-wrap{background:var(--white);border:1px solid rgba(0,102,204,0.1);border-radius:var(--rl);padding:28px 26px;display:flex;gap:20px;align-items:flex-start;box-shadow:rgba(0,102,204,0.05) 0px 4px 16px;transition:0.25s;transform:translateY(0px);}
.skill-item-wrap:hover{border-color:var(--blue);box-shadow:rgba(0,0,0,0.08) 0px 12px 32px;transform:translateY(-3px);}
.skill-tag-icon{width:48px;height:48px;border-radius:12px;background:rgb(232,242,252);display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0;}
.skill-tag-icon img{padding:5px;}
.skill-item-cont p:last-child{margin:0;}
.pillar-body-cont {
    margin-top: auto;
}
.covrage-section .section-tag {
    color: var(--orange) !important;
}
.problem-section-v2 .col-50:nth-child(2) .content-box {
    color: var(--white);
}
.skill-head span {
    display: block;
}
/*---------Responsive-Css----------------*/

@media(min-width:1150px){
    .reveal{opacity:0;transform:translate3d(0,40px,0);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1);will-change:opacity,transform;}
    .reveal.from-left{transform:translate3d(-40px,0,0);}
    .reveal.from-right{transform:translate3d(40px,0,0)}
    .reveal.from-scale{transform:scale(.94) translate3d(0,20px,0)}
    .reveal.is-visible{opacity:1;transform:translateZ(0) scale(1);}
}
@media(max-width:1150px){
    .content-form-section{padding:60px 0;}
    .reveal.is-visible,.reveal{opacity:1;transform:none;}
    .h1,h1{font-size:40px;}
    .h2,h2{font-size:36px;}
    h3,.h3{font-size:30px;}
    h5,.h5{font-size:20px;}
    .hero-banner-section{padding:60px 0;}
    .problem-in-v2{gap:50px;}
    .problem-section{padding:80px 0px;}
    .prob-contrast{padding-top:50px;}
    .plateform-section{padding:80px 0;}
    .hstep{padding:30px 20px;}
    .hstep-num{font-size:50px;}
    .how-head,.proof-head,.testi-head,.use-cases-head{margin-bottom:40px;}
    .platform-head{margin-bottom:50px;}
    .proof-section{padding:80px 0px;}
    .pstat-num{font-size:40px;}
    .client-testimonial-section{padding:80px 0px;}
    .platform-deep-drive-section{padding:80px 0px;}
    .pfeature{margin-bottom:60px}
    .use-cases-section,.team-section{padding:80px 0px;}
    .int-in{gap:40px;}
    .cta-section{padding:80px 0px;}
    .integrations-section{padding:60px 0px;}
    .conversion-rate-sedction{padding:80px 0px;}
    .conversion-rate-in {
        gap: 40px;
        grid-template-columns: 1fr 1fr;
    }
    .covrage-section {     padding: 80px 0px;}
    .skill-section {
        padding: 80px 0px;
    }
     .form-inner-contact-info { padding:20px;}
    
}
@media(max-width:1024px){
    .h1,h1{font-size:44px;}
    .h2,h2{font-size:36px;}
    h3,.h3{font-size:32px;}
    h4,.h4{font-size:26px;}
    h5,.h5{font-size:21px;}
}
@media(max-width:991px){
    .pfeature{margin-bottom:40px}
    .h1,h1{font-size:36px;}
    .h2,h2{font-size:32px;}
    h3,.h3{font-size:28px;}
    .hero-in-wrap{gap:20px;}
    .hero-banner-section{padding:50px 0;}
    .cred-in{gap:15px;}
    .form-contact-info,.left-content-form{width:100%;}
    .left-content-form{margin-bottom:40px;}
    .problem-section{padding:60px 0px;}
    .prob-pillars{grid-template-columns:repeat(2,1fr);}
    .prob-pillars > *:last-child:nth-child(odd){grid-column:1 / -1;justify-self:center;width:100%;max-width:100%;}
    .problem-in-v2{gap:30px;}
    .prob-contrast{gap:30px;grid-template-columns:1fr;padding-top:30px;}
    .plateform-section{padding:60px 0;}
    .hstep{padding:30px 15px;}
    .proof-section{padding:60px 0px;}
    .pstat-num{font-size:36px;}
    .pstat.reveal{padding:30px 20px;}
    .proof-stats{gap:15px;}
    .client-testimonial-section{padding:60px 0px;}
    .testi-grid{grid-template-columns:repeat(2,1fr);}
    .testi-grid > *:last-child:nth-child(odd){grid-column:1 / -1;justify-self:center;width:100%;max-width:100%;}
    .platform-deep-drive-section{padding:60px 0px;}
    .pfeature{gap:40px;}
    .use-cases-section,.team-section{padding:60px 0px;}
    .use-cases-wrap article{padding:30px 20px;}
    .use-cases-wrap article{gap:25px;}
    .teams-grid{grid-template-columns:repeat(2,1fr);}
    .teams-grid > *:last-child:nth-child(odd){grid-column:1 / -1;justify-self:center;width:100%;max-width:100%;}
    .int-in{gap:40px;grid-template-columns:1fr;}
    .cta-section{padding:60px 0px;}
    .conversion-rate-sedction {
        padding: 60px 0px;
    }
    .covrage-section {     padding: 60px 0px;}
    .skill-section {
        padding: 60px 0px;
    }
    .auth-info {     width: calc(100% - 150px);}
    .head-fix.sticky .enumenu_ul {
    padding-top: 80px;
}
        .hero-in-wrap {
        gap: 30px;
        grid-template-columns: 1fr;
    }
    .hero-right-part img {
        max-width: 500px;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    .pfeature {
        grid-template-columns: 1fr;
    }
    .pf-visual {
        max-width: 500px;
        margin: 0 auto;
    }
        .pfeature:nth-child(2n) .pf-visual {
        order: unset;
    }
    

   
    
    
    
    
}
@media(max-width:767px){
    .pfeature{grid-template-columns:1fr;gap:40px;}
    .pfeature:nth-child(2n) .pf-visual{order:unset;}
    .pf-visual{max-width:500px;margin:0 auto;}
    .h1,h1{font-size:36px;}
    .h2,h2{font-size:32px;}
    h3,.h3{font-size:28px;}
    h5,.h5{font-size:20px;}
    .prob-pillars{grid-template-columns:repeat(1,1fr);}
    .problem-section{padding:50px 0px;}
    .brand-image-logo{width:20%;}
    .hero-banner-section{padding:50px 0;}
    .hero-in-wrap{gap:30px;grid-template-columns:1fr;}
    .hero-right-part img{max-width:500px;margin:0 auto;display:block;width:100%;}
    .form-inner-contact-info{padding:30px 20px;}
    .plateform-section{padding:40px 0;}
    .how-loop{padding:20px 20px;text-align:center;}
    .icon-btm span{line-height:1;}
    .how-steps{grid-template-columns:repeat(1,1fr);grid-auto-flow: unset;
        grid-auto-columns: unset; }
    .hstep{padding:30px 15px 0;}
    .proof-section{padding:50px 0px;}
    .pstat-num{font-size:32px;}
    .how-head,.proof-head,.testi-head{margin-bottom:30px;}
    .proof-stats{margin-bottom:30px;grid-auto-flow:row;}
    .proof-stats-slider{padding:30px 20px 90px;}
    .auth-info{width:100%;}
    .proof-stats-slider ul.slick-dots{position:absolute;right:80px;padding-right:0;bottom:31px;}
    .testimonial-item blockquote,.testimonial-item blockquote *{font-size:16px;}
    .slider-arrows{display:flex;flex-wrap:wrap;position:absolute;bottom:19px;right:0;left:0;width:calc(100% - 0px);justify-content:space-between;padding:0 20px; max-width:180px; margin:0 auto;}
    .proof-stats-slider ul.slick-dots{position:absolute;right:0;padding-right:0;bottom:32px;left:0;justify-content:center;}
    .client-testimonial-section{padding:50px 0px;}
    .testi-grid{grid-template-columns:repeat(1,1fr);}
    .platform-deep-drive-section{padding:50px 0px;}
    .platform-head{margin-bottom:40px;}
    .pfeature{margin-bottom:40px}
    .use-cases-section,.team-section{padding:40px 0px;}
    .use-cases-wrap article{grid-template-columns:1fr;}
    .teams-grid{grid-template-columns:repeat(1,1fr);}
    .content-form-section{padding:40px 0;}
    .cta-section{padding:40px 0px;}
    .int-logos{grid-template-columns:repeat(2,1fr);}
    .integrations-section{padding:40px 0px;}
    .conversion-rate-sedction {
        padding: 40px 0px;
    }
    .conversion-rate-in {
        gap: 40px;
        grid-template-columns: 1fr;
    }
    .conversion-rate-in .from-right {
        max-width: 500px;
        margin: 0 auto;
        width:100%;
    }
    .covrage-section {     padding: 40px 0px;}
    .covrage-head { margin-bottom:40px;}
    .covrage-group {
        grid-template-columns: 1fr;
    }
    .skill-section {
        padding: 40px 0px;
    }
    .skill-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .skill-item-wrap {
        flex-wrap: wrap;
    }
    .skill-tag-icon {
        justify-content: center;
        margin: 0 auto;
    }
    .proof-section:after {display:none;}
    .prob-header h2 br {
    display: none;
}
    .how-head {
    text-align: left;
    }
    .how-head-cont p, .use-cases-head p,  .teams-head p {
    max-width: 100%;
}
    .proof-head {
    text-align: left;
}
    .testi-head {
    text-align: left;
}
    .platform-head {
    text-align: left;
}
    .use-cases-head {
    text-align: left;
    }
    .teams-head {
    text-align: left;
    }
    .cta-in {
    max-width: 100%;
    text-align: left;
}
    .cta-in .btn-wrapper {
    justify-content: flex-start;
}
    .pstat.reveal {
    text-align: left;
}
    .how-head-cont h2 br { display:none;}
}
@media(max-width:640px){
.form-columns-2 > div {
    width: 100% !important;
}
}

@media(max-width:490px){
    .int-logo-item{min-width:300px;margin:0 auto;max-width:250px;}
    .int-logos{grid-template-columns:repeat(1,1fr);}
    .brand-image-logo{width:25%;}
    .cred-div{display:none;}
    .cred-item{width:100%;line-height:0;}
    .conversion-rate-item {
        flex: 1 1 100%;
    }
}