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

.banner-area .dnd-section,
.banner-area .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}

.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: "protipo";
  src: url("https://use.typekit.net/af/00bd66/00000000000000003b9b2eec/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/00bd66/00000000000000003b9b2eec/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/00bd66/00000000000000003b9b2eec/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: auto;
}

@font-face { 
  font-family: "protipo";
  src: url("https://use.typekit.net/af/a24151/00000000000000003b9b2eed/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/a24151/00000000000000003b9b2eed/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("https://use.typekit.net/af/a24151/00000000000000003b9b2eed/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype"); 
  font-style: italic; 
  font-weight: 400; 
  font-display: auto;
}

@font-face { 
  font-family: "protipo"; 
  src: url("https://use.typekit.net/af/73b96a/00000000000000003b9b2ef2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/73b96a/00000000000000003b9b2ef2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/73b96a/00000000000000003b9b2ef2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal; 
  font-weight: 700; 
  font-display: auto;
}

@font-face { 
  font-family: "ropa-mix-pro";
  src: url("https://use.typekit.net/af/44de30/00000000000000003b9af997/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),
    url("https://use.typekit.net/af/44de30/00000000000000003b9af997/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), 
    url("https://use.typekit.net/af/44de30/00000000000000003b9af997/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}



body {
  line-height: 1.4;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  -webkit-transition: color .15s;
  transition: color .15s;
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
}

/* Lists */

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

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 {
  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: 18px;
}

/* Labels */

form label {
  display: inline-block;
  line-height: 1.15;
  font-size: 1.125rem;
}

form{
  margin-bottom:10px;
}

/* Help text - legends */

form legend {
  font-size: 14px;
}

/* Inputs */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #000;
  border-width: 1px;
  border-color: #000;
  padding: 1rem;
  font-size: 1.125rem;
  font-family: inherit;
  line-height: 1.15;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus{
  outline: none;
}
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.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 {
  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: #e1251b;
}

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

.hs-error-msgs label{
  color: #e1251b;
  line-height: 1.4;
}

/* Submit button */

.hs-button.primary,
input[type="submit"],
input[type="button"],
.button{
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  margin:10px 0;
  line-height: 1.15;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  background-color: #fff;
  border-color: #4b3d2a;
  border-radius: 4px;
  border-width: 4px;
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  color: #4b3d2a;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus
.button:hover,
.button:focus{
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (min-width: 768px){
  form{
    max-width:500px;
  }

  .blog-comments form {
    max-width:100%;
  }

}
@media (max-width:767px) {

  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea, select {
    max-width:100%;
  }
}
/* 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-group {
  line-height: 1.15;
  font-size: 1rem;
}
.header-top {
  display: none;
  color: #4b3d2a;
}
.header__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header-top .header__container{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: right;
  min-height: 44px;
}
.header-main .header__container{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-left: max(1.25rem,env(safe-area-inset-left));
  padding-right: max(1.25rem,env(safe-area-inset-right));
}
.header-top-inner {
  font-weight: 700;
  font-size: 1.125rem;
}
.header-search {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.top-links {
  display: inline-block;
}
.top-links .hs-menu-wrapper>ul>li{
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  vertical-align: top;
  padding-right: 13.5px;
}
.top-links .hs-menu-wrapper>ul>li:nth-child(4){
  background-color: #e1251b;
  padding-right: 1.25rem;
}
.top-links .hs-menu-wrapper>ul>li:last-child{
  margin-left: 1.5rem;
  position: relative;
  min-height: 44px;
  padding: 0;
  width: 28px;
  top: 1.5px;
}
.top-links .hs-menu-wrapper>ul>li>a{
  display: block;
  text-decoration: inherit;
  position: relative;
  color: #4b3d2a;
  text-transform: uppercase;
  transition:unset;
}
.top-links .hs-menu-wrapper>ul>li>a:after {
  content: "";
  height: 3px;
  background-color: #e1251b;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 100%;
  opacity: 0;
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transition-property: left right;
  transition-property: left right;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.top-links .hs-menu-wrapper>ul>li>a:hover:after {
  right: 0;
  opacity: 1;
}
.top-links .hs-menu-wrapper>ul>li:nth-child(4)>a{
  color:#fff;
}
.top-links .hs-menu-wrapper>ul>li:last-child>a{
  color: inherit;
  text-decoration: inherit;
  display:inline;
  text-transform:none;
  position:unset;
  transition:unset;
}
.top-links .hs-menu-wrapper>ul>li:last-child>a svg{
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  display: inline-block;
  vertical-align: baseline;
}
.top-links .hs-menu-wrapper>ul>li:last-child>a:after{
  display:none;
}
.header-main-wrapper {
  padding-bottom: 1.25rem;
  position: relative;
  padding-top: max(1.25rem,env(safe-area-inset-top));
}
.header-main-inner {
  z-index: 40;
  position: relative;
}
.header-logo {
  min-height: 1px;
}
.header-logo a{
  color: inherit;
  text-decoration: inherit;
}
.header-logo img{
  height: 3.5rem;
  width:auto !important;
}
.nav-wrapper {
  min-height: 1px;
  display: none;
}
.custom-menu-primary {
  display: -webkit-box;
  display: flex;
  font-weight: 700;
  font-size: 1.125rem;
  color: #4b3d2a;
}
.custom-menu-primary .hs-menu-wrapper>ul{
  display: -webkit-box;
  display: flex;
}
.custom-menu-primary .hs-menu-wrapper>ul>li{
  min-height: 1px;
  margin-left: 1.75rem;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color: inherit;
  text-decoration: inherit;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a span{
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children span{
  padding-right: 3.39px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a span:after {
  content: "";
  height: 3px;
  background-color: #e1251b;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 100%;
  opacity: 0;
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transition-property: left right;
  transition-property: left right;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover span:after {
  right: 0;
  opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a{
  font-family: inherit;
  font-size: 100%;
  text-transform: none;
  margin: 0;
  padding: 0;
  line-height: inherit;
  -webkit-appearance: button;
  font-weight: 700;
  transition:unset;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  display:none;
  position: absolute;
  font-family: protipo,-apple-system,BlinkMacSystemFont,Segoe UI,Lato,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  font-weight: 400;
  margin-top: 1rem;
  color: #fff;
  z-index: 10;
  background-color: #e1251b;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li{
  padding-top: 2.5rem;
  min-height: 1px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  text-decoration: inherit;
  font-weight: 700;
  font-size: 1.5rem;
  padding-left: max(1.25rem,env(safe-area-inset-left));
  padding-right: max(1.25rem,env(safe-area-inset-right));
  transition:unset;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a svg{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a svg {
  margin-left: 4.07px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul{
  min-height: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: max(1.25rem,env(safe-area-inset-left));
  padding-right: max(1.25rem,env(safe-area-inset-right));
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child{
  border-bottom: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a{
  color: inherit;
  text-decoration: inherit;
  transition:unset;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.productsangle-right->ul{
  display: -webkit-box;
  display: flex;
  padding: 0;
  min-height: unset;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.productsangle-right->ul>li{
  min-height: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: max(1.25rem,env(safe-area-inset-left));
  padding-right: max(1.25rem,env(safe-area-inset-right));
  border:none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.productsangle-right->ul>li:hover{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.productsangle-right->ul>li>ul>li{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.productsangle-right->ul>li>ul>li:first-child{
  font-weight: 700;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.productsangle-right->ul>li>ul>li:first-child{
  background:transparent !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.productsangle-right->ul>li>ul>li:first-child>a{
  cursor:auto;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.productsangle-right->ul>li>ul>li:last-child {
  border-bottom: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.productsangle-right->ul>li>ul>li>a{
  color: inherit;
  text-decoration: inherit;
  transition:unset;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.productsangle-right->ul>li:last-child>ul>li:nth-child(4),
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.productsangle-right->ul>li:last-child>ul>li:nth-child(5),
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.productsangle-right->ul>li:last-child>ul>li:nth-child(6),
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.productsangle-right->ul>li:last-child>ul>li:nth-child(7){
  padding-left: 2rem;
}
.header-search form {
  max-width: 100%;
  margin: 0;
  position:relative;
}
.header-search form .search_input{
  font-family: inherit;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-size: 1.125rem;
  width: 227.85px;
  background-color: rgb(255, 255, 255);
  border:none;
  border-left: 1px solid rgb(221, 221, 221);
  border-right: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
}
.header-search form .search_input:focus{
   border-color:#DDDDDD;
   border-bottom: 1px solid rgb(75, 61, 42);
}
.header-search form .search_input::placeholder {
  color: #4b3d2a;
  font-size: 1.25rem;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 700;
}
.header-search form .search_input:focus::placeholder {
    color: #ccc;
}
.header-search form .search-btn{
  color: #4b3d2a;
  font-family: inherit;
  font-size: 100%;
  border-radius:0;
  border:none;
  text-transform: none;
  cursor: pointer;
  padding: 0;
  line-height: inherit;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  background: transparent;
  position: absolute;
  right: 11px;
  top: 4px;
}
@media (min-width: 576px){
  .header__container{
    max-width: 576px;
  }
}
@media (min-width: 768px){
  .header__container{
    max-width: 768px;
  }
  .nav-wrapper {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open>ul{
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 992px){
  .header__container{
    max-width: 992px;
  }
  .header-top {
    display: block;
  }
  .header-main-wrapper {
    padding-top: max(0.25rem,env(safe-area-inset-top));
  }
  .header-main .header__container{
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .header-logo img{
    height: 4rem;
  }
  .nav-wrapper {
    display: -webkit-box;
    display: flex;
  }
  .mobile-trigger {
    display: none;
  }
  .mobile-group-wrapper {
    display: none;
  }
}
@media (min-width: 1280px){
  .header__container{
    max-width: 1280px;
  }
  .header-top-inner {
    font-size: 1.125rem;
  }
  .custom-menu-primary {
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) and (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-left: 1.25rem;
}
}
@media (max-width: 991.98px){
  .mobile-trigger {
    min-height: 1px;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    margin-right: -0.5rem;
    display: flex;
  }
  .mobile-trigger .trigger-btn {
    text-decoration:none;
    transition:unset;
    font-family: inherit;
    margin: 0;
    font-size: 100%;
    text-transform: none;
    background: transparent;
    cursor: pointer;
    line-height: inherit;
    color: #000;
    -webkit-appearance: button;
    background-color: #fff;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0.5rem;
  }
  .mobile-trigger .trigger-btn:hover{
    color: #000;
  }
  .mobile-trigger .trigger-btn svg{
    height: 3rem;
    width: 3rem;
  }
  .mobile-group-wrapper {
    position: absolute;
    padding: 0.5rem;
    right: 0;
    left: 0;
    top: 0;
    z-index: 40;
    display: none;
  }
  .mobile-open .mobile-group-wrapper{
    display: block;
  }
  .mobile-group-inner {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
  }
  .mobile-close-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
  }
  .mobile-close-icon-wapper {
    min-height: 1px;
    margin-right: -0.5rem;
  }
  .mobile-close-icon-btn {
    text-decoration:none;
    transition:unset;
    font-family: inherit;
    font-size: 100%;
    text-transform: none;
    cursor: pointer;
    line-height: inherit;
    color: #000;
    -webkit-appearance: button;
    background-color: #fff;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0.5rem;
  }
  .mobile-close-icon-btn:hover{
    color: #000;
  }
  .mobile-close-icon-btn svg{
    height: 3rem;
    width: 3rem;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul{
    margin-top: 0.5rem;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>a{
    font-family: inherit;
    margin: 0;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button;
    display: block;
    font-weight: 700;
    line-height: 1.75;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    font-size: 1.125rem;
    width: 100%;
    color: #000;
    text-decoration:none;
    transition:unset;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>a:hover{
    color: #000;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(8)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(9)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(10)>a{
    font-weight:normal;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
    font-weight:normal;
    color: #fff;
    background-color: #e1251b;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover{
    color: #fff;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>a svg{
    margin-left: 3.2px;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>a:hover{
    color: #000;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul{
    display:none;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li.child-open>ul {
    display: block;
  }

  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
    line-height: 1.75;
    color: #000;
    text-decoration: inherit;
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    transition:unset;
    font-size: 1.125rem;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
    color: #000;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li.child-open>a>svg{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a>svg{
    margin-left: 3.2px;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(6)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(12)>a{
    cursor:auto;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(3)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(4)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(5)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(7)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(8)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(9)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(10)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(11)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(13)>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(14)>a{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.footer {
  background-image: url(https://20471077.fs1.hubspotusercontent-na1.net/hubfs/20471077/raw_assets/public/WildlifeAcoustics_January_2022/images/footer-bg.jpg);
  background-size: cover;
  line-height: 1.15;
  font-size:1rem;
}
.footer__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-left: max(1.25rem,env(safe-area-inset-left));
  padding-right: max(1.25rem,env(safe-area-inset-right));
  padding-top: 2rem;
  padding-bottom: max(2rem,env(safe-area-inset-bottom));
}
.footer-col-3 {
  text-align: center
}
audio, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
.footer-logo img {
  margin-left: auto;
  margin-right: auto;
}
.contact-details {
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
}
.contact-details p {
  margin: 0;
  color: #fff;
}
.contact-details a{
  color: inherit;
  text-decoration: inherit;
  -webkit-transition: color .15s;
  transition: color .15s;
}
.contact-details a:hover {
  color: #ecd2ab;
  text-decoration: underline;
}
.footer-col-3-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.footer-links {
  min-height: 1px;
}
.footer-links .hs-menu-wrapper>ul{
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
  text-align: left;
}
.footer-links .hs-menu-wrapper>ul>li>a{
  font-weight: 700;
  font-size: 1.125rem;
  cursor:auto;
  display:block;
  text-transform: uppercase;
  text-decoration: inherit;
}
.footer-links .hs-menu-wrapper>ul>li>ul{
  line-height: 1.125;
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.125rem;
}
.footer-links .hs-menu-wrapper>ul>li>ul>li{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.footer-links .hs-menu-wrapper>ul>li>ul>li>a{
  text-decoration: inherit;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  display: inline-block;
  padding-left: 1rem;
  position: relative;
}
.footer-links .hs-menu-wrapper>ul>li>ul>li>a:hover{
  text-decoration: underline;
}
.footer-links .hs-menu-wrapper>ul>li>ul>li>a svg{
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  color: #fff;
  display: inline-block;
  vertical-align: baseline;
}
.footer-col-2 h3 {
  margin: 0;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
}
.footer-col-2 .hs-rss-module{
  margin-top: 1.5rem;
}
.footer-col-2 .hs-rss-item{
  margin-bottom: 1.25rem;
}
.footer-col-2 .hs-rss-item-text:after {
  content: "";
  display: table;
  clear: both;
}
.footer-col-2 .hs-rss-item:last-child{
  margin-bottom:0;
}
.footer-col-2 .hs-rss-byline {
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
  opacity: 1;
  min-height: 1px;
  width: 66px;
  float: left;
}

.footer-col-2 .hs-rss-title {
  min-height: 1px;
  padding-left: 1.25rem;
  width: calc(100% - 86px);
  text-decoration:none;
  color:inherit;
  position: relative;
  float: left;
}
/* .footer-col-2 .hs-rss-title:before {
  content: "";
  width: 86px;
  display: block;
  position: absolute;
  left: -86px;
  height: 86px;
} */

.footer-col-2 .hs-rss-title:hover{
  text-decoration:underline;
}
.footer-col-2 .hs-rss-title span{
  -webkit-transition: color .2s ease;
  transition: color .2s ease;

  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .25rem;
}
.footer-col-2 .hs-rss-byline > span {
  display: none;
}
.footer-col-2 .hs-rss-byline>span.hs-rss-date {
  display: block;
  border: 1px solid #fff;
  height: 66px;
  text-align: center;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0;
}
.footer-col-2 .hs-rss-byline .date {
  font-family: Kalam,Arial,Helvetica,cursive,sans-serif;
  font-size: 1.25rem;
}
.footer-col-2 .hs-rss-byline .month {
  font-size: 1.125rem;
  line-height: 1.15;
  margin-top: 0.5rem;
}
.footer-col-2 .hs-rss-byline .date-month {
  width: 100%;
  text-align: center;
}




@media (min-width: 576px){
  .footer__container{
    max-width: 576px;
  }
}
@media (min-width: 768px){
  .footer__container{
    max-width: 768px;
  }
  .footer-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .footer-col-1 {
    width: 60%;
  }
  .footer-col-3 {
    width: 35%;
    text-align: left;
  }
  .contact-details{
    margin-bottom: 0;
    text-align: left;
  }
  .footer-col-3-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  .footer-links .hs-menu-wrapper>ul{
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px){
  .footer__container{
    max-width: 992px;
  }
  .footer-col-1 {
    width: 35.25%;
  }
  .footer-col-2 {
    width: 27%;
  }
  .footer-col-3 {
    width: 27.75%;
  }
  .footer-links .hs-menu-wrapper>ul>li>a{
    font-size: 1.25rem;
  }
  .footer__container {
    padding-bottom: max(2.5rem,env(safe-area-inset-bottom));
    padding-top: 2.5rem;
  }
  .footer-col-2 h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px){
  .footer__container{
    max-width: 1280px;
    padding-top: 3.5rem;
    padding-bottom: max(3.5rem,env(safe-area-inset-bottom));
  }
  .contact-details{
    padding-left: 40%;
  }
  .footer-col-2 .hs-rss-byline{
    width: 86px;
  }
  .footer-col-2 .hs-rss-byline>span.hs-rss-date {
    height: 86px;
  }
  .footer-col-2 .hs-rss-byline .month {
    font-size: 1.25rem;
  }
  .footer-col-2 .hs-rss-byline .date {
    font-size: 1.75rem;
  }

}
/* Menu and simple menu */

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