/* Theme base styles */

/* Generic */

*, *: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;
}

/* Objects */

/* 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: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .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: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    .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: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* 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 wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}




/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face { 
  font-family: "Avenir-Heavy";
  src: url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/Avenir-Heavy/Avenir-Heavy.eot) format("embedded-opentype"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/Avenir-Heavy/Avenir-Heavy.woff) format("woff"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/Avenir-Heavy/Avenir-Heavy.ttf) format("truetype"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/Avenir-Heavy/Avenir-Heavy.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face { 
  font-family: "Avenir-Medium";
  src: url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/Avenir-Medium/Avenir-Medium.eot) format("embedded-opentype"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/Avenir-Medium/Avenir-Medium.woff) format("woff"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/Avenir-Medium/Avenir-Medium.ttf) format("truetype"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/Avenir-Medium/Avenir-Medium.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face { 
  font-family: "AvenirBook";
  src: url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/AvenirBook/AvenirBook.eot) format("embedded-opentype"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/AvenirBook/AvenirBook.woff2) format("woff2"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/AvenirBook/AvenirBook.woff) format("woff"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/AvenirBook/AvenirBook.ttf) format("truetype"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/AvenirBook/AvenirBook.svg) format("svg");
}

@font-face { 
  font-family: "AvenirLight";
  src: url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/Avenir-Light/AvenirLight.eot) format("embedded-opentype"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/Avenir-Light/AvenirLight.woff2) format("woff2"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/Avenir-Light/AvenirLight.woff) format("woff"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/Avenir-Light/AvenirLight.ttf) format("truetype"),
    url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/fonts/Avenir-Light/AvenirLight.svg) format("svg");
}

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

*::-webkit-scrollbar { width: 12px;} 
*::-webkit-scrollbar-track { background: #ffffff;  border-radius: 10px;}
*::-webkit-scrollbar-thumb { background-color: #000000; border-radius: 10px;   border: 3px solid #ffffff; }

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

html {
  scroll-behavior: smooth;
}

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6 ,.h6{
  margin: 0 0 1.4rem;
  line-height: 1.4;
}

img {
    width: 100%;
}
.top-border {
    line-height: 0;
}
/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

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

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

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
@media(min-width:500px){
  .Packages_lp a.hs-button.primary {
    min-width: 340px;
  }
}
/* Primary button */

button,
.button,
.hs-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
  line-height:26px;
}

/* Simple button */

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

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

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}
.Packages_lp a.hs-button.primary:hover {
  color: #fff;
  background: #1d1d1d;
}
.Packages_lp a.hs-button.primary {
  background: #fff;
  border: 1px solid #1d1d1d;
  border-radius: 35px;
  display: inline-block;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

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

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

.form-title {
  margin: 0;
}

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

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Form fields */

form .hs-form-field {
  margin-bottom: 1.4rem;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

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

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

form input[type='checkbox'],
form input[type='radio'] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

form .hs-dateinput:before {
  position: absolute;
  top: 50%;
  content: '\01F4C5';
  transform: translateY(-50%);
}

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

form input[type='file'] {
  padding: initial;
  border: initial;
  background-color: transparent;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  margin: 0 0 1.4rem;
  font-size: 0.8rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

form .hs-form-required {
  color: #ef6b51;
}

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.sillicon_valley form label#hs_form_target_widget_1739530031101-2210316041949-label {
    top: -30px;
}
.sillicon_valley form div#hs_form_target_widget_1739530031101-1850663345290 {
    margin: 0;
}
.sillicon_valley form div#hs_form_target_widget_1739530031101-1850663345290  .hsfc-FileField {
    margin: 0 0 40px;
}
.sillicon_valley  form div#hs_form_target_widget_1739530031101-1789566982910 {
    margin-top: 0;
}
.sillicon_valley .hsfc-Step__Banner {
  display: none;
}

.sillicon_valley [data-hsfc-id=Renderer] .hsfc-Step--layoutTemplate-twoThirdRight {
  justify-content: center;
}

.sillicon_valley [data-hsfc-id=Renderer] .hsfc-DropdownInput>input {
  color: rgba(29, 29, 29, 0.60);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 12px 10px;
  background: #f2f2f2;
  border: none;
  border-bottom: 1px solid rgba(29, 29, 29, 0.40);
}
.sillicon_valley [data-hsfc-id=Renderer] .hsfc-Button {
  border-radius: 134px;
  background: #E35AED;
  box-shadow: none;
  max-width: 420px;
  width: 100%;
  justify-content: center;
  color: #1D1D1D;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 32px; /* 160% */
  text-transform: uppercase;
  font-family: Avenir-Medium, sans-serif;
}

.sillicon_valley  [data-hsfc-id=Renderer] .hsfc-FieldLabel {
  color: #1D1D1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  text-transform: capitalize;
}
.sillicon_valley  [data-hsfc-id=Renderer] .hsfc-DropdownOptions {
  margin: 0;
}
.sillicon_valley [data-hsfc-id=Renderer] .hsfc-DropdownInput__Caret {
  background: #1D1D1D;
  border-radius: 0px 10px 0px 0px;
}

.sillicon_valley [data-hsfc-id=Renderer] .hsfc-DropdownInput__Caret>span {
  border-top: 6px solid #FFA969;
}

.sillicon_valley [data-hsfc-id=Renderer] .hsfc-TextInput {
  background: transparent;
  border: none;
  border-bottom: 1px solid #1d1d1d66;
  transition: .2s ease;
  padding: 20px 10px 15px 2px;
}

.sillicon_valley [data-hsfc-id=Renderer] .hsfc-TextInput:hover {

  box-shadow: none;
}

.sillicon_valley [data-hsfc-id=Renderer] .hsfc-TextareaInput {
  background: transparent;
  border: none;
  border-bottom: 1px solid #1d1d1d66;
  transition: .2s ease;
  background: rgba(29, 29, 29, .06);
  padding: 20px 10px 15px 2px;
}
.sillicon_valley .form-title {
  background: none;
  color: #1D1D1D;
  font-family: Avenir-Medium, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
}

.sillicon_valley  form {
  width: 100%;
  margin: 0 auto !important;
  max-width: 1100px;
}
.sillicon_valley form h3:nth-child(1){
  margin-bottom: 0;    
}
.sillicon_valley .hsfc-Row .hsfc-TextareaField{
  position:relative;
  margin: 40px 0;
}
.sillicon_valley .hsfc-Row .hsfc-TextField {
    position: relative;
}
.sillicon_valley .hsfc-Row .hsfc-TextareaField label.hsfc-FieldLabel , .sillicon_valley .hsfc-Row .hsfc-TextField  label.hsfc-FieldLabel   {
  position:absolute;
  top:0;
  left:0;
  text-transform:uppercase;
  letter-spacing:1px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.sillicon_valley .hsfc-Row label.hsfc-FieldLabel.active {
  top: -30px;
}

.sillicon_valley [data-hsfc-id=Renderer] .hsfc-TextInput:active {
  box-shadow: none;
} 
.sillicon_valley [data-hsfc-id=Renderer] .hsfc-TextInput:focus {
  box-shadow:none;
}
.vendor_page form input[type='text'],.vendor_page [data-hsfc-id=Renderer] .hsfc-TextareaInput, .vendor_page form input[type='email'], .vendor_page form input[type='password'], .vendor_page form input[type='tel'], .vendor_page form input[type='number'], .vendor_page form input[type='search'], .vendor_page form select, .vendor_page form textarea {
    border: 0px solid transparent;
    border-bottom: 1px solid rgba(29, 29, 29, 0.32);
    background: transparent;
}
.vendor_page [data-hsfc-id=Renderer] .hsfc-DropdownInput__Caret>span, .vendor_page [data-hsfc-id=Renderer] .hsfc-PhoneInput__FlagAndCaret__Caret {
  
    border-top: 6px solid #FFA969;
}
.vendor_page [data-hsfc-id=Renderer] .hsfc-DropdownInput__Caret {
    background: #1D1D1D;
    border-radius: 0px 12px 0px 0px;
}
.vendor_page [data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret {
    background: #1D1D1D;
    color: #fff;
  border-radius: 12px 0px 0px 0px;
}
/* .vendor_page .hsfc-DropdownInput {
    border-radius: 0px 12px 0px 0px;
    overflow: hidden;
} */
.vendor_page [data-hsfc-id=Renderer] .hsfc-TextInput:focus {
    box-shadow: unset;
}
.pref_page [data-hsfc-id=Renderer] .hsfc-DropdownInput__Caret>span, .pref_page [data-hsfc-id=Renderer] .hsfc-PhoneInput__FlagAndCaret__Caret {
  
    border-top: 6px solid #FFA969;
}
.pref_page .hsfc-CheckboxFieldGroup__Options {
    display: flex;
    flex-wrap: wrap;
}

.pref_page .hsfc-CheckboxFieldGroup__Options > div {
    padding-right: 20px;
}
.pref_page [data-hsfc-id=Renderer] .hsfc-DropdownInput__Caret {
    background: #1D1D1D;
    border-radius: 0px 12px 0px 0px;
}
.pref_page [data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret {
    background: #1D1D1D;
    color: #fff;
  border-radius: 12px 0px 0px 0px;
}
/* .pref_page .hsfc-DropdownInput {
    border-radius: 0px 12px 0px 0px;
    overflow: hidden;
} */
.pref_page [data-hsfc-id=Renderer] .hsfc-TextInput, .pref_page [data-hsfc-id=Renderer] .hsfc-TextareaInput {
  background: rgba(29, 29, 29, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.0);
  transition: .2s ease;
  padding: 12px 20px;
}
.pref_page [data-hsfc-id=Renderer] .hsfc-TextInput:focus, .pref_page [data-hsfc-id=Renderer] .hsfc-TextareaInput:focus {
  border: 1px solid rgba(0, 0, 0, 0.60);
}
.vendor_page  .form-title{
    color: #1D1D1D;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px; /* 125% */
    background: none;
}
@media(max-width:767px){
  .sillicon_valley  [data-hsfc-id=Renderer] .hsfc-Row {
    display: block;
  }
   .pref_page [data-hsfc-id=Renderer] .hsfc-Row {
    display: block;
  }
  .pref_page [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    padding: 20px 0 !important;
}
}
/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

header.lp_main-header .header-container {
  position: fixed !important;
  box-shadow: none;
  text-shadow: none;
  background: #000;
  height: auto;
  width: 100%;
  z-index: 99;
}

header.lp_main-header {
  min-height: 60px;
}

header.lp_main-header .header-container .header-wrpr {
  display: inline-block;
  width: 100%;
  padding: 10px 2.5%;
  background: #000;
}

header.lp_main-header .header-container .header-wrpr .logo_container {
  width: 18%;
  height: 60px;
  position: unset;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

header.lp_main-header .header-container .header-wrpr .logo_container img {
  width: 100% !important;
  vertical-align: middle;
  margin: 0;
}
/* =======New Header==== */
header.main-header {
  position: fixed !important;
  box-shadow: none;
  text-shadow: none;
  height: auto;
  width: 100%;
  z-index:100;
}
.main-header .firstrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 2.5%;
  background: #000;
}
.main-header  .hs-menu-wrapper > ul>li>a {
  font-family: 'Avenir-heavy';
  font-size: 14px;
  font-weight: normal;
  width: auto;
  display: inline-block;
  line-height: 58px;
  padding: 0 21.5px;
  border-bottom: 2px solid transparent;
  color:#fff;
}
.main-header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  background-color: #ffac06 !important;

}
.main-header ul.hs-menu-children-wrapper li>a {
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  max-width: none;
  text-align: left;
  padding: 5px 20px 0;
  font-size: 15px;
  white-space: normal;
  font-family: 'Avenir-Heavy';
  font-style: inherit;
  font-weight: normal;
  color: #000;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
 header.main-header img#logo {
    max-width: 290px;
    width: 100%;
    vertical-align: middle;
  }
nav.mbl_menu {
    display: none;
}
@media(min-width:1500px){
 
}
@media(min-width:1281px){



  .main-header .logo_container {
    width: 12.5%;
    position: unset;
  }

  .main-header .logo_container a {
    display: inline-block;
  }


  div#et-top-navigation {
    width: calc(100% - 12.5%);
    position: relative;
  }



  .main-header .hs-menu-wrapper >ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .main-header  span.menu-hamburger-toggle {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
  }
  .main-header  #et_mobile_nav_menu {
    display: none;
  }

  .main-header  span.mobile_menu_bar.mobile_menu_bar_toggle {
    display: none !important;
  }
  /* .main-header  li.hs-item-has-children:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px 5px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  position: absolute;
  top: 45%;
  right: 0;
} */
  .main-header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: 1;
    width: 300px;
    overflow: hidden;
    box-shadow: none;
    top: 60px;
    margin: 0 auto;
    border-right: none;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    padding: 0;
    left: calc(50% - 160px);
    display: none;
    padding: 10px 0;
    background-color: #ffac06 !important;

  }


  .main-header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    opacity: 1;
    top: 100%;
    display: block;
  }
  .main-header ul.hs-menu-children-wrapper li:hover >a {
    color: #98238b;
  }
  .main-header li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > a {
    border-bottom-color: #ffac06;
    color: #ffac06;
  }
}
@media only screen and (max-width: 1336px) {

  .main-header .hs-menu-wrapper>ul>li>a{
    padding: 0 16px;
  }
}
@media(max-width:1280px){
  nav.mbl_menu {
    display: block;
}
  nav.desktop_menu {
    display: none;
}
  .main-header span.menu-hamburger-toggle {
    display: inline-block;
    color: #fff;
    padding-left:10px;
  }
  .main-header #et_mobile_nav_menu {
    display: inline-block;

  }
  .secondrow {
    display: none;
  }

  .nominate_buy {
    display: block !important;
    border-top: 1px solid #464545;
    border-bottom: 1px solid #464545;
    width: 100%;
  }
  .firstrow {
    width: 100%;
    min-height: 60px;
  }


  .main-header .logo_container {
    width: calc(100% - 107px);
    text-align: center;
  }




  div#et-top-navigation {
    position: absolute;
    top: 60px;
    left: 0;
    background: #000;
    width: 100%;
    display: none;
    overflow-y: scroll;
  }

  .main-header .hs-menu-wrapper>ul {
    display: block;
    overflow-y: scroll;
  }
  .main-header li.hs-item-has-children:before {
    content: "";
    position: absolute;
    right: 9px;
    top: 20px;
    background-image: url(https://23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/Beacon/arw-up.png);
    width: 33px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: right;
  }
  li.hs-menu-item.hs-item-has-children.active:before {
    background-image: url(https://23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/Beacon/arw-down-black.png);
  }
  .main-header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    position: static;
    opacity: 1;
  }
  .main-header ul>li>a {
    font-size: 20px !important;
    line-height: 30px !important;
    padding: 10px 15px 5px !important;
  }
  .main-header li.hs-menu-item.hs-item-has-children.active li:last-child a {
    padding-bottom: 10px !important;
  }
  .main-header li.hs-menu-item.hs-item-has-children.active {
    background-color: #ffac06 !important;
  }
  .main-header li.hs-menu-item.hs-item-has-children.active a{
    color:#000;  
  }
  .main-header nav#top-menu-nav {
    height: 500px !important;
  }

}
@media(max-width:990px){
.main-header span.menu-hamburger-toggle {
    display: none;
}
      .main-header .logo_container {
        text-align: center;
        width: calc(100% - 37px);
    }
   header.main-header img#logo {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  header.lp_main-header .header-container .header-wrpr .logo_container {
    width: 50%;
  }
  .main-header .hs-menu-wrapper li {
    text-align: left;
    margin: unset;

  }
    
}
footer.main-footer {
  background: transparent url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/image/footer_bg.jpg) no-repeat scroll center center/cover !important;
  display: inline-block;
  width: 100%;
  position: relative;
}

footer.main-footer .footer_top {
  padding: 200px 50px;
  width: 1700px;
  display: block;
  margin: 0 auto;
  max-width: 90% !important;
}

footer.main-footer .footer_top:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 85px;
  background: transparent url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/image/footer_AA_bg.png) no-repeat scroll center bottom;
  width: 100%;
  height: 200px;
}

footer.main-footer .footer_top .footer-nav {
  display: inline-block;
  width: 33.33%;
  background-color: transparent !important;
  vertical-align: top !important;
}

footer.main-footer .footer_top .footer_socialicons {
  display: inline-block;
  width: 33.33%;
}

footer.main-footer .footer_top .footer-nav h3 {
  color: #fff !important;
  font-size: 30px !important;
  font-family: 'Avenir-Heavy';
  width: 100%;
  display: block;
  padding: 0 0 15px;
  margin: 0 !important;
  font-weight: 500;
  line-height: 1em;
}

footer.main-footer .footer_top .footer-nav .footer-nav-container {
  float: left;
  width: 100%;
}

footer.main-footer .footer_top .footer-nav .footer-nav-container ul {
  padding: 0;
  color: #666666;
  vertical-align: top !important;
  display: block;
}

footer.main-footer .footer_top .footer-nav .footer-nav-container ul li {
  padding: 0;
  width: 50%;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 600;
  vertical-align: top !important;
}

footer.main-footer .footer_top .footer-nav .footer-nav-container ul li a {
  font-family: 'AvenirLight';
  font-size: 18px;
  line-height: 1;
  font-weight: normal !important;
  padding: 7px 0;
  display: block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #ffffff;
}

footer.main-footer .footer_top .footer_socialicons h3 {
  color: #fff !important;
  font-size: 30px !important;
  font-family: 'Avenir-Heavy';
  width: 100%;
  display: block;
  padding: 0 0 15px;
  margin: 0 !important;
  font-weight: 500;
  line-height: 1em;
}

footer.main-footer .footer_top .footer_socialicons ul.footer-social-icons-wrpr {
  display: block;
  width: 100%;
  position: relative !important;
  padding: 0;
  z-index: 9 !important;
  left: 0px;
  bottom: 0;
  list-style: none;
  margin: 0;
}

footer.main-footer .footer_top .footer_socialicons ul.footer-social-icons-wrpr li {
  width: auto;
  display: inline-block;
  padding: 0 15px 0 0;
  background: transparent;
  margin: 0;
  margin-bottom: -7px;
  vertical-align: top !important;
}

footer.main-footer .footer_top .footer_socialicons ul.footer-social-icons-wrpr li.facebook_footer a {
  background: transparent url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/image/sprite.png) no-repeat scroll center center;
  opacity: 1;
  background-position: -20px -74px;
  width: 54px;
  height: 54px;
}

footer.main-footer .footer_top .footer_socialicons ul.footer-social-icons-wrpr li a {
  display: inline-block;
  border: 1px solid #535353;
  border-radius: 50%;
  text-align: center;
}

footer.main-footer .footer_top .footer_socialicons ul.footer-social-icons-wrpr li.linkedin_footer a {
  background: transparent url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/raw_assets/public/AdminAwards_Dec2023/image/sprite.png) no-repeat scroll center center;
  opacity: 1;
  background-position: -20px -222px;
  width: 54px;
  height: 54px;
}


footer.main-footer .footer-bottom {
  background-color: #111111 !important;
  padding: 28px 50px;
  vertical-align: top !important;
}

footer.main-footer .footer-bottom .container {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  position: relative;
}

footer.main-footer .footer-bottom .footer-bottom-text-wrpr p {
  font-family: 'Montserrat',sans-serif;
  color: #777777;
  margin: 0 !important;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-size: small;
  font-weight: 500;
}

footer.main-footer .footer-bottom .footer-bottom-text-wrpr p span {
  display: inline-block;
}

footer.main-footer .footer-bottom .footer-bottom-text-wrpr p a {
  font-family: 'Montserrat',sans-serif;
  color: #777777;
  margin: 0 !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

footer.main-footer .footer-bottom .footer-bottom-text-wrpr p a:hover {
  opacity: .7;
}

@media (max-width: 1025px) {
  footer.main-footer .footer_top:after {
    bottom: 113px;
  }
}

@media (max-width: 1025px) and (min-width: 768px) {
  footer.main-footer .footer_top .footer-nav {
    width: 50%;
  }

  footer.main-footer .footer_top .footer_socialicons {
    width: 50%;
  }

  footer.main-footer .footer_top {
    display: flex;
  }
}

@media (max-width: 767px) {
  footer.main-footer .footer_top {
    padding: 50px 20px;
  }

  footer.main-footer .footer_top .footer-nav {
    width: 100%;
  }

  footer.main-footer .footer_top .footer_socialicons {
    width: 100%;
    position: relative;
    z-index: 99;
    margin-top: 30px;
  }

  footer.main-footer .footer_top .footer-nav .footer-nav-container ul li {
    text-align: left;
    margin-bottom: 0;
  }

  footer.main-footer .footer_top:after {
    display: none;
  }

  footer.main-footer .footer-bottom {
    padding: 28px 20px;
  }

  footer.main-footer .footer_top {
    max-width: 100% !important;
  }
}

@media (max-width: 479px) { 
  footer.main-footer .footer_top .footer-nav .footer-nav-container ul li {
    float: none;
    width: 100%;
  }
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 2.8rem;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 0.7rem 0 0;
  flex-direction: column;
  flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

.blog-listing__post-author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* BLOG POST CSS START */

h1.blog-post__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25; 
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 24px;
}

.body-container--blog-post {
  padding-top: 180px;
  position: relative;
}

.blog-author-section {
  padding-bottom: 40px;
}

.blog-author-section p {
  color: rgba(0, 0, 0, 0.64);
  font-family: Andada Pro;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.60; 
  margin: 0;
}

.blog-post-meta {
  padding-bottom: 41px;
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-post-meta:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.20);
}

.blog-author-section p a {
  display: inline-block;
  text-decoration: none;
}

.read-min-wrpr {
  display: inline-flex;
  flex-wrap: wrap;
}

.read-icon {
  width: 32px;
  height: 32px;
  margin-right: 6px;
}

.read-txt {
  color: rgba(0, 0, 0, 0.64);
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.60; 
}

.date-txt {
  color: rgba(0, 0, 0, 0.64);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.60;
}


.blog-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post_sidebar_wrpr {
  position: relative;
  padding-top: 40px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.blog_post_body {
  width: 60%;
  padding-left: 30px;
  padding-right: 30px;
}

.blog_post_right {
  width: 40%;
  padding-left: 30px;
  padding-right: 30px;
}

.blog_post_body p {
  color: rgba(0, 0, 0, 0.64);
  font-style: normal;
  font-weight: 500;
  line-height: 1.60;
  margin: 0;
  padding-bottom: 40px;
}

.blog_post_body h6 {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.60; 
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 24px;
}

.blog_post_body ol > li > strong {
  display: block;
}

.blog_post_body ol > li {
  color: rgba(0, 0, 0, 0.64);
  font-style: normal;
  font-weight: 500;
  line-height: 1.60; 
}
.post_social_share h6 {
  font-style: normal;
  font-weight: 700;
  line-height: 1.60;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 32px;
}
.social_share_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social_share_wrap > li {
  margin: 0;
  width: 40px;
  height: 40px;
}
.social_share_wrap > li > .textLink {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/Beacon_Nov2023/Images/Copy-Link-Icon.png);
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  margin: 0;
  color:#FFF; 
  background-color: transparent;
}
.social_share_wrap > li > .textLink:hover {
  outline:none;      
  color:#FFF; 
  cursor: pointer; 
  background-image: url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/Beacon_Nov2023/Images/Copy-Link-Icon.png);
}
.social_share_wrap > li > .textLink:focus {
  outline:none;      
  color:#FFF; 
  cursor: pointer; 
  background-image: url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/Beacon_Nov2023/Images/Copy-Link-Icon.png);
}
.post_social_share {
  position: relative;
  padding-bottom: 41px;
}
.post_social_share:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.20);
  bottom: 0;
  left: 0;
}
.blog_post_form form {
  border-radius: 0 0 4px 4px;
  background: rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(60px);
  border: none;
  padding: 40px;
}
.blog_post_form {
  padding-top: 40px;
}
.blog_post_form form .hs-main-font-element p {
  color: rgba(0, 0, 0, 0.88);
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 16px;
}

.blog_post_form form .hs-main-font-element {
  margin: 0;
}

.form-head {
  background-color: #E533F4;
  border-radius: 4px 4px 0 0;
}

.form-head h6 {
  margin: 0;
  padding: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.60;
  text-transform: uppercase;
}

.blog_post_form form label {
  color: #000;
  font-family: Outfit;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  padding: 0;
  margin-bottom: 8px;
}

.blog_post_form form .hs-input {
  outline: none;
  display: block;
  color: #000;
  font-family: Andada Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border: none;
  background-color: #F5F3eb;
  border-bottom: 1px solid #000;
}

.blog_post_form form .hs-error-msgs > li > label {
  color: #ef6b51;
}

.blog_post_form form label {
  color: #000;
  font-family: Outfit;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  padding: 0;
  margin-bottom: 8px;
}

.blog_post_form form .hs-input {
  outline: none;
  display: block;
  color: #000;
  font-family: Andada Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid #000;
  background: #F5F4F5;
}

.blog_post_form form .hs-error-msgs > li > label {
  color: #ef6b51;
}

.blog_post_form form input.hs-button {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-family: Outfit;
}
.post_sidebar_wrpr:after {
  content: '';
  width: 600px;
  height: 600px;
  border-radius: 600px;
  background: radial-gradient(45.04% 45.04% at 50% 50%, rgba(94, 22, 245, 0.64) 34.34%, rgba(229, 51, 244, 0.00) 92.93%);
  filter: blur(57px);
  position: absolute;
  left: 0;
  top: 94%;
}

.body-container--blog-post:before {
  content: '';
  width: 180px;
  height: 480px;
  position: absolute;
  right: 0;
  top: 15%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(//23825836.fs1.hubspotusercontent-na1.net/hubfs/23825836/Beacon_Nov2023/Images/Post-Page-Vector.png);
}
.post-featured-img-cntnr > img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.blog-post__tag-link {
  display: block;
  color: #E533F4;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
.blog-post__tags {
  padding-top: 40px;
  padding-bottom: 24px;
}
/* BLOG POST CSS END */


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}




@media (max-width: 991px) {
  .blog_post_body {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .blog_post_right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .social_share_wrap {
    margin-right: auto;
    width: 400px;
    justify-content: flex-start;
  }
  .social_share_wrap>li:not(:last-child) {
    margin-right: 40px;
  }
  .post_social_share {
    padding-top: 40px;
  }
  .post_sidebar_wrpr {
    margin: 0;
  }
  .post_sidebar_wrpr:after, .body-container--blog-post:before{
    content: none;
  }
  .body-container--blog-post {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .body-container--blog-post {
    padding-top: 60px;
  }

}
@media (max-width: 480px) {
  .social_share_wrap>li:not(:last-child) {
    margin-right: 20px;
  }
  .blog-post-meta, .post_sidebar_wrpr {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .read-min-wrpr {
    padding-bottom: 20px;
  }
  .body-container--blog-post {
    padding-top: 80px;
  }
}







/* Blog Listing */
.blog-listing-layout {
  background: #FFFDF5;
}
.blog-main-section .dnd-section[class*="force-full-width-section"] {
  padding: 0;
}
.banner-section .dnd-section {
  padding:0;
}
.banner-section .dnd-section > .row-fluid {
  padding:0;
  max-width:100%;
}
.post-listing {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin: 0 -10px;
}
.post-listing .post-item {
  width: 33.3333333333%;
  padding: 0 10px;
}
.post-item-card .featuredImage a {
  display: block;
  padding-bottom: 65.5%;
  background-size: cover;
  background-position: center;
  background-color: #D9D9D9;
}
.post-item-card .post-item-body {
  padding: 24px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-item-card {
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
}
body .sm_h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.8px;
  text-transform: none;
  margin: 0 0 8px;
}
.post-item-card .post-summery {
  color: rgba(0, 0, 0, 0.64);
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
.post-item-card .post-item-view-btn {
  width: 80px;
  line-height: 0;
  height: 80px;
}
.post-item-card .post-item-view-btn svg {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.post-item-card .post-body-header {
  width: calc(100% - 80px);
}
.post-item-card .post-item-view-btn {
  width: 80px;
  line-height: 0;
  height: 80px;
  transition: all 0.4s;
  opacity: 0;
}
.post-item-card:hover .post-item-view-btn {
  opacity: 1;
}
.post-body-header h2 a {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.cm-sec-header .cm-sec-header-text *:last-child {
  margin-bottom: 0;
}
.cm-sec-header {
  text-align: center;
}
.cm-sec-header .cm-sec-header-text {
  margin-bottom: 40px;
}
.cm-sec-header h3 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2;
}
.tags-filter ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
  justify-content: center;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.tags-filter ul li {
  margin: 0;
}
.tags-filter ul li a {
  color: #000;
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.64px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid rgba(0, 0, 0, 0.40);
  border-radius: 50px;
}
.tags-filter ul li a:hover, 
.tags-filter ul li.active a {
  background: rgba(123, 233, 92, 0.40);
  border-color: transparent;
  color:#000;
}
.listing-sec-head .sm_h2 {
  margin: 0;
  text-transform: uppercase;
}
.listing-sec-head {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  margin-bottom: 40px;
}

.grt-btn-holder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
.grt-btn-holder:hover {
  transform: translateY(-5px);
}
.grt-btn-holder .bgSvg {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: scale(1.05,1.2);
}
.grt-btn-holder .bgSvg svg {
  width: 100%;
  height: 100%;
}
.grt-btn-holder .btn-white1 {
  border-radius: 4px;
  background: #FFFDF5;
  display: block;
  flex-shrink: 0;
  position: relative;
  padding: 20px 36px;
  color: #000;
  text-align: center;
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.64px;
  min-width: 200px;
}


@media(max-width: 1024px) {
  .post-listing .post-item {
    width: 50%;
  }
  .post-item-card .post-body-header {
    width: 100%;
  }
  .post-item-card .post-item-view-btn {
    opacity: 1;
    margin-top: 5px;
  }
  .pos-listing-wrapper .circleShape {
    display: none;
  }
}

@media(max-width: 767px) {
  .post-listing .post-item {
    width: 100%;
  }
}
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

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

.hs-menu-wrapper li {
  margin: 0;
}
@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* 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 {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

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

/* prettier-ignore 
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 100%;
  opacity: 1;
}*/

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
  opacity: 1;
}
.container-fluid.Participating_lp {
    background: #FBFCF1;
}
@media (max-width: 767px) {
  /* prettier-ignore */
  .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 {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities */

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

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

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