






*, *: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;
  max-width: 100%;
  height: auto;
}

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



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .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: 0;
    -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.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
  
  .container-fluid {
    *zoom: 1;
  }
  
  .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;
    }
  }
  
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
  @media (min-width: 768px) {
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
  
    .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: 0;
      -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.66%;
    }
    .row-fluid .span10 {
      width: 83.33%;
    }
    .row-fluid .span9 {
      width: 75%;
    }
    .row-fluid .span8 {
      width: 66.66%;
    }
    .row-fluid .span7 {
      width: 58.33%;
    }
    .row-fluid .span6 {
      width: 50%;
    }
    .row-fluid .span5 {
      width: 41.66%;
    }
    .row-fluid .span4 {
      width: 33.33%;
    }
    .row-fluid .span3 {
      width: 25%;
    }
    .row-fluid .span2 {
      width: 16.66%;
    }
    .row-fluid .span1 {
      width: 8.33%;
    }
  }
  
  /* Clearfix */
  
  .clearfix {
    *zoom: 1;
  }
  
  .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 {
  margin: 0 auto;
  padding: 0 15px;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}




@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/fa-brands-400.woff2") format("woff2"), 
    url("//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/fa-brands-400.ttf") format("truetype"); 
      font-weight: 400; 
      font-display: block; 
      }
@font-face {
  font-family: 'Open Sans';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-MediumItalic.woff2') format('woff2'),
    url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-MediumItalic.woff') format('woff'),
      url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-MediumItalic.ttf') format('truetype'),
        url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-MediumItalic.svg') format('svg');
          font-weight: 500;
          font-style: italic;
          font-display: swap;
          }

@font-face {
  font-family: 'Open Sans';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Medium.woff2') format('woff2'),
    url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Medium.woff') format('woff'),
      url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Medium.ttf') format('truetype'),
        url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Medium.svg') format('svg');
          font-weight: 500;
          font-style: normal;
          font-display: swap;
          }

@font-face {
  font-family: 'Open Sans';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-LightItalic.woff2') format('woff2'),
    url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-LightItalic.woff') format('woff'),
      url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-LightItalic.ttf') format('truetype'),
        url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-LightItalic.svg') format('svg');
          font-weight: 300;
          font-style: italic;
          font-display: swap;
          }

@font-face {
  font-family: 'Open Sans';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-SemiBold.woff') format('woff'),
      url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-SemiBold.svg') format('svg');
          font-weight: 600;
          font-style: normal;
          font-display: swap;
          }

@font-face {
  font-family: 'Open Sans';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
    url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
      url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-SemiBoldItalic.ttf') format('truetype'),
        url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-SemiBoldItalic.svg') format('svg');
          font-weight: 600;
          font-style: italic;
          font-display: swap;
          }

@font-face {
  font-family: 'Open Sans';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Regular.woff2') format('woff2'),
    url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Regular.woff') format('woff'),
      url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Regular.ttf') format('truetype'),
        url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Regular.svg') format('svg');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
          }

@font-face {
  font-family: 'Open Sans';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
    url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-BoldItalic.woff') format('woff'),
      url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-BoldItalic.ttf') format('truetype'),
        url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-BoldItalic.svg') format('svg');
          font-weight: bold;
          font-style: italic;
          font-display: swap;
          }

@font-face {
  font-family: 'Open Sans';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Bold.woff2') format('woff2'),
    url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Bold.woff') format('woff'),
      url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Bold.ttf') format('truetype'),
        url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Bold.svg') format('svg');
          font-weight: bold;
          font-style: normal;
          font-display: swap;
          }

@font-face {
  font-family: 'Open Sans';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Italic.woff2') format('woff2'),
    url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Italic.woff') format('woff'),
      url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Italic.ttf') format('truetype'),
        url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Italic.svg') format('svg');
          font-weight: normal;
          font-style: italic;
          font-display: swap;
          }

@font-face {
  font-family: 'Open Sans';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-ExtraBold.woff2') format('woff2'),
    url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-ExtraBold.woff') format('woff'),
      url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-ExtraBold.ttf') format('truetype'),
        url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-ExtraBold.svg') format('svg');
          font-weight: 900;
          font-style: normal;
          font-display: swap;
          }

@font-face {
  font-family: 'Open Sans';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Light.woff2') format('woff2'),
    url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Light.woff') format('woff'),
      url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Light.ttf') format('truetype'),
        url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-Light.svg') format('svg');
          font-weight: 300;
          font-style: normal;
          font-display: swap;
          }

@font-face {
  font-family: 'Open Sans';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
    url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
      url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'),
        url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/OpenSans-ExtraBoldItalic.svg') format('svg');
          font-weight: 900;
          font-style: italic;
          font-display: swap;
          }

@font-face {
  font-family: 'Lexend Deca';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/LexendDeca-Light.ttf') format('truetype');
          font-weight: 300;
          font-style: normal;
          font-display: swap;
          }
@font-face {
  font-family: 'Lexend Deca';
  src: url('//7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/raw_assets/public/OH_Jan2024_Theme/fonts/LexendDeca-ExtraBold.ttf') format('truetype');
          font-weight: 800;
          font-style: normal;
          font-display: swap;
          }



body {
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin: 0 0 1rem;
  line-height: 1.8em;
}

strong {
  font-weight: 600;
}

/* Links */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  margin: 0 0 10px;
}

h1 {
  font-size: 62px;
  line-height: 1.4em;
}

h2 {
  font-size: 42px;
  line-height: 1.4em;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 20px;
  line-height: 1.6em;
}

h5 {
  font-size: 20px;
  line-height: 1.2em;
}

h6 {
  font-size: 18px;
  line-height: 1.4em;
}

/* Lists */

ul li,
ol li {
  /*   font-size: 1rem;
  line-height: 2; */
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 20px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul.no-list {
  list-style: none;
}

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0 2.8rem;
}

/* Horizontal Rules */

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ccc;
  background-color: #ccc;
  height: 0;
  border: none;
}

/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: auto;
  outline-color: #006bb1;
}
:focus:not(:focus-visible) {
  outline: none;
}
.disable-focus-styles :focus {
  outline: none;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-chevron-up:before {
  content: "\f077";
}

/* Responsive br linebreak */
@media (max-width:1200px){.oh-responsive-at-1200{display:none}}
@media (max-width:1100px){.oh-responsive-at-1100{display:none}}
@media (max-width:1024px){.oh-responsive-at-1024{display:none}}
@media (max-width:992px){.oh-responsive-at-992{display:none}}
@media (max-width:900px){.oh-responsive-at-900{display:none}}
@media (max-width:768px){.oh-responsive-at-768{display:none}}
@media (min-width:768px){.oh-responsive-above-767{display:none!important}}
@media (max-width:767px){.oh-responsive-at-767{display:none!important}.oh-responsive-above-767{display:inline!important}}
@media (max-width:600px){.oh-responsive-at-600{display:none}}
@media (max-width:565px){.oh-responsive-at-565{display:none}}
@media (max-width:425px){.oh-responsive-at-425{display:none}}.oh-responsive-max-424{display:none}
@media (max-width:424px){.oh-responsive-max-424{display:inline}}
@media (max-width:375px){.oh-responsive-at-375{display:none}}


.oh-doc-style table{
  border: 1px solid #c8c8c8;
  border-collapse:collapse;
  width:100%;
}

.oh-doc-style table, 
.oh-doc-style table th, 
.oh-doc-style table tr, 
.oh-doc-style table td{
  border:1px solid #ececec; /* #-e0e3e5 */
  min-height:24px;
}

.oh-doc-style table th{
  background-color:#efefef;
}

.oh-doc-style a img{
  margin-bottom: -3px;
}

.oh-doc-style table td,
.oh-doc-style table th{
  line-height:1.8;
  text-align:left;
  vertical-align:top;
  padding: 13px 24px;
    overflow-wrap: normal;
}

.oh-doc-style ul li:last-child, 
.oh-doc-style ul>li>ul>li{
  margin-bottom:0px;
}

.oh-doc-style ul>li>ul{
  padding-bottom:0px;
}

.oh-doc-style tr:nth-child(odd) 
{
  background-color: #f8f8f8;
}

.oh-doc-style{
  margin-bottom:40px !important;
}

.oh-doc-style td,
.oh-doc-style th{
  line-height: 22px;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  vertical-align:middle;
}

.oh-doc-style td p{
  line-height: 22px !important;
  padding-bottom:0px !important;
}

@media only screen and (max-width: 1280px) {

  .oh-doc-style{
    padding-left:0px !important;
    /*padding-right:0px !important;*/
  }
}

@media only screen and (max-width: 767px) {

  .oh-doc-style ol>li:before {
    min-width: 0px;
    padding-right:0.5em;
  }

  .oh-doc-style ol>li>ol>li:before {
    padding-right: 0.5em;
    min-width: 0px;
  }	
  .oh-doc-style td, .oh-doc-style th{
    font-size: 12px;
    line-height: 16px;
  }


  .oh-doc-style table td, .oh-doc-style table th {
    padding: 5px;
    word-break: break-word;
    vertical-align:top;
  }

  .oh-doc-style .col-sm-12{
    padding-left:0px;
    padding-right:0px;
  }


}

@media (max-width:575px){

  .oh-doc-style .col-sm-12,
  .oh-doc-style .container{
    padding-left:0px;
    padding-right:0px;
  }
}

/*Trust Center Breadcrumbs styling*/
a.hs-breadcrumb-label,
.hs-breadcrumb-menu-item.last-crumb{
  color:#333;
  font-size:14px;
}
.hs-breadcrumb-menu-item.first-crumb{
  padding-left:0px;
}

@media (min-width: 1200px){
  .oh-breadcrumb-menu {
    max-width: 1200px;
  }}
@media (max-width: 1199px){
  .oh-breadcrumb-menu {
    max-width: 1140px;
  }}
@media (min-width: 992px){
  .oh-breadcrumb-menu {
    max-width: 960px;
  }}
@media (min-width: 768px){
  .oh-breadcrumb-menu {
    max-width: 720px;
  }}
@media (min-width: 576px){
  .oh-breadcrumb-menu {
    max-width: 540px;
  }}

.oh-breadcrumbs{
  margin-top:7px;
  margin-bottom:0px;
  display:inline-flex;
  clear:both;
  padding-inline-start: 0px;
}
.oh-breadcrumbs-wrapper .col-sm-12{padding:0px}
.oh-breadcrumbs li{margin-right:0px;list-style-type:none;float:left;line-height:1em; margin-bottom:0px;}
.oh-breadcrumbs li:last-child a{color:#333;cursor:default;}
.oh-breadcrumbs li:last-child a:hover,.oh-breadcrumbs li:last-child a:focus{text-decoration:none;}
.oh-breadcrumbs li:last-child a:after{content:"";}
.oh-breadcrumbs li:after{content:">";display:inline-block;color:#333;margin-left:7px;margin-right:7px;font-size: 12px;}
.oh-breadcrumbs li:last-child:after{display:none;}
.oh-breadcrumbs li a{color:#333; font-size:12px;}
.oh-breadcrumbs li a:hover,.oh-breadcrumbs li a:focus{text-decoration:underline;}
::-moz-selection{text-shadow:none;background:#333;color:#fff;}
::selection{text-shadow:none;background:#333;color:#fff;}

@media (min-width:576px) and (max-width:1200px){
  .oh-breadcrumbs{
    margin-left:-15px;  
  }
}
@media only screen and (max-width:767px){
  .oh-breadcrumbs{
    display:inline-block
      ;}
}
@media only screen and (max-width:767px){
  .oh-breadcrumbs{
    padding-bottom:0px;
    margin-bottom:0px;
  }
}
@media (max-width: 575px){
  nav.nav-breadcrumbs {
    height:unset;
  }
}
/* Primary Button */
.hs-button,
.cta_button,
button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  margin: 0 0 0;
  text-align: center;
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}
.hs-button:focus,
.cta_button:focus,
button:focus,
.button:focus {
  text-decoration:underline !important;
}

.cta_button.cta-ghost {
  color: #006bb1 !important;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .2px;
  text-transform: unset;
  padding: 12px 35px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #006bb1;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.cta_button.cta-ghost:hover, .cta_button.cta-ghost:focus {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
  background-color: #006bb1;
  color: white !important;
}
.cta-primary.cta-fo {
  color: white !important;
  background-color: #05857D !important;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  border: 0 !important;
}
.cta_button.cta-ghost.cta-fo {
  color: #05857D !important;
  border: 2px solid #05857D !important;
}

.cta_button.cta-ghost.cta-fo:hover, .cta_button.cta-ghost.cta-fo:focus {
  color: #05857D !important;
  border: 2px solid #05857D !important;
  background: transparent !important;
}
.cta_button.cta-ghost.cta-co {
  color: #B733A9 !important;
  border: 2px solid #B733A9 !important;
}
.cta_button.cta-primary.cta-co {
  color: white !important;
  background-color: #B733A9;
  padding: 10px 25px;
  border: 0 !important;
}
.cta_button.cta-primary.cta-co:hover, .cta_button.cta-primary.cta-co:focus {    
  color: white !important;
  background-color: #8F1181;
  padding: 10px 25px;
  border: 0 !important;
}
.cta_button.cta-ghost.cta-co:hover, .cta_button.cta-ghost.cta-co:focus {
  background: transparent !important;
}
.solutions-divider-grey {
  border-bottom: 6px solid #333;
  width: 130px;
  margin: 0 auto 30px;
}
.meeting-scenarios-live-chat-title-inline {
  color: #767676;
  display: inline-block;
  margin-left: 21px;
  font-size: 16px;
}

a.cta_button.oh-link-arrow {
  padding: 0;
  background: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  padding-right: 21px;
  display: inline-block;
  line-height: 24px;
  color: #006bb1;
  font-weight: normal;
  font-size: 16px;
}

a.cta_button.oh-link-arrow:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  text-decoration-color: transparent!important;
  text-decoration: underline;
  margin-right: -21px;
  content: url("https://7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/Marketing/01.%20Logos,%20etc/link-arrow.svg");
}

a.cta_button.oh-link-arrow:hover, a.cta_button.oh-link-arrow:focus {
  transform: none;
  text-decoration: underline;
}

a.cta_button.oh-link-arrow:hover:after, a.cta_button.oh-link-arrow:focus:after {
  margin-left: 10px;
}
.cta-slim {
  padding: 7px 22px 9px !important;
}
a.cta-primary.cta-co {
  border: 0;
  color: white !important;
  background-color: #B733A9;
  line-height: 22px;
}
a.cta_button.oh-link-arrow:focus span, a.cta_button.oh-link-arrow:hover span {
  text-decoration: underline;
}



.gr-button {
  position: relative;
  padding: 3px;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}

.gr-button > .button {
  padding: 9px 33px;
  position: relative;
  z-index: 2;
  transform: none !important;
}

.gr-button:before {
  border-radius: inherit;
  bottom: 0;
  content: "";
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 0;
  background: linear-gradient(90deg, #25bdff, #ff00e4, #ffad00, #00c75c, #25bdff, #ff00e4, #ffad00);
  background-size: 200% 200%;
}
.max270 {
    max-width: 270px;
}
@keyframes rainbow-border {
  0% {
    background-position: 0 50%
  }

  to {
    background-position: 200% 50%
  }
}

.gr-button:hover:before {
  animation: rainbow-border 1.5s linear infinite;
}
/* Base */

.hs-form-field {
  position: relative;
}

/* Form Title */

.form-title {
  margin: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}

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

fieldset {
  max-width: 100% !important;
}

/* Inputs - Checkbox/Radio */

form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0 0.7rem 0.7rem;
  padding: 0;
  width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
}

/* Headings and Text */

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  line-height: 1.25;
}

/* Validation */

.hs-error-msg,
.hs-error-msgs {
  margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */

.submitted-message {
  color: #fff;
}
/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

/* tr:nth-child(odd) {
  background-color: #eff7ff;
} */

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}



/* Header Container */

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

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.5rem 20px;
  position: relative;
}

.header--landing-page .header__container {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 20px;
  }
}

/* Logo */

.header__logo {
  margin-right: 20px;
  max-width: 250px;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
  }

  .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 50px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher-label {
  align-items: center;
  display: flex;
  position: relative;
}

.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid;
  content: '';
  display: block;
  height: 0;
  margin: 0 0 0 10px;
  width: 0;
}


/* ============ Custom Header =============== */

.oh-skip-link {
  font-weight: 700;
  left: 0%;
  padding: 4px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  background-color: white;
  z-index: 11;
}

header.header > .container-fluid * {
  min-height: 0;
}

div#hhs-main-nav {
  padding: 10px 0;
  width: 100%;
  transition: all .3s ease;
}

.header-col-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  line-height: 0;
  padding-top: 15px;
}

.header-nav-holder {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

button.hamburger {
  background: transparent;
  border: 0;
  padding: 0;
  display: none;
}

.header-cta a {
  background-color: #333 !important;
  padding: 6px 15px;
  border: 0 !important;
  font-size: 16px;
  margin: 6px 0 0;
}

.header-cta a:hover {
  background-color: #333;
  border: 0;
}

.button:hover, .cta_button:hover, .hs-button:hover, button:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.header-cta {
  margin-left: 25px;
}

.header-primary-menu .hs-menu-wrapper > ul {
  gap: 22.5px;
  margin-top: 5px;
}

.header-primary-menu .hs-menu-wrapper > ul > li > a {
  padding: 10px 5px;
  display: block;
  border-bottom: 3px solid #fff;
  color: #333;
  text-decoration: none !important;
}

.header-primary-menu .hs-menu-wrapper > ul > li:last-child > a, .header-primary-menu .hs-menu-wrapper > ul > li:last-child > a span {
  color: #006bb1;
}

.header-primary-menu .hs-menu-wrapper > ul > li > a:hover {
  border-bottom: 3px solid #cdcdcd;
}

.header-primary-menu .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a:hover {
  color: #006bb1;
}
.header-primary-menu .hs-menu-wrapper>ul>li.active>a,
.header-primary-menu .hs-menu-wrapper>ul>li.active-branch>a {
  border-color: #cdcdcd;
}
.header-primary-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
  padding: 10px 0px;
  -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
  min-width: 150px;
  background: #fff;
  top: 48px !important;
  border-top: 3px solid #cdcdcd;
  left: -5px !important;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 1001;
  margin-top: 0px;
  transition: all .2s ease-in-out;
}

.header-primary-menu .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-primary-menu .hs-menu-wrapper > ul ul li a {
  padding: 8px 24px 8px 20px;
  color: #333;
}

.header-primary-menu .hs-menu-wrapper > ul ul li a:hover {
  color: #006bb1;
}
.header-primary-menu .hs-menu-wrapper>ul ul li.active > a {
  font-weight: 600;
  pointer-events:none;
}
.header-primary-menu .hs-menu-wrapper > ul ul li a span {
  font-weight: 600;
  padding-top: 15px;
  display: block;
  border-top: 1px solid #cdcdcd;
}
/* .header-primary-menu .hs-menu-wrapper > ul > li:first-child > ul li:nth-child(4) a {
pointer-events: none;
text-decoration: none !important;
outline: 0 !important;
} */
.scrolled header.header {
  -webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
  box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.scrolled .header-logo{
  padding-top: 10px;
}
header.header {
  transition: all .3s ease;
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
}

.oh-skip-link:focus {
  outline: auto;
  transform: translateY(0%);
}
.body-wrapper > main{   
  padding-top: 77px;
}
button.child-trigger {
  display: none;
}
@media (max-width: 992px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border-radius: 0 0 18px 18px;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

  .header__language-switcher-label {
    position: static;
  }

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }

  .header-primary-menu {
    display: none;
  }

  button.hamburger {
    padding: 15px 0px 15px 12px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    float: right;
    margin-right: 0px;
    margin-top: 0;
    display: inline-block;
  }

  .header-nav-holder {
    flex-direction: row;
  }

  .header-cta {
    margin-left: 15px;
    margin-right: 10px;
    position: relative;
    top: -4px;
  }
  .hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 5px;
  }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before, .hamburger-sub-inner, .hamburger-sub-inner:after, .hamburger-sub-inner:before {
    background-color: #333 !important;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: rgba(51, 51, 51, 1);
  }

  .hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
  }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  button.hamburger:hover, button.hamburger:focus {
    transform: none;
    opacity: 0.7;
    background: transparent;
    border: 0;
  }
  .hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
  }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }

  div#hhs-main-nav .content-wrapper {
    position: relative;
  }

  .header-primary-menu {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: calc(100% - 7px);
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1)!important;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1)!important;
  }

  .header-primary-menu .hs-menu-wrapper>ul {
    display: block;
    margin: 0;
  }

  .header-primary-menu .hs-menu-wrapper>ul>li>a {
    border: 0 !important;
    padding: 0px 0px 0px 10px;
    line-height: 45px;
  }

  .header-primary-menu .hs-menu-wrapper>ul>li>a:hover {
    text-decoration: underline !important;
  }

  .header-primary-menu .hs-menu-wrapper>ul>li:last-child>a {
    margin-right: 10px;
  }

  .header-primary-menu .hs-menu-wrapper>ul>li:last-child>a span {
    border-top: 1px solid #cdcdcd;
    margin-top: 15px;
    width: calc(100% - 10px);
    padding: 10px 0 !important;
    display: block;
  }

  .header-primary-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
    position: static !important;
    opacity: 1;
    visibility: visible;
    border: 0;
    box-shadow: none;
    background-color: #f6f6f6 !important;
    padding: 0;
    min-width: 0;
    display: none;
    transition: unset;
  }

  .header-primary-menu .hs-menu-wrapper>ul ul li a {
    width: 100%;
    display: block;
    clear: both;
    padding: 0 10px;
    line-height: 45px;
    text-indent: 10px;
  }

  .header-primary-menu .hs-menu-wrapper>ul ul li a span {
    padding: 0px !important;
  }
  button.child-trigger {
    display: none;
  }

  button.child-trigger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, .10);
    background: transparent;
    width: 100%!important;
    border-left: 0px;
    border-radius: 0;
  }
  .child-trigger i {
    position: relative;
    margin: 0 auto !important;
  }
  .child-trigger i, .child-trigger i:after {
    width: 13px;
    height: 1px;
    background-color: #ccc;
    display: block;
  }
  .child-trigger i, .child-trigger i:after {
    background-color: #666 !important;
  }
  button.child-trigger i {
    margin-right: 10px !important;
  }
  .child-trigger i:after {
    position: absolute;
    content: '';
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  button.child-trigger:hover, button.child-trigger:focus {
    transform: none;
    border: 0;
    background: transparent;
  }
  .child-trigger.child-open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media (max-width: 575px){
  .header-logo img {
    width: 113px !important;
  }

  .scrolled div#hhs-main-nav {
    padding: 1px 0;
  }

  .header-primary-menu {
    top: calc(100% - -9px);
  }

  .scrolled .header-primary-menu {
    top: calc(100% - 5px);
  }
}

@media (max-width: 375px){
  .header-cta a {
    font-weight: 600;
    font-size: 12px;
  }
}
.star-flick {
  animation: twinkle 2.5s ease-in-out infinite;
  margin-left: 1px !important;
}


.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul {
  max-width: unset;
  display: flex;
  flex-direction: row;
  flex-wrap: unset;
  gap: 60px;
}

.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > a {
  pointer-events: none !important;
  font-weight: bold;
  pointer-events: none;
  padding-bottom: 0;
}

.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul ul {
  position: static !important;
  border: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  box-shadow: none !important;
  padding: 7px 0 14px 13px!important;
}

.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul ul a {
  padding-top: 0;
  padding-bottom: 0;
}


.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > a {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}

.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul ul {
  padding-left: 0 !important;
  gap: 23px;
  pointer-events: none;
}
.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2):hover > ul ul {
  pointer-events: all;
}
.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul ul a {
  font-size: 16px;
  line-height: 100%;
}
.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul li {
  margin: 0;
}
.header-primary-menu .hs-menu-wrapper > ul li {
  margin: 0;
}
@media (max-width:992px){
  .header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
  }

  .header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul ul {
    display: block !important;
    padding: 0px 0 10px 13px !important;
  }

  .header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul > li {
    width: 100%;
  }
  .header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul {
    flex-direction: column;
    gap: 0;
    pointer-events: all;
  }

  .header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > a {
    margin-top: 14px;
    margin-bottom: 11.5px;
  }

  .header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul ul {
    display: block !important;
    padding: 0 !important;
  }

  .header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul ul a {
    padding: 0 0;
    padding-left: 10px;
    line-height: 45px;
  }

  .header-primary-menu .hs-menu-wrapper>ul>li:nth-child(2) > ul > li:last-child {
    margin-bottom: 14px;
  }
}
/* Footer Container */

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

.footer__container {
  margin: 0 auto;
  padding: 5.6rem 20px 2.8rem;
}

/* Footer Rows */

.footer__row {
  display: flex;
  justify-content: space-between;
}

.footer__navigation {
  width: 22%;
}

.footer .hs-menu-wrapper ul {
  list-style: none;
  margin: 0.5rem 0 2rem;
  padding-left: 0;
}

.footer .hs-menu-wrapper li {
  margin: 0.7rem 0;
}

.footer .hs-menu-wrapper li a:hover {
  text-decoration: none;
}

.footer__form {
  width: 25%;
}

@media (max-width: 767px) {
  .footer__row {
    flex-wrap: wrap;
  }

  .footer__navigation,
  .footer__form,
  .footer__follow-me,
  .footer .widget-type-header,
  .footer .widget-type-simple_menu,
  .footer .social-links {
    text-align: center;
    width: 100%;
  }
}

/* Footer Form */

.footer--site-page .footer__form form,
.footer--site-page .widget-type-form form {
  margin-bottom: 1.5rem;
  padding: 0;
}

/* Landing Page Footer */

.footer--landing-page {
  border-top: 2px solid #eff7ff;
}

.footer--landing-page .footer__container {
  padding: 2.8rem 0 1.5rem;
}

/* Footer Form */

.footer--site-page form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer--site-page .footer__form .form-title {
  background-color: transparent;
  font-size: 1rem;
  padding: 0 0 1rem;
  text-align: left;
}

.footer .hs-menu-wrapper ul {
  margin: 0;
}

.footer .hs-menu-wrapper ul li {
  margin: 0;
}

.footer .widget-type-linked_image {
  text-align: right;
}

.footer .widget_1669896018677-flexbox-positioning {
  display: block !important;
}

.social-links {
  line-height: 0;
  justify-content: flex-end;
  margin-top: 10px;
}

.footer .hs-menu-wrapper ul li + li {
  margin-left: 16px;
}

.social-links__icon {
  margin: 0;
}
footer.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-bottom {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-bottom > * {
  padding-right: 15px;
  padding-left: 15px;
  width: 50%;
}

.hhs-foot-break-line {
  border-bottom: 1px solid rgba(256,256,256,0.2);
  display: block;
  margin-bottom: 25px;
  padding: 25px 0 0;
  width: 100%;
}

.hhs-social-con {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.hhs-social-con a {
  margin: 0 5px;
  padding: 5px 5px 0;
  text-align: center;
}

.hhs-social-con i {
  font-size: 18px;
}

.footer-logo {
  margin-bottom: 8px;
  line-height: 0;
  width: auto;
  display: inline-block;
}

.footer-logo a {
  display: block;
  line-height: 0;
}

.footer-copyright p {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.8em;
}

.footer-legal .hs-menu-wrapper > ul > li {
  line-height: 1.8rem;
}

.footer-legal .hs-menu-wrapper > ul > li a {
  font-size: 14.4px;
  padding: 0 10px 0 0;
}

.footer-legal .hs-menu-wrapper > ul > li a:hover {
  text-decoration: underline;
}

.footer-legal .hs-menu-wrapper > ul > li:not(:last-child):after {
  content: "|";
  margin-left: 0px;
  margin-right: 10px;
  color: #fff;
  top: 0;
  position: relative;
}

.footer .hs-menu-wrapper ul li+li {
  margin: 0 !important;
}

.footer-legal {
  margin: 0 0 12px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
}

.footer-top-cols {
  padding: 0 15px;
  width: 25%;
}

.footer-top-cols h5 {
  margin-bottom: 10px;
  color: white;
  font-size: 16px;
}

.footer-top-cols .hs-menu-wrapper > ul {
  display: inline-block;
}

.footer-top-cols .hs-menu-wrapper > ul > li {
  line-height: 30.8px;
}

.footer-top-cols .hs-menu-wrapper > ul > li > a {
  display: inline-block;
}

.oh-footer-h5 {
  font-weight: 600;
  pointer-events: none;
  cursor: default;
}

.footer-top-cols .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: underline;
}

/* .footer-top-cols:first-child .hs-menu-wrapper > ul > li:nth-child(4) > a {
pointer-events: none;
outline:0 !important;
} */
#return-to-top {
  z-index: 9999;
}
#return-to-top {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  bottom: 20px;
  display: block;
  display: none;
  height: 50px;
  left: 20px;
  position: fixed;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 50px;
}
#return-to-top {
  background: rgba(51, 71, 91, 0.7);
}
#return-to-top i,
#return-to-top img{
  color: #fff;
  font-size: 19px;
  left: 16px;
  margin: 0;
  position: relative;
  top: 13px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9999;
}
#return-to-top:hover {
  background: rgba(51, 71, 91, 0.9);
}
#return-to-top:hover i,
#return-to-top:hover img{
  color: #fff;
  top: 10px;
}

@media (max-width: 991px){
  .footer-top-cols {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .footer--site-page .widget-type-form {
    margin: 0 auto;
    width: 75%;
  }
  footer.footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-top-cols {
    margin-bottom: 50px;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row !important;
  }
}
@media (max-width:767px){
  button.foot-nav-title.visible-phone {
    display: none !important;
  }

  .footer-top-cols h5 {
    display: block !important;
  }

  .footer-top-cols {
    width: 100%;
  }

  .footer-top-cols .hs-menu-wrapper>ul>li {
    line-height: 30.4px;
  }

  .hhs-social-con {
    justify-content: center;
  }
}

@media (max-width:575px){
  .footer-bottom {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer-bottom>* {
    width: 100%;
  }

  .footer .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    justify-content: center;
  }

  .footer-legal {
    margin: 0 0 11px;
  }

  .footer-social {
    margin-bottom: 39px;
    text-align: center;
  }
  .hhs-social-con a {
    padding: 0px 10px 5px 10px !important;
    margin: 0 10px !important;
  }

  .w-100.hhs-foot-break-line {
    display: none;
  }

  .footer-top-cols {
    margin: 0;
  }

  .hhs-foot-nav-col {
    padding-bottom: 20px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    margin-top: 25px;
    border-color: #161e27;
  }

  .footer-top-cols h5 {
    display: none !important;
  }

  button.foot-nav-title.visible-phone {
    line-height: 1.15;
    margin: 0;
    display: block !important;
    color: white !important;
    font-size: 16px !important;
    background: transparent;
    border: none;
    font-weight: 400;
    margin-bottom: 0!important;
    outline: none;
    padding-bottom: 20px;
    padding-left: 0!important;
    padding-right: 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    padding-top: 0;
  }

  button.foot-nav-title.visible-phone:after {
    content: "\f107";
    display: inline;
    font-family: Font Awesome\ 5 Free!important;
    font-weight: 700;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px;
    width: 100%;
  }

  button.foot-nav-title.visible-phone:after { /*Matt added this*/
    content: url(https://7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/chevron-down-icon.svg);
    display: inline-block;
    width: 26px;
    padding-left: 10px;
  }

  .hhs-col-content {
    text-align: center;
    display: none;
  }

  .footer-top-cols .hs-menu-wrapper>ul>li {
    line-height: 49.8px;
  }

  .footer-top-cols .hs-menu-wrapper>ul>li>a {
    padding: 10px 0;
  }

  button.foot-nav-title.visible-phone:hover, button.foot-nav-title.visible-phone:focus {
    transform: none;
  }
  .footer-bottom {
    margin-left: -15px;
    margin-right: -15px;
  }
  button.foot-nav-title.visible-phone.active:after {
    transform: rotate(180deg);
    padding-right: 10px;
    padding-left: 0;
  }
}





/* .footer-top-cols:first-child .hhs-foot-nav-col.nav-col-1 li:first-child > a {
text-align: center;
background: linear-gradient(90deg,#25bdff,#ff00e4,#ffad00,#00c75c,#25bdff,#ff00e4,#ffad00);
background-size: 200% auto;
color: #000;
background-clip: text;
text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-animation: shine 5s linear infinite;
animation: shine 5s linear infinite;
font-weight: bold;
font-size: 20px;
}
@-webkit-keyframes shine {
to {
background-position: 200% center;
}
}
@keyframes shine {
to {
background-position: 200% center;
}
} */


.footer-top-cols:first-child .hhs-foot-nav-col.nav-col-1 li:nth-child(3) > a {
  position:relative;
}
@keyframes twinkle {
  0%, 100% {
    filter: opacity(1) brightness(1.05) blur(0.5px);
  }
  50% {
    filter: opacity(0) brightness(0.5) blur(1.5px);
  }
}

.footer-top-cols:first-child .hhs-foot-nav-col.nav-col-1 li:nth-child(3) > a:after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: url('https://7116861.fs1.hubspotusercontent-na1.net/hubfs/7116861/marketing/02.%20Website%20assets/01.%20Website%20pages/AI%20landing%20pages/Star%202.svg');
  position: absolute;
  top: 5px;
  right: -26px;
  background-position: center;
  background-size: 100%;
  animation: twinkle 3s ease-in-out infinite;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Language switcher */

.body-container-wrapper .lang_switcher_class {
  width: 100%;
}

.body-container-wrapper .lang_list_class {
  left: 10px;
}

.body-container-wrapper .lang_list_class li {
  margin: 0;
}
.str {
  display: table;
  text-align: center;
  margin: 0 auto;
}

.fa-star:before {
  content: "\f005";
}

.str i {
  color: #f7b500;
  text-align: center;
  font-size: 15px;
  margin: 0 4px;
}
.oh-fo-container {
  box-shadow: #efefef 0px 0px 20px;
  padding: 20px;
  border: 1px solid #c8c8c8;
}
.oh-consent-fineprint {
  color: #767676;
  font-size: 12px;
  line-height: 22px;
}
.oh-sitemap-style ul {
  margin: 0;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  padding-left: 10px !important;
}

.oh-sitemap-style li{
  list-style-type:none;
}

.oh-sitemap-style h2,
.oh-sitemap-style .oh-h2{
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}

.oh-sitemap-style h3{
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
.oh-sitemap-style h2 a,
.oh-sitemap-style .oh-h2 a{
  font-weight: 600;
}

.oh-sitemap-style h3 a{
  font-weight: 600;
}
.oh-sitemap-style h2:first-child,
.oh-sitemap-style .oh-h2:first-child{
  margin-top: 0;
}

.oh-sitemap-style h3:first-child{
  margin-top: 0;
}




#g_id_onload {
  position: fixed;
  /*right: 30px;*/
  /*top: 90px; //style and positioning added on page using the "oh-onetap-container" class */
  z-index: 9999;
}

