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

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */
​
/* 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: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


.dnd-section[class*="force-full-width-section"] {
  padding: 0px;
}


@media (min-width: 768px) {    
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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 ;
  }
}
.dnd-section  {
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.dnd-section[class*="force-full"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

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

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

@media (max-width: 767px) {
  body .dnd-section  {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 13px;
    padding-right: 13px;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Brands-Regular.eot) format("embedded-opentype"), 
    url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Brands-Regular.woff2) format("woff2"),
    url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Brands-Regular.woff) format("woff"),
    url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"),
    url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Brands-Regular.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: auto; 
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Pro-Solid.eot) format("embedded-opentype"), 
    url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Pro-Solid.woff2) format("woff2"),
    url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Pro-Solid.woff) format("woff"),
    url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Pro-Solid.ttf) format("truetype"), 
    url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Pro-Solid.svg) format("svg"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: auto; 
}

@font-face {
  font-family: "fontAwesome";
  src: url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Pro-Solid.eot) format("embedded-opentype"), 
    url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Pro-Solid.woff2) format("woff2"),
    url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Pro-Solid.woff) format("woff"),
    url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Pro-Solid.ttf) format("truetype"), 
    url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/fonts/FontAwesome5Pro-Solid.svg) format("svg"); 
  font-style: normal;
  font-weight: 900;
}


img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

body {
  line-height: 1.5;
}

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

/* Paragraphs */

p {
  margin-top:0;
  margin-bottom: 1.5em;
  overflow-wrap: break-word;
}


/* Anchors */

a {
  color: #007ACE;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all .15s linear .01s;
  -webkit-transition: all .15s linear .01s;
  -o-transition: all .15s linear .01s;
  transition: all .15s linear .01s;
}

a:hover {
  color: #0062a5;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  overflow-wrap: break-word;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}
 
/* Lists */


ul,
ol {
  overflow-wrap: break-word;
  margin: 0 0 10px;
  margin-bottom: 1.5em;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 2px dotted #EEEEEE;
}

/* Horizontal rules */

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  background-color: transparent;
  margin: 40px 0;
}

:focus{
  outline: 0;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}


::selection {
    background: #007ACE;
    color: #fff;
    text-shadow: none;
}
button,
.button{
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  text-align: center;
  -moz-transition: all .3s linear .01s;
  -webkit-transition: all .3s linear .01s;
  -o-transition: all .3s linear .01s;
  transition: all .3s linear .01s;
  vertical-align: baseline;
  width: 100%;
  white-space: normal;
}

@media only screen and (min-width: 641px){
 button,
.button {
    width: auto;
  }
}


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-title:empty {
  display: none;
}

/* Form fields */

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

/* Labels */

form label {
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  margin-bottom: 5px;
}

/* Help text - legends */

form legend {
  font-weight: normal;
  letter-spacing: .5pt;
  font-size: .813em;
}

/* 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 {
  margin-top: 8px;
  width: 100%;
  height: 34px;
  min-height: 50px;
  padding: 15px;
  line-height: 1.5;
  display: block;
  color: #555;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-weight: 400;
}

form textarea {
  height: 120px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #007ACE;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(0 122 206 / 60%);
}

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;
}
form input[type=checkbox] {
  margin-top: 0;
  margin-left: 1px;
  margin-right: 4px;
}

.hs-fieldtype-booleancheckbox .inputs-list>li {
  margin: 0;
}
.hs-fieldtype-booleancheckbox .inputs-list>li label {
  display: block;
  font-weight: normal;
  margin: 0 0 8px 0;
}

form input[type=checkbox] + span {
  font-size: .875em;
  line-height: 1.5;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}


/* 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: #CE443E;
  margin-left: 8px;
}

.hs-input.invalid.error {
  background: none repeat scroll 0 0 #FFD7D5;
  border: 1px solid #790000;
}


ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.hs-error-msgs li {
  margin: 0;
}


.hs-error-msg,
ul.hs-error-msgs label{
  font-size: 13.0085px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: normal;
  color: #CE443E;
  display: block;
  margin: 10px 0;
}


.hs_error_rollup {
  width: 100%;
  box-shadow: 0 0 0 #ff6d6d;
  border-radius: 5px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 12px 14px;
  text-shadow: none;
  border: 1px solid #fff5e4;
  background-color: #FFD7D5;
  border-color: #FFD7D5;
  color: #CE443E;
}
.hs_error_rollup ul.hs-error-msgs label {
  font-family: 'DM Sans', sans-serif;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.hs_error_rollup ul.hs-error-msgs label:before {
  background-image: url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/images/download.svg);
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0.2rem 0 -0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  width: 100%;
}

form input[type=submit],
.hs-button {
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-weight: normal;
  line-height: 1.428571429;
  border-color: #EE7511;
  background-color: #EE7511;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  text-align: center;
  -moz-transition: all .3s linear .01s;
  -webkit-transition: all .3s linear .01s;
  -o-transition: all .3s linear .01s;
  transition: all .3s linear .01s;
  vertical-align: baseline;
  white-space: normal;
}
.actions {
  padding: 16px 0 10px 0;
}


@media only screen and (min-width: 768px){
  form textarea {
    height: 160px;
  }
  form input[type=submit],
  form .hs-button {
    width: auto;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
  position: absolute;
  z-index: 2;
  width: 100%;
  background: #fff;
}

.hs-search-field__suggestions li a {
  background: none !important;
}

.hs-search-field__suggestions li a {
  background: none !important;
}

.hs-search-field form input.hs-search-field__input {
  padding-right: 38px !important;
}
/* 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;
}
.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box
}
.mm-btn,
.mm-menu {
  box-sizing: border-box
}
.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none
}
.mm-listview .mm-next:before,
.mm-listview > li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
  content: '';
  bottom: 0
}
.mm-hidden {
  display: none !important
}
.mm-menu,
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative
}
.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0
}
.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0
}
.mm-btn,
.mm-panel.mm-highest {
  z-index: 1
}
.mm-panels {
  overflow: hidden
}
.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}
.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px
}
.mm-listview .mm-divider,
.mm-listview > li > a,
.mm-listview > li > span,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px
}
.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block
}
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto
}
.mm-listview > li.mm-vertical > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px
}
.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px
}
.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px
}
.mm-next:after,
.mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0
}
.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}
.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}
.mm-navbar > * {
  display: block;
  padding: 10px 0
}
.mm-navbar .mm-btn:first-child {
  left: 0
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0
}
.mm-panel .mm-navbar {
  display: none
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px
}
.mm-listview > li {
  position: relative
}
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit
}
.mm-listview > li > a,
.mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0
}
.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2
}
.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px
}
.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0
}
.mm-listview .mm-inset > li {
  padding: 5px 0
}
.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px
}
.mm-listview .mm-spacer {
  padding-top: 40px
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75)
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, .3)
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, .3)
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, .1)
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, .3)
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
  tap-highlight-color: rgba(255, 255, 255, .5)
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, .5)
}
.mm-menu .mm-divider,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, .05)
}
.mm-page {
  box-sizing: border-box;
  position: relative
}
.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 1
}
html.mm-opened {
  overflow-x: hidden;
  position: relative
}
html.mm-blocking,
html.mm-blocking body {
  overflow: hidden
}
html.mm-background .mm-page {
  background: inherit
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2
}
html.mm-blocking #mm-blocker {
  display: block
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px
}
.mm-menu.mm-offcanvas.mm-current {
  display: block
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}
@media all and (min-width:550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%
}
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%
}
.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important
}
.mm-menu.mm-offcanvas.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important
}
.mm-menu.mm-columns {
  -webkit-transition-property: width, max-width, -webkit-transform;
  transition-property: width, max-width, -webkit-transform;
  transition-property: transform, width, max-width;
  transition-property: transform, width, max-width, -webkit-transform
}
.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0
}
html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}
@media all and (min-width:0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}
@media all and (min-width:0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px
}
html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}
@media all and (min-width:550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}
html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}
@media all and (min-width:550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0)
  }
}
.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0)
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px
}
html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}
@media all and (min-width:1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0)
  }
}
html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}
@media all and (min-width:1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0)
  }
}
.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0)
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px
}
html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}
@media all and (min-width:1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0)
  }
}
html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}
@media all and (min-width:1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0)
  }
}
.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0)
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px
}
html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}
@media all and (min-width:2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0)
  }
}
html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}
@media all and (min-width:2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0)
  }
}
.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0)
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px
}
html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}
@media all and (min-width:2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(2200px, 0);
    -ms-transform: translate(2200px, 0);
    transform: translate(2200px, 0);
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0)
  }
}
html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}
@media all and (min-width:2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-2200px, 0);
    -ms-transform: translate(-2200px, 0);
    transform: translate(-2200px, 0);
    -webkit-transform: translate3d(-2200px, 0, 0);
    transform: translate3d(-2200px, 0, 0)
  }
}
.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0)
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate(700%, 0);
  -ms-transform: translate(700%, 0);
  transform: translate(700%, 0);
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px
}
html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}
@media all and (min-width:3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(2640px, 0);
    -ms-transform: translate(2640px, 0);
    transform: translate(2640px, 0);
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0)
  }
}
html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}
@media all and (min-width:3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-2640px, 0);
    -ms-transform: translate(-2640px, 0);
    transform: translate(-2640px, 0);
    -webkit-transform: translate3d(-2640px, 0, 0);
    transform: translate3d(-2640px, 0, 0)
  }
}
.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%
}
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%
}
em.mm-counter + a.mm-next {
  width: 90px
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0
}
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span,
em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px
}
.mm-nosubresults > .mm-counter {
  display: none
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, .3)
}
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important
}
.mm-hasdividers .mm-fixeddivider {
  display: block
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, .05)
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  height: 80%
}
html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}
html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1
}
html.mm-dropdown .mm-menu {
  z-index: 2
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none
}
.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.mm-menu.mm-tipleft:before {
  left: 22px
}
.mm-menu.mm-tipright:before {
  right: 22px
}
.mm-menu.mm-tiptop:before {
  top: -8px
}
.mm-menu.mm-tipbottom:before {
  bottom: -8px
}
.mm-iconpanel .mm-panel {
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease
}
.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3
}
.mm-keyboardfocus a:focus {
  outline: 0
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, .5)
}
.mm-navbar-bottom,
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none
}
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px
}
.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left
}
.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px
}
.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px
}
.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0
}
.mm-navbar-top-1 {
  top: 0
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 40px
}
.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
  top: 80px
}
.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
  top: 120px
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px
}
.mm-navbar-bottom-1 {
  bottom: 0
}
.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
  bottom: 40px
}
.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
  bottom: 80px
}
.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
  bottom: 120px
}
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px
}
.mm-navbar-size-2 {
  height: 80px
}
.mm-navbar-size-3 {
  height: 120px
}
.mm-navbar-size-4 {
  height: 160px
}
.mm-navbar-content-2 > * {
  width: 50%
}
.mm-navbar-content-3 > * {
  width: 33.33%
}
.mm-navbar-content-4 > * {
  width: 25%
}
.mm-navbar-content-5 > * {
  width: 20%
}
.mm-navbar-content-6 > * {
  width: 16.67%
}
.mm-menu.mm-rtl {
  direction: rtl
}
.mm-menu.mm-rtl.mm-offcanvas {
  right: auto
}
.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}
.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0)
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0
}
.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}
.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto
}
.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px
}
.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important
}
.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0
}
.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0
}
.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}
.mm-menu.mm-rtl .mm-listview .mm-next + a,
.mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px
}
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px
}
.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px
}
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px
}
.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important
}
.mm-menu.mm-rtl label.mm-toggle + a,
.mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px
}
.mm-menu.mm-rtl label.mm-check + a,
.mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px
}
.mm-menu.mm-rtl a.mm-next + label.mm-check,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px
}
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px
}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0
}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right, -webkit-transform;
  transition-property: right, -webkit-transform;
  transition-property: transform, right;
  transition-property: transform, right, -webkit-transform
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit
}
@charset "UTF-8";
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important
}
.mm-search,
.mm-search input {
  box-sizing: border-box
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative
}
.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px
}
.mm-search input::-ms-clear {
  display: none
}
.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}
.mm-panel.mm-hassearch {
  padding-top: 40px
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0
}
.mm-noresults .mm-indexer {
  display: none !important
}
li.mm-nosubresults > a.mm-next {
  display: none
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px
}
.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .75)
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, .3)
}
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px
}
.mm-hasindexer .mm-indexer {
  right: 0
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background .4s ease;
  transition: background .4s ease
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, .5)
}
input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px
}
label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px
}
label.mm-check:before,
label.mm-toggle:before {
  content: '';
  display: block
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1
}
li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px
}
a.mm-next + label.mm-check,
a.mm-next + label.mm-toggle {
  right: 60px
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span,
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  margin-right: 50px
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px
}
em.mm-counter + a.mm-next + label.mm-check,
em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px
}
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, .1)
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, .75)
}
.mm-listview.mm-border-none > li:after,
.mm-menu.mm-border-none .mm-listview > li:after {
  content: none
}
.mm-listview.mm-border-full > li:after,
.mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important
}
.mm-listview.mm-border-offset > li:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px
}
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}
html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
  transform: scale(.7, .7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
  transform: scale(.7, .7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}
.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0)
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease
}
html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1
}
.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
  transform: scale(.7, .7) translate3d(-30%, 0, 0)
}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none .4s ease;
  transition: none .4s ease
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms
}
.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0
}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}
.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0
}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1
}
.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%
}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0
}
.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}
@media all and (max-width:140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}
@media all and (min-width:10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0)
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}
@media all and (max-width:140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}
@media all and (min-width:10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0)
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after,
.mm-menu .mm-panels > .mm-panel.mm-justified-listview:before,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel:after,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider),
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next),
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next),
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before,
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0
}
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span,
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal
}
html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
  opacity: 0
}
html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s
}
html.mm-pagedim #mm-blocker {
  background: inherit
}
html.mm-pagedim-white #mm-blocker {
  background: #fff
}
html.mm-pagedim-black #mm-blocker {
  background: #000
}
.mm-menu.mm-popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}
html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1
}
html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}
html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1
}
html.mm-popup .mm-menu {
  z-index: 2
}
.mm-menu.mm-offcanvas.mm-right {
  left: auto
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0)
}
@media all and (max-width:175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}
@media all and (min-width:550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0)
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}
html.mm-front #mm-blocker {
  z-index: 1
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2
}
.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}
.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto
}
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99
}
.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%
}
.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none
}
.mm-menu.mm-shadow-page:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, .15);
  color: rgba(255, 255, 255, .8)
}
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, .4)
}
.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, .4)
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, .15)
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, .4)
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
  tap-highlight-color: rgba(0, 0, 0, .1)
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, .1)
}
.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, .05)
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, .8)
}
.mm-menu.mm-shadow-page.mm-theme-dark:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, .8)
}
.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, .4)
}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, .1)
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, .15)
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963
}
.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .6)
}
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, .1)
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
  tap-highlight-color: rgba(0, 0, 0, .05)
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, .05)
}
.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, .03)
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, .6)
}
.mm-menu.mm-shadow-page.mm-theme-white:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .6)
}
.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, .05)
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, .1)
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963
}
.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .6)
}
.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, .4)
}
.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, .4)
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, .2)
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, .4)
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
  tap-highlight-color: rgba(255, 255, 255, .3)
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, .3)
}
.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, .2)
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, .6)
}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, .3)
}
.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none
}
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, .6)
}
.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, .4)
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, .2)
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963
}
.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none
}
.mm-menu .mm-tileview.mm-listview > li,
.mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative
}
.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%
}
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0
}
.header-content {
  -webkit-box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #000000;
}
.ctablog h2 {
  color: #fff !Important;
}
.header-content .flex-row {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-right: -15px;
  margin-left: -15px;
}

.header-logo {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-menu-primary {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-menu-primary .hs-menu-wrapper {
  float: right;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  margin-bottom: -1px;
  line-height: 24px;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  margin: 30px 0 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-top: 0;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-left: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  display: block;
  line-height: 24px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 20px;
  position: relative;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li+li {
  margin-left: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  list-style: none;
  border: medium none;
  position: absolute;
  top: 100%;
  left: 0;
  background-clip: padding-box;
  border-radius: 4px;
  z-index: 1000;
  display: none;
  box-shadow: none;
  float: left;
  min-width: 160px;
  font-size: 14px;
  padding: 5px 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
  margin-top: 0px;
  font-weight: bold;
}

button.hamburger {
  float: right;
  line-height: 0;
  padding: 0;
  margin-left: 20px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  width: auto;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  margin-top: -2px;
  display: block;
  background-color: #fff;
}

.custom-menu-primary .top-sec .inner {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}


.custom-menu-primary .social-icons a i {
  margin-left: 10px;
  margin-right: 20px;
  font-size: 1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.header_btn a {
  border-radius: 3px;
  padding: 8px 20px;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  margin-bottom: 10px;
  border-color: #EE7511;
  background-color: #EE7511;
  color: #FFFFFF;
  text-shadow: none;
  vertical-align: baseline;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  background-image: none;
  -moz-transition: all .3s linear .01s;
  -webkit-transition: all .3s linear .01s;
  -o-transition: all .3s linear .01s;
  transition: all .3s linear .01s;
  box-sizing: border-box !important;
  white-space: normal;
  display: inline-block;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
}

.header .social-icons {
  display: flex;
  flex-wrap: wrap;
}

.hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  top: -10px;
}

.hamburger-inner::before,.hamburger-inner::after {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
}

.hamburger-inner:before {
  width: 40px;
  height: 4px;
  top: -10px;
}

.hamburger-inner:after {
  width: 40px;
  height: 4px;
}

.hamburger-inner {
  width: 40px;
  height: 4px;
}

.hamburger-inner:after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  bottom: -10px;
}

.header-logo img {
  max-width: 250px;
  width: 100% !important;
}
button.hamburger:hover {
  opacity: 0.7;
  background-color: transparent;
}

button.hamburger:focus {
  background-color: transparent;
}

html.mm-position-right.mm-opening .mm-menu.mm-opened~.mm-slideout {
  -webkit-transform: translate(-80%,0);
  -ms-transform: translate(-80%,0);
  transform: translate(-80%,0);
  -webkit-transform: translate3d(-80%,0,0);
  transform: translate3d(-80%,0,0);
}

.mm-menu.mm-offcanvas.mm-current {
  left: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us li.sample,
.custom-menu-primary .hs-menu-wrapper>ul>li.services li.sample{
  display: none;
}


@media (min-width: 992px) and (max-width: 1199px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 10px 8px;
    font-size: 15px;
  }
  button.hamburger {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .custom-menu-primary .top-sec {
    display: none;
  }
}

@media (min-width: 550px){
  html.mm-position-right.mm-opening .mm-menu.mm-opened~.mm-slideout {
    -webkit-transform: translate(-440px,0);
    -ms-transform: translate(-440px,0);
    transform: translate(-440px,0);
    -webkit-transform: translate3d(-440px,0,0);
    transform: translate3d(-440px,0,0);
  }
}


@media (min-width: 768px){
  .header-logo {
    width: 33.33333333333333%;
    float: left;
  }
  .custom-menu-primary {
    width: 66.66666666666666%;
    float: left;
  }
  header.header.no_nav .header-content .flex-row {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

@media (min-width: 992px){
  .header-logo {
    width: 25%;
    float: left;
  }
  .custom-menu-primary {
    width: 75%;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
    padding: 10px 15px;
    border: 0 none;
    display: block;
    line-height: 20px;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
  }
  .cst-dl-back-menu {
    display: none;
  }
  div#mm-blocker,
  nav#open-menu{
    display: none;
  }
}

@media (min-width: 1200px){
  button.hamburger {
    display: none;
  }
}


@media (max-width: 991px){
  .custom-menu-primary .hs-menu-wrapper {
    display: none;
  }
  .header-content .flex-row {
    display: block;
  }
  .mm-listview>li {
    line-height: 24px;
  }
  .custom-menu-primary {
    display: block;
  }
  button.hamburger {
    margin-top: 10px;
  }
  .mm-slideout {
    z-index: auto !important;
  }
  button.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  button.hamburger.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  button.hamburger.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  }
  .cst-dl-back-menu {
    display: none;
  }
  
  .mm-opening .body-wrapper:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
  }
  #mm-blocker {
    display: none !important;
  }
}


@media (max-width: 768px){
  .header-content {
    padding-left: 13px;
    padding-right: 13px;
  }
}


@media (max-width: 767px){
  button.hamburger {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -35px;
    height: 24px;
  }
  .custom-menu-primary .top-sec {
    display: none;
  }
  .header-logo img {
    width: 100%;
    max-width: 180px;
  }
  .header-logo {
    text-align: center;
  }
  .hamburger-inner:before,.hamburger-inner:after {
    width: 30px;
    height: 3px;
  }
  .hamburger-inner {
    width: 30px;
    height: 3px;
  }
}

a#toggle-icon {
  pointer-events: none;
}

@media (max-width: 330px){
  button.hamburger {
    right: 0;
  }
}
.footer .bottom-content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer .bottom-row {
  margin-top: 40px;
  margin-right: -15px;
  margin-left: -15px;
}


.footer .flexcol8,
.footer .flexcol4,
.footer .flexcol3,
.footer .flexcol2{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer .bottom-row .flexcol8 {
  font-size: 14px;
}

.footer .bottom-row .flexcol4 {
  font-size: 14px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}


.footer .bottom-row .flexcol4 .hs-menu-wrapper ul {
  display: block;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .bottom-row .flexcol4 .hs-menu-wrapper ul>li {
  float: left;
  line-height: 20px;
}

.footer .bottom-row::before,.footer .bottom-row::after {
  content: '';
  display: table;
}

.footer .bottom-row::after {
  clear: both;
}

.footer .top-row {
  margin-right: -15px;
  margin-left: -15px;
}

.footer-logo {
  display: block;
  height: auto;
  max-width: 100%;
}

.footer h5 {
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  margin-top: 10px;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 10px;
}
.footer-address .add_wrapper {
  font-size: 14px;
  display: block;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 24px;
  font-family: inherit;
}

.footer-address .add_wrapper ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
  margin-bottom: 1.5em;
}

.footer-address .add_wrapper ul li {
  position: relative;
  line-height: 24px;
}

.footer-address .add_wrapper ul li i {
  line-height: 1.4;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  left: -2em;
  position: absolute;
  text-align: center;
  font-size: 1em;
  width: 2em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.footer-address .add_wrapper ul li .fa.fa-map-marker:before {
  content: "\f3c5";
}

.footer-address .add_wrapper li+li {
  margin-top: 10px;
}

.footer-address .add_wrapper li+li .fa-phone {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.footer-address .fa-phone:before {
  content: "\f095";
}

.footer-sitemap .hs-menu-wrapper ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  display: block;
  margin: 0;
  padding-left: 0;
}

.footer-sitemap .hs-menu-wrapper ul>li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

.footer .top-row:after, .footer .top-row:before {
  content: "";
  display: table;
}

.footer .top-row:after {
  clear: both;
}

.footer .top-row .flexcol2 {
  margin-top: 20px;
}

.footer .bottom-row  br.visible-xs {
  display: none;
}

.footer a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: underline;
}

.footer-title {
  color: #000;
    font-family: DM Sans, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}


@media (min-width: 768px){
  .footer .bottom-row .flexcol8 {
    width: 33.33333333333333%;
    float: left;
  }
  .footer .bottom-row .flexcol4 {
    width: 66.66666666666666%;
    float: left;
  }
  .footer .top-row .flexcol2 {
    width: 50%;
    float: left;
  }
  .footer .top-row .flexcol3 {
    width: 50%;
    float: left;
  }
} 

@media (min-width: 992px) {
  .footer .bottom-row .flexcol8 {
    width: 66.66666666666666%;
  }
  .footer .bottom-row .flexcol4 {
    width: 33.33333333333333%;
  }
  .footer .top-row .flexcol4 {
    width: 33.33333333333333%;
    float: left;
  }
  .footer .top-row .flexcol3 {
    width: 25%;
    float: left;
  }
  .footer .top-row .flexcol2 {
    width: 16.666666666666664%;
    float: left;
  }
}

@media (max-width: 991px){
  .footer .top-row .flexcol4 {
    text-align: center;
  }
  .footer-logo {
    display: block;
    margin: 5px auto 5px auto;
  }
}


@media (max-width: 980px){
  .footer .bottom-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}


@media (max-width: 768px){
  .footer .bottom-content {
    padding-left: 13px;
    padding-right: 13px;
  }
}


@media (max-width: 767px){
  .footer-address {
    display: table;
    margin: 0 auto;
  }
  .footer-sitemap .hs-menu-wrapper ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer-sitemap {
    text-align: center;
  }
  .footer h5 {
    font-size: 16px;
  }
  .footer .bottom-row .flexcol4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .bottom-row {
    text-align: center;
  }
  .footer .bottom-row  br.visible-xs {
    display: block;
  }
  .footer .top-row .flexcol2 {
    text-align: center;
  }
  .footer .social-icons a:last-child i {
    margin-right: 0;
  }
  footer.footer.no_nav .bottom-row {
    margin-top: 0;
  }
  footer.footer.no_nav .top-row .flexcol2 {
    display: none;
  }
}
.banner_wrap .btn-wrap a {
  background-color: red;
  border: 1px solid red;
}
.header_btn.red_btn_col {
  margin-right: 15px !important;
}
.header_btn.red_btn_col .hs-button.red-btn {
  border-color: red !important;
  background-color: red !important;
}
.ctablog h2 {
  color: #fff !Important;
}
.home-cta {
  display: block;
  background: red;
  color: #fff !important;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.428571429;
  padding: 15px 30px;
  width: 200px !important;
  margin: 0 auto !important;
    margin-top: 0px;
  margin-top: 40px !important;
}

.ctablog {
  border: 0 !important;
  display: block !important;
  width: 100% !important;
}
.ctablog {
  margin: 40px 0px !important;
}
.post-read-more td {
  background: white !important;
  padding: 30px !important;
}
.ctablog tbody {
  display: block !important;
  width: 100% !important;
}
.ctablog tbody tr {
  width: 100% !important;
  display: block !important;
}
.ctablog tbody td {
  display: block !important;
  width: 100%;
  border: 0 !important;
  background-image: url('/hubfs/Manawa_August2022/images/sc-footer-manawa-next-generation.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 40px !important;
}
.ctablog h3 {
  font-family: DM Sans,sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.ctablog p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
  font-family: Roboto,sans-serif;
}
.ctablog a {
  background-color: #ee7511;
  background-image: none;
  border: 1px solid #ee7511;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-sizing: border-box !important;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.428571429;
  padding: 15px 30px;
  -moz-transition: all .3s linear .01s;
  -webkit-transition: all .3s linear .01s;
  -o-transition: all .3s linear .01s;
  transition: all .3s linear .01s;
  vertical-align: baseline;
}
.ctablog a:hover {
  background-color: #e06500;
  border-color: #e06500;
}

/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
#has-jf-request-quote form input[type=email],#has-jf-request-quote  form input[type=file],#has-jf-request-quote  form input[type=number],#has-jf-request-quote  form input[type=password],#has-jf-request-quote  form input[type=tel],#has-jf-request-quote  form input[type=text],#has-jf-request-quote form select, form textarea{
  min-height:40px !important;}
#has-jf-request-quote input{
      padding: 8px;
    border: solid 1px #ccc;
    border-radius: 4px;
	}
	#has-jf-request-quote fieldset{
	
	}
#has-jf-request-quote form textarea {
    height: 110px;
}
#has-jf-request-quote   .form-columns-2{
    width: 50%;
    display: inline-flex;
  }
 #has-jf-request-quote .input{
  }
   #has-jf-request-quote textarea{
    width: 100% !important;
   
  }
  #has-jf-request-quote .form-columns-2:nth-child(3) {
    width: 100%;
  }
  #has-jf-request-quote label{
    font-weight:400 !important;
  }
  #has-jf-request-quote .grecaptcha-badge{
    display:inline-flex !important;
  }
  @media only screen and (max-width:767px){
  #has-jf-request-quote .form-columns-2{
  display:contents;
  }
  }
#has-jf-request-quote form{
      padding: 50px;
    background: #fff;
    border-radius: 7px;
  box-shadow: 1px 1px 5px 1px #ffffff61;
}
#has-jf-request-quote .hs-button{
    padding: 12px 33px;
}
/* ======== Signup Page ======== */

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


.signup_page .hs-form-field > label {
  font-weight: normal;
  margin: 0 20px 20px 0;
  line-height: 1.5;
}

.signup_page form .hs-input {
  min-height: 40px;
  padding: 6px 12px;
  line-height: 1.428571429;
  font-size: 14px;
  border-radius: 0px;
  margin: 0;
  background-color: #fff;
}


.signup_page .hs-button {
  text-transform: none;
  line-height: inherit;
  text-shadow: none;
  border-radius: 3px;
  font-size: 16px;
  padding: 10px;
  color: #FFFFFF;
  background-color: #007ACE;
  border: 2px solid #007ACE;
}

.signup_page .hs-button:hover, 
.signup_page .hs-button:active,
.signup_page .hs-button:focus {
  border-color: #005AB4;
  background-color: #005AB4;
}

.signup_page form .hs-button {
  margin-top: 20px;
  width: 100%;
  border-width: 2px;
  border-style: outset;
  border-image: initial;
}
.signup_page form .actions {
  padding-top: 19px;
  padding-bottom: 24px;
}


/* ======== Contact Page ======== */

.contact_page .form-title {
  font-size: 36px;
  margin-bottom: 16px;
}


.contact_page .hs-form-field {
  margin-bottom: 16px;
  padding-right: 16px;
}

.contact_page form fieldset .input {
  margin-right: 0 !important;
  width: 100%;
}

.contact_page form fieldset.form-columns-1 .hs-input {
  width: 100%;
}


.contact_page .hs_firstname ,
.contact_page .hs_lastname {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2px;
  margin-bottom: 9px;
}
.contact_page .hs_firstname .hs-field-desc ,
.contact_page .hs_lastname .hs-field-desc {
  order: 3;
  margin: 1px 0 9px 1px;
}


.contact_page .hs_firstname > label,
.contact_page .hs_lastname > label{
  display: none;
}

.contact_page .actions .hs-button {
  margin-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
}


@media (max-width: 767px) {
  .contact_page .form-title {
    font-size: 28px;
  }
  .contact_page .hs-form-field {
    padding-right: 0;
  }
  .contact_page fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .contact_page .hs_firstname {
    margin-top: 15px;
  }

  .contact_page .hs_firstname,
  .contact_page .hs_lastname {
    margin-bottom: 15px;
  }
  .contact_page .hs_firstname .hs-input,
  .contact_page .hs_lastname .hs-input{
    margin-top: 0;
  }
  .contact_page .hs_firstname .hs-field-desc, 
  .contact_page .hs_lastname .hs-field-desc {
    margin-bottom: 0;
  } 
  .contact_page form .hs-input {
    margin-top: 10px;
  }

  .contact_page .actions .hs-button {
    min-height: 50px;
    line-height: 2;
    margin: 0 0 40px 0;
  }

  .cybersecurity_page_sec_1 .cm_services_wrapper img.srvc_item_img {
    margin-top: 5px;
  }


}
#lpherogoogle .row-fluid-wrapper {
  display: inline-block !important;
  vertical-align: middle !important;
  padding:
0px 10px;
}
html .jf_sp .span6 img.hs-image-widget {
  height: auto !important;
}
#formheaderlpjf form {
  max-width: 80% !important;
  margin: 0 auto !important;
}
#reviewimagehead {
  background-color: #fff !important;
  padding: 15px !important;
  border-radius: 20px !important;
  background-image: url("https://20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/quote1.png");
  background-repeat: no-repeat;
  background-position: 90% 87%;
}
#reviewimagehead .reviewimagehead-review {
  border-top: 1px solid #E1E1E1;
  margin-top: 10px;
  padding-top: 10px;
}
#reviewimagehead .reviewimagehead-review span {
  color: black !important;
}
#reviewimagehead .reviewimagehead-author span {
  color: black !important;
  font-size: 14px !important;
  margin-top: 10px;
  display: block !important;
}

#formheaderlpjf form ul.no-list.hs-error-msgs.inputs-list {
  display: none !important;
}
#formheaderlpjf form .field.hs-form-field textarea.invalid.error, #formheaderlpjf form .form-columns-2 .field.hs-form-field input.invalid.error {
  border-color: #bf1717 !important;
}
#formheaderlpjf {
  margin-top: 20px !important;
}
#formheaderlpjf .formheaderlpjf-subheading span {
  background-color: #0179c2 !important;
  color: #fff !important;
  display: block;
  font-size: 12px !important;
  padding: 0 !important;
  margin-top: -10px !important;
}
#formheaderlpjf .underformtext span {
  background-image: url(https://20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/secureicon1.png);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #09375c;
  font-size: 14px !important;
  padding: 3px 22px 20px !important;
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 220px !important;
  box-sizing: border-box;
}
#formheaderlpjf form .hs_submit.hs-submit input {
  background-color: #EE7512 !important;
}
#formheaderlpjf .hs-image-widget {
  max-width: 80% !important;
  margin: 0 auto !important;
    margin-bottom: 0px;
  display: block !important;
  margin-bottom: 30px !important;
}
#formheaderlpjf form .hs_submit.hs-submit input {
  margin-bottom: 0 !important;
}
#lpheronew h1 {
  margin-bottom: 5px !important;
}
.span12.widget-span.widget-type-custom_widget.jscodetop {
  display: none !important;
}
#mobilestickybutton {
  position: fixed !important;
  z-index: 99999 !important;
}
#lpherogoogle .row-fluid-wrapper .lpheronew-googleimage {
  position: relative;
  top: 3px;
}
#mobilestickybutton {
  display: none;
}
#lpherogoogle .row-fluid-wrapper .lpheronew-readreviews {
  margin-bottom: 0 !important;
  position: relative;
  top: 0px;
}

#formheaderlpjf form .form-columns-2 .field.hs-form-field {
  width: 100% !important;
}
#formheaderlpjf form {
  display: block;
}
#formheaderlpjf form .form-columns-2 {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr)) !important;
  gap: 20px !important;
  box-sizing: border-box;
}
#formheaderlpjf form .form-columns-2 .field.hs-form-field input {
  box-sizing: border-box;
}
#formheaderlpjf form input {
  box-sizing: border-box !important;
}
#formheaderlpjf form textarea {
  box-sizing: border-box !important;
}

#buttonstickymobile {
  display: none;
}
#ratingcustom .row-fluid-wrapper {
  display: inline-block !important;
  vertical-align: middle !important;
  padding:
0px 10px;
}

#ratingcustom .row-fluid-wrapper .lpheronew-googleimage {
  position: relative;
  top: 3px;
}
#jflpbottomcta-row3 .lpheronew-stars.mobilebuttonsbottom {
  display: none !important;
}
#ratingcustom .row-fluid-wrapper .lpheronew-readreviews {
  margin-bottom: 0 !important;
  position: relative;
  top: 2px;
}
.carousel-item span {
  position: relative;
  top: -6px;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
}
.carousel-item img {
  height: 29px;
  position: relative;
  right: 13px;
  top: 3px;
  width: auto;
}
.carousel-container {
  overflow: hidden;
  width: 100%;
}
.carousel-item {
  text-align: center !important;
  color: #fff !important;
  font-size: 14px !important;
font-family: DM Sans,sans-serif !important;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 0 0 100%;
  box-sizing: border-box;
}

/* Tablet: 2 columns */
@media (min-width: 768px) {

  .carousel-item {
    flex: 0 0 50%;
  }
}

/* Desktop: 4 columns */
@media (min-width: 1024px) {
  .carousel-item {
    flex: 0 0 25%;
  }
}

/* Arrows */
.carousel-arrow {
  background:
transparent !important;
  border:
none;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  padding:
10px;
  position: absolute;
  top: -12px;
  z-index: 1;
}
#jflpbottomcta #jflpbottomcta-row2 {
  padding-bottom: 20px !important;
}
#jflpbottomcta #jflpbottomcta-row3 {
  margin-top: 30px !important;
}

.faq-question {
  background-color: transparent !important;
  border-radius:
0 !important;
  color: black !important;
font-family: DM Sans,sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-bottom:
1px solid #0000001a !important;
  padding-left: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  line-height: 24px !important;
}
#buttonstickymobile .hs-button {
  position: fixed;
  bottom: 0 !important;
  z-index: 9999 !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding:
14px 0px !important;
  border-radius:
0 !important;
font-family: DM Sans,sans-serif !important;
  text-decoration:
none !important;
  background-color: #0179c2 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.faq-item {
  margin-bottom: 15px !important;
}


.faq-question {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  transition:
transform 0.3s;
}
.faq-item.open .faq-question::after {
  content: "-";
}
.faq-answer {
  display: none;
  padding-top: 10px;
  color: #444;
}
.faq-answer {
  border-radius:
20px;
  background-color: #fff;
  padding:
15px;
  margin:
25px 0px;
}
.left-arrow {
  left: 5px;
}

.right-arrow {
  right: 5px;
}

/* Show arrows only on mobile */
@media (max-width: 767px) {
    #mobilestickybutton {
  display: block;
}
  .lpheronew-googleimage img {
  max-width: 20px !important;
}
 .lpheronew-stars #startext1 a {
  font-size: 16px;
}
  .lpheronew-stars #starsimage12 img {
  width: 90px !important;
}
  .lpheronew-readreviews a {
  font-size: 12px !important;
}
  #lpherogoogle .row-fluid-wrapper {
  display: inline-block !important;
  padding:
0 8px;
  vertical-align: middle !important;
}
#lpherogoogle {
  text-align: center;
}  
  
  #ratingcustom {
  text-align: center;
}
 #ratingcustom {
  text-align: center;
  padding-top: 0 !important;
}
  
  
 #ratingcustom .row-fluid-wrapper {
  display: inline-block !important;
  padding:
0 5px;
  vertical-align: middle !important;
}
  #ratingcustom .row-fluid-wrapper .lpheronew-googleimage {
  position: relative;
  top: 7px;
}
  
  .carousel-arrow {
    display: block;
  }
}


.body-container-wrapper {
  background-color: #ffffff;
}
#ratingcustom .lpheronew-stars #startext1 a {
  color: #2d2929;
  text-decoration:
none;
}
#ratingcustom {
  padding:
30px 0px;
}
#ratingcustom .lpheronew-readreviews a {
  color: #131212 !important;
}
.lpheronew-googleimage img {
  max-width: 30px !important;
}
.lpheronew-stars {
  padding: 10px 0px !important;
}
.lpheronew-stars #startext1 {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.lpheronew-stars #starsimage12 {
  display: inline-block;
  vertical-align: middle;
}
.lpheronew-stars #starsimage12 img {
  width: 130px !important;
  position: relative;
  top: 2px;
  left: 7px;
}
.lpheronew-stars #startext1 a {
  color: #fff;
  text-decoration:
none;
}
.lpheronew-readreviews {
  margin-bottom: 25px !important;
}
.lpheronew-readreviews a {
  color: #fff !important;
}
#iconimagetop img {
  width: 15px;
}
#jflpbottomcta #ratingcustom {
  padding-bottom: 0 !important;
}
#lpheronew {
  background-image: url(https://20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/herobg.png);
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
}

#inlinetextlpjfhero {
  text-align: left;
}
#inlinetextlpjfhero .row-fluid-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
#inlinetextlpjfhero img {
  width: 100px;
}
#inlinetextlpjfhero .row-fluid-wrapper span {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
  position: relative;
  line-height: 20px;
}

#formheaderlpjf {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#formheaderlpjf form {
  padding: 20px;
}
#formheaderlpjf form label {
  color: black !important;
}
#formheaderlpjf form label span {
  color: black !important;
  font-size: 12px;
  font-weight: 300;
font-family: DM Sans,sans-serif !important;
}
#formheaderlpjf form input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #80808061;
  font-size: 14px;
  padding: 10px 12px;
  margin-bottom: 20px;
  display: block;
  background-color: #fff;
}
#formheaderlpjf form textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid #80808061;
  font-size: 14px;
  padding: 10px 12px;
  margin-bottom: 20px;
  display: block;
  background-color: #fff;
}

#formheaderlpjf form  .hs_submit.hs-submit input {
  border: 0 !important;
  background-color: #0179c2;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
#formheaderlpjf form .form-columns-2 .field.hs-form-field {
  width: 48%;
  margin-right: 2%;
}

#formheaderlpjf form .form-columns-2 .field.hs-form-field .input {
  margin: 0;
  display: block;
}
#inlinetextlpjfhero .row-fluid-wrapper .lpheronew-test1 span {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  color: #fff;
}
#formheaderlpjf .widget-type-text span {
  color: black;
  text-align: center !important;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding:
200px 0px;
}
#jplp-steps h2 {
  margin:
0;
  padding-bottom: 30px;
  font-size: 40px;
  color: #093b63;
  font-weight: 700;
  font-style: italic;
}
#jplp-steps1 {
  max-width: 800px;
  padding-bottom: 60px;
}

#jplp-steps .widget-type-text {
  font-size: 16px;
  line-height: 26px;
  color: black;
font-family: DM Sans,sans-serif !important;
  font-weight: 400 !important;
}


#stepsbox {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 1px 6px 0px #0179c21c;
}

#stepsbox .jplp-steps-title span {
  display: block;
  margin: 12px 0px;
  font-size: 20px;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
}


.headertitlejflp h3 {
  margin:
0;
  text-align: center;
  background-color: #0179c2;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  padding:
8px 0px;
}
#jplp-steps {
  text-align: center;
  padding:
60px 0px;
  background-color: #0179c21c;
}
#jplp-steps {
  text-align: center;
  padding:
60px 0px;
  background-color: #0179c21c;
}
#jflpclients h3 {
  font-size: 18px;
  line-height: 28px;
  margin:
0;
  text-transform: uppercase;
  padding-top: 35px;
}
#jflpclients .slider__container .splide__arrow.splide__arrow--prev {
  left: -20px;
}
#jflpclients .slider__container .splide__arrow.splide__arrow--next {
  right: -20px;
}

#jflpclients {
  padding:
10px 0px !important;
  border-bottom:
1px solid #8080802e;
}
#jflpclients .splide__slide--image {
  padding:
10px;
  height: 60px;
  width: auto !important;
}
.lpheronew-readreviews a {
  font-size: 14px !important;
}
#jflpclients .splide__arrow {
  background:
transparent !important;
}
#lpheronew h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  margin-top: 0;
}
#lpheronew ul li {
  display: block;
  padding-bottom: 15px;
  padding-left: 27px;
  background-image: url("https://20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/checkicon1-1.png");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position:
0px 3px;
  font-weight: 600;
}
#formheaderleft {
  padding-right: 2%;
}

#reviewimagehead img {
  border-radius:
20px;
  max-width: 100% !important;
}
#inlinetextlpjfhero {
  padding-top: 20px;
}
.span12.widget-span.widget-type-custom_widget.lpheronew-test2 span {
  font-size: 12px !important;
  font-style: italic;
}
#formheaderlpjf {
  margin-left: 130px;
  width: 40% !important;
}
#jfcolcontacthead .row-fluid-wrapper {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
#jplp-steps3 {
  padding:
40px 0px !important;
}
#lpheronew ul {
  padding:
0;
  margin:
30px 0px;
}

#jplp-steps34 {
}
#jplp-steps34 .hs-button {
  background-color: #0179c2;
  border-radius:
200px 200px 200px 200px;
  display: inline-block;
font-family: DM Sans,sans-serif !important;
  font-size: 18px;
  line-height: 18px;
  padding:
14px 40px;
  text-decoration:
none;
  margin-bottom: 10px;
}
#jplp-steps34 .hs-button:hover {
  background-color: black !important;
}
#formheaderlpjf form label {
  display: none !important;
}
#formheaderlpjf form .form-columns-2 .field.hs-form-field input {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  padding-left: 0 !important;
  border-bottom: 1px solid #B1B1B175 !important;
  font-size: 14px !important;
  font-family: DM Sans,sans-serif !important;
}
#formheaderlpjf form .field.hs-form-field textarea {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  padding-left: 0 !important;
  border-bottom: 1px solid #B1B1B175 !important;
  font-size: 14px !important;
  font-family: DM Sans,sans-serif !important;
}
#jfincluded-left {
  padding: 100px;
}
#jfincluded-left h2 {
  color: #093b63;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 30px;
}
#jfincluded-left .hs_cos_wrapper_type_rich_text {
}
#jfincluded-left .hs_cos_wrapper_type_rich_text p {
  color: #000;
font-family: DM Sans,sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 26px;
}

#jf-lp-proof2-col {
background-color: #f3f9fc;
  border-radius:
20px;
  box-shadow: 0 1px 6px 0 #0179c21c;
  padding:
50px;
}
#footercopy {
  background-color: black;
  padding: 20px 0px;
}
#footercopy .hs-image-widget {
  width: 150px;
  margin-top: 2px;
}
#footercopy span {
  color: #fff;
font-family: DM Sans,sans-serif !important;
  font-size: 14px;
}

#jflpbottomcta-row3 .hs-button {
  background-color: #0179c2;
  border-radius:
200px 200px 200px 200px;
  display: inline-block;
font-family: DM Sans,sans-serif !important;
  font-size: 18px;
  line-height: 18px;
  padding:
14px 40px;
  text-decoration:
none;
  margin-bottom: 10px;
}
#jflpbottomcta-row3 .jflpbottomcta-row3-text span {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
font-family: DM Sans,sans-serif !important;
  line-height: 22px;
}
#stepsbox img {
  margin-bottom: 10px;
  width: auto;
  height: 60px !important;
}

#jf-lp-proof2-col .jf-lp-proof2-client-avatar .hs-image-widget {
  border-radius:
100%;
  max-width: 50px !important;
  width: 50px;
  height: 50px !important;
}
#jf-lp-proof2-col .span12.widget-span.widget-type-custom_widget.jplp-steps-content {
  min-height: 182px;
}

#jf-lp-proof2-col {
  background-image: url("https://20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/quoteicon1.png");
  background-repeat: no-repeat;
}
#jffaq {
  padding:
60px 0px;
  background-color: #0179c21c;
}
#faqlistjf .widget-type-text span {
  display: block;
  background-color: #0179c2;
  padding:
8px 15px;
  margin-bottom: 16px;
  font-size: 14px;
font-family: DM Sans,sans-serif !important;
  color: #fff;
}
#jflpbottomcta-row1 .jflpbottomcta-row1-logo .hs-image-widget {
  max-width: 80px !important;
  margin-bottom: 20px;
}
#jflpbottomcta #ratingcustom {
  padding-top: 0 !important;
}
#jffaq h2 {
  color: #093b63;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin:
0;
  padding-bottom: 30px;
}
#jffaq span {
  color: #000;
font-family: DM Sans,sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 26px;
}
#jflpbottomcta {
  text-align: center;
  padding: 30px 0px;
  background-color: #fff;
}


#jflpbottomcta-row2 {
  padding-bottom: 40px;
}
#jflpbottomcta-row2 h3 {
  color: #093b63;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 40px;
}
#jflpbottomcta-row2 span {
  color: #000;
font-family: DM Sans,sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 26px;
}
#jflpbottomcta .jflpbottomcta-row1-numbers span {
  color: #0179c2;
font-family: DM Sans,sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

#jflpbottomcta .jflpbottomcta-row1-text span {
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
font-family: DM Sans,sans-serif !important;
}
#footercopy2 {
  text-align: right;
  padding-top: 19px;
}
#footercopy3 {
  text-align: right;
  padding-top: 19px;
}
#jf-lp-proof4 .jf-lp-proof4-text span {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
font-family: DM Sans,sans-serif !important;
}
#jf-lp-proof3 {
  padding: 30px 0px !important;
}
#jf-lp-proof4 .hs-button {
  background-color: #0179c2;
  border-radius:
200px 200px 200px 200px;
  display: inline-block;
font-family: DM Sans,sans-serif !important;
  font-size: 18px;
  line-height: 18px;
  padding:
14px 40px;
  text-decoration:
none;
  margin-bottom: 5px;
}
#jf-lp-proof4 .hs-button:hover {
  background-color: black;
}

#jf-lp-proof3 .jf-lp-proof3-text span {
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}
#jf-lp-proof3 .jf-lp-proof3-number {
}
#jf-lp-proof3 .jf-lp-proof3-number span {
  color: #0179c2;
  font-weight: 700;
font-family: DM Sans,sans-serif !important;
  font-size: 16px;
  line-height: 26px;
}
#jf-lp-proof1 {
  max-width: 800px;
  padding-bottom: 60px;
}
#jf-lp-proof1 h2 {
  color: #093b63;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  margin: 0;
  padding-bottom: 30px;
  line-height: 50px;
}
#jf-lp-proof2-col .jplp-steps-content span {
  color: #7b7171;
font-family: DM Sans,sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 26px;
  font-style: italic;
}
#jf-lp-proof2-col .jplp-steps-title span {
  color: #057ac3;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin:
12px 0;
  text-transform: uppercase;
  font-style: italic;
}
jf-lp-proof2-col {
  background-color: #fff;
  border-radius:
20px;
  box-shadow: 0 1px 6px 0 #0179c21c;
  padding:
50px;
}

#jf-lp-proof1 span {
  color: #000;
font-family: DM Sans,sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 26px;
}
#jfincluded-left .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
  margin: 25px 0px;
}
#jfincluded-left .hs_cos_wrapper_type_rich_text ul li {
  color: #000;
font-family: DM Sans,sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 26px;
  background-image: url(https://20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/checkicon1-1.png);
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 18px;
  display: block;
  font-weight: 600;
  padding-bottom: 15px;
  padding-left: 27px;
}
#jf-lp-proof {
  background-color: #fff;
  margin-top: -10px;
  text-align: center;
  padding:
60px 0px;
}
#jfincluded {
  background-color: #fff;
}
#jfincluded .hs-image-widget {
  height: 715px !important;
  object-fit: cover;
}
#jplp-steps34 span {
  color: black;
  font-size: 12px;
  text-transform: uppercase;
}

#jplp-steps3 .jplp-steps3-title span {
  font-size: 14px;
  font-style: italic;
  color: black;
  font-weight: 600;
}
#jplp-steps3 .jplp-steps3-numbers span {
  color: #0179c2;
  font-weight: 700;
}
#lpheronew span {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
font-family: DM Sans,sans-serif !important;
}
.span12.widget-span.widget-type-custom_widget.jflplogo {
  padding-top: 10px;
}
#lpheronew {
  background-image: url(https://20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/herobg.png);
  background-size: cover;}

#headerstats {
  padding: 8px 0px;
  background-color: #0179c2;
}
#headerstats .span3.widget-span.widget-type-cell.headerstats-box {
  text-align: center;
}
#headerstats .span3.widget-span.widget-type-cell.headerstats-box .row-fluid-wrapper {
  display: inline-block !important;
  vertical-align: middle;
}
#headerstats .span3.widget-span.widget-type-cell.headerstats-box .hs_cos_wrapper_type_icon {
  padding: 5px !important;
  background-color: transparent !important;
}
#headerstats .span3.widget-span.widget-type-cell.headerstats-box .hs_cos_wrapper_type_icon svg {
  height: 20px;
  width: 20px !important;
  fill: #fff;
}
#headerstats .span3.widget-span.widget-type-cell.headerstats-box .hs_cos_wrapper_type_text {
  font-size: 14px;
  color: #fff;
  padding-top: 5px;
  display: block;
font-family: DM Sans,sans-serif !important;
}
#jfcolcontacthead {
  text-align: right;
} 
#jfcolcontacthead .hs-button {
  display: inline-block;
  font-family: dm sans !important;
  background-color: #0179c2;
  font-size: 18px;
  line-height: 14px;
  border-radius:
200px 200px 200px 200px;
  padding:
14px 40px 14px 40px;
  text-decoration:
none;
}
#jfcolcontacthead .hs-button:hover {
  background-color: black;
}
#jfcolcontacthead {
  padding-top: 8px;
}
.jfcolcontacthead-text span {
  background-image: url(https://20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/secureicon1.png);
  background-position:
17px 5px;
  background-repeat: no-repeat;
  background-size: 28px;
  color: #000;
  display: inline-block;
font-family: DM Sans,sans-serif !important;
  font-size: 14px;
  padding:
10px 56px;
  text-transform: uppercase;
}
#headercta {
  padding: 10px 0px;
}
#headercta img {
  width: 100%;
  max-width: 140px !important;
}
#headercta {
}
#lp-header-jf {
  text-align: center;
  background-color: black;
  padding-top: 6px;
  padding-bottom: 2px;
}
.lp-containerjf {
  max-width: 1170px;
  margin: 0 auto !important;
  float: none !important;
}
#lp-header-jf #iconimagetop {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#lp-header-jf #topbartext {
  display: inline-block;
  vertical-align: middle;
}
#lp-header-jf #topbartext p {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  margin:
0;
  text-transform: uppercase;
font-family: DM Sans,sans-serif !important;
}


#headerlp.headerlpv2 {
  background-color: black !important;
}
#headerlp.headerlpv2 .top-header-right-title span {
  color: #fff !important;
  font-size: 20px !important;
}
#headerlp.headerlpv2 .top-header-right-button a {
  background-color: #0177c0 !important;
}
#herolpnew {
  background-image: url(https://20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/herobg.png);
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 150px;
}
#herolpnew h1 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 15px;
}
#herolpnew .hs_cos_wrapper_type_text {
  color: #fff !important;
  font-size: 20px !important;
  line-height: 30px !important;
  display: block;
  margin-bottom: 50px !important;
}
#herolpnew a.hs-button {
  text-decoration: none !important;
  background-color: red !important;
  display: inline-block;
font-family: DM Sans,sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 50px;
}

.body-container-wrapper ol {
  padding: 0;
  margin: 0 0 1.5em;
  list-style: none;
  margin-left: 2.5em;
}
.lp-container {
  max-width: 1200px;
  margin: 0 auto !important;
  float: none !important;
}
#headerlp img {
  width: 190px;
}
#herolp_jf {
background-color:#fff;
  padding: 60px 0px !important;
  background-size: cover;
  background-position: center;
}
#herolp_jf h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
font-family: DM Sans,sans-serif !important;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
#herolp_jf h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000 ;
font-family: DM Sans,sans-serif !important;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
#herolp_jf .herolp_jf-left_desc {
font-family: DM Sans,sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 40px;
}
#herolp_jf .hero_list_subtitle {
font-family: DM Sans,sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 27px;
  letter-spacing: 0;
}
#herolp_jf .hs_cos_wrapper_type_icon svg {
  fill: #5d92ff !important;
  font-size: 35px !important;
  width: 35px !important;
  height: 35px !important;
}
#herolp_jf .hero_list_title {
font-family: DM Sans,sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 5px;
}
#herolp_jf .hero_list_subtitle {
font-family: DM Sans,sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 27px;
  letter-spacing: 0;
}
#herolp_jf-left {
  padding-right: 0px;
}
.list-item-hero-jf {
  margin-bottom: 25px !important;
}
#herolp_jf .hs_cos_wrapper_type_icon {
  background-color: transparent !important;
}

#herolp_jf .hs_cos_wrapper_type_icon {
  background-color: transparent !important;
}
#herolp_jf-left {
}
#herolp_jf-left .row-fluid-wrapper.row-depth-2.row-number-2 {
}
#herolp_jf-left .span2.widget-span.widget-type-cell {
  width: 60px !important;
}
#herolp_right .hs_cos_wrapper_type_form form .hs_submit.hs-submit {
  margin-top: 20px;
}
.manawa-logo {
  margin-top: 9px;
}
#herolp_right .hs_cos_wrapper_type_form form .hs_submit.hs-submit input {
  display: block;
  width: 100%;
  border: 0 !important;
  font-size: 16px !important;
font-family: DM Sans,sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border-radius: 9px !important;
  padding: 11px 2px !important;
  cursor: pointer !important;
}
#jf_companies_lp {
  text-align: center;
  background-color: #f1f1f9;
  padding: 60px 0px;
}
#jf_companies_lp h3 {
  margin-top: 0;
  margin-bottom: 60px;
font-family: DM Sans,sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: black;
}
#jf_companies_lp .hs-image__grid__list {
  margin: 0 !important;
}
#jf_companies_lp .hs-image__grid__list .hs-image__grid__list__item__button:hover {
  background: transparent !important;
  border: 0 !important;
}

#jf_lp_stats {
  text-align: center;
  background-color: #0c293f;
  padding: 80px 0px;
}
#jf_lp_stats h3 {
  color: #fff;
font-family: DM Sans,sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
  margin-top: 0;
}
#jf_lp_stats .jf_lp_stats_box {
  box-shadow: 1px 1px 22px rgba(0,0,0,0.03);
  background-color: #fff;
  padding: 50px !important;
  border-radius: 30px;
}
#jf_lp_stats .jf_lp_stats_box .jf_lp_stats_box_heading {
}
#jf_lp_stats .jf_lp_stats_box .jf_lp_stats_box_heading h4 {
  margin-top: 0;
font-family: DM Sans,sans-serif !important;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #006ec7;
}

#jf_lp_why {
  padding: 80px 0;
  text-align: center;
  background-color: #f1f1f9;
}
#jf_lp_why h3 {
  color: #000;
font-family: DM Sans,sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
  margin-top: 0;
}
.jf_lp_why_box .jf_lp_why_box_desc {
font-family: DM Sans,sans-serif !important;
  font-size: 17px;
  font-weight: normal;
  color: black;
  line-height: 1.5;
  letter-spacing: 0;
  max-width: 85%;
}
.jf_lp_why_box {
  text-align: left !important;
  margin-bottom: 40px !important;
}
.jf_lp_why_box .jf_lp_why_box_title {
font-family: DM Sans,sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #0c293f;
  margin-bottom: 5px;
}


.jf_lp_why_box .span2.widget-span.widget-type-cell {
  width: 70px;
}

#jf_lp_stats .jf_lp_stats_box  .jf_lp_stats_box_desc {
font-family: DM Sans,sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
}
#jf_lp_serv_boxes {
  text-align: center;
  padding: 70px 0px !important;
}
#jf_lp_serv_boxes h3 {
  color: #000;
font-family: DM Sans,sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
  margin-top: 0;
}
#jf_lp_serv_boxes .serv_box_jf_shadow {
  box-shadow: 1px 1px 22px rgba(84,84,84,0.2);
  border-radius: 30px;
  min-height: 436px;
  margin-bottom: 40px;
  overflow: hidden;
}
#jf_lp_serv_boxes .serv_box_jf_shadow img {
  width: 100%;
}
#jf_lp_serv_boxes .serv_box_jf_shadow .serv_box_jf_shadow_title {
  padding: 20px;
}
#jf_lp_serv_boxes .serv_box_jf_shadow .serv_box_jf_shadow_title h3 {
font-family: DM Sans,sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #0c293f;
  line-height: 34px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#jf_lp_serv_boxes .serv_box_jf_shadow .serv_box_jf_shadow_desc {
font-family: DM Sans,sans-serif !important;
  font-size: 17px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

#jf-testimonials-lp {
  text-align: center;
  padding: 80px 0px;
}
#jf-testimonials-lp .hs_cos_wrapper_type_icon {
  margin-bottom: 40px;
  background-color: transparent;
}
#jf-testimonials-lp .hs_cos_wrapper_type_icon svg {
  fill: #006ec7;
  width: 60px !important;
  height: 60px !important;
  font-size: 50px !important;
}

#jf-testimonials-lp .testimonial-content-jf-lp {
font-family: DM Sans,sans-serif !important;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgba(0,0,0,0.99);
  max-width: 950px;
  margin: 0 auto !important;
  float: none;
  padding-bottom: 40px;
}
#jf-testimonials-lp  .testimonial-authorname-jf-lp {
font-family: DM Sans,sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #0c293f;
  margin-bottom: 10px;
}
#jf-testimonials-lp .testimonial-authorcompany-jf-lp {
font-family: DM Sans,sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  color: #000000;
}
#herolp_right .hs_cos_wrapper_type_form form label {
font-family: DM Sans,sans-serif !important;
  color: #33475b;
  font-size: 14px;
  line-height: 24px;
}
#herolp_right .hs_cos_wrapper_type_form form input {
  box-shadow: initial !important;
  border: 1px solid #007ace75 !important;
  padding: 8px 7px !important;
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 0 !important;
}
#herolp_right .hs_cos_wrapper_type_form form textarea {
  box-shadow: initial !important;
  border: 1px solid #007ace75 !important;
  padding: 8px 7px !important;
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 0 !important;
}
#herolp_right {
  padding-left: 0;
  border-radius: 30px !important;
  overflow: hidden;
  width: 40%;
  float: right !important;
}
#herolp_right .title-form-request {
  text-align: center;
}
#herolp_right .title-form-request h2 {
  background-color: #007ace;
font-family: DM Sans,sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 20px 7px;
  margin: 0;
}
#herolp_right .title-form-request h3 {
  background-color: #007ace;
font-family: DM Sans,sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 20px 7px;
  margin: 0;
}
#footerjf-lp {
  text-align: center;
  padding: 20px 0px;
}

#footerjf-lp {
  text-align: center;
  padding: 20px 0px;
}
#footerjf-lp .footer-lp-bold-text {
font-family: DM Sans,sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #222222;
}
#footerjf-lp  .footer-lp-normal-text {
 font-family: DM Sans,sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
  color: #222222;
}



#herolp_right .hs_cos_wrapper_type_form {
}
#herolp_right .hs_cos_wrapper_type_form form {
background-color: #007ace1c !important;
  padding: 40px;
}


#herolp_jf-left .span2.widget-span.widget-type-cell {
  width: 60px !important;
}
#herolp_jf .hero_list_title {
font-family: DM Sans,sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.top-header-right-title {
  text-align: right;
}
.top-header-right-title span {
  display: block;
  color: #000000;
  display: block;
font-family: DM Sans,sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  text-align-last: right;
}
#headerlp {
  padding: 15px 0px;
}
#headerlp .top-header-right-button {
  text-align: right;
  margin-top: 10px;
}
#headerlp .top-header-right-button a {
  display: inline-block;
font-family: DM Sans,sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 50px;
  text-decoration: none;
  background-color: #f00 !important;
}



.body-container-wrapper ol li {
  position: relative;
}
.body-container-wrapper ol li:before {
  content: "\f00c";
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  line-height: 1.4;
  color: #007ACE ;
}


.about-page .widget-type-rich_text h3 {
  margin-bottom: 0;
}

.about-page .widget-type-rich_text h4 {
  margin: 0;
}

.about-page .widget-type-linked_image img {
  display: block;
  margin: 5px auto 5px auto;
}

.about-page .widget-type-rich_text hr {
  border-color: #dcdcdc;
  margin-bottom: 45px;
  margin-top: 45px;
}

.about-page .banner_wrap .subtitle {
  font-size: 18px;
  line-height: 1.5;
}

.location-page form span.hs-form-required{
  opacity: 0;
}

.home-page .widget-type-rich_text h2 {
  font-weight: 700;
}

.home-page .widget-type-rich_text h5 {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 1.5em;
}

.home-page .widget-type-rich_text .hs_cos_wrapper div>ul {
  list-style-type: none;
  margin-left: 0em;
  padding-left: 0px;
  margin-bottom: 0;
}

.home-page .widget-type-rich_text .hs_cos_wrapper div>ul li {
  position: relative;
  margin-top: 20px;
  font-size: 18px;
  padding: 0px 30px;
  color: #B6CFE8;
  float: left;
  line-height: 24px;
}

.home-page .widget-type-rich_text .hs_cos_wrapper div>ul li::before {
  border: 1px solid #FFFFFF;
  background-color: #fff;
  border-radius: 50%;
  padding: 4px;
  color: #007ACE;
  content: "\f00c";
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.home-page .widget-type-rich_text h6 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

.home-page .hs_cos_wrapper_type_module>.hs-button {
  margin-top: 40px;
  line-height: 1.33;
  margin-bottom: 1.5em;
}

.home-page .widget-type-linked_image::before {
  position: absolute;
  top: 70px;
  content: url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/images/sc6-bg-element-ebook-manawa.svg);
  left: -55px;
}

.home-page .widget-type-linked_image {
  position: relative;
}

.home-page .widget-type-form form h5 {
  text-align: center;
  color: #fff;
}

.home-page .widget-type-form form .hs-richtext {
  margin: 0;
  margin-bottom: 16px;
}

.home-page .widget-type-form form .field {
  margin: 0;
}

.home-page .widget-type-form form label:not(.hs-error-msg) {
  font-size: 14px;
  display: -moz-inline-stack;
  clear: both;
}

.home-page .widget-type-form form .hs-form-required {
  color: #CE443E !important;
  margin-left: 7px;
}

.home-page .widget-type-form form .actions {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
}

.home-page .widget-type-form form .actions input.hs-button {
  width: 100%;
  border-color: #EE7511;
  background-color: #EE7511;
  font-size: 16px;
  margin: 0 0 16px 0;
}


.home-page .widget-type-form form label:not(.hs-error-msg) {
  color: #fff;
}

.hs-home-body .header .header-content {
  background-color: transparent;
  box-shadow: none;
}

.hs-home-body header.header {
  position: absolute;
  width: 100%;
  z-index: 9;
}

.home-page .banner_wrap .banner {
  min-height: 900px;
  overflow: hidden;
  position: relative;
  background-position: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home-page .widget-type-form form .inputs-list>li {
  margin: 0;
}

.home-page .widget-type-rich_text .hs_cos_wrapper div>h1 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 44px;
}

/* .home-page .widget-type-form form label.hs-error-msg ,
.home-page .widget-type-form form label.hs-main-font-element{
max-width: 100%;
margin: 0;
padding: 0 16px 0 0;
padding-right: 16px;
padding-top: 16px;
color: #CE443E;
font-size: .813em;
font-weight: 700;
letter-spacing: normal;
margin-bottom: 6px;
line-height: 24px;
} */

.home-page .widget-type-form form .hs_error_rollup ul.hs-error-msgs label {
  font-weight: 700;
  color: #000000 !important;
  font-size: 16px;
}

.home-page .section-header h2 {
  font-size: 42px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}

.home-page p.secondary-header {
  font-size: 18px;
  line-height: 1.5;
  color: #005AB4;
  margin-bottom: 20px;
}

.home-page .widget-type-form form .hs-input.invalid.error {
  border: 1px solid #790000;
}

.home-page .widget-type-rich_text h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.home-page .widget-type-linked_image img {
  display: block;
  z-index: 2;
  position: relative;
  margin: 5px auto 5px auto;
}

.home-page .widget-type-form form .hs-input {
  padding: 5px 4px;
}

.home-page .widget-type-form {
  border: 1px solid #F5F5F5;
}

.home-page .widget-type-rich_text h2 {
  overflow-wrap: unset;
}


.image-slider .slick-next.slick-arrow,
.image-slider .slick-prev.slick-arrow,
.image-slider .jetpack-slideshow-controls a.button-stop {
  background-image: url(//20547157.fs1.hubspotusercontent-na1.net/hubfs/20547157/raw_assets/public/Manawa_August2022/images/slideshow-controls.png);
} 
body.hs-home-body footer a:focus {
  text-decoration: none;
}

.signup_page form .hs-button {
  transition: none;
}

.location-page {
  margin-top: -1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {  
#formheaderlpjf {
  margin-left: 120px;
  width: 40% !important;
}
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {  
  #formheaderlpjf {
  margin-left: 42px;
  width: 40% !important;
}
#headerlp {
  padding: 15px 30px;
}
  #herolp_jf {
  padding: 50px 30px !important;
}
  #jf-testimonials-lp {
  padding: 60px 30px !important;
}
  #jf_companies_lp {
  padding: 60px 30px !important;
}
  #jf_lp_serv_boxes {
  padding: 60px 30px !important;
}
  #jf_lp_stats {
  padding: 60px 30px !important;
}
  #jf_lp_stats .jf_lp_stats_box .jf_lp_stats_box_heading h4 {
  font-size: 30px !important;
}
  #jf_lp_stats .jf_lp_stats_box {
  padding: 30px !important;
}
  #jf_lp_why {
  padding: 60px 30px !important;
}
  

}
@media only screen and (min-width: 150px) and (max-width: 767px) {
  #formheaderlpjf .underformtext span {
  max-width: 190px !important;
  font-size: 12px !important;
  padding-left: 30px !important;
}
 #formheaderlpjf form .hs_submit.hs-submit input {
  font-size: 14px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
  
 #jplp-steps34 .hs-button {
  font-size: 14px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block !important;
}
  
  #jflpbottomcta-row3 .hs-button {
  display: block !important;
  font-size: 14px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
  
  #jf-lp-proof4 .hs-button {
  font-size: 14px;
}
  
  #jflpbottomcta .lpheronew-stars #starsimage12 {
  display: none !important;
}
  #ratingcustom .row-fluid-wrapper .lpheronew-readreviews {
  margin-bottom: 0 !important;
  position: relative;
  top: 7px;
}
  #jflpbottomcta-row3 .lpheronew-stars.mobilebuttonsbottom #starsimage12 {
  display: block !important;
  display: block !important;
  margin-bottom: 10px !important;
}
  #jflpbottomcta-row3 .lpheronew-stars.mobilebuttonsbottom {
  display: block !important;
}
  #jf-lp-proof1 {
  padding-bottom: 30px !important;
}
  #jf-lp-proof2-col {
  padding:
30px !important;
}
  
 #jf-lp-proof2-col .jplp-steps-content span {
  font-size: 14px !important;
  line-height: 24px !important;
}
  
 #ratingcustom {
  padding-bottom: 10px !important;
}
  
 #jfcolcontacthead {
  display: none;
}
  .span12.widget-span.widget-type-custom_widget.lpheronew-googleimage {
  text-align: center;
}
  .span12.widget-span.widget-type-custom_widget.lpheronew-stars {
  text-align: center;
}
  .span12.widget-span.widget-type-custom_widget.lpheronew-readreviews {
  text-align: center;
}
  #lpheronew h1 {
  text-align: center !important;
  font-size: 30px !important;
  line-height: 40px !important;
}
  #lpheronew span {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
  #lpheronew ul li {
  text-align: left !important;
}
  #lpheronew ul {
  margin:
15px 0;
  padding:
0;
}
  .headertitlejflp h3 {
  font-size: 14px !important;
}
  #jf-lp-proof1 h2 {
  font-size: 30px;
  line-height: 40px;
}
  #jf-lp-proof2-col .span12.widget-span.widget-type-custom_widget.jplp-steps-content {
  min-height: auto !important;
}
  #jffaq {
  padding:
30px !important;
}
  #jflpbottomcta-row2 h3 {
  font-size: 30px;
  line-height: 40px;
}
  #jffaq h2 {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
  .faq-section {
  margin-top: 50px;
}
  #jplp-steps h2 {
  font-size: 30px;
  line-height: 40px;
}
 #herolpnew {
  padding: 30px !important;
}
  
  #herolpnew h1 {
  font-size: 30px;
  line-height: 40px;
}
  
  
#headerlp {
  padding: 10px 20px;
  text-align: center;
}
  .top-header-right-title span {
  text-align: center !important;
  display: block !important;
  text-align-last: center !important;
}
  #headerlp .top-header-right-button {
  margin-top: 10px;
  text-align: center;
}
  #herolp_jf h1, #herolp_jf h2 {
  font-size: 24px !important;
  line-height: 34px !important;
}
  #herolp_jf {
  padding: 50px 20px !important;
}
  #herolp_right {
  width: 100% !important;
}
  #herolp_right .title-form-request h2, #herolp_right .title-form-request h3 {
  font-size: 16px !important;
  line-height: 26px !important;
}
 #jf-testimonials-lp {
  padding: 60px 20px !important;
}
 #jf_companies_lp {
  padding: 40px 20px !important;
}
  #jf_companies_lp h3 {
  font-size: 24px;
  line-height: 34px;
}
  #jf_lp_serv_boxes {
  padding: 40px !important;
}
  #jf_lp_serv_boxes h3 {
  font-size: 24px !important;
  line-height: 34px !important;
}
  #jf_lp_serv_boxes .serv_box_jf_shadow {
  min-height: auto !important;
}
 #jf_lp_stats {
  padding: 40px !important;
}
  #jf_lp_stats h3 {
  font-size: 24px;
  line-height: 34px;
}
  #jf_lp_stats .jf_lp_stats_box {
  margin-bottom: 30px !important;
}
  #jf_lp_why {
  padding: 40px !important;
}
  #jf_lp_why h3 {
  font-size: 24px;
  line-height: 34px;
}
  
  
  
}

@media (max-width: 991px){
  .home-page .widget-type-rich_text h1 {
    margin-top: 40px;
  }
  .home-page .widget-type-rich_text .hs_cos_wrapper div>ul {
    margin-left: 2.5em;
  }
  .home-page .widget-type-rich_text h1 {
    text-align: center;
  }
  .home-page .widget-type-rich_text h6 {
    text-align: center;
  }
  .home-page .widget-type-rich_text p {
    text-align: center;
  }
  .home-page .section-header h2,
  .home-page p.secondary-header{
    text-align:center;
  }
  .home-page .section-header h2 {
    margin-top: 40px;
  }
}


@media (max-width: 767px) {
  .body-container-wrapper ol {
    margin: 10px auto;
    padding-left: 24px;
  }
  .about-page .widget-type-rich_text div h3 {
    text-align: center;
  }
  .about-page .widget-type-rich_text div h4 {
    text-align: center;
  }
  .about-page .widget-type-rich_text div p {
    text-align: center;
  }
  .about-page .widget-type-linked_image img {
    margin-bottom: 0px;
  }
  .home-page .banner_wrap .banner {
    background-position: center;
    min-height: 864px;
  }
  .home-page .widget-type-rich_text h1 {
    font-size: 28px;
  }
  .home-page .widget-type-rich_text .hs_cos_wrapper div>ul {
    margin-bottom: 10px;
  }
  .home-page .widget-type-rich_text h2 {
    text-align: center;
  }
  .home-page .widget-type-rich_text h5 {
    text-align: center;
  }
  .home-page .widget-type-rich_text .hs_cos_wrapper div>ul li:first-child {
    margin-top: 0;
  }
  .home-page .widget-type-rich_text .hs_cos_wrapper div>ul::before,.home-page .widget-type-rich_text .hs_cos_wrapper div>ul::after {
    content: '';
    display: table;
  }
  .home-page .widget-type-rich_text .hs_cos_wrapper div>ul::after {
    clear: both;
  }
  .home-page .widget-type-rich_text div>h1 {
    font-size: 33px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .home-page .widget-type-form form .hs-input {
    margin-top: 12px;
  }
  .home-page .widget-type-form form .hs_email .hs-input {
    margin-top: 8px;
  }
  .home-page .widget-type-form form .hs-input {
    min-height: unset;
  }
  .home-page .widget-type-form form .hs-submit {
    margin-bottom: 16px;
  }
  .home-page .widget-type-rich_text .hs_cos_wrapper div>h1 {
    font-size: 33px;
  }
  .home-page .widget-type-rich_text h5 br {
    display: none;
  }
  .home-page .section-header h2 {
    font-size: 28px;
  }
}


@media only screen and (max-width: 641px){
  .home-page .widget-type-form form .field {
    margin-bottom: 8px;
    display: block;
  }
  .home-page .widget-type-form form .actions input.hs-button {
    line-height: 2;
    min-height: 2rem;
  }
  .home-page .widget-type-form form .hs-input {
    line-height: 2;
    min-height: 2rem;
  }
}


@media (max-width: 575px) {
  .website_page .widget-type-rich_text img {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}








.location-page .hs-search-field form {
  margin-bottom: 0;
  margin-top: 5px;
  position: relative;
}

.location-page .hs-search-field form input.hs-search-field__input {
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: auto;
  margin: 0;
  font-weight: lighter;
  font-size: 13px;
  background-color: #fff;
  line-height: 1;
  margin-bottom: 0;
  padding: 4px 14px;
  min-height: 30px;
}

.location-page .hs-search-field form button {
  background: none repeat scroll 0 center transparent;
  border: 0 none;
  color: #BEBEBE;
  position: absolute;
  right: 0;
  top: 0;
  white-space: normal;
  box-shadow: none;
  vertical-align: baseline;
  -o-transition: all .3s linear .01s;
  cursor: pointer;
  transition: all .3s linear .01s;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  width: auto;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
}

.location-page .hs-search-field form button .hs_cos_wrapper svg {
  display: none;
}

.location-page .hs-search-field form button::before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.location-page .block h3 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.location-page .block h3 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.location-page .block h3::after {
  background: #303030 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin-top: 10px;
  width: 26px;
}

.location-page .block ul {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}

.location-page .block ul li {
  border: 0 none;
  padding: 5px 0;
  list-style: none;
  line-height: 24px;
}

.location-page .block ul li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  padding: 7px 0;
  color: #333;
}

.location-page .block ul li a:hover,
.location-page .block ul li a:focus{
  color: #007ace;
}


.location-page .form-title::after {
  background: #303030 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin-top: 10px;
  width: 26px;
}

.location-page form label {
  float: left;
  margin: 5px 20px 20px 0;
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}

.location-page form input.hs-input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  display: block;
  min-height: 40px;
  width: 100%;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.location-page form .field {
  margin: 0;
}

.location-page form .hs-button {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  border-color: #007ACE;
  background-color: #007ACE;
  color: #FFFFFF;
  border-radius: 3px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 24px;
  transition: none;
  border-width: 2px;
  box-shadow: none;
}

.location-page form .hs-button:hover,
.location-page form .hs-button:focus {
  border-color: #005AB4;
  background-color: #005AB4;
}

.location-page .widget-type-post_filter select#tinynav1 {
  display: none;
}

.location-page .widget-type-post_filter .block ul.l_tinynav2 {
  display: none;
}

.location-page .widget-type-post_filter select {
  margin: 10px 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.location-page .form-title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.location-page form .actions {
  padding: 0;
}
.location-page .cm_address_wid_map .contact_info ul li.email span {
  display: none;
}

.location-page .widget-type-rich_text h1 {
  line-height: 1.2em;
}

.location-page form .hs-error-msg, .newsletter-page form ul.hs-error-msgs label {
  float: none;
}

.location-page .widget-type-form form label.hs-main-font-element {
  float: none;
}
#jflpclients {
  display: block;
}
#lpheronew .hidedesktop .splide__slide--image {
  filter: brightness(0.8) invert(01);
}
#lpheronew .hidedesktop {
  padding-top: 0px;
  padding-bottom: 30px !important;
}
#lpheronew .hidedesktop {
display:none;
}
#lpheronew .hidedesktop .splide__arrow svg {
  fill: #fff !important;
}
#lpheronew .hidedesktop .splide__arrow {
  background:
transparent !important;
}
#lpheronew .hidedesktop .splide__arrow.splide__arrow--prev {
  left: -20px !important;
}
#lpheronew .hidedesktop .splide__arrow.splide__arrow--next {
  right: -20px !important;
}


@media (max-width: 767px) {
  #lpheronew .hidedesktop {
display:block;
}
  #jflpclients {
  display: none;
}
  .lpheronew-googleimage img {
  max-width: 20px !important;
}
  .lpheronew-stars #starsimage12 img {
  width: 90px !important;
}
#jflococol {
  text-align: center;
}
#lpheronew {
  padding:
40px !important;
}
 #formheaderlpjf {
  margin-left: 0 !important;
  width: 100% !important;
  margin-top: 60px !important;
}
 #jflpclients {
  text-align: center !important;
}
 #jflpclients .splide__slide--image {
  height: 40px;
  padding:
10px;
  width: auto !important;
}
 #jplp-steps {
  padding:
40px !important;
}
  
 #stepsbox {
  margin-bottom: 40px;
}
  #jfincluded-left {
  padding:
40px;
}
 #jfincluded .hs-image-widget {
  height: auto !important;
  object-fit: cover;
}
  #cta143176 {
  display: none !important;
}
  #reviewimagehead img {
  border-radius:
20px;
  max-width: 100% !important;
}
 #jf-lp-proof {
  padding:
40px !important;
}
 #jf-lp-proof2-col {
  margin-bottom: 10px !important;
}
#jffaq {
  padding:
60px 0;
  background-color: #e3f0f8;
}
  
 #jflpbottomcta {
  padding:
40px !important;
}
 #footercopy1 {
  text-align: center;
}
 #footercopy2 {
  text-align: center !important;
}
 #footercopy3 {
  text-align: center;
} 
  
  
  
}

.thankyoubody h1 {
  margin-left: -8px;
}