*, *: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;
}
/* 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-wrapper,.container {
   margin-left: auto;
   margin-right: auto;
   padding-left: 30px;
   padding-right: 30px;
   max-width: 100%;
}



.body-wrapper{
   background: #fff;
   margin: 0 auto;
   max-width: 1650px;

}

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

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

.row {
   display: flex;
   flex-wrap: wrap;
   margin-left: -30px;
   margin-right: -30px;
   justify-content: center;
}


.col-12{

   flex: 0 0 100%;
   max-width: 100%;  
}

.col-lg{
   padding-left: 23px;
   padding-right: 23px; 

}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-mid, .col-mid-1, .col-mid-10, .col-mid-11, .col-mid-12, .col-mid-2, .col-mid-3, .col-mid-4, .col-mid-5, .col-mid-6, .col-mid-7, .col-mid-8, .col-mid-9, .col-mid-auto, .col-ms, .col-ms-1, .col-ms-10, .col-ms-11, .col-ms-12, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto{
   padding-left: 30px;
   padding-right: 30px;
   position: relative;
   width: 100%;


}

.banner-section .dnd-section, .content-wrapper--vertical-spacing {
   padding: 0;
}

.banner-section .dnd-section>.row-fluid {
   padding: 0 !important;
}


@media (min-width: 992px){
   .order-lg-1 {
      order: 1;
   }
   .order-lg-3 {
      order: 3;
   }
   .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
   }

   .order-lg-2 {
      order: 2;
   }
}


@media (min-width: 1200px){

   .order-xl-1{
      order: 1;
   }

   .col-xl-4{
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;

   }

   .col-xl-8{
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;

   }



}


@media (min-width: 1400px){
   .content-wrapper,.dnd-section > .row-fluid,.container{
      padding-left: 75px;
      padding-right: 75px;
   } 

   .row {
      margin-left: -37.5px;
      margin-right: -37.5px;
   }
   .container .col, .container [class*=col-], .container-fluid .col, .container-fluid [class*=col-] {
      padding-left: 37.5px;
      padding-right: 37.5px;
   }
}
@font-face { font-family: AvenirNext-DemiBold; src: 
   url(https://4006524.fs1.hubspotusercontent-na1.net/hubfs/4006524/raw_assets/public/Sonifi_Solutions_July2022/Fonts/AvenirNext-DemiBold.woff) 
   format("woff"); font-style: normal; font-weight: 400; font-display: swap;
}

@font-face { font-family: AvenirNext-Medium; src: 
   url(https://4006524.fs1.hubspotusercontent-na1.net/hubfs/4006524/raw_assets/public/Sonifi_Solutions_July2022/Fonts/AvenirNext-Medium.woff) 
   format("woff"); font-style: normal; font-weight: 400; font-display: swap;
}

@font-face { font-family: AvenirNext-Regular; src: 
   url(https://4006524.fs1.hubspotusercontent-na1.net/hubfs/4006524/raw_assets/public/Sonifi_Solutions_July2022/Fonts/AvenirNext-Regular.woff) 
   format("woff"); font-style: normal; font-weight: 400; font-display: swap;
}




body {
   line-height: 1.5;
   word-break: break-word;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   position: relative;
   background: #f2f2f2;
}

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

/* Paragraphs */

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

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   -webkit-transition: all 0.15s linear;
   -moz-transition: all 0.15s linear;
   -o-transition: all 0.15s linear;
   transition: all 0.15s linear;
}

/* Headings */

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

/* Lists */

ul,
ol {
   margin: 0 0 1.4rem;

}

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

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

.body-container ul{
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.body-container ol {
  margin: 0;
  padding: 0 0 0 27px;
}
.body-container ul:not([class]) li:not([class]),
.body-container ol:not([class]) li:not([class]){
  font-family: 'AvenirNext-DemiBold';
  color: #232a35;
  font-size: 20px;
  padding: 3px 0 3px 40px;
  position: relative;
  font-size: 20px;
}
.body-container ol:not([class]) li:not([class]) {
  padding: 5px 0 5px 15px;
}
.body-container ul:not([class]) li:not([class]):before,
.body-container ul:not([class]) li:not([class]):after{
  background: #1592D9;
  content: '';
  display: inline-block;
  height: 21px;
  left: 10px;
  position: absolute;
  top: 6px;
  width: 2px;
}
.body-container ul:not([class]) li:not([class]):after{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   border-left: 2px solid;
   margin: 0 0 1.4rem;
   padding-left: 15px;
}

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
button,
.button {
   cursor: pointer;
   -webkit-appearance: none;
   text-decoration: none !important;
   display: inline-block;
   background-color: #1592d9;
   color: #FFF;
   font-family: 'AvenirNext-Medium';
   font-size: 16px;
   letter-spacing: .05em;
   line-height: 1.2;
   text-align: center;
   -webkit-transition: .3s;
   transition: .3s;
   white-space: normal;
   margin-top: 20px;
   vertical-align: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   border: 0 solid transparent;
   padding: 16px 25px;
   background-image: none;
   border-radius: 55px;
}

button:disabled,
.button:disabled {
   background-color: #D0D0D0;
   border-color: #D0D0D0;
   color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
   background-color: #1ca2ed;
   text-decoration: none;
}

button:active,
.button:active {
   text-decoration: none;
}
form.hs-form {
   margin-bottom: 10px;
   display: block;
   background-color: #232a35;
   color: #FFF;
   padding: 30px;
   max-width: 850px;
   width: 100%;
}
fieldset.form-columns-1 .hs-input:not([type=checkbox]) {
    width: 100% !important;
}
fieldset.form-columns-1 .hs-input:not([type=radio]) {
    width: 100% !important;
}

.body-container form fieldset.form-columns-1 input[type=checkbox], 
.body-container form fieldset.form-columns-1 input[type=radio] {
    width: auto !important;;
}

/* To center the form within its module and applying a max-width */
form.hs-form,
.center-form .hs_cos_wrapper .form-title {
display: block;
margin: 0 auto;
}

/* Form title */

.form-title {
   font-size: 24px;
   color: white;
   font-weight: bold;
   line-height: 28px;
   padding: 15px;
   word-wrap: break-word;
   font-family: 'AvenirNext-Regular',sans-serif;
   text-transform: uppercase;
   text-align: center;
   letter-spacing: .02em;
   background-color: #1592d9;
   margin-bottom: 0px;
}

/* Form fields */

.hs-form-field {
   margin-bottom: 5px;
}

/* Labels */

form label {
   display: inline-block;
   font-size: 0.875rem;
   margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   transition: all .3s ease;
   font-family: 'AvenirNext-Regular';
   border-radius: 5px;
   font-size: 18px;
   min-height: 25px;
   letter-spacing: .02em;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   background-color: #FFF;
   background-clip: padding-box;
   border: 0 solid #ced4da;
   padding: 10px 20px !important;
   -webkit-appearance: none;
   display: inline-block;
   width: 100%;
}
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }






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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
   position: relative;
}

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

.fn-date-picker .pika-table thead th {
   color: #FFF;
}
.hs-error-msgs label{
       color: #ef6b51;
}
.fn-date-picker td.is-selected .pika-button {
   border-radius: 0;
   box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
   border-radius: 0 !important;
   color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

.hs-input.invalid.error {
   border-color: #EF6B51;
}

.hs-error-msg {
   color: #EF6B51;
   margin-top: 5px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   -webkit-appearance: none;
   text-decoration: none !important;
   display: inline-block;
   background-color: #1592d9;
   color: #FFF;
   font-family: 'AvenirNext-Medium';
   font-size: 16px;
   letter-spacing: .05em;
   line-height: 1.2;
   text-align: center;
   text-transform: uppercase;
   -webkit-transition: .3s;
   transition: .3s;
   white-space: normal;
   margin-top: 10px;
   vertical-align: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   border: 0 solid transparent;
   padding: 16px 25px;
   background-image: none;
   border-radius: 0;
}

/* Captcha */

.grecaptcha-badge {
   margin: 5 auto;
   transform:scale(0.50);
   transform-origin:0 0;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.outter_header {
   min-height: 80px;
}
.lp_header header.header {
   min-height: 94px;
}

.lp_header header.header {
   min-height: 94px;
}

.lp_header header.header.fixed {
   min-height: 74px;
}



header.header {
   background: #232a35;
   color: #fff;
   transition: .3s;
   z-index: 1011;
   align-items: center;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   position:relative;
}
.header_inner {
   align-items: center;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   transition: .3s;
   width: 100%;
}

.site_logo img {
   width: 114px !important;
}
.site_logo {
   margin-top: -1px;
   margin-bottom: -10px;
}
.site_menu {
   align-items: center;
   flex-basis: 100%;
   flex-grow: 1;
   justify-content: flex-end;
   transition: height .01s;
}
.site_menu .submenu.level-1 {
   list-style: none;
   padding: 0;
}

.site_menu .submenu.level-1>li {
   display: inline-block;
   font-family: AvenirNext-Medium;
   position: relative;
}
.site_menu .submenu.level-1>li>a {
   display: block;
   padding: 0.1rem 0.6rem;
   background: transparent;
   color: #fff;
   font-size: 18px;
   height: 100%;
   position: relative;
   transition: .3s;
   font-family: AvenirNext-Medium;
}

.site_menu .submenu.level-1>li:last-child>a:before {
   background: url(https://4006524.fs1.hubspotusercontent-na1.net/hubfs/4006524/raw_assets/public/Sonifi_Solutions_July2022/images/icon-search-white.svg) 50%/contain no-repeat;
   content: "";
   display: block;
   height: 19px;
   width: 18px;
}
.search-open .site_menu .submenu.level-1>li:last-child>a:before {

   background: transparent url(https://4006524.fs1.hubspotusercontent-na1.net/hubfs/4006524/raw_assets/public/Sonifi_Solutions_July2022/images/icon-search.svg) 50%/contain no-repeat;
   content: "";
   display: block;
   height: 19px;
   width: 18px;

}





.request_btn a {
   white-space: nowrap;
   background-color: #1592d9;
   color: #fff;
   font-family: AvenirNext-Medium;
   font-size: 16px;
   letter-spacing: .05em;
   line-height: 1.2;
   text-align: center;
   text-transform: uppercase;
   transition: .3s;
   border-color: #1592d9;
   display: inline-block;
   font-weight: 400;
   padding: 16px 25px;
   vertical-align: middle;
   border-radius: 55px;
}

.site_menu .submenu.level-2 {
   position: absolute;
   text-align: left;
   top: 100%;
   float: left;
   font-size: 1rem;
   left: 0;
   list-style: none;
   color: #4c4c4e;
   background-clip: padding-box;
   background-color: #fff;
   width: auto;
   z-index: 1020;
   padding: 20px;
   box-shadow: 0 1px 4px rgb(0 0 0 / 25%), 0 0 60px rgb(0 0 0 / 10%);
   display: block;
   min-width: 285px;
   display: none;
}

.site_menu .submenu.level-2>li {
   color: #232a35;
   font-family: AvenirNext-Regular;
   font-size: 18px;
   font-weight: 600;
   line-height: 1.25;
   padding: 8px 0;
}

.site_menu .submenu.level-2>li>a {
   color: #232a35;
}


.site_menu .submenu.level-1>li:not(:last-child)>a:after {
   background-color: #1592d9;
   bottom: 10px;
   content: "";
   display: block;
   height: 2px;
   left: 15px;
   position: absolute;
   right: 25px;
   opacity:0;


}

.site_menu .submenu.level-2>li>a:hover {
   color: #007bc0;
}

.site_menu .submenu.level-2>li>a:after {
   border: solid transparent;
   border-width: 0 2px 2px 0;
   content: "";
   display: inline-block;
   height: 6px;
   margin: -3px 0 0 6px;
   transform: rotate(-45deg);
   vertical-align: middle;
   width: 6px;
}

.site_menu .submenu.level-2>li>a:hover:after{
   border-color: #007bc0;
}
.site_menu .submenu.level-3 {
   list-style: none;
   padding: 0;
   margin: 0;
   margin-bottom: 22px;
   margin-top: 10px;
}

.site_menu .submenu.level-3>li {
   font-family: AvenirNext-Regular;
   font-size: 16px;
   font-weight: 500;
}

.site_menu .submenu.level-3>li>a {
   color: #4c4c4e;
}

#hs_cos_wrapper_site_menu > nav > ul > li:nth-child(2) > ul > li.has-submenu.menu-item.hs-skip-lang-url-rewrite > a {
   font-family: AvenirNext-Regular;
   font-size: 18px;
   font-weight: 600;
   line-height: 1.25;
   padding: 8px 0;
   margin-bottom: -4px;
}

.site_menu #hs_cos_wrapper_site_menu > nav > ul > li:nth-child(2) > ul > li.has-submenu.menu-item.hs-skip-lang-url-rewrite {
   padding-bottom: 0;
}
.site_menu #hs_cos_wrapper_site_menu > nav > ul > li:nth-child(3) > ul > li.has-submenu.menu-item.hs-skip-lang-url-rewrite {
   padding-bottom: 0;
}

.site_menu .submenu.level-3>li {
   margin-bottom: 4px;
}
.site_menu .submenu.level-3>li>a:hover {
   color: #007bc0;
}


.search_bar {
   position: absolute;
   text-align: left;
   top: 100%;
   float: left;
   font-size: 1rem;
   left: 0;
   color: #4c4c4e;
   background-clip: padding-box;
   background-color: #fff;
   min-width: 285px;
   box-shadow: 0 1px 4px rgb(0 0 0 / 25%), 0 0 60px rgb(0 0 0 / 10%);
   padding: 15px 20px;
   width: 100%;
   margin-top: -15px;
   opacity: 0;
   visibility: hidden;
}

.search_bar form {
   display: block;
   width: 100%;
}

.search_bar input {
   background: transparent url(https://4006524.fs1.hubspotusercontent-na1.net/hubfs/4006524/raw_assets/public/Sonifi_Solutions_July2022/images/icon-search.svg) 0/25px no-repeat;
   border-radius: 0;
   color: #4c4c4e;
   font-family: AvenirNext-Regular;
   font-size: 22px;
   letter-spacing: -.25px;
   margin: 0 auto;
   padding: 15px 40px;
   width: auto;
   height: 50px;
   border: 0 solid #ced4da;
   display: block;
   line-height: 1.5;
   font-weight: 400;
   transition: all .3s ease;
   outline: 0;
}

.navbar-search ::placeholder {
   color: #4c4c4e;
   font-family: AvenirNext-Medium;
   font-size: 22px;
   letter-spacing: -.25px;
   overflow: hidden;
   visibility: visible;
}



.search-open .search_bar {
   opacity: 1;
   visibility: visible;
}

.search-open .site_menu .submenu.level-1>li:last-child>a {
   background: #FFF;
   z-index:1;
}



header.header.fixed {
   left: 0;
   margin: 0 auto;
   max-width: 1650px;
   position: fixed;
   right: 0;
   top: 0;
   z-index: 1020;
}


.menu_trigger {
   display: none;
}

.mobile_seacrh_bar {
   display: none;
}
.site_menu .child-trigger {
   width: 100% !important;
   display: block !important;
   cursor: pointer;
   position: absolute;
   top: 0;
   right: 0;
   padding: 0!important;
   z-index: 999;
   height:100%;
}


.search-open .site_menu .submenu.level-1>li:last-child>a:after {
   content: "";
   display: block;
   width: 58px;
   height: 8px;
   background: #fff;
   position: absolute;
   bottom: -5px;
   left: 0;
   z-index: 1;
}




@media (min-width: 992px){

   header.header {
      flex-flow: row nowrap;
      justify-content: flex-start;
   } 

   .header_inner {
      flex-wrap: nowrap;
      padding: 20px 30px;
   }

   .site_menu {
      display: flex;
      flex-basis: auto;
   }

   .site_menu .navigation-primary {
      align-items: center;
      display: flex;
   } 

   .site_menu .submenu.level-1 {
      display: flex;
      margin: 0;
      padding-left: 30px;
   }

   .site_menu .submenu.level-1>li>a {
      padding: 10px 15px 10px 10px;
      text-transform: uppercase;
      white-space: nowrap;
      font-size: 14px;

   }
   .site_menu .submenu.level-1>li:last-child>a {
      margin-right: 10px;
   }

   .fixed .header_inner {
      padding-bottom: 10px;
      padding-top: 10px;
   }
   .site_menu .submenu.level-1>li:not(:last-child):hover>a {
      box-shadow: 0 5px 0 #fff, 0 0 5px rgb(0 0 0 / 25%);
      background-color: #fff;
      color: #232a35;
      position: relative;
      z-index: 1025;
   }
   .site_menu .submenu.level-1>li:hover:not(:last-child)>a:after {
      opacity: 1;
   }

   .site_menu .submenu.level-1>li:hover .level-2 {
      display: block;
   }



}

@media (min-width: 1400px){

   .site_menu .submenu.level-1>li>a {
      padding: 15px 25px 15px 15px;
      font-size: 16px;
      letter-spacing: .05em;
   }





}








@media (min-width: 1600px){

   .site_menu .submenu.level-1>li:not(:last-child) {
      margin-right: 15px;
   }


}


@media (max-width: 991.98px){
   .site_menu {
      display: none;
   }
   .site_menu .submenu.level-3{
      display:block !Important;
   }
   .request_btn {
      display: none;
   }
   .site_bar {
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding: 20px;
      width: 100%;
   }

   .menu_trigger button {
      cursor: pointer;
      height: 40px;
      position: relative;
      width: 40px;
      background-color: transparent;
      border: 2px solid transparent;
      font-size: 2.6666666667rem;
      line-height: 1;
      padding: 0;
      margin-top: 0;
   }

   .toggler-icons {
      border-top: 2px solid #fff;
      color: #fff;
      display: block;
      font-size: 0;
      height: 24px;
      margin: 0 auto;
      position: relative;
      transition: .3s;
      width: 40px;
      background: transparent;
      border-bottom: 2px solid #fff;
   }

   .toggler-icons:after,.toggler-icons:before {
      background: #dfe0e2;
      border-radius: 2px;
      content: "";
      display: block;
      height: 2px;
      left: 50%;
      position: absolute;
      top: 50%;
      transition: .3s;
      width: 100%;
   }

   .toggler-icons:before {
      background: #fff;
      transform: translate(-50%,-50%);
   }

   .toggler-icons:after {
      background: #fff;
      transform: translate(-50%,-50%);
   }


   .site_menu .submenu.level-1 {
      margin-bottom: 17px;
   }

   .site_menu .submenu.level-1>li {
      display: block;
   }

   .site_menu .submenu.level-1>li>a {
      border-top: 1px solid #dfe0e2;
      padding: 18px 20px;
   }


   .site_menu .submenu.level-1>li:last-child>a {
      display: none;
   }

   .menu_trigger button:hover {
      background: transparent;
      border: 0;
   }
   .mobile_seacrh_bar form {
      background: #fff;
      display: block;
      margin-bottom: 30px;
      position: relative;
      width: 100%;
   }

   .mobile_seacrh_bar form input {
      background-image: none;
      height: 70px;
      padding: 20px 70px 20px 20px;
      width: 100%;
      border-radius: 0;
      color: #4c4c4e;
      font-family: AvenirNext-Regular;
      font-size: 22px;
      letter-spacing: -.25px;
      margin: 0 auto;
      display: block;
      border: 0 solid #ced4da;
      line-height: 1.5;
      font-weight: 400;
   }

   .mobile_seacrh_bar form button {
      background: transparent url(https://4006524.fs1.hubspotusercontent-na1.net/hubfs/4006524/raw_assets/public/Sonifi_Solutions_July2022/images/icon-search.svg) 50%/20px no-repeat;
      bottom: 0;
      height: 70px;
      position: absolute;
      right: 0;
      top: 0;
      width: 70px;
      cursor: pointer;
      white-space: normal;
      border: 0 solid transparent;
      border-radius: 0;
      color: #4c4c4e;
      display: inline-block;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      padding: 16px 25px;
      text-align: center;
      transition: all .3s ease;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: middle;
      margin-top: 0;
   }

   .navbar-search ::placeholder {
      color: #a6a6a7;
      font-size: 18px;
   }
   .request_btn a {
      margin: 10px 20px;
   }

   .header_inner {
      overflow: auto;
   }
   .menu_trigger button:focus {
      background: transparent;
      border: 0;
      outline: 0;
   }
   .menu_trigger {
      display: block;
   }

   .mobile_seacrh_bar {
      display: block;
   }
   .open .request_btn, .open .site_menu {
      display: block;
   }

   .open .toggler-icons:after {
      transform: translate(-50%,-50%) rotate(-45deg);
   }

   .open .toggler-icons:before {
      transform: translate(-50%,-50%) rotate(45deg);
   }

   .open .toggler-icons {
      border: 0;
   }
   .site_menu .submenu.level-2 {
      width: 100%;
      position: relative;
      padding-bottom: 10px;
      padding-top: 10px;
      float: none;
   }

   .open .header_inner {
      padding-bottom: 10px;
   }

}




@media (min-width: 992px) and (max-width: 1199.98px){
   .request_btn a {
      font-size: 14px;
      line-height: 1.5;
      padding: 10px 15px;
   }


}
.copyright {
   color: rgba(76,76,78,.9);
   font-size: 13px;
}


.copyright_link .submenu.level-1 {
   list-style: none;
   margin: 0;
   padding: 0;
}

.copyright_link .submenu.level-1>li {
   display: inline-block;
}

.copyright_link .submenu.level-1>li>a {
   transition: .3s;
   color: #4c4c4e;
}
.copyright_link .submenu.level-1>li:not(:last-child):after {
   content: "|";
   display: inline-block;
   margin: 0 3px;
}

.footer_logo {
   background: url(https://4006524.fs1.hubspotusercontent-na1.net/hubfs/4006524/raw_assets/public/Sonifi_Solutions_July2022/images/logo.svg) 50%/contain no-repeat;
   display: block;
   flex-shrink: 0;
   height: 38px;
   margin: 0;
   padding: 0;
   width: 114px;
   font-size: 2.6666666667rem;
   white-space: nowrap;
}
.footer_number p {
   display: block;
   font-family: AvenirNext-Medium;
   font-size: 16px;
   letter-spacing: .05em;
   line-height: 1.2;
   text-transform: uppercase;
   color: #a6a6a7;
   margin: 30px 0 0;
   margin-bottom: 5px;
}
.social_title strong {
   display: block;
   font-family: AvenirNext-Medium;
   font-size: 16px;
   letter-spacing: .05em;
   margin-bottom: 5px;
   line-height: 1.2;
   text-transform: uppercase;
   font-weight: 400;
}

.footer_social {
   margin-top: 35px;
}

.footer_menu .hs-menu-wrapper>ul {
   display: flex;
   flex-wrap: wrap;
   margin-left: -30px;
   margin-right: -30px;
   list-style: none;
   padding: 0;
   margin: 0;
}
.footer_menu .hs-menu-wrapper>ul ul {
   list-style: none;
   padding: 0;
   margin: auto;
}

.footer_menu .hs-menu-wrapper>ul>li {
   padding-left: 23px;
   padding-right: 23px;
}

.footer_menu .hs-menu-wrapper>ul>li>a {
   font-family: AvenirNext-Medium;
   font-size: 16px;
   letter-spacing: .05em;
   line-height: 1;
   margin: 0 0 20px;
   text-transform: uppercase;
   color: #a6a6a7;
   display: block;
}

.footer_menu .hs-menu-wrapper>ul ul>li {
   line-height: 1;
   margin-bottom: 15px;
}
.footer_menu .hs-menu-wrapper>ul ul>li:last-child{
   margin-bottom:0;
}
.footer_menu .hs-menu-wrapper>ul ul>li>a {
   color: #4c4c4e;
   font-family: AvenirNext-Medium;
   font-size: 13px;
   transition: .3s;
}
.footer_menu #hs_menu_wrapper_footer_menu > ul > li:nth-last-child(2) > ul > li:nth-child(1) > a,
.footer_menu #hs_menu_wrapper_footer_menu > ul > li:nth-last-child(3) > ul > li:nth-child(1) > a {
   color: rgba(76,76,78,.9);
   font-size: 13px;
   margin-bottom: 1rem;
   display: block;
   line-height: 1.5;
   font-weight: 400;
   font-family: AvenirNext-Regular;
}
.footer_menu #hs_menu_wrapper_footer_menu > ul > li:nth-last-child(2) > ul > li:nth-child(2) > a,
.footer_menu #hs_menu_wrapper_footer_menu > ul > li:nth-last-child(3) > ul > li:nth-child(2) > a {
   color: #1592d9;
   font-family: AvenirNext-Medium;
   font-size: 13px;
   letter-spacing: .02em;
   transition: .3s;
}


.socail ul>li>a:hover {
   opacity: .6;
}

.footer_menu .hs-menu-wrapper>ul>li.child-open>a:after {
   transform: rotate(45deg);
}

@media (min-width: 992px){

   footer.footer {
      padding-bottom: 65px;
      padding-top: 65px;
   }
   .footer_number p {
      margin: 45px 0 5px;
   }
   .footer_menu .hs-menu-wrapper>ul>li {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
   }
}

@media (min-width: 1200px){
   .copyright-col {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-bottom: 38px;
   }   


}

@media (min-width: 1400px){
   .footer_menu .hs-menu-wrapper>ul {
      margin-left: -37.5px;
      margin-right: -37.5px;
   }



}

@media (max-width: 991.98px){
   footer.footer {
      padding-bottom: 30px;
      padding-top: 30px;
   }

   .copyright-col {
      margin-bottom: 40px;
   }

   .copyright {
      margin-top: 30px;
      text-align: center;
   }
   .footer_menu .hs-menu-wrapper>ul ul {
      display: none;
      margin-top: 14px;
   }

   .footer_menu .hs-menu-wrapper>ul {
      display: block;
   }

   .footer_menu .hs-menu-wrapper>ul>li {
      background: transparent;
      border-top: 1px solid hsla(240,1%,65%,.2);
      color: #004159;
      display: block;
      font-family: AvenirNext-Medium;
      font-size: 18px;
      line-height: 1;
      padding: 17px 0 14px;
      position: relative;
      text-align: left;
      width: 100%;
   }

   .footer_menu .hs-menu-wrapper>ul>li>a {
      font-size: 18px;
      line-height: 1;
      color: #004159;
      text-transform: inherit;
      margin: 0;
      letter-spacing: normal;
      position: relative;
   }
   .footer_menu .hs-menu-wrapper>ul>li>a:after {
      border: solid rgba(21,146,217,.5);
      border-width: 0 2px 2px 0;
      content: "";
      display: inline-block;
      height: 10px;
      margin-left: 6px;
      margin-top: -5px;
      position: absolute;
      right: 20px;
      top: 50%;
      transition: .3s;
      width: 10px;
      transform: rotate(-45deg);
   }

   .footer  .trigger {
      display: block !important;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0px;
      width: 55px !important;
      min-width: 55px !important;
      height: 40px !important;
      padding: 0 !important;
   }
   .footer_detail {
      align-items: center;
      display: flex;
      flex-direction: column;
   }

   .socail ul {
      justify-content: center;
   }






}

@media (max-width: 767.98px){
   .footer .col-12 {
      padding-left: 23px;
      padding-right: 23px;
   }  

}







@media (min-width: 992px) and (max-width: 1199.98px){

   .copyright-col {
      margin-bottom: 30px;
      margin-top: 30px;
   }
   .footer_menu .hs-menu-wrapper>ul {
      margin-left: -23px;
      margin-right: -23px;
   }

}
