/* ========================================================================== */
/*  THEME BASE STYLES                                                         */
/* ========================================================================== */
/* Theme variables */



  /***
  Builds variables for flex basis with the calculation for gap
  Add the following fields to parent element: 
  display: flex, justify-content: (whichever), flex-wrap: wrap, gap: (range values)px
***/

/* renders spacer CSS variables */

  /* ========================================================================== */
  /*  1. LAYOUT                                                #layout          */
  /* ========================================================================== */
    
  
    /* ========================================================================== */
    /*  Spacing                                                 #spacing          */

    /* ========================================================================== */
    /*  Breakpoints                                             #brk              */
    
    
    
    
    
    
  
  /* ========================================================================== */
  /*  2. COLORS                                                #clrs            */
  /* ========================================================================== */      

  :root,
  :before,
  :after {
    /* fonts */
    --body-font: 'GT Walsheim', 'Roboto', sans-serif;
    /* colors */
    --white: #ffffff;
    --purple-base: #222034;
    --purple-600: #1f1d2f;
    --purple-400: #383648;
    --purple-300: #646371;
    --purple-250: #888796;
    --purple-200: #D6D3DA;
    --purple-100: #d3d2d6;
    --gray-base: #e9e9eb;
    --gray-light: #cdcccb;
    --gray-base: #e9e9eb;
    --primary-base: #03a9f4;
    --primary-600: #0398dc;
    --primary-400: #1cb2f5;
    --primary-300: #35baf6;
    --primary-200: #4fc3f7;
    --primary-100: #68cbf8;
    --secondary-base: #ffc107;
    --secondary-600: #e6ae06;
    --secondary-400: #ffc720;
    --secondary-300: #ffcd39;
    --secondary-200: #ffd451;
    --secondary-100: #ffda6a;
    --state-error: #fe6958;
    --state-warning: #ffd451;
    --state-success: #3cc08e;
    --background-blue: #eef9fe;
    /* elements */
    --border-radius: 8px;
    --transition: 150ms ease;
    --transition-long: 300ms ease;
    --box-shadow: 0 2px 7px 0 rgba(0,0,0,.08);
    --box-shadow-hover: 0 2px 15px 0 rgba(0,0,0,.09);
    /* spacing */
    --spacer-sm: 16px;
    --spacer-md: 32px;
    --spacer-lg: 48px;
    --spacer-xl: 64px;
    --spacer-xxl: 80px;
    /* layout */
    --container-width: 1276px;
    --vertical-spacer-sm: 32px; 
    --vertical-spacer-md: 64px;
    --vertical-spacer-lg: 80px;
    --vertical-spacer-xl: 120px;
    /* flex & grid basis */
    /***
     example: --basis-2-24
       2 = how many items
       24 = gap (this number is divided by 2 to get the px amount, i.e 24 = 12px)
    ****/
    
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  --basis-1: 0 1 100%;--basis-2-16: 0 1 calc(50.00% - 8px);--basis-2-20: 0 1 calc(50.00% - 10px);--basis-2-24: 0 1 calc(50.00% - 12px);--basis-2-28: 0 1 calc(50.00% - 14px);--basis-2-32: 0 1 calc(50.00% - 16px);--basis-2-36: 0 1 calc(50.00% - 18px);--basis-2-40: 0 1 calc(50.00% - 20px);--basis-2-44: 0 1 calc(50.00% - 22px);--basis-2-48: 0 1 calc(50.00% - 24px);--basis-2-52: 0 1 calc(50.00% - 26px);--basis-2-56: 0 1 calc(50.00% - 28px);--basis-2-60: 0 1 calc(50.00% - 30px);--basis-2-64: 0 1 calc(50.00% - 32px);--basis-3-16: 0 1 calc(33.33% - 11px);--basis-3-20: 0 1 calc(33.33% - 14px);--basis-3-24: 0 1 calc(33.33% - 16px);--basis-3-28: 0 1 calc(33.33% - 19px);--basis-3-32: 0 1 calc(33.33% - 22px);--basis-3-36: 0 1 calc(33.33% - 24px);--basis-3-40: 0 1 calc(33.33% - 27px);--basis-3-44: 0 1 calc(33.33% - 30px);--basis-3-48: 0 1 calc(33.33% - 32px);--basis-3-52: 0 1 calc(33.33% - 35px);--basis-3-56: 0 1 calc(33.33% - 38px);--basis-3-60: 0 1 calc(33.33% - 40px);--basis-3-64: 0 1 calc(33.33% - 43px);--basis-4-16: 0 1 calc(25.00% - 12px);--basis-4-20: 0 1 calc(25.00% - 15px);--basis-4-24: 0 1 calc(25.00% - 18px);--basis-4-28: 0 1 calc(25.00% - 21px);--basis-4-32: 0 1 calc(25.00% - 24px);--basis-4-36: 0 1 calc(25.00% - 27px);--basis-4-40: 0 1 calc(25.00% - 30px);--basis-4-44: 0 1 calc(25.00% - 33px);--basis-4-48: 0 1 calc(25.00% - 36px);--basis-4-52: 0 1 calc(25.00% - 39px);--basis-4-56: 0 1 calc(25.00% - 42px);--basis-4-60: 0 1 calc(25.00% - 45px);--basis-4-64: 0 1 calc(25.00% - 48px);--basis-5-16: 0 1 calc(20.00% - 13px);--basis-5-20: 0 1 calc(20.00% - 16px);--basis-5-24: 0 1 calc(20.00% - 20px);--basis-5-28: 0 1 calc(20.00% - 23px);--basis-5-32: 0 1 calc(20.00% - 26px);--basis-5-36: 0 1 calc(20.00% - 29px);--basis-5-40: 0 1 calc(20.00% - 32px);--basis-5-44: 0 1 calc(20.00% - 36px);--basis-5-48: 0 1 calc(20.00% - 39px);--basis-5-52: 0 1 calc(20.00% - 42px);--basis-5-56: 0 1 calc(20.00% - 45px);--basis-5-60: 0 1 calc(20.00% - 48px);--basis-5-64: 0 1 calc(20.00% - 52px);--basis-6-16: 0 1 calc(16.66% - 14px);--basis-6-20: 0 1 calc(16.66% - 17px);--basis-6-24: 0 1 calc(16.66% - 20px);--basis-6-28: 0 1 calc(16.66% - 24px);--basis-6-32: 0 1 calc(16.66% - 27px);--basis-6-36: 0 1 calc(16.66% - 30px);--basis-6-40: 0 1 calc(16.66% - 34px);--basis-6-44: 0 1 calc(16.66% - 37px);--basis-6-48: 0 1 calc(16.66% - 40px);--basis-6-52: 0 1 calc(16.66% - 44px);--basis-6-56: 0 1 calc(16.66% - 47px);--basis-6-60: 0 1 calc(16.66% - 50px);--basis-6-64: 0 1 calc(16.66% - 54px);
  }

  /* MOBILE ONLY */
  @media (max-width: 640px) {
    :root {
      --vertical-spacer-sm: 32px; 
      --vertical-spacer-md: 32px;
      --vertical-spacer-lg: 32px;
      --vertical-spacer-xl: 32px;
    }
  }
  
  .form,
  form,
  :before,
  :after {
    /* labels */
    --label-color: var(--purple-base);
    --label-font-size: 15px;
    --label-font-weight: 700;
    --label-margin-b: 4px;

    /* legend */
    --legend-font-size: 15px;

    /* inputs */
    --input-color: var(--purple-base);
    --input-bg-color: var(--white);
    --input-border: 1px solid var(--purple-100);
    --input-border-radius: 4px;
    --input-padding: 13px 17px;
    --input-font-size: 1rem;
    --input-font-weight: 400;
    --input-placeholder-color: var(--purple-200);
    --input-focus-border-color: var(--primary-base);

    --input-spacing-y: 16px;
    
    --input-disabled: .7;
    --input-required-color: var(--state-error); /* asterisk following label denoting required field */
    --input-error-color: var(--state-error); /* this is for text and border color */
    --input-error-font-size: 12px;

    /* textarea */
    --textarea-height: 150px;

    /* checkboxes */
    --checkbox-color: var(--input-color);
    --checkbox-height: 18px;
    --checkbox-width: var(--checkbox-height);
    --checkbox-font-size: 16px;
    --checkbox-font-weight: var(--input-font-weight);
    --checkbox-bg-color: var(--white);
    --checkbox-border: 2px solid var(--purple-200);
    --checkbox-border-radius: 4px;
    --checkbox-transition: all 200ms ease;
    --checkbox-hover-border-color: var(--primary-base);

    --checkbox-checked-bg-color: var(--primary-base);
    --checkbox-checked-border-color: var(--primary-base);
    --checkbox-checked-image: url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/raw_assets/public/agilence/assets/icons/checkmark-white-16x16.svg');
    --checkbox-checked-hover-bg-color: var(--primary-600);
    --checkbox-checked-hover-border-color: var(--primary-600);
    
    /* radio */
    --radio-color: var(--input-color);
    --radio-height: 18px;
    --radio-width: var(--checkbox-height);
    --radio-font-size: 16px;
    --radio-font-weight: var(--input-font-weight);
    --radio-bg-color: var(--white);
    --radio-border: 2px solid var(--purple-200);
    --radio-border-radius: 50px;
    --radio-transition: all 200ms ease;
    --radio-hover-border-color: var(--primary-base);

    --radio-checked-bg-color: var(--primary-base);
    --radio-checked-border-color: var(--primary-base);
    --radio-checked-hover-border-color: var(--primary-600);

    --radio-inner-height: 10px;
    --radio-inner-width: var(--radio-inner-height);
    --radio-inner-color: var(--primary-base);
    --radio-inner-hover-color: var(--primary-600);

    /* Select */
    --select-icon: url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/raw_assets/public/agilence/assets/icons/agilence-chevron-down.svg');
    --select-icon-height: 9px;
    --select-icon-width: 14px;
    --select-icon-margin-right: 17px; /* match this to x-padding on input fields */

    /* Date Picker */
    --date-input-icon: url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/raw_assets/public/agilence/assets/icons/agilence-calendar-icon.svg');
    --date-input-icon-height: 24px;
    --date-input-icon-width: 20px;
    --date-input-margin-right: 17px; /* match this to x-padding on input fields */

    --date-picker-font: var(--body-font);
    --date-picker-color: var(--purple-base);
    --date-picker-border: none;
    --date-picker-border-radius: var(--border-radius);

    --date-picker-number-hover-color: var(--white);
    --date-picker-number-hover-bg: var(--secondary-600);
    --date-picker-number-today-color: var(--primary-base);
    --date-picker-number-selected-color: var(--white);
    --date-picker-number-selected-bg: var(--primary-base);
  }

  .form--light,
  :before,
  :after {
    --label-light-color: var(--white);
  }

  /* ========================================================================== */
  /*  3. TYPOGRAPHY                                            #typ             */
  /*=========================================================================== */
  
  
  /* ========================================================================== */
  /*  4. ELEMENTS                                              #elm             */
  /*=========================================================================== */

/* ========================================================================== */
/*  TOOLS                                                                     */
/* ========================================================================== */
/* 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
*/

/* ========================================================================== */
/*  BASE                                                                      */
/* ========================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
:root {
  scroll-behavior: smooth;
}

.body-wrapper.fixed {
  position: fixed;
  width: 100vw;
}

main > .container-fluid:not(.pillar-page):not(.case-study-single) {
  overflow-x: hidden;
}

img {
  height: auto;
  max-width: 100%;
}

.masked-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Regular.otf') format('embedded-opentype'),
       url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Regular.woff2') format('woff2'),
       url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Regular.woff') format('woff'),
       url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT Walsheim';
  src: url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Regular-Oblique.otf') format('embedded-opentype'),
       url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Regular-Oblique.woff2') format('woff2'),
       url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Regular-Oblique.woff') format('woff'),
       url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Regular-Oblique.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'GT Walsheim';
  src: url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Bold.otf') format('embedded-opentype'),
       url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Bold.woff2') format('woff2'),
       url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Bold.woff') format('woff'),
       url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GT Walsheim';
  src: url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Bold-Oblique.otf') format('embedded-opentype'),
       url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Bold-Oblique.woff2') format('woff2'),
       url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Bold-Oblique.woff') format('woff'),
       url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/assets/fonts/GT%20Walsheim/GT-Walsheim-Bold-Oblique.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

html {
  font-size: 18px;
}

body {
  line-height: 1.5;
  overflow-wrap: break-word;
  font-family: 'GT Walsheim', 'Roboto', sans-serif;
  color: var(--purple-base);
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* ========================================================================== */
/*  Rich Text Settings                                                        */

/***** margins for inside rich text modules ****/
.hs_cos_wrapper_type_rich_text h1,
.rich-text-field h1,
.hs_cos_wrapper_type_rich_text h2,
.rich-text-field h2,
.hs_cos_wrapper_type_rich_text h3,
.rich-text-field h3,
.hs_cos_wrapper_type_rich_text h4,
.rich-text-field h4,
.hs_cos_wrapper_type_rich_text h5,
.rich-text-field h5,
.hs_cos_wrapper_type_rich_text h6,
.rich-text-field h6 {
  margin: 0 0 1.1rem;
}

.hs_cos_wrapper_type_rich_text p,
.rich-text-field p {
  margin: 0 0 1.1rem;
}

.hs_cos_wrapper_type_rich_text ul,
.rich-text-field ul,
.hs_cos_wrapper_type_rich_text ol,
.rich-text-field ol {
  margin: 0 0 1.1rem;
}

.hs_cos_wrapper_type_rich_text ul li,
.rich-text-field ul li,
.hs_cos_wrapper_type_rich_text ol li,
.rich-text-field ol li {
  margin-bottom: 15px;
}

.hs_cos_wrapper_type_rich_text p + h2, 
.rich-text-field p + h2, 
.hs_cos_wrapper_type_rich_text p + h3, 
.rich-text-field p + h3, 
.hs_cos_wrapper_type_rich_text p + h4, 
.rich-text-field p + h4, 
.hs_cos_wrapper_type_rich_text p + h5, 
.rich-text-field p + h5, 
.hs_cos_wrapper_type_rich_text p + h6,
.rich-text-field p + h6 {
  margin-top: var(--spacer-md);
} 

.hs_cos_wrapper_type_rich_text p, 
.rich-text-field p {
  margin-bottom: var(--spacer-sm);
  line-height: 1.6em;
}

.hs_cos_wrapper_type_rich_text ul,
.rich-text-field ul,
ul.has-icons {
  list-style: none;
  margin-bottom: var(--spacer-sm);
  padding-left: 0;
}
  
.hs_cos_wrapper_type_rich_text ol,
.rich-text-field ol {
  margin-bottom: var(--spacer-sm);
  padding-left: 0;
}

.hs_cos_wrapper_type_rich_text ul li,
.rich-text-field ul li,
ul.has-icons li {
  position: relative;
  line-height: 1.6rem;
  margin-bottom: 16px;
  padding-left: 30px;
}

.hs_cos_wrapper_type_rich_text ul li:before,
.rich-text-field ul li:before,
ul.has-icons li:before {
  content: url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/raw_assets/public/agilence/assets/icons/checkmark-blue-16x16.svg');
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
} 

.hs_cos_wrapper_type_rich_text img,
.rich-text-field img {
  border-radius: var(--border-radius);
}



/* ========================================================================== */
/*  Headings                                                                  */

/* reset all base heading margins  */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}


h1,
.heading-display-1 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
}

h2,
.heading-display-2 {
  font-size: 2.4444rem;
  line-height: 1.3;
  font-weight: bold;
}

h3,
.heading-display-3 {
  font-size: 1.9444rem;
  line-height: 1.3;
  font-weight: bold;
}

h4,
.heading-display-4 {
  font-size: 1.5556rem;
  line-height: 1.3;
  font-weight: bold;
}

h5,
.heading-display-5 {
  font-size: 1.2222rem;
  line-height: 1.3;
  font-weight: bold;
}

h6,
.heading-display-6 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
}

.preheader {
  font-size: 0.7222rem;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 1.7px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: var(--purple-base);
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2.4444rem;
  }

  h2 {
    font-size: 1.8889rem;
  }

  h3 {
    font-size: 1.3889rem;
  }

  h4 {
    font-size: 1.2222rem;
  }

  h5 {
    font-size: 1.1111rem;
  }

  h6 {
    font-size: 1rem;
  }
}

/* ========================================================================== */
/*  Body Text                                                                 */

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

/* Anchors */

a {
  cursor: pointer;
  color: var(--primary-base);
  text-decoration: none;
  transition: all 150ms ease;
}

a:hover {
  color: var(--primary-600);
}


/* ========================================================================== */
/*  Lists                                                                     */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul li,
ol li {
  margin-bottom: 15px;
}

ol {
  list-style-position: inside;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.4rem;
  padding: 24px;
  padding-left: 34px;
  background-color: var(--background-blue);
  border-left: 10px solid var(--primary-base);
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}


.highlight {
  background-image: linear-gradient(-1deg,var(--secondary-100) 30%,var(--secondary-100) 70%,rgba(0,0,0,0) 70%);
  background-repeat: no-repeat;
  background-position: 0;
}

/* ========================================================================== */
/*  Utilities                                                                 */

/* Size Variants */
.text-sm {
  font-size: 14px;
  line-height: 1.25;
}

/* color variants */
.text-white,
.text-white ,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white .preheader,
.text-white li,
p.text-white,
.text-white p {
  color: var(--white);
}

.text-primary,
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary .preheader,
.text-primary li,
.text-primary p {
  color: var(--primary-base);
}

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .preheader,
.text-light li,
.text-light p {
  color: var(--purple-300);
}

/* alignments */
.text-center {
  text-align: center;
}

/* ========================================================================== */
/*  LAYOUT                                                                    */
/* ========================================================================== */
/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  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:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  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, .dnd-section {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1276px;
}

.dnd-section[class*="force-full-width-section"] {
  max-width: 100%;
}

@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;
  }
} */

.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 21px;
  max-width: var(--container-width);
}

.dnd-section .dnd-column,
.dnd-section .content-wrapper,
.dnd-section[class*="body_dnd_area-row"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.dnd-section {
  margin: 0 0 var(--vertical-spacer-xl);
}

.promo-banner-active .row-number-1.dnd-section {
  padding-top: 160px !important;
}

@media (min-width: 768px) {
  .dnd-section[class*="force-full-width-section"] .dnd-column {
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .content-wrapper,
  .dnd-section > .row-fluid {
    padding: 0;
  }

  .dnd-section {
    margin: 0 0 var(--vertical-spacer-xl);
  }
}

/* ========================================================================== */
/*  COMPONENTS                                                                */
/* ========================================================================== */
/* 
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
This section can be used for global components as well.
*/

.btn-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.btn,
input[type=submit].btn,
.cta_button,
form .hs_submit input[type=submit],
form#email-prefs-form input[type=submit] {
  box-sizing: border-box !important;
  display: inline-flex;
  gap: 8px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: var(--border-radius);
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 300ms ease;
}

/* override hubspots cta border-box */
.btn-group a.cta_button {
  box-sizing: border-box !important;
}

@media (min-width: 768px) {
  .btn-group {
    flex-direction: row;
  }

  .btn-group--center {
    justify-content: center;
  }

  .btn-group--right {
    justify-content: flex-end;
  }

  .btn, 
  input[type=submit].btn {
    width: auto;
  }
}

/** Color Variants **/
.btn--primary,
.form-btn--primary form .hs_submit input[type=submit],
.cta-btn--primary .cta_button,
form#email-prefs-form input[type=submit] {
  background-color: var(--primary-base);
  border-color: var(--primary-base);
  color: var(--white);
}

.btn--primary:hover,
.btn--primary:active,
.form-btn--primary form .hs_submit input[type=submit]:hover,
.form-btn--primary form .hs_submit input[type=submit]:active,
.cta-btn--primary .cta_button:hover,
.cta-btn--primary .cta_button:active,
form#email-prefs-form input[type=submit]:hover,
form#email-prefs-form input[type=submit]:active {
  background-color: var(--primary-600);
  border-color: var(--primary-600);
  color: var(--white);
}

.btn--secondary,
.form-btn--secondary form .hs_submit input[type=submit],
.cta-btn--secondary .cta_button {
  background-color: var(--secondary-base);
  border-color: var(--secondary-base);
  color: var(--purple-base);
}

.btn--secondary:hover,
.btn--secondary:active,
.form-btn--secondary form .hs_submit input[type=submit]:hover,
.form-btn--secondary form .hs_submit input[type=submit]:active,
.cta-btn--secondary .cta_button:hover,
.cta-btn--secondary .cta_button:active {
  background-color: var(--secondary-600);
  border-color: var(--secondary-600);
  color: var(--purple-base);
}

.btn--secondary-clear,
.form-btn--secondary-clear form .hs_submit input[type=submit],
.cta-btn--secondary-clear .cta_button {
  border-color: var(--secondary-base);
  color: var(--secondary-base);
}

.btn--secondary-clear:hover,
.btn--secondary-clear:active,
.form-btn--secondary-clear form .hs_submit input[type=submit]:hover,
.form-btn--secondary-clear form .hs_submit input[type=submit]:active,
.cta-btn--secondary-clear .cta_button:hover,
.cta-btn--secondary-clear .cta_button:hover  {
  border-color: var(--secondary-600);
  color: var(--secondary-600)
}

.btn--clear,
.form-btn--clear form .hs_submit input[type=submit],
.cta-btn--clear .cta_button  {
  border-color: var(--primary-base);
  color: var(--primary-base);
}

.btn--clear:hover,
.btn--clear:active,
.form-btn--clear form .hs_submit input[type=submit]:hover,
.form-btn--clear form .hs_submit input[type=submit]:active,
.cta-btn--clear .cta_button:hover,
.cta-btn--clear .cta_button:active {
  border-color: var(--primary-600);
  color: var(--primary-600)
}

.btn--ghost,
.form-btn--ghost form .hs_submit input[type=submit],
.cta-btn--ghost .cta_button  {
  border-color: var(--white);
  background-color: transparent;
  color: var(--white);
}

.btn--ghost:hover,
.btn--ghost:active,
.form-btn--ghost form .hs_submit input[type=submit]:hover,
.form-btn--ghost form .hs_submit input[type=submit]:active,
.cta-btn--ghost .cta_button:hover,
.cta-btn--ghost .cta_button:active  {
  border-color: var(--gray-light);
  background-color: transparent;
  color: var(--gray-light);
}

.btn--link,
.cta-btn--link .cta_button {
  padding: 0;
  color: var(--primary-base);
}

.btn--link:hover svg {
  transform: translateX(4px);
}

/* Button Icons */
.btn svg,
.btn--link svg {
  transition: all 150ms ease-in-out;
  stroke: inherit;
}

/** Size Variants **/

.btn--sm {
  padding: 8px 15px;
  font-size: 0.7778rem;  
}


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;
}
.hero {
  position: relative;
  z-index: 1;
}

.hero::before {
  content: "";
  position: absolute;
  bottom: 14%;
  left: 50%;
  width: 120%;
  height: 120%;
  background-color: var(--purple-base);
  transform: translateX(-50%) rotate(-4deg);
  z-index: -1;
}

/* ========================================================================== */
/*  Success Stories Variation                                                 */
/* .hero--success-stories {
  padding: 80px 0 250px;
  margin-bottom: 450px;
}

.hero--success-stories::before {
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
}

.hero--success-stories::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-42%);
  z-index: -1;
  background-image: url(https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/raw_assets/public/agilence/assets/placeholders/success-stories-hero-bg-placeholder.png);
} */






/* ========================================================================== */
/*  HERO TYPOGRAPHY                                                           */
/* ========================================================================== */

.hero h1, 
.hero h2, 
.hero h3 {
  margin-bottom: 0.6667rem;
}

.hero p,
.hero .btn-group {
  margin-bottom: var(--spacer-md);
}
/* ========================================================================== */
/*  Module                                                                    */
.form-bg {
  border-radius: var(--border-radius);
  padding: 2.5rem;
}

.form-bg--purple {
  background-color: var(--purple-base);
}

.form-bg--blue {
  background-color: var(--background-blue);
}

/* ========================================================================== */
/*  Fields                                                                    */
.hs-form-field {
  margin-bottom: var(--input-spacing-y);
}

/* ========================================================================== */
/*  Labels                                                                    */
form label,
.form label {
  display: block;
  font-size: var(--label-font-size);
  font-weight: var(--label-font-weight);
  line-height: 1;
  color: var(--label-color);
  margin-bottom: var(--label-margin-b);
}

.form--light form label:not(.hs-error-msgs label),
.form--light form .hs-form-checkbox-display span,
.form--light form .hs-form-radio-display span,
.form--light form input[type=file] {
  color: var(--label-light-color);
}

/* ========================================================================== */
/*  Help Text                                                                 */
form legend {
  font-size: var(--legend-font-size);
}

/* ========================================================================== */
/*  Fieldsets                                                                 */
form fieldset,
.form fieldset {
  max-width: 100% !important;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

fieldset.form-columns-1 .input,
fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}

@media (min-width: 480px) {
  fieldset.form-columns-2 div:first-child .input {
    margin-right: 8px !important;
  }
}

/* ========================================================================== */
/*  Inputs                                                                    */
form input,
form select,
.form select,
form textarea {
  display: inline-block;
  font-size: var(--input-font-size);
  color: var(--input-color);
  padding: var(--input-padding);
  width: 100% !important;
  border: var(--input-border);
  border-radius: var(--input-border-radius);
  background-color: var(--input-bg-color);
}

form input:focus,
form input:focus-visible, 
form input:active, 
form textarea:focus,
form textarea:focus-visible, 
form textarea:active,
form select:focus,
form select:focus-visible,
form select:active,
.form select:focus,
.form select:focus-visible,
.form select:active {
  border-color: var(--input-focus-border-color);
  outline: none;
}

form input:disabled,
form textarea:disabled,
form select:disabled,
.form select:disabled {
  cursor: not-allowed;
  opacity: var(--input-disabled);
}

form input:disabled:focus,
form input:disabled:focus-visible, 
form input:disabled:active, 
form textarea:disabled:focus,
form textarea:disabled:focus-visible, 
form textarea:disabled:active,
form select:disabled:focus,
form select:disabled:focus-visible,
form select:disabled:active,
.form select:disabled:focus,
.form select:disabled:focus-visible,
.form select:disabled:active {
  border-color: var(--input-error-color);
}

form textarea {
  height: var(--textarea-height);
}

form .hs_submit input[type=submit] {
  display: block;
}

/* ========================================================================== */
/*  Form List Items                                                           */  
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

/* ========================================================================== */
/*  Inputs - Checkbox                                                         */
form .hs-form-checkbox-display {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}

form .hs-form-checkbox-display span {
  font-size: var(--checkbox-font-size);
  font-weight: var(--checkbox-font-weight);
  color: var(--checkbox-color);
  transition: var(--checkbox-transition);
}

form input[type=checkbox] {
  position: relative;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
  height: var(--checkbox-height);
  width: var(--checkbox-width) !important;
  transition: var(--checkbox-transition);
}

form input[type=checkbox],
form input[type=checkbox]:focus,
form input[type=checkbox]:focus-visible,
form input[type=checkbox]:active,
form input[type="checkbox"]:disabled,
form input[type="checkbox"]:disabled:hover {
  border: none;
}

form input[type="checkbox"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: var(--checkbox-height);
  width: var(--checkbox-width);
  background-color: var(--checkbox-bg-color);
  border: var(--checkbox-border);
}

form input[type="checkbox"]:before,
form input[type="checkbox"]:after {
  transition: var(--checkbox-transition);
}

form input[type="checkbox"]:before {
  border-radius: 3px;
}

form input[type="checkbox"]:checked:before {
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--checkbox-checked-bg-color);
  border-color: var(--checkbox-checked-border-color);
  background-image: var(--checkbox-checked-image);
}

form input[type="checkbox"]:disabled:before,
form input[type="checkbox"]:disabled:checked:before,
form input[type="checkbox"]:disabled + span,
form input[type="checkbox"]:disabled:checked + span {
  opacity: var(--input-disabled);
}

/* Hover States */
@media (hover: hover) {
  form input[type="checkbox"]:hover:before {
    border-color: var(--checkbox-hover-border-color);
  }

  form input[type="checkbox"]:checked:hover:before {
    background-color: var(--checkbox-checked-hover-bg-color);
    border-color: var(--checkbox-checked-hover-border-color);
  }
}

/* ========================================================================== */
/*  Inputs - Radio                                                            */
form .hs-form-radio-display {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}

form .hs-form-radio-display span {
  font-size: var(--radio-font-size);
  font-weight: var(--radio-font-weight);
  color: var(--radio-color);
  transition: var(--radio-transition);
}

form input[type=radio] {
  position: relative;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
  height: var(--radio-height);
  width: var(--radio-width) !important;
  background: transparent;
  transition: var(--radio-transition);
}

form input[type=radio],
form input[type=radio]:focus,
form input[type=radio]:focus-visible,
form input[type=radio]:active {
  border: none;
}

form input[type="radio"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: var(--radio-height);
  width: var(--radio-width);
  background-color: var(--radio-bg-color);
  border: var(--radio-border);
}

form input[type="radio"]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: var(--radio-inner-height);
  width: var(--radio-inner-width);
  border-radius: var(--radio-border-radius);
  margin: 4px;
}

form input[type="radio"]:before,
form input[type="radio"]:after {
  transition: var(--radio-transition);
}

form input[type="radio"]:before {
  border-radius: var(--radio-border-radius);
}

form input[type="radio"]:checked:before {
  border-color: var(--radio-checked-border-color);
}

form input[type="radio"]:checked:after {
  background-color: var(--radio-inner-color);
}

form input[type="radio"]:disabled:before,
form input[type="radio"]:disabled:checked:after,
form input[type="radio"]:disabled + span,
form input[type="radio"]:disabled:checked + span {
  opacity: var(--input-disabled);
}

/* Hover States */
@media (hover: hover) {
  form input[type="radio"]:hover:before {
    border-color: var(--radio-hover-border-color);
  }

  form input[type="radio"]:checked:hover:before {
    border-color: var(--radio-checked-hover-border-color);
  }

  form input[type="radio"]:checked:hover:after {
    background-color: var(--radio-inner-hover-color);
  }
}

/* ========================================================================== */
/*  Inputs - Select                                                           */
form .hs-fieldtype-select .input,
.form .hs-fieldtype-select .input,
form .select,
.form select,
.form .select {
  position: relative;
}

form select,
.form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

form .hs-fieldtype-select .input:after,
.form .hs-fieldtype-select .input:after,
/* use this class for non-hubspot forms */
form .select:after,
.form select:after,
.form .select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: var(--select-icon-height);
  width: var(--select-icon-width);
  margin-right: var(--select-icon-margin-right);
  background-image: url(https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/raw_assets/public/agilence/assets/icons/agilence-chevron-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

/* ========================================================================== */
/*  Inputs - Date Picker                                                      */
.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: '';
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: var(--date-input-margin-right);
  height: var(--date-input-icon-height);
  width: var(--date-input-icon-width);
  background-image: var(--date-input-icon);
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.hs-datepicker {
  width: 100%;
  max-width: 400px;
}

.fn-date-picker.pika-single.is-bound {
  width: 100%;
  border-radius: var(--date-picker-border-radius);
  border: var(--date-picker-border);
}

.fn-date-picker .pika-lendar {
  height: 100%;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px;
  float: none !important;
}

.fn-date-picker .pika-table {
  margin-bottom: 0;
}

.fn-date-picker .pika-label,
.fn-date-picker .pika-table thead th,
.fn-date-picker .pika-button {
  font-family: var(--body-font);
  color: var(--date-picker-color) !important;
}

.fn-date-picker .pika-table thead th abbr {
  text-decoration: none;
}

.fn-date-picker .pika-button {
  font-family: var(--body-font);
  font-weight: 400;
  text-align: center !important;
  background: transparent !important;
  transition: var(--transition);
  border-radius: var(--border-radius);
}

.fn-date-picker td.is-today .pika-button {
  font-weight: 700;
  color: var(--date-picker-number-today-color) !important;
}

.fn-date-picker td.is-selected .pika-button {
  background-color: var(--date-picker-number-selected-bg) !important;
  color: var(--date-picker-number-selected-color) !important;
  border-radius: var(--border-radius) !important;
  box-shadow: none;
}

@media (hover: hover) {
  .form .fn-date-picker .pika-button:hover {
    background: var(--date-picker-number-hover-bg) !important;
    border-radius: var(--border-radius) !important;
    color: var(--date-picker-number-hover-color) !important;
  }
}

/* ========================================================================== */
/*  Inputs - File Picker                                                      */
form input[type=file] {
  background-color: transparent;
  border-radius: 0;
  border: initial;
  padding-left: 0;
}

/* ========================================================================== */
/*  Headings and Text                                                         */
/* form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
} */

/* ========================================================================== */
/*  GDPR                                                                      */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* ========================================================================== */
/*  Validation                                                                */

.hs-form-required {
  color: var(--input-required-color);
}

.hs-input.invalid.error {
  border-color: var(--input-error-color);
}

.form .hs-error-msgs li {
  position: relative;
  margin-top: 6px !important;
}

.hs-error-msgs label {
  font-size: var(--input-error-font-size);
  color: var(--input-error-color);
}

/* ========================================================================== */
/*  Captcha                                                                   */

.grecaptcha-badge {
  margin: 0 auto;
}

input::placeholder {
  font-family: var(--body-font);
  color: var(--input-placeholder-color);
}
/* ========================================================================== */
/* Filters CSS is used to style and filter system used within the theme. 
   Examples include Events, Integrations, Partners

*******************************************************************************/
#filters {
    display: inline-flex;
    margin-bottom: 24px;
}

#filters select {
  padding-right: 2em;
}

#filters select:hover {
  cursor: pointer;
}

#filters select:focus {
  border-color: var(--purple-100);
}
.icon--right svg,
.icon--right img {
  margin-left: 4px;
}
/* ========================================================================== */
/*  Header & Navigation CSS                                                   */
/* ========================================================================== */

/* ========================================================================== */
/*  Header Partial                                                            */

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 200ms ease, width 0s;
  z-index: 10;
}

.header a {
  white-space: no-wrap;
}

.header--simple {
  padding: 15px 0;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.header-logo {
  display: flex;
  width: 6.9444rem;
}

.header-logo img {
  width: 100%;
}

.header .logo-color,
.header .btn--primary,
.header .btn--clear,
.header .btn--secondary,
.header .btn--secondary-clear {
  display: none;
}

.header .btn--secondary-clear {
  color: var(--secondary-base);
}

/* White Version */
.header--light,
.header.has-scrolled {
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .05);
}

.header--light .logo-color,
.header.has-scrolled .logo-color {
  display: block;
}

.header--light .logo-white,
.header.has-scrolled .logo-white {
  display: none;
}

.header__btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* hover/active states */
.header .btn--secondary-clear:active {
  color: var(--secondary-600);
}

@media (hover: hover) {
  .header .btn--secondary-clear:hover {
    color: var(--secondary-600);
  }
}

@media (min-width: 1024px) {
  .header-container {
    position: relative;
  }

  .header .logo-white,
  .header .btn--clear,
  .header .btn--secondary-clear {
    display: block;
  }

  .header .logo-color,
  .header .btn--primary,
  .header .btn--secondary {
    display: none;
  }

  /* Clear Version */
  .header--light .logo-color,
  .header.has-scrolled .logo-color,
  .header--light .btn--secondary,
  .header.has-scrolled .btn--primary,
  .header.has-scrolled .btn--secondary {
    display: block;
  }

  .header--light .logo-white,
  .header--light .btn--secondary-clear,
  .header.has-scrolled .logo-white,
  .header.has-scrolled .btn--clear,
  .header.has-scrolled .btn--secondary-clear {
    display: none;
  }
}

/* ========================================================================== */
/*  Mobile Trigger                                                            */
.mobile-trigger,
.mobile-trigger--close {
  position: relative;
  display: block;
  width: 25px;
  height: 20px;
}

.mobile-trigger span,
.mobile-trigger--close span {
  content: '';
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
}

.mobile-trigger span:first-child {
  top: 20%;
  width: 12px;
}

.mobile-trigger span:nth-child(2) {
  top: 50%;
  width: 25px;
}

.mobile-trigger span:last-child {
  top: 80%;
  width: 19px;
}

.mobile-trigger--close span {
  top: 50%;
  width: 25px;
}

.mobile-trigger--close span:first-child {
  transform: rotate(45deg);
}

.mobile-trigger--close span:last-child {
  transform: rotate(-45deg);
}

/* White Version */
.header--light .mobile-trigger span,
.header.has-scrolled .mobile-trigger span {
  background-color: var(--primary-base);
}

/* Responsive */
@media (min-width: 1024px) {
  .mobile-trigger {
    display: none;
  }
}

/* ========================================================================== */
/*  Navigation Module - Nav Items                                             */
.nav {
  display: none;
}

.nav.nav--mobile {
  position: absolute;
  display: block;
  width: 100vw;
  height: 0;
  top: 0;
  left: 0;
  padding: 0 20px;
  overflow: hidden;
  z-index: 10;
  background-color: var(--purple-base);
  transition: height 300ms ease;
}

.nav.open {
  height: 100vh;
  overflow: scroll;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.mobile-nav-header .btn--secondary-clear,
.mobile-nav-header .btn--clear{
  display: block;
  width: auto;
}

.nav-container {
  position: relative;
  display: flex;
  flex-direction: column;
}

.nav-item {
  cursor: default;
  display: flex;
  flex-direction: column;
  padding: 24px 0 10px;
  border-bottom: 1px solid var(--purple-300);
}

.nav-item__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-item__title,
a.nav-item {
  font-size: 0.8889rem;
  line-height: 1.25;
  color: #fff;
}

.nav-item__icon {
  transition: all 200ms ease;
}

.nav-item__icon svg {
  fill: #fff;
  transition: all 200ms ease;
}

@media (min-width: 1024px) { 
  .nav {
    display: block;
  }

  .mobile-nav-header {
    display: none;
  }
  
  .nav-container {
    flex-direction: row;
    align-items: center;
    z-index: 100;
    perspective: 2000px;
  }

  .nav-item {
    position: relative;
    align-items: center;
    gap: 6px;
    padding: 1rem 0.6667rem;
    border: none;
    perspective: 2000px;
  }

  a.nav-item {
    cursor: pointer;
  }

  .nav-item__header {
    gap: 6px;
  }

  a.nav-item .nav-item__header {
    padding: 4px 0 3px;
  }
  
  .nav-item__header:after {
    content: '';
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-base);
    transition: width 200ms ease;
  }

  .nav-item__title,
  a.nav-item {
    font-size: 0.8889rem;
    line-height: 1.25;
    color: #fff;
  }

  .nav-item__icon {
    transition: all 200ms ease;
  }

  .nav-item__icon svg {
    fill: #fff;
    transition: all 200ms ease;
  }

  /* Clear Version */
  .header--light .nav-item__title,
  .header.has-scrolled .nav-item__title,
  .header--light a.nav-item .nav-item__header,
  .header.has-scrolled a.nav-item .nav-item__header {
    color: var(--purple-base);
  }

  .header--light .nav-item__icon svg,
  .header.has-scrolled .nav-item__icon svg {
    fill: var(--purple-base);
  }
}

/* hover/active states */
.nav-item.active .nav-item__icon {
  transform: rotate(-180deg);
}

@media (hover: hover) {
  .nav-item:hover .nav-item__header:after {
    width: 100%;
  }

  .nav-item:hover .nav-item__icon {
    transform: rotate(-180deg);
  }
}

/* ========================================================================== */
/*  Dropdown                                                                  */
.dropdown__bg {
  display: none;
}

.dropdown {
  display: block;
  overflow: hidden;
  transition: all 250ms, opacity 200ms;
}

@media (min-width: 1024px) {
  .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    padding: 45px;
    overflow: visible;
    transform: translateX(-50%);
    /* rotateX(-15deg) */
    will-change: transform;
  }

  .navitem-enter .dropdown {
    display: block;
  }

  .navitem-enter-active .dropdown {
    opacity: 1;
    transform: translateX(-50%);
    /* rotateX(0deg) */
  }

  .dropdown__bg {
    perspective: 2000px;
    display: flex;
    position: absolute;
    top: calc(100% - 10px);
    opacity: 0;
    transition: all 200ms, opacity 150ms, translateX 50ms;
    transform-origin: 50% 0%;
    z-index: -1;
  }

  .dropdown__bg.open {
    opacity: 1;
  }

  .dropdown__bg-inner {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .05);
    /* transform: rotateX(-25deg); */
    transition: all 400ms ease;
  }

  /* .dropdown__bg.open .dropdown__bg-inner {
    transform: rotateX(0deg);
  } */

}

/* ========================================================================== */
/*  Dropdown Sections                                                         */
.dropdown-section-container {
  display: flex;
  flex-direction: column;
  gap: 2.2222rem;
  padding: 18px 0 14px;
  margin-left: 20px;
}

.dropdown-section-container .preheader {
  position: relative;
  font-size: 0.6667rem;
  color: var(--white);
  padding-bottom: 0.4444rem;
  margin-bottom: 1.1667rem;
}

.dropdown-section-container .preheader:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 32px;
  background-color: var(--purple-300);
}

.featured__section {
  display: none;
}

.dropdown-item-container,
.featured-content-container {
  display: flex;
  flex-direction: column;
  gap: 0.6667rem;
}

.dropdown-item-container {
  align-items: flex-start;
}

.dropdown-item__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--white);
  margin-bottom: 0;
}

.dropdown-item__desc,
.dropdown-item__img {
  display: none;
}

@media (min-width: 1024px) {
  .dropdown-section-container {
    flex-direction: row;
    padding: 0;
    margin: 0;
  }

  .featured__section {
    display: block;
    flex-basis: 80%;
    margin-left: 10px;
  }

  .dropdown__section {
    width: 320px;
  }

  .dropdown-section-container .preheader {
    font-size: 0.7222rem;
    color: var(--purple-300);
    margin-bottom: 1.6667rem;
  }

  .dropdown-section-container .preheader:after {
    width: 90%;
    background-color: var(--gray-base);
  }

  .dropdown-item-container {
    gap: 21px;
  }

  .featured-content-container {
    flex-direction: row;
    width: 600px;
    gap: 32px
  }

  .dropdown-item,
  .featured-content {
    display: flex;
    align-items: flex-start;
  }

  .dropdown-item {
    gap: 16px;
  }

  .featured-content {
    flex-direction: column;
    flex: var(--basis-3-32);
  }

  .dropdown-item__img {
    display: block;
    height: 22px;
    width: 22px;
  }

  .featured-content__img {
    content: '';
    display: block;
    height: 130px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--border-radius);
    margin-bottom: 16px;
  }

  .dropdown-item__title {
    font-size: 15px;
    font-weight: 600;
    color: var(--purple-base);
    margin-bottom: 4px;
    transition: all 200ms ease;
  }

  .featured-content__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--purple-base);
    transition: all 200ms ease;
    margin-bottom: 4px;
  }

  .dropdown-item__desc,
  .featured-content__desc {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: var(--purple-300);
    margin-bottom: 0;
  }
}

/* hover/active states */
@media (hover: hover) {
  .dropdown-item:hover .dropdown-item__title,
  .featured-content:hover .featured-content__title {
    color: var(--primary-base);
  }  
}
/* ========================================================================== */
/*  Footer and Menu CSS                                                       */
/* ========================================================================== */

/* ========================================================================== */
/*  Footer Partial                                                            */
.footer-wrapper {
  background-color: var(--white);
  border-top: 1px solid var(--gray-base);
  border-bottom: 1px solid var(--gray-base);
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacer-md);
  padding: 70px 0;
}

.footer__logo {
  display: flex;
  width: 9.2222rem;
  margin: 0 auto 24px;
}

.footer__logo img {
  width: 100%;
}

.footer__link-email,
.footer__link-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 0.8889rem;
  line-height: 20px;
  color: var(--primary-base);
  margin-bottom: 10px;
}

.footer__link-email:before {
  content: url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/raw_assets/public/agilence/assets/icons/agilence-email.svg');
  height: 1rem;
}

.footer__link-phone:before {
  content: url('https://201960.fs1.hubspotusercontent-na1.net/hubfs/201960/raw_assets/public/agilence/assets/icons/agilence-phone.svg');
  height: 1rem;
}

/* Responsive */
@media (min-width: 640px) {
  .footer-container {
    align-items: flex-start;
  }

  .footer__logo {
    margin: 0 0 24px;
  }

  .footer__link-email,
  .footer__link-phone {
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
    gap: auto;
    padding: 70px 0 104px;
  }
}

/* ========================================================================== */
/*  Menu                                                                      */
.footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: var(--spacer-md);
}

.footer-menu__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: var(--purple-base);
  margin-bottom: 12px;
}

.footer-menu__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-menu__item {
  font-size: 16px;
  line-height: 20px;
  color: var(--purple-base);
  transition: all 200ms ease;
}

/* hover/active states */
.footer-menu__item:active {
  color: var(--primary-base);
}

@media (hover: hover) {
  .footer-menu__item:hover {
    color: var(--primary-base);
  }
}

/* Responsive */
@media (min-width: 640px) {
  .footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacer-md);
    text-align: start;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--spacer-xl);
    width: auto;
  }
}

/* ========================================================================== */
/*  Sub-Footer                                                                */
.subfooter-wrapper {
  background-color: var(--white);
}

.footer--simple .subfooter-wrapper {
  padding: 10px 0;
  border-top: 1px solid var(--gray-base);
}

.subfooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacer-sm);
  padding: 14px 0;
}

.social-links {
  display: flex;
  align-items: center;
  gap: var(--spacer-sm);
}

.social-link svg {
  display: block;
  height: 16px;
  fill: var(--primary-600);
  transition: all 200ms ease;
}

.subfooter__links {
  display: flex;
  align-items: center;
  gap: var(--spacer-sm);
}

.footer-copyright,
.subfooter__link {
  font-size: 13px;
  line-height: 14px;
  color: var(--purple-base);
  transition: all 200ms ease;
}

/* hover/active states */
.subfooter__link:active {
  color: var(--primary-600);
}

@media (hover: hover) {
  .subfooter__link:hover {
    color: var(--primary-600);
  }
  
  .social-link:hover svg {
    fill: var(--primary-600);
  }
}

/* Responsive */
@media (min-width: 640px) {
  .subfooter {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
/* 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;
}
.tag {
  display: inline-block;
  font-size: 0.7222rem;
  font-weight: bold;
  line-height: 1.3;
  color: var(--purple-base);
  padding: 4px 12px;
  border: 1px solid var(--purple-base);
  border-radius: 15px;
}

.tag--secondary {
  background-color: var(--secondary-100);
  border-color: var(--secondary-base);
}

.tag--has-link:hover {
  color: var(--primary-base);
  background-color: var(--white);
  border-color: var(--primary-base);
}

@media (hover: hover) {
   .tag--has-link:hover {
    color: var(--primary-base);
    border-color: var(--primary-base);  
  }
}
.cs-card {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  overflow: hidden;
  transition: transform 150ms;
}

.cs-card [id*=".thumb_container"] {
  position: static !important;
  display: flex;
  flex-direction: column;
  height: 100% !important;
  width: 100% !important;
}

.cs-card__image {
  width: 100%;
  height: 181px;
}

.cs-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.cs-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 21px;
}

.cs-card__upper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cs-card__logo {
  max-height: 34px;
}

.cs-card__logo img {
  max-height: 100%;
}

.cs-card .btn--link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7778rem;
}

@media (hover: hover) {
  .cs-card:hover {
    transform: translateY(-5px);
  }

  .cs-card:hover .btn--link:not(.btn--link-play) svg {
    transform: translateX(4px);
  }
}