*, *: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 {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "uncodeicon"; 
  src: url("//20721617.fs1.hubspotusercontent-na1.net/hubfs/20721617/uncode-icons.eot") format("embedded-opentype"), 
    url(//20721617.fs1.hubspotusercontent-na1.net/hubfs/20721617/raw_assets/public/KotisDesign_October2021/Fonts/uncode-icons.woff2) format("woff2"), 
    url(//20721617.fs1.hubspotusercontent-na1.net/hubfs/20721617/raw_assets/public/KotisDesign_October2021/Fonts/uncode-icons.woff) format("woff"), 
    url(//20721617.fs1.hubspotusercontent-na1.net/hubfs/20721617/raw_assets/public/KotisDesign_October2021/Fonts/uncode-icons.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
}

body {
  line-height: 1.6666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

/* Paragraphs */

p {
  margin: 18px 0px 0px 0px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}
li{
  line-height: 1.75;
  margin: 18px 0px 0px 0px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 27px 0px 27px 0px;
  border: 0;
  border-top-width: 1px;
  border-style: solid;
}

::selection {
  background: #fa4c06;
  color: #ffffff !important;
}
img {
  max-width: 100%;
  height: auto;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}






secondary-btn,
.secondary-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

secondary-btn:hover,
secondary-btn:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

secondary-btn:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

a {
  color: #00a4bd;
}

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

/* Labels */

.hs-input{
  min-height: 50px;
  /*width: 100%;*/
}

/* fieldset.form-columns-1 .hs-input{
  width: 100% !important;
} */

.hs-form label {
  display: block;
  font-size: 15px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
  padding-left: 10px;
}

/* 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 {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 15px;
  padding: 0.7rem;
  width: 100%;
  height:auto!important;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

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

.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: #ff0000!important;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  margin:10px 0;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight:700;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   order: 4;
   width: 50px !important;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   transform:scale(0.33);
    height: 0px;
}

.hs_recaptcha {
    transform:scale(0.33);
	-webkit-transform:scale(0.33);
	transform-origin:0 ;
	-webkit-transform-origin:0;
  visibility: hidden;
  height: 0px;
}

.grecaptcha-badge { visibility: hidden; }
/* 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;
}
.header__container {
  font-size: 15px;
  font-weight: 400;
  font-family: Hind;
  width: 100%;
  background-clip: content-box;
  position: relative;
}

.header__container {
  box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
}

.header__logo {
  padding: 29px 36px 27px 36px;
}

.custom-menu-primary {
  vertical-align: middle;
  position: relative;
}

.header__logo img {
  vertical-align: middle;
  max-width: initial;
}

.header__logo a {
  margin-right: 30px;
  margin-bottom: 17px;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: 1.7;
  display: flex;
  align-items: center;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  line-height: 100px;
  height: 100px;
  padding: 0px 10px 0px 10px;
  width: auto;
  display: block;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

.mega-indicator {
  display: inline;
  height: auto;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
}

.mega-indicator:after {
  content: '';
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) {
  order: 7;
  margin-left: 1.5px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) {
  order: 6;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) {
  margin-left: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > a {
  display: block;
  background: #ff4d00;
  color: #fff;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-weight: normal;
  border-radius: 3px;
  position: relative;
  top: 1px;
  left: 3px;
  width: 140px;
  text-align: center;
  padding-left: 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  margin: 0;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  width: 33.33333%;
  float: left;
  line-height: 1.7;
  font-size: 14px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child {
  background-color: #eef7f9;
  min-height: 450px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
  padding: 14px 35px 24px 35px;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(3) {
  background-color: #f7f7f7;
  min-height: 450px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child>a {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child>ul>li:first-child>a {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  pointer-events: none;
  margin-bottom: -2px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child>ul>li:first-child>ul>li>a {
  font-size: 16px;
  color: #02a8df;
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child {
  padding: 14px 35px 25px 35px;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child>ul>li:first-child>ul>li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child>ul>li:first-child>ul>li:after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  margin-bottom: -15px;
  margin-top: 10px;
  background-color: #999999;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:not(:first-child)>a {
  font-size: 16px;
  font-weight: bold;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:not(:first-child)>ul>li>a {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  pointer-events: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:not(:first-child)>ul>li:first-child>a {
  font-size: 16px;
  font-weight: bold;
  color: #fa4d09;
  margin-top: 26px;
  display: block;
  pointer-events: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:not(:first-child)>ul>li:first-child>a:after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  margin-bottom: -15px;
  margin-top: 10px;
  background-color: #999999;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul {
  width: 800px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li {
  width: 50%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>ul {
  width: 800px;
  right: 0;
  left: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>ul>li {
  width: 50%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>ul>li>ul>li:not(:first-child) {
  padding: 12px 35px 9px 35px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child>ul>li:not(:first-child) {
  padding: 12px 35px 9px 35px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li:after {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li {
  padding: 15px 35px 25px 35px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li:first-child>ul>li {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 50px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul:before,.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul:after {
  content: "";
  display: block;
  clear: both;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li.BYBRAND>a {
  font-size: 16px;
  font-weight: bold;
  color: #fa4d09;
  display: block;
  margin-top: 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li.BYBRAND>a:after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  margin-top: 10px;
  background-color: #999999;
  margin-bottom: 23px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li:first-child>ul>li>ul>li>a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.7;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li.ViewAll.Brands.\>>a {
  font-size: 16px;
  color: #02a8df;
  pointer-events: auto;
}

.fixed-wrapper {
  min-height: 100px;
}

.header__logo .mmb-container {
  margin: 0 auto;
  line-height: normal;
  align-content: center;
  align-items: center;
  display: none;
  height: 100%;
  z-index: 100;
}

.header__logo .mmb-container .mobile-additional-icons {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 89px;
  z-index: 1;
}

.header__logo .mmb-container .mobile-menu-button {
  display: none;
  line-height: 0px;
  position: relative;
  padding: 0 36px;
  cursor: pointer;
  z-index: 0;
  transition: .3s;
}

.header__logo .mmb-container .mobile-menu-button span.lines {
  position: relative;
  vertical-align: middle;
  border-radius: 5px;
  background-clip: padding-box;
  display: inline-block;
  height: 2px;
  width: 20px;
  background: #101213;
}

.header__logo .mmb-container .mobile-menu-button span.lines span {
  border-radius: 5px;
  background-clip: padding-box;
  display: inline-block;
  height: 2px;
  width: 20px;
  content: '';
  left: 0;
  position: absolute;
  transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
  transform-origin: 10px center;
  transform: translateY(-50%);
  top: 50%;
  display: none;
  background: #101213;
}

.menu-featured-post h3 {
  display: none;
}

.menu-featured-post {
  margin-top: 45px;
}

.menu-featured-post .hs-rss-item {
  clear: both;
  margin-bottom: 20px;
}

.menu-featured-post .hs-rss-item .hs-rss-item-text {
  float: right !important;
}
.menu-featured-post .hs-rss-item .hs-rss-item-text > span {
  display: block;
}

.menu-featured-post .hs-rss-item .hs-rss-item-image-wrapper img {
  max-width: 100%;
  float: left;
  width: 130px !important;
  height: auto;
  margin-right: 15px;
}

.menu-featured-post .hs-rss-item .hs-rss-item-image-wrapper {
  width: 40% !important;
  margin-right: 20px;
}

.menu-featured-post .hs-rss-item .hs-rss-item-text {
  width: 53% !important;
}

.menu-featured-post .hs-rss-item .hs-rss-item-text a.hs-rss-title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.menu-featured-post .hs-rss-item .hs-rss-item-text a.hs-rss-title:hover {
  color: #fa4d09 !important;
}

.fixed header.header.lp-h {
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li.BYEVENT\/TYPE>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li.BYCATEGORY>a {
  font-size: 16px;
  font-weight: bold;
  color: #fa4d09;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li.BYEVENT\/TYPE,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li.BYCATEGORY {
  text-align: left;
  margin-bottom: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:not(:first-child)>ul>li:first-child>a:after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  margin-bottom: -2px;
  margin-top: 10px;
  background-color: #999;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Swag>ul>li:nth-child(2)>ul>li:first-child>a:after {
  content: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.USECASES {
  padding-bottom: 12px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.SENDING {
  padding-bottom: 14px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Swag>ul>li:nth-child(3) {
  background-color: unset;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li:last-child>ul>li:nth-child(2) {
  margin-top: -29px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li.ViewAll.Brands.\> {
  position: absolute;
  top: 94%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li:last-child {
  padding-bottom: 47px;
}

.fixed-wrapper > .menu-featured-post {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Swag>ul>li>ul>li.FEATURED .menu-featured-post {
  margin-top: 31px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Swag>ul>li>ul>li.FEATURED .menu-featured-post .hs-rss-item-text span {
  margin-left: -64px;
}


@media (min-width:570px) {
  .custom-footer .footer-m {
    display: none !important;
  }
}


@media (min-width: 960px) {
  .header__container {
    display: table;
    height: 100%;
    padding: 0px 36px 0px 34px;
  }
  .header__logo {
    display: table-cell;
    padding-left: 0px;
  }
  .custom-menu-primary {
    display: table-cell;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    z-index: 999;
    border-radius: 0;
    background: #fff;
    border: 0;
    padding: 0;
    width: 100%;
    max-width: none;
    left: 0;
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  .fixed header.header {
    position: fixed;
    top: 0;
    z-index: 1;
  }
}






@media (min-width:901px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a:hover {
    background: #eb4700;
    color: #fff;
  }
}


@media (max-width:959px) {
  .custom-menu-primary {
    display: none;
  }
  .header__logo {
    position: relative;
    padding: 27px 36px 27px 36px !important;
    display: block;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    line-height: 1px;
  }
  .header__logo .mmb-container {
    display: inline-flex;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__logo .mmb-container .mobile-menu-button {
    align-items: center;
    display: flex;
    height: 100%;
    opacity: 1 !important;
  }
  .header__logo .mmb-container .mobile-menu-button span.lines:before {
    border-radius: 5px ;
    background-clip: padding-box;
    display: inline-block;
    height: 2px;
    width: 20px;
    content: '';
    left: 0;
    position: absolute;
    transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
    transform-origin: 10px center;
    top: 6px;
    background: #101213;
  }
  .header__logo .mmb-container .mobile-menu-button span.lines:after {
    border-radius: 5px;
    background-clip: padding-box;
    display: inline-block;
    height: 2px;
    width: 20px;
    content: '';
    left: 0;
    position: absolute;
    transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
    transform-origin: 10px center;
    top: -6px;
    background: #101213;
  }
  .header__logo a {
    height: 21px !important;
  }
  .header__logo img {
    width: 136.13px !important;
  }
  .fixed-wrapper {
    min-height: 72px;
  }
  /*   header.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2000;
} */
  .mobile-open .header__logo .mmb-container .mobile-menu-button span.lines {
    transition: background 0.3s 0s ease-in-out;
    background: transparent !important;
  }
  .mobile-open .header__logo .mmb-container .mobile-menu-button span.lines:before {
    transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .mobile-open .header__logo .mmb-container .mobile-menu-button span.lines:after {
    transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .header__logo a {
    margin-bottom: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    background: #fff;
    padding: 0px 0px 0px 0px;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #000;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a {
    border: 0;
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a:hover {
    color: #fff !important;
    background-color: #ff4d00 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #222 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    width: 100%;
    clear: both;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    text-align: center;
  }

  .child-trigger:after,.child-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #222;
    width: 14px;
    height: 1px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .child-trigger:after {
    width: 1px;
    height: 14px;
  }

  .child-open > .child-trigger:after {
    visibility: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>ul {
    float: left;
    position: static;
    width: 100%;
    border: 0;
    padding: 10px;
    border-radius: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>ul>li {
    width: 100%;
    clear: both;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>ul {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li>ul {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li.ViewAll.Brands.\> {
    top: 67%;
  }
}




@media (max-width:767px) {
  .header__logo {
    padding: 27px 36px 27px 34px !important;
    padding-top: 18px !important;
    padding-bottom: 18px!important
  }
}

@media (max-width:600px) {
  .menu-featured-post .hs-rss-item .hs-rss-item-text {
    width: 100% !important;
  }
  .menu-featured-post .hs-rss-item .hs-rss-item-image-wrapper {
    width: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Swag>ul>li>ul>li.FEATURED .menu-featured-post .hs-rss-item-text span {
    margin-left: 0;
  }
}


@media (max-width:340px) {
  .header__logo .mmb-container .mobile-menu-button {
    padding-right: 34px;
  }
}

/*ajustment after re-work */
.custom-menu-primary .hs-menu-wrapper>ul>li.Swag>ul>li>ul>li.FEATURED .menu-featured-post .hs-rss-item-text span {
margin-left: 0
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Services > ul > li:nth-child(1) > ul > li.hs-menu-item.hs-menu-depth-3.hs-item-has-children.Warehousing\&.Fulfillment > ul > li > span > a {
    pointer-events: none;
    color: #666
}
.custom-footer {
  background: #000;
  width: 100%;
  font-size: 15px;
}
.footer_bottom {
  z-index: 0;
  position: relative;
  clear: both;
  border: 0;
}
.footer_bottom>.footer__container {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  width: 100%;
  table-layout: fixed;
  padding: 36px 36px 36px 36px;
}
.row-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.footer_bottom_inner {
  padding: 36px 36px 36px 36px;
  display: block;
  height: auto;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding: 0px 0px 0px 36px;
  clear: both;
  vertical-align: top;
}
.footer_bottom_inner_inner {
  position: relative;
  margin-top: 36px;
}
.footer_top {
  z-index: 0;
  position: relative;
  clear: both;
  border: 0;
  background-color: #000000;
}
.footer_top>.footer__container {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 36px 0px;
}
.footer_top>.footer__container:after {
  content: "";
  display: table;
  clear: both;
}
.col-lg-12,.col-lg-4,.col-lg-2 {
  padding: 36px 36px 36px 36px;
  display: block;
  height: auto;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.footer_top>.footer__container>.row-inner>div {
  padding: 0px 0px 0px 36px;
  clear: both;
  vertical-align: top;
}
.uncol {
  color: #ffffff;
  display: block;
  overflow: visible;
  position: relative;
}
.uncoltable {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 100%;
}
.boomapps_vccolumn {
  display: table-cell;
  position: relative;
  height: 100%;
  vertical-align: top;
  border: 0;
  padding: 0px 0px 0px 0px;
}
.uncont {
  text-align: left;
  margin: 0 auto;
}
.copyright_wrapper {
  z-index: 0;
  position: relative;
  clear: both;
  border: 0;
  margin-top: 36px;
}
.divider-wrapper hr {
  border-style: solid;
  border-color: #444;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: 0;
  width: 100%;
  border-top-width: 1px;
}
.divider-wrapper {
  position: relative;
}
.footer_copyright_content {
  position: relative;
  margin-top: 18px;
}
.footer_copyright_content p {
  line-height: 1.75;
  margin: 18px 0px 0px 0px;
  font-size: 15px;
  margin-top: 0px;
  color: #9a9b9d;
}
.footer_copyright_content a {
  color: #ffffff;
}

.footer_copyright_content a:hover {
  color: #fa4c06;
}
.copyright_blank_div {
  height: 24px;
  margin-top: 18px;
}
.empty-space {
  position: relative;
  padding-top: 36px;
}
.make_your_wrapper {
  z-index: 0;
  position: relative;
  position: relative;
  clear: both;
  border: 0;
  margin-top: 36px;
}
.row {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.col-lg-4 {
  clear: both;
  vertical-align: top;
}
.uncode-single-media {
  display: inline-block;
  width: 100%;
  position: relative;
  max-width: 50px;
  vertical-align: top;
}
.uncode-single-media img {
  width: 100%;
  max-width: none;
  z-index: 1;
  position: relative;
  display: block;
  transform: scale(1, 1);
}
.uncode_text_column {
  margin-top: 36px;
  position: relative;
}
.uncode_text_column p {
  line-height: 1.75;
  font-size: 15px;
}
.uncode_text_column p span:first-child {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  line-height: 110%;
}
.uncode_text_column p span:last-child {
  font-size: 18px;
  font-weight: normal;
  color: #cccccc;
  line-height: 120%;
}
.licencing_text_area {
  position: relative;
  clear: both;
  border: 0;
  z-index: 0;
  margin-top: 36px;
}
.empty-quart {
  padding-top: 9px;
  position: relative;
}
.licencing_text_area .divider-wrapper {
  margin-top: 36px;
}
.licencing_text_image {
  margin-top: 36px;
  position: relative;
}
.licencing_text_image img {
  width: 333px;
  height: 67px;
}
.licencing_text_image p strong {
  color: #ffffff;
}
.licencing_text_image strong {
  font-weight: 600;
}
.footer_menu_area {
  z-index: 0;
  position: relative;
  clear: both;
  border: 0;
  margin-top: 36px;
  padding-top: 15px;
}
.footer_menu_area>.row>.row-inner{
  height: 240px;
}
.col-lg-2 {
  clear: both;
}
.footer_menu_area .col-lg-2 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer_menu_area .col-lg-2 ul li a {
  color: #fff;
}
.footer_menu_area .col-lg-2 ul li a:hover {
  color: #fa4c06;
}
.footer_menu_area .col-lg-2 ul li {
  line-height: normal;
  margin: 0px;
}
.footer_menu_area .col-lg-2 ul li.hs-menu-depth-1>a {
  font-weight: 600;
}
.only_two_left {
  position: relative;
  left: 72px;
  display: block;
}
.footer_menu_area .col-lg-2 ul li ul li a {
  color: #9a9b9d;
}
.footer-menu_5 p {
  line-height: 1.75;
  font-size: 15px;
  margin: 0px;
}

.footer-menu_5 p img {
  float: right;
  width: 116px;
  height: 100px;
}

.footer_menu_area .col-lg-2.footer-menu_1 ul li:nth-child(3),
.footer_menu_area .col-lg-2.footer-menu_1 ul li:nth-child(4),
.footer_menu_area .col-lg-2.footer-menu_1 ul li:nth-child(5) {
  margin-left: 18px;
}

.footer_top .divider-f {
  position: relative;
  margin-top: 36px;
}

.footer_top .divider-f hr.divider-hr {
  border: 0;
  border-style: solid;
  margin-top: 0px;
  margin-bottom: 0px;
  border-color: #444444;
  margin-right: auto;
  margin-left: 0;
  width: 100%;
  border-top-width: 1px;
}

.uncont .boomapps_vcrow {
  z-index: 0;
  position: relative;
  clear: both;
  border: 0;
  margin-top: 0px !important;
  padding-top: 30px;
}

.boomapps_vcrow .boomapps_vcrow-inner {
  display: table;
  position: relative;
  width: 100%;
  table-layout: fixed;
  padding: 0px!important;
  margin-top: 0px!important;
}

.boomapps_vcrow .boomapps_vcrow-inner:after {
  content: "";
  display: table;
  clear: both;
}

.boomapps_vcrow-inner .boomapps_vcrow-row-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  min-width: 100%;
  width: auto;
  margin-top: 0px !important;
  height: 54px;
}

.boomapps_vcrow-row-inner .first {
  position: relative;
  clear: both;
  vertical-align: top;
  margin-top: 0px !important;
}

.boomapps_vcrow-row-inner .second {
  position: relative;
  clear: both;
  vertical-align: bottom;
}

.boomapps_vcrow-row-inner .third {
  position: relative;
  clear: both;
  vertical-align: top;
}

.boomapps_vcrow-row-inner .first .first-inner {
  color: #1b1d1f;
  display: block;
  position: relative;
  overflow: visible;
}

.first-inner .uncell {
  display: table-cell;
  position: relative;
  height: 100%;
  vertical-align: inherit;
  border: 0;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}

.first-inner .uncell p {
  line-height: 1.75;
  margin: 18px 0px 0px 0px;
  font-size: 15px;
  margin-top: 0px !important;
}

.first-inner .uncell p span {
  margin-top: 0px !important;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.boomapps_vcrow-row-inner .second .second-inner {
  color: #1b1d1f;
  display: block;
  position: relative;
  overflow: visible;
}

.second-inner .uncell {
  display: table-cell;
  position: relative;
  height: 100%;
  border: 0;
  padding: 0px 0px 0px 0px;
  vertical-align: bottom;
}

.uncont .mc_embed_signup {
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
  width: 100%;
  margin-top: 10px;
}

.mc_embed_signup form {
  text-align: left !important;
  padding: 2px 0 10px 0 !important;
  margin-top: -10px;
}

.mc_embed_signup form .hs_email {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 3px;
}

.mc_embed_signup form .hs_email>label {
  display: none;
}

.mc_embed_signup form .hs_email .input input {
  line-height: initial;
  font-weight: normal;
  box-shadow: inset 0 2px 1px rgb(0 0 0 / 3%);
  transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-size: 13px !important;
  border: 0px !important;
  border-radius: 0px !important;
  color: #ffffff !important;
  background-color: #393939 !important;
  height: 37px !important;
  width: 180px !important;
  margin-bottom: 5px !important;
  font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  outline: none;
  /*   vertical-align: top; */
}

.mc_embed_signup form .hs_email .input input::-webkit-input-placeholder {
  color: #4d4f51;
}

.mc_embed_signup form ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
}

.mc_embed_signup form .hs_submit {
  display: inline-block;
}

.mc_embed_signup form .hs_submit .actions input.hs-button.primary.large {
  -webkit-appearance: button;
  text-align: center !important;
  vertical-align: middle;
  outline: none;
  white-space: nowrap;
  -webkit-text-stroke: 0px;
  width: auto;
  box-shadow: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  background-image: none;
  font-weight: 600 !important;
  font-family: Poppins !important;
  text-transform: uppercase;
  font-size: 12px !important;
  border: none !important;
  border-radius: 0px !important;
  color: #fff !important;
  height: 37px !important;
  line-height: 37px !important;
  padding: 0 8px !important;
  max-width: 75px !important;
  min-width: 65px !important;
  background-color: #fa4d09 !important;
  letter-spacing: .03em;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
}

.boomapps_vcrow-row-inner .third .uncell {
  display: table-cell;
  position: relative;
  height: 100%;
  border: 0;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}

.uncont .icon-box.icon-box-left {
  position: relative;
  display: inline-table;
  table-layout: fixed;
  width: auto;
  text-align: center;
  vertical-align: bottom;
  margin-top: 0px !important;
  padding-left: 7px;
  padding-right: 7px;
}

.uncont .icon-box.icon-box-left:first-child {
  padding-left: 0px !important;
}

.uncont .icon-box.icon-box-left:last-child {
  padding-right: 0px !important;
}

.mc_embed_signup form .hs_error_rollup {
  display: none;
}








.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-stack {
  text-align: center;
  border-width: 1px !important;
}

.fa {
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uncont .icon-box.icon-box-left a {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  border: 2px solid #c0c0c0;
  -webkit-backface-visibility: hidden;
  box-sizing: initial;
  color: #ffffff !important;
  background-color: #9a9b9d !important;
  border-color: #9a9b9d !important;
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-radius: 10em !important;
  line-height: 2.5em;
  margin-top: 0px !important;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa {
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uncont .icon-box.icon-box-left a i {
  margin-top: 0px !important;
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.boomapps_vcrow-row-inner .third .uncont {
  text-align: right;
}

.uncont .icon-box.icon-box-left a:hover {
  background-color: transparent !important;
  border-color: #9a9b9d !important;
  color: #9a9b9d !important;
}



.footer_bottom .row-inner {
  height: unset;
}
.make_your_wrapper .row-inner {
  height: unset;
}


@media(min-width:960px){
  .footer__container {
    max-width: 1200px;
    margin: auto;
    position: relative;
  }
  .footer_bottom>.footer__container>.row-inner,.footer_top>.footer__container>.row-inner,.make_your_wrapper>.row>.row-inner,.licencing_text_area>.row>.row-inner,.footer_menu_area>.row>.row-inner {
    margin-left: -36px;
  }
  .footer_bottom_inner {
    display: table-cell;
    height: 100%;
    width: 100%;
    height: 0;
  }
  .col-lg-12{
    display: table-cell;
    height: 100%;
    width: 100%;
    height: 0;
  }
  .uncoltable{
    min-height:0px;
  }
  .col-lg-4 {
    display: table-cell;
    width: 33.33333333333333%;
    height: 0;
    padding: 0px 0px 0px 36px;
  }
  .licencing_text_area>.row>.row-inner>.col-lg-12 {
    padding: 0px 0px 0px 36px;
  }
  .col-lg-2 {
    display: table-cell;
    width: 16.666666666666664%;
    height: 0;
    padding: 0px 0px 0px 36px;
  }
  .boomapps_vcrow-inner .boomapps_vcrow-row-inner {
    margin-left: -36px;
  }
  .boomapps_vcrow-row-inner .first {
    display: table-cell;
    width: 50%;
    height: 0;
    padding: 0px 0px 0px 36px;
  }
  .boomapps_vcrow-row-inner .second {
    display: table-cell;
    width: 25%;
    height: 0;
    padding: 0px 0px 0px 36px;
  }
  .boomapps_vcrow-row-inner .third {
    display: table-cell;
    width: 25%;
    height: 0;
    padding: 0px 0px 0px 36px;
  }
  .boomapps_vcrow-row-inner .second .second-inner {
    left: -108px !important;
  }
}

@media (max-width:1210px) and (min-width:570px) {
  .footer__container {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}


@media (max-width:959px) {
  .footer_top>.footer__container>.row-inner>div {
    padding:0;
  }
  .col-lg-4 {
    padding: 36px 0px 0px 0px;
  }
  .row-inner .col-lg-4:first-child {
    padding-top: 0px;
  }
  .row-inner .col-lg-12 {
    padding: 36px 0px 0px 0px;
    padding-top: 0px;
  }
  .boomapps_vcrow-row-inner .second {
    padding: 36px 0px 0px 0px;
  }
  .boomapps_vcrow-row-inner .third {
    padding: 36px 0px 0px 0px;
  }

}



@media (max-width:959px) and (min-width:570px) {
  .row-inner .col-lg-2 {
    padding-left: 36px;
    padding-bottom: 0px !important;
    padding-top: 36px;
  }
  .row-inner .col-lg-2.footer-menu_1 {
    display: inline-table;
    table-layout: fixed;
    width: 50%;
    padding-left: 36px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .row-inner .col-lg-2.footer-menu_2 {
    display: inline-table;
    table-layout: fixed;
    width: 50%;
    padding-left: 36px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .row-inner .col-lg-2.footer-menu_3 {
    display: inline-table;
    table-layout: fixed;
    width: 50%;
    padding-left: 36px;
    padding-bottom: 0px !important;
    padding-top: 36px;
    padding-left: 0;
    padding-right: 0;
  }
  .only_two_left {
    left: 0;
  }
  .row-inner .col-lg-2.footer-menu_4 {
    padding-left: 36px;
    padding-bottom: 0px !important;
    padding-top: 36px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:900px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    border: 0;
    padding: 7px;
    border-radius: 0;
  }
}



@media (max-width:569px) {
  .footer_top {
    display: none;
  }
  .footer-m {
    z-index: 0;
    background-color: #000000;
    position: relative;
    clear: both;
    border: 0;
  }
  .footer-m .row-parent {
    display: table;
    position: relative;
    width: 100%;
    table-layout: fixed;
    padding: 36px 36px 36px 33px;
    height: auto !important;
  }
  .footer-m .row-parent:after {
    content: "";
    display: table;
    clear: both;
  }
  .footer-m .boomapps_vcrow {
    z-index: 0;
    height: auto;
    position: relative;
    clear: both;
    border: 0;
    margin-top: 36px!important;
    padding: 0 !important;
  }
  .boomapps_vcrow .copyright_vcrow {
    max-width: none !important;
    height: auto !important;
    margin: 0 auto;
    text-align: left;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 40px;
    margin-top: -6px;
  }
  .copyright_vcrow .uncode_text_column {
    margin-top: 18px;
  }
  .copyright_vcrow .uncode_text_column p {
    line-height: 1.75;
    margin: 18px 0px 0px 0px;
    font-size: 15px;
    margin-top: 0px;
  }
  .copyright_vcrow .uncode_text_column p span {
    font-size: 15px !important;
    line-height: 1.75 !important;
    font-weight: 400 !important;
  }
  .copyright_vcrow .uncode_text_column p span a {
    color: #9a9b9d;
  }
  .copyright_vcrow .uncode_text_column p span a:hover {
    color: #fa4c06;
  }
  .footer-m .boomapps_vcrow img {
    margin: 0px 23px 0px 0px;
    box-sizing: border-box;
    margin-top: 0px !important;
    height: 100px;
  }
  .footer-m .boomapps_vcrow .top-menu {
    clear: both;
    padding-top: 0px;
  }
  .footer-m .boomapps_vcrow .bottom-menu {
    padding: 36px 0px 0px 0px;
  }
  .top-menu .uncode_text_column:first-child {
    margin-top: 0;
  }
  .uncode_text_column .hs-menu-wrapper>ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .uncode_text_column .hs-menu-wrapper>ul>li {
    margin: 0;
  }
  .uncode_text_column .hs-menu-wrapper>ul>li>a {
    font-weight: 600;
    color: #ffffff;
  }
  .uncode_text_column .hs-menu-wrapper>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .uncode_text_column .hs-menu-wrapper>ul>li>ul>li {
    margin: 0;
  }
  .uncode_text_column .hs-menu-wrapper>ul>li>ul>li>a {
    color: #9a9b9d;
  }
  .bottom-menu .uncode_text_column:first-child {
    margin-top: 0px !important;
  }
  .bottom-menu .uncode_text_column:last-child .hs-menu-wrapper>ul>li:not(:first-child),
  .top-menu .uncode_text_column:last-child .hs-menu-wrapper>ul>li:not(:first-child) {
    margin: 18px 0px 0px 0px;
  }
  .footer-m .divider-wrapper {
    margin-top: 36px;
  }
  .top-s .uncont .icon-box.icon-box-left a {
    border-radius: 0px !important;
    line-height: 1.5em;
    width: 1.5em;
    height: 1.5em;
    font-size: x-large;
  }
  .top-s .uncont .icon-box.icon-box-left a i {
    font-size: x-large;
  }
  .fa-pinterest:before {
    content: "\f0d2";
  }
  .top-s .uncont .icon-box.icon-box-left {
    padding-left: 0px !important;
    padding-right: 4px;
  }
  .top-s .mobile-form .mc_embed_signup {
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px ;
  }
  .top-s .mc_embed_signup form .hs_submit .actions input.hs-button.primary.large {
    width: 75px;
    margin: 0;
  }
  .mc_embed_signup form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    top: 26px;
  }
}
