/* 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*/
*,:after,:before{-webkit-box-sizing:border-box;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;-webkit-text-size-adjust:100%}

/* 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:.67em 0}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}

/**
 * 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;font-size:1em}

/* 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;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,strong{font-weight:bolder}

/**
 * 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;font-size:1em}

/**
 * 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:-.25em}
sup{top:-.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;font-size:100%;line-height:1.15;margin:0}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,input{overflow:visible}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,select{text-transform:none}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}

/**
 * Remove the inner border and padding in Firefox.
 */
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}

/**
 * Correct the padding in Firefox.
 */
fieldset{padding:.35em .75em .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{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}

/**
 * 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]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}

/**
 * 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;outline-offset:-2px}

/**
 * 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;font:inherit}

/* 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*/
/* Responsive grid */
.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:0;margin-left:2.127659574%;-webkit-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;-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:0;margin-left:2.564102564%;-webkit-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 */
.clearfix:after,.clearfix:before{display:table;content:''}
.clearfix:after{clear:both}

/* Visibilty classes */
.hide{display:none}
.show{display:block}
.invisible{visibility:hidden}
.hidden{display:none;visibility:hidden}

/* Responsive visibilty classes */
.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*/
body{line-height:1.4;overflow-wrap:break-word}html[lang^=ja] body,html[lang^=ko] body,html[lang^=zh] body{line-break:strict;overflow-wrap:normal;word-break:break-all}

/* Paragraphs */
p{font-size:1rem;margin:0 0 1.4rem}

/* Anchors */
a{cursor:pointer}

/* Headings */
h1,h2{margin-top:0;margin-bottom:32px}h3,h4,h5,h6{margin:0 0 1.4rem}

/* Lists */
ol,ul{margin:0 0 1.4rem}ol ol,ol ul,ul ol,ul ul{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:.7rem}

/* Horizontal rules */
hr{border:none;border-bottom:1px solid #ccc}

/* Image alt text */
img{font-size:.583rem;word-break:normal}
img:focus-visible{outline:0}
@media (max-width:767px){
  h1,h2{margin-bottom:10px}
}
/*main#main-content{margin-top:74px}*/
#main-content .row-fluid [class*=span]{min-height:0}
.hs-landing-page main#main-content{margin-top:0}

/* EBBOK THANKYOU PAGE STYLE */
.ebook-thnk-banner.landing-page-hero-wrapper .column-group{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.ebook-thnk-banner.landing-page-hero-wrapper .contact-button{width:220px}

/* HOME PAGE STYLE */
.home-vdo-slant.divider-wrapper .divider{position:absolute;left:50%;top:-2px;bottom:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}

/* TEAM MEMBER PAGE STYLE */
.team-member .our-founder h1,.team-member .creative-team h1,
.team-member .our-founder h2,.team-member .creative-team h2,
.team-member .creative-team h3,.team-member .our-founder h3{margin-bottom:70px}
.team-member .creative-team-btm-divider .divider{bottom:auto;top:-2px}
.team-member .team-centred-section .content-column{padding:10% 0 0}

/* SERVICES PAGE STYLE */
.services-page .service-feature-prdct .top-content h1::after,
.services-page .service-feature-prdct .top-content h2::after,
.services-page .service-feature-prdct .top-content h3::after,
.services-page .service-feature-prdct .top-content h4::after{background:#32323c}
.services-page .plans-btm-divider .divider{bottom:auto;top:-2px}
@media(max-width:991px){
  .client-testimonial.testimonial-cards-wrapper .column-group .column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}
  .team-member br{display:none}
}
@media (max-width:767px){
  /*main#main-content{margin-top:70px}*/
  .team-member .creative-team h1,.team-member .creative-team h2,.team-member .creative-team h3,.team-member .our-founder h1,.team-member .our-founder h2,.team-member .our-founder h3{margin-bottom:30px}
  .services-page .professional-sec{padding-top:100px;padding-bottom:50px}
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height:1.375;
}

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;
}
/* Fieldset */
form fieldset { max-width:100%!important; }

/* Fields */
.hs-form-field{margin-bottom:1.4rem}

/* Labels */
form label{display:block;font-size:.875rem;margin-bottom:.35rem}

/* Help text */
form legend{font-size:.875rem}

/* Inputs */
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{display:inline-block;font-size:.875rem;padding:.7rem;width:100%}
form input:focus-visible{outline:0}form fieldset{max-width:100%}

/* Inputs - checkbox/radio */
form .inputs-list{margin:0;padding:0;list-style:none}
form .inputs-list>li{display:block;margin:.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:.35rem}
.hs_cos_wrapper_type_form form .input ul > li.hs-form-checkbox > label,
.hs_cos_wrapper_type_form form .input ul > li.hs-form-radio>label{position:relative;display:block;margin:0;padding:0 0 0 25px;text-align:left;}
.hs_cos_wrapper_type_form form .input ul > li.hs-form-checkbox > label > input[type="checkbox"],
.hs_cos_wrapper_type_form form .input ul > li.hs-form-radio > label > input[type=radio]{position:absolute;top:8px;bottom:auto;left:0;right:auto;z-index:0;width:14px!important;height:14px!important}
.hs_cos_wrapper_type_form form .hs-fieldtype-checkbox > label,
.hs_cos_wrapper_type_form form .hs-fieldtype-radio > label { padding-top:5px; }

/* Inputs - date picker */
.hs-dateinput{position:relative}
.hs-dateinput:before{content:'\01F4C5';position:absolute;right:10%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.fn-date-picker .pika-table thead th{color:#fff}
.fn-date-picker td.is-selected .pika-button{border-radius:0;-webkit-box-shadow:none;box-shadow:none}
.fn-date-picker td .pika-button:focus,.fn-date-picker td .pika-button:hover{border-radius:0;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:.875rem;margin:0 0 1.4rem}
form .hs-richtext img{max-width:100%}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display>span,
.legal-consent-container .hs-form-booleancheckbox-display>span p{margin-left:1rem}

/* Validation */
.hs-form-required{color:#ef6b51}
.hs-input.invalid.error{border-color:#ef6b51}
.hs-error-msg{color:#ef6b51;margin-top:.35rem}

/* Submit button */
form .hs-button,form input[type=submit]{cursor:pointer;display:inline-block;text-align:center;-webkit-transition:all .15s linear;-o-transition:all .15s linear;transition:all .15s linear;white-space:normal}

/* Captcha */
.grecaptcha-badge{margin:0 auto}

.no-list.hs-error-msgs.inputs-list{
  display: none !important;
}
/* 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*/
/* Header DND sections */
.header .dnd-section{padding:0}

/* Header container */
.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.header__row-1{padding-top:1rem}
.header__row-1,.header__row-2{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%}
@media (max-width:1150px) and (min-width:767px){
  .header__column{width:100%}
}
@media (max-width:767px){
  .header__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem 0 0}
  .header__column{position:relative}
  .header__row-1{padding-top:0}
  .header__row-2{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1.05rem}
}

/* Navigation skipper */
.header__skip{height:1px;left:-1000px;overflow:hidden;position:absolute;text-align:left;top:-1000px;width:1px}
.header__skip:active,.header__skip:focus,.header__skip:hover{height:auto;left:0;overflow:visible;top:0;width:auto}

/* Logo */
.header__logo{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;margin-right:auto;max-width:200px;overflow:hidden}
@media (max-width:767px){
  .header__logo{margin:0 auto;width:100%}
}
.header__logo img{max-width:100%}
.header__logo .logo-company-name{font-size:1.167rem;margin-top:.7rem}
.header__logo--main{padding-top:1rem}

/* Search bar */
/*
.header__search{position:fixed;z-index:3;width:100%;padding:0;-webkit-box-shadow:rgb(0 0 0 / 30%) 0 2px 5px;box-shadow:rgb(0 0 0 / 30%) 0 2px 5px;top:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}
*/
.header__search{position:fixed;top:0;bottom:auto;left:0;right:0;z-index:0;width:100%;max-width:1080px;margin:0 auto;padding:0 10px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}
.header__search .hs-search-field{-webkit-box-shadow:rgb(0 0 0 / 30%) 0 2px 5px;box-shadow:rgb(0 0 0 / 30%) 0 2px 5px;}
.header__search.open-search{top:80px}
.header__search .hs-search-field__input{height:55px;padding:0 .7rem}
.header__search .hs-search-field__input:focus,.header__search .hs-search-field__input:focus-visible{outline:0}
.header__search .hs-search-field--open .hs-search-field__input{border-bottom:none;border-radius:6px 6px 0 0;max-width:100%}
.header__search form button{display:none}
.header__search .hs-search-field--open .hs-search-field__suggestions{background-color:#fff;border:2px solid #d1d6dc;border-radius:0 0 6px 6px;border-top-width:1px;width:100%;max-width:100%;margin:0;position:absolute;left:0;right:0;z-index:10}
.header__search .hs-search-field__suggestions li{border-top:1px solid #d1d6dc;font-size:.875rem}
.header__search .hs-search-field__suggestions li a{color:#494a52;padding:.35rem .7rem;text-decoration:none;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}
.header__search .hs-search-field__suggestions #results-for{display:none}

/* Language switcher */
.header__language-switcher{cursor:pointer;padding-right:1.4rem}
.header__language-switcher .lang_switcher_class{position:static}
.header__language-switcher .lang_list_class{border:2px solid;border-radius:3px;-webkit-box-shadow:0 2px 9px 0 rgba(0,0,0,.2);box-shadow:0 2px 9px 0 rgba(0,0,0,.2);display:block;left:calc(100% - 24px);opacity:0;min-width:100px;padding-top:0;text-align:left;top:100%;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;visibility:hidden}
.header__language-switcher:focus .lang_list_class,.header__language-switcher:hover .lang_list_class{opacity:1;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;visibility:visible}
.header__language-switcher .lang_list_class:before{left:70%;top:-25px}
.header__language-switcher .lang_list_class:after{left:70%;top:-22px}
.header__language-switcher .lang_list_class.first-active::after{top:-22px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}
.header__language-switcher .lang_list_class li{border:none;font-size:18px;padding:.35rem .7rem}
.header__language-switcher .lang_list_class li:first-child{border-radius:6px 6px 0 0;border-top:none}
.header__language-switcher .lang_list_class li:last-child{border-bottom:none;border-radius:0 0 6px 6px}
.header__language-switcher .lang_list_class li:hover{-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}
.header__language-switcher--label{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}
.header__language-switcher--label-current{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.75rem;margin-bottom:.175rem;margin-left:.7rem}
.header__language-switcher--label-current:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #494a52;content:"";display:block;height:0;margin-left:.7rem;margin-top:.175rem;width:0}
@media (max-width:767px){
  .header__language-switcher{border-top:2px solid #ced4db;padding-left:1.05rem;padding-right:0}
  .header__language-switcher .lang_list_class{border:none;-webkit-box-shadow:unset;box-shadow:unset;display:block;left:30px;opacity:1;padding:0 1.05rem;top:0;visibility:visible}
  .header__language-switcher .lang_list_class li{background-color:inherit;font-size:.917rem}
  .header__language-switcher--label-current{display:none}
  .header__language-switcher .globe_class{background-image:none}
  .header__language-switcher .lang_list_class li:hover{background-color:inherit}
  .header__language-switcher .lang_list_class:after,.header__language-switcher .lang_list_class:before{content:none}
}

/* Navigation */
#nav-toggle{display:none}
.header-module .header-wrapper .hs-menu-depth-1.hs-item-has-children li a:hover{background:0 0;color:#f7bd2b}

/* Mobile toggles */
@media (max-width: 767px) {
  .header__search.open-search{top:70px}
  .header__language-switcher,.header__navigation{display:none;width:100%}
  .header__language-switcher.open,.header__navigation.open,.header__search.open{background-color:#f8fafc;display:block;left:0;min-height:calc(100vh - 115px);position:absolute;right:0;top:75px;z-index:2}
  .header__close--toggle,.header__language-switcher--toggle,.header__navigation--toggle,.header__search--toggle{cursor:pointer;margin:0 5vw;position:relative}
  .header__language-switcher--toggle.hide,.header__navigation--toggle.hide{display:none}
  .header__language-switcher--toggle.open,.header__navigation--toggle.open,.header__search--toggle.open{display:block;margin-left:0;margin-right:auto}
  .header__language-switcher--toggle:after,.header__navigation--toggle:after,.header__search--toggle:after{display:none;font-size:1.083rem;font-weight:600;position:absolute;left:40px;text-transform:uppercase;top:-10px}
  .header__language-switcher--toggle.open:after,.header__navigation--toggle.open:after,.header__search--toggle.open:after{display:block;word-break:normal}
  .header__navigation--toggle{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);background-size:cover;height:25px;width:25px}
  .header__navigation--toggle:after{content:"Menu"}
  .header__language-switcher--toggle { background-image:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/images/globe.png);background-size:cover;height:25px;width:25px; }
  .header__language-switcher--toggle:after {content:"Language";}
  .header__close--toggle {background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);background-repeat:no-repeat;background-size:110%;display:none;height:25px;margin-right:0;width:25px;}
  .header__close--toggle.show {display:block;}
}
/* Menu and simple menu */
.hs-menu-wrapper ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding-left:0}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
@media (max-width:767px){
  .hs-menu-wrapper.hs-menu-flow-horizontal ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}
@media (max-width:767px){
  .hs-menu-wrapper.hs-menu-flow-vertical ul{display:-webkit-box;display:-ms-flexbox;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%}
/*MULI FONTS*/
@font-face{font-family:'muli semibold';src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-semibold-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-semibold-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-semibold-webfont.ttf) format('truetype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'muli regular';src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-webfont.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'muli bold';src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-bold-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-bold-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-bold-webfont.ttf) format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'muli extralight';src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-extralight-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-extralight-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-extralight-webfont.ttf) format('truetype');font-weight:100;font-style:normal;font-display:swap}
@font-face{font-family:'muli light';src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-light-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-light-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-light-webfont.ttf) format('truetype');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'muli regular';src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-regular-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-regular-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/muli/muli-regular-webfont.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}

/*HELVETICA FONTS*/
@font-face{font-family:'helveticaneue regular';src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/helvetica-neue/helveticaneue.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/helvetica-neue/helveticaneue.woff),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/helvetica-neue/helveticaneue.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}

/*NOTO FONTS*/
@font-face{font-family:NotoSans-Medium;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/noto-sans/noto-sans-medium.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/noto-sans/noto-sans-medium.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/noto-sans/noto-sans-medium.ttf) format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:NotoSans-Bold;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/noto-sans/noto-sans-bold.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/noto-sans/noto-sans-bold.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/noto-sans/noto-sans-bold.ttf) format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:NotoSans-SemiBold;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/noto-sans/noto-sans-semibold.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/noto-sans/noto-sans-semibold.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/noto-sans/noto-sans-semibold.ttf) format('truetype');font-weight:600;font-style:normal;font-display:swap}

/*DARK MODE FONTS*/
@font-face{font-family:darkmodeoff_black;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_black-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_black-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_black-webfont.ttf) format('truetype');font-style:normal;font-display:swap}
@font-face{font-family:darkmodeoff_bold;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_bold-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_bold-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_bold-webfont.ttf) format('truetype');font-style:normal;font-display:swap}
@font-face{font-family:darkmodeoff_light;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_light-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_light-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_light-webfont.ttf) format('truetype');font-style:normal;font-display:swap}
@font-face{font-family:darkmodeoff_medium;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_medium-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_medium-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_medium-webfont.ttf) format('truetype');font-style:normal;font-display:swap}
@font-face{font-family:darkmodeoff_regular;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_regular-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_regular-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_regular-webfont.ttf) format('truetype');font-style:normal;font-display:swap}
@font-face{font-family:darkmodeoff_thin;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_regular-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_regular-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_regular-webfont.ttf) format('truetype');font-style:normal;font-display:swap}
@font-face{font-family:darkmodeoff_xbold;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_xbold-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_xbold-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_xbold-webfont.ttf) format('truetype');font-style:normal;font-display:swap}
@font-face{font-family:darkmodeoff_xlight;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_xlight-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_xlight-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/dark-mode-off/darkmode_darkmodeoff_xlight-webfont.ttf) format('truetype');font-style:normal;font-display:swap}

/*Houschka Pro Fonts*/
@font-face{font-family:houschka_proextrabold;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_extra_bold-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_extra_bold-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_extra_bold-webfont.ttf) format('truetype');font-weight:900;font-style:normal;font-display:swap}
@font-face{font-family:houschka_prolight_italic;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_light_italic-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_light_italic-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_light_italic-webfont.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:houschka_prolight;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_light-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_light-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_light-webfont.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:houschka_promedium_italic;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_medium_italic-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_medium_italic-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_medium_italic-webfont.ttf) format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:houschka_promedium;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_medium-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_medium-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_medium-webfont.ttf) format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:houschka_prothin_italic;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_thin_italic-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_thin_italic-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_thin_italic-webfont.ttf) format('truetype');font-weight:100;font-style:normal;font-display:swap}
@font-face{font-family:houschka_prothin;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_thin-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_thin-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_thin-webfont.ttf) format('truetype');font-weight:100;font-style:normal;font-display:swap}
@font-face{font-family:houschka_probold_italic;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_bold_italic-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_bold_italic-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_bold_italic-webfont.ttf) format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:houschka_probold;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_bold-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_bold-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_bold-webfont.ttf) format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:houschka_prodemibold_italic;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_demi_bold_italic-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_demi_bold_italic-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_demi_bold_italic-webfont.ttf) format('truetype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:houschka_prodemibold;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_demi_bold-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_demi_bold-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_demi_bold-webfont.ttf) format('truetype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:houschka_proextrabold_italic;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_extra_bold_italic-webfont.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_extra_bold_italic-webfont.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/houschka-pro/houschka_pro_extra_bold_italic-webfont.ttf) format('truetype');font-weight:900;font-style:normal;font-display:swap}

/*Baron Fonts*/
@font-face{font-family:baron_sansthin;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/baron/baronSans-thin.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/baron/baronSans-thin.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}

/*Gravity Fonts*/
@font-face{font-family:Gravity;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/gravity/gravity-regular.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/gravity/gravity-regular.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/gravity/gravity-regular.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Gravity;src:url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/gravity/gravity-light.woff2) format('woff2'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/gravity/gravity-light.woff) format('woff'),url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/gravity/gravity-light.ttf) format('truetype');font-weight:300;font-style:normal;font-display:swap}




/*Nohemi*/
@font-face {
    font-family: 'NohemiBlack';
    src: url(); /* IE9 Compat Modes */
    src: url() format('embedded-opentype'), /* IE6-IE8 */
         url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/Nohemi/Nohemi-Black.woff) format('woff'), /* Modern Browsers */
         url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/Nohemi/Nohemi-Black.woff2) format('woff2'), /* Modern Browsers */
         url() format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Nohemi';
    src: url(); /* IE9 Compat Modes */
    src: url() format('embedded-opentype'), /* IE6-IE8 */
         url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/Nohemi/Nohemi-Bold.woff) format('woff'), /* Modern Browsers */
         url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/Nohemi/Nohemi-Bold.woff2) format('woff2'), /* Modern Browsers */
         url() format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'NohemiExtBd';
    src: url(); /* IE9 Compat Modes */
    src: url() format('embedded-opentype'), /* IE6-IE8 */
         url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/Nohemi/Nohemi-ExtraBold.woff) format('woff'), /* Modern Browsers */
         url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/Nohemi/Nohemi-ExtraBold.woff2) format('woff2'), /* Modern Browsers */
         url() format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'NohemiExtLt';
    src: url(); /* IE9 Compat Modes */
    src: url() format('embedded-opentype'), /* IE6-IE8 */
         url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/Nohemi/Nohemi-ExtraLight.woff) format('woff'), /* Modern Browsers */
         url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/Nohemi/Nohemi-ExtraLight.woff2) format('woff2'), /* Modern Browsers */
         url() format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Nohemi';
    src: url(); /* IE9 Compat Modes */
    src: url() format('embedded-opentype'), /* IE6-IE8 */
         url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/Nohemi/Nohemi-Regular.woff) format('woff'), /* Modern Browsers */
         url(//43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/raw_assets/public/transfer-for-generic-landing-page-new/css/fonts/Nohemi/Nohemi-Regular.woff2) format('woff2'), /* Modern Browsers */
         url() format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*main#main-content{margin-top:74px}*/
#main-content .row-fluid [class*=span]{min-height:0}
.hs-landing-page main#main-content{margin-top:0}

/* EBBOK THANKYOU PAGE STYLE */
.ebook-thnk-banner.landing-page-hero-wrapper .column-group{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.ebook-thnk-banner.landing-page-hero-wrapper .contact-button{width:220px}

/* HOME PAGE STYLE */
.home-vdo-slant.divider-wrapper .divider{position:absolute;left:50%;top:-2px;bottom:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}

/* TEAM MEMBER PAGE STYLE */
.team-member .creative-team h1,.team-member .creative-team h2,.team-member .creative-team h3,.team-member .our-founder h1,.team-member .our-founder h2,.team-member .our-founder h3{margin-bottom:70px}
.team-member .creative-team-btm-divider .divider{bottom:auto;top:-2px}
.team-member .team-centred-section .content-column{padding:10% 0 0}

/* SERVICES PAGE STYLE */
.services-page .service-feature-prdct .top-content h1::after,
.services-page .service-feature-prdct .top-content h2::after,
.services-page .service-feature-prdct .top-content h3::after,
.services-page .service-feature-prdct .top-content h4::after{background:#32323c}
.services-page .plans-btm-divider .divider{bottom:auto;top:-2px}
@media(max-width:991px){
  .client-testimonial.testimonial-cards-wrapper .column-group .column{flex:0 0 100%;width:100%}
  .team-member br{display:none}
}
@media (max-width:767px){
  /*main#main-content{margin-top:70px}*/
  .team-member .creative-team h1,.team-member .creative-team h2,.team-member .creative-team h3,.team-member .our-founder h1,.team-member .our-founder h2,.team-member .our-founder h3{margin-bottom:30px}
  .services-page .professional-sec{padding-top:100px;padding-bottom:50px}
}


/* Engage Overview Template */

.sub-title-typo {
  color: rgba(8, 6, 23, 0.8);
  font-family: Nohemi;
  font-size: 18px;
  font-weight: 200!important;
  line-height: 18.08px;
  letter-spacing: 0.3em;
}
.title-typo,
.use-cases-card-module-sg.captive-use-cases-card-section .cards-grid-block .card-flex .flex-item-50:first-child .box .flex-item-content .title {  
  font-family: Nohemi;
  font-size: 52px!important;
  font-weight: 600!important;
  line-height: 56px;
  margin-bottom: 15px;
}
.body-typo {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px; 
}

.hero-banner-module-sg .desc {
  font-family: Nohemi;
  font-size: 29px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
}
.color--light h1,
.color--light h2,
.color--light h3,
.color--light h4,
.color--light h5,
.color--light h6 {
  color: #fff;
}
.content-wrapper-big {
  max-width: 1200px;
  margin: 0 auto;
}
.color--light,
.color--light .body-typo,
.color--light p,
.color--light span,
.color--light div {
  color: rgba(255, 255, 255, 0.72)!important;
}
.button.btn {
  border-radius: 70px;
}
.primary-color {
  color: #FF4242;
}
/* Leaders Benefit Two Column Section */
.two-column-section-module-sg.leaders-benefit .flex .flex-item.flex-item-content {
  display: block;
  flex-basis: 50%;
}
.two-column-section-module-sg.leaders-benefit .flex .flex-item.flex-item-content .content-block {
  display: block;  
}
.two-column-section-module-sg.leaders-benefit .flex .flex-item.flex-item-image {
  flex-basis: 50%;
}
.two-column-section-module-sg.leaders-benefit .content-block .title {
  color: #000;
  font-family: Nohemi;
  font-size: 32px;
  font-weight: 500;
  line-height: 32.14px;
  text-align: left;
}
.two-column-section-module-sg.leaders-benefit .content-block .desc,
.two-column-section-module-sg.leaders-benefit .content-block .desc p {
  color: rgba(5, 18, 39, 0.92);
  font-family: Inter;
  font-size: 18px!important;
  font-weight: 400;
  line-height: 21.78px;
  text-align: left;
}
.two-column-section-module-sg.leaders-benefit .image-block {
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .two-column-module-sg {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .two-column-section-module-sg .content-block {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .two-column-animation-module-sg {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
}
@media (max-width: 767px) {
  .title-typo,
  .use-cases-card-module-sg.captive-use-cases-card-section .cards-grid-block .card-flex .flex-item-50:first-child .box .flex-item-content .title {
    font-size: 42px!important;
    line-height: 110%!important;
  }
  .hero-banner-module-sg .desc {
    font-size: 24px!important;
    line-height: 120%!important;
  }
  .engage-iq-banner .hero-banner-module-sg .content-block .desc {
    font-size: 18px!important;
  }
}

/* Engage IQ Page */
.engage-iq-banner .hero-banner-module-sg .content-block {
  max-width: 1043px;
}
/* .engage-iq-banner .hero-banner-module-sg .hero-image img {
width: auto;
} */
.engage-iq-banner .hero-banner-module-sg .sub-title {
  font-family: Nohemi;
  font-size: 14px;
  font-weight: 200;
  line-height: 14.06px;
  letter-spacing: 0.3em;
  text-align: center;
  color: rgba(255, 255, 255, 0.6)!important; 
  text-transform: uppercase;
}
.engage-iq-banner .hero-banner-module-sg .content-block .title.title-typo {
  font-family: Nohemi;
  font-size: 52px;
  font-weight: 600;  
  text-align: center;  
  background: linear-gradient(to right, #F3E8F4 40.21%, #C494F8 100%)!important;
  /*   background: linear-gradient(to right, #F3E8F4 40.21%, #C494F8 100%); */
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
}
.engage-iq-banner .hero-banner-module-sg .content-block .desc {
  font-family: Inter!important;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #fff!important;
}
.engage-iq-banner .hero-banner-module-sg .hero-image {
  margin-top: 120px!important;
}
.engage-iq-banner.engage-iq-seller-banner .hero-banner-module-sg .hero-image {
  margin-top: 20px!important;
}
@media (max-width: 1024px) {
  .engage-iq-banner .hero-banner-module-sg .hero-image {
    margin-top: 80px!important;
  }
  .engage-iq-banner.engage-iq-seller-banner .hero-banner-module-sg .hero-image {
    margin-top: 20px!important;
  }
}
@media (max-width: 767px) {
  .engage-iq-banner .hero-banner-module-sg .hero-image {
    margin-top: 50px!important;    
  }
  .engage-iq-banner.engage-iq-seller-banner .hero-banner-module-sg .hero-image {
    margin-top: 20px!important;
  }
  .client-logos-grid .column-group .column {
    padding: 10px!important;
  }
}
.engage-iq-banner .hero-banner-module-sg .content-wrapper {
  padding-left: 0!important;
  padding-right: 0!important;
}

.img-fluid img {
  width: 100%;
}

.block-sub-title-typo {
  font-family: Nohemi;
  font-size: 14px;
  font-weight: 200;
  line-height: 14.06px;
  letter-spacing: 0.3em;
  text-align: left;  
  color: #111111;
  text-transform: uppercase!important;
}
.block-title-typo {
  font-family: Nohemi!important;
  font-size: 32px!important;
  font-weight: 500!important;
  line-height: 110%;
  text-align: left;
  margin-bottom: 25px;
}
.secondary-color {
  color: #406AA0;
}
.two-col-text-section .desc,
.two-col-img-section .desc,
.two-col-img-section ul li {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400; 
  text-align: left;
  color: rgba(5, 18, 39, 0.92)!important;
}
.logos-wrapper.client-logos-grid .column-group {
  align-items: center;
}
.logos-wrapper.client-logos-grid .column-inner {
  padding: 0!important;
}
.btn.btn-gradient {
  background-image: linear-gradient(90deg, #FF4242 0%, #FF9380 100%);
  background-color: #fff;
  border: 0 !important;
  font-family: Nohemi;
  font-size: 16px!important;
  font-weight: 400!important;
  padding: 18px 44px!important;
  text-align: center;
  font-family: Nohemi;  
  line-height: 16.07px;
  transition: all .3s ease;
}
.btn.btn-gradient:hover {
  font-family: Nohemi;
  background-color: #fff!important;
  background-image: none !important;
  background-image: none;
  color: #000!important;
}
.form-subscription-module-sg .hs_submit.hs-submit input.hs-button.primary.large:hover {  
  background-image: none !important;
  background-color: #fff!important;  
  background-image: none;
  color: #000!important;
}
.aboutus_bigsec .headingTop h1.main-title {
  padding-right: 0!important;
  max-width: 604px;
}
.text-wrapper.v2.aboutus_bigsec .container {
  margin-left: 0!important;  
}
.onboardiq-banner .column-group .sub-heading .sub-title {
  font-weight: 600!important;
  margin-bottom: 10px!important;
}
.ebook-grid-module-sg.producer-onboarding-ebooks-grid .ebook-grid .box {
  align-items: flex-start;
}
/* .ebook-grid-module-sg.producer-onboarding-ebooks-grid .image-block {
flex-basis: 20%;
} */
.ebook-grid-module-sg.producer-onboarding-ebooks-grid .ebook-grid .box .title {
  color: rgba(9, 7, 24, 1)!important;
  font-family: Nohemi;
  font-size: 52px!important;
  font-weight: 600;
  line-height: 56px;
}
.ebook-grid-module-sg.producer-onboarding-ebooks-grid .content-block.content-block-100 {
  flex-basis: 80%;
  max-width: 60%!important;
}
@media (max-width: 1024px) {
  .ebook-grid-module-sg.producer-onboarding-ebooks-grid .content-block.content-block-100 {
    max-width: 100%!important;
    width: 100%!important;
  }
}
@media (max-width: 767px) {
  .ebook-grid-module-sg.producer-onboarding-ebooks-grid .ebook-grid .box .title {    
    font-family: Nohemi;
    font-size: 32px!important;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
.tab-content-module-sg.producer-onboarding-tab-content .image-block {
  display: block;
}
.tab-content-module-sg.producer-onboarding-tab-content .image-block img {
  margin: auto;
}
@media (max-width: 1299px) { 
  .tab-content-module-sg.producer-onboarding-tab-content .image-block img {
    margin: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tab-content-module-sg.producer-onboarding-tab-content .tab-content .tab-title {
    min-width: auto!important;
    margin-right: 30px;
  }
  .tab-content-module-sg.producer-onboarding-tab-content .tab-content li:last-child .tab-title {
    margin-right: 0!important;
  }
}
.tab-content-module-sg.producer-onboarding-tab-content .tabs {
  max-width: 1200px;
  margin: auto;
}
.tab-content-module-sg.producer-onboarding-tab-content {
  background-color: transparent!important;}

/* linear-gradient(0deg, #406AA0, #406AA0); */

@media (max-width: 920px) {
  .contact-banner-box .main-title {
    font-size: 32px!important;
  }
}
@media (max-width: 767px) {
  .contact-banner-box {
    margin-bottom: 20px;
  }
}
.ebook-grid-module-sg.home-ebooks-grid .box .title {
  font-family: Nohemi;
  font-size: 24px!important;
  font-weight: 500!important;
  line-height: 46px!important;
  color: #111111!important;
  background-image: none!important;
}
.ebook-grid-module-sg.home-ebooks-grid .box .desc {
  font-family: Inter;
  font-size: 16px!important;
  font-weight: 400;
  line-height: 19.36px;
}
.ebook-grid-module-sg.home-ebooks-grid .box .button-area {
  margin-top: 11px!important;
}
.ebook-grid-module-sg.home-ebooks-grid .ebook-grid .box .image-block {
  flex-basis: 45%;
}
.ebook-grid-module-sg.home-ebooks-grid .ebook-grid .box .content-block {
  width: 100%;
  flex-basis: 55%;
}
/* @media (max-width: 767px) {
.ebook-grid-module-sg.home-ebooks-grid .ebook-grid .flex {
display: flex!important;
}
} */
.home-resources-grid-title {
  padding-left: 0!important;
  padding-right: 0!important;
}
.home-resources-grid-title .column-group .column {
  padding-left: 0!important;
  padding-right: 0!important;
}
.home-ceo-testimonial .column-group .column {
  padding-left: 0!important;
  padding-right: 0!important;
}
@media (max-width: 991px) {
  .home-ceo-testimonial {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
  }
}
.about-us-banner .content-column .title span {
  background: linear-gradient(to bottom, #FF4242 0%, #FF9380 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 400!important;
}
.hp_belowHead_wearebuild h4.main-title {
  letter-spacing: 0.3em!important;
}
.about-us-content,
.about-us-content .column-group .column {
  padding-left: 0!important;
}
.about-us-content .container {
  margin-left: 0!important;
}
.ceotestimonial {
  padding-left: 0!important;
  padding-right: 0!important;
}
.ceotestimonial .column-group .column {
  padding-left: 0!important;
  padding-right: 0!important;
}
.ceotestimonial h4.sub-title {
  max-width: 750px!important;
}

.content-module-spacing {
  padding-left: 0!important;
  padding-right: 0!important;
}

.content-module-spacing .column-group .column,
.content-module-spacing .container {
  padding-left: 0!important;
  padding-right: 0!important;
}
@media (max-width: 1024px) {
  .experiencepercentage:not(.smallsize) .main-title {
    font-size: 230px!important;
  }
  .experiencepercentage:not(.smallsize) .content div {
    font-size: 32px!important;
  }
}
@media (max-width: 1023px) {
  .experiencepercentage.smallsize .main-title {
    font-size: 70px!important;
  }
  .experiencepercentage.smallsize .content div {
    font-size: 23px!important;
  }
}
@media (max-width: 767px) {
  .experiencepercentage:not(.smallsize) .main-title,
  .experiencepercentage .main-title {
    font-size: 80px!important;
    line-height: 120%!important;
  }

  .experiencepercentage:not(.smallsize) .content div,
  .experiencepercentage.smallsize .content div,
  .experiencepercentage .content div,
  .experiencepercentage.smallsize .content {
    font-size: 18px!important;
    line-height: 120%;
    color: #fff!important;
  } 
}
.masonry-gallery-module.spacing-none .grid-container {
  gap: 0!important;
  column-gap: 0!important;
}
.grid-container .item {
  margin-bottom: 0!important;
}

.masonry-gallery-module.spacing-none .grid-container .item img {
  object-fit: cover;
}
.max-width-710 {
  max-width: 710px;
}
.onboarding-jit .sub-heading h1.sub-title {
  font-family: Nohemi;
  font-size: 52px!important;
  font-weight: 600!important;
  line-height: 56px!important;
  text-align: left;
  color: rgba(64, 106, 160, 1)!important;
  background-image: none!important;
  background: none!important;
  -webkit-background-clip: unset!important;
  -webkit-text-fill-color: unset!important;
}
.onboarding-jit .main-title {
  font-family: Inter;
  font-size: 18px!important;
  font-weight: 400!important;
  line-height: 46px!important;
  letter-spacing: 0.2em!important;
  color: rgba(8, 6, 23, 0.7)!important;
  box-shadow: 0px 11px 34px 0px rgba(0, 0, 0, 0)!important;
  margin-bottom: 8px;
}

/* Two COlumn Grid Engage Overview */
.two-column-grid-module-sg.engage_overview-two_column_grid .image-block img {
  display: block;
  height: auto;
}
.two-column-grid-module-sg.engage_overview-two_column_grid .content .content-block {
  margin-bottom: 70px!important;
}
.two-column-grid-module-sg.engage_overview-two_column_grid .content .content-block:last-child {
  margin-bottom: 0!important;
}
.two-column-grid-module-sg.engage_overview-two_column_grid .content .title {
  color: rgba(0, 0, 0, 1)!important;
  font-weight: 500!important;
  font-family: Nohemi;
  font-size: 32px!important;
  font-weight: 500!important;
  line-height: 32.14px!important;
}
.two-column-grid-module-sg.engage_overview-two_column_grid .content .desc,
.two-column-grid-module-sg.engage_overview-two_column_grid .content .desc p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  color: rgba(5, 18, 39, 0.92)!important;
}
.two-column-grid-module-sg.engage_overview-two_column_grid .flex {
  flex-flow: row!important;  
}
@media (min-width:768px) {
  .two-column-grid-module-sg.engage_overview-two_column_grid  .flex {
    display: flex!important;
  }
  .two-column-grid-module-sg.engage_overview-two_column_grid .content {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
}
@media (max-width:767px) {
  .two-column-grid-module-sg.engage_overview-two_column_grid .flex .flex-item.flex-item-image {
    display: block;
    text-align: center;
  }
  .two-column-grid-module-sg.engage_overview-two_column_grid .image-block img {
    display: block;
    margin: auto;
  }
  .two-column-grid-module-sg.engage_overview-two_column_grid .content {
    padding-top: 40px!important;
    padding-bottom: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.two-column-grid-module-sg.engage_overview-two_column_grid .flex .flex-item.flex-item-content {
  flex-basis: 65%!important;
}
.two-column-grid-module-sg.engage_overview-two_column_grid .flex .flex-item.flex-item-image {
  flex-basis: 35%!important;
}
/* End of Two COlumn Grid in Enagege Overview */


.cards-grid-module-sg.leaders-card-boxes .card-flex .flex-item-100:last-child .box {
  padding: 0;
  padding-top: 15px;
  padding-right: 40px;
  align-items: center;
}
.cards-grid-module-sg.card-grid-first-box-align-center .flex-item-100 .box {
  align-items: center!important;
}

/* .cards-grid-module-sg.leaders-card-boxes .card-flex .flex-item-100:last-child .box .flex-item-content {
padding-top
} */
@media (max-width: 767px) {
  .vymo-home-body .row-fluid-wrapper.row-depth-1.row-number-7.main_content-row-3-vertical-alignment.dnd-section > .row-fluid,
  .vymo-home-body .row-fluid-wrapper.row-depth-1.row-number-10.main_content-row-4-vertical-alignment.dnd-section > .row-fluid,
  .vymo-home-body .row-fluid-wrapper.row-depth-1.row-number-13.main_content-row-5-vertical-alignment.dnd-section > .row-fluid {
    display: flex!important;
    flex-direction: column-reverse;!important;
  }
  .vymo-home-body .row-fluid-wrapper.row-depth-1.row-number-7.main_content-row-3-vertical-alignment.dnd-section .widget-type-linked_image,
  .vymo-home-body .row-fluid-wrapper.row-depth-1.row-number-10.main_content-row-4-vertical-alignment.dnd-section .widget-type-linked_image,
  .vymo-home-body .row-fluid-wrapper.row-depth-1.row-number-13.main_content-row-5-vertical-alignment.dnd-section .widget-type-linked_image {
    margin: auto;
  }
  .vymo-home-body .row-fluid-wrapper.row-depth-1.row-number-7.main_content-row-3-vertical-alignment.dnd-section .widget-type-linked_image img,
  .vymo-home-body .row-fluid-wrapper.row-depth-1.row-number-10.main_content-row-4-vertical-alignment.dnd-section .widget-type-linked_image img,
  .vymo-home-body .row-fluid-wrapper.row-depth-1.row-number-13.main_content-row-5-vertical-alignment.dnd-section .widget-type-linked_image img {
    display: block;
    max-width: 60%!important;
    margin: auto!important;
  }
}
body {
  scroll-behavior: smooth;
}
.vymo-about-us-page .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.main_content-row-1-background-image.main_content-row-1-force-full-width-section .dnd-column .dnd-row:nth-child(2) .row-fluid .span4 {
  margin-top: 0!important;
  display: block!important;
}
@media (max-width: 1023px) {
  .vymo-about-us-page .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.main_content-row-1-background-image.main_content-row-1-force-full-width-section {
    background: linear-gradient(to bottom, #090717 0%, #203250 100%)!important;
  }  
  .vymo-about-us-page .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.main_content-row-1-background-image.main_content-row-1-force-full-width-section .dnd-column .dnd-row:nth-child(2) .row-fluid .span4 {
    width: 50%!important;
    margin-top: 0!important;
    display: block!important;
  }
  .vymo-about-us-page .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.main_content-row-1-background-image.main_content-row-1-force-full-width-section .dnd-column .dnd-row:nth-child(2) .dnd-column:last-child {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .vymo-about-us-page .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.main_content-row-1-background-image.main_content-row-1-force-full-width-section .dnd-column .dnd-row:nth-child(2) .row-fluid .span4 {
    width: 100%!important;
  }
}

/* .vymo-home-body .row-fluid-wrapper.row-depth-1.row-number-7.main_content-row-3-vertical-alignment.dnd-section .widget-type-linked_image img,
.vymo-home-body .row-fluid-wrapper.row-depth-1.row-number-10.main_content-row-4-vertical-alignment.dnd-section .widget-type-linked_image img,
.vymo-home-body .row-fluid-wrapper.row-depth-1.row-number-13.main_content-row-5-vertical-alignment.dnd-section .widget-type-linked_image img {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
} */

@media (max-width: 767px) {
  .mobile-pt-0 {
    padding-top: 0!important;
    margin-top: 0!important;
  }
}
@media (max-width: 1023px) {
  .two-column-section-module-sg.engage-overview-enage_iq_leader_section .flex,
  .two-column-section-module-sg.two-column-section-module-sg .flex .flex-item.flex-item-content {
    display: flex!important;
  }
}
@media (max-width: 850px) {
  .two-column-section-module-sg.engage-overview-enage_iq_leader_section {
    background: linear-gradient(to right, #dbd0c9 0%, #d2cfcb 100%)!important;
  }
  .two-column-section-module-sg.engage-overview-enage_iq_leader_section .flex,
  .two-column-section-module-sg.two-column-section-module-sg .flex .flex-item.flex-item-content {
    display: block!important;
  }
}

.engage-overview-banner .hero-banner-module-sg .hero-image {
  margin-top: 0!important;
}
.engage-overview-banner .hero-banner-module-sg .hero-image img {
  width: 100%;
}
@media (max-width: 1220px) {
  .engage-overview-banner .hero-banner-module-sg .hero-image {
    margin-top: 40px!important;
  }
}
@media (max-width: 767px) {
  .engage-overview-banner .hero-banner-module-sg .hero-image {
    margin-top: 0!important;
  }
}
.use_animate_image .animate-images-block.eng_overview-hero_first {
  left: 0;
  top: -50px!important
}
.use_animate_image .animate-images-block.eng_overview-hero_second {
  right: 100px!important;
  left: auto!important;
  top: -20px!important
}
.use_animate_image .animate-images-block.eng_overview-hero_third {
  right: 1px!important;
  left: auto!important;
  top: -35px!important
}
@media (max-width: 767px) {
  .engage-overview-banner .hero-banner-module-sg .use_animate_image {
    display: none;
  }
}

/* Blog Listing Page */

.blog-listing-page .blog-listing-banner .title {
  background: linear-gradient(90deg, #ff4242 0, #ff9380) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  box-shadow: 0 11px 34px 0 transparent;
}
.blog-listing-page .blog-listing-banner p {
  font-size: 20px!important;
}
.au-circle {
  background-color: #FF5A5F!important;
}
.au-blog-list__featured-image {
  position: relative;
  padding: 0!important;
  margin-bottom: 24px;
}
.au-blog__heading.blog-list-post-title,
.au-blog__heading.blog-list-post-title a {
  font-family: Nohemi;
  font-size: 20px;
}
.featured-blog-post-module-sg .box .read-post-title:hover a {
  color: #FF5A5F;
}
.au-blog__heading.blog-list-post-title:hover a {
  color: #FF5A5F!important;
}
.main-post-body .desc iframe {
  display: block!important;  
}
.main-post-body .desc .hs-embed-wrapper {
  border-radius: 10px;
}

.text-wrapper.pb-0 .column-group .column {
  padding-bottom: 0;
}
.text-wrapper.pb-0 .column-group .column h2.sub-title {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: normal;
}
.main-title-spacing .main-title {
  margin-bottom: 0!important;
}
.two-column-grid-module-sg .content .desc ul {
  margin-left: 0;
  padding-left: 20px;
}
.engage-overview-banner .hero-banner-module-sg .content-block .title {
  margin-bottom: 0!important;
}
.text-wrapper-widget_1713521640128 .content ul,
.text-wrapper-module_17135881578522 .content ul,
.text-wrapper-module_17135883414324 .content ul,
.text-wrapper-module_17135883414324 .content ol {
  padding-left: 20px;
}
.text-wrapper-widget_1713521640128 .content li,
.text-wrapper-module_17135881578522 .content li,
.text-wrapper-module_17135883414324 .content li {
  color: #e6e3f88c!important;
}

/* Hand Card Animation  */

.two-column-section-module-sg..engage-iq-seller-banner.image-width-50 .hero-relative {
  max-width: 60%;
  margin: auto;
}
.image-width-50 .hero-banner-module-sg .hero-image img {
  width: 60%;
}
@media (max-width: 1024px) {
  .two-column-section-module-sg..engage-iq-seller-banner.image-width-50 .hero-relative {
    max-width: 60%;
    margin: auto;
  }
/*   .image-width-50 .hero-banner-module-sg .hero-image img {
    width: 100%;
  } */
}
@media (max-width: 767px) {
  .two-column-section-module-sg..engage-iq-seller-banner.image-width-50 .hero-relative {
    max-width: 100%!important;   
  }
  .image-width-50 .hero-banner-module-sg .hero-image img {
    width: 100%;
  }
}
.hero-banner-module-sg .use_animate_image .animate-images-block.hand-card-animation img {
  width: 60%!important;
  box-shadow: 0px 8.9px 19.43px 0px rgba(0, 0, 0, 0.05);
}
.hero-banner-module-sg .hero-image img {
  width: fit-content;
}
.hero-banner-module-sg .use_animate_image .animate-images-block.hand-card-animation.hand-card-2 img {
  width: 50%!important;
}
.hero-banner-module-sg .use_animate_image .animate-images-block.hand-card-animation.hand-card-1 {
  top: 40%;
  right: auto;
  left: 25%;
  bottom: auto;
}
.hero-banner-module-sg .use_animate_image .animate-images-block.hand-card-animation.hand-card-2 {
  top: auto;
  right: 0;
  left: auto;
  bottom: 22%;
}
.blog-listing-section-title {
  font-family: Nohemi;
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: normal;
  margin-bottom: 30px;
}
.hero-gradient-section.privacy-policy-banner .title {
  margin-bottom: 0!important;
}
.hero-gradient-section.term-conditions-banner .content-block {
  display: block;
  max-width: 763px;
}
ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,
.form-subscription-module-sg ul.hs-error-msgs label.hs-main-font-element {
  font-family: Inter!important;
  color: #ef6b51!important;
  font-size: 16px!important;
}
.submitted-message p {
  display: block;
  margin-bottom: 0!important;
}
.submitted-message {
  color: #000;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}

.bg-contact-form .form-block form .hs-form-field label.hs-form-booleancheckbox-display {
  display: flex !important;
  align-items: center;
}
.bg-contact-form .form-block form .hs-form-field label.hs-form-booleancheckbox-display .hs-input {
  padding-left: 0!important;
  margin-left: 0 !important;
}
@media (max-width: 1400px) {
  .body-engage-iq-sellers .dnd-section.main_content-row-0-background-image:first-child {
    background-image: linear-gradient(143deg, rgba(22, 23, 27, 1) 0%, rgba(61, 56, 71, 1) 50%, #161A1E 100%)!important; 
  }
}
@media (max-width: 767px) {
  .body-engage-iq-leaders .dnd-section:nth-child(2).main_content-row-1-background-image {
    background-image: linear-gradient(143deg, rgba(22, 23, 27, 1) 0%, rgba(61, 56, 71, 1) 50%, #161A1E 100%)!important; 
  }
  .cards-grid-module-sg.leaders-card-boxes .card-flex .flex-item-100:last-child .box {
    padding: 30px 22px!important;
  }
}

.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label {
  width: fit-content!important;
}
li.hs-form-booleancheckbox label > span,
.form-subscription-module-sg li.hs-form-booleancheckbox label > span {
  padding-left: 0!important;
}
.bg-contact-form form .inputs-list > li,
.form-subscription-module-sg form .inputs-list > li {
  margin-top: 0!important;
  display: block;
  margin-bottom: 10px!important;
}
.bg-contact-form form .hs-fieldtype-booleancheckbox,
.form-subscription-module-sg form .hs-fieldtype-booleancheckbox {
  margin-bottom: 10px!important;
}
.bg-contact-form form li.hs-form-booleancheckbox label > .hs-input,
.form-subscription-module-sg form li.hs-form-booleancheckbox label > .hs-input {
  width: 15px !important;
  height: 15px!important;
}


.greysec {
  justify-content: center!important;
}
@media (max-width: 1240px) {
  .masonry-gallery-module .grid-container .item img {
    height: fit-content!important;
  }
}


.hp_belowHead_wearebuild.home-click .column-group .column-inner a.csbtn.contact-button.button {
  all: unset; /* Resets all styles */
  display: inline-block; /* Ensures the element is still visible */
  cursor: pointer; /* Provides a visual indication that the element is clickable */ 
  padding: 10px 30px;
  border-radius: 20px;
  background: rgba(210, 170, 245, 18%);
  color: #fff;
  text-decoration: none; /* Removes underline */  
  text-align: center;
  border: 1px solid #ff9380 !important;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.hp_belowHead_wearebuild.home-click .column-group .column-inner a.csbtn.contact-button.button:hover {
  background-color: #fa6c63!important;
  color: #fff!important;
  border: 1px solid #ff9380 !important;
}
.column-group .column-inner .btn-grp {
  display: block!important;
}

.two-column-image-section-module-sg.onboard-iq-laptop-section .content-block {
  padding-right: 20px!important;
}
@media (max-width: 1023px) {
  .platform-tab-section .content-wrapper {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
@media (max-width: 950px) {
  body.contact-us-page .dnd-section.main_content-row-0-background-image {
    background-image: linear-gradient(90deg, rgba(47,93,171,1) 0%, rgba(83,89,175,1) 50%)!important;
  }
  .map-contact-module .tab-content iframe {
    margin-top: 0!important;
    z-index: 1!important;
  }
  .map-contact-module .tabs-absolute {
    bottom: -200px;
  }
}
@media (max-width: 600px) {  
  .bg-contact-form {
    padding-top: 300px!important;
  }
}

@media (max-width: 950px) {
  .demo-landing-page .dnd-section:first-child > .row-fluid {
    display: block!important;
  }
  .demo-landing-page .dnd-section:first-child .span6.dnd-column {
    width: 100%!important;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}


.sg-press-relase-post-header {
  padding: 140px 20px 72px 20px;
  background-position: bottom;
}
.sg-press-relase-post-body .hs_cos_wrapper_type_rich_text p span {
  color: #000!important;
  display: inline-block;
}
.sg-press-relase-post-body .hs_cos_wrapper_type_rich_text a span {
  color: #343899!important;
}
.color-white {
  color: #fff!important;
}
.sg-press-relase-post-header .date-published {
  margin-bottom: 28px;
  color: #fff;
  display: block;
}
.sg-press-relase-post-header .title {
  font-size: 44px;
  line-height: 140%;
}
.sg-press-relase-post-header .subtitle {
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  margin-bottom: 28px;
  color: #fff;
}
.sg-press-relase-post-body .sg-blog-post-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sg-press-relase-post-body .ebook-grid-updated-module-sg .ebook-grid .box .title {
  background-image: none!important;
  -webkit-text-fill-color: currentColor!important;
  background: none!important;
  -webkit-background-clip: none !important;
  color: #000!important;
}
.sg-press-relase-post-body .ebook-grid-updated-module-sg .ebook-grid .box {
  padding: 50px 34px;
}
@media (max-width: 768px) {
  .sg-press-relase-post-header .title {
    font-size: 40px;
    line-height: 130%;
  }
  .sg-press-relase-post-header .subtitle {
    font-size: 20px;
    line-height: normal;
  }
  .sg-press-relase-post-body .sg-blog-post-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.btn-primary {
  background-color: #ff5a5f!important;  
  color: #FFF!important;  
  border: 1px solid;
  border-color: #ff5a5f!important;
  border-radius: 82px !important;
  font-family: Nohemi !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.btn-primary:hover {
  background-color: transparent!important;
  border-color: #ff5a5f!important;
  color: #ff5a5f!important;
}
blockquote {
  border-left: 5px solid;
  border-left-color: #ff5a5f!important;
  font-style: italic;
}
blockquote p { 
  font-style: italic;
  font-size: 18px !important;
  line-height: 180% !important;
}

@media (max-width: 767px) {
  .au-blog-list__featured-image img {
    MAX-HEIGHT: 100%!important;
  }
  .featuredsec-flex-item.hide-on-mobile {
    display: none;
  }
}



@media (max-width: 767px) {
  .hero-gradient-section.customer_J24_banner .content-block .title.title-typo {
    font-size: 42px !important;
    line-height: 110% !important;
  }  
}
@media (max-width: 620px) {
  .logos-wrapper-widget_1721749039009 .column.six-col {
    flex: 0 0 50%!important;
    width: 50%!important;
  }
  .logos-wrapper-widget_1721749039009 .column.six-col .column-inner {
    padding: 15px 10px;
  }
}

/* Landing Pages */
.landing-page-card-second-section .top-content-block {
  margin-left: 0!important;
  margin-right: auto!important;
  text-align: left !important;
}
.cards-grid-module-sg .top-content-block .card-subtitle {
  margin-top: 32px;
  font-family: Nohemi;
  font-size: 23px;
  font-weight: 400;
  line-height: 34.5px;
  background: linear-gradient(88.97deg, #F3E8F4 -4.08%, #C494F8 114.72%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 10px;
}
.landing-page-header .hero-banner-module-sg .content-block .title {
/*   text-shadow: 0px 11px 34px rgba(0, 0, 0, 0.8); */
  text-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
  box-shadow: none;
}
.landing-page-header .hero-banner-module-sg .content-block .sub-title.sub-title-typo {
  color: rgba(255, 255, 255, 1);!important;
  font-family: Inter!important;
  font-size: 18px!important;
  font-weight: 400!important;
  line-height: 46px!important;
  letter-spacing: 0.2em!important;
}

.cards-grid-module-sg.landing-page-card-second-section .top-content-block .title {
  max-width: 800px;
}
.cards-grid-module-sg.color--light.landing-page-card-second-section .top-content-block .desc.body-typo,
.cards-grid-module-sg.color--light.landing-page-card-second-section .top-content-block .landing-card-desc,
.cards-grid-module-sg.color--light.landing-page-card-second-section .top-content-block .desc.body-typo p,
.cards-grid-module-sg.color--light.landing-page-card-second-section .top-content-block .desc.body-typo span {
  color: rgba(255, 255, 255, 0.51)!important;
}
.cards-grid-module-sg.landing-page-card-second-section .cards-grid-block .box .icon-image {
  margin-left: -30px;
  margin-bottom: -10px;
}
.landing-cards-grid-module-sg.landing-page-card-third-section .flex-item-100 .box .flex-item.flex-item-spacer {
  flex-basis: 0%;
  -moz-flex-basis: 0%;
  -webkit-flex-basis: 0%;
  -o-flex-basis: 0%;
}
.landing-cards-grid-module-sg.landing-page-card-third-section .flex-item-100 .box .flex-item.flex-item-image {
  flex-basis: 44%;
  -moz-flex-basis: 44%;
  -webkit-flex-basis: 44%;
  -o-flex-basis: 44%;
  margin-bottom: -130px;
}
@media (max-width: 767px) {
  .landing-cards-grid-module-sg.landing-page-card-third-section .flex-item-100 .box {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .landing-cards-grid-module-sg.landing-page-card-third-section .flex-item-100 .box .flex-item.flex-item-image {
    flex-basis: 100%!important;
    margin-bottom: -30px!important;
    padding-top: 0!important;
    margin-left: auto;
    margin-right: auto;
  }
}
.use-cases-card-module-sg.independent-agents-use-cases-card-section .box {
  padding: 40px!important;
}
@media (max-width: 767px) {
  .use-cases-card-module-sg.independent-agents-use-cases-card-section .box {
    padding: 30px!important;
  } 
}
@media (max-width: 550px) {
  .use-cases-card-module-sg.independent-agents-use-cases-card-section .box {
    padding: 20px 30px!important;
  } 
}
.use-cases-card-module-sg.independent-agents-use-cases-card-section .box .content-text .title {
  background-image: none!important;
  -webkit-background-clip: none !important;
  color: #fff!important;
  -webkit-text-fill-color: white !important;
}

/* Captive Landing Page */
.captive-landing-page-header .hero-banner-module-sg .content-block .title {
  background: linear-gradient(90deg, #F3E8F4 40.21%, #C494F8 100%)!important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  box-shadow: 0px 11px 34px 0px #000000CC;
}

.cards-grid-module-sg.landing-page-card-second-section.captive-landing-page-card-second-section .bottom-desc {
  padding-top: 50px;
}
@media (max-width: 1023px) {
  .cards-grid-module-sg.landing-page-card-second-section.captive-landing-page-card-second-section .bottom-desc {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .cards-grid-module-sg.landing-page-card-second-section.captive-landing-page-card-second-section .bottom-desc {
    padding-top: 25px;
  }
  .use-cases-card-module-sg.landing-page-card-last-content-box .cards-grid-block .card-flex .flex-item-50:first-child .box .flex-item-content {
    padding-left: 0!important;
    padding-right: 0!important;
    max-width: 100%!important;
  }
}
.use-cases-card-module-sg.captive-use-cases-card-section .cards-grid-block .card-flex .flex-item-50:first-child {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  -o-flex-basis: 100%;
}
.use-cases-card-module-sg.captive-use-cases-card-section .cards-grid-block .card-flex .flex-item-50:first-child .box {
  padding-top: 70px!important;
  padding-bottom: 70px!important;
  box-shadow: 0px -2px 10px 0px #E9DFFF4D;
  border-radius: 20px;
  background-image: none!important;
}
.use-cases-card-module-sg.captive-use-cases-card-section .cards-grid-block .card-flex .flex-item-50:first-child .box .flex-item-content {
  max-width: 80%;
  margin: auto;
  text-align: center !important;
}
.use-cases-card-module-sg.captive-use-cases-card-section .cards-grid-block .card-flex .flex-item-50:first-child .box .flex-item-content .title,
.use-cases-card-module-sg.captive-use-cases-card-section .cards-grid-block .card-flex .flex-item-50:first-child .box .flex-item-content .desc {
  text-align: center;
}
.use-cases-card-module-sg.captive-use-cases-card-section .cards-grid-block .card-flex .flex-item-50:first-child .box .flex-item-content .title {
  background: linear-gradient(90deg, #F3E8F4 40.21%, #C494F8 100%)!important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cards-grid-module-sg.landing-page-card-second-section.captive-landing-page-card-second-section  .top-content-block .title {
    max-width: 900px;
}
.cards-grid-module-sg.landing-page-card-second-section.captive-landing-page-card-second-section  .top-content-block .desc {
  max-width: 850px;
}

.landing-page-header .hero-banner-module-sg .content-block .title {
  background: none!important;
  -webkit-background-clip: none !important;
  -webkit-text-fill-color: #FFF!important;
  color: #fff!important;
  box-shadow: none;
}

.landing-page-header.black-typo .hero-banner-module-sg .content-block .title {
  background: none!important;
  -webkit-background-clip: none !important;
  -webkit-text-fill-color: #000000!important;
  color: #000000!important;
}
.landing-page-header.black-typo .hero-banner-module-sg .content-block .sub-title.sub-title-typo {
  color: #000;!important;
  box-shadow: 0px 11px 34px 0px #00000000;
}
.title-font {
  font-family: Nohemi; 
}
.btn.btn-outline-dark {
  border-color: #000000!important;
  color: #000000!important;
  background-color: transparent!important;
  font-weight: 400;
  border-radius: 100px; 
}
.btn.btn-outline-dark:hover {
  color: #FFF!important;
  background-color: #000!important;
}

.blog-index-custom-class header.header {
  position: inherit!important;
}
.landing-template-hero--banner .hero-banner-module-sg .content-block {
  margin-left: 0!important;
  max-width: 100%;
}
.landing-template-hero--banner .hero-banner-module-sg .content-block .desc,
.landing-template-hero--banner .hero-banner-module-sg .content-block .desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.51)!important;
}

.cards-grid-module-sg.cards-grid-landing-module-sg.vymo-for-producers-landing-card-grid  .cards-grid-block .box-content {
  border: 1.5px solid rgba(67, 24, 35, 0.6);
  box-shadow: none;
}
.hero-banner-ripple-section.engage-iq-banner.landing-template-hero--banner.vymo-for-producers-banner .title.title-typo {
  max-width: 1024px;
}
.hero-banner-ripple-section.engage-iq-banner.landing-template-hero--banner.vymo-for-producers-banner .title.title-typo,
.cards-grid-module-sg.vymo-for-producers-landing-card-grid .top-content-block .title,
.hero-banner-ripple-section.engage-iq-banner.landing-template-hero--banner.vymo-for-hr-leaders-banner .title.title-typo,
.cards-grid-module-sg.vymo-for-hr-leaders-landing-card-grid .top-content-block .title,
.cards-grid-point-module-sg.vymo-for-hr-leaders-card-grid-point .cards-grid-block .box .title,
.use-cases-card-module-sg.vymo-for-hr-leaders-cta-section .cards-grid-block .card-flex .flex-item-50:first-child .box .flex-item-content .title {
  background: none !important;
  -webkit-background-clip: none !important;
  -webkit-text-fill-color: #FFF !important;
}

.cards-grid-module-sg.cards-grid-landing-module-sg.vymo-for-hr-leaders-landing-card-grid .top-content-block,
.cards-grid-module-sg.cards-grid-landing-module-sg.vymo-for-producers-landing-card-grid .top-content-block,
.cards-grid-module-sg.cards-grid-landing-module-sg.vymo-for-sales-leader-landing-card-grid .top-content-block {
  margin-bottom: 50px;
}

.cards-grid-module-sg.vymo-for-hr-leaders-landing-card-grid .cards-grid-block .box .title,
.cards-grid-module-sg.vymo-for-producers-landing-card-grid .cards-grid-block .box .title {
  margin-bottom: 10px!important;
}
@media (max-width: 768px) {
  .cards-grid-module-sg.cards-grid-landing-module-sg.vymo-for-hr-leaders-landing-card-grid .top-content-block,
  .cards-grid-module-sg.cards-grid-landing-module-sg.vymo-for-producers-landing-card-grid .top-content-block,
  .cards-grid-module-sg.cards-grid-landing-module-sg.vymo-for-sales-leader-landing-card-grid .top-content-block  {
    margin-bottom: 10px;
  }
}
.landing-template-hero--banner.vymo-for-sales-producers-banner .hero-banner-module-sg .content-block .desc, .landing-template-hero--banner.landing-template-hero--banner.vymo-for-sales-producers-banner .hero-banner-module-sg .content-block .desc p {
  color: rgba(255, 255, 255, 0.75) !important;
}
.landing-template-hero--banner.vymo-for-sales-producers-banner .hero-banner-module-sg .sub-title {
  color: rgba(255, 255, 255, 0.7)!important;
}

.demo-landing-page .form_wapper,
.get-a-demo-form-page .form_wapper {
  padding: 40px 26px;
}
.demo-landing-page .hs-richtext.hs-main-font-element p,
.get-a-demo-form-page .hs-richtext.hs-main-font-element {
  color: #000;
}
.demo-landing-page .hs-richtext.hs-main-font-element,
.get-a-demo-form-page .hs-richtext.hs-main-font-element {
  padding: 0 15px;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 426px) {
  .demo-landing-page .form_wapper,
  .get-a-demo-form-page .form_wapper {
    padding: 20px 15px;
  }
}

.cards-grid-module-sg.cards-grid-landing-module-sg.vymo-for-hr-leaders-landing-card-grid .cards-grid-block .box-content {
  border: 1.5px solid rgba(28, 55, 85, 0.45);
  box-shadow: none!important;
}
.cards-grid-module-sg.cards-grid-landing-module-sg.vymo-for-agency-landing-card-grid .cards-grid-block .box-content {
  border: 1.5px solid rgba(57, 37, 75, 0.6);
  box-shadow: none!important;
}
.cards-grid-module-sg.cards-grid-landing-module-sg .cards-grid-block .box .desc ul li {
  padding-bottom: 12px;
}
.cards-grid-module-sg.cards-grid-landing-module-sg .cards-grid-block .box .desc,
.cards-grid-module-sg.cards-grid-landing-module-sg .cards-grid-block .box .desc p,
.cards-grid-point-module-sg .cards-grid-block .box-content .box-desc,
.cards-grid-point-module-sg .cards-grid-block .box-content .box-desc p,
.use-cases-card-module-sg .cards-grid-block .box .desc,
.use-cases-card-module-sg .cards-grid-block .box .desc p {
  line-height: 170%!important;
}

@media (max-width: 767px) {
  .cards-grid-module-sg.cards-grid-landing-module-sg .cards-grid-block .box .desc ul {
    margin-left: 0;
    padding-left: 20px;
  }
  .cards-grid-module-sg.cards-grid-landing-module-sg .cards-grid-block .box-content {
    padding: 30px 20px!important;
  }
}
@media (max-width: 768px) {
  .unlock-banner-title {
    font-size: 42px !important;
    line-height: 110% !important;
  }
}
.client-testimonial.testimonial-cards-wrapper .column .other-detaills div:last-child{max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.client-testimonial.testimonial-cards-wrapper .column .other-detaills p{margin-top:5px}

/* Font Awesome 4.7.0 */
@font-face {
  font-family: 'FontAwesome';
  src: url() format('embedded-opentype'), 
       url() format('woff2'), 
       url() format('woff'), 
       url() format('truetype'), 
       url() format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}
.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}
.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}
.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*Utilities*/
/* 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}
}



.hp_belowHead_wearebuild h4.main-title{
  font-size: 16px;
  font-weight: 200;
  line-height: 16.07px;
  letter-spacing: 0.3em;
  text-align: left; text-transform:uppercase;
}
.hp_belowHead_wearebuild h2.sub-title{
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  margin-bottom:20px;
}
.hp_belowHead_wearebuild h2.sub-title span{
  background: #F3E8F4;
  background: linear-gradient(to right, #F3E8F4 40.21%, #C494F8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hp_belowHead_wearebuild.realresults h2.sub-title{
  background:#567BFF;

  background: linear-gradient(90.44deg, #567BFF -0.22%, #343899 99.62%, #797EDE 99.62%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  font-weight: 500;
  line-height: 46px;

}
.hp_belowHead_wearebuild .content p {
  color: #e6e3f88c !important;}
.hp_belowHead_wearebuild.realresults .content p{
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color:#080416 !important;
  font-family:inter;

}
.hp_belowHead_wearebuild.realresults .contact-button{
  border:1px solid #ff9380 !important;
  font-family:Nohemi;
  display:block;
}

.hp_belowHead_wearebuild.realresults_numbs h4.main-title{
  background:#FF4242;

  background: linear-gradient(90deg, #FF4242 0%, #FF9380 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;


}
.hp_belowHead_wearebuild.realresults_numbs h2.sub-title{
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  margin-top:-20px;

}

.ceotestimonial h2.main-title{
  font-size: 16px;
  font-weight: 200;
  line-height: 16.07px;
  letter-spacing: 0.3em;
  text-align: left;
}
.ceotestimonial h4.sub-title{
  font-family: "Average Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.91px;
  text-align: left;
  margin-bottom: 37px;
}
.ceotestimonial .content p{font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  text-align: left;
  font-family:inter;
}



.hp_belowHead_wearebuild.forLeftTextSection h2.sub-title span{
  background: #FF8760;
  background: linear-gradient(96deg, #FF8760 0%, #FFBCF0 25%, #FDFFA6 56%, #DFDFC1 86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.hp_belowHead_wearebuild .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: center;
  color: #e6e3f88c !important; 
  font-family:inter;
}
.hp_belowHead_wearebuild .content ul li {font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  text-align: left;
  color: #E6E3F8;
  font-family:inter;

}

.hp_belowHead_wearebuild.forLeftTextSection {
  background-image: url('https://43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/Website/Rectangle%2025.png');
  /* color: red; */
  font-size: x-small;
  background-position: top left;
  background-size: auto;
  background-size: 6px;
  padding: 30px 0px 0px 24px;
}
.hp_belowHead_wearebuild.forLeftTextSection .contact-button{
  border:1px solid #ff9380 !important;
  /*   transition:none !important; */
  line-height: 22px !important;
  display: inline-block !important;  
}

a.csbtn.contact-button.button:hover {
  background-color: #fa6c63!important;
  color: #fff!important;
}
.experiencepercentage .main-title {
  text-transform: uppercase;
  /* Warning: no fallback */
  background:/* -webkit-linear-gradient(95.93deg, #FF8760 0%, #FFBCF0 37.99%, #FDFFA6 84.05%, #DFDFC1 130.58%);*/
    -webkit-linear-gradient(88.93deg, #000 35%, #FDFFA6 50%, #FFBCF0 67.99%, #FF8760 84.05%, #DFDFC1 130.58%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  border: 0.8px solid;
  font-size: 330px;
  font-weight: 800;
  line-height: 331.49px;
  letter-spacing: 0.08em;
  text-align: center;
  border:0px;
  color:#080617 !important;
}
.experiencepercentage.big-experience .main-title {
  background: -webkit-linear-gradient(88.93deg, #000 39%, #FDFFA6 50%, #FFBCF0 67.99%, #FF8760 84.05%, #DFDFC1 130.58%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  border: 0.8px solid;
}

.experiencepercentage.smallsize .main-title {
  /* text-transform: uppercase;
  /* Warning: no fallback */
  /*  background: -webkit-linear-gradient(95.93deg, #FF8760 0%, #FFBCF0 37.99%, #FDFFA6 84.05%, #DFDFC1 130.58%);
  /*-webkit-linear-gradient(88.93deg, #000 35%, #FDFFA6 50%, #FFBCF0 67.99%, #FF8760 84.05%, #DFDFC1 130.58%);*/
  /*  -webkit-background-clip: text;
  /*  -webkit-text-stroke: 2px transparent; */
  border: 0.8px solid;
  font-size: 330px;
  font-weight: 800;
  line-height: 331.49px;
  letter-spacing: 0.08em;
  text-align: center;
  border:0px;
  color:#080617 !important;

}

/* #20% .main-title { font-size:50px !important} */
.experiencepercentage.aboutus h4.main-title {    color: #fff !important;
  font-family: Nohemi;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: .3em;
  line-height: 14.06px;
  text-align: center;
  background: none;
}

.experiencepercentage.aboutus h1.main-title { font-family: NohemiExtLt;
  font-size: 70px;;
  font-weight: 100;
  line-height: 90.46px;
  letter-spacing: 0.08em;
  text-align: center;
  background: linear-gradient(95.93deg, #FF8760 0%, #FFBCF0 37.99%, #FDFFA6 84.05%, #DFDFC1 130.58%);
  color:#FF8760;-webkit-background-clip:text;-webkit-text-fill-color:transparent;

}


.experiencepercentage.aboutus .sub-heading {font-family: Nohemi;
  background: -webkit-linear-gradient(95.93deg,#ff8760,#ffbcf0 37.99%,#fdffa6 84.05%,#dfdfc1 130.58%);
  -webkit-background-clip: text;
  text-transform: uppercase;
  -webkit-text-stroke: 1.5px transparent;
  border: 0;


}
.experiencepercentage.aboutus .sub-heading > h1 {font-family: Nohemi;font-size: 156px;
  font-weight: 800;
  line-height: 176.04px;
  letter-spacing: 0.08em;
  text-align: center;
  color:#000;
  margin-bottom:15px;
}






.experiencepercentage .content { 
  font-size: 42px;
  font-weight: 400;
  line-height: 46px;
  text-align: center;
  color:#fff;
  color: Transparent; 
  /* Transparent text color 
  background: linear-gradient(180.84deg, rgba(0, 0, 0, 0) -16.79%, #080617 33.73%); /* Background gradient */
  /* backdrop-filter: blur(10px); */
  margin-top:-160px;
}

.experiencepercentage .content div{ color:#fff}
.experiencepercentage.aboutus .content{margin-top:0px;}
.experiencepercentage.aboutus .content {font-family: Nohemi;
  font-size: 32px;
  font-weight: 400;
  line-height: 32.14px;
  color:#FFFFFF66;

}
.experiencepercentage.smallsize .main-title{font-size: 102px;
  font-weight: 800;
  line-height: 102.49px;}
.experiencepercentage.smallsize .content{
  font-size: 23px;
  font-weight: 400;
  line-height: 30.1px;
  text-align: center;color: #FFFFFFB2 !important;margin-top:-20px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.featureSection {border: 3px solid #FFFFFF4D; border-radius:10px;min-height:200px;}
.featureSection .top-content h3{ color:#fff !important;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;

}
.featureSection .top-content p{ color:#E6E3F899 !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
}
.featureSection a img{width:auto !important;height:auto !important;}
.home_featuredbooks h4.title.primary_color{
  font-family: Nohemi;
  font-size: 14px;
  font-weight: 200;
  line-height: 14.06px;
  letter-spacing: 0.3em;
  text-align: left;
  margin-bottom:0px !important;

}
.home_featuredbooks .description.primary_color h2{font-family: Nohemi;
  font-size: 24px;
  font-weight: 500;
  line-height: 46px;
  text-align: left;
  margin-bottom:0px;
}
.home_featuredbooks .description.primary_color p{font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
}

.home_featuredbooks .column-group .content-column, .home_featuredbooks .column-group .image-column{
  padding:0px !important;
}

.home_featuredbooks .csbtn.contact-button.button {
  border: none !important;
  color: #000 !important;
  text-align: left;
  padding: 0px !important;
  margin: 27px 0px !important;
  font-family: Nohemi !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
  /* text-align: center; */
}

.home_formtextsec h2.main-title{
  font-family: Nohemi;
  font-size: 44px;
  font-weight: 500;
  line-height: 46px;
  text-align: left;
  margin-bottom:0px;

}

.home_formtextsec h4.sub-title{
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 46px;
  text-align: left;

}


.home_subscription_form .field.hs-form-field, 
.home_subscription_form form .inputs-list>li{ display:flex !important;flex-direction:row !important;align-items:center}
.home_subscription_form .field.hs-form-field, .home_subscription_form form .inputs-list>li label{ 
  display:flex !important;flex-direction:row !important;align-items:center;float:left;}
.home_subscription_form .field.hs-form-field, .home_subscription_form form .inputs-list>li label > input{ 
  width:300px;align-items:center;float:left;}
.home_subscription_form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label{  
} 
.home_subscription_form label.hs-form-booleancheckbox-display{
  display:inline-block;
  width:100%; float:left !important;   
} 
.home_subscription_form .input {
  width:100%; float:left !important;  
}
label#label-email-afbe5ed2-9e5a-4360-b67d-f308ad453027_9270{width:20%;}
.home_subscription_form .field.hs-form-field {width:100%;display:block;height:40px;}
li.hs-form-booleancheckbox label{
  float:left;
  width: 100%;
  display:inline-block !important;
}
li.hs-form-booleancheckbox label > .hs-input{
  width: 31px !important;
/*   display: !important; */
  padding: 0px 7px 0px 15px !important;
  margin: 0px 27px 0px 26px;
}
.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label {
  width: 59px;
  display:inline-block !important;
  padding:0px 0px 0px 0px;
  margin:0px 20px;
}
.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > .input > input{border-radius:20px;}
.hs_submit.hs-submit input.hs-button.primary.large {    background: linear-gradient(90deg, #ff4242, #ff9380) !important;
  color: #FF4242 !important;
  color: #fff !important;
  border: 0px !important;
}
li.hs-form-booleancheckbox label > span {padding-left: 23px;}
.hs-richtext.hs-main-font-element p {
  color: #fff;
}
.home_subscription_form .content-column{display:none;}
.header-module .header-wrapper .header_right .header_menu ul.hs-menu-children-wrapper, .primary-bg, .social-icons-wrapper .social-icons-item a{
  background-color:transparent !important;
}


.AboutUs_centeredhero h2{
  font-family: NohemiExtLt;
  font-size: 52px;
  font-weight: 200;
  line-height: 56px;
  text-align: center;
}

.AboutUs_centeredhero h2 span{font-family:Nohemi;}

.AboutUs_centeredhero h2 > span {color: #FF4242; background: linear-gradient(90deg, #FF4242 0%, #FF9380 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.aboutus_bigsec .headingTop h1.main-title{font-family: Nohemiextlt;
  font-size: 52px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom:0px;
}
.aboutus_bigsec .sub-heading h4.sub-title{font-family: Nohemi;
  font-size: 52px;
  font-weight: 400;
  line-height: 56px;
  background: linear-gradient(90deg, #FF4242 0%, #FF9380 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

}

.partnerbox {
  padding: 20px;
  border-radius: 20px;
  margin: 10px;
}

.aboutus_bluegradientsec h4{
  font-family: Nohemi;
  font-size: 14px;
  font-weight: 200;
  line-height: 14.06px;
  letter-spacing: 0.3em;
  text-align: left;

}

.aboutus_bluegradientsec h2{
  font-family: Nohemi;
  font-size: 44px;
  font-weight: 500;
  line-height: 46px;
  text-align: left;

  background: linear-gradient(90.44deg, #FF583E -0.22%, #D36134 99.62%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.aboutus_bluesec_points h2{font-family: Nohemi;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;
}
.aboutus_bluesec_points p{font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
}

.ContactUsMainheading h4{
  font-family: Nohemi;
  font-size: 14px;
  font-weight: 200;
  line-height: 14.06px;
  letter-spacing: 0.3em;
  text-align: left;

}

.ContactUsMainheading h1{
  font-family: Nohemi;
  font-size: 52px;
  font-weight: 500;
  line-height: 46px;
  text-align: left;


}

.contactheader_sections h1.main-title {
  font-family: Nohemi;
  font-size: 44px;
  font-weight: 500;
  line-height: 46px;
  text-align: left;
  padding: 50px 0px 0px 0px;
}

.contactheader_sections h4.sub-title {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  padding-bottom:80px;
}

.contactheader_sections a.csbtn.contact-button.button {
  background: linear-gradient(90deg, #FF4242 0%, #FF9380 100%) !important;
  border: 0px !important;
}

.contactheader_sections .sub-title {
  height: 120px;
}

.contactus_officeheaders h3{font-family: Nohemi;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  text-align: left;
  background: linear-gradient(90deg, #FF4242 0%, #FF9380 100%);

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.contactus_officeheaders .description p{
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.05px;
  text-align: center;

}
.contactus_officeheaders.white h3{
  color: #FFFFFFCC !important;
  background:none;
  -webkit-text-fill-color:#FFFFFFCC;

}
.contactus_officeheaders.white .description p{
  color: #FFFFFF99 !important;
  background:none;
} 

/*home page 1st secion*/
.centred-hero-wrapper{background:#00000026}
.centred-hero-wrapper h1{font-size:52px; line-height:52px}
.centred-hero-wrapper .description {line-height:16px; height:24px; font-family:Inter}
.description h6 span{font-family:inter !important; font-size:18px;} 
.centred-hero-wrapper .btn-grp .button{font-size:18px !important; font-family:nohemi}

/*home page second section*/
.hp_belowHead_wearebuild h4.main-title{font-family:NohemiExtLt}
.hp_belowHead_wearebuild.forLeftTextSection{background-size:inherit}
.hp_belowHead_wearebuild h4.main-title{padding-top:15px}
.hp_belowHead_wearebui.text-wrapper-module_1714551731744 h4.main-title{font-size:14px}
.hp_belowHead_wearebuild ul li{}

.CTA-image-wrapper-widget_1713603588531 a{    text-align: right;
  width: 100%;
  display: block;}

.CTA-image-wrapper-module_1713604338658 a img{width:721px !important;}
.CTA-image-wrapper-module_1713604338658 h3 a span br{display:none}
.CTA-image-wrapper-widget_1713603588531{ 
  background: url(https://43906338.fs1.hubspotusercontent-na1.net/hub/43906338/hubfs/home_featured1-1.png);
  background-size:80% !important;
  background-repeat:no-repeat !important;    background-position-x: 50px !important;
  background-position-y: bottom !important;}



.CTA-image-wrapper-module_17136056831672, .contactheader_sections{    border-image: linear-gradient(to bottom, #080617, #FEEDF2) 1;
  background: linear-gradient(#0c0c0c, #0c0c0c) padding-box, linear-gradient(to right, #e8c2c2, #c4e665) border-box;
  border-radius: 20px;
  border: 2px solid transparent;}


.CTA-image-wrapper-module_17136056831672 .container{
  background: url(https://43906338.fs1.hubspotusercontent-na1.net/hub/43906338/hubfs/home_featured3.png);
  background-color:#0c0c0c;
  background-size: 70% !important;
  background-repeat: no-repeat !important;
  background-position-x: 200px !important;
  background-position-y: -57px !important;
  margin-bottom: -22px;}


.CTA-image-wrapper-module_17136056831672 .container .top-content p,   .contactheader_sections .container .top-content p {width:53%}



















.CTA-image-wrapper-module_17136056831673 .container{
  background: url(https://43906338.fs1.hubspotusercontent-na1.net/hub/43906338/hubfs/home_featured04.png);
  background-color:transparent;
  background-size: 70% !important;
  background-repeat: no-repeat !important;
  background-position-x: 70px !important;
  background-position-y: 160px !important;
  margin-bottom: -22px;}

.CTA-image-wrapper .top-content h3 { 
  font-family:NohemiExtLt ;}

.CTA-image-wrapper-module_17156754544602.featureSection {
  height:530px;
  background: url(https://43906338.fs1.hubspotusercontent-na1.net/hub/43906338/hubfs/home_featured05.png);
  background-color:transparent;    background-repeat: no-repeat;
  background-position-x: 212px;
  background-position-y: 12px;}

.CTA-image-wrapper-module_17156754544603.featureSection {
  height:530px;
  background: url(https://43906338.fs1.hubspotusercontent-na1.net/hub/43906338/hubfs/home_featured06.png);
  background-color:transparent;    background-repeat: no-repeat;
  background-position-x: 182px;
  background-position-y: 12px;}

.CTA-image-wrapper-module_17156754544602{padding-bottom:0px;}
.ceotestimonial h2.main-title { 
  FONT-FAMILY: 'NohemiExtLt';
}
.hp_belowHead_wearebuild h4.main-title {
  font-family: Nohemi;
  letter-spacing: 0;
}
.hp_belowHead_wearebuild h4.main-title{font-family:nohemiextlt; letter-spacing:4px;}
.text-wrapper-widget_1713681865940.ceotestimonial img {margin-left:-14px}
.text-wrapper-widget_1713681865940.text-wrapper h4.sub-title {letter-spacing:0px}
.text-wrapper-widget_1713681865940.text-wrapper .content p span:first-child{opacity:0.6}


h4 {
  font-family: Nohemi;
  font-size: 18px;
  font-weight: 200;
  line-height: 18.08px;
  letter-spacing: 0.3em;
  text-align: left;

}

.producerOn_sec1 .sub-heading h1.sub-title{font-family: Nohemi;
  font-size: 52px;
  font-weight: 400;
  line-height: 56px;
  background: linear-gradient(90deg, #FF4242 0%, #FF9380 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

}

.producerOn_sec1 h4.main-title{
  font-size: 16px;
  font-weight: 200;
  line-height: 16.07px;
  letter-spacing: 0.3em;
  text-align: left; text-transform:uppercase;
  font-family:NohemiExtLt;
}

.producerOn_sec1 .content h3{font-family: Nohemi;
  font-size: 29px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
}

.producerOn_sec1.bluemainh4 .sub-heading h1.sub-title{color: #364672;
  -webkit-text-fill-color: #364672;
}
.producerOn_sec1.bluemainh4 .content p{color: #051227EB;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;

}

.centred-hero-wrapper-widget_1714550496472 .content-column h2.title
{margin-top:100px}

.hs_cos_wrapper_type_rich_text p span {
  color:rgba(230, 227, 248, 0.6) !important;
  display:block;
  /*   text-align:justify; */
  font-family: inter;
  font-size: 18px;
}

.cell_1714210044420-vertical-alignment{  width: 430px;
  flex-direction: column;
  margin-top: -90px !important; 
}


section.hs-tabs-wrapper.producerTabs .hs-tabs{display:ruby-text;}
section.hs-tabs-wrapper.producerTabs .hs-tabs button{border:0px !important;background:none !important;}
section.hs-tabs-wrapper.producerTabs .hs-tabs__tab{
  border-bottom:2px #CECBCB;
  font-family: Nohemi;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;

}
section.hs-tabs-wrapper.producerTabs .hs-tabs__tab[aria-selected='true']{
  color:#406aa0 !important;
}

.main_content-row-3-background-image{background-color:#fafbff}
.aboutus_bigsec .headingTop h1.main-title{padding-right:315px;}
.aboutus_bigsec h4.sub-title {letter-spacing:0px}

.hs_cos_wrapper .text-wrapper-module_1713682976388{
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size:auto;
}
.teampic{display: inline-block;
  width: 30px;
  height: 30px;
  background: #f00;
  float: right;
  background:url('https://43906338.fs1.hubspotusercontent-na1.net/hubfs/43906338/linkedin.png')}

.widget-type-cell .row-number-2  span.hs_cos_wrapper_type_text:nth-child(2){font-family:nohemiextlt; letter-spacing:2px; text-transform:uppercase }
.hs_cos_wrapper .name{font-weight:600}
.span12.widget-span .row-depth-2.row-number-2 {letter-spacing:2px; height:60px; font-weight:100;  color:#111; font-family:nohemiextlt;}
.text-wrapper-module_17162288658396 h4{letter-spacing:0px}
.cell_1714805258564-row-1-vertical-alignment widget_1715073260121-vertical-alignment{ border-radius:20px}
#sales-and-partnership h4, #help-and-support h4, #media-and-press h4{ letter-spacing:0px; color:#000000a3}

#silicon h3, #tokyo h3, #banglore h3, #singapore h3{font-size:18px; text-align:center}
.contactus_officeheaders .description p {font-size:14px}
.two-clm-text-wrapper-widget_1715076903671 .column-group .content-column {padding-bottom:0px !important} 
.two-clm-text-wrapper-module_1715077551951 .column-group .content-column {padding-bottom:0px !important}
.two-clm-text-wrapper-module_17150775557103 .column-group .content-column {padding-bottom:0px !important}
.two-clm-text-wrapper-module_17150775585473 .column-group .content-column{padding-bottom:0px !important}






.two-clm-text-wrapper-widget_1715076903671, .two-clm-text-wrapper-module_1715077551951, 
.two-clm-text-wrapper-module_17150775557103, .two-clm-text-wrapper-module_17150775585473 {height:290px !important}






.form-inner input, .form-inner select, .form-inner textarea{min-height:60px !important; border-radius:9px !important}
.form-inner textarea{min-height:220px !important; }
.form-inner label {margin:0px !important} 
.letschat h2.title{font-family:nohemiextlt; letter-spacing:2px;font-size:14px ; color:#fff; height: 30px; margin-top: 220px !important;}
.letschat .description p{font-size:52px; color:#fff; }
.form-with-text-wrapper-widget_1715078526516.form-with-text-wrapper .form-column .form-inner form input.hs-button{border-radius:100px !important; min-width:460px !important ; font-size:25px !important}
#vymo-onboardiq .column-inner .btn-grp .contact-button{border:solid 1px #000; font-family:nohemi}

.producerOn_sec1.bluemainh4 .sub-heading h1.sub-title{color:#fff;  -webkit-text-fill-color: #fff; font-weight:600}
.producerOn_sec1.bluemainh4 .content p{color:#fff}

.main_content-row-2-background-image{height:1160px}

#lorem-subtitle.producerOn_sec1.bluemainh4 .sub-heading h1.sub-title{color:#406AA0; -webkit-text-fill-color:#406AA0; }

#hs-tabs__content__panel-1--widget_1716096538390 p,
#hs-tabs__content__panel-2--widget_1716096538390 p,
#hs-tabs__content__panel-3--widget_1716096538390 p{margin-left:300px; margin-right:15%;}


#hs-tabs__content__panel-1--widget_1716096538390 h3 span,
#hs-tabs__content__panel-2--widget_1716096538390 h3 span,
#hs-tabs__content__panel-3--widget_1716096538390 h3 span{margin-left:60px; font-size:18px}

#hs_cos_wrapper_widget_1716096538390  .hs-tabs__content {border:0px solid #cccccc !important}
#hs_cos_wrapper_widget_1716096538390 section.hs-tabs-wrapper.producerTabs .hs-tabs button{border-bottom:3px solid #cccccc !important; color:#00000050; margin-right:50px;}

#hs_cos_wrapper_widget_1716096538390 section.hs-tabs-wrapper.producerTabs .hs-tabs [aria-selected='true']{border-bottom:solid 5px #f00}

/* #main-content .main_content-row-3-padding,
#hs_cos_wrapper_widget_1716096538390 .hs-tabs__content__panel{padding-bottom:0px !important} */

.number h4.main-title {
  font-family:nohemi;
  font-weight:regular;
}

.maomaincontainder{position: relative;transform: skewY(-12deg);height: 501px;z-index: -1;top: -187px;}
.mapinnercontainer{height: 653px;width: 100%;position: absolute;top: 0;left: 0;z-index: -1;transform: skewY(12deg);top: -176px;overflow: visible !important;}


.CTA-image-wrapper-module_17136056831672 .container .top-content p {
  padding: 0px 5px 310px 0px;
}
.CTA-image-wrapper.CTA-image-wrapper-module_17136056831673.featureSection .top-content p {
  padding: 0px 5px 310px 0px;
}
@media (max-width: 767px){

  #an-ai-powered-distribution-management-platform-built-for-insurance .content-column h1{font-size:24px; line-height:28px;margin-top:60px;}
  /*   .experiencepercentage .main-title{font-size:118px; margin-bottom:0px;line-height:146px;} */
  .experiencepercentage .content{line-height:40px;margin-top:0px;}
  .hp_belowHead_wearebuild h4.main-title {

    line-height: 25px;
  }

  .CTA-image-wrapper .top-content h3 { text-align: center; }
  .featureSection{margin:10px;}
  .featureSection .top-content p {
    text-align: center;
    padding: 0px 5px 177px 0px;
  }

  #hs_cos_wrapper_module_1713604338658 .featureSection .top-content p {
    padding: 0px 5px 32px 0px;
  }

  .CTA-image-wrapper-module_1713604338658 a img {
    width: 94% !important;
    margin: 0px auto;
    display: block;
  }
  .CTA-image-wrapper-module_17136056831672 .container .top-content p{width:100%}
  .CTA-image-wrapper-module_17136056831672.featureSection .top-content p{padding: 20px 0px 200px 0px;}
  .CTA-image-wrapper-module_17136056831672 .container{background-position-x: center !important;
    background-position-y: 112px !important;
    margin-bottom: -59px;
  }
  .CTA-image-wrapper.CTA-image-wrapper-module_17136056831673.featureSection .top-content p {
    padding: 0px 5px 236px 0px;
  }

  .CTA-image-wrapper-module_17156754544602.featureSection{background-position: center bottom;}
  .CTA-image-wrapper-module_17156754544602.featureSection .top-content p {
    text-align: center;
    padding: 0px 5px 36rem 0px;
  }
  .CTA-image-wrapper-module_17156754544603.featureSection{    background-position: bottom center;
    background-size: contain;
    background-position-y: 230px;background-size:80%;}

  .hp_belowHead_wearebuild.realresults_numbs h4.main-title{text-align:center;}
  .hp_belowHead_wearebuild.realresults_numbs h2.sub-title{text-align:center;}


}

.no-list.hs-error-msgs.inputs-list{
  display: none !important;
}

/* @media (max-width: 1023px) {
.column-group .column-inner a.csbtn.contact-button.button:hover {
background-color: transparent!important;
color: none!important;
}
} */