/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */
 html{line-height:1.15;/* 1 */
 -webkit-text-size-adjust:100%;/* 2 */
}
/* Sections ========================================================================== */
 /** * Remove the margin in all browsers. */
 body{margin:0;}
/** * Render the `main` element consistently in IE. */
 main{display:block;}
/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome,Firefox,and Safari. */
 h1{font-size:2em;margin:0.67em 0;}
/* Grouping content ========================================================================== */
 /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
 hr{box-sizing:content-box;/* 1 */
 height:0;/* 1 */
 overflow:visible;/* 2 */
}
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
 pre{font-family:monospace,monospace;/* 1 */
 font-size:1em;/* 2 */
}
/* Text-level semantics ========================================================================== */
 /** * Remove the gray background on active links in IE 10. */
 a{background-color:transparent;}
/** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome,Edge,IE,Opera,and Safari. */
 abbr[title]{border-bottom:none;/* 1 */
 text-decoration:underline;/* 2 */
 text-decoration:underline dotted;/* 2 */
}
/** * Add the correct font weight in Chrome,Edge,and Safari. */
 b,strong{font-weight:700;}
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
 code,kbd,samp{font-family:monospace,monospace;/* 1 */
 font-size:1em;/* 2 */
}
/** * Add the correct font size in all browsers. */
 small{font-size:80%;}
/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
 sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-0.25em;}
sup{top:-0.5em;}
/* Embedded content ========================================================================== */
 /** * Remove the border on images inside links in IE 10. */
 img{border-style:none;}
/* Forms ========================================================================== */
 /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */
 button,input,optgroup,select,textarea{font-family:inherit;/* 1 */
 font-size:100%;/* 1 */
 line-height:1.15;/* 1 */
 margin:0;/* 2 */
}
/** * Show the overflow in IE. * 1. Show the overflow in Edge. */
 button,input{/* 1 */
 overflow:visible;}
/** * Remove the inheritance of text transform in Edge,Firefox,and IE. * 1. Remove the inheritance of text transform in Firefox. */
 button,select{/* 1 */
 text-transform:none;}
/** * Correct the inability to style clickable types in iOS and Safari. */
 button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}
/** * Remove the inner border and padding in Firefox. */
 button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}
/** * Restore the focus styles unset by the previous rule. */
 button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}
/** * Correct the padding in Firefox. */
 fieldset{padding:0.35em 0.75em 0.625em;}
/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */
 legend{box-sizing:border-box;/* 1 */
 color:inherit;/* 2 */
 display:table;/* 1 */
 max-width:100%;/* 1 */
 padding:0;/* 3 */
 white-space:normal;/* 1 */
}
/** * Add the correct vertical alignment in Chrome,Firefox,and Opera. */
 progress{vertical-align:baseline;}
/** * Remove the default vertical scrollbar in IE 10+. */
 textarea{overflow:auto;}
/** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */
 [type="checkbox"],[type="radio"]{box-sizing:border-box;/* 1 */
 padding:0;/* 2 */
}
/** * Correct the cursor style of increment and decrement buttons in Chrome. */
 [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}
/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
 [type="search"]{-webkit-appearance:textfield;/* 1 */
 outline-offset:-2px;/* 2 */
}
/** * Remove the inner padding in Chrome and Safari on macOS. */
 [type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button{-webkit-appearance:button;/* 1 */
 font:inherit;/* 2 */
}
/* Interactive ========================================================================== */
 /* * Add the correct display in Edge,IE 10+,and Firefox. */
 details{display:block;}
/* * Add the correct display in all browsers. */
 summary{display:list-item;}
/* Misc ========================================================================== */
 /** * Add the correct display in IE 10+. */
 template{display:none;}
/** * Add the correct display in IE 10. */
 [hidden]{display:none;}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

.row-fluid{width:100%}
.row-fluid:after,.row-fluid:before{display:table;content:''}
.row-fluid:after{clear:both}
.row-fluid [class*=span]{display:block;float:left;width:100%;min-height:1px;margin-left:2.127659574%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.row-fluid [class*=span]:first-child{margin-left:0}
.row-fluid .span12{width:99.99999998999999%}
.row-fluid .span11{width:91.489361693%}
.row-fluid .span10{width:82.97872339599999%}
.row-fluid .span9{width:74.468085099%}
.row-fluid .span8{width:65.95744680199999%}
.row-fluid .span7{width:57.446808505%}
.row-fluid .span6{width:48.93617020799999%}
.row-fluid .span5{width:40.425531911%}
.row-fluid .span4{width:31.914893614%}
.row-fluid .span3{width:23.404255317%}
.row-fluid .span2{width:14.89361702%}
.row-fluid .span1{width:6.382978723%}
.container-fluid:after,.container-fluid:before{display:table;content:''}
.container-fluid:after{clear:both}
@media (max-width:767px){
.row-fluid{width:100%}
.row-fluid [class*=span]{display:block;float:none;width:auto;margin-left:0}
}
@media (min-width:768px) and (max-width:1139px){
.row-fluid{width:100%}
.row-fluid:after,.row-fluid:before{display:table;content:''}
.row-fluid:after{clear:both}
.row-fluid [class*=span]{display:block;float:left;width:100%;min-height:1px;margin-left:2.762430939%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.row-fluid [class*=span]:first-child{margin-left:0}
.row-fluid .span12{width:99.999999993%}
.row-fluid .span11{width:91.436464082%}
.row-fluid .span10{width:82.87292817100001%}
.row-fluid .span9{width:74.30939226%}
.row-fluid .span8{width:65.74585634900001%}
.row-fluid .span7{width:57.182320438000005%}
.row-fluid .span6{width:48.618784527%}
.row-fluid .span5{width:40.055248616%}
.row-fluid .span4{width:31.491712705%}
.row-fluid .span3{width:22.928176794%}
.row-fluid .span2{width:14.364640883%}
.row-fluid .span1{width:5.801104972%}
}
@media (min-width:1280px){
.row-fluid{width:100%}
.row-fluid:after,.row-fluid:before{display:table;content:''}
.row-fluid:after{clear:both}
.row-fluid [class*=span]{display:block;float:left;width:100%;min-height:1px;margin-left:2.564102564%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.row-fluid [class*=span]:first-child{margin-left:0}
.row-fluid .span12{width:100%}
.row-fluid .span11{width:91.45299145300001%}
.row-fluid .span10{width:82.905982906%}
.row-fluid .span9{width:74.358974359%}
.row-fluid .span8{width:65.81196581200001%}
.row-fluid .span7{width:57.264957265%}
.row-fluid .span6{width:48.717948718%}
.row-fluid .span5{width:40.170940171000005%}
.row-fluid .span4{width:31.623931624%}
.row-fluid .span3{width:23.076923077%}
.row-fluid .span2{width:14.529914530000001%}
.row-fluid .span1{width:5.982905983%}
}
.clearfix:after,.clearfix:before{display:table;content:''}
.clearfix:after{clear:both}
.hide{display:none}
.show{display:block}
.invisible{visibility:hidden}
.hidden{display:none;visibility:hidden}
.visible-phone{display:none!important}
.visible-tablet{display:none!important}
.hidden-desktop{display:none!important}
@media (max-width:767px){
.visible-phone{display:inherit!important}
.hidden-phone{display:none!important}
.hidden-desktop{display:inherit!important}
.visible-desktop{display:none!important}
}
@media (min-width:768px) and (max-width:1139px){
.visible-tablet{display:inherit!important}
.hidden-tablet{display:none!important}
.hidden-desktop{display:inherit!important}
.visible-desktop{display:none!important}
}
.content-wrapper{margin:0 auto;padding:0 1rem;}
@media screen and (min-width:1380px){.content-wrapper{padding:0;}
}
.dnd-section > .row-fluid{margin:0 auto;}
.dnd-section .dnd-column{padding:0 1rem;}
@media (max-width:767px){.dnd-section .dnd-column{padding:0;}
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body{line-height:1.4;word-break:break-word;}
html[lang^="ja"] body,html[lang^="zh"] body,html[lang^="ko"] body{line-break:strict;word-break:break-all;}
/* Paragraphs */
 p{font-size:1rem;margin:0 0 1.4rem;}
/* Anchors */
 a{cursor:pointer;text-decoration:none;}
a:hover{cursor:pointer;text-decoration:none;}
/* Headings */
 h1,h2,h3,h4,h5,h6{margin:0 0 1.4rem; line-height: 1.4;}
/* Lists */
 ul,ol{margin:0 0 1.4rem;}
ul ul,ol ul,ul ol,ol ol{margin:0;}
ul.no-list{list-style:none;margin:0;padding-left:0;}
/* Code blocks */
 pre{overflow:auto;}
code{vertical-align:bottom;}
/* Blockquotes */
 blockquote{border-left:2px solid;margin:0 0 1.4rem;padding-left:0.7rem;}
/* Horizontal rules */
 hr{border:none;border-bottom:1px solid #CCC;}
/* Image alt text */
 img{font-size:0.583rem;word-break:normal;}
button,.button{cursor:pointer;display:inline-block;text-align:center;transition:all 0.15s linear;white-space:normal;}
.button.small-button{padding:10px 17px;font-size:12px;}
button:disabled,.button:disabled{background-color:#D0D0D0;border-color:#D0D0D0;color:#E6E6E6;}
/* No button */
.no-button,.no-button:hover,.no-button:focus,.no-button:active{background:none;border:none;border-radius:0;color:initial;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-bottom:0;padding:0;text-align:left;text-decoration:none;transition:none;}
/* Fields */
.hs-form-field{margin-bottom:1.4rem;}
/* Labels */
 form label{display:block;font-size:0.875rem;margin-bottom:0.35rem;}
/* Help text */
 form legend{font-size:0.875rem;}
/* Inputs */
 form input[type=text],form input[type=email],form input[type=password],form input[type=tel],form input[type=number],form input[type=file],form select,form textarea,form input[type=url],form input[type=date]{display:inline-block;font-size:0.875rem;padding:0.7rem;width:100%;}
form fieldset{max-width:100% !important;}
/* Inputs - checkbox/radio */
 form .inputs-list{margin:0;padding:0;list-style:none;}
form .inputs-list > li{display:block;margin:0.7rem 0;}
form .inputs-list input,form .inputs-list span{vertical-align:middle;}
form input[type=checkbox],form input[type=radio]{cursor:pointer;margin-right:0.35rem;}
/* Inputs - date picker */
 .hs-dateinput{position:relative;}
.hs-dateinput:before{content:'\01F4C5';position:absolute;right:10%;top:50%;transform:translateY(-50%);}
.fn-date-picker .pika-table thead th{color:#FFF;}
.fn-date-picker td.is-selected .pika-button{border-radius:0;box-shadow:none;}
.fn-date-picker td .pika-button:hover,.fn-date-picker td .pika-button:focus{border-radius:0 !important;color:#FFF;}
/* Inputs - file picker */
 form input[type=file]{background-color:transparent;border:initial;padding:initial;}
/* Headings and text */
 form .hs-richtext,form .hs-richtext p{font-size:0.875rem;margin:0 0 1.4rem;}
form .hs-richtext img{max-width:100% !important;}
/* GDPR */
 .legal-consent-container .hs-form-booleancheckbox-display > span,.legal-consent-container .hs-form-booleancheckbox-display > span p{margin-left:1rem !important;}
/* Validation */
 .hs-form-required{color:#EF6B51;}
.hs-input.invalid.error{border-color:#EF6B51;}
.hs-error-msg{color:#EF6B51;margin-top:0.35rem;}
/* Submit button */
 form input[type=submit],form .hs-button{cursor:pointer;display:inline-block;text-align:center;transition:all 0.15s linear;white-space:normal;}
/* Captcha */
::-webkit-input-placeholder{color:rgba(0,0,0,0.8) !important;opacity:1;}
:-ms-input-placeholder{color:rgba(0,0,0,0.8) !important;opacity:1;}
::placeholder{color:rgba(0,0,0,0.8) !important;opacity:1;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Bold.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Bold.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Bold.ttf) format('truetype');font-weight: 700;font-style: normal;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-BlackItalic.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-BlackItalic.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-BlackItalic.ttf) format('truetype');font-weight: 900;font-style: italic;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-BoldItalic.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-BoldItalic.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-BoldItalic.ttf) format('truetype');font-weight: bold;font-style: italic;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ExtraBoldItalic.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ExtraBoldItalic.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ExtraBoldItalic.ttf) format('truetype');font-weight: 800;font-style: italic;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ExtraBold.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ExtraBold.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ExtraBold.ttf) format('truetype');font-weight: 800;font-style: normal;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-LightItalic.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-LightItalic.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-LightItalic.ttf) format('truetype');font-weight: 300;font-style: italic;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ExtraLight.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ExtraLight.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ExtraLight.ttf) format('truetype');font-weight: 200;font-style: normal;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Light.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Light.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Light.ttf) format('truetype');font-weight: 300;font-style: normal;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Italic.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Italic.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Italic.ttf) format('truetype');font-weight: normal;font-style: italic;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ExtraLightItalic.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ExtraLightItalic.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ExtraLightItalic.ttf) format('truetype');font-weight: 200;font-style: italic;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Medium.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Medium.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Medium.ttf) format('truetype');font-weight: 500;font-style: normal;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-MediumItalic.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-MediumItalic.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-MediumItalic.ttf) format('truetype');font-weight: 500;font-style: italic;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Regular.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Regular.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Regular.ttf) format('truetype');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-SemiBold.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-SemiBold.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-SemiBold.ttf) format('truetype');font-weight: 600;font-style: normal;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-SemiBoldItalic.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-SemiBoldItalic.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-SemiBoldItalic.ttf) format('truetype');font-weight: 600;font-style: italic;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ThinItalic.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ThinItalic.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-ThinItalic.ttf) format('truetype');font-weight: 100;font-style: italic;font-display: swap;}
@font-face {font-family: 'Poppins';src: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Thin.woff2) format('woff2'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Thin.woff) format('woff'),url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/fonts/Poppins-Thin.ttf) format('truetype');font-weight: 100;font-style: normal;font-display: swap;}
/* Table */
table{border-collapse:collapse;margin-bottom:1.4rem;overflow-wrap:break-word;}
/* Table cells */
 td,th{vertical-align:top;}
/* Table header */
 thead th{vertical-align:bottom;}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

body{background:#f6fcff}.cst-hder-grp .page-center>.row{align-items:center}.cst-hder-grp{background:0 0;position:relative}.cst-hder-grp .row>div{padding:0 15px}.cst-hder-grp .row .cst-logo img{max-width:150px!important}.cst-hder-grp .row .cst-logo{max-width:15%;flex:0 0 15%}.cst-hder-grp .row .cst-header-menu{max-width:65%;flex:0 0 65%}.cst-hder-grp .row .cst-btn-grp{max-width:20%;flex:0 0 20%;display:flex;justify-content:end;align-items:center}.cst-get-started-link .hs-button:hover{background:#d52c1c;text-decoration:none}.cst-get-started-link .hs-button{background:#fd5444;border-radius:4px;font-family:inherit;font-style:normal;font-weight:600;font-size:12px;line-height:18px;text-transform:uppercase;color:#fff;display:inline-block;vertical-align:middle;padding:8px 20px;text-decoration:none;transition:all 0.15s;text-align:center}.cst-get-started-link{margin-left:25px}.cst-hder-grp .row .cst-btn-grp .cst-login-link a.hs-button:hover{text-decoration:underline}.cst-hder-grp .row .cst-btn-grp .cst-login-link a.hs-button{font-family:inherit;font-style:normal;font-weight:700;font-size:12px;line-height:18px;text-transform:uppercase;color:#fd5444}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list,.cst-hder-grp .row .cst-header-menu>.hs_cos_wrapper,.cst-hder-grp .row .cst-header-menu>ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;height:100%;justify-content:flex-end}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list>li>a.menu__link--active-link:after,.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list>li>a:after,.cst-hder-grp .row .cst-header-menu>ul>li.active>a:after,.cst-hder-grp .row .cst-header-menu>ul>li>a:after{content:"";width:5px;height:5px;background:#fd5444;position:absolute;bottom:20px;left:50%;transform:translateY(-50%);opacity:0;transition:opacity 0.15s;border-radius:25px}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list>li.menu__item--has-submenu-active>a.menu__link.menu__link--toggle:after,.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list>li>a.menu__link--active-link:after,.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list>li>a:hover:after,.cst-hder-grp .row .cst-header-menu>ul>li.active>a:after,.cst-hder-grp .row .cst-header-menu>ul>li>a:hover:after{opacity:1}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list>li>a,.cst-hder-grp .row .cst-header-menu>ul>li>a{padding:36px 15px;font-family:inherit;font-style:normal;font-weight:600;line-height:21px;color:#000;display:block;position:relative;transition:all 0.15s ease}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list>li.menu__item--has-submenu-active>a.menu__link.menu__link--toggle{color:#fd5444}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list>li>a.menu__link--active-link,.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list>li>a:hover,.cst-hder-grp .row .cst-header-menu>ul>li.active>a,.cst-hder-grp .row .cst-header-menu>ul>li>a:hover{color:#fd5444;text-decoration:none}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list>li,.cst-hder-grp .row .cst-header-menu>ul>li{margin:0 10px;padding:0}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list>li.hs-item-has-children,.cst-hder-grp .row .cst-header-menu>ul>li.hs-item-has-children{position:relative}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list>li.hs-item-has-children:hover>ul,.cst-hder-grp .row .cst-header-menu>ul>li.hs-item-has-children:hover>ul{z-index:10;opacity:1;visibility:visible}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list>li>a:hover,.cst-hder-grp .row .cst-header-menu>ul>li.hs-item-has-children>ul>li>a:hover{color:#fd5444;text-decoration:none}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list li.hs-item-has-children>ul>li:last-child>a,.cst-hder-grp .row .cst-header-menu>ul>li.hs-item-has-children>ul>li:last-child>a{border:0}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list li.hs-item-has-children>ul>li>a,.cst-hder-grp .row .cst-header-menu>ul>li.hs-item-has-children>ul>li>a{padding:10px 15px;display:block;border-bottom:1px solid #eee;padding:10px 15px;font-family:inherit;font-style:normal;font-weight:500;font-size:14px;line-height:21px;color:#000;display:block;position:relative;transition:all 0.15s ease}.cst-header-outter-grp{min-height:93px}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list li.hs-item-has-children>ul,.cst-hder-grp .row .cst-header-menu>ul>li.hs-item-has-children>ul{margin:0;padding:0;list-style:none;min-width:180px;background:#f6fcff;border:1px solid #eee;box-shadow:rgb(0 0 0 / 24%) 0 3px 8px;position:absolute;left:15px;opacity:0;visibility:hidden}.cst-hder-grp{background:0 0;padding:0 20px;position:fixed;top:0;left:0;right:0;z-index:20}.sticky .cst-hder-grp{background:#fff;border-bottom:1px solid #eee;position:fixed;top:0;left:0;right:0;z-index:20;box-shadow:rgb(0 0 0 / .1) 0 4px 6px -1px,rgb(0 0 0 / .06) 0 2px 4px -1px}.sticky .cst-hder-grp .row .cst-header-menu>ul>li.hs-item-has-children>ul{background:#fff}.cst-hder-grp .row .cst-header-menu>ul>li.hs-item-has-children>ul .hs-item-has-children{position:relative}.cst-hder-grp .row .cst-header-menu>ul>li.hs-item-has-children>ul .hs-item-has-children:hover ul{opacity:1;visibility:visible}.cst-hder-grp .row .cst-header-menu>ul>li.hs-item-has-children>ul .hs-item-has-children ul{margin:0;padding:0;list-style:none;min-width:180px;background:#f6fcff;border:1px solid #eee;box-shadow:0 3px 8px rgb(0 0 0 / 24%);position:absolute;left:100%;opacity:0;visibility:hidden;top:0}.cst-hder-grp .row .cst-header-menu>ul>li.hs-item-has-children>ul .hs-item-has-children ul>li>a:hover{color:#fd5444;text-decoration:none}.cst-hder-grp .row .cst-header-menu>ul>li.hs-item-has-children>ul .hs-item-has-children ul>li>a{border-bottom:1px solid #eee;padding:10px 15px;font-family:Poppins;font-style:normal;font-weight:500;font-size:14px;line-height:21px;color:#000;display:block;position:relative;transition:all 0.15s ease}.cst-mobile-menu{position:fixed;top:73px;left:0;right:0;bottom:0;background-color:#fff;z-index:99;padding-block-end:170px;height:100%;overflow-y:auto;display:block;transform:translateX(100%);transition:all 0.3s cubic-bezier(.4,0,.2,1)}.cst-mobile-menu.show-dropdown{transform:translateX(0)}.cst-header__search-icon{cursor:pointer;position:relative}.cst-header__search-dropdown{height:auto;left:0;margin-left:auto;margin-right:auto;margin-top:-15px;overflow:hidden;position:fixed;right:0;transition:max-height 0.3s,margin-top 0.3s;top:94px;padding:0 16px;z-index:99;max-height:0}.cst-header__search-dropdown.show-dropdown{max-height:100vh;margin-top:0}.cst-header__search-dropdown .page-center{background-color:#fff;padding:70px 80px;box-shadow:0 15px 30px rgb(0 0 0 / 5%);border-radius:0 0 6px 6px}.cst-header__search-dropdown .page-center .hs-search-field .hs-search-field__wrap{display:flex;flex-wrap:wrap;align-items:center}body.mobile-open{overflow:hidden}.cst-header__search-dropdown .page-center .hs-search-field form input.hs-search-field__input{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzk1MV80NTkiIHN0eWxlPSJtYXNrLXR5cGU6bHVtaW5hbmNlIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiPgo8cGF0aCBkPSJNMCA1LjcyQzAgOC44NzQgMi41NjYgMTEuNDM5IDUuNzIgMTEuNDM5QzYuOTUzIDExLjQzOSA4LjA5NiAxMS4wNDYgOS4wMzEgMTAuMzc5TDEyLjY3MyAxNC4wMjFDMTIuODU5IDE0LjIwNyAxMy4xMDMgMTQuMyAxMy4zNDYgMTQuM0MxMy41OSAxNC4zIDEzLjgzNSAxNC4yMDcgMTQuMDIxIDE0LjAyMUMxNC4zOTIgMTMuNjQ5IDE0LjM5MiAxMy4wNDUgMTQuMDIxIDEyLjY3MkwxMC4zNzkgOS4wMzJDMTEuMDQ2IDguMDk2IDExLjQzOSA2Ljk1MyAxMS40MzkgNS43MkMxMS40MzkgMi41NjYgOC44NzQgMCA1LjcyIDBDMi41NjYgMCAwIDIuNTY2IDAgNS43MlpNMS45MDcgNS43MkMxLjkwNyAzLjYxNCAzLjYxNCAxLjkwNyA1LjcyIDEuOTA3QzcuODI2IDEuOTA3IDkuNTMzIDMuNjE0IDkuNTMzIDUuNzJDOS41MzMgNy44MjcgNy44MjYgOS41MzMgNS43MiA5LjUzM0MzLjYxNCA5LjUzMyAxLjkwNyA3LjgyNyAxLjkwNyA1LjcyWiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzk1MV80NTkpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tNSAxOS4yOTk4SDE5LjNWLTUuMDAwMjRILTVWMTkuMjk5OFoiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMSIvPgo8L2c+Cjwvc3ZnPgo=);background-position:15px center;background-repeat:no-repeat;background-size:31px;flex:0 0 calc(100% - 190px);max-width:calc(100% - 190px);padding:0 21px 0 60px;font-size:24px;height:63px}.cst-header__search-dropdown .page-center .hs-search-field form button{flex:0 0 160px;font-size:16px;font-weight:600;margin-left:30px;max-width:160px;text-transform:uppercase;transition:all 0.15s;padding:22px 15px}.cst-header__search-dropdown .page-center .hs-search-field form button span svg{display:none}.cst-header__search-dropdown .page-center .hs-search-field form button span::after{content:"Search"}.cst-header__search-dropdown .page-center .hs-search-field--open .hs-search-field__suggestions,.cst-mobile-menu__dropdown .hs-search-field--open .hs-search-field__suggestions{border:1px solid #efefef;border-radius:20px;margin-top:30px;padding:30px;display:flex;flex-wrap:wrap;justify-content:space-between}.cst-header__search-dropdown .page-center .hs-search-field__suggestions #results-for,.cst-mobile-menu__dropdown .hs-search-field--open .hs-search-field__suggestions #results-for{font-weight:600;max-width:100%;flex:0 0 100%}.cst-header__search-dropdown .page-center .hs-search-field--open .hs-search-field__suggestions li:not(:first-child),.cst-mobile-menu__dropdown .hs-search-field--open .hs-search-field__suggestions li:not(:first-child){display:inline-flex;margin:4px 0;max-width:100%;flex:0 0 100%;background-color:#efefef;padding:10px;border-radius:6px;font-size:12px;align-items:center}.cst-header__search-dropdown.show-dropdown~.cst-header__search-dropdown-overlay{height:100%;opacity:.16;transition:opacity 0.3s;width:100%}.cst-header__search-dropdown-overlay{background:#000;bottom:0;height:0;left:0;opacity:0;position:fixed;right:0;top:102px;transition:opacity 0.3s,width 0s 0.5s,height 0s 0.5s;width:0;z-index:3}.cst-header__search-dropdown .page-center .hs-search-field--open .hs-search-field__suggestions li a span.hs-search-highlight.hs-highlight-title,.cst-mobile-menu__dropdown .hs-search-field--open .hs-search-field__suggestions li a span.hs-search-highlight.hs-highlight-title{color:#fd5444}.cst-header__search-dropdown .page-center .hs-search-field--open .hs-search-field__suggestions li#see-more,.cst-mobile-menu__dropdown .hs-search-field--open .hs-search-field__suggestions li#see-more{background-color:#fff0;padding:0;margin-top:10px;justify-content:flex-end;max-width:100%;flex:0 0 100%}.cst-header__search-dropdown .page-center .hs-search-field--open .hs-search-field__suggestions li a,.cst-header__search-dropdown .page-center .hs-search-field--open .hs-search-field__suggestions li a b,.cst-mobile-menu__dropdown .hs-search-field--open .hs-search-field__suggestions li a,.cst-mobile-menu__dropdown .hs-search-field--open .hs-search-field__suggestions li a b{color:#000;font-weight:400}.cst-header__search-dropdown .page-center .hs-search-field--open .hs-search-field__suggestions li a:focus,.cst-header__search-dropdown .page-center .hs-search-field--open .hs-search-field__suggestions li a:hover,.cst-mobile-menu__dropdown .hs-search-field--open .hs-search-field__suggestions li a:focus,.cst-mobile-menu__dropdown .hs-search-field--open .hs-search-field__suggestions li a:hover{background-color:#fff0}.search-options{margin-bottom:15px}.search-options label{display:inline-block;margin:0 15px 0 0;font-size:14px;position:relative;padding-left:35px}.search-options label input~span{width:20px;height:20px;border:1px solid rgb(4 42 87 / .3);display:inline-block;border-radius:50%;position:absolute;left:0;top:50%;transform:translateY(-50%)}.search-options label input~span::after{content:"";width:12px;height:12px;background-color:#fd5444;display:inline-block;border-radius:50%;position:absolute;left:3px;top:3px;transform:scale(.5);transition:all 0.4s ease;opacity:0}.search-options label input:checked~span::after{transform:scale(1);opacity:1}.search-options label input{display:block;width:100%;height:100%;position:absolute;inset:0;opacity:0;z-index:1}.cst-header__search-mobile-icon{cursor:pointer;padding:15px}.cst-mobile-menu__dropdown{padding:20px 15px 15px}.ss-header-advanced-megamenus{max-width:1260px;width:100%;left:0;position:absolute;right:0;top:101%;z-index:99;padding:0;margin:0 auto;list-style:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.2s ease-in-out,visibility 0.2s ease-in-out,transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out}.ss-header-advanced-megamenu{max-height:calc(100vh - 85px);margin:0 auto;overflow-y:auto;position:relative}.ss-header-advanced-megamenus--border-radius{border-radius:0 0 6px 6px}.ss-header-advanced-megamenus--bottom-shadow{box-shadow:0 15px 30px rgb(0 0 0/5%)}.ss-header-advanced-megamenu ul{margin:0;padding:0;list-style:none}.ss-header-advanced-megamenu__row{display:flex;flex-wrap:wrap}.menu__item.has-megamenu{position:static}.ss-adc__col{background-color:initial;display:flex;flex-direction:column;overflow:hidden;padding:30px;position:relative}.ss-adc__content-wrappers{background:initial;display:flex;flex-direction:column;height:100%}.ss-adc__content-ver-align--top{justify-content:flex-start}.ss-adc__content-ver-align--middle{justify-content:center}.ss-adc__content-ver-align--bottom{justify-content:flex-end}.ss-adc__col--width-12{max-width:100%;flex:0 0 100%}.ss-adc__content-wrapper>div:not(:last-child){margin-bottom:25px}.ss-header-advanced-megamenu__title{font-size:20px;color:#000;font-weight:600}.ss-header-advanced-megamenu__menus>ul>li{margin:20px 0}.ss-header-advanced-megamenu__menus ul li a{color:#000}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list .ss-header-advanced-megamenu li.hs-item-has-children>ul{background-color:#fff0;border:none;box-shadow:none;min-width:100%;padding:0 0 0 20px;position:static;visibility:visible;opacity:1}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list .ss-header-advanced-megamenu li.hs-item-has-children>ul a{padding:0;border:none!important;color:rgb(0 0 0 / .87)}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list .ss-header-advanced-megamenu li.hs-item-has-children>ul li{margin:10px 0}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list .ss-header-advanced-megamenu li.hs-item-has-children>ul a{padding:0;border:none!important}.ss-header-advanced-megamenu__text p{color:#000}.ss-header-advanced-megamenu__text p:last-child{margin:0}.ss-header-advanced-megamenu__icon svg{width:30px;fill:#fd5444}.ss-adc__col--border-right{border-right:1px solid #ddd}.ss-adc__col--border-left{border-left:1px solid #ddd}.ss-header-advanced-megamenu--content_width{width:100%}.ss--abs-full{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.ss--abs-full img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.ss-header-advanced-megamenu__content{position:relative;z-index:1}.ss-adc__content-wrappers{position:relative;z-index:1}.ss-dark{background-color:#000}.ss-light{background-color:#fff}.ss-header-advanced-megamenu__menus>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a{font-weight:700}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list .ss-header-advanced-megamenu.ss-dark li.hs-item-has-children>ul a,.ss-dark .ss-header-advanced-megamenu__link-desc-col>a,.ss-dark .ss-header-advanced-megamenu__link-desc-content,.ss-dark .ss-header-advanced-megamenu__link-desc-content h6,.ss-dark .ss-header-advanced-megamenu__menus ul li a,.ss-dark .ss-header-advanced-megamenu__title{color:#fff}.cst-hder-grp .row .cst-header-menu .menu__wrapper.no-list .ss-header-advanced-megamenu.ss-light li.hs-item-has-children>ul a,.ss-light .ss-header-advanced-megamenu__link-desc-col>a,.ss-light .ss-header-advanced-megamenu__link-desc-content,.ss-light .ss-header-advanced-megamenu__link-desc-content h6,.ss-light .ss-header-advanced-megamenu__menus ul li a,.ss-light .ss-header-advanced-megamenu__title{color:#000}.ss-header-advanced-megamenu__link-desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-margin-start:-6px;margin-inline-start:-6px;-webkit-margin-end:-6px;margin-inline-end:-6px}.ss-header-advanced-megamenu__link-desc-col{-webkit-box-flex:1;-ms-flex:1 0 265px;flex:1 0 265px;max-inline-size:300px;transition:margin 0.4s ease-in-out}.ss-header-advanced-megamenu__link-desc-col>a{block-size:100%;display:-ms-flexbox;display:flex;inline-size:100%;padding:15px 18px;position:relative;text-decoration:none;z-index:1}.ss-header-advanced-megamenu__link-desc-col>a::before{content:"";position:absolute;top:0;left:0;inline-size:100%;block-size:100%;background-color:#efefef;border-radius:15px;opacity:0;-webkit-transform:translate3d(0,4px,0) scale(.9);transform:translate3d(0,4px,0) scale(.9);z-index:-1}.ss-header-advanced-megamenu__link-desc-col>a:hover::before{transition:opacity 0.3s cubic-bezier(.5,0,.5,1),-webkit-transform 0.5s cubic-bezier(.175,.885,.32,1.275);transition:opacity 0.3s cubic-bezier(.5,0,.5,1),transform 0.5s cubic-bezier(.175,.885,.32,1.275);transition:opacity 0.3s cubic-bezier(.5,0,.5,1),transform 0.5s cubic-bezier(.175,.885,.32,1.275),-webkit-transform 0.5s cubic-bezier(.175,.885,.32,1.275);opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.ss-header-advanced-megamenu__link-desc-image{width:40px;vertical-align:middle}.ss-header-advanced-megamenu__link-desc-content{padding-left:15px;width:calc(100% - 40px);font-size:12px;color:rgb(0 0 0 / .8)}.ss-header-advanced-megamenu__link-desc-col.full-width .ss-header-advanced-megamenu__link-desc-content{width:100%;padding-left:0}.ss-header-advanced-megamenu__link-desc-content h6,.ss-header-advanced-megamenu__link-desc-content-heading{font-size:14px;margin-bottom:6px;color:#000}.cst-header__search-dropdown .page-center .hs-search-field--open .hs-search-field__suggestions li#see-more a{color:#fd5444}.cst-header__search-dropdown .page-center .hs-search-field--open .hs-search-field__suggestions li#see-more b,.cst-mobile-menu__dropdown .hs-search-field--open .hs-search-field__suggestions li#see-more b{font-weight:600}.cst-mobile-menu__dropdown .hs-search-field__input{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgeD0iMCIgeT0iMCIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDUuNzJhNS43MjYgNS43MjYgMCAwIDAgNS43MiA1LjcxOSA1LjcgNS43IDAgMCAwIDMuMzExLTEuMDZsMy42NDIgMy42NDJhLjk1Ljk1IDAgMCAwIDEuMzQ4IDAgLjk1Ny45NTcgMCAwIDAgMC0xLjM0OWwtMy42NDItMy42NGE1LjcgNS43IDAgMCAwIDEuMDYtMy4zMTJBNS43MjYgNS43MjYgMCAwIDAgNS43MiAwIDUuNzI3IDUuNzI3IDAgMCAwIDAgNS43Mm0xLjkwNyAwYTMuODEzIDMuODEzIDAgMSAxIDcuNjI2IDAgMy44MTMgMy44MTMgMCAwIDEtNy42MjYgMCIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tNSAxOS4zaDI0LjNWLTVILTV6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PC9zdmc+);background-position:10px center;background-repeat:no-repeat;background-size:20px;padding:0 10px 0 35px}.cst-header__search-dropdown .page-center .hs-search-field form button:disabled{pointer-events:none}.sshs-search-field__error span{color:#fd5444;font-weight:600}.ss-header-advanced-megamenu__image{text-align:right;max-width:360px;margin-left:auto;margin-right:auto;margin-top:15px}.ss-header-advanced-megamenu__image-wrap h4{font-size:18px;font-weight:500;margin-top:10px}.ss-header-advanced-megamenus--website-tools .ss-header-advanced-megamenu__link-desc-col{-ms-flex:1 0 100%;flex:1 0 100%;max-inline-size:100%}.ss-header-advanced-megamenus--website-tools .ss-adc__col.ss-adc__col--width-6:last-child{padding-bottom:0}.cst-header__search-icon svg{width:15px;height:15px;position:absolute;inset:0;opacity:0}.cst-header__search-icon.active svg{opacity:1}.cst-header__search-icon.active img{opacity:0}.ss-header-advanced-megamenus--website-tools span.ss-header-advanced-megamenu__link-desc-image{width:50px}.ss-header-advanced-megamenus--website-tools span.ss-header-advanced-megamenu__link-desc-content{width:calc(100% - 50px);font-size:14px}.ss-header-advanced-megamenus--website-tools span.ss-header-advanced-megamenu__link-desc-content h6,.ss-header-advanced-megamenus--website-tools span.ss-header-advanced-megamenu__link-desc-content .ss-header-advanced-megamenu__link-desc-content-heading{font-size:18px}@media (min-width:992px){.mobile-trigger-wrapper .cst-get-started-link{display:none}.ss-adc__col.ss-adc__col--width-2{max-width:16.666666%;flex:0 0 16.666666%}.ss-adc__col.ss-adc__col--width-3{max-width:25%;flex:0 0 25%}.ss-adc__col.ss-adc__col--width-4{max-width:33.333%;flex:0 0 33.333%}.ss-adc__col.ss-adc__col--width-5{max-width:41.666667%;flex:0 0 41.666667%}.ss-adc__col.ss-adc__col--width-6{max-width:50%;flex:0 0 50%}.ss-adc__col.ss-adc__col--width-8{max-width:66.666667%;flex:0 0 66.666667%}.ss-adc__col.ss-adc__col--width-9{max-width:75%;flex:0 0 75%}.cst-header__search-dropdown .page-center .hs-search-field--open .hs-search-field__suggestions li:not(:first-child),.cst-mobile-menu__dropdown .hs-search-field--open .hs-search-field__suggestions li:not(:first-child){flex:0 0 calc(50% - 5px);max-width:calc(50% - 5px);background-color:#efefef}}@media (max-width:991px){.cst-hder-grp .row .cst-header-menu{display:none}.cst-hder-grp .row .cst-header-menu+.cst-btn-grp{display:none}.cst-get-started-link .hs-button{padding:5px 13px}.cst-hder-grp{padding:0}.cst-hder-grp .row{padding:0 15px;margin:0}.cst-hder-grp .row .cst-logo{max-width:40%;flex:0 0 40%;padding:0;padding:15px 0}.cst-hder-grp .mobile-trigger-wrapper{max-width:60%;flex:0 0 60%;padding:15px 0!important;display:flex;align-items:center;justify-content:flex-end}.mobile-trigger{width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;font-size:25px}.mobile-trigger__burger{position:relative;display:block;background-color:#57718e;width:30px;height:3px;top:17px;margin-left:auto;margin-right:0}.mobile-trigger__burger::before{content:"";position:absolute;right:0;bottom:10px;background:#57718e;transition:bottom 0.3s 0.3s cubic-bezier(.23,1,.32,1),transform 0.3s cubic-bezier(.23,1,.32,1);display:block;width:30px;height:3px}.mobile-trigger__burger::after{content:"";position:absolute;left:0;top:10px;background:#57718e;transition:top 0.3s 0.3s cubic-bezier(.23,1,.32,1),transform 0.3s cubic-bezier(.23,1,.32,1);width:30px;height:3px}.mobile-open .mobile-trigger__burger{background-color:#fff0}.mobile-open .mobile-trigger__burger:before{bottom:0;background-color:#fd5444;transform:rotate(-45deg);transition:bottom 0.3s cubic-bezier(.23,1,.32,1),transform 0.3s 0.3s cubic-bezier(.23,1,.32,1)}.mobile-open .mobile-trigger__burger:after{content:"";top:0;transform:rotate(45deg);background-color:#fd5444;transition:top 0.3s cubic-bezier(.23,1,.32,1),transform 0.3s 0.3s cubic-bezier(.23,1,.32,1)}.cst-mobile-menu>ul{margin:0;padding:0;list-style:none;display:none}.cst-mobile-menu>ul>li>a:hover{color:#fd5444;text-decoration:none}.cst-mobile-menu>ul>li{border-bottom:1px solid #eee}.cst-mobile-menu>ul>li>a{padding:10px 15px;font-family:inherit;font-style:normal;font-weight:500;font-size:14px;line-height:21px;color:#000;display:block;position:relative;transition:all 0.15s ease}.cst-hder-grp{position:static}.cst-hder-grp .row img{max-width:110px!important}.cst-mobile-menu>ul>li .hs-menu-children-wrapper{display:none}.cst-mobile-menu>ul>li .hs-menu-children-wrapper{margin:0;padding:0;list-style:none;padding-left:10px}.cst-mobile-menu>ul>li .hs-menu-children-wrapper>li{border-bottom:1px solid #eee}.cst-mobile-menu>ul>li .hs-menu-children-wrapper>li:last-child{border:0}.cst-mobile-menu>ul>li .hs-menu-children-wrapper>li>a{padding:10px 15px;font-family:inherit;font-style:normal;font-weight:500;font-size:14px;line-height:21px;color:#000;display:block;position:relative;transition:all 0.15s ease}.cst-mobile-menu>ul>li .hs-menu-children-wrapper{border-top:1px solid #eee}.cst-mobile-menu>ul>li .hs-menu-children-wrapper>li>a:hover{color:#fd5444;text-decoration:none}.cst-mobile-menu>ul>li.hs-item-has-children{position:relative}.child-trigger{position:absolute;right:0;top:0;width:40px;height:42px;line-height:42px;font-size:20px;font-weight:700;cursor:pointer;z-index:1;text-align:center}.cst-mobile-menu>ul>li.hs-item-has-children.child-open>.child-trigger{transform:rotate(-90deg)}.cst-mobile-menu>ul>li .hs-menu-children-wrapper>li{position:relative}}@media (max-width:767px){.cst-hder-grp .row .cst-logo img{max-width:110px!important}.cst-header__search-dropdown .page-center .hs-search-field--open .hs-search-field__suggestions,.cst-mobile-menu__dropdown .hs-search-field--open .hs-search-field__suggestions{padding:22px 15px;margin-top:25px}.search-options label{margin:0 5px 0 0}}.ss-header-advanced-megamenu__link-desc--inner{display:none;left:-30px;padding-top:24px;position:absolute;right:-30px;overflow:hidden}.ss-header-advanced-megamenu__link-desc-up-arrow{background-color:#e1efff;content:"";height:30px;left:90px;position:absolute;top:13px;transform:rotate(45deg);width:30px}.ss-header-advanced-megamenu__link-desc-content h6,.ss-header-advanced-megamenu__link-desc-content-heading{display:flex;align-items:center;justify-content:space-between}.ss-header-advanced-megamenu__arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgY2xhc3M9InctNiBoLTYiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTkuNSA4LjI1LTcuNSA3LjUtNy41LTcuNSIvPjwvc3ZnPg==);background-position:100%;background-repeat:no-repeat;background-size:24px;display:block;height:30px;transition:transform 0.4s;width:30px;position:absolute;right:10px}.ss-header-advanced-megamenu__link-desc-col.show-megamenu-dropdown .ss-header-advanced-megamenu__arrow{transform:rotate(180deg)}.ss-header-advanced-megamenu__link-desc-col>a{block-size:auto}.ss-header-advanced-megamenu__link-desc-container{background-color:#e1efff;padding:15px 30px}.ss-header-advanced-megamenu__link-desc-col.show-megamenu-dropdown>a::before,.ss-header-advanced-megamenu__link-desc-col>a:hover::before{transition:opacity 0.3s cubic-bezier(.5,0,.5,1),-webkit-transform 0.5s cubic-bezier(.175,.885,.32,1.275);transition:opacity 0.3s cubic-bezier(.5,0,.5,1),transform 0.5s cubic-bezier(.175,.885,.32,1.275);transition:opacity 0.3s cubic-bezier(.5,0,.5,1),transform 0.5s cubic-bezier(.175,.885,.32,1.275),-webkit-transform 0.5s cubic-bezier(.175,.885,.32,1.275);opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}

.hs-landing-page .cst-hder-grp {
  padding-top: 18px;
  padding-bottom: 18px;
}
.hs-landing-page .cst-hder-grp .row {
  justify-content: space-between;
}
.hs-landing-page .cst-hder-grp .row .cst-btn-grp {
  display: none;
}
@media (max-width: 991px) {
  .hs-landing-page .cst-hder-grp .row .cst-btn-grp {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .hs-landing-page .cst-header-outter-grp {
    min-height: 71px;
  }
  .hs-landing-page .cst-hder-grp .mobile-trigger-wrapper .mobile-trigger {
    display: none;
  }
  .hs-landing-page .cst-hder-grp {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.ss-back-to-top,.ss-back-to-top svg{transition:background .4s ease-in-out}
.cst-fter-grp{background:#042a57;padding:40px 20px 10px;position:relative;color:#fff}
.ss-footer__row{display:flex;flex-wrap:wrap}
.ss-footer__logo-col,.ss-footer__menu-col{max-width:100%;flex:0 0 100%}
.ss-footer__menu-col{margin-top:20px}
.ss-footer__menu-col>ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap}
.ss-footer__menu-col>ul .hs-menu-depth-1{max-width:100%;flex:0 0 100%;margin-top:20px}
.ss-footer__menu-col>ul .hs-menu-depth-1:first-child{margin-left:0}
.ss-footer__menu-col>ul .hs-menu-depth-1>a{font-size:20px;color:#fd5444;font-weight:600;display:inline-block;pointer-events:none}
.ss-footer__menu-col>ul .hs-menu-depth-1 .hs-menu-children-wrapper{margin:20px 0 0;padding:0;list-style:none}
.ss-footer__menu-col>ul .hs-menu-depth-1 .hs-menu-children-wrapper li{margin:15px 0}
.ss-footer__menu-col>ul .hs-menu-depth-1 .hs-menu-children-wrapper li a{color:#fff;display:inline-block}
.ss-footer-company-info{max-width:300px}
.ss-footer-company-info__desc{margin:32px 0 0;line-height:26px}
.ss-footer-legal{align-items:center;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.2);padding-top:15px;margin-top:20px;padding-bottom:15px}
.ss-footer-legal__back-to-top{max-width:16%;flex:0 0 16%;text-align:right}
.ss-footer-legal__content p{font-size:12px}
.ss-back-to-top{width:57px;display:inline-flex;height:57px;background-color:#fd5444;justify-content:center;align-items:center;border-radius:8px}
.ss-back-to-top:focus,.ss-back-to-top:hover{background-color:#fff}
.ss-back-to-top:focus svg,.ss-back-to-top:hover svg{fill:#fd5444}
.ss-back-to-top svg{width:21px;height:21px;fill:#ffffff}
.ss-footer-legal__content{max-width:84%;flex:0 0 84%}
.ss-social-links svg{width:24px;margin-top:20px;fill:#fff}
.ss-footer-legal__content a,.ss-footer-legal__content a:focus,.ss-footer-legal__content a:hover{color:#fff}
.ss-footer__menu-col>ul .hs-menu-depth-1 .hs-menu-children-wrapper li ul.hs-menu-children-wrapper{display:none;margin-top:0}
.ss-footer__menu-col-toggle{content:"";display:inline-block;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIGNsYXNzPSJ3LTYgaC02IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTE5LjUgOC4yNS03LjUgNy41LTcuNS03LjUiLz48L3N2Zz4=);width:20px;height:20px;vertical-align:middle;margin-left:8px;transition:transform .4s}
.ss-footer__menu-col-toggle.active{transform:rotate(180deg);transition:transform .4s}
.ss-footer__menu-col>ul .hs-menu-depth-1 .hs-menu-children-wrapper li.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper{list-style-type:disc;padding-left:27px}
.ss-footer__menu-col>ul .hs-menu-depth-1 .hs-menu-children-wrapper li.hs-menu-depth-3.hs-item-has-children ul.hs-menu-children-wrapper{list-style-type:disc;padding-left:18px}
@media (min-width:768px){
.ss-footer-legal__content p{margin:0}
.ss-footer-legal__content{display:flex;justify-content:space-between;align-items:center}
.ss-footer__logo-col{max-width:28%;flex:0 0 28%}
.ss-footer__menu-col{max-width:72%;flex:0 0 72%;margin-top:0}
.ss-footer__menu-col>ul .hs-menu-depth-1{margin-left:25px;max-width:calc(30% - 25px);flex:0 0 calc(30% - 25px);margin-top:0}
.ss-footer__menu-col>ul .hs-menu-depth-1:nth-child(3),.ss-footer__menu-col>ul .hs-menu-depth-1:nth-child(4){max-width:calc(20% - 25px);flex:0 0 calc(20% - 25px)}
}
@media (max-width:767px){
.ss-footer__menu-col>ul .hs-menu-depth-1 .hs-menu-children-wrapper li a br {
    display: none;
}
}
/* Menu and simple menu */
.hs-menu-wrapper ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding-left:0;}
/* Horizontal menu */
 .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper{flex-direction:column;}
@media (max-width:767px){.hs-menu-wrapper.hs-menu-flow-horizontal ul{flex-direction:column;}
}
/* Vertical menu */
 .hs-menu-wrapper.hs-menu-flow-vertical ul{flex-direction:column;}
/* Flyouts */
 .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul{display:inline-flex;}
@media (max-width:767px){.hs-menu-wrapper.hs-menu-flow-vertical ul{display:flex;}
}
.hs-menu-wrapper.flyouts .hs-item-has-children{position:relative;}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper{left:-9999px;opacity:0;position:absolute;}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a{display:block;white-space:nowrap;}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper{left:0;opacity:1;top:100%;}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper{left:100%;opacity:1;top:0;}
@media (max-width:767px){.hs-menu-wrapper.flyouts .hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper{left:0;opacity:1;position:relative;top:auto;}
}
/* CTA,logo,and rich text images */
 .hs_cos_wrapper_type_cta img,.hs_cos_wrapper_type_logo img,.hs_cos_wrapper_type_rich_text img{height:auto;max-width:100%;}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.ss-service__banner-bg {
  background-color: #F6FCFF;
}
.cst-header__land-logos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.cst-header__land-logo-item-tripple-session {
  width: 60px;
}
.cst-header__land-logo-item-hubspot {
  width: 75px;
}
.cst-header__land-logo-item-plus {
  display: none;
}
@media only screen and (max-width: 991px){
  .cst-header-outter-grp.cst-header-outter-grp--landing-new {
    min-height: 93px;
  }
  .hs-landing-page .cst-header-outter-grp.cst-header-outter-grp--landing-new .cst-hder-grp {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .cst-header__land-logos {
    width: 100%;
  }
  .cst-header__land-logos {
    justify-content: space-between;
  }
}
@media only screen and (min-width:992px){
  .cst-header__land-logos {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .cst-header__land-logo-item-plus {
    display: flex;
  }
  .cst-header__land-logo-item-tripple-session {
    width: 96px;
  }
  .cst-header__land-logo-item-hubspot {
    width: 166px;
  }
  .cst-header__land-logo-item-scalestation {
    width: 150px;
  }
}
.ti-stars.star-lg ~ .ti-rating-text { display: none; }

/********* Banner Slider Css ************/
.ss-banner__job-info{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:25px;}
.ss-hero-banner__sub-heading {font-size: 18px;font-weight: 500;margin-bottom: 20px;color: #fd5444;}
.cst-hro-banner-grp .slick-list.draggable{overflow:unset;}
.ss-banner__job-info > div{background-color:#FFFFFF;border-radius:6px;box-shadow:0 7px 15px rgba(4,42,87,.12);flex:0 0 48%;font-size:16px;margin:10px 0;max-width:48%;padding:20px;display:flex;flex-wrap:wrap;}
.ss-banner__job-info>div img{width:40px;}
.ss-banner__job-info>div > div{width:calc(100% - 40px);padding-left:15px;}
.ss-banner__job-info p{font-size:18px;font-weight:600;margin-bottom:5px;}
.cst-hro-banner-grp{background-repeat:no-repeat;background-position:center right;position:relative;}
.cst-hro-banner-grp .slick-slider{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;}
.cst-hro-banner-grp .page-center .row > div{padding:0 15px;}
.cst-hro-banner-grp .page-center .row{align-items:center;}
.cst-hro-banner-grp .page-center .cst-title h1,.cst-hro-banner-grp .page-center .cst-title h2{font-size:45px;line-height:54px;color:#000000;margin:0;}
.cst-hro-banner-grp .page-center .slick-slide .cst-con-grp h3,
.cst-hro-banner-grp .page-center .slick-slide .cst-con-grp .cst-hro-banner__para {font-size:20px;}
.cst-hro-banner-grp .inner.text-center img{margin:0 auto;}
.cst-hro-banner-grp .page-center .cst-title{margin-bottom:20px;}
.cst-hro-banner-grp .page-center .cst-con-grp p{font-family:inherit;font-style:normal;font-weight:500;font-size:16px;line-height:25px;color:#000000;opacity:0.8;}
.cst-hro-banner-grp .page-center .slick-slide .cst-con-grp ul{list-style:none;margin:0 0 40px 0;padding:0;}
.cst-hro-banner-grp .page-center .slick-slide .cst-con-grp ul li:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZENTQ0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS41NTUuMDIzYTExLjggMTEuOCAwIDAgMC0yLjY2Mi42MDEgMTEuNyAxMS43IDAgMCAwLTIuOTgzIDEuNyAxNC43MDcgMTQuNzA3IDAgMCAwLTEuNTc1IDEuNTc1QTExLjcxNSAxMS43MTUgMCAwIDAgLjYzNyA2Ljg4NWExMC43NzQgMTAuNzc0IDAgMCAwLS42IDQuNTAzYy4wOC44ODcuMzEgMS45My42IDIuNzEzLjM2Ljk3NSAxLjA0MyAyLjE3NSAxLjY5OCAyLjk4NmExNC43MTMgMTQuNzEzIDAgMCAwIDEuNTc1IDEuNTc2Yy44MS42NTYgMi4wMSAxLjM0IDIuOTgzIDEuNyAxLjM3OC41MSAzLjA0Mi43MzEgNC41LjYuODg1LS4wOCAxLjkyNy0uMzEgMi43MS0uNmExMS42OTggMTEuNjk4IDAgMCAwIDIuOTg0LTEuNyAxNC43MSAxNC43MSAwIDAgMCAxLjU3NC0xLjU3NiAxMS43MTYgMTEuNzE2IDAgMCAwIDEuNjk4LTIuOTg2Yy4zNjQtLjk4NS42MzQtMi40MDguNjQtMy4zNzJsLjAwMS0uMjM2aC0yLjA3OGwtLjA0OC41ODVjLS4xNCAxLjcwNS0uNjk1IDMuMTYzLTEuNzIgNC41MTMtMS42ODcgMi4yMjMtNC41MiAzLjUwOC03LjI0IDMuMjg1LTEuNzA0LS4xNC0zLjE2LS42OTUtNC41MS0xLjcyLTIuMjItMS42OS0zLjUwNS00LjUyNC0zLjI4Mi03LjI0OC4xNC0xLjcwNC42OTUtMy4xNjIgMS43Mi00LjUxMkM1LjA3NCAzLjc3MiA2Ljk1OCAyLjYxIDguOTg5IDIuMjI0YzEuMDc3LS4yMDYgMi40NzctLjE2NiAzLjUyLjFsLjMwNy4wNzkuODMtLjgzYy40NTYtLjQ1NS44MTYtLjg0MS44LS44NTYtLjEtLjA5NS0xLjgxMS0uNTE3LTIuNTUzLS42My0uNTAzLS4wNzgtMS44MzYtLjExNC0yLjMzOC0uMDY0Wm00LjQzIDcuMjA2Yy0yLjQ3IDIuNDczLTQuNTEgNC40OTYtNC41MzMgNC40OTYtLjAyMiAwLS43NjUtLjcyNS0xLjY1LTEuNjExTDYuMTkgOC41MDNsLS43MTguNzE3Yy0uMzk1LjM5NS0uNzE4LjczNy0uNzE4Ljc2IDAgLjAyMyAxLjA1MiAxLjA5NCAyLjMzOCAyLjM4MWwyLjMzOSAyLjM0IDUuMjYtNS4yNjUgNS4yNjEtNS4yNjUtLjcxNy0uNzE5YTE4LjUwOCAxOC41MDggMCAwIDAtLjczOC0uNzE4Yy0uMDEyIDAtMi4wNDIgMi4wMjMtNC41MTMgNC40OTVaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);background-repeat:no-repeat;background-size:contain;content:"";height:20px;left:0;position:absolute;top:0;width:20px;}
.cst-hro-banner-grp .page-center .slick-slide .cst-con-grp ul li{font-size:14px;font-weight:600;line-height:1.25;padding-left:40px;margin:20px 0;position:relative;}
.cst-hro-banner-grp .page-center .slick-slide .cst-con-grp ul li.h3::before{width:25px;height:25px;top:10px;}
.cst-hro-banner-grp .page-center .slick-slide .cst-con-grp ul li.h2::before{width:25px;height:25px;top:18px;}
.cst-hro-banner-grp .page-center .cst-con-grp ul li.h1:before{width:28px;height:28px;top:18px;}
.cst-hro-banner-grp ul.dots{margin:0;padding:0;list-style:none;border-radius:12px;background:#fff;width:auto;position:absolute;display:flex;border-bottom-left-radius:0;border-bottom-right-radius:0;right:0;bottom:0;left:auto;padding:10px;}
.cst-hro-banner-grp ul.dots li{padding:10px 25px;display:block;font-size:12px;cursor:pointer;font-weight:700;}
.cst-hro-banner-grp .page-center .slick-slide .cst-con-grp ul li.h4{padding-left:30px;}
.cst-hro-banner-grp .page-center .slick-slide .cst-con-grp ul li.h4:before{top:8px;}
.cst-hro-banner-grp ul li h6{margin-bottom:5px;}
.cst-hro-banner-grp ul li h4{margin-bottom:5px;font-size:22px;}
.cst-hro-banner-grp ul.dots li:first-child span{margin-left:5px;}
.cst-hro-banner-grp ul.dots li:last-child span{margin-right:5px;}
.cst-hro-banner-grp .button{min-width:149px;}
.cst-hro-banner__google-reviews {text-align: left;display: inline-block;position: relative;margin-bottom: 10px;}
.cst-hro-banner__google-reviews > a {position: absolute;inset: 0;}
@media screen and (max-width:480px){.cst-hro-banner-grp .page-center .cst-title h1,.cst-hro-banner-grp .page-center .cst-title h2{font-size:20px;}
  .cst-hro-banner-grp .page-center .slick-slide .cst-con-grp h3,
  .cst-hro-banner-grp .page-center .slick-slide .cst-con-grp .cst-hro-banner__para {font-size:16px !important;text-align:center;}
}
@media only screen and (min-width:768px){.cst-hro-banner__google-reviews .ti-widget {text-align: left !important;}}
.cst-image-grp img{max-height:609px;}
@media only screen and (max-width:767px){.ss-banner__job-info{padding-right:20px;padding-left:6px;}
  .ss-banner__job-info > div{display:block;}
  .ss-banner__job-info>div>div{padding-left:0;width:100%;margin-top:10px;}
  .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.ss-service__banner-bg.dnd_area-row-0-padding.dnd_area-row-0-background-image{background-image:none!important;}
  body .cst-hro-banner-grp .page-center .slick-slide .cst-con-grp ul li.h2:before{top:9px;}
  body .cst-hro-banner-grp .page-center .cst-con-grp ul li.h1:before{width:22px;height:22px;top:12px;}
  .cst-hro-banner-grp .page-center .cst-title{background-image:url('https://21948344.fs1.hubspotusercontent-na1.net/hubfs/21948344/ScaleStation_M22/images/banner_shade.png') !important;background-size:cover;background-position:center;padding:20px 20px 20px 40px;border-top-left-radius:150px;background-color:#e1efff;border-bottom-left-radius:150px;min-height:150px;display:flex;align-content:center;align-items:center;}
  .cst-hro-banner-grp .page-center .slick-slide .cst-con-grp{padding-right:20px;}
  .cst-hro-banner-grp .page-center .cst-con-grp p{text-align:center;}
  .cst-hro-banner-grp__btn-wrap{text-align:center;margin-bottom:20px;}
  .cst-image-grp img{max-height:100%;}
  .cst-hro-banner__google-reviews-wrap {text-align: center;padding-right: 20px;}
}
@media (max-width:991px){.cst-hro-banner-grp .page-center .cst-title h1,.cst-hro-banner-grp .page-center .cst-title h2{font-size:22px !important;line-height:1.25;}
  .cst-hro-banner-grp ul.dots{padding:5px;}
}
.ss-simple-banner{align-items:center;display:flex;flex-wrap:wrap;position:relative;flex-direction:column-reverse;}
.ss-simple-banner h1, .ss-simple-banner h2{color:#fff;margin:10px 0 0;font-size:18px;line-height:26px;text-align:center;}
.ss-simple-banner img{display:block;width:115px;margin-top:-105px;}
@media only screen and (min-width:767px){.ss-simple-banner img{width:277px;position:absolute;right:0;top:50%;display:block;transform:translateY(-50%);margin-top:0;}
  .ss-simple-banner h1, .ss-simple-banner h2{width:calc(100% - 277px);font-size:35px;text-align:left;margin:0;}
  .ss-simple-banner{flex-direction:row;}
  .ss-simple-banner--other h1{font-size:32px; width: 100%;}
}
.ss-hero-banner__casestudy-image img {width: 140px;}
.ss-case-study__listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ss-case-study__listing-box {
  max-width: calc(50% - 10px);
  padding: 30px 20px;
  flex: 0 0 calc(50% - 10px);
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(4, 42, 87, .1);
  font-size: 16px;
  margin: 10px 0;
}
.ss-case-study__listing-box-value {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}
.ss-case-study__listing-box p {
  font-size: 16px;
  margin: 0;
}
.ss-case-study__listing-box img {
  width: 50px;
}
/************** Title and Content Css ******************/
.ss-section__header h3{font-size:25px;font-weight:600;/* line-height:49px;*/
}
.ss-section__header .h4 {font-size: 22px;}
.ss-section__header-description{line-height:24px;}
.ss-section__header-description p{font-size:16px;}
.ss-section__header-description li{margin:20px 0;font-size:16px;}
.ss-section__header-description h4{font-weight:600;}
.ss-section__header h2 > span{display:block;font-weight:400;}
.ss-section__header-subtitle{margin:0;}
.ss-hightlight__sec{background:#FFFFFF;border-radius:12px;color:#000000;padding:15px 20px;margin-bottom:25px;max-width:500px;}
.ss-hightlight__sec p{margin:0;}
.ss-section__header-description strong{font-weight:700;}
.ss-hightlight__sec ul{margin:0;padding:0;display:flex;flex-direction:column;list-style:none;flex-wrap:wrap;}
.ss-hightlight__sec ul li{margin:5px 0;position:relative;padding-left:13px;}
.ss-hightlight__sec ul li:before{background-color:#fd5444;border-radius:50%;content:"";display:inline-block;height:6px;width:6px;margin-right:9px;position:absolute;left:0;top:9px;}
.ss-section__header-description .ss-hightlight__sec.full-w{max-width:100%;}
.ss-section__header-icons-lists{list-style:none;padding:0;}
.ss-section__header-icons-lists li{position:relative;padding-left:35px;font-size:16px;}
.ss-section__header-icons-lists li::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZENTQ0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS41NTUuMDIzQzguNzA5LjEwNiA3LjY0LjM0NyA2Ljg5My42MjRhMTEuNyAxMS43IDAgMCAwLTIuOTgzIDEuNyAxNC43MDcgMTQuNzA3IDAgMCAwLTEuNTc1IDEuNTc1QTExLjcxNSAxMS43MTUgMCAwIDAgLjYzNyA2Ljg4NWExMC43NzQgMTAuNzc0IDAgMCAwLS42IDQuNTAzYy4wOC44ODcuMzEgMS45My42IDIuNzEzLjM2Ljk3NSAxLjA0MyAyLjE3NSAxLjY5OCAyLjk4NmExNC43MTMgMTQuNzEzIDAgMCAwIDEuNTc1IDEuNTc2Yy44MS42NTYgMi4wMSAxLjM0IDIuOTgzIDEuNyAxLjM3OC41MSAzLjA0Mi43MzEgNC41LjYuODg1LS4wOCAxLjkyNy0uMzEgMi43MS0uNmExMS42OTggMTEuNjk4IDAgMCAwIDIuOTg0LTEuNyAxNC43MSAxNC43MSAwIDAgMCAxLjU3NC0xLjU3NiAxMS43MTYgMTEuNzE2IDAgMCAwIDEuNjk4LTIuOTg2Yy4zNjQtLjk4NS42MzQtMi40MDguNjQtMy4zNzJsLjAwMS0uMjM2aC0yLjA3OGwtLjA0OC41ODVjLS4xNCAxLjcwNS0uNjk1IDMuMTYzLTEuNzIgNC41MTMtMS42ODcgMi4yMjMtNC41MiAzLjUwOC03LjI0IDMuMjg1LTEuNzA0LS4xNC0zLjE2LS42OTUtNC41MS0xLjcyLTIuMjItMS42OS0zLjUwNS00LjUyNC0zLjI4Mi03LjI0OC4xNC0xLjcwNC42OTUtMy4xNjIgMS43Mi00LjUxMkM1LjA3NCAzLjc3MiA2Ljk1OCAyLjYxIDguOTg5IDIuMjI0YzEuMDc3LS4yMDYgMi40NzctLjE2NiAzLjUyLjFsLjMwNy4wNzkuODMtLjgzYy40NTYtLjQ1NS44MTYtLjg0MS44LS44NTYtLjEtLjA5NS0xLjgxMS0uNTE3LTIuNTUzLS42My0uNTAzLS4wNzgtMS44MzYtLjExNC0yLjMzOC0uMDY0Wm00LjQzIDcuMjA2Yy0yLjQ3IDIuNDczLTQuNTEgNC40OTYtNC41MzMgNC40OTYtLjAyMiAwLS43NjUtLjcyNS0xLjY1LTEuNjExTDYuMTkgOC41MDNsLS43MTguNzE3Yy0uMzk1LjM5NS0uNzE4LjczNy0uNzE4Ljc2IDAgLjAyMyAxLjA1MiAxLjA5NCAyLjMzOCAyLjM4MWwyLjMzOSAyLjM0IDUuMjYtNS4yNjUgNS4yNjEtNS4yNjUtLjcxNy0uNzE5YTE4LjUwOCAxOC41MDggMCAwIDAtLjczOC0uNzE4Yy0uMDEyIDAtMi4wNDIgMi4wMjMtNC41MTMgNC40OTVaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);background-repeat:no-repeat;content:"";display:inline-block;height:25px;left:0;position:absolute;top:3px;width:25px;}
.ss-section__header-icons-lists--box{display:flex;flex-wrap:wrap;justify-content:space-between;}
.ss-section__header-icons-lists--box li{background-color:#FFFFFF;box-shadow:0 7px 15px rgba(4,42,87,.12);margin:6px 0;max-width:49%;flex:0 0 49%;padding:40px 10px 10px;border-radius:6px;}
.ss-section__header-icons-lists--box li:after{left:10px;top:13px;}
.ss-section__header-icons-lists--location.ss-section__header-icons-lists.ss-section__header-icons-lists--box li{text-align:center;padding:20px 10px;}
.ss-section__header-icons-lists--location.ss-section__header-icons-lists.ss-section__header-icons-lists--box li::before{content:'';background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTExLjk5OSA1MTEuOTk5IiBmaWxsPSIjZmQ1NDQ0Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjU2Ljk4LDQwLjAwNWMtNS41My0wLjA0LTEwLjA0LDQuNDEtMTAuMDgsOS45M2MtMC4wNCw1LjUyLDQuNCwxMC4wMyw5LjkzLDEwLjA3YzUuNTIsMC4wNCwxMC4wMy00LjQsMTAuMDctOS45MiAgICBDMjY2Ljk0LDQ0LjU2NSwyNjIuNSw0MC4wNTUsMjU2Ljk4LDQwLjAwNXoiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNTYuNTI1LDEwMC4wMDRjLTM4LjYxMS0wLjI3NC03MC4yMzIsMzAuODc1LTcwLjUyNCw2OS40NzRjLTAuMjkxLDM4LjU5NywzMC44NzUsNzAuMjMzLDY5LjQ3NCw3MC41MjQgICAgYzAuMTc5LDAuMDAxLDAuMzU3LDAuMDAyLDAuNTM2LDAuMDAyYzM4LjM1MywwLDY5LjY5OC0zMS4wNTYsNjkuOTg4LTY5LjQ3NkMzMjYuMjksMTMxLjkzMywyOTUuMTI1LDEwMC4yOTUsMjU2LjUyNSwxMDAuMDA0eiAgICAgTTI1Ni4wMDksMjIwLjAwNWMtMC4xMjYsMC0wLjI1OC0wLjAwMS0wLjM4NC0wLjAwMmMtMjcuNTcxLTAuMjA4LTQ5LjgzMy0yMi44MDYtNDkuNjI1LTUwLjM3NSAgICBjMC4yMDctMjcuNDQ1LDIyLjU5NS00OS42MjcsNDkuOTkxLTQ5LjYyN2MwLjEyNiwwLDAuMjU4LDAuMDAxLDAuMzg0LDAuMDAyYzI3LjU3MSwwLjIwOCw0OS44MzMsMjIuODA2LDQ5LjYyNSw1MC4zNzUgICAgQzMwNS43OTIsMTk3LjgyMywyODMuNDA1LDIyMC4wMDUsMjU2LjAwOSwyMjAuMDA1eiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI5OS42MzEsNDcuNTg5Yy01LjIwMi0xLjg0Ni0xMC45MjEsMC44NzktMTIuNzY3LDYuMDg1Yy0xLjg0NSw1LjIwNiwwLjg4LDEwLjkyMSw2LjA4NSwxMi43NjcgICAgYzQ0LjA0NywxNS42MTEsNzMuNDAyLDU3LjU2Miw3My4wNSwxMDQuMzg5Yy0wLjA0MSw1LjUyMiw0LjQwMiwxMC4wMzMsOS45MjUsMTAuMDc1YzAuMDI1LDAsMC4wNTEsMCwwLjA3NywwICAgIGM1LjQ4NiwwLDkuOTU2LTQuNDI4LDkuOTk4LTkuOTI1QzM4Ni40MTUsMTE1LjYzMywzNTEuNzA2LDY2LjA0NiwyOTkuNjMxLDQ3LjU4OXoiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zMTcuMzU3LDM3Ni40NDJjNjYuNTEzLTg1LjYxNSwxMDguMDgtMTMwLjI2LDEwOC42NDEtMjA1LjE2NEM0MjYuNzAyLDc3LjAzNSwzNTAuMjIsMCwyNTUuOTg0LDAgICAgQzE2Mi44NDgsMCw4Ni43MSw3NS40MjgsODYuMDAyLDE2OC43MjhjLTAuNTcyLDc2LjkzNSw0MS43NjcsMTIxLjUxOSwxMDguNzM5LDIwNy43QzEyOC4xMTYsMzg2LjM4NCw4Ni4wMDIsNDExLjQwMSw4Ni4wMDIsNDQyICAgIGMwLDIwLjQ5NywxOC45NDYsMzguODksNTMuMzQ5LDUxLjc5YzMxLjMxMywxMS43NDIsNzIuNzQsMTguMjA5LDExNi42NDksMTguMjA5czg1LjMzNi02LjQ2NywxMTYuNjQ5LTE4LjIwOSAgICBjMzQuNDAzLTEyLjkwMSw1My4zNDktMzEuMjk0LDUzLjM0OS01MS43OTFDNDI1Ljk5OCw0MTEuNDE3LDM4My45MjMsMzg2LjQwNiwzMTcuMzU3LDM3Ni40NDJ6IE0xMDYuMDAxLDE2OC44NzkgICAgQzEwNi42MjUsODYuNTUsMTczLjgsMjAsMjU1Ljk4NiwyMGM4My4xNTksMCwxNTAuNjMzLDY3Ljk4OCwxNTAuMDEzLDE1MS4xMjljLTAuNTMyLDcxLjEzNC00NC42MTQsMTE0Ljk3MS0xMTQuOTkxLDIwNi43MTQgICAgYy0xMi41NTMsMTYuMzU2LTI0LjA4MSwzMS44Mi0zNC45OTMsNDYuOTQ3Yy0xMC44OC0xNS4xMzYtMjIuMTc4LTMwLjMyMy0zNC45MTktNDYuOTUzICAgIEMxNDcuODEsMjgyLjI1MywxMDUuNDU5LDI0MS43MjksMTA2LjAwMSwxNjguODc5eiBNMjU2LDQ5MmMtODUuODUxLDAtMTQ5Ljk5OS0yNi4zOTctMTQ5Ljk5OS01MCAgICBjMC0xNy41MDQsMzguMzQ4LTM5LjYxNiwxMDIuODI2LTQ3LjI3M2MxNC4yNTMsMTguNzAxLDI2Ljc0OSwzNS42OTEsMzkuMDA1LDUzLjA0M2MxLjg3MiwyLjY1LDQuOTE0LDQuMjI4LDguMTU5LDQuMjMgICAgYzAuMDAzLDAsMC4wMDYsMCwwLjAwOSwwYzMuMjQyLDAsNi4yODMtMS41NzIsOC4xNTgtNC4yMTdjMTIuMTQtMTcuMTI2LDI0Ljk3OC0zNC41MzUsMzkuMTA5LTUzLjA0NSAgICBjNjQuNDE4LDcuNjY1LDEwMi43MzIsMjkuNzcsMTAyLjczMiw0Ny4yNjNDNDA1Ljk5OCw0NjUuNjAzLDM0MS44NTEsNDkyLDI1Niw0OTJ6Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+);position:static;width:55px;height:55px;display:block;margin:0 auto 15px;background-repeat:no-repeat;}
.ss-section__header-icons-lists--location.ss-section__header-icons-lists.ss-section__header-icons-lists--box li::after{display:none;}
@media only screen and (min-width:768px){.ss-section__header-icons-lists--box li{padding:20px 20px 20px 55px;}.ss-section__header-icons-lists--box li::after{left:20px;top:21px;}}

.ss-feature-clients {display: flex;flex-wrap: wrap;margin: 15px -20px 0;}
.ss-feature-clients__col {flex: 0 0 50%;max-width: 50%;align-items: center;display: flex;justify-content: center;min-height: 139px;text-align: center;padding: 20px;}
.ss-feature-clients__col img {mix-blend-mode: darken;}
@media only screen and (max-width: 767px) {.ss-feature-clients__col:nth-child(4n),.ss-feature-clients__col:nth-child(4n+1) {background: #efefef;} .ss-feature-clients__col:last-child {display: none;}}
@media only screen and (min-width: 768px) {.ss-feature-clients__col:nth-child(3), .ss-feature-clients__col:nth-child(13) {padding: 40px 20px;}.ss-feature-clients__col {flex: 0 0 25%;max-width: 25%;min-height: 170px;padding: 30px;}.ss-feature-clients__col:nth-child(odd) {background-color: #efefef;}.ss-feature-clients {margin: 15px 0 0;}}
@media only screen and (min-width: 992px) {.ss-feature-clients__col {flex: 0 0 20%;max-width: 20%;min-height: 211px;padding: 40px;}}
@media screen and (max-width: 767px) {.cst-hro-banner-grp .ss-case-study__listing {margin-right: 15px;}}
.ss-blockquote{text-align:center;margin:40px 0 0 0;border:none;overflow:unset}
.ss-blockquote blockquote{border:none;margin:0 0 25px;padding:0;border:none;position:relative}
.ss-blockquote blockquote p{color:#fff;font-size:30px;line-height:40px;display:inline}
.ss-blockquote figcaption{font-weight:500;font-size:16px;line-height:36px;color:#fff;background-color:transparent}
.ss-blockquote blockquote strong{font-weight:700}
.ss-blockquote__left-icon{position:absolute;top:-40px;width:30px;left:0}
.ss-blockquote__right-icon{bottom:-40px;position:absolute;width:30px;right:0}
.ss-recent-post__heading{text-align:center;margin-bottom:25px}
@media (min-width:768px){
  .ss-blockquote{margin:0 40px}
  .ss-blockquote blockquote p{font-size:40px;line-height:54px}
  .ss-blockquote figcaption{font-size:24px}
  .ss-blockquote__left-icon{width:auto;top:-50px}
  .ss-blockquote__right-icon{width:auto}
  .ss-section__header-icons-lists.ss-section__header-icons-lists--box.ss-section__header-icons-lists--box-four li {max-width: 24%;flex: 0 0 24%;}
}

@media (min-width:768px){
  .ss-tabber-grp--advanced .hs-tabs__nav li { display: block;margin: 10px 0;}
  .ss-tabber-grp--advanced  .hs-tabs .hs-tabs__nav li a {
    border: 1px solid #ddd;
    border-radius: 10px;
  }
  .ss-tabber-grp--advanced .hs-tabs .hs-tabs__nav li a.hs-tabs__navitem--active, .ss-tabber-grp--advanced .hs-tabs .hs-tabs__nav li a:hover {
    background: #efefef;
    color: #000;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@600&display=swap');

body {
  background: #ffffff;
}
.section-1-row-0-background-image {
  background-color: #f6fcff;
}

.cst-hder-grp {
  background-color: #f6fcff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  object-fit: contain;
}

.working-card {
  box-sizing: border-box;
  padding: 40px 20px;
  text-align: center;
  color: rgba(0,0,0,0.8);
  transition: all .2s ease;
  background: #fff;
  box-shadow: 0 0px 24px rgb(4 42 87 / 12%);
  border-radius: 24px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-top: 20px;
  margin-right: auto;
}
.working-card:hover {
  background: #FD5444;
  box-shadow: 2px 4px 34px rgba(14, 8, 80, 0.12);
  cursor: pointer;
  color: #ffffff;
}
.working-card .working-icon {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all .2s ease;
  background: rgba(253, 84, 68, 0.1);
  border-radius: 100px;
}
.working-card:hover .working-icon {
  background: rgba(229,234,244,.5);
}

.working-card:hover img {
  filter: brightness(0) invert(1);
}
.working-content h4 {
  font-size: 20px;
  margin: 10px 0 15px;
  font-weight: 600;
  color: #000000;
}
.box-logo-carousel {
  overflow: hidden;
}

.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
  color: #042A57;
}
.cursor.typing {
  animation: none;
}

.cst-ftr-menu-grp ul > li > a sup {
  font-family: 'Nanum Pen Script', cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #2EC5CE;
  margin-left: 5px;
}

@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}

.cst-form-image-grp div.cst-right-form {}

form input[type=text], form input[type=email], form input[type=password], 
form input[type=tel], form input[type=number], form input[type=file], 
form select, form textarea,
form input[type=date], form input[type=url]{
  outline: 0;
  box-shadow: none;
  background: #FFFFFF;
  border: 1px solid rgba(4, 42, 87, 0.3);
  border-radius: 8px;
  border-width: 1px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  width: 100% !important;
}
form select {
  padding: 8px 10px;
}
form input[type=file] {
  border: none;
  border-radius: 0;
}
.cst-form-image-grp div.cst-right-form input.hs-button.primary.large,
.hs_submit.hs-submit input.hs-button.primary.large{
  min-width: 300px;
  text-transform: uppercase;
  font-weight: 600;
}
.cst-right-form .inner .form-wrapper .hs-form-field > label {
  font-weight: 500;
  color: #000000;
}
span.hs-form-required {
  display: none;
}

.box-logo-carousel.slick-dotted .slick-dots li.slick-active button:before{
  opacity: 0;
}

.box-logo-carousel.slick-dotted ul.slick-dots {
  position: static;
}

.hs-logo-carousel {
  position: relative;
}
.hs-logo-carousel .slick-slide {
  max-width: 100%;
  text-align: center;
}
.hs-logo-carousel .slick-slide img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.hs-logo-carousel__inner {
  display: inline-block;
  position: relative;  
}

/* Slick-theme */


/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000000;
}
.box-logo-carousel .slick-dots li.slick-active button {
  opacity: 1;
  border-color: #FD5444;
}

/*------Testimonial----*/
.section-eight {
  position: relative;
}

.op-eight-section {
  position: relative;
}

.sec-eight-text-area {
  text-align: center;
  padding: 50px 0;
}

.sec-eight-text-area img {
  padding: 2vh 0;
  width: 150px;
}

.sec-eight-text-area h1 {
  padding: 2vh 0 3vh 0;
  color: #434C57;
  line-height: 1.3;
  font-size: 40px;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.sec-eight-text-area p {
  padding: 20px 10px 10px;
  opacity: .7;
  margin-bottom: 10px;
  display: flex;
  min-height: 180px;
  position: relative;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
/*
* 
.section-eight .container-pe-quote {
position: absolute;
height: 100%;
top: 0px;
z-index: 1;
}

.section-eight .container-pe-quote.left {
left: 0px;
}

.section-eight .container-pe-quote.right {
right: 0px;
}*/

.section-eight .container-pe-quote .pp-quote {
  cursor: pointer;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: 50% 1px;
  -moz-transform-origin: 50% 1px;
  -ms-transform-origin: 50% 1px;
  -o-transform-origin: 50% 1px;
  transform-origin: 50% 1px;
  opacity: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.container-pe-quote .pp-quote img {
  overflow: hidden;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.section-eight .container-pe-quote .pp-quote:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% + 5px);
  width: calc(100% + 5px);
  border-radius: 100%;
  background-color: #7fb3e4;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.container-pe-quote .pp-quote:hover:after,
.container-pe-quote .pp-quote.active:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.section-eight .container-pe-quote .li-quote-1 {
  height: 70px;
  width: 70px;
  left: 150px;
  top: 45px;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-2 {
  height: 80px;
  width: 80px;
  left: 80px;
  top: 200px;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-3 {
  height: 64px;
  width: 64px;
  left: 170px;
  top: 330px;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-4 {
  height: 73px;
  width: 73px;
  right: 0;
  top: 20px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-5 {
  height: 55px;
  width: 55px;
  left: 80px;
  bottom: 60px;
  top: auto;
  animation-duration: 8s;
  -webkit-animation-duration: 8s;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-6 {
  height: 75px;
  width: 75px;
  left: 0;
  top: 70px;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-7 {
  height: 90px;
  width: 90px;
  left: 40px;
  bottom: -100px;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-8 {
  height: 63px;
  width: 63px;
  left: 20px;
  top: 250px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}

@keyframes floating {

  0% {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }

}

@-webkit-keyframes floating {

  0% {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }

}

.section-eight .container-quote {
  position: relative;
  width: 100%;
  margin-top: 10px;
  height: 135px;
  -webkit-perspective: 10000px;
  -moz-perspective: 10000px;
  -ms-perspective: 10000px;
  perspective: 10000px;
}

.section-eight .container-quote .quote {
  max-width: 520px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}

.section-eight .container-quote .quote.hide-bottom {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  -moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  -ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  -o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  transform: translateX(-50%) translateY(100%) rotateX(-70deg);
}

.section-eight .container-quote .quote.hide-top {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  -moz-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  -ms-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  -o-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  transform: translateX(-50%) translateY(-100%) rotateX(70deg);
}

.section-eight .container-quote .quote.show {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  -moz-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  -ms-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  -o-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  transform: translateX(-50%) translateY(0%) rotateX(0deg);
}


.section-eight .container-dp-name {
  position: relative;
  width: 100%;
  margin-top: 10px;
  height: 225px;
  -webkit-perspective: 10000px;
  -moz-perspective: 10000px;
  -ms-perspective: 10000px;
  perspective: 10000px;
  text-align: center;
}

.section-eight .container-dp-name .box-dpname {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 1s cubic-bezier(.5,-.01,0,1.005);
  -moz-transition: all 1s cubic-bezier(.5,-.01,0,1.005);
  -o-transition: all 1s cubic-bezier(.5,-.01,0,1.005);
  transition: all 1s cubic-bezier(.5,-.01,0,1.005);
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.section-eight .container-dp-name .box-dpname.hide-dp-bottom {
  opacity: 0;
  -webkit-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  -moz-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  -ms-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  -o-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  transform: translateX(0%) translateY(100%) rotateX(-70deg);
}

.section-eight .container-dp-name .box-dpname.hide-dp-top {
  opacity: 0;
  -webkit-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  -moz-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  -ms-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  -o-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  transform: translateX(0%) translateY(-100%) rotateX(70deg);
}

.section-eight .container-dp-name .box-dpname.look {
  opacity: 1;
  -webkit-transform: translateX(0%) translateY(0%) rotateX(0deg);
  -moz-transform: translateX(0%) translateY(0%) rotateX(0deg);
  -ms-transform: translateX(0%) translateY(0%) rotateX(0deg);
  -o-transform: translateX(0%) translateY(0%) rotateX(0deg);
  transform: translateX(0%) translateY(0%) rotateX(0deg);
}

/*---------Tabber--------------*/

.hs-tabs__item{
  display: none;
  padding: 20px;
}
.hs-tabs__item--active{
  display: block;
}
.hs-tabs__item img{ 
  /* Protect images from overflowing the tab */ 
  max-width: 100%;
  height: auto;
}
.hs-tabs__nav{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
}
.hs-tabs__nav li{
  display: block;
}
.hs-tabs__navitem{
  text-decoration: none;
  display: block;
  padding: 20px;
}
.hs-tabs__navitem--active{
  color: #000;
  background: #fff;
}
/* fix for hubspot injected div */
.hs-tabs__navitem *{
  pointer-events: none;
}
.dt-logo-column-wrapper.row {
  align-items: center;
}

form textarea {
  min-height: 100px;
  width: 100% !important;
}
form .hs-form-field > label {
  color: #042a57;
  font-weight: 500;
  font-size: 14px;
}
/* custom table css */
.ss-section__table-wrap {
  text-align: center;
  border: 1px solid #ddd;
  width: 100%;
}
.ss-section__table-wrap tr th, 
.ss-section__table-wrap tr td {
  padding: 10px 16px;
  border: 1px solid #ddd;
  width: 50%;
  vertical-align: middle;
}
.ss-section__table-wrap tr th {
  background: #fd5444;
  color: #fff;
}
.ss-blog__table-wrap tr td {
    padding: 10px 16px !important;
    border: 1px solid #ddd;
}
.ss-blog__table-wrap tr td ul {
    margin: 0;
}
.ss-blog__table-wrap tr td ul li {
    margin: 6px 0;
}
.ss-blog__table-wrap tr td strong {
    font-weight: 700;
}
@media(min-width: 768px){

  .box-logo-carousel .slick-slide > div:last-child {
    padding-left: 60px;
  }

  .box-logo-carousel .slick-slide > div:first-child {
    padding-right: 60px;
  }

  .box-logo-carousel .slick-slide > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media(min-width: 776px){
  .working-card {
    max-width: 45%;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .section-eight .container-pe-quote {
    flex-direction: column;
  }
}


@media screen and (max-width:767px) {
  .sec-eight-text-area {
    padding: 10px 0 10px 0;
  }
  .section-eight .container-pe-quote {
    position: relative;
    height: 500px;
    top: 0px;
    z-index: 1;
    max-width: 300px;
    margin: -70px auto 0;
  }
  .sec-eight-text-area p {
    padding: 30px 20px 10px;
  }
  .hs-tabs .hs-tabs__nav {
    padding-right: 0;
  }

  .hs-tabs .hs-tabs__nav:after {
    display: none;
  }
  body .cst-get-started-link {
    margin-left: 0;
  }
  .section-eight .container-dp-name .dots {

  }
  h1.h1 {
    font-size: 30px;
  }
  h2.h2 {
    font-size: 28px;
  }
  h3.h3 {
    font-size: 26px;
  }
  main#main-content .section-1-row-0-background-image {
    background-image: none !important;
  }
  .cst-tabber-grp .hs-tabs .hs-tabs__item {
    display: block !important;
  }
  ul.hs-tabs__nav.dj_tabber_desktop_nav {
    display: none;
  }
  .hs-tabs__item .dt_content_tabber_wrapper {
    display: none;
  }
  div#tab-1 .dt_content_tabber_wrapper {
    display: block;
  }
}

@media screen and (max-width:480px) {
  .section-eight {
    position: relative;
  }

  .section-eight .bottom-ani-cs {
    position: absolute;
    top: 150px;
    right: 16px;
  }

  .section-eight .container-pe-quote .li-quote-2 {
    left: 60px;
    top: 270px;
  }

  .section-eight .container-pe-quote .li-quote-6 {
    right: 100px;
    top: 179px;
  }

  .section-eight .container-pe-quote .li-quote-8 {
    height: 43px;
    width: 43px;
    left: 0px;
    top: 220px;
  }

  .section-eight .container-pe-quote .li-quote-3 {
    left: 0;
  }

  .section-eight .container-quote {
    height: 205px;
    overflow: hidden;
    overflow-y: auto;
  }

  .sec-eight-text-area {
    padding: 10px 0 100px 0;
  }
  .cst-form-image-grp div.cst-right-form input.hs-button.primary.large,
  .hs_submit.hs-submit input.hs-button.primary.large{
    min-width: 200px;
  }
  form input[type=email], form input[type=file], form input[type=number], 
  form input[type=password], form input[type=tel], form input[type=text], 
  form select, form textarea {
    width: 100% !important;
  }
  .cst-form-image-grp .input {
    margin-right: 0 !important;
  }
}
.row-fluid-wrapper.dnd-section.section-1-row-1-background-color h2,
.row-fluid-wrapper.dnd-section.section-1-row-1-background-color h1,
.row-fluid-wrapper.dnd-section.section-1-row-1-background-color h3{
  margin-bottom: 0;
}
.text-center {
  text-align: center;
}
.dnd-section {
  padding-left: 0;
  padding-right: 0;
}

.dnd-section .dnd-column {
  padding: 0;
}

.hs-logo-carousel .slick-slide .hs-logo-carousel__inner {
  padding: 0;
  opacity: 0.5;
}

.hs-logo-carousel .slick-slide .hs-logo-carousel__inner:hover {
  opacity: 1;
}

.hs-logo-carousel .slick-slide:hover img {
  filter: grayscale(0);
}

.hs-logo-carousel .slick-slide img {
  filter: grayscale(1);
  transition: filter .15s;
}

.hs-logo-carousel .slick-slide img {
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.cst-form-image-grp .row > div {
  padding: 0 15px;
}

.cst-form-image-grp .cst-lft-image img {
  width: 100%;
}
.cst-form-image-grp form .hs-form-field .input textarea {
  width: 100%;
}
b, strong {
  font-weight: 800;
}
.body-wrapper {
  position: relative;
}
.cst-form-image-grp:after {
  background-image: url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/images/Homepage/Vector%2037.png);
  content: '';
  width: 300px;
  height: 800px;
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 2;
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}
.home_we_work__dnd_area-container .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home_we_work__dnd_area-container {
  position: relative;
}
.dt-logo-column-wrapper .col-sm-3 .dt-logo-column-inner {
  text-align: center;
  padding: 0 20px;
}

.box-logo-carousel{
  padding-bottom: 30px;
}
.box-logo-carousel {
  bottom: 0;
}
.box-logo-carousel .slick-dots li {
  width: auto;
  height: auto;
}
.box-logo-carousel .slick-dots li button {
  width: 12px;
  height: 12px;
  opacity: 0.5;
  border: 1px solid #042A57;
  border-radius: 50%;
  transition: all .15s ease;
}
.box-logo-carousel .slick-dots li:hover button,
.box-logo-carousel .slick-dots li.slick-active button {
  background: #FD5444;
  border-color: #FD5444;
  opacity: 1;
}
.box-logo-carousel.slick-dots li button:before {
  display: none;
}

.working-card:hover {
  background: #FD5444;
  box-shadow: 0px 12px 24px rgb(253 84 68 / 20%);
  border-radius: 24px;
  color: #fff;
}
.working-card:hover .working-content h4 {
  color: inherit;
}
.home_service_dnd_area-container--slider-page .dnd-section {
  position: relative;
}

.home-testimonial-grp {
  position: relative;
}
.home_we_work__dnd_area-container .dnd-section > .row-fluid {

}
.home_bottom_form_dnd_area-container .dnd-section {

}
.hs-tabs .hs-tabs__nav:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  border: 1px solid #042A57;
}
.hs-tabs .hs-tabs__nav {
  padding-right: 20px;
  position: relative;
}


.hs-tabs .hs-tabs__nav li a {
  display: flex;
  padding: 15px;
  border: 0;
  align-items: center;
}
.hs-tabs .hs-tabs__nav li a .icon {
  background: rgba(79,106,137,.05);
  border-radius: 100px;
  width: 57px;
  height: 57px;
  flex: 0 0 57px;
  margin-right: 20px;
  position: relative;
  padding: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hs-tabs .hs-tabs__nav li a .icon img {
  width: 100%;
  object-fit: cover;
}
a.hs-tabs__navitem:not(.hs-tabs__navitem--active):not(:hover) img{
  filter: grayscale(1);
  opacity: 0.65;
}

.hs-tabs .hs-tabs__nav li a.hs-tabs__navitem--active, .hs-tabs .hs-tabs__nav li a:hover {
  background: transparent;
  color: #000000;
}
.hs-tabs .hs-tabs__nav li a {
  display: flex;
  padding: 10px;
  border: 0;
  align-items: center;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: rgba(4, 42, 87, .5);
  transition: all .15s ease;
}

.hs-tabs__navitem--active {
  background: transparent;
  background: transparent;
  color: #042A57;
}
.hs-tabs .hs-tabs__nav li a.hs-tabs__navitem--active .icon ,
.hs-tabs .hs-tabs__nav li a:hover .icon {
  background: rgba(253, 84, 68, 0.1);
}

.hs-tabs__item .dt_content_tabber_wrapper {
  position: relative;
}

.hs-tabs__item .dt_content_tabber_wrapper:before {
  content: '';
  position: absolute;
  width: 171px;
  height: 152px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 80px;
  top: 60px;
  z-index: -1;
}
.hs-tabs__item .dt_content_tabber_wrapper .oembed_container {
  max-width: 550px;
  margin: 0 auto;
  display: block;
  background: linear-gradient(0deg, rgba(4, 42, 87, 0.4), rgba(4, 42, 87, 0.4));
  box-shadow: 0px 12px 24px rgba(4, 42, 87, 0.12);
  border-radius: 32px;
  overflow: hidden;
  z-index: 9;
}
.hs-tabs__item .dt_content_tabber_wrapper div.hs_cos_wrapper_type_inline_rich_text {
  background: #FFFFFF;
  box-shadow: 0px 12px 24px rgba(4, 42, 87, 0.12);
  border-radius: 24px;
  max-width: 550px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  z-index: 9;
  padding: 30px;
  position: relative;
}
.hs-tabs__item .dt_content_tabber_wrapper:after {
  content: '';
  position: absolute;
  width: 181px;
  height: 172px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 70px;
  bottom: 20px;
  z-index: 0;
}
.row-number-5.dnd-section {
  position: relative;
}

.row-number-5.dnd-section {
  position: relative;
}

.sec-eight-text-area p:before {
  position: absolute;
  width: 76px;
  height: 64px;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image:url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/images/Homepage/%E2%80%9C.png);
  top: -30px;
  left: -30px;
  z-index: -1;
}
.sec-eight-text-area p {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #042A57;
  opacity: 0.7;
  position: relative;
}
.author-name {
  font-style: normal;
  line-height: 25px;
  color: #042A57;
  margin-bottom: 10px;
}
.designation-name {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #042A57;
  opacity: 0.5;
}
form .hs-fieldtype-booleancheckbox ul li label > span {
  position: relative;
}

form .hs-fieldtype-booleancheckbox ul li label > span:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: #fd5444;
  border-radius: 2px;
  position: absolute;
  top: 2px;
  left: 0;
}
form .hs-fieldtype-booleancheckbox ul li label > span:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background-image: url('//21948344.fs1.hubspotusercontent-na1.net/hubfs/21948344/ScaleStation_M22/images/check_tick.svg'); 
  border-radius: 2px;
  position: absolute;
  top: 4px;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  left: 2px;
}
form .hs-fieldtype-booleancheckbox ul li label input:checked + span:after {
  opacity: 1;
}
.hs-tabs__item .dt_content_tabber_wrapper {
  position: relative;
}

.hs-tabs__item .dt_content_tabber_wrapper:before {
  content: '';
  position: absolute;
  width: 171px;
  height: 152px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 80px;
  top: 60px;
  z-index: -1;
  background-image:url('//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/images/Homepage/Rectangle%20249.png');
    }
.hs-tabs__item .dt_content_tabber_wrapper .oembed_container {
  max-width: 540px;
  margin: 0 auto;
  display: block;
  background: linear-gradient(0deg, rgba(4, 42, 87, 0.4), rgba(4, 42, 87, 0.4));
  border-radius: 32px;
  overflow: hidden;
}
.hs-tabs__item .dt_content_tabber_wrapper:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 170px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 70px;
  bottom: 20px;
  z-index: -1;
  background-image:url('//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/images/tab_red_dot.svg');
    }

.hs-tabs__item .dt_content_tabber_wrapper .embed_container {
  max-width: 540px;
  margin: 0 auto;
  display: block;
  background: linear-gradient(0,rgba(4,42,87,0.4),rgba(4,42,87,0.4));
  border-radius: 32px;
  overflow: hidden;
}
.iframe_wrapper a {
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -37.5px;
  margin-top: -37.5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url(//21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/raw_assets/public/ScaleStation_May2022/images/Homepage/Group%202463.png);
  transition: transform .20s ease;
  z-index: 3;
}
.iframe_wrapper img {
  height: 100%!important;
  width: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 2;
}
.iframe_wrapper a:hover {
  transform: scale(1.1);
}

/* Form checkbox updated styles start */
form .hs-fieldtype-booleancheckbox ul li label>span:before {border: 1px solid #fd5444;background: transparent;}
form .hs-fieldtype-booleancheckbox ul li label>input[type="checkbox"] {opacity: 0;}
form .hs-fieldtype-booleancheckbox ul li label>input[type="checkbox"]:checked + span:before {background: #fd5444;}
/* Form checkbox updated styles end */
span.h1.typewrite,
span.h2.typewrite{
  display: block;
}
span.h1.typewrite,
span.h2.typewrite {
  color: #fd5444;
  text-transform: capitalize;
  min-height: 28px;
}
span.h1.typewrite .wrap,
span.h2.typewrite .wrap {
  border: none;
}
.ss-general-content .hs_cos_wrapper_type_rich_text li, .ss-general-content .hs_cos_wrapper_type_rich_text p {
  line-height: 1.7;
}
.ss-general-content .hs_cos_wrapper_type_rich_text li {
  margin-bottom: 1.4rem;
}
/* hubspot-grader-form */
.ss-position-relative .hubspot-grader-form-container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.hubspot-grader-form-container .hubspot-grader-form__header,
.hubspot-grader-form-container .hs-form .hs-submit>.actions,
.hubspot-grader-form-container .hubspot-grader-form__powered-by {
  text-align: left !important;
}
.hubspot-grader-form-container .hubspot-grader-form__header .subtitle {
  color: #042a57;
  font-weight: 500 !important;
  max-width: 100% !important;
  opacity: .7;
  text-align: left;
  width: 100% !important;
}
.hubspot-grader-form-container .hubspot-grader-form__header .title span {
  display: block;
  font-weight: 400;
}
.hubspot-grader-form-container .hs_error_rollup {
  display: none;
}
.hubspot-grader-form-container .hs_submit {
  flex: 0 0 100%;
  max-width: 100%;
}
.hubspot-grader-form-container .hs-form-field input[type=email], .hubspot-grader-form-container .hs-form-field input[type=text] {
  background: #FFFFFF !important;
  border: 1px solid rgba(4,42,87,.3) !important;
  border-radius: 8px !important;
  box-shadow: none;
  font-family: Kumbh Sans;
  font-weight: 600;
  outline: 0;
  width: 100%!important;
}
.hubspot-grader-form-container .hs-form .hs-form-field.field label {
  font-family: Poppins !important;
  font-size: 14px;
}
.hubspot-grader-form-container .field.hs-email label, .hubspot-grader-form-container .field.hs-grader_website label {
  color: #042a57 !important;
  font-weight: 500;
}
.hubspot-grader-form-container .field label.hs-error-msg {
  color: rgba(253, 84, 68, 1.0) !important;
}
.hubspot-grader-form-container .hs-form .hs-button {
  font-family: 'Poppins' !important;
  font-size: 14px !important;
  padding: 15px 20px;
}
.hubspot-grader-form-container .hs-form .hs-button:hover {
  background-color: rgba(213, 44, 28, 1.0) !important;
}
.ss-section__target-hide {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.ss-position-relative {
  position: relative;
}
.hubspot-grader-form-container .inputs-list li label > span {
  color: #040000;
  font-size: 12px;
  font-weight: 500;
  display: block;
  padding-left: 30px;
}
.hubspot-grader-form-container .hs-input[type='checkbox'] {
  display: none;
}
.hubspot-grader-form-container .hs-form .hs-submit>.actions {
  margin-top: 0;
  padding-top: 0;
}
.hubspot-grader-form-container .input .inputs-list {
  margin: 0;
  padding: 0;
}
.ss-position-relative .hubspot-grader-form-container .hubspot-grader-form__header .title {
  margin-bottom: 15px;
}
.ss-section__small-title {
  font-size: 20px;
  line-height: 30px;
}
.button {
  font-weight: 600;
  text-transform: uppercase;
}
#hs-tco-calculator-embed >div>div {
  height: 2600px !important;
}
.ss-table__wrap {
  overflow-x: auto;
}
.ss-table__striped {
  width: 100%;
  text-align: left;
}
.ss-table__striped td img ~ span {
  margin-left: 10px;
}
.ss-table__striped td, .ss-table__striped th {
  font-size: 16px;
  padding: 15px;
  border-bottom: 1px solid #efefef;
}
.ss-table__striped tr:nth-child(2n) {
  background-color: #efefef;
}
.ss-table__striped td img {
  width: 30px;
}
.ss-table__striped td p {
  display: none;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col-md-6,
.col-md-4,
.col-md-8 {
  min-height: 1px;
  position: relative;
  width: 100%;
}

/* ROI Calculator Desktop: */
#hs-roi-calculator-embed > div > div {
  height: 2580px!important;
}

/************ Media Querries *********/
@media (min-width:768px){
  .home_service_dnd_area-container {
    min-height: 790px;
  }
  span.h1.typewrite,
  span.h2.typewrite {
    /* font-size: 85%; */
    white-space: nowrap;
    margin-top: 10px;
    min-height: 54px;
  }
  .row-fluid-wrapper.dnd-section.section-1-row-1-background-color h2{
    font-size: 46px;
    font-weight: 700;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width:991px){
  h2 {
    font-size: 30px !important;
    line-height: 1.25;
  }
  .widget-span h2 {
    font-size: 30px !important;
  }
}

@media (max-width:767px){
  .dt-logo-column-wrapper .col-sm-3 .dt-logo-column-inner {
    padding: 0;
  }
  .cst-form-image-grp .cst-lft-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .home_we_work__dnd_area-container:after {
    left: -40px;
    bottom: -280px;
  }
  .span4.widget-span.widget-type-cell.home_service_dnd_area-dnd_partial-1-column-1-vertical-alignment {
    margin-bottom: 30px;
  }
  .working-card {
    max-width: 90%;
    margin: 0 auto;
    display: block !important;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgb(4 42 87 / 12%);
  }
  .box-logo-carousel.slick-slider.slick-dotted .slick-initialized .slick-slide {
    text-align: center;
  }
  .sec-eight-text-area p:before {
    left: 0;
  }

  .section-eight .container-pe-quote {
    display: flex!important;
    height: auto!important;
    transition: none!important;
    margin: 0 auto!important;
  }
  .section-eight .container-pe-quote .pp-quote:after {
    display: none!important;
  }
  .section-eight .container-pe-quote .pp-quote {
    position: static !important;
    height: 60px!important;
    width: 60px!important;
    margin: 10px 20px!important;
  }
  .section-eight .container-dp-name {
    height: 480px;
  }
  #section5 .sec-eight-text-area {
    padding: 10px 40px;
  }
  .container-pe-quote .pp-quote img {
    object-fit: cover;
  }
  #section5 .sec-eight-text-area {
    padding: 10px 20px;
  }
  .hs-tabs .hs-tabs__nav li a .icon img {
    width: 60px;
  }
  .hs-tabs .hs-tabs__nav li a .icon {
    padding: 10px;
  }
  .hs-tabs .hs-tabs__nav li a {
  }
}

/* ROI Calculator Tablet: */
@media (max-width: 1015px) {
  #hs-roi-calculator-embed > div > div {
    height: 3380px!important;
  }
}

/* ROI Calculator Mobile: */
@media (max-width: 570px) {
  #hs-roi-calculator-embed > div > div {
    height: 4950px!important;
  }
}

@media (max-width: 768px) {
  .ss-table__striped td, .ss-table__striped th {
    padding: 10px;
    min-width: 200px;
  }
  .ss-table__striped td img~span {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .body-wrapper {
    overflow: hidden;
  }
  #hs-tco-calculator-embed >div>div {
    height: 5000px !important;
  }
  .box-logo-carousel .slick-dots li {
    padding: 9px;
  }
  .hubspot-grader-form-container {
    padding: 20px 0 !important;
  }
  .hubspot-grader-form-container .hs-form.hs-form {
    margin: 0;
  }
  .hubspot-grader-form-container .field,
  .hubspot-grader-form-container .hs_submit {
    padding: 0;
  }
  .hubspot-grader-form-container .hubspot-grader-form__header .subtitle {
    font-size: 14px !important;
  }
  .ss-position-relative .hubspot-grader-form-container .hubspot-grader-form__header .title {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  #hs_cos_wrapper_widget_1656422835252_ h1 {
    font-size: 30px;
    line-height: 1.25;
  }
}
/* Blog post */
.ss-blog__head{margin:0 auto 70px;max-width:860px;text-align:center;}
.ss-blog__row{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -15px;}
.ss-blog__post-card{background-color:#ffffff;border-radius:24px;box-shadow:0 0 24px rgb(4 42 87 / 12%);flex-grow:1;overflow:hidden;position:relative;}
.ss-blog-detail__main ul,.ss-blog-detail__main ol{padding-left:17px;}
.ss-blog-detail__main ul li,.ss-blog-detail__main ol li{margin:12px 0;}
.ss-blog-detail__main p,.ss-blog-detail__main li{font-size:16px;line-height:1.7;}
.ss-blog-highlight__sec span{display:block;margin-top:15px;font-size:14px;}
.ss-blog-highlight__sec{font-size:16px;line-height:1.7;margin-bottom:25px;background-color:#efefef;padding:25px;border-radius:6px;border-left:6px solid #fd5444;}
.ss-blog-detail__main h2{margin-top:60px;}
.ss-blog-detail__main h3{color:#000000;}
.ss-blog__meta{position:absolute;bottom:0;left:0;right:0;padding:25px;}
.ss-blog__meta a{color:#000000;text-transform:uppercase;font-size:12px;font-weight:600;opacity:0.8;letter-spacing:0.7px;}
.ss-blog__content{padding:25px 25px 60px;}
.ss-blog__content h3{font-size:24px;margin-bottom:7px;font-weight:600;}
.ss-blog__content h3 a{color:#000000;}
.ss-blog__post{display:flex;flex:0 0 100%;margin-bottom:50px;max-width:100%;padding:0 15px;transition:auto;}
.ss-blog__featured-img{position:relative;}
.ss-blog__featured-img>a{display:block;}
.ss-blog__featured-img img{aspect-ratio:3/2;width:100%;display:block;object-fit:cover;}
.ss-blog-list__tag-wrap{margin:20px 0;}
.ss-blog-list__tag{border-radius:8px;display:inline-block;letter-spacing:0.3px;margin-right:10px;padding:4px 10px;transition:all linear 0.3s;color:#fff;}
/* .ss-blog__title,*/
.ss-blog__author-name,.ss-blog__btn{display:inline-block;}
.ss-blog__author{margin-bottom:25px;}
.ss-blog__btn{position:relative;}
.ss-blog__author-name{color:#23527c;}
.ss-blog__btn-icon{display:inline-block;height:30px;margin-left:6px;position:absolute;right:-35px;top:50%;transform:translateY(calc(-50% - 1px));width:30px;}
/* Sidebar CSS Start */
.ss-blog__sidebar{flex:0 0 100%;max-width:300px;position:sticky;top:30px;}
.ss-blog__action-search{margin-bottom:50px;position:relative;}
.ss-blog__sidebar form{background:transparent;}
.ss-blog__sidebar .ss-blog__action-search form,.ss-blog__sidebar .ss-blog__widget form{padding:0;}
.ss-blog__sidebar .hs-search-field__input{margin-bottom:20px;}
.ss-blog__action-search.hs-search-field--open ul.hs-search-field__suggestions{padding:8px 12px;}
.ss-blog__action-search ul.hs-search-field__suggestions{background:#ffffff;border:none;box-shadow:0px 4px 8px rgb(145 151 161 / 4%),0px 4px 24px rgb(145 151 161 / 8%);left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:93px;z-index:99;}
.ss-blog__action-search ul.hs-search-field__suggestions::-webkit-scrollbar{width:8px;}
.ss-blog__action-search ul.hs-search-field__suggestions::-webkit-scrollbar-thumb{background:#d6d6d6;border-radius:12px;}
.ss-blog__action-search ul.hs-search-field__suggestions li{border-bottom:1px solid #c7c7c7;margin-bottom:10px;padding-bottom:8px;}
.ss-blog__action-search ul.hs-search-field__suggestions li a{color:#030303;font-weight:400;}
.ss-blog__action-search ul.hs-search-field__suggestions li a:hover{background:transparent;color:#030303;font-weight:400;}
.ss-blog__sidebar button{cursor:poiner;}
.ss-blog__widget{margin-bottom:20px;}
.ss-blog__sidebar-tags,.ss-blog__sidebar-post{list-style:none;padding-left:0;}
.ss-blog__sidebar-tags>li>a,.ss-blog__sidebar-post>li>a{display:inline-block;margin-bottom:25px;position:relative;}
.ss-blog__sidebar .form-title{margin:0;padding:0;}
/* Pagination */
.ss-blog-pagination{text-align:center;padding:40px 0 0 0;}
.ss-blog-pagination>h6,.ss-blog-pagination .blog-pagination-left,.ss-blog-pagination .blog-pagination-center,.ss-blog-pagination .blog-pagination-right{display:inline-block;}
.ss-blog-pagination .blog-pagination-center{margin:0 20px;}
.ss-blog-pagination .blog-pagination-center>a{align-items:center;background-color:#ffffff;border-radius:50%;box-shadow:0 3px 8px rgba(0,0,0,0.1);display:inline-flex;height:40px;justify-content:center;margin-right:15px;width:40px;}
.ss-blog-pagination .blog-pagination-center>a:last-child{margin-left:0;}
.ss-blog-pagination .blog-pagination-center>a.active,.ss-blog-pagination .blog-pagination-center>a:hover{background-color:#fd5444;color:#ffffff;}
.ss-blog__author a,.ss-blog-list__tag,.ss-blog__btn,.ss-blog__sidebar-tags-link,.ss-blog__sidebar-post a{text-decoration:none;}
.ss-blog-detail{padding:50px 0;}
.blog-post__featured-img{margin-bottom:50px;margin-top:40px;}
.blog-post__featured-img img{height:auto;max-width:100%;width:100%;aspect-ratio:3/2;object-fit:cover;}
.blog-comments form{display:flex;flex-wrap:wrap;margin:0 -15px;}
.blog-comments .hs_firstname,.blog-comments .hs_lastname,.blog-comments .hs_email,.blog-comments .hs_website{max-width:50%;flex:0 0 50%;padding:0 15px;}
.blog-comments .hs_recaptcha,.blog-comments .hs_submit,.blog-comments .hs_comment{max-width:100%;flex:0 0 100%;padding:0 15px;}
.blog-post__meta{margin-top:40px;}
.blog-post__meta a{text-decoration:underline;}
.blog-post__timestamp{display:block;}
.blog-post__tags svg{height:auto;margin-right:0.35rem;width:15px;}
.blog-post__tag-link{font-size:0.875rem;}
/* Blog related posts */
.blog-related-posts{background-color:#f6fcff;padding-top:40px;}
.blog-related-posts h2{text-align:left;margin-bottom:20px;}
.ss-blog-filter__list-wrap{margin-bottom:50px;overflow-y:auto;}
.ss-blog-filter__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:nowrap;}
.ss-blog-filter__list li{margin-right:10px;}
.ss-blog-filter__list li a{color:rgb(4,42,87);border:1px solid rgba(4,42,87,0.4);display:block;padding:8px 20px;border-radius:4px;white-space:nowrap;}
.ss-blog-filter__list li a.active{background-color:#FD5444;color:#ffffff;border-color:#FD5444;}
.ss-breadcrumbs{padding:40px 0 0 0;list-style:none;}
.ss-breadcrumbs li{display:inline-block;}
/*Nex and Prev Post*/
.ss-blog-list-pagination{display:flex;justify-content:space-between;margin:50px -15px 0;}
.ss-blog-list-pagination__prev,.ss-blog-list-pagination__next{align-items:center;display:flex;flex:0 0 50%;flex-wrap:wrap;max-width:50%;padding:0 15px;}
.ss-blog-list-pagination__prev-image,.ss-blog-list-pagination__next-image{border-radius:22px;height:94px;overflow:hidden;position:relative;width:94px;}
.ss-blog-list-pagination__prev-image a::after,.ss-blog-list-pagination__next-image a::after{background:rgba(0,0,0,.3);bottom:0;content:'';left:0;position:absolute;right:0;top:0;}
.ss-blog-list-pagination__prev-image img,.ss-blog-list-pagination__next-image img{height:100%;object-fit:cover;object-position:center;width:100%;}
.ss-blog-list-pagination svg{left:0;margin:0 auto;max-width:100%;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:9;}
.ss-blog-list-pagination__prev-image a,.ss-blog-list-pagination__next-image a{display:block;height:100%;}
.ss-blog-list-pagination__next-post,.ss-blog-list-pagination__prev-post{padding-left:24px;display:none;width:calc(100% - 94px);}
.ss-blog-list-pagination__next{flex-direction:row-reverse;}
.ss-blog-list-pagination__next--no-prev{max-width:100%;flex:0 0 100%;}
.ss-blog-detail__main .blog-post{border-bottom:1px solid rgba(4,42,87,.3);padding-bottom:40px;}
figure{margin:0 0 20px;border:2px solid #ddd;border-radius:8px;text-align:center;overflow:hidden;}
figcaption{text-align:center;background-color:#f4f4f4;padding:10px;margin-top:15px;}
.ss-blog-detail__main h4{margin-top:50px;}
.ss-subscription-form__wrap{background-color:rgba(253,84,68,1);padding:50px 20px;}
.ss-featured-snippet{background-color:#f6f9fc;padding:40px 15px;}
.ss-blog-detail__main .ss-featured-snippet h2{margin-top:0;font-size:18px !important;border:1px solid #7691ad;background-color:#fff;padding:20px 40px 20px 60px;position:relative;}
.ss-featured-snippet h2::before{content:'';background-image:url(https://21656459.fs1.hubspotusercontent-na1.net/hubfs/21656459/scalestation-small-logo.svg);width:50px;height:50px;display:block;background-repeat:no-repeat;position:absolute;left:20px;top:50%;transform:translateY(-50%);}
.ss-featured-snippet__wrapper ol{margin-bottom:0;}
.ss-blog-detail__main h3{margin-top:30px;}
@media only screen and (min-width:577px){.ss-blog__post{max-width:50%;flex:0 0 50%;}
}
@media only screen and (min-width:768px){.ss-featured-snippet h2::before{width:70px;height:70px;}
  .ss-blog-detail__main .ss-featured-snippet h2{font-size:25px !important;padding:20px 40px 20px 80px;}
  .ss-blog-detail__main .blog-post{padding-bottom:70px;}
  .ss-blog-detail__main h3{margin-top:50px;}
  .ss-blog-list-pagination__next-post,.ss-blog-list-pagination__prev-post{display:block;}
  .ss-blog-list-pagination h4{margin-bottom:10px;font-size:20px;}
  .ss-blog-detail__main .ss-blog-list-pagination p{margin:0;font-size:14px;line-height:1.4;}
  .ss-blog-list-pagination__next-post{text-align:right;padding-left:0;padding-right:24px;}
  .ss-blog-detail{padding:50px 0 100px 0;}
  .ss-blog__post{max-width:33.333%;flex:0 0 33.333%;}
  .ss-blog-pagination{padding:40px 0;}
  .ss-blog__main{padding-top:50px;}
  .blog-related-posts h2{margin-bottom:40px;}
  .blog-related-posts{background-color:#f6fcff;padding-top:80px;padding-bottom:40px;}
}

.ss-section__header-description .ti-widget[data-layout-id="16"][data-set-id=ligth-border] .ti-col-2 .ti-review-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 !important;
}
.ss-section__header-description .ti-widget[data-layout-id='16'][data-set-id='ligth-border'] .ti-reviews-container-wrapper {
  margin-top: 0 !imortant;
}