*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


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

.dnd-section[class*="force-full-width-section"] {
  padding: 0;
}
@font-face {
	font-family: 'BankGothic Bold';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://7576425.fs1.hubspotusercontent-na1.net/hubfs/7576425/Millennium_February2023/fonts/bankgothic_bold.eot') format('embedded-opentype'),
		url("https://7576425.fs1.hubspotusercontent-na1.net/hubfs/7576425/raw_assets/public/Millennium_February2023/fonts/bankgothic_bold.woff2")  format('woff2'),
			url("https://7576425.fs1.hubspotusercontent-na1.net/hubfs/7576425/raw_assets/public/Millennium_February2023/fonts/bankgothic_bold.woff")  format('woff'),
				url("https://7576425.fs1.hubspotusercontent-na1.net/hubfs/7576425/raw_assets/public/Millennium_February2023/fonts/bankgothic_bold.ttf")  format('truetype'),
					url("https://7576425.fs1.hubspotusercontent-na1.net/hubfs/7576425/raw_assets/public/Millennium_February2023/fonts/bankgothic_bold.svg") format('svg');
						}

@font-face{
	font-family:elementskit;
	src:url("https://7576425.fs1.hubspotusercontent-na1.net/hubfs/7576425/raw_assets/public/Millennium_February2023/fonts/elementskit.woff") format("woff");
		font-weight:400;
		font-style:normal;
		font-display:swap
		}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://7576425.fs1.hubspotusercontent-na1.net/hubfs/7576425/Millennium_February2023/fonts/fa-solid-900.eot) format("embedded-opentype"),
		url("https://7576425.fs1.hubspotusercontent-na1.net/hubfs/7576425/raw_assets/public/Millennium_February2023/fonts/fa-solid-900.woff2")  format('woff2'),
			url("https://7576425.fs1.hubspotusercontent-na1.net/hubfs/7576425/raw_assets/public/Millennium_February2023/fonts/fa-solid-900.woff")  format('woff'),
				url("https://7576425.fs1.hubspotusercontent-na1.net/hubfs/7576425/raw_assets/public/Millennium_February2023/fonts/fa-solid-900.ttf")  format('truetype'),
					url("https://7576425.fs1.hubspotusercontent-na1.net/hubfs/7576425/raw_assets/public/Millennium_February2023/fonts/fa-solid-900.svg") format('svg');
						}

body {
	line-height: 1.55em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

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

/* Paragraphs */

p {
	margin: 0 0 20px;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0 0 20px;
	text-transform: uppercase;
}

h1{
	line-height: 1em;
}

h2{
	line-height:1em;
}

h3{
	line-height: 1.2em;
}

h4{
	line-height: 1em;
}

h5{
	line-height: 1.42em;
}

h6{
	line-height: 1.89em;
}

/* Lists */

ul,
ol {
	margin: 15px 0 15px 20px;
	padding: 0;
}

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

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

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}

.body-container-wrapper .dnd-section>.row-fluid {
	padding: 10px;
}

body.no-banner header.header {
	background-color: rgba(0,0,0,0.54);
}


@media screen and (max-width: 767.98px){

	.body-container-wrapper  .dnd-section > .row-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;
  display: inline-block;
  width: 90%;
  background-color: #f5f8fa;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 15px;
  outline:none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

ul.no-list.hs-error-msgs label,
.hs-error-msg {
  color: #f2545b;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

ul.no-list.hs-error-msgs > li {
    margin: 0;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-size: 13px;
  line-height: 1;
  font-family: helvetica;
  margin: 0;
  position: relative;
  font-weight: 700;
  border-style: solid;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/*  */

.form-title {
  font-family: "BankGothic Bold", Sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1em;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-bottom: 20px;
}

form label,
form legend {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  font-size: 11px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header_top {
	background-color: #B52229;
	transition: all 0.3s;
	padding: 6px 0px 6px 0px;
	z-index: 13;
	width: 100%;
	position: relative;
}

.header_top .hs-menu-wrapper > ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.header_top .hs-menu-wrapper > ul > li {
	display: flex;
	position: relative;
}

.header_top .hs-menu-wrapper > ul > li > a {
	box-shadow: none;
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
	transition: .4s;
	white-space: nowrap;
	flex-grow: 1;
	font-family: "Montserrat", Sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 16.8px;
	color: #FFFFFF;
	fill: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	z-index: 1;
}

header.header.lp-header .main_header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header_top .hs-menu-wrapper > ul > li + li {
	margin-left: 38px;
}

.header_top .hs-menu-wrapper > ul > li > a:after {
	display: block;
	position: absolute;
	content: "";
	transition: .3s;
	opacity: 0;
	background-color: #fff;
}

.header_top .hs-menu-wrapper > ul > li > a:before {
	top: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
	right: 100%;
	content: "";
	transition: .3s;
	display: block;
	position: absolute;
	opacity: 0;
}

.header_top .hs-menu-wrapper > ul > li.active-branch > a,
.header_top .hs-menu-wrapper > ul > li.active > a,
.header_top .hs-menu-wrapper > ul > li > a:hover {
	color: #B52229;
}

.header_top .hs-menu-wrapper > ul > li.active-branch > a:after,
.header_top .hs-menu-wrapper > ul > li.active > a:after,
.header_top .hs-menu-wrapper > ul > li.active-branch > a:before,
.header_top .hs-menu-wrapper > ul > li.active > a:before,
.header_top .hs-menu-wrapper > ul > li > a:hover:before, 
.header_top .hs-menu-wrapper > ul > li > a:hover:after {
	transform: scale(1);
}

.header_top .hs-menu-wrapper > ul > li.active-branch > a:before,
.header_top .hs-menu-wrapper > ul > li.active > a:before,
.header_top .hs-menu-wrapper > ul > li > a:hover:before {
	right: 0;
	opacity: 1;
}

.main_header {
	padding: 0 40px;
	transition: all 0.3s;
}

.main_header .content-wrapper {
	max-width: 100%;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
	padding:0;
}

.header_logo_wrp {
	width: 20%;
	position: relative;
	min-height: 1px;
	display: flex;
}

header.header {
	border: 0;
	position: fixed;
	top: 0;
	background: rgba(255,255,255,.02);
	transition: all 0.3s ease-in-out;
	left: 0;
	right: 0;
	z-index: 111;
}

.mobile-trigger {
	display: none;
}

.searchPanel {
	display: none;
}

.header_menu_wrp {
	width: 59.332%;
	min-height: 1px;
	display: flex;
}

.header_right_sidebar {
	width: 20%;
	position: relative;
	min-height: 1px;
	display: flex;
}

.header_menu_wrp .hs-menu-wrapper > ul {
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.header_menu_wrp .hs-menu-wrapper > ul > li {
	padding: 15px 0;
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	line-height: normal;
}

.header_menu_wrp .hs-menu-wrapper > ul > li > a {
	padding: 12px;
}

.header_menu_wrp .hs-menu-wrapper ul li a {
	font-family: "Montserrat",Sans-serif;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
	color: #fff;
	line-height: 20px;
	display: flex;
	align-items: center;
}

.header_menu_wrp .hs-menu-wrapper ul li a:before {
	content: "";
	transition: 0.3s;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	z-index: -1;
	background-color: #B52229;
	position: absolute;
	display: block;
	opacity: 0;
}

.header_menu_wrp .hs-menu-wrapper ul li a:hover:before {
	opacity: 1;
	width: 100%;
}

.header_menu_wrp .hs-menu-wrapper > ul > li + li {
	margin-left: 38px;
}

.header_menu_inn {
	padding: 0px 15px 0px 15px;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	align-content: center;
	align-items: center;
}

.header_menu_wrp .hs-menu-wrapper > ul:after {
	content: " ";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.main_menu {
	width: 100%;
}

.header_right_sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	height: 100%;
}

.header_right_sidebar_inn {
	width: 100%;
}

.header_right_sidebar ul li + li {
	margin-left: 30px;
	line-height: 0;
}

.header_right_sidebar ul li svg {
	max-width: 18px;
	vertical-align: middle;
}

.header_right_sidebar ul li a {
	color: #FFFFFF;
	font-size: 18px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	outline: 0;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header_right_sidebar ul li a svg {
	fill: #fff;
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.header_right_sidebar ul li a:hover svg {
	fill: #B52229;
}

.header_logo_inn {
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	align-content: center;
	align-items: center;
	line-height: 0;
}

.header_menu_wrp .hs-menu-wrapper > ul  ul.hs-menu-children-wrapper {
	top: calc(100% + 20px);
	min-width: 245px;
	background-color: #111111;
	border: 1px solid #312F30;
	position: absolute;
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.3s;
	left:0;
}

.header_menu_wrp .hs-menu-wrapper > ul ul.hs-menu-children-wrapper:before {
	content: "";
	background-color: #111111;
	border:1px solid #312F30;
	border-right: 0;
	border-bottom: 0;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 20px;
	top: -6px;
	transform: rotate(45deg);
}

.header_menu_wrp .hs-menu-wrapper > ul ul.hs-menu-children-wrapper > li:not(:last-child) {
	border-bottom: 1px solid #312F30;
}

.header_menu_wrp .hs-menu-wrapper > ul ul.hs-menu-children-wrapper > li a {
	font-family: "Montserrat",Sans-serif;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
	color: #fff;
	padding: 20px;
	z-index: 1;
}

.header_menu_wrp .hs-menu-wrapper > ul ul.hs-menu-children-wrapper li a:hover:before {
	opacity: 1;
	width: 100%;
}

.header_menu_wrp .hs-menu-wrapper ul ul li:hover > a:before {
	opacity: 1;
	width: 100%;
}

.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li a:hover {
	color: #fff;
	border-left: 0;
	background: transparent;
	z-index: 1;
}

.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li.hs-item-has-children:after {
	content: "";
	background-color: transparent!important;
	background-image: url(https://www.mymillennium.us/wp-content/uploads/2022/12/white-arrow-link.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 22px;
	height: 16px;
	-webkit-transform: translateX(-10px) translateY(-50%);
	-ms-transform: translateX(-10px) translateY(-50%);
	transform: translateX(-10px) translateY(-50%);
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
	-o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
	transition-timing-function: cubic-bezier(.58,.3,.005,1);
	z-index: 1;
	pointer-events: none;
}

.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li.hs-item-has-children:hover:after {
	-webkit-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
	opacity: 1;
}

.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper ul {
	right: auto;
	margin-left: 0;
	left: 100%;
	top: calc(100% + 20px);
}

.header_menu_wrp .hs-menu-wrapper>ul ul ul.hs-menu-children-wrapper:before {
	display: none;
}


/* popup form */

.cm-search-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.cm-search-popup-wrap.active_search .cm-search-overlay {
	background-color: rgba(0,0,0,.87);
	padding-bottom: 100%;
	border-radius: 100%;
	overflow: hidden;
	-webkit-animation: menu-animation .8s ease-out forwards;
	animation: menu-animation .8s ease-out forwards;
	opacity: 0.9;
	height: 100vh;
}

@-webkit-keyframes menu-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(.04) translateY(300%);
		transform: scale(.04) translateY(300%)
	}

	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
		-webkit-transition: ease-out;
		transition: ease-out
	}

	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.02) translateY(0);
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(2) translateY(0);
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(.04) translateY(300%);
		transform: scale(.04) translateY(300%)
	}

	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
		-webkit-transition: ease-out;
		transition: ease-out
	}

	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.02) translateY(0);
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(2) translateY(0);
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

.cm-search-popup-inn {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden;
	height: 100vh;
}

button.popup-close {
	text-transform: uppercase;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	height: 44px;
	color: #fff;
	line-height: 44px;
	width: 44px;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	margin: 20px;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
	position: fixed;
	border: 2px solid #fff;
}

.active_search button.popup-close {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.cm-search-popup {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	opacity: 1;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.cm-search-popup:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.searchPanel_wrp {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
	cursor: auto;
	max-width: 920px;
	width: 100%;
}

.searchPanel {
	opacity: 0;
	-webkit-transition: all 1s ease .8s;
	transition: all 1s ease .8s;
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
	display: block;
}

.active_search .searchPanel {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.cm-search-panel {
	max-width: 800px;
	margin: 1.75rem auto;
}

.cm-search-panel form.search-group {
	position: relative;
}

.cm-search-panel form.search-group input.search-field {
	font: inherit;
	margin: 0;
	-webkit-appearance: none;
	-moz-outline: none;
	outline: 0;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.8;
	display: inline-block;
	min-height: 40px;
	height: 70px;
	background-color: transparent;
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
	padding: 0 30px;
	width: 100%;
}

.cm-search-panel form.search-group button.search-button {
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	font-family: "BankGothic Bold", Sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	background-color: transparent;
	border: 0;
	padding: 0;
	color: #fff;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	width: 70px;
	border-radius: 0 50px 50px 0;
}

.cm-search-panel form.search-group button.search-button svg {
	stroke: #FFFFFF;
	fill: #FFFFFF;
	stroke-width: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cm-search-panel form.search-group input.search-field:not([type=submit])::placeholder {
	color: #fff;
	opacity: 1;
}

.cm-search-popup-wrap {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.cm-search-popup-wrap.active_search {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

button.popup-close:hover {
	color: #B52229;
	border-color: #B52229;
	background: transparent;
}

button.popup-close:focus {
	color: #fff;
	background-color: #B52229;
	border: 2px solid #fff;
}

body.open_search {
	overflow: hidden;
}

.animated {
	animation-duration: 1.25s;
}

.header_right_sidebar ul > li {
	line-height: 0;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0,100%,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

/* Header Fixed */

.fix-header header.header {
	position: fixed;
	background-color: rgba(17,17,17,.5);
	-webkit-backdrop-filter: blur(11px);
	backdrop-filter: blur(11px);
	z-index: 114;
}

.fix-header .header_top {
	padding: 1px;
}

.fix-header .header_top .hs-menu-wrapper>ul {
	height: 0;
}

.fix-header .header_top .hs-menu-wrapper>ul li > a {
	display: none;
}

.header_right_sidebar ul li svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}


.banner-section,
.body-container-wrapper,
header {
	position: relative;
	z-index: 9;
}

.body-container-wrapper {
	background: #FFFFFF;
}

.d-flex {
    display: none;
}

.header_menu_wrp .hs-menu-wrapper > ul > li > ul  li.active-branch > a:before,
.header_menu_wrp .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper li.active > a:before,
.header_menu_wrp .hs-menu-wrapper > ul > li > ul > li.active-branch > a:before,
.header_menu_wrp .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li.active > a:before,
.header_menu_wrp .hs-menu-wrapper > ul > li.active-branch > a:before,
.header_menu_wrp .hs-menu-wrapper > ul > li.active > a:before {
	width: 100%;
	opacity: 1;
}

.header_right_sidebar_inn > div {
    height: 100%;
}

@media (min-width:1025px) {

	.custom-mobile-menu {
		display: none;
	}

	.header_menu_wrp .hs-menu-wrapper > ul > li:hover > ul.hs-menu-children-wrapper {
		opacity: 1;
		visibility: visible;
		top: calc(100% + 0px);
		pointer-events: auto;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper > li.hs-item-has-children:hover >.hs-menu-children-wrapper {
		opacity: 1;
		visibility: visible;
		top: -1px;
		pointer-events: auto;
		left: 100%;
	}
}

@media screen and (max-width: 1699.98px){

	.header_top .hs-menu-wrapper>ul>li+li,
	.header_menu_wrp .hs-menu-wrapper>ul>li+li{
		margin-left: 25px; 
	}

}

@media screen and (max-width: 1599.98px){

	.header_top .hs-menu-wrapper>ul>li+li,
	.header_menu_wrp .hs-menu-wrapper>ul>li+li{
		margin-left: 10px; 
	}

}

@media screen and (min-width: 1367px) and (max-width: 1499.98px){

	.header_top .hs-menu-wrapper>ul>li+li,
	.header_menu_wrp .hs-menu-wrapper>ul>li+li{
		margin-left: 6px; 
	}

}

@media screen and (max-width: 1399.98px){

	.header_top .hs-menu-wrapper>ul>li+li,
	.header_menu_wrp .hs-menu-wrapper>ul>li+li{
		margin-left: 2px; 
	}

	.header_right_sidebar ul li+li{
		margin-left: 20px; 
	}

}

@media screen and (max-width: 1366.98px){

	.header_menu_wrp .hs-menu-wrapper > ul > li > a{
		padding: 6px 6px;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li a,
	.header_menu_wrp .hs-menu-wrapper > ul li a{
		font-size: 12px;
	}

	.header_logo_inn img#standard-logo {
		max-width: 120px;
	}

	.header_menu_wrp .hs-menu-wrapper>ul>li{
		padding:12px 0;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li a{
		padding:15px;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li.hs-item-has-children:after{
		width: 16px;
		height: 11px;
		right: 8px;
	}

	button.popup-close {
		width: 34px;
		height: 34px;
		line-height: normal;
		display: flex;
		align-items: center;
		justify-content: center;
	}

}

@media (max-width: 1366px){

	.header_right_sidebar ul li a{
		font-size:14px;
	}

}


@media (max-width: 1366px) and (min-width: 768px){

	.header_right_sidebar,
	.header_logo_wrp{
		width:15%;
	}

	.header_menu_wrp{
		width:70%;
	}

}

@media screen and (max-width: 1024.98px){

	.main_header {
		padding: 10px 15px;
	}

	.header_menu_wrp {
		order: 3;
		width: auto;
	}

	.header_right_sidebar {
		width: auto;
		margin-left: auto;
	}

	.main_menu .hs-menu-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background: #111;
		width: 100%;
		max-width: 350px;
		left: -390px;
		position: fixed;
		height: 100vh;
		border-right: 1px solid #343434;
		top: 0;
		z-index: 9999;
		transition: all 0.3s ease-in-out;
		max-height: 100%!important;
		transform: none!important;
		margin: 0;
		min-height: 100vh;
		position: fixed;
		flex-flow: column;
	}

	.mobile-trigger {
		display: inline-flex;
		border: 0;
		padding: 0.25em;
		padding-left: 0;
		padding-right: 0;
		font-size: 18px;
		cursor: pointer;
	}

	.header_menu_inn {
		padding: 0px 0px 0px 20px;
	}

	.mobile-trigger svg {
		width: 1em;
		height: auto;
	}

	.header_right_sidebar ul li a svg {
		max-width: 16px;
	}

	.header_right_sidebar ul li a {
		font-size: 16px;
	}

	.fix-header .main_header {
		padding: 5px 15px;
	}



}

@media (max-width: 1024px) and (min-width: 768px){

	.header_logo_wrp{
		width:30%;
	}

}

@media (max-width:1024px) {

	.custom-desktop-menu {
		display: none;
	}

	.mobile-open .main_menu .hs-menu-wrapper {
		left: 0;
	}

	.header_menu_wrp .hs-menu-wrapper>ul {
		display: block;
		margin: 0;
		height: 100%;
	}

	.header_menu_wrp .hs-menu-wrapper>ul>li {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #312F30;
		padding: 0;
		position: relative;
		margin: 0;
	}

	.header_menu_wrp .hs-menu-wrapper>ul>li>a {
		padding: 15px;
		background: transparent;
		font-size: 14px;
		width: 100%;
	}

	.header_menu_wrp .hs-menu-wrapper>ul>li+li {
		margin: 0;
	}

	.header_menu_wrp .hs-menu-wrapper>ul>li.hs-item-has-children:before {
		z-index: 2;
		right: 16px;
		width: 10px;
		height: 10px;
		top: 21px;
		position: absolute;
		margin-left: 5px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		border: 2px solid #fff;
		border-left: 0;
		border-bottom: 0;
		display: block!important;
		content: '';
		background: transparent;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		position: fixed;
		box-shadow: none;
		display: block;
		top: 0!important;
		left: -390px;
		right: auto;
		width: 350px;
		height: 100vh;
		z-index: 10;
		-webkit-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
		min-width: auto!important;
		border: 0;
		border-right: 1px solid #343434;
		margin: 0;
		pointer-events: auto;
	}

	.header_menu_wrp .hs-menu-wrapper>ul>li.child-open > ul.hs-menu-children-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
		top: 0!important;
	}

	.header_menu_wrp .hs-menu-wrapper > ul > li > a:before {
		display: none;
	}

	.child-trigger {
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
		height: 100%;
		cursor: pointer;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li.dl-back > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 16px;
		color: #fff;
		padding: 12px 15px;
		font-family: "BankGothic Bold",Sans-serif;
		text-transform: uppercase;
		position: relative;
		background: #b52229;
		line-height: normal;
		border-bottom: 1px solid #312F30;
		padding-left: 36px;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li.dl-back > a:before {
		left: 10px;
		z-index: 2;
		right: 10px;
		width: 10px;
		height: 10px;
		top: 15px;
		position: absolute;
		margin-left: 5px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border: 2px solid #fff;
		border-right: 0;
		border-bottom: 0;
		display: block!important;
		content: '';
		opacity: 1;
		background-color: transparent;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li a {
		font-size: 14px;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li.dl-back {
		border: none;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li {
		border-bottom: 1px solid #312F30;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li.hs-item-has-children > a:before {
		z-index: 2;
		right: 16px;
		width: 10px !important;
		height: 10px;
		top: 21px;
		position: absolute;
		margin-left: 5px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		border: 2px solid #fff;
		border-left: 0;
		border-bottom: 0;
		display: block!important;
		content: '';
		background: transparent!important;
		opacity: 1;
		left: auto;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li.hs-item-has-children:after {
		display: none;
	}

	.d-flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 16px;
		color: #fff;
		padding: 12px 15px;
		font-family: "BankGothic Bold",Sans-serif;
		text-transform: uppercase;
		position: relative;
		background: #b52229;
		line-height: normal;
		border-bottom: 1px solid #312F30;
	}

	.menu-close {
		background: #fff;
		cursor: pointer;
		height: 41px;
		justify-content: center;
		left: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		z-index: 991;
		transition: all .3s ease-in-out;
		opacity: 0;
		pointer-events: none;
	}

	.menu-close svg {
		width: 14px;
		display: block;
		margin: 0 auto;
		height: 100%;
	}

	.mobile-open .menu-close {
		left: 350px;
		opacity: 1;
		pointer-events: auto;
	}

	.mobile-menu-overlay {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: calc(100vh + 100px);
		background-color: rgba(0,0,0,.8);
		opacity: 0;
		visibility: hidden;
		z-index: 99;
	}

	.mobile-open .mobile-menu-overlay {
		opacity: 1;
		visibility: visible;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li.child-open.hs-item-has-children > ul {
		left: 0;
	}

	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li.hs-item-has-children > ul {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		position: fixed;
		box-shadow: none;
		display: block;
		top: 0!important;
		left: -390px;
		right: auto;
		width: 350px;
		height: 100vh;
		z-index: 10;
		-webkit-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
		min-width: auto!important;
		border: 0;
		border-right: 1px solid #343434;
		margin: 0;
	}

	.header_menu_wrp .hs-menu-wrapper>ul li.active-branch,
	.header_menu_wrp .hs-menu-wrapper>ul li.active {
		background-color: #B52229;
	}


}

@media screen and (max-width: 767.98px){

	.header_right_sidebar ul li+li {
		margin-left: 25px;
	}
	
	.fix-header .main_header {
		padding: 5px 20px;
	}
	
}


@media (max-width:767px) {

	.header_top .hs-menu-wrapper>ul {
		flex-direction: inherit !important;
	}

	.header_top .hs-menu-wrapper>ul>li+li {
		margin-left: 2px;
	}
	
	.header_top .hs-menu-wrapper>ul>li>a{
		padding-left: 3px;
		padding-right: 3px;
		font-size: 12px;
	}

	.main_header {
		padding: 10px 20px;
	}

	.header_menu_inn {
		padding: 0px 0px 0px 15px;
	}

	.mobile-trigger {
		font-size: 16px;
	}

}

@media screen and (max-width: 399.98px){
	
	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper,
	.main_menu .hs-menu-wrapper {
		max-width: 300px;
	}
	
	.mobile-open .menu-close{
		left: 300px;
	}
	
}

@media screen and (max-width: 359.98px){
	
	.header_right_sidebar ul li+li {
		margin-left: 16px;
	}
	
	.header_menu_wrp .hs-menu-wrapper>ul ul.hs-menu-children-wrapper,
	.main_menu .hs-menu-wrapper {
		max-width: 270px;
	}

	.mobile-open .menu-close{
		left: 270px;
	}
	
}
.footer_btm_section {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #FFFFFF26;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px 0px 20px 0px;
	background-color: #0D0D0D;
	position: relative;
}

.footer_btm_section .content-wrapper {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.footer_copyright {
	width: 30%;
}

.footer-btm-link {
	width: 45%;
}

.footer-social_icon {
	width: 24.664%;
}

.footer_btm_section .content-wrapper > div {
	position: relative;
	min-height: 1px;
	display: flex;
}

ul.social_media_list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

ul.social_media_list > li {
	display: inline-block;
	margin: 5px 5px 5px 5px;
	padding: 0;
}

ul.social_media_list > li > a {
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	width: 40px;
	height: 40px;
	line-height: 36px;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
	display: block;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	outline: 0;
	box-shadow: none;
}

ul.social_media_list > li > a:after {
	content: "";
	background: #B52229;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.social_media_list > li > a i {
	font-family: elementskit;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	display: inline-block;
}

.fasicon.icon-facebook::before {
	content: "\eb43";
}

.fasicon.icon-linkedin::before {
	content: "\eb45";
}

.footer-social_icon > div {
	width: 100%;
}

.footer-btm-link > .hs_cos_wrapper_type_menu {
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	padding: 10px;
	align-content: center;
	align-items: center;
}

.footer-btm-link .hs-menu-wrapper {
	width: 100%;
}

.footer-btm-link .hs-menu-wrapper > ul {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.footer-btm-link .hs-menu-wrapper > ul > li {
	display: flex;
	position: relative;
}

.footer-btm-link .hs-menu-wrapper > ul > li > a {
	box-shadow: none;
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 20px;
	transition: .4s;
	color: #FFFFFF;
	fill: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	white-space: nowrap;
	flex-grow: 1;
}

.footer-btm-link .hs-menu-wrapper > ul:after {
	content: " ";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.footer-btm-link .hs-menu-wrapper > ul > li + li {
	margin-left: 6em;
}

.footer_copyright {
	color: #fff;
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
}

.footer .footer_copyright * {
	color: #fff;
}

.footer_copyright .hs_cos_wrapper_type_text > span {
	color: #ED1B24;
	font-weight: 700;
}

.footer_copyright .widget-type-text {
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	padding: 10px;
	align-content: center;
	align-items: center;
}

.footer_social_icons_wrp {
	padding: 10px;
}

.footer_mid_section {
	position: relative;
	width: 100%;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #FFFFFF26;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 60px 0px 40px 0px;
	background-color: #0D0D0D;
}

.footer_mid_row {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.footer-logo-content {
	width: 30%;
	padding: 10px;
	color: #FFFFFF;
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
}

.footer-logo-content .widget-type-logo {
	margin-bottom: 20px;
	line-height: 0;
}

.footer-logo-content .widget-type-rich_text p {
	margin-bottom: 10px;
	line-height: 1.55em;
}

.footer-logo-content .footer-time .widget-type-rich_text p {
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 1.55em;
}

.footer-logo-content .widget-type-rich_text p {
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	line-height: 1.8em;
}

.footer-logo-content .widget-type-rich_text a {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.55em;
	color: #FFFFFF;
}

.footer-menu-wrapper {
	width: 70%;
}

.footer-menu-wrapper .hs-menu-wrapper > ul {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	flex-wrap: nowrap;
	width: 100%;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li {
	width: 50%;
	padding: 10px;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li:last-child {
	width: 33.333%;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li > a {
	color: #999999;
	font-family: "BankGothic Bold", Sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	line-height: 1;
	margin: 0px 0px 20px 0px;
	display: block;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
	position: static !important;
	opacity: 1 !important;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > a {
	box-shadow: none;
	text-decoration: none;
	position: relative;
	line-height: 20px;
	align-items: center;
	color: #fff;
	fill: #fff;
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	padding: 0;
	transition: .4s;
	display: inline-flex;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li + li {
	margin-top: 15px;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li {
	line-height: normal;
	display: block;
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
}

.footer-btm-link .hs-menu-wrapper > ul > li > a:hover,
.footer-logo-content .widget-type-rich_text a:hover,
.footer-menu-wrapper .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > a:hover {
	color: #ED1B24;
}

.footer_top_section {
	padding: 120px 0px 120px 0px;
	position: relative;
	width: 100%;
	background-color: #0D0D0D;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	z-index: 109;
}

.footer_top_section .form-title {
	background-color: transparent;
	color: #FFFFFF;
	font-family: "BankGothic Bold", Sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 25px;
	padding: 0;
	margin: 0;
	font-weight: 600;
	text-align: center;
}

.footer_top_section form {
	margin: 30px 0px 0px 0px;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.footer_top_section form input.hs-input {
	border: 1px solid #ddd;
	vertical-align: middle;
	line-height: 1.8;
	display: inline-block;
	min-height: 40px;
	width: 100%;
	font-family: "Montserrat",Sans-serif;
	font-size: 14px;
	font-weight: 500;
	background-color: #0000;
	border-style: solid;
	border-width: 2px;
	border-color: #312F30;
	padding: 18px 160px 18px 30px;
	border-radius: 0;
	color: #999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer_top_section form input.hs-button {
	margin: 0;
	border: 0;
	background-color: transparent;
	align-self: stretch;
	padding: 15px;
	font-family: "BankGothic Bold", Sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 100%;
	height: 65px;
}

.footer_top_section form .hs_submit {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	height: 100%;
}

.footer_top_section form .hs_submit .actions {
	height: 100%;
}

.footer_top_section form .hs-form-field {
	margin-bottom: 0;
}

ul.social_media_list>li>a:hover:after {
	width: 100%;
}

ul.social_media_list>li>a * {
	color: #fff;
}

#scroll-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0,0,0,.4);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	z-index: 100;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	opacity: 0;
	transition: all.5s ease;
}

#scroll-top.active {
	opacity:1;
}

#scroll-top:hover {
	background-color:#ED1B24;
}


#scroll-top {
	border-radius: 0;
	bottom: 36px;
	background-color: rgba(181,34,41,.8);
	z-index: 110;
}

.scroll-top-right .fa.fa-angle-up {
	line-height: 40px;
}

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

.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-angle-up:before {
	content: "\f106";
}

footer .hs-error-msg,
footer  ul.no-list.hs-error-msgs label {
	font-size: 13px;
	font-weight: 500;
	padding: 13px 24px;
	width: auto;
	line-height: 1.2;
	margin: 0;
	background: #B52229;
	border: 1px solid #B52229;
	color: #fff;
	letter-spacing: normal;
	clear: both;
	font-family: inherit;
	display: inline-block;
	margin-bottom: 20px;
}

footer.footer.lp-footer .footer_btm_section {
	padding-top: 31px;
	padding-bottom: 31px;
}

@media screen and (max-width: 1699.98px){

	.footer-menu-wrapper .hs-menu-wrapper>ul>li>a {
		min-height: 34px;
	}

}

@media screen and (max-width: 1366.98px){

	.footer-menu-wrapper .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li+li {
		margin-top: 10px;
	}

	.footer-logo-content img.hs-image-widget {
		max-width: 200px;
	}

	.footer-btm-link .hs-menu-wrapper>ul>li+li{
		margin-left: 3em;
	}

	.footer-logo-content img.hs-image-widget {
		max-width: 200px;
	}

	.footer-menu-wrapper .hs-menu-wrapper>ul>li>a {
		min-height: 35px;
		margin: 0 0 10px;
	}

}

@media (max-width: 1366px){

	.footer_mid_section {
		padding: 3% 7.5% 3% 7.5%;
	}

	.footer_btm_section {
		padding: 0% 7.5% 0% 7.5%;
	}

	footer.footer .content-wrapper {
		padding: 0;
	}

	.footer_top_section {
		padding: 70px 0px 70px 0px;
	}

	.footer-menu-wrapper .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a {
		font-size: 14px;
	}

	.footer-logo-content .widget-type-rich_text p {
		font-size: 14px;
	}

	.footer-logo-content .widget-type-rich_text a {
		font-size: 14px;
	}

	.footer_top_section form input.hs-button {
		font-size: 14px;
	}

	.footer_copyright {
		font-size: 12px;
	}

	.footer-btm-link .hs-menu-wrapper>ul>li>a {
		font-size: 12px;
	}

	ul.social_media_list>li>a {
		width: 30px;
		height: 30px;
		line-height: 28px;
	}

	ul.social_media_list>li>a i{
		font-size: 14px;
	}

	.footer-address {
		font-size: 14px;
		line-height: 1.55em;
	}

}

@media screen and (max-width: 1200.98px) {

	.footer-btm-link .hs-menu-wrapper>ul>li+li{
		margin-left: 1.5em;
	}

}

@media (max-width: 1200px){

	.footer_copyright{
		line-height:20px;
	}

	ul.social_media_list>li>a {
		width: 34px;
		height: 34px;
		line-height: 34px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

}

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

	.footer-btm-link .hs-menu-wrapper>ul>li+li{
		margin-left: 15px;
	}

}

@media (max-width: 1024px) and (min-width: 768px){

	.footer_copyright{
		width: 33.33%;
	}

	.footer-btm-link{
		width:40%;
	}

	.footer-social_icon{
		width:26.66%;
	}

}

@media screen and (max-width: 1024.98px){

	.footer-btm-link .hs-menu-wrapper>ul>li+li {
		margin-left: 1em;
	}

}

@media (max-width:1024px) {

	.footer_btm_section {
		padding: 30px 20px 30px 20px;
	}

	.footer_mid_section {
		padding: 40px 20px 40px 20px;
	}

	.footer-logo-content,
	.footer-menu-wrapper {
		width: 100%;
	}

	.footer_mid_row {
		flex-wrap: wrap;
	}

	.footer-menu-wrapper .hs-menu-wrapper>ul>li {
		width: 33.33%;
	}

	.footer-menu-wrapper .hs-menu-wrapper>ul>li>a {
		min-height: 25px;
	}

	.footer-logo-content > div:not(:first-child) {
		width: 33.333%;
	}

	.footer-logo-content {
		display: flex;
		position: relative;
		width: 100%;
		flex-wrap: wrap;
		align-content: flex-start;
		margin: 0px 0px 20px 0px;
	}

	.footer-logo-content .widget-type-logo {
		width: 100%;
	}

	.footer-logo-content .widget-type-rich_text p {
		margin: 0;
	}

	.footer-logo-content .footer-time .widget-type-rich_text p {
		margin: 0;
	}

	.footer-address {
		padding: 0 10px;
	}

	.footer-address {
		line-height: 1.55em;
		font-size: 14px;
	}

	.footer-time {
		padding: 0px 10px 0px 13px;
	}

	.footer_top_section {
		padding: 40px 0px 40px 0px;
	}

	.footer_top_section form {
		max-width: 740px;
	}

	.footer_btm_section .content-wrapper {
		flex-wrap: wrap;
	}


}

@media screen and (max-width: 991.98px){

	.footer_btm_section .content-wrapper {
		flex-flow: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.footer_copyright {
		order: 3;
		width: 100%;
	}

	.footer-btm-link {
		width: 100%;
	}

	.footer-social_icon {
		width: 100%;
	}

	.footer_copyright .hs_cos_wrapper_type_text {
		width: 100%;
	}

	ul.social_media_list {
		text-align: center;
	}

	.footer-btm-link .hs-menu-wrapper>ul {
		justify-content: center;
	}
	
	.footer_top_section form{
		max-width: 640px;
	}


}


@media (max-width:767px) {
	
	.footer-btm-link>.hs_cos_wrapper_type_menu {
		padding: 0;
	}

	.footer-btm-link .hs-menu-wrapper>ul>li+li {
		margin: 10px 0 0 0;
	}

	ul.social_media_list {
		text-align: left;
	}

	.footer_social_icons_wrp {
		padding: 20px 0px 0px 0px;
	}

	.footer_social_icons_wrp {
		margin: 0px 0px 0px -5px;
	}

	.footer_copyright .widget-type-text {
		text-align: left;
		padding: 20px 0px 0px 0px;
	}

	.footer-btm-link .hs-menu-wrapper>ul>li>a {
		display: inline-block;
	}

	.footer-btm-link .hs-menu-wrapper>ul {
		text-align: left;
	}

	.footer-menu-wrapper .hs-menu-wrapper>ul>li {
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.footer-menu-wrapper .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li+li {
		font-size: 16px;
	}

	.fixed-section {
		position: static;
	}

	footer.footer {
		margin-bottom: 0 !important;
	}

	.footer-menu-wrapper .hs-menu-wrapper>ul>li>a {
		min-height: auto;
		display: inline-block;
	}

	.footer-menu-wrapper .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
		margin: 4px 0px 0px 0px;
	}

	.footer-logo-content>div:not(:first-child) {
		width: 100%;
	}

	.footer-address,.footer-time {
		padding: 0;
	}

	.footer-logo-content {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 20px 0px;
	}

	.footer-logo-content>div:not(:last-child) {
		margin-bottom: 15px;
	}

	.footer-menu-wrapper .hs-menu-wrapper>ul>li:first-child {
		margin-top: 0;
	}

	.footer_top_section {
		padding: 30px 0px 30px 0px;
	}
	
	.footer-menu-wrapper .hs-menu-wrapper>ul>li {
		width: 100% !important;
	}
	
	.footer_top_section .form-title {
		font-size: 22px;
	}

	footer.footer .footer_form.content-wrapper {
		padding: 0px 20px 0px 20px;
	}
	
}


@media only screen and (max-width: 641px){
	
	.footer_top_section form input.hs-input {
		line-height: 2;
		min-height: 32px;
	}
	
}

@media screen and (max-width: 399.98px){

	.footer_top_section form input.hs-input {
		padding: 15px;
		text-align: center;
	}

	.footer_top_section form input.hs-button {
		position: relative;
		background: #0d0d0d;
		border-style: solid;
		border-width: 2px;
		border-color: #312F30;
		border-top: 0;
		text-align: center;
		width: 100%;
		justify-content: center;
		height: auto;
		line-height: 2;
	}

	.footer_top_section form .hs_submit {
		position: static;
	}

	.footer_top_section form {
		overflow: hidden;
		padding: 0px 1px 8px;
	}

	.footer-logo-content .widget-type-logo {
		margin-bottom: 20px !important;
	}

}
/* 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;
}
@media (min-width: 1025px) {

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


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