/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

#hs_menu_wrapper_footer_menu a {
  font-size: 9px;
}
#hs_menu_wrapper_footer_menu ul li {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

#hs_menu_wrapper_footer_menu ul li a {
    font-weight: bold;
    cursor: default;
    text-decoration: none;
}

#hs_menu_wrapper_footer_menu ul li ul li {
    display: block;
    padding: 7px 0;
}

#hs_menu_wrapper_footer_menu ul li ul li a {
    font-weight: normal;
    text-decoration: none;
}

#hs_menu_wrapper_footer_menu ul li a:after {
    background-color: transparent;
}

#hs_menu_wrapper_footer_menu ul li ul li a:after {
    background-color: rgba(221,76,68,0.2);
}

span#hs_cos_wrapper_privacy_links_ a {
    display: block;
    font-size: 9px;
}

@media (max-width: 798px) {
  .nav-links .hs-menu-wrapper>ul{
    gap: 10px;
  }
  .nav-links .hs-menu-wrapper>ul>li>a{
    width: min-content;
  }
}

@media (max-width: 610px) {
  .header-nav .custom-menu-primary{
    display: none;
  }
}

/****************/
/* OVERRIDES    */
/****************/
.footer .row-bottom {
    justify-content: space-around !important;
}
*, *: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: bold;
}

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

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: Moderat;
  src: url("https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/Seedtag_March2022/fonts/Moderat-Light-fb241879cb46375b2986110bf490107d.eot") format("embedded-opentype"),
    url(https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/raw_assets/public/Seedtag_March2022/fonts/Moderat-Light-946ea151e3d50d0f852077c04111c62b.woff2) format("woff2"),
    url(https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/raw_assets/public/Seedtag_March2022/fonts/Moderat-Light-28705677f4bcb769e069a883820fff2a.woff) format("woff"),
    url(https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/raw_assets/public/Seedtag_March2022/fonts/Moderat-Light-597a40fa08929b10d559760ecbfa8a8a.ttf) format("truetype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: Moderat;
  src: url("https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/Seedtag_March2022/fonts/Moderat-Regular-5047e53993a6e1b0473b2bdcc2b07fb5.eot") format("embedded-opentype"),
    url(https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/raw_assets/public/Seedtag_March2022/fonts/Moderat-Regular-bac25135d92e390c06ad35155055ec84.woff2) format("woff2"),
    url(https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/raw_assets/public/Seedtag_March2022/fonts/Moderat-Regular-2f6d93163d6c647390d6665951595b03.woff) format("woff"),
    url(https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/raw_assets/public/Seedtag_March2022/fonts/Moderat-Regular-ef643e6ee4cca50009ccbd75f8b3a8d8.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: Moderat;
  src: url("https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/Seedtag_March2022/fonts/Moderat-Bold-6b42b87c411ee2f9a7669d15339a2a81.eot") format("embedded-opentype"),
    url(https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/raw_assets/public/Seedtag_March2022/fonts/Moderat-Bold-3db15baba1f16c390bd38a440393cb32.woff2) format("woff2"),
    url(https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/raw_assets/public/Seedtag_March2022/fonts/Moderat-Bold-f8fd72db20d05660a8732ffb0b17aa17.woff) format("woff"),
    url(https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/raw_assets/public/Seedtag_March2022/fonts/Moderat-Bold-06e055f43c753daf866237a5ff818533.ttf) format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}


body {
  line-height: 1.55555555556;
  background-color: rgb(24, 28, 43);
}

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

/* Paragraphs */

p {
  margin: 0px;
}

/* Anchors */

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

a:hover {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
h1 {
    margin: 0px;
    line-height: 1.1;
}
h2 {
    margin: 0px;
    line-height: 1.2;
}
h3 {
    margin: 0px;
    line-height: 1.28571428571;
}

/* Lists */

ul {
  list-style: "- ";
}
ul li, ol li {
  margin: 20px 0px;
  padding: 0px;
}

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 {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
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;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  text-transform: uppercase;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  display: block;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}
h3.form-title {
  margin-bottom: 20px;
  font-weight: 100;
  font-size: 18px;
  line-height: 28px;
}
/* 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 {
  padding: 0 15px;
  min-height: 27px;
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 13px;
  height: 40px;
  border: 0px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  line-height: 22px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  box-shadow: none;
  background: transparent;
}
.hs-input:focus {
  outline: none;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

form input[type=checkbox],
form input[type=radio] {
  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 {
}

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: #E88863;
}

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


/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center; 
  font-size: 13px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  white-space: normal;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}




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 .hs-input {
  outline: none;
}
.hs-input.invalid.error {
  border-color: #ed8380;
}
ul.no-list {
  padding: 0;
}
.systems-page .success {
  width: auto !important;
}
.hs-error-msgs li label {
  margin-top: 5px;
  display: block;
  text-transform: none;
  font-size: 10px;
  color: #EB5757;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}
.hs_error_rollup .hs-error-msgs li label {
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 14px;
  line-height: 18px;
  font-family: arial, helvetica, sans-serif;
  color: #E88863;
  text-transform: uppercase;
}

a.button,
a.hs-reset-widget-show-password {
  text-decoration: none !important;
}
a.hs-button.primary {
  display: inline-block;
  margin-top: 20px;
}
input[type="search"]{
  -webkit-appearance: none;
}
.form-input-validation-message {
  font-size: 100% !important;
}
form#email-prefs-form {
  max-width: 100%;
}
p.header {
  min-height: inherit;
  z-index: 1;
  background: transparent !important;
}
[type="checkbox"], [type="radio"] {
  width: auto;
  display: inline !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
  margin-bottom: 15px;
  width: 100%;
  padding: 0 15px;
}
.grecaptcha-badge {
  margin-left: 0 !important;
}

.hs-button:focus {
  outline: none;
}
.form-container .hs-form-field {
  margin-bottom: 20px;
}
.form-container .hs-button {
  margin-bottom: 10px;
}
.actions {
  text-align: left;
  margin-top: 18px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  width: auto !important;
}
.migration .hs-button {
  margin-bottom: 20px;
}
form .inputs-list input,
form .inputs-list span {
  vertical-align: inherit;
}
form .inputs-list > li {
  margin: 0;
}
a#hs_login_reset {
  margin-bottom: 15px;
  display: block;
}
input#hs-login-widget-remember +label {
  display: inline-block;
}
.systems-page .form-container {
  margin-bottom: 15px;
}
.password-prompt {
  margin-top: 10px;
}
.hs-membership-loader input.hs-button.primary.large {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #hs_cos_wrapper_password_prompt form,
  .blog-comments form,
  #hs_cos_wrapper_search_results form,
  #hs_cos_wrapper_backup_unsubscribe form,
  .form-container form {
    max-width: 500px !important;
  }
}

@media (max-width: 767px) {
  form .hs-form-field .input {
    margin-right: 0 !important;
  }
  .error-page {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .hs-input {
    max-width: 100% !important;
    width: 100% !important;
  }
  .hs-form-field .input > input.hs-input {
    width: 100% !important;
  }
  form {
    max-width: 100% !important;
  }
  .hs_recaptcha.field.hs-form-field {
    overflow-y: hidden;
  }
  .form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  div#hs-search-module {
    margin-top: 20px;
  }
}



.form-floating-alert-wrapper .form-floating-alert-error {
  color: #000;
}
/* 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 */
header,footer {
  font-weight: 100;
  line-height: normal;
  font-size: 16px;
}
.header_height {
  min-height: 80px;
}

.header_inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  width: 100%;
  height: 80px;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 40px;
  z-index: 10;
  top: 0;
}

.fixed .header_inner {
  -webkit-transform: translateY(-81px);
  -moz-transform: translateY(-81px);
  -ms-transform: translateY(-81px);
  transform: translateY(-81px);
}

.header-show.fixed .header_inner {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.head_logo.sticky {
  display: none;
}

.head_logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
}

.head_logo img {
  left: 0;
  width: auto !important;
  max-width: 150px;
}

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-full-container {
  position: absolute;
  background: #181C2B;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(100vw);
  -moz-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.head_cta_con a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-style: solid;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  margin-right: 15px;
  box-sizing: border-box !important;
  display: inline-block;
}

a.btn-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 45px;
  width: 45px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

a.btn-hamburger::after, a.btn-hamburger::before {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  transition: all 0.3s ease 0s;
}

a.btn-hamburger::before {
  transform: translateY(3px);
}

a.btn-hamburger::after {
  transform: translateY(-3px);
}

.child-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 40px;
  cursor: pointer;
  display: none;
}

.mobile-open .head_logo.normal,
.fixed .head_logo.normal {
  display: none;
}

.mobile-open .head_logo.sticky,
.fixed .head_logo.sticky {
  display: flex;
}

.head_logo.sticky img {
  max-width: 45px;
}

.mobile-open a.btn-hamburger:before {
  transform: translateY(0px) rotate(
    -45deg
  );
}

.mobile-open a.btn-hamburger:after {
  transform: translateY(0px) rotate(
    45deg
  );
}

.nav-links .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-links .hs-menu-wrapper>ul>li>a {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  position: relative;
  cursor: pointer;
  margin-right: 35px;
}

.nav-links .hs-menu-wrapper>ul>li>a:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -6px;
  left: 0px;
  transition: all 0.3s ease 0s;
}

.nav-links .hs-menu-wrapper>ul>li.active-branch>a:after {
  width: 100%;
}

.nav-links .hs-menu-wrapper>ul>li {
  position: relative;
}
.nav-links .hs-menu-wrapper>ul ul {
  display: none;
  position: absolute;
  width: 100%;
  padding: 15px;
}
.nav-links .hs-menu-wrapper>ul > li > ul {
  display: none;
  position: absolute;
  top: 60px;
  right: -15px;
  width: 100%;
  padding: 15px 0;
}
.nav-links .hs-menu-wrapper>ul ul {
  padding: 15px 0;
}
.nav-links .hs-menu-wrapper>ul ul li {
  padding: 0 15px;
}
.nav-links .hs-menu-wrapper>ul ul ul {
  left: 100%;
  top: 0px;
  min-width: 110px;
}
.nav-links .hs-menu-wrapper>ul > li > ul > li > ul > li > ul > li > ul {
  left: -100%;
  right: auto;
}
.nav-links .hs-menu-wrapper>ul > li > ul li:last-child a {
  margin-bottom: 0;
}
.nav-links .hs-menu-wrapper>ul > li > ul:after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  top: -44px;
}
.nav-links .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
  content: "";
  height: 4px;
  width: 11px;
  background-image: url(https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/raw_assets/public/Seedtag_March2022/images/arrow-down.svg);
  -webkit-background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: -15px;
  top: 6px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -6px;
  left: 0px;
  transition: all .3s ease 0s;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a:hover:after {
  width: 100%;
}
.nav-links .hs-menu-wrapper>ul ul li a {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  display: block;
}

.nav-links .hs-menu-wrapper>ul li:hover>ul {
  display: block;
}

.mobile-open .menu-full-container {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu-full-container .col-left {
  width: 280px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0 60px 60px;
  box-sizing: content-box;
}

.menu-full-container .col-left>* {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-full-container .col-left a {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.menu-full-container .col-left a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.menu-full-container .col-right {
  width: calc( 100vw - 90px - 400px );
  position: relative;
  padding: 120px 0 60px 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: content-box;
}

.menu-full-container .mobile {
  display: none;
}

.mobile-open {
  overflow: hidden;
}

.menu-full-container .col-right>img {
  position: absolute;
  height: 90vh;
  width: 90vh;
  bottom: -10vh;
  right: -60vh;
  z-index: -1;
  max-width: unset;
}

.header .menu-full-links ul {
  display: flex;
  align-items: center;
  position: relative;
  top: -1px;
}

.menu-full-links a {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  position: relative;
  cursor: pointer;
}

.menu-full-links li:not(:last-of-type) a {
  margin-right: 50px;
}

.menu-full-links li:not(:last-of-type) a:before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: white;
  position: absolute;
  right: -24px;
  bottom: 9px;
  border-radius: 50%;
}

.menu-full-links a:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: rgb(221, 76, 68);
  position: absolute;
  bottom: -6px;
  left: 0px;
  transition: all 0.3s ease 0s;
}

.menu-full-container .col-right::after {
  content: "";
  position: absolute;
  width: 90vw;
  height: 1px;
  background: linear-gradient(to left, #4f4f4f, rgba(255,255,255, 0));
  right: 40px;
  top: 80px;
}

.custom-menu-sec a {
  position: relative;
  cursor: pointer;
  text-transform: none;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 45px;
  line-height: 54px;
}

.social-links .col-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-links .col-social a {
  margin-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head_cta_pub a {
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-style: solid;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  margin-right: 15px;
  display: inline-block;
}

.social-links.desktop,.head_cta_pub {
  display: none;
}

.mobile-open .social-links.desktop,.mobile-open .head_cta_pub {
  display: block;
}

.mobile-open .nav-links.custom-menu-primary {
  display: none;
}

.footer a,.header a {
  text-decoration: none;
}
.menu-full-links ul li {
  padding-top: 1px;
  padding-bottom: 1px;
}
.custom-menu-sec a:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -6px;
  left: 0px;
  transition: all 0.3s ease 0s;
}

.custom-menu-primary {
  display: flex;
}

.lang_wrap.desktop ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lang_wrap.desktop>*>ul>li {
  position: relative;
  display: flex;
}

.lang_wrap.desktop>*>ul>li>a {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.lang_wrap.desktop>*>ul>li>a:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: rgb(221, 76, 68);
  position: absolute;
  bottom: -6px;
  left: 0px;
  transition: all 0.3s ease 0s;
}

.lang_wrap.desktop>*>ul>li>a:hover:after {
  width: 100%;
}

.lang_wrap.desktop>*>ul>li>a:before {
  content: "";
  height: 4px;
  width: 11px;
  background-image: url(https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/raw_assets/public/Seedtag_March2022/images/arrow-down.svg);
  -webkit-background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: -15px;
  top: 6px;
}

.lang_wrap.desktop>*>ul>li>ul {
  display: none;
  position: absolute;
  top: 60px;
  right: -15px;
  width: 100px;
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(24,28,43, 0.9);
  box-sizing: content-box;
}
.lang_wrap.desktop ul li {
  margin: 0;
}
.lang_wrap.desktop>*>ul>li>ul>li>a {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  position: relative;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  display: block;
}

.lang_wrap.desktop>*>ul>li:hover>ul {
  display: block;
}

.lang_wrap.desktop {
  margin-right: 35px;
}

.lang_wrap.desktop>*>ul>li:hover:after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  top: 100%;
}

.lang_wrap.desktop>*>ul>li>ul>li>a:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -6px;
  left: 0px;
  transition: all 0.3s ease 0s;
}

.lang_wrap.desktop>*>ul>li>ul>li>a:hover:after {
  width: 100%;
}

.mobile-open .lang_wrap.desktop {
  display: none;
}

li.lang_trigger {
  display: none;
}

.lang_wrap.desktop>*>ul>li>ul:after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  top: -44px;
}
.custom-menu-sec ul ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 16px;
  text-transform: none;
  text-decoration: none;
  position: relative;
}

.custom-menu-sec ul ul li a:before {
  content: "";
  margin-right: 20px;
  margin-bottom: 4px;
  width: 14px;
  height: 1px;
  background-color: white;
  display: inline-block;
}
.custom-menu-sec .hs-menu-wrapper > ul > li.hs-item-has-children >a {
  cursor: text;
  margin-bottom: 20px;
}
.custom-menu-sec .hs-menu-wrapper > ul > li.hs-item-has-children >a:after {
  display: none;
}

.menu-full-container .col-left .hs_cos_wrapper_type_linked_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.menu-full-container .col-left .hs_cos_wrapper_type_rich_text {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.menu-full-container .col-left .hs_cos_wrapper_type_rich_text p {
  z-index: 2;
}
.menu-full-container p.case-title {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.menu-full-container p.case-description {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
}
.menu-full-container p.case-percent {
  font-size: 45px;
  line-height: 54px;
  font-weight: 400;
}

.IE .post-slider .fake-nav.fake-nav-right {
  cursor: url("https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/Seedtag_March2022/images/arrow_next-f39a34c1401d25e6920f081d938180de.cur"),pointer;
}
.IE .post-slider .fake-nav.fake-nav-left {
  cursor: url("https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/Seedtag_March2022/images/arrow_prev-872cb4cc118adb070fcac569498fbc84.cur"),pointer;
}
.IE .post-slider .fake-nav.fake-show a {
  cursor: url("https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/Seedtag_March2022/images/cursor-view-post-949b5cecef3fdb25af7f562a4548e410.cur"),pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-show .header_inner {
    background-color: rgba(255,255,255,0.3) !important;
  }
  .header-nav {
    position: absolute;
    right: 40px;
    top: 20px;
  }
  a.btn-hamburger::after, a.btn-hamburger::before {
    right: 15px;
  }
  .custom-menu-sec a {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) {
  .custom-menu-sec {
    overflow-y: auto;
    max-height: calc(100vh - 0px);
  }
  .menu-full-links a:hover:after,
  .nav-links .hs-menu-wrapper>ul>li>a:hover:after,
  .custom-menu-sec a:hover:after {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .header .menu-full-links ul {
    top: 1px;
  }

  .menu-full-container .social-links .col-social a+a:not(:last-child) {
    position: relative;
    top: 2px;
  }

  .ftr_cta a:after {
    display: none;
  }

  .head_cta_con {
    display: none;
  }

  .mobile-open .social-links.desktop, .mobile-open .head_cta_pub {
    display: none;
  }

  .header_inner {
    padding: 0 20px;
  }

  .mobile-open .nav-links {
    display: none;
  }

  .menu-full-container .col-left {
    display: none;
  }

  .menu-full-container .col-right {
    width: calc( 100vw - 40px);
    position: relative;
    padding: 100px 20px 60px 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .menu-full-container .col-languages {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #181C2B;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 20px 60px 20px;
  }

  .menu-full-container .col-right::after {
    position: fixed;
    width: calc( 100vw - 40px );
    height: 1px;
    background: #4f4f4f !important;
    right: 20px;
    top: 80px;
  }

  .custom-menu-sec a {
    margin-bottom: 25px;
  }

  .custom-menu-sec {
    margin-bottom: 70px;
  }

  .menu-full-container .col-right .menu-full-links {
    margin-bottom: 30px;
    border-top: solid 1px rgba(255,255,255,0.3);
    border-bottom: solid 1px rgba(255,255,255,0.3);
    padding: 19px 0 21px;
  }

  .menu-full-container .col-right::before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 80px;
    background-color: #181C2B;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .menu-full-container .col-right>img {
    bottom: 0vh;
    right: -60vh;
  }

  .menu-full-container .button-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }

  .menu-full-container .button-links>div {
    display: block;
  }

  .head_cta_con a,.head_cta_pub a {
    margin-right: 10px;
  }

  .menu-full-container .social-links {
    display: block;
  }

  .menu-full-container .social-links .col-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 300px;
    margin-bottom: 50px;
  }

  .menu-full-container .social-links .col-social a {
    margin: 0;
  }

  .lang_open .menu-full-container .col-languages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lang_wrap.desktop {
    display: none;
  }

  .custom-menu-sec .lang_trigger a:after {
    display: none;
  }

  .custom-menu-sec .lang_trigger a:before {
    content: "";
    height: 8px;
    width: 17px;
    background-image: url(https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/raw_assets/public/Seedtag_March2022/images/arrow-down.svg);
    -webkit-background-position: center;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    -webkit-transform: rotate( -90deg );
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate( -90deg );
    right: -30px;
    top: 25px;
  }

  .custom-menu-sec .lang_trigger a {
    margin-bottom: 25px;
    margin-top: 30px;
    position: relative;
    display: inline-block;
  }

  li.lang_trigger {
    display: block;
  }

  .lang_open .menu-full-container .col-languages .mobile {
    display: inherit;
  }

  .lang_open .menu-full-container .col-languages a {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    position: relative;
    cursor: pointer;
    display: block;
  }

  .lang_open .menu-full-container .col-languages .link-close-language {
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .lang_open .menu-full-container .col-languages .link-close-language:before {
    content: "";
    height: 8px;
    width: 17px;
    background-image: url(https://19567840.fs1.hubspotusercontent-na1.net/hubfs/19567840/raw_assets/public/Seedtag_March2022/images/arrow-down.svg);
    -webkit-background-position: center;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 20px;
    position: relative;
    -webkit-transform: rotate( 90deg );
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate( 90deg );
    bottom: -6px;
  }

  .menu-full-container .col-languages::after {
    content: "";
    position: fixed;
    width: 90vw;
    height: 1px;
    background: linear-gradient(to left, #4f4f4f, rgba(255,255,255, 0));
    right: 40px;
    top: 80px;
  }

  .lang_open .menu-full-container .col-languages .link-close-language+* a {
    font-size: 45px;
    line-height: 54px;
    text-transform: none;
    margin-bottom: 20px;
  }
  .nav-links .hs-menu-wrapper>ul ul ul {
    left: -100%;
    right: auto;
  }

}

@media (max-width: 767px) {
  .head_logo img {
    max-width: 100px;
  }

  .custom-menu-sec a {
    font-size: 20px;
    line-height: 28px;
  }

  .menu-full-container .button-links {
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .menu-full-container .social-links .col-social {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }

  .head_cta_con a, .head_cta_pub a {
    margin-right: 0px;
    font-size: 15px;
  }

  .custom-menu-sec .lang_trigger a:before {
    right: -25px;
    top: 10px;
  }

  .custom-menu-sec {
    margin-bottom: 50px;
  }

  .lang_open .menu-full-container .col-languages .link-close-language+* a {
    font-size: 20px;
    line-height: 28px;
  }

  .menu-full-container .col-languages::after {
    width: calc( 100% - 40px );
    height: 1px;
    background: #4f4f4f;
    right: 20px;
  }

  .menu-full-container .col-right>img {
    bottom: 10vh;
    right: -65vh;
  }
}

@media (max-width: 580px) {
  .nav-links .hs-menu-wrapper>ul ul ul {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    min-width: 110px;
    padding: 0;
  }

  .nav-links .hs-menu-wrapper>ul ul li {
    padding: 0;
  }

  .nav-links .hs-menu-wrapper>ul ul ul li a {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 383px) {
  /*   .menu-full-container .button-links {
  flex-direction: column;
}

  .menu-full-container .button-links>div+div {
  margin: 15px 0 0;
}

  .head_cta_con a, .head_cta_pub a {
  display: block;
} */
  .head_cta_con a, .head_cta_pub a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 335px) {
/*   .nav-links .hs-menu-wrapper>ul>li>a {
    margin-right: 20px;
  } */
}
.footer_no_nav.footer .row-bottom {
  margin: 0;
}
@media (min-width: 768px) {
  .footer_no_nav.footer .col-links {
    padding-right: 154px;
    padding-bottom: 2px;
  }
}

.foot_anim .container {
  -webkit-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
  opacity: 0;
}

.foot_anim.active .container {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}


.footer .container {
  padding: 140px 40px 60px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  max-width: 100%;
  width: 100%;
}

.footer .row-bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer.footer {
  box-shadow: rgb(0 0 0 / 40%) 0px 50px 50px -50px inset;
  overflow: hidden;
}

.col-links a {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  margin-right: 35px;
}

.col-links a:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -6px;
  left: 0px;
  transition: all 0.3s ease 0s;
}

.footer .col-links>* {
  display: flex;
}

.footer .row-top {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.row-top .title {
  margin-bottom: 80px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.row-top .grid-timezones {
  padding-bottom: 100px;
}

.row-top .grid-timezones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.row-top .grid-timezones p {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.row-top .grid-timezones h6 {
  font-family: inherit;
  font-size: 70px;
  line-height: 77px;
  font-weight: 400;
  margin: 0;
}

.footer .col-social a {
  margin-right: 66px;
}

.footer .col-social a:last-of-type {
  margin-right: 0;
}

.mobile_btn {
  display: none;
}

.row-top .title h2 {
  font-family: Moderat;
  margin: 0;
  font-size: 70px;
  line-height: 77px;
  font-weight: 400;
}

.footer .col-links {
  display: flex;
  align-items: center;
  position: relative;
  top: -1px;
}

.ftr_cta a {
  box-sizing: border-box !important;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-style: solid;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  line-height: inherit;
  opacity: 1;
}

.ftr_cta a:after {
  display: none;
}

.footer .col-social {
  margin-bottom: 1px;
}

.ftr_cta.cta_desk {
  position: relative;
  top: -3px;
}

.icon-animation {
  margin-left: 15px;
  position: relative;
  width: 45px;
  height: 45px;
}

.icon-animation img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: IconAnimation 15s infinite;
  animation: IconAnimation 15s infinite;
}

.icon-animation img:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.icon-animation img:nth-of-type(2) {
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}

.icon-animation img:nth-of-type(3) {
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}

.icon-animation img:nth-of-type(4) {
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.icon-animation img:nth-of-type(5) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

@-webkit-keyframes IconAnimation {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  53% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes IconAnimation {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  53% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.footer_no_nav .container {
  padding-top: 60px;
}


@media (min-width: 1025px) {
  .col-links a:hover:after {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .footer .container {
    padding: 90px 20px 45px;
  }

  .col-links a {
    margin-right: 20px;
  }

  .ftr_cta a {
    margin: 0;
  }

  .footer .row-bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .footer .col-social a {
    margin-right: 10.8px;
  }

  .row-top .grid-timezones {
    padding-bottom: 60px;
  }

  .row-top .grid-timezones h6 {
    font-size: 35px;
    line-height: 45px;
  }

  .row-top .title h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .icon-animation {
    width: 40px;
    height: 40px;
  }
  .row-top .title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .footer .row-bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .col-links {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .footer .col-links>*.cta_desk {
    display: none;
  }

  .footer .col-links>* {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }

  .col-links a {
    margin: 0;
  }

  .footer .row-bottom>*:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px rgba( 255, 255, 255, 0.2 );
    padding-bottom: 30px;
    margin-bottom: 25px;
  }

  .footer .col-social {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .footer .col-social a {
    margin: 0;
  }

  .mobile_btn {
    display: block;
  }

  .ftr_cta a {
    display: block;
  }

  .footer .row-top {
    padding-bottom: 40px;
  }

  .row-top .grid-timezones>* {
    width: calc(50% - 35px);
    margin-bottom: 30px;
    text-align: left;
  }

  .row-top .grid-timezones>*:nth-of-type(2n) {
    margin-left: 70px;
  }

  .row-top .grid-timezones {
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
  }

  .row-top .grid-timezones {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .row-top .grid-timezones h6 {
    font-size: 45px;
    line-height: 54px;
  }
  .icon-animation {
    position: absolute;
    bottom: 7px;
    right: -40px;
  }
  .row-top .title {
    width: 60%;
    position: relative;
  }
}
/* Menu and simple menu */
.hs-menu-wrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-menu-wrapper ul li {
  margin: 0;
}
.hs-menu-item a {
  display: block;
  text-decoration: none;
}
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin: 0 auto;
}

div[class*="-full-width-section"] > .row-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0px;
} 
div[class*="-flexbox-positioning"] {
  display: block !important;
}
.banner-section .dnd-section {
  padding: 0 !important;
}
.banner-section .dnd-section > .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}
.slick-slide:focus {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}

.body-container-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.body-container--home a.button {
  display: table;
  margin: 0 auto;
}

.sidebar .block .submitted-message p {
  margin: 1em 0;
  font-size: 16px;
  font-family: arial, helvetica, sans-serif;
  line-height: 18px;
}

@media (max-width: 1024px) {
  .body-container-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.author_lnk, .tag_lnk {
  text-decoration: none;
}