/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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 {
  -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;
  max-width: 100%;
  display: block;  
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

.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%;
	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%;
		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%;
		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%;
	}
}
.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;}
.relative{position:relative}
.align-items-center, .align-item-center{align-items:center}
.text-center{text-align:center}
.headingBx h3 {
    text-align: center;
}
 
.absolute{position:absolute}
.right-0{right:0}
.left-0{left:0}
.ml-auto{margin-left:auto}
.mr-auto{margin-right:auto}
.m-auto{margin:auto}
.link-button {padding: 30px 0px;}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.mb-10{margin-bottom:10px} 
 
 /* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

 
  
/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
 
.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;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 40px;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  background: var(--primary);
  transition: .5s;
  z-index: 999;
  display:none;
}
a#return-to-top:before {
  content: '\f102' !important;
  font-family: FontAwesome;
  color: #fff;
  font-size: 22px;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

@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;
  }
}
.horizentail-line{
  width: 2px; 
  height: 50px;
  margin-bottom: 20px;
  background: #ffffff;
  margin-left: 40px;
}

/* template css */
.blog-header {
  height: 500px;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-attachment: fixed !important;
  background-color: var(--primary);
  background-image:url(https://46930402.fs1.hubspotusercontent-na1.net/hubfs/46930402/shutterstock_2479557447.jpg);
}
.blog-header:before {
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.blogs-tag.blog_1 label {
  margin: 0;
}
.listing_header .blog-header__inner .header-content:before {
  content: '';
  background: var(--primary);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  z-index: -1;
}
.blog-header__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.3rem 0;
}

.blog-header__title {
  margin: 0;
  color:#fff;
}

.blog-header__form {
  margin: 0 1rem;
}
.blog-filter-tags select{
  width:250px;
}
.blog-recent-posts h2{
  text-align:center;
}
.blog-footer {
  height: 450px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  display:flex;
  align-items:center;
  justify-content:center;

}
.blog-footer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.65);
  z-index: -1;  
}
.blog-recent-posts__list.index-1 {
  display: flex;
}
.blog-footer__inner {
  width: 100%;
  max-width: 1100px;
  display:flex;
  align-items:center;
  margin: 0 auto;
  padding: 3.3rem 0;
}

.blog-footer__title {
  color: #fff;
}
.blog-footer__inner .footer-content_col1 {
  color: #fff;
}
.blog-footer__inner .footer-content_col1,
.blog-footer__inner .footer-content_col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.blog-footer__inner .footer-content_col2 img {
  width: 296px;
  margin: 0 auto;
  box-shadow: 0px 3px 20px rgba(255,255,255,0.5);  
}
.blog-footer__inner .footer-content form .hs-button {
  background-color: rgba(255,255,255,0.28);
}
.blog-footer__inner .footer-content form label {
  color: #fff;
}

.blog-footer__inner .footer-content {
  color: #fff;
}
.blog-footer__inner .footer-content p {
  text-align: center;
}
.blog-footer__inner .footer-content form {
  margin: 0 auto;
}
.blog-footer__inner .footer-content form .hs-button {
  background-color: rgba(255,255,255,0.28);
}
.blog-footer__inner .footer-content form label {
  color: #fff;
}


.blog-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap:20px;
}


.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.blog-index__tag-header {
  padding: 1rem 0;
  max-width: 1100px;
  margin: 0 auto;
  text-align:center;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
  color:#f9f9f9;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
  color:#ffffff;
}
#blg_tags * {
  font-weight: 600;
}
.listing_header .blog-header__inner .header-content select{
  font-weight:600;
  color:#000;
}
.blog-index__post-image {
  display: block;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding-bottom: 63%;
  background-image: url('');
    }
.new_post_class .left_area h1 {
  color: #fff;
}
.new_post_class .banner_top_img{
  max-width:400px;
}
.blog-index__post-content h2 {
  font-size: 23px;
  line-height:1.45;
  font-weight: 900;
  margin: .5rem 0;
}
.recent-blogs{
  background:#f9f9f9;
}
.blog--post__image h1{
  text-align:center;
}
.blog-index a.author, .post-meta a.author{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 1rem 0;
}
.blog-index__post {
  padding-bottom: 20px;
  border: solid 1px #ddd;
}
.blog-index__post-content {
  padding: 10px 20px;
}
.blog-index .avatar-image {
  border-radius: 50%;
  margin-right: 1rem;
}
.blog-index__post .avatar-image {
  border-radius: 50%;
  margin-right: 1rem;
}
.blog-index img {
  max-width: 100%;
  height: auto;
}
.blog-index__post-content .post-meta {
  font-size: 12px;
  color: rgba(0,0,0,0.63); 

}
.blog-index__post-content  .border-row {
  background: #393333;
  width: 60px;
  height: 3px;
  margin: 12px 0;
}
.blog-index__post-content p {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;  
  color: #494A52;  
}
.blog-index__post .post_btn_outer {
  padding: 20px 20px;
  padding-top: 0;
  margin-top: auto;
  margin-bottom: 0;
}
.blog-index__post .post_btn_outer .hs-button {
  position: relative;
  font-family: Lato;
  border-radius:4px;
  background: rgba(19, 33, 60,1.0);
  border: 1px solid #16B6C8;
  color: rgba(255, 255, 255,1.0) !important;
  width: fit-content;
  padding: 7px 15px;
}

.blog-index__post-content a {
  color: rgba(5, 38, 52,1.0);
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.right-side.blog_1_right_side .blog-post__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
}
.right-side.blog_1_right_side .category {
  line-height: 20px;
}
.right-side.blog_1_right_side .blog-index__post {
  border-radius: .3rem;
  overflow:hidden;
}
.blog-index a.author, .post-meta a.author {
  max-width: 50px;
  line-height: 14px;
}
/* pagination */

.blog-numeric-pagination {margin: 30px 0 !important;}
ul.numeric-pagination {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
}
ul.numeric-pagination li {
  float: left;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 5px;
}
ul.numeric-pagination li a {color: inherit;}
ul.numeric-pagination li.disabled {
  pointer-events: none;
  visibility: hidden;
}
ul.numeric-pagination li:first-child, ul.numeric-pagination li:last-child {
  border: 0;
  background: transparent !important;
}
ul.numeric-pagination>li>a, ul.numeric-pagination>li>span {
  position: relative;
  float: none !important;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: transparent !important;
  border: none !important;
  margin-left: -1px;
  padding: 10px 20px !important;
  display:block;
}
ul.numeric-pagination .active {
  background: rgba(19, 33, 60,1.0);
}
ul.numeric-pagination .active a {
  background-color: transparent !important;
  color: rgba(255, 255, 255,1.0);
  border: none !important;
}
ul.numeric-pagination li a svg {
  height: 10px;
  width: 15px;
  margin-top: 0;  
}



.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 50%;
  box-shadow: 2px 6px 20px rgba(255,255,255,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: ;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-wrapper-listing {
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
}
.blog-search .hs-search-field__bar>form{
  margin: 0;
}



/* listing V2 - One post per row */
/* content on the left - image on the right */

.blog-index-list {
  display: block;
}
.blog-index-list .blog-index__post {
  margin-bottom: 30px;
}
.blog-index-list .blog-index__post .blog-index__post-content {
  padding: 30px;
}

form.blog-filter-tags {
  text-align: left;
  padding-top: 0;
} 
.blogs-tag {
  padding: 30px 0;
  background: var(--secondary);
  margin-bottom:50px
}
/* single post */


.blog-header.header-single-post {
  height: 400px;
}


.blog-single {
  display:flex;

  justify-content:space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding-top:30px;

}

.blog-content-wrapper {
  padding: 0;
  margin: 0;
  flex-basis:70%;
}
.post_page_2 .blog-content-wrapper {
  flex-basis: 100% !important;
}
.post_page_2 .blog-content-wrapper .blog-post{
  max-width:100% !important;
}


.blog-post-header {
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.blog-post-header .blog-post__meta {
  font-family: ;
  font-size: 12px;
  color: rgba(0,0,0,0.63);
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-post-header .blog-post__meta .meta-content {
  display:flex;
  align-items:center;
  margin-bottom: 20px;
}
.blog-post-header .blog-post__meta .meta-content .hs-author-avatar {
  max-width: 43px;
}
.blog-post-header .blog-post__meta .meta-content .hs-author-avatar img {
  max-width: 100%;
  border-radius: 100%;
}
.blog-post-header .blog-post__meta .meta-content .content-meta {
  display:flex;
  flex-flow: column wrap;
  padding-left: 20px;
}



.blog-post__image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('');
    }

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 0 0;
}


@media (min-width:768px){
  /* blog first post */
  .first_blog {
    grid-column: auto / span 2;
    display:flex;
    padding:0;
  }
  .first_blog .blog-index__post-image{
    flex-basis:100%;
    height: 100% !important;
    padding: 0;
  }
  .first_blog .blog-index__post-content {
    padding: 20px;
  }
}



.blog-post__body {
  margin-top: 30px;
}
.blog-post__body p {
  font-family: Lato;
}

.blog-post__tags {
  font-family: ;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}


.about-author-sec {
  margin: 40px 0; 
}

.about-author-sec h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.about-author-sec h3 a.author-link {
  color: #000;
}

ul.social-share {
  padding: 0;
  display:flex;
  list-style: none;
  align-items: center;
}
ul.social-share li {
  margin: 0 5px;
  background: #000;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
ul.social-share li a {
  color: #fff;
}

/*added rrr */
.blog-index__post-content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-index__post-content a.blog-post__tag-link {
  font-style: italic;
  background: rgba(5, 38, 52,1.0);
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
}


/* single V2 */

.blog-post__image_v2 {
  display: block;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding-bottom: 100%;
  background-image: url('');
    }

.blog-sidebar_v2{
  margin-bottom:50px;
}
.blog-sidebar_v2 {
  -ms-flex-preferred-size: 37%;
  flex-basis: 27%;
  margin-top: 0px;
  border:1px solid;
  padding:20px !important;
}
.blog-sidebar_v2 .post_tag {
  margin-top: 50px;
}
.blog-sidebar_v2 .container.outer_container {
  padding: 0;
}

.blog-post-header .blog-post__meta .meta-content_v2 {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom: 20px;
}

.blog-post-header .blog-post__meta .meta-content_v2 {
  display:flex;
  align-items:center;
  margin-bottom: 20px;
}
.blog-post-header .blog-post__meta .meta-content_v2 .hs-author-avatar {
  max-width: 43px;
}
.blog-post-header .blog-post__meta .meta-content_v2 .hs-author-avatar img {
  max-width: 100%;
  border-radius: 100%;
}
.blog-post-header .blog-post__meta .meta-content_v2 .content-meta {
  display:flex;
  flex-flow: column wrap;
  padding-left: 20px;
}


/* blog sidebar */

.blog-sidebar {
  flex-basis:100%;
  margin-top: 0;
}
.blog-sidebar .hs-search-field__bar>form{
  margin: 0rem 0 1rem;
}
.blog-sidebar h3 {
  margin-bottom: 30px;
  position: relative;
  font-size:18px
}
.blog-sidebar h3:after {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  background: #393333;
  width: 55px;
  height: 4px;
  border-radius: 2px;
}
.blog-sidebar .widget-type-rss_listing,
.blog-sidebar .widget-type-post_filter {
  margin-top: 60px;
}
.blog-sidebar .widget-type-post_filter ul {
  padding: 0;
}
.blog-sidebar .widget-type-post_filter li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.blog-sidebar .widget-type-post_filter li a {
  color: #888282;
}
.blog-sidebar .widget-type-post_filter li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}
.blog-sidebar .blog-index__post-iner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: .3rem;
  overflow: hidden;
  line-height:0;
}

.blog-sidebar .blog-index__post-image {
  padding: 0;
  height: 10rem;
  width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}
.blog-sidebar_v2 {
  padding: 0 0 3rem;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  height: fit-content;
}
.blog-sidebar .blog-index__post-content {
  padding: 0;
  padding-left: 1rem;
  width:65%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-top:0;
}

.blog-sidebar .blog-index__post a.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom:16px;
  margin-top:25px;
}
.blog-recent-posts__list.row .col-md-4{
  display:flex;
} 
/* .blog-recent-posts__list {
display: flex;
flex-wrap: wrap;
} */
.blog-recent-posts__list .blog-index__post{
  margin-bottom:20px;
  padding-bottom:0px;
  background:#ffffff;
} 

.blog-recent-posts__list.index-1  .blog-index__post{
  margin-bottom:20px;
  padding-bottom:0px;
  background:#ffffff;
  width: calc(100% / 3 - ((40px * 2) / 3)) !important;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
}
.desktop-hide{
  display:none
}
.mobile-hide{
  display:block
}

/* neww added */
.listing_header .blog-header__inner .header-content {
  display: flex;
  gap: 20px;
  align-items: center;
}
.new_post_class .meta-content_v2 .hs-author-avatar, .about-author-sec .span2 img {
  max-width: 80px;
  max-height: 80px;
}








@media(max-width: 992px){
  .blog-recent-posts__list.index-1  .blog-index__post {
    width: calc(100% / 2 - ((40px * 2) / 2)) !important;
    margin-right: 20px;
  } 
  .desktop-hide{
    display:block
  }
  .mobile-hide{
    display:none
  }
  .desktop-hide .blog-search{
    padding:30px;
  }
}

@media(max-width: 767px){

  .new_post_class .banner_top_img{
    max-width:350px;
  }
  .blog-recent-posts__list.index-1 .blog-index__post {
    width:100% !important;
    margin-right: 0;

  }
  .blog-sidebar .blog-index__post-iner{
    display:block;
  }
  .blog-sidebar .blog-index__post-image, .blog-sidebar .blog-index__post-content{
    width:100%;
  }
  .blog-recent-posts{
    padding-left:0 !important; 
    padding-right:0 !important; 
  }
  .blog-sidebar .blog-index__post-content{
    padding:20px 5px ;
  }
  .blog-search{
    padding-top:15px;
  }


}

.blog-index__post-content h2{
  text-align:left;
}
.blog-sidebar .blog-recent-posts__list h3 {
  font-size: ;
  margin-bottom: .5rem;
  line-height:28px;
}


.blog-sidebar .hs-rss-item {
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.blog-sidebar .hs-rss-item .hs-rss-item-text {
  padding-left: 20px;
}








.blog-recent-posts {
  max-width: 1100px;
  margin:60px auto 0;
  background-color: ;
  padding: 2rem 0;

}



.blog-recent-posts__list  {
  /*   display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 20px; */
}

.blog-recent-posts__post {
  display: block;
  flex-basis:100%;
  color: ;
  padding: 1rem;
}


.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  margin: 0;
}
.blog-comments form,
.blog-comments fieldset {
  max-width: 100% !important;
}

.blog-comments .hs-button {
  background-color: rgba(19, 33, 60,1.0);
  border: 2px solid rgba(19, 33, 60,1.0);
  color: #13213c;
}
.blog-comments .hs-button:hover {
  background-color:;
  color:;
  border: 2px solid ;
}
.blog-comments .comment-from h4 {
  font-size: 19px;
  font-weight: 700;
  color: #00626C;
}
.blog-comments .comment-reply-to {
  border: 0 none;
  background-color: transparent;
  font-family: ;
  font-size: 12px;
  color: rgba(0,0,0,0.63);
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: rgba(0,0,0,0.63);
}
.blog-comments h3 {
  margin: 30px 0;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.blog-comments h3:after {
  content: "";
  position: absolute;
  background: #393333;
  width: 74px;
  height: 5px;
  left: 0;
  bottom: -15px;
}

.blog-comments .comment.depth-0,
.blog-comments .comment.depth-1 {
  padding: 20px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-comments .comment.depth-1 {
  margin: 10px 0;
}

/* media query */

@media (max-width: 1100px) {
  .blog-header__inner,
  .blog-index__tag-header,
  .content-wrapper-listing,
  .blog-single,
  .blog-footer__inner,
  .blog-recent-posts {
    padding-left: 20px;
    padding-right: 20px;    
  }
}


@media screen and (max-width: 960px) {
  .blog-index {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

}

@media (max-width: 767px) {

  .blog-single {
    flex-direction: column;
  }
  .blog-footer {
    height: 100% !important;
  }
  .blog-footer .blog-footer__inner {
    display: block;
    height: 100%;    
  }
  .blog-footer__inner .footer-content_col1, .blog-footer__inner .footer-content_col2 {
    padding: 30px;
  }
  .blog-footer__inner .footer-content_col2 img {
    width: 150px !important;
  }
}

@media screen and (max-width: 480px) {
  .blog-index {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    padding-top: 10px;
  }
  .blog-index-list .blog-index__post {
    display: block;
  }
  .blog-recent-posts__list {
    /*   display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 40px; */
  }  
} 

.blog-index__post{
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.blog-index__post:hover{
  transform: scale(1.02);
}
.new_post_class{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 50px;
  position:relative;
}
.new_post_class:before {
  background: var(--primary);
  content: "";
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.new_post_class .meta-content_v2{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.new_post_class .meta-content_v2 .content-meta {
  display: flex;
  flex-direction: column;
  color: var(--body_bg);
  font-size: 14px;
}
.new_post_class .meta-content_v2 .content-meta span.author, .new_post_class .meta-content_v2 .content-meta span.blog-post__timestamp, .new_post_class .meta-content_v2 .content-meta span.reading-minutes{
  color:var(--body-bg);
  opacity:.8;
}
.new_post_class .meta-content_v2 .content-meta a {
  color: var(--body_bg);
  opacity: 1;
  text-decoration: underline;
}
.blog-sidebar {
  flex-basis: 100%;
  margin-top: 0;
  border: 1px solid;
  padding: 20px!important;
}
.blog-sidebar .widget-type-rss_listing {
  margin-top: 20px;
}
.blog-recent-posts {
  margin: 20px auto;
  padding-top: 1rem;
}
.first_blg_sidebar.blog-sidebar_v2 {
  position: inherit !important;
}
.recent-posts {
  margin-top: 20px;
}
.listing_header .blog-header__inner .header-content .right_content .field > label, .listing_header .blog-header__inner .header-content .right_content h3 {
  color: #fff;
}
@media (max-width:767px){
  .blog-sidebar_v2 {
    border: none;
    padding: 0;
  }
  .new_post_class {
    flex-direction: column;
  }
  .blog-recent-posts__list.index-1 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
  }
  .blog-sidebar {
    border: none;
    padding: 0;
  }
  .hs-rss-item.hs-with-featured-image{
    display: inline-flex;
    align-items: center;
    border: 1px solid;
    padding: 10px;
    width: 100%;
  }

  .blog-header.background-image{
    height:auto;
  }

}
/* Blog Row CSS */ 

/* mmenu */
:root {
    --mb-button-size: 50px;
    --mb-bar-width: 0.6;
    --mb-bar-height: 2px;
    --mb-bar-spacing: 8px;
    --mb-animate-timeout: 0.4s
}

.mburger {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: inherit;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: var(--mb-button-size);
    padding: 0 0 0 var(--mb-button-size);
    margin: 0;
    line-height: var(--mb-button-size);
    vertical-align: middle;
    appearance: none;
    outline: 0;
    cursor: pointer
}

.mburger b {
    display: block;
    position: absolute;
    left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
    width: calc(var(--mb-button-size) * var(--mb-bar-width));
    height: var(--mb-bar-height);
    border-radius: calc(var(--mb-bar-height)/ 2);
    background: currentColor;
    color: inherit;
    opacity: 1
}

.mburger b:nth-of-type(1) {
    bottom: calc(50% + var(--mb-bar-spacing));
    transition: bottom .2s ease, transform .2s ease, width .2s ease
}

.mburger b:nth-of-type(2) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transition: opacity .2s ease
}

.mburger b:nth-of-type(3) {
    top: calc(50% + var(--mb-bar-spacing));
    transition: top .2s ease, transform .2s ease, width .2s ease
}

.mm-wrapper_opened .mburger b:nth-of-type(1) {
    bottom: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(45deg)
}

.mm-wrapper_opened .mburger b:nth-of-type(2) {
    opacity: 0
}

.mm-wrapper_opened .mburger b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(-45deg)
}

.mburger--collapse b:nth-of-type(1) {
    transition: bottom .2s ease, margin .2s ease, transform .2s ease;
    transition-delay: .2s, 0s, 0s
}

.mburger--collapse b:nth-of-type(2) {
    transition: top .2s ease, opacity 0s ease;
    transition-delay: .3s, .3s
}

.mburger--collapse b:nth-of-type(3) {
    transition: top .2s ease, transform .2s ease
}

.mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
    bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
    margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height)/ 2));
    transform: rotate(45deg);
    transition-delay: calc(var(--mb-animate-timeout) + .1s), calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
}

.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
    top: calc(50% + var(--mb-bar-spacing));
    opacity: 0;
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}

.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(-45deg);
    transition-delay: calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
}

.mburger--spin b:nth-of-type(1) {
    transition-delay: .2s, 0s
}

.mburger--spin b:nth-of-type(2) {
    transition-duration: 0s;
    transition-delay: .2s
}

.mburger--spin b:nth-of-type(3) {
    transition-delay: .2s, 0s
}

.mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
    transform: rotate(135deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}

.mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
}

.mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
    transform: rotate(225deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}

.mburger--squeeze b:nth-of-type(1) {
    transition-delay: .1s, 0s
}

.mburger--squeeze b:nth-of-type(2) {
    transition-delay: .1s
}

.mburger--squeeze b:nth-of-type(3) {
    transition-delay: .1s, 0s
}

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
}

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
}

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
}

.mburger--tornado b:nth-of-type(1) {
    transition: bottom .2s ease, transform .2s ease;
    transition-delay: .2s
}

.mburger--tornado b:nth-of-type(2) {
    transition: opacity 0s ease, transform .2s ease;
    transition-delay: .1s, .1s
}

.mburger--tornado b:nth-of-type(3) {
    transition: top .2s ease, transform .2s ease;
    transition-delay: 0s
}

.mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
    transform: rotate(-135deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
}

.mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
    opacity: 0;
    transform: rotate(-135deg);
    transition-delay: calc(var(--mb-animate-timeout) + .4s), calc(var(--mb-animate-timeout) + .1s)
}

.mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
    transform: rotate(-225deg);
    transition-delay: calc(var(--mb-animate-timeout) + .2s)
} 
:root {
  --mm-line-height: 24px;
  --mm-listitem-size: 48px;
  --mm-navbar-size: 64px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: #363636;
  --mm-color-text-dimmed: #363636;
  --mm-color-background: #ffffff;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

#minimal-header__icons--search__mmenu{
  flex-direction: row;
  box-shadow: 0 1px 24px rgba(88,88,88,0.12);
}
@media (max-width: 992px) {
  #minimal-header__icons--search__mmenu{
    display: none;
  }
}
#minimal-header__icons--search__mmenu .mm-panels{
  order: -1;
}
#minimal-header__icons--search__mmenu .hs-search-field {
  width: 100%;
  -webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
  padding: 0px;
}
#minimal-header__icons--search__mmenu.mm-menu_position-top{
  max-height: 110px;
}
#minimal-header__icons--search__mmenu .mm-navbar_sticky{
  display: none;
}
#minimal-header__icons--search__mmenu .mm-navbars_top .mm-navbar{
  border: none;
}
#minimal-header__icons--search__mmenu .mm-btn_close{
  border: 1.25rem solid transparent;
  width: 4rem;
}
#minimal-header__icons--search__mmenu .mm-btn_close:before,
#minimal-header__icons--search__mmenu .mm-btn_close:after  {
  height: 1px !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  margin-top: -1px !important;
  background-color: var(--mm-color-button) !important;
  transform-origin: 50% 50% !important;
  opacity: 1 !important;
  -moz-transition: -moz-transform ease 200ms !important;
  -webkit-transition: -webkit-transform ease 200ms !important;
  -o-transition: -o-transform ease 200ms !important;
  -ms-transition: -ms-transform ease 200ms !important;
  transition: transform ease 200ms !important;
  border: none !important;
}
#minimal-header__icons--search__mmenu .mm-btn_close:before {
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
#minimal-header__icons--search__mmenu .mm-btn_close:after {
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  -o-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}
#minimal-header__icons--search__mmenu .mm-btn_close:hover:before,
#minimal-header__icons--search__mmenu .mm-btn_close:hover:after {
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}
#minimal-header__icons--search__mmenu .mm-panel:after{
  display: none
}
#minimal-header__icons--search__mmenu .hs-search-field__input{
  width: 100%;
  font-size: 16px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
#minimal-header__icons--search__mmenu .hs-search-field__input:focus-visible{
  outline: none;
}
#minimal-header__icons--search__mmenu .hs-search-field__suggestions{
  display: flex;
  flex-wrap: wrap;
  font-size: 90%;
  padding: 0;
  justify-content: center;
  list-style: none;
}
#minimal-header__icons--search__mmenu .hs-search-field--open .hs-search-field__suggestions{
  box-shadow: 0 1px 24px rgba(88,88,88,0.06);
  border-radius: 5px;
}
#minimal-header__icons--search__mmenu .hs-search-field__suggestions #results-for{
  padding: 0 0.5rem;
  font-style: italic !important;
}
#minimal-header__icons--search__mmenu .hs-search-field__suggestions li{
  padding: 0 0.5rem 0 1rem;
}
#minimal-header__icons--search__mmenu .hs-search-field__suggestions li a{
  position: relative;
}
#minimal-header__icons--search__mmenu .hs-search-field__suggestions li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 50%;
  content: '';
  opacity: 0.3;
  -webkit-transform: translateX(-15px) translateY(-55%);
  transform: translateX(-15px) translateY(-55%);
}
#minimal-header__icons--search__mmenu .hs-search-field__suggestions li a:hover{
  background: none;
  text-decoration: underline;
} 
:root {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.mm-hidden {
  display: none !important
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative
}

.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75);
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  -ms-scroll-chaining: chained;
  overscroll-behavior: auto;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  text-decoration: none;
  color: inherit
}

[dir=rtl] .mm-menu {
  direction: rtl
}

.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75);
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  /*     overflow-y: auto; */
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-panel:after {
  height: 44px
}

.mm-panel:not(.mm-hidden) {
  display: block
}

.mm-panel:after {
  content: '';
  display: block;
  height: var(--mm-listitem-size)
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}

.mm-panel_highest {
  z-index: 2
}

.mm-panel_noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
  bottom: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 9;
}

.mm-panel__content {
  padding: 20px 20px 0
}

.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75);
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text)
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0)
}

.mm-listitem_vertical>.mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}

.mm-listitem_vertical>.mm-panel:after,
.mm-listitem_vertical>.mm-panel:before {
  content: none;
  display: none
}

.mm-listitem_opened>.mm-panel {
  display: block
}

.mm-listitem_vertical>.mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent
}

.mm-listitem_opened>.mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px
}

.mm-btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  padding: 0
}

.mm-btn:after,
.mm-btn:before {
  border: 1px solid rgba(0, 0, 0, .3);
  border: 1px solid var(--mm-color-button)
}

.mm-btn_next:after,
.mm-btn_prev:before {
  content: '';
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0
}

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto
}

.mm-btn_close:after,
.mm-btn_close:before {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  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-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px
}

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px
}

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto
}

[dir=rtl] .mm-btn_close:after,
[dir=rtl] .mm-btn_close:before {
  right: auto
}

[dir=rtl] .mm-btn_close:before {
  left: 25px
}

[dir=rtl] .mm-btn_close:after {
  left: 18px
}

.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
/*   background: #f3f3f3; */
  color: rgba(0, 0, 0, .3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
/*   background: var(--mm-color-background); */
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.mm-navbar>* {
  min-height: 44px
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .mm-navbar_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
  }
}

.mm-navbar>* {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mm-navbar__btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.mm-navbar__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden
}

.mm-navbar__title:not(:last-child) {
  padding-right: 0
}

.mm-navbar__title>span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title {
  padding-left: 0
}

.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child {
  padding-right: 50px
}

[dir=rtl] .mm-navbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0
}

.mm-listitem {
  color: rgba(0, 0, 0, .75);
  border-color: rgba(0, 0, 0, .1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mm-listitem:after {
  content: '';
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0
}

.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none
}

.mm-listitem__btn,
.mm-listitem__text {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit
}

.mm-listitem__text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%
}

.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid
}

.mm-listitem_selected>.mm-listitem__text {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis)
}

.mm-listitem_opened>.mm-listitem__btn,
.mm-listitem_opened>.mm-panel {
  background: rgba(0, 0, 0, .05);
  background: var(--mm-color-background-highlight)
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px
}

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px
}

[dir=rtl] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid
}

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 1
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative
}

.mm-wrapper_opened .mm-page {
  min-height: 100vh
}

.mm-wrapper_background .mm-page {
  background: inherit
}

.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0
}

.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0)
  }
}

@media all and (min-width:550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2
}

.mm-wrapper_blocking {
  overflow: hidden
}

.mm-wrapper_blocking body {
  overflow: hidden
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block
}

.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;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important
}

.hs-search-field__bar > form {
    padding: 0;
    margin: 0rem 0 !important;
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative
}

.mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%
}

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important
}

.mm-menu_autoheight-measuring .mm-panels>.mm-panel {
  bottom: auto !important;
  height: auto !important
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important
}

[class*=mm-menu_columns-] {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel {
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: width, transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent {
  display: block !important
}

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit
}

.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu_columns-0 .mm-panels>.mm-panel {
  z-index: 0
}

.mm-menu_columns-0 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0)
  }
}

@media all and (min-width:0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}

@media all and (min-width:0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-1 .mm-panels>.mm-panel {
  z-index: 1;
  width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0)
  }
}

@media all and (min-width:550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}

@media all and (min-width:550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0)
  }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-2 .mm-panels>.mm-panel {
  z-index: 2;
  width: 50%
}

.mm-menu_columns-2 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0)
  }
}

@media all and (min-width:1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0)
  }
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}

@media all and (min-width:1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0)
  }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-3 .mm-panels>.mm-panel {
  z-index: 3;
  width: 33.34%
}

.mm-menu_columns-3 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0)
  }
}

@media all and (min-width:1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0)
  }
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}

@media all and (min-width:1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0)
  }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-4 .mm-panels>.mm-panel {
  z-index: 4;
  width: 25%
}

.mm-menu_columns-4 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0)
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0)
  }
}

@media all and (min-width:2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0)
  }
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}

@media all and (min-width:2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0)
  }
}

[class*=mm-menu_columns-].mm-menu_position-bottom,
[class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  -webkit-transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, -webkit-transform;
  -o-transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform, -webkit-transform
}

.mm-counter {
  color: rgba(0, 0, 0, .3);
  display: block;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: var(--mm-color-text-dimmed)
}

.mm-listitem_nosubitems>.mm-counter {
  display: none
}

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px
}

.mm-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #f3f3f3;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-line-height);
  padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.mm-divider:before {
  background: rgba(0, 0, 0, .05)
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .mm-divider {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0
  }

  .mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider {
    top: var(--mm-navbar-size)
  }
}

.mm-divider:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--mm-color-background-highlight)
}

.mm-wrapper_dragging .mm-menu,
.mm-wrapper_dragging .mm-slideout {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}

.mm-wrapper_dragging .mm-menu {
  pointer-events: none !important
}

.mm-wrapper_dragging .mm-wrapper__blocker {
  display: none !important
}

.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  height: 80%
}

.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1
}

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none
}

.mm-menu_tip-bottom:before,
.mm-menu_tip-left:before,
.mm-menu_tip-right:before,
.mm-menu_tip-top:before {
  content: '';
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.mm-menu_tip-left:before {
  left: 22px
}

.mm-menu_tip-right:before {
  right: 22px
}

.mm-menu_tip-top:before {
  top: -8px
}

.mm-menu_tip-bottom:before {
  bottom: -8px
}

:root {
  --mm-iconbar-size: 50px
}

.mm-menu_iconbar-left .mm-navbars_bottom,
.mm-menu_iconbar-left .mm-navbars_top,
.mm-menu_iconbar-left .mm-panels {
  margin-left: 50px;
  margin-left: var(--mm-iconbar-size)
}

.mm-menu_iconbar-right .mm-navbars_bottom,
.mm-menu_iconbar-right .mm-navbars_top,
.mm-menu_iconbar-right .mm-panels {
  margin-right: 50px;
  margin-right: var(--mm-iconbar-size)
}

.mm-iconbar {
  width: 50px;
  border-color: rgba(0, 0, 0, .1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, .3);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center
}

.mm-menu_iconbar-left .mm-iconbar,
.mm-menu_iconbar-right .mm-iconbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.mm-menu_iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0
}

.mm-menu_iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0
}

.mm-iconbar__bottom,
.mm-iconbar__top {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain
}

.mm-iconbar__bottom>*,
.mm-iconbar__top>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12.5px 0
}

.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
  text-decoration: none
}

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis)
}

:root {
  --mm-iconpanel-size: 50px
}

.mm-panel_iconpanel-1 {
  width: calc(100% - 50px);
  width: calc(100% - (var(--mm-iconpanel-size) * 1))
}

.mm-panel_iconpanel-2 {
  width: calc(100% - 100px);
  width: calc(100% - (var(--mm-iconpanel-size) * 2))
}

.mm-panel_iconpanel-3 {
  width: calc(100% - 150px);
  width: calc(100% - (var(--mm-iconpanel-size) * 3))
}

.mm-panel_iconpanel-first~.mm-panel {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-iconpanel-size))
}

.mm-menu_iconpanel .mm-panels>.mm-panel {
  left: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: transform, width;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform
}

.mm-menu_iconpanel .mm-panels>.mm-panel_opened,
.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
  display: block !important
}

.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset
}

.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid
}

.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,
.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: .6;
  bottom: -100000px
}

[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel {
  left: 0;
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: transform, width;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform
}

[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit
}

.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis);
  outline: 0
}

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%
}

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0
}

.mm-navbars_top {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.mm-navbars_top .mm-navbar:not(:last-child) {
  border-bottom: none
}

.mm-navbars_bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.mm-navbars_bottom .mm-navbar {
  border-bottom: none
}

.mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-top: 1px solid var(--mm-color-border)
}

.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input {
  padding-left: 0
}

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
  padding-right: 0
}

/* .mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
} */
.mm-navbar__breadcrumbs {
    display: none;
}

.mm-navbar__breadcrumbs>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 6px
}

.mm-navbar__breadcrumbs>a {
  text-decoration: underline
}

.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0
}

.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
  padding-left: 0
}

.mm-navbar_tabs>* {
  padding: 0 10px;
  border: 1px solid transparent
}

.mm-navbar__tab_selected {
  background: #f3f3f3;
  color: rgba(0, 0, 0, .75);
  background: var(--mm-color-background);
  color: var(--mm-color-text)
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: rgba(0, 0, 0, .1)
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: rgba(0, 0, 0, .1)
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: var(--mm-color-border)
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: var(--mm-color-border)
}

.mm-navbars_top .mm-navbar_tabs {
  border-bottom: none
}

.mm-navbars_top .mm-navbar_tabs>* {
  border-bottom-color: rgba(0, 0, 0, .1);
  border-bottom-color: var(--mm-color-border)
}

.mm-navbars_top .mm-navbar__tab_selected {
  border-top-color: rgba(0, 0, 0, .1);
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis)
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background)
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
  border-top: none
}

.mm-navbars_bottom .mm-navbar_tabs>* {
  border-top-color: rgba(0, 0, 0, .1);
  border-top-color: var(--mm-color-border)
}

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-bottom-color: rgba(0, 0, 0, .1);
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background)
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis)
}

.mm-searchfield {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden
}

.mm-searchfield input {
  height: 30.8px;
  line-height: 30.8px
}

.mm-searchfield input,
.mm-searchfield input:focus,
.mm-searchfield input:hover {
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .75)
}

.mm-searchfield input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * .7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * .7);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  font: inherit;
  font-size: inherit
}

.mm-searchfield input,
.mm-searchfield input:focus,
.mm-searchfield input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text)
}

.mm-searchfield input::-ms-clear {
  display: none
}

.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, .3);
  padding: 50px 0;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%
}

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0
}

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important
}

.mm-searchfield__cancel {
  line-height: 44px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition: margin .4s ease;
  -o-transition: margin .4s ease;
  transition: margin .4s ease
}

.mm-searchfield__cancel-active {
  margin-right: 0
}

.mm-listitem_nosubitems>.mm-listitem__btn {
  display: none
}

.mm-listitem_nosubitems>.mm-listitem__text {
  padding-right: 10px
}

.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn) {
  z-index: -1;
  pointer-events: none
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 5;
  -webkit-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.mm-sectionindexer a {
  color: rgba(0, 0, 0, .3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block
}

.mm-sectionindexer~.mm-panel {
  padding-right: 0
}

.mm-sectionindexer_active {
  right: 0
}

.mm-sectionindexer_active~.mm-panel {
  padding-right: 20px
}

.mm-menu_selected-hover .mm-listitem__btn,
.mm-menu_selected-hover .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem__text {
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease
}

.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected:not(:hover)>.mm-listitem__text {
  background: 0 0
}

.mm-menu_selected-hover .mm-listitem__btn:hover,
.mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis)
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>.mm-listitem__text {
  background: 0 0
}

.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis)
}

:root {
  --mm-sidebar-collapsed-size: 50px;
  --mm-sidebar-expanded-size: 440px
}

.mm-wrapper_sidebar-collapsed body,
.mm-wrapper_sidebar-expanded body {
  position: relative
}

.mm-wrapper_sidebar-collapsed .mm-slideout,
.mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: width, transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform
}

.mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 50px);
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0)
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
  min-width: 0 !important;
  max-width: 100000px !important;
  border-right-width: 1px;
  border-right-style: solid
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
  width: calc(100% - 440px);
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0)
}

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3
}

.mm-menu_opened .mm-menu__blocker {
  display: none
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

input.mm-toggle {
  margin-top: 5px;
  background: rgba(0, 0, 0, .1);
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 34px)/ 2);
  border: none !important;
  background: var(--mm-color-border);
  border-radius: 34px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease
}

input.mm-toggle:before {
  background: #f3f3f3
}

input.mm-toggle:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin: 1px;
  border-radius: 34px;
  background: var(--mm-color-background);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease
}

input.mm-toggle:checked {
  background: #4bd963
}

input.mm-toggle:checked:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px)
}

input.mm-check {
  margin-top: 2px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  background: 0 0 !important;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 40px)/ 2)
}

input.mm-check:before {
  content: '';
  display: block;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: var(--mm-color-text);
  opacity: .3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease
}

input.mm-check:checked:before {
  opacity: 1
}

[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before {
  float: left
}

.mm-menu_border-none .mm-listitem:after {
  content: none
}

.mm-menu_border-full .mm-listitem:after {
  left: 0 !important
}

.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0)
}

@media all and (max-width:140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0)
  }
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0)
}

@media all and (max-width:140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}

@media all and (min-width:10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0)
  }
}

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 110px;
  max-height: 10000px
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px
}

.mm-menu_listview-justify .mm-panels>.mm-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.mm-menu_listview-justify .mm-panels>.mm-panel:after {
  content: none;
  display: none
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 50px
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0
}

.mm-listview_inset .mm-listitem {
  padding: 5px 0
}

.mm-menu_multiline .mm-listitem__text {
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: normal
}

[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
  opacity: 0
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  -o-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s
}

.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker {
  background: inherit
}

.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {
  background: #000
}

.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker {
  background: #fff
}

.mm-menu_popup {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  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;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.mm-menu_popup.mm-menu_opened~.mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}

.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1
}

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1
}

.mm-menu_position-right {
  left: auto;
  right: 0
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}

@media all and (min-width:550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0)
  }
}

.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
  z-index: 2
}

.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,
.mm-menu_position-front.mm-menu_opened~.mm-slideout,
.mm-menu_position-top.mm-menu_opened~.mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}

.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,
.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker {
  z-index: 1
}

.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-menu_position-bottom,
.mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%
}

.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

.mm-menu_position-top {
  height: 100vh;
  min-height: 110px;
  max-height: 880px
}

.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px
}

.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  content: '';
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow)
}

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none
}

.mm-menu_shadow-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow)
}

.mm-menu_shadow-panels .mm-panels>.mm-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow)
}

.mm-menu_theme-white {
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: rgba(0, 0, 0, 0.7);
  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.06);
  --mm-color-background-emphasis: rgba(0, 0, 0, 0.03);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.mm-menu_theme-dark {
  --mm-color-border: rgba(0, 0, 0, 0.3);
  --mm-color-button: rgba(255, 255, 255, 0.4);
  --mm-color-text: rgba(255, 255, 255, 0.85);
  --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
  --mm-color-background: #333;
  --mm-color-background-highlight: rgba(255, 255, 255, 0.08);
  --mm-color-background-emphasis: rgba(0, 0, 0, 0.1);
  --mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.mm-menu_theme-black {
  --mm-color-border: rgba(255, 255, 255, 0.25);
  --mm-color-button: rgba(255, 255, 255, 0.4);
  --mm-color-text: rgba(255, 255, 255, 0.75);
  --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba(255, 255, 255, 0.2);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.15);
  --mm-shadow: none
}

body.modal-open .mm-slideout {
  z-index: unset
}



@media (min-width:1240px){
  .mm-panels>.mm-panel {
  bottom: 0;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  padding: 30px 54px;
  z-index: 9;
}
  
} 
 
/* other_css */
@media (min-width: 768px) {
	.hs-search-results__listing li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.hs-search-results__listing li > a, .hs-search-results__listing li > p{
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
	}
}
.hs-search-results__listing li {
	padding-top: 8rem;
}
.hs-search-field__bar > form {
    padding: 0;
    margin: 4rem 0;
}
.hs-search-field__input {
	border: 1px solid rgba(0,0,0,0.1);
	padding: .5rem 2.55rem !important;
	position: relative;
	border-radius: 1px;
}
a.hs-search-results__title {
    font-size: 2.25rem;
    line-height: 2.25rem;
    color: #313439;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
}
.hs-search-highlight, .hs-search-field__input {
	color: var(--primary)
}
.hs-search-field__bar form:before {
	position: absolute;
	left: 1rem;
	bottom: 50%;
	transform: translateY(50%);
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f002";
	color: #ccc;
	z-index: 1;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: 0;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '\f104' !important;
    font-family: FontAwesome;
} 
[dir="rtl"] .slick-prev:before {
    content: '\f104' !important;
    font-family: FontAwesome;
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '\f105' !important;
    font-family: FontAwesome;
}
[dir="rtl"] .slick-next:before {
    content: '\f105' !important;
    font-family: FontAwesome;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    width: 16px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 10px;
    text-indent: -9999px;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    margin: 4px;
    box-shadow: 0 0 0 4px transparent;
    background: #0c63ff;
    background: var(--primary);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: 0;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "â€¢";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
    background: #000;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}
 
.slick-dots li.slick-active button {
    background-color: transparent !important;
    box-shadow: 0 0 0 2px #0c63ff;
    box-shadow: 0 0 0 2px var(--primary);
} 
.slick-dots li button {
    display: block;
    width: 16px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    text-indent: -9999px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    margin: 4px;
    box-shadow: 0 0 0 4px transparent;
    background: #0c63ff;
    background: var(--primary) !important;
}
.slick-dots li {
    margin: 0 0.05rem;
}

html {
  scroll-behavior: smooth;
}

div#simple-translate {
    display: none !important;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




































:root { 
  
  --primary: #13213c;
    
  --secondary: #16B6C8;
    
  --tertiary: #b6cdf9;
    
  --success: #28a745;
    
  --info: #b6cdf9;
    
  --warning: #ffc107;
    
  --danger: #dc3545;
    
  --light: #F5F5F5;
    
  --dark: #343a40;
    
  --white: #ffffff;
    
  --black: #000000;
    
  --borders: #13213c;
    
  --body_bg: #ffffff;
    
  --body_color: #5E5E5E;
    
  --link_color: #052634;
    
  --link_hover_color: #13213c;
    
    }
    .btn-wrapper:hover .cta_button, .actions:hover .hs-button {
      transform: translateY(-3px);
    }
    .block { display: table; }
    .circle { border-radius: 100%; }
    .divider {
      display: block;
      border-bottom: 1px solid rgba(0,0,0,0.1);
      padding: 0 0 13px 0;
      margin: 0 0 40px;
    }
    .text-center-mobile { text-align: center; }
    .max-responsive { max-width: 100%; height: auto !important; }
    .antialiased { -webkit-font-smoothing: antialiased; }

    .no-bullets ul,
    .no-bullets ol {
      list-style: none;
      padding-left: 0;
    }

    .animated {
      
transition: all .3s ease-in-out;
animation-timing-function: ease-in-out;

    }

    .animated-fast {
      
transition: all .15s ease-in-out;
animation-timing-function: ease-in-out;

    }

    .tf-line-top { border-top: 1px solid #13213c; }
    .tf-line-bottom { border-bottom: 1px solid #13213c; }

    /* ----------------------------------------------------------------------------------- */
    /*  Typography */
    /* ----------------------------------------------------------------------------------- */

    body {
      line-height: 1.8em;
      
      font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
      
      font-size: 16px;
      color: #5E5E5E;
      background-color: #ffffff;
    }


    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; 
    }

    @media (min-width: 576px) {
      .container,
      .container-sm {
        max-width: 540px;
      }
    }

    @media (min-width: 768px) {
      .container,
      .container-sm,
      .container-md {
        max-width: 720px;
      }
    }

    @media (min-width: 992px) {
      .container,
      .container-sm,
      .container-md,
      .container-lg {
        max-width: 960px;
      }
    }

    @media (min-width: 1230px) {
      .container,
      .container-sm,
      .container-md,
      .container-lg,
      .container-xl {
        max-width: 1170px;
      }
    }

    @media screen and (min-width: 2561px) {
      .container {
        max-width: 1680px;
      }
    }

    .container-fluid {
      max-width: 2560px
    }

    body > .container-fluid, .tf-tabs-split-screen > .container-fluid {
      width: auto;
      max-width: none;
      padding: 0;
    }

    body > .body-container-wrapper > .body-container.container-fluid {
      padding: 0;
      max-width: none;
    }

    .container-fluid:before, .container-fluid:after {
      display: none;
    }

    h1,
    .h1 {
      
      font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
      
      font-size: 2.5rem;
      margin-bottom: 1.25rem;
      
      line-height: 3.375rem;
      
    }

    h2,
    .h2 {
      
      font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
      
      font-size: 2.0rem;
      margin-bottom: 1.0rem;
      
      line-height: 2.7rem;
      
    }

    h3,
    .h3 {
      
      font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
      
      font-size: 1.75rem;
      margin-bottom: 0.875rem;
      
      line-height: 2.3625000000000003rem;
      
    }

    h4,
    .h4 {
      
      font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
      
      font-size: 1.5rem;
      margin-bottom: 0.75rem;
      
      line-height: 2.0250000000000004rem;
      
    }

    h5,
    .h5 {
      
      font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
      
      font-size: 1.25rem;
      margin-bottom: 0.625rem;
      
      line-height: 1.6875rem;
      
    }

    h6,
    .h6 {
      
      font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
      
      font-size: 1.125rem;
      margin-bottom: 0.5625rem;
      
      line-height: 1.51875rem;
      
    }

    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      color: #052634;
    }

    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br { display: none; }
    @media (min-width:992px) {
      h1 br, h2 br, h3 br, h4 br, h5 br, h6 br { display: initial; }
    }

    .display-1 {
      
      font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
      
      font-size: 5.9375rem;
      margin-bottom: 2.96875rem;
      
      line-height: 8.015625rem;
      
    }

    .display-2 {
      
      font-family: Montserrat; font-style: normal; font-weight: 600; text-decoration: none;
      
      font-size: 4.6875rem;
      margin-bottom: 2.34375rem;
      
      line-height: 6.328125rem;
      
    }

    .display-3 {
      
      font-family: Montserrat; font-style: normal; font-weight: 600; text-decoration: none;
      
      font-size: 3.75rem;
      margin-bottom: 1.875rem;
      
      line-height: 5.0625rem;
      
    }

    .display-4 {
      
      font-family: Montserrat; font-style: normal; font-weight: 600; text-decoration: none;
      
      font-size: 3.75rem;
      margin-bottom: 1.875rem;
      
      line-height: 5.0625rem;
      
    }

    @media(max-width: 991px) {

      h1, .h1 {            
        font-size: 30px;
        line-height: 1.4;
      }
      h2, .h2 {
        font-size: 30px;
        line-height: 1.4;
      }
      h3 , .h3 {
        font-size: 25px;
        line-height: 1.4;
      }  
      h4, .h4 {
        font-size: 22px;
        line-height: 1.4;
      } 
      h5, .h5 {
        font-size: 20px;
        line-height: 1.4;
      } 
      h6, .h6 {
        font-size: 18px;
        line-height: 1.4;
      } 

      .cta_button {
        height: 3.875rem !important;
        padding: 0 1.875rem  !important;
        font-size: 1.25rem !important;
      }
    }

    @media(max-width:576px) {
      h1, .h1 {
        font-size: 25px;
        line-height: 1.4;
      }
      h2, .h2 {
        font-size: 25px;
        line-height: 1.4;
      }
      h3, .h3 {
        font-size: 22px;
        line-height: 1.4;
      }   
      h4, .h4 {
        font-size: 20px;
        line-height: 1.4;
      } 
      h5, .h5 {
        font-size: 20px;
        line-height: 1.4;
      }
      h6, .h6 {
        font-size: 18px;
        line-height: 1.4;
      }
      .cta_button {
        height: 2.875rem !important;
        padding: 0 1.125rem !important;
        font-size: 0.75rem !important;
      }
    }

    @media(max-width: 991px) {

      .display-1 {            
        font-size: 45px !important;
        line-height: 1.2;
      }

      .display-2 {
        font-size: 40px !important;
        line-height: 1.1;
      }
      .display-3 {
        font-size: 35px !important;
        line-height: 1.1;
      }  
      .display-4 {
        font-size: 40px !important;
        line-height: 1.1;
      } 


    }

    @media(min-width:300px) and (max-width:576px) {
      .display-1 {
        font-size: 30px !important;
        line-height: 1.1;
      }
      .display-2 {
        font-size: 35px !important;
        line-height: 1.1;
      }
      .display-3 {
        font-size: 30px !important;
        line-height: 1.1;
      }   
      .display-4 {
        font-size: 30px !important;
        line-height: 1.1;
      } 

    }

    p {
      margin-top: 0;
      margin-bottom: 1.25rem;
    }

    p.lead, p.large {
      
      font-family: Lato; font-style: normal; font-weight: 300; text-decoration: none;
      
      margin-bottom: 0.625rem;
      font-size: 1.25rem;
      
      line-height: 1.6875rem;
      
    }
    ul,
    ol {
      padding-left: 2rem;
    }
    i.fa, i.fas{
      font-family: FontAwesome;
      font-style: normal;
    }
    ul,
    ol,
    ul li,
    ol li {
      
      font-family: Lato; font-style: normal; font-weight: normal; text-decoration: none;
      
      font-size: 1.0rem;
      
      line-height: 1.35rem;
      

    }

    

    

    p.small, .small, small, .font-small * {
      font-size: 0.8125rem;
      line-height: 1.096875rem;
    }

    blockquote {
      
      font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
      
      font-size: 1.25rem;
      margin-bottom: 0.625rem;
      
      line-height: 1.6875rem;
      
    }

    
    

    a {
      color: #052634;
      text-decoration: none;
    }

    a:hover, a:hover:not(.btn) {
      color: #13213c;
      text-decoration: none;
    }

    a.media {
      color: #5E5E5E;
      text-decoration: none;
    }

    p,
    p:hover, {
      color: red !important;
      text-decoration: none;
    }

    p a {
      border-bottom: 1px solid #052634;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }

    p a:hover {
      color: #13213c;
      border-bottom: 1px solid #13213c;
    }

    .blog p a {
      color: #052634;
      font-weight: bold;
    }

    .blog p a:hover {
      color: #13213c;
    }

    img,
    video {
      max-width: 100%;
      height: auto;
    }

    a[href="javascript:;"],
    a[href="javascript:;"]:hover {
      cursor: default
    }

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

    .unstyle-list ul li {
      margin-bottom: 0.5rem;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Responsive Typography */
    /* ----------------------------------------------------------------------------------- */
    
    html {
      font-size: 14px;
    }
    @media (min-width: 768px) {
      html {
        font-size: 16px;
      }
    }
    @media (min-width: 992px) {
      html {
        font-size: 16px;
      }
    }
    @media (min-width: 2561px) {
      html {
        font-size: 18px;
      }
    }
    

    .bg-bottom {
      background-position: bottom !important;
    }

    .bg-center {
      background-position: center !important;
    }

    .bg-left {
      background-position: left !important;
    }

    .bg-left-bottom {
      background-position: left bottom !important;
    }

    .bg-left-top {
      background-position: left top !important;
    }

    .bg-right {
      background-position: right !important;
    }

    .bg-right-bottom {
      background-position: right bottom;
    }

    .bg-right-top {
      background-position: right top !important;
    }

    .bg-top {
      background-position: top !important;
    }

    .bg-repeat {
      background-repeat: repeat !important;
    }

    .bg-no-repeat {
      background-repeat: no-repeat !important;
    }

    .bg-repeat-x {
      background-repeat: repeat-x !important;
    }

    .bg-repeat-y {
      background-repeat: repeat-y !important;
    }

    .bg-auto {
      background-size: auto !important;
    }

    .bg-cover {
      background-size: cover !important;
    }

    .bg-contain {
      background-size: contain !important;
    }

    /* ----------------------------------------------------------------------------------- */
    /*  Buttons & Inputs */
    /* ----------------------------------------------------------------------------------- */

    .btn,
    .btn-wrapper .cta_button,
    .btn-wrapper input[type="submit"],
    .btn-wrapper input[type="button"],
    input[type="submit"],
    input[type="button"]  {
      

transition: all .15s ease-in-out;
animation-timing-function: ease-in-out;


font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
font-size: 1.25rem;
line-height: 1.6875rem;

border-radius: 6px;
height: 3.5rem;

text-align: center;
padding: 0 2.8125rem ;
border: 1px solid;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;

    }

    /* ----------------------------------------------------------------------------------- */
    /*  Standard Padding */
    /* ----------------------------------------------------------------------------------- */

    .tf-padding-zero {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .tf-padding-half {
      padding-top: 3.125rem !important;
      padding-bottom: 3.125rem !important;
    }
    .tf-padding-full {
      padding-top: 6.25rem !important;
      padding-bottom: 6.25rem !important;
    }

    /* ----------------------------------------------------------------------------------- */
    /*  Standard Spacers */
    /* ----------------------------------------------------------------------------------- */

    .spacer-25 {
      padding-top: 1.5625rem;
      padding-bottom: 1.5625rem;
    }
    .spacer-top-25 {
      padding-top: 1.5625rem;
    }
    .spacer-bottom-25 {
      padding-bottom: 1.5625rem;
    }

    .spacer-50 {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem;
    }
    .spacer-top-50 {
      padding-top: 3.125rem;
    }
    .spacer-bottom-50 {
      padding-bottom: 3.125rem;
    }

    .spacer-75 {
      padding-top: 4.6875rem;
      padding-bottom: 4.6875rem;
    }
    .spacer-top-75 {
      padding-top: 4.6875rem;
    }
    .spacer-bottom-75 {
      padding-bottom: 4.6875rem;
    }

    .spacer-100 {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem;
    }
    .spacer-top-100 {
      padding-top: 6.25rem;
    }
    .spacer-bottom-100 {
      padding-bottom: 6.25rem;
    }

    .email-prefs .item .item-inner * {
      color: inherit;
    }

    .close {
      text-shadow: none;
    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-primary {
      
color: #fff;
background-color: #13213c !important;
border-color: #13213c !important;

    }

    .btn-primary:hover {
      color: #fff;
      background-color: #13213c;
      filter: brightness(110%);
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show>.btn-primary.dropdown-toggle,
    .btn-primary.focus,
    .btn-primary:focus {
      background-color: #13213c;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-primary-wrapper .cta_button,
    input[type=submit].hs-button.primary,
    .btn-wrapper.btn-primary-wrapper input[type="submit"],
    .btn-wrapper.btn-primary-wrapper input[type="button"],
    input[type=submit].hs-button.btn-primary {
      
color: #fff;
background-color: #13213c !important;
border-color: #13213c !important;

    }

    .btn-wrapper.btn-primary-wrapper .cta_button:hover,
    input[type=submit].hs-button.primary:hover,
    .btn-wrapper.btn-primary-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-primary-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-primary:hover {
      color: #fff;
      background-color: #13213c;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-primary {
      
color: #13213c;
background-color: transparent;
border-color: #13213c !important;

    }

    .btn-outline-primary:hover {
      color: #fff;
      background-color: #13213c;
    }

    .btn-wrapper.btn-outline-primary-wrapper .cta_button,
    .btn-wrapper.btn-outline-primary-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-primary-wrapper input[type="button"] {
      
color: #13213c;
background-color: transparent;
border-color: #13213c !important;

    }

    .btn-wrapper.btn-outline-primary-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-primary-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-primary-wrapper input[type="button"]:hover {
      
color: #13213c;
background-color: transparent;
border-color: #13213c !important;

      color: #fff;
      background-color: #13213c;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-primary {
      
color: #13213c !important;

    }

    .text-primary h1,
    .text-primary h2,
    .text-primary h3,
    .text-primary h4,
    .text-primary h5,
    .text-primary h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-primary {
      
background-color: #13213c !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-primary {
      
border-color: #13213c !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-secondary {
      
color: #fff;
background-color: #16B6C8 !important;
border-color: #16B6C8 !important;

    }

    .btn-secondary:hover {
      color: #fff;
      background-color: #16B6C8;
      filter: brightness(110%);
    }

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show>.btn-secondary.dropdown-toggle,
    .btn-secondary.focus,
    .btn-secondary:focus {
      background-color: #16B6C8;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-secondary-wrapper .cta_button,
    input[type=submit].hs-button.secondary,
    .btn-wrapper.btn-secondary-wrapper input[type="submit"],
    .btn-wrapper.btn-secondary-wrapper input[type="button"],
    input[type=submit].hs-button.btn-secondary {
      
color: #fff;
background-color: #16B6C8 !important;
border-color: #16B6C8 !important;

    }

    .btn-wrapper.btn-secondary-wrapper .cta_button:hover,
    input[type=submit].hs-button.secondary:hover,
    .btn-wrapper.btn-secondary-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-secondary-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-secondary:hover {
      color: #fff;
      background-color: #16B6C8;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-secondary {
      
color: #16B6C8;
background-color: transparent;
border-color: #16B6C8 !important;

    }

    .btn-outline-secondary:hover {
      color: #fff;
      background-color: #16B6C8;
    }

    .btn-wrapper.btn-outline-secondary-wrapper .cta_button,
    .btn-wrapper.btn-outline-secondary-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-secondary-wrapper input[type="button"] {
      
color: #16B6C8;
background-color: transparent;
border-color: #16B6C8 !important;

    }

    .btn-wrapper.btn-outline-secondary-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-secondary-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-secondary-wrapper input[type="button"]:hover {
      
color: #16B6C8;
background-color: transparent;
border-color: #16B6C8 !important;

      color: #fff;
      background-color: #16B6C8;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-secondary {
      
color: #16B6C8 !important;

    }

    .text-secondary h1,
    .text-secondary h2,
    .text-secondary h3,
    .text-secondary h4,
    .text-secondary h5,
    .text-secondary h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-secondary {
      
background-color: #16B6C8 !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-secondary {
      
border-color: #16B6C8 !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-tertiary {
      
color: #fff;
background-color: #b6cdf9 !important;
border-color: #b6cdf9 !important;

    }

    .btn-tertiary:hover {
      color: #fff;
      background-color: #b6cdf9;
      filter: brightness(110%);
    }

    .btn-tertiary:not(:disabled):not(.disabled).active,
    .btn-tertiary:not(:disabled):not(.disabled):active,
    .show>.btn-tertiary.dropdown-toggle,
    .btn-tertiary.focus,
    .btn-tertiary:focus {
      background-color: #b6cdf9;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-tertiary-wrapper .cta_button,
    input[type=submit].hs-button.tertiary,
    .btn-wrapper.btn-tertiary-wrapper input[type="submit"],
    .btn-wrapper.btn-tertiary-wrapper input[type="button"],
    input[type=submit].hs-button.btn-tertiary {
      
color: #fff;
background-color: #b6cdf9 !important;
border-color: #b6cdf9 !important;

    }

    .btn-wrapper.btn-tertiary-wrapper .cta_button:hover,
    input[type=submit].hs-button.tertiary:hover,
    .btn-wrapper.btn-tertiary-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-tertiary-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-tertiary:hover {
      color: #fff;
      background-color: #b6cdf9;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-tertiary {
      
color: #b6cdf9;
background-color: transparent;
border-color: #b6cdf9 !important;

    }

    .btn-outline-tertiary:hover {
      color: #fff;
      background-color: #b6cdf9;
    }

    .btn-wrapper.btn-outline-tertiary-wrapper .cta_button,
    .btn-wrapper.btn-outline-tertiary-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-tertiary-wrapper input[type="button"] {
      
color: #b6cdf9;
background-color: transparent;
border-color: #b6cdf9 !important;

    }

    .btn-wrapper.btn-outline-tertiary-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-tertiary-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-tertiary-wrapper input[type="button"]:hover {
      
color: #b6cdf9;
background-color: transparent;
border-color: #b6cdf9 !important;

      color: #fff;
      background-color: #b6cdf9;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-tertiary {
      
color: #b6cdf9 !important;

    }

    .text-tertiary h1,
    .text-tertiary h2,
    .text-tertiary h3,
    .text-tertiary h4,
    .text-tertiary h5,
    .text-tertiary h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-tertiary {
      
background-color: #b6cdf9 !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-tertiary {
      
border-color: #b6cdf9 !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-success {
      
color: #fff;
background-color: #28a745 !important;
border-color: #28a745 !important;

    }

    .btn-success:hover {
      color: #fff;
      background-color: #28a745;
      filter: brightness(110%);
    }

    .btn-success:not(:disabled):not(.disabled).active,
    .btn-success:not(:disabled):not(.disabled):active,
    .show>.btn-success.dropdown-toggle,
    .btn-success.focus,
    .btn-success:focus {
      background-color: #28a745;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-success-wrapper .cta_button,
    input[type=submit].hs-button.success,
    .btn-wrapper.btn-success-wrapper input[type="submit"],
    .btn-wrapper.btn-success-wrapper input[type="button"],
    input[type=submit].hs-button.btn-success {
      
color: #fff;
background-color: #28a745 !important;
border-color: #28a745 !important;

    }

    .btn-wrapper.btn-success-wrapper .cta_button:hover,
    input[type=submit].hs-button.success:hover,
    .btn-wrapper.btn-success-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-success-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-success:hover {
      color: #fff;
      background-color: #28a745;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-success {
      
color: #28a745;
background-color: transparent;
border-color: #28a745 !important;

    }

    .btn-outline-success:hover {
      color: #fff;
      background-color: #28a745;
    }

    .btn-wrapper.btn-outline-success-wrapper .cta_button,
    .btn-wrapper.btn-outline-success-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-success-wrapper input[type="button"] {
      
color: #28a745;
background-color: transparent;
border-color: #28a745 !important;

    }

    .btn-wrapper.btn-outline-success-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-success-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-success-wrapper input[type="button"]:hover {
      
color: #28a745;
background-color: transparent;
border-color: #28a745 !important;

      color: #fff;
      background-color: #28a745;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-success {
      
color: #28a745 !important;

    }

    .text-success h1,
    .text-success h2,
    .text-success h3,
    .text-success h4,
    .text-success h5,
    .text-success h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-success {
      
background-color: #28a745 !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-success {
      
border-color: #28a745 !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-info {
      
color: #fff;
background-color: #b6cdf9 !important;
border-color: #b6cdf9 !important;

    }

    .btn-info:hover {
      color: #fff;
      background-color: #b6cdf9;
      filter: brightness(110%);
    }

    .btn-info:not(:disabled):not(.disabled).active,
    .btn-info:not(:disabled):not(.disabled):active,
    .show>.btn-info.dropdown-toggle,
    .btn-info.focus,
    .btn-info:focus {
      background-color: #b6cdf9;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-info-wrapper .cta_button,
    input[type=submit].hs-button.info,
    .btn-wrapper.btn-info-wrapper input[type="submit"],
    .btn-wrapper.btn-info-wrapper input[type="button"],
    input[type=submit].hs-button.btn-info {
      
color: #fff;
background-color: #b6cdf9 !important;
border-color: #b6cdf9 !important;

    }

    .btn-wrapper.btn-info-wrapper .cta_button:hover,
    input[type=submit].hs-button.info:hover,
    .btn-wrapper.btn-info-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-info-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-info:hover {
      color: #fff;
      background-color: #b6cdf9;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-info {
      
color: #b6cdf9;
background-color: transparent;
border-color: #b6cdf9 !important;

    }

    .btn-outline-info:hover {
      color: #fff;
      background-color: #b6cdf9;
    }

    .btn-wrapper.btn-outline-info-wrapper .cta_button,
    .btn-wrapper.btn-outline-info-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-info-wrapper input[type="button"] {
      
color: #b6cdf9;
background-color: transparent;
border-color: #b6cdf9 !important;

    }

    .btn-wrapper.btn-outline-info-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-info-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-info-wrapper input[type="button"]:hover {
      
color: #b6cdf9;
background-color: transparent;
border-color: #b6cdf9 !important;

      color: #fff;
      background-color: #b6cdf9;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-info {
      
color: #b6cdf9 !important;

    }

    .text-info h1,
    .text-info h2,
    .text-info h3,
    .text-info h4,
    .text-info h5,
    .text-info h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-info {
      
background-color: #b6cdf9 !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-info {
      
border-color: #b6cdf9 !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-warning {
      
color: #fff;
background-color: #ffc107 !important;
border-color: #ffc107 !important;

    }

    .btn-warning:hover {
      color: #fff;
      background-color: #ffc107;
      filter: brightness(110%);
    }

    .btn-warning:not(:disabled):not(.disabled).active,
    .btn-warning:not(:disabled):not(.disabled):active,
    .show>.btn-warning.dropdown-toggle,
    .btn-warning.focus,
    .btn-warning:focus {
      background-color: #ffc107;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-warning-wrapper .cta_button,
    input[type=submit].hs-button.warning,
    .btn-wrapper.btn-warning-wrapper input[type="submit"],
    .btn-wrapper.btn-warning-wrapper input[type="button"],
    input[type=submit].hs-button.btn-warning {
      
color: #fff;
background-color: #ffc107 !important;
border-color: #ffc107 !important;

    }

    .btn-wrapper.btn-warning-wrapper .cta_button:hover,
    input[type=submit].hs-button.warning:hover,
    .btn-wrapper.btn-warning-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-warning-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-warning:hover {
      color: #fff;
      background-color: #ffc107;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-warning {
      
color: #ffc107;
background-color: transparent;
border-color: #ffc107 !important;

    }

    .btn-outline-warning:hover {
      color: #fff;
      background-color: #ffc107;
    }

    .btn-wrapper.btn-outline-warning-wrapper .cta_button,
    .btn-wrapper.btn-outline-warning-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-warning-wrapper input[type="button"] {
      
color: #ffc107;
background-color: transparent;
border-color: #ffc107 !important;

    }

    .btn-wrapper.btn-outline-warning-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-warning-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-warning-wrapper input[type="button"]:hover {
      
color: #ffc107;
background-color: transparent;
border-color: #ffc107 !important;

      color: #fff;
      background-color: #ffc107;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-warning {
      
color: #ffc107 !important;

    }

    .text-warning h1,
    .text-warning h2,
    .text-warning h3,
    .text-warning h4,
    .text-warning h5,
    .text-warning h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-warning {
      
background-color: #ffc107 !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-warning {
      
border-color: #ffc107 !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-danger {
      
color: #fff;
background-color: #dc3545 !important;
border-color: #dc3545 !important;

    }

    .btn-danger:hover {
      color: #fff;
      background-color: #dc3545;
      filter: brightness(110%);
    }

    .btn-danger:not(:disabled):not(.disabled).active,
    .btn-danger:not(:disabled):not(.disabled):active,
    .show>.btn-danger.dropdown-toggle,
    .btn-danger.focus,
    .btn-danger:focus {
      background-color: #dc3545;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-danger-wrapper .cta_button,
    input[type=submit].hs-button.danger,
    .btn-wrapper.btn-danger-wrapper input[type="submit"],
    .btn-wrapper.btn-danger-wrapper input[type="button"],
    input[type=submit].hs-button.btn-danger {
      
color: #fff;
background-color: #dc3545 !important;
border-color: #dc3545 !important;

    }

    .btn-wrapper.btn-danger-wrapper .cta_button:hover,
    input[type=submit].hs-button.danger:hover,
    .btn-wrapper.btn-danger-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-danger-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-danger:hover {
      color: #fff;
      background-color: #dc3545;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-danger {
      
color: #dc3545;
background-color: transparent;
border-color: #dc3545 !important;

    }

    .btn-outline-danger:hover {
      color: #fff;
      background-color: #dc3545;
    }

    .btn-wrapper.btn-outline-danger-wrapper .cta_button,
    .btn-wrapper.btn-outline-danger-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-danger-wrapper input[type="button"] {
      
color: #dc3545;
background-color: transparent;
border-color: #dc3545 !important;

    }

    .btn-wrapper.btn-outline-danger-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-danger-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-danger-wrapper input[type="button"]:hover {
      
color: #dc3545;
background-color: transparent;
border-color: #dc3545 !important;

      color: #fff;
      background-color: #dc3545;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-danger {
      
color: #dc3545 !important;

    }

    .text-danger h1,
    .text-danger h2,
    .text-danger h3,
    .text-danger h4,
    .text-danger h5,
    .text-danger h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-danger {
      
background-color: #dc3545 !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-danger {
      
border-color: #dc3545 !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-light {
      
color: #fff;
background-color: #F5F5F5 !important;
border-color: #F5F5F5 !important;

    }

    .btn-light:hover {
      color: #fff;
      background-color: #F5F5F5;
      filter: brightness(110%);
    }

    .btn-light:not(:disabled):not(.disabled).active,
    .btn-light:not(:disabled):not(.disabled):active,
    .show>.btn-light.dropdown-toggle,
    .btn-light.focus,
    .btn-light:focus {
      background-color: #F5F5F5;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-light-wrapper .cta_button,
    input[type=submit].hs-button.light,
    .btn-wrapper.btn-light-wrapper input[type="submit"],
    .btn-wrapper.btn-light-wrapper input[type="button"],
    input[type=submit].hs-button.btn-light {
      
color: #fff;
background-color: #F5F5F5 !important;
border-color: #F5F5F5 !important;

    }

    .btn-wrapper.btn-light-wrapper .cta_button:hover,
    input[type=submit].hs-button.light:hover,
    .btn-wrapper.btn-light-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-light-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-light:hover {
      color: #fff;
      background-color: #F5F5F5;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-light {
      
color: #F5F5F5;
background-color: transparent;
border-color: #F5F5F5 !important;

    }

    .btn-outline-light:hover {
      color: #fff;
      background-color: #F5F5F5;
    }

    .btn-wrapper.btn-outline-light-wrapper .cta_button,
    .btn-wrapper.btn-outline-light-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-light-wrapper input[type="button"] {
      
color: #F5F5F5;
background-color: transparent;
border-color: #F5F5F5 !important;

    }

    .btn-wrapper.btn-outline-light-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-light-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-light-wrapper input[type="button"]:hover {
      
color: #F5F5F5;
background-color: transparent;
border-color: #F5F5F5 !important;

      color: #fff;
      background-color: #F5F5F5;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-light {
      
color: #F5F5F5 !important;

    }

    .text-light h1,
    .text-light h2,
    .text-light h3,
    .text-light h4,
    .text-light h5,
    .text-light h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-light {
      
background-color: #F5F5F5 !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-light {
      
border-color: #F5F5F5 !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-dark {
      
color: #fff;
background-color: #343a40 !important;
border-color: #343a40 !important;

    }

    .btn-dark:hover {
      color: #fff;
      background-color: #343a40;
      filter: brightness(110%);
    }

    .btn-dark:not(:disabled):not(.disabled).active,
    .btn-dark:not(:disabled):not(.disabled):active,
    .show>.btn-dark.dropdown-toggle,
    .btn-dark.focus,
    .btn-dark:focus {
      background-color: #343a40;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-dark-wrapper .cta_button,
    input[type=submit].hs-button.dark,
    .btn-wrapper.btn-dark-wrapper input[type="submit"],
    .btn-wrapper.btn-dark-wrapper input[type="button"],
    input[type=submit].hs-button.btn-dark {
      
color: #fff;
background-color: #343a40 !important;
border-color: #343a40 !important;

    }

    .btn-wrapper.btn-dark-wrapper .cta_button:hover,
    input[type=submit].hs-button.dark:hover,
    .btn-wrapper.btn-dark-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-dark-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-dark:hover {
      color: #fff;
      background-color: #343a40;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-dark {
      
color: #343a40;
background-color: transparent;
border-color: #343a40 !important;

    }

    .btn-outline-dark:hover {
      color: #fff;
      background-color: #343a40;
    }

    .btn-wrapper.btn-outline-dark-wrapper .cta_button,
    .btn-wrapper.btn-outline-dark-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-dark-wrapper input[type="button"] {
      
color: #343a40;
background-color: transparent;
border-color: #343a40 !important;

    }

    .btn-wrapper.btn-outline-dark-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-dark-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-dark-wrapper input[type="button"]:hover {
      
color: #343a40;
background-color: transparent;
border-color: #343a40 !important;

      color: #fff;
      background-color: #343a40;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-dark {
      
color: #343a40 !important;

    }

    .text-dark h1,
    .text-dark h2,
    .text-dark h3,
    .text-dark h4,
    .text-dark h5,
    .text-dark h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-dark {
      
background-color: #343a40 !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-dark {
      
border-color: #343a40 !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-white {
      
color: #fff;
background-color: #ffffff !important;
border-color: #ffffff !important;

    }

    .btn-white:hover {
      color: #fff;
      background-color: #ffffff;
      filter: brightness(110%);
    }

    .btn-white:not(:disabled):not(.disabled).active,
    .btn-white:not(:disabled):not(.disabled):active,
    .show>.btn-white.dropdown-toggle,
    .btn-white.focus,
    .btn-white:focus {
      background-color: #ffffff;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-white-wrapper .cta_button,
    input[type=submit].hs-button.white,
    .btn-wrapper.btn-white-wrapper input[type="submit"],
    .btn-wrapper.btn-white-wrapper input[type="button"],
    input[type=submit].hs-button.btn-white {
      
color: #fff;
background-color: #ffffff !important;
border-color: #ffffff !important;

    }

    .btn-wrapper.btn-white-wrapper .cta_button:hover,
    input[type=submit].hs-button.white:hover,
    .btn-wrapper.btn-white-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-white-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-white:hover {
      color: #fff;
      background-color: #ffffff;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-white {
      
color: #ffffff;
background-color: transparent;
border-color: #ffffff !important;

    }

    .btn-outline-white:hover {
      color: #fff;
      background-color: #ffffff;
    }

    .btn-wrapper.btn-outline-white-wrapper .cta_button,
    .btn-wrapper.btn-outline-white-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-white-wrapper input[type="button"] {
      
color: #ffffff;
background-color: transparent;
border-color: #ffffff !important;

    }

    .btn-wrapper.btn-outline-white-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-white-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-white-wrapper input[type="button"]:hover {
      
color: #ffffff;
background-color: transparent;
border-color: #ffffff !important;

      color: #fff;
      background-color: #ffffff;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-white {
      
color: #ffffff !important;

    }

    .text-white h1,
    .text-white h2,
    .text-white h3,
    .text-white h4,
    .text-white h5,
    .text-white h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-white {
      
background-color: #ffffff !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-white {
      
border-color: #ffffff !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-black {
      
color: #fff;
background-color: #000000 !important;
border-color: #000000 !important;

    }

    .btn-black:hover {
      color: #fff;
      background-color: #000000;
      filter: brightness(110%);
    }

    .btn-black:not(:disabled):not(.disabled).active,
    .btn-black:not(:disabled):not(.disabled):active,
    .show>.btn-black.dropdown-toggle,
    .btn-black.focus,
    .btn-black:focus {
      background-color: #000000;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-black-wrapper .cta_button,
    input[type=submit].hs-button.black,
    .btn-wrapper.btn-black-wrapper input[type="submit"],
    .btn-wrapper.btn-black-wrapper input[type="button"],
    input[type=submit].hs-button.btn-black {
      
color: #fff;
background-color: #000000 !important;
border-color: #000000 !important;

    }

    .btn-wrapper.btn-black-wrapper .cta_button:hover,
    input[type=submit].hs-button.black:hover,
    .btn-wrapper.btn-black-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-black-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-black:hover {
      color: #fff;
      background-color: #000000;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-black {
      
color: #000000;
background-color: transparent;
border-color: #000000 !important;

    }

    .btn-outline-black:hover {
      color: #fff;
      background-color: #000000;
    }

    .btn-wrapper.btn-outline-black-wrapper .cta_button,
    .btn-wrapper.btn-outline-black-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-black-wrapper input[type="button"] {
      
color: #000000;
background-color: transparent;
border-color: #000000 !important;

    }

    .btn-wrapper.btn-outline-black-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-black-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-black-wrapper input[type="button"]:hover {
      
color: #000000;
background-color: transparent;
border-color: #000000 !important;

      color: #fff;
      background-color: #000000;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-black {
      
color: #000000 !important;

    }

    .text-black h1,
    .text-black h2,
    .text-black h3,
    .text-black h4,
    .text-black h5,
    .text-black h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-black {
      
background-color: #000000 !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-black {
      
border-color: #000000 !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-borders {
      
color: #fff;
background-color: #13213c !important;
border-color: #13213c !important;

    }

    .btn-borders:hover {
      color: #fff;
      background-color: #13213c;
      filter: brightness(110%);
    }

    .btn-borders:not(:disabled):not(.disabled).active,
    .btn-borders:not(:disabled):not(.disabled):active,
    .show>.btn-borders.dropdown-toggle,
    .btn-borders.focus,
    .btn-borders:focus {
      background-color: #13213c;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-borders-wrapper .cta_button,
    input[type=submit].hs-button.borders,
    .btn-wrapper.btn-borders-wrapper input[type="submit"],
    .btn-wrapper.btn-borders-wrapper input[type="button"],
    input[type=submit].hs-button.btn-borders {
      
color: #fff;
background-color: #13213c !important;
border-color: #13213c !important;

    }

    .btn-wrapper.btn-borders-wrapper .cta_button:hover,
    input[type=submit].hs-button.borders:hover,
    .btn-wrapper.btn-borders-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-borders-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-borders:hover {
      color: #fff;
      background-color: #13213c;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-borders {
      
color: #13213c;
background-color: transparent;
border-color: #13213c !important;

    }

    .btn-outline-borders:hover {
      color: #fff;
      background-color: #13213c;
    }

    .btn-wrapper.btn-outline-borders-wrapper .cta_button,
    .btn-wrapper.btn-outline-borders-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-borders-wrapper input[type="button"] {
      
color: #13213c;
background-color: transparent;
border-color: #13213c !important;

    }

    .btn-wrapper.btn-outline-borders-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-borders-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-borders-wrapper input[type="button"]:hover {
      
color: #13213c;
background-color: transparent;
border-color: #13213c !important;

      color: #fff;
      background-color: #13213c;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-borders {
      
color: #13213c !important;

    }

    .text-borders h1,
    .text-borders h2,
    .text-borders h3,
    .text-borders h4,
    .text-borders h5,
    .text-borders h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-borders {
      
background-color: #13213c !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-borders {
      
border-color: #13213c !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-body_bg {
      
color: #fff;
background-color: #ffffff !important;
border-color: #ffffff !important;

    }

    .btn-body_bg:hover {
      color: #fff;
      background-color: #ffffff;
      filter: brightness(110%);
    }

    .btn-body_bg:not(:disabled):not(.disabled).active,
    .btn-body_bg:not(:disabled):not(.disabled):active,
    .show>.btn-body_bg.dropdown-toggle,
    .btn-body_bg.focus,
    .btn-body_bg:focus {
      background-color: #ffffff;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-body_bg-wrapper .cta_button,
    input[type=submit].hs-button.body_bg,
    .btn-wrapper.btn-body_bg-wrapper input[type="submit"],
    .btn-wrapper.btn-body_bg-wrapper input[type="button"],
    input[type=submit].hs-button.btn-body_bg {
      
color: #fff;
background-color: #ffffff !important;
border-color: #ffffff !important;

    }

    .btn-wrapper.btn-body_bg-wrapper .cta_button:hover,
    input[type=submit].hs-button.body_bg:hover,
    .btn-wrapper.btn-body_bg-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-body_bg-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-body_bg:hover {
      color: #fff;
      background-color: #ffffff;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-body_bg {
      
color: #ffffff;
background-color: transparent;
border-color: #ffffff !important;

    }

    .btn-outline-body_bg:hover {
      color: #fff;
      background-color: #ffffff;
    }

    .btn-wrapper.btn-outline-body_bg-wrapper .cta_button,
    .btn-wrapper.btn-outline-body_bg-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-body_bg-wrapper input[type="button"] {
      
color: #ffffff;
background-color: transparent;
border-color: #ffffff !important;

    }

    .btn-wrapper.btn-outline-body_bg-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-body_bg-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-body_bg-wrapper input[type="button"]:hover {
      
color: #ffffff;
background-color: transparent;
border-color: #ffffff !important;

      color: #fff;
      background-color: #ffffff;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-body_bg {
      
color: #ffffff !important;

    }

    .text-body_bg h1,
    .text-body_bg h2,
    .text-body_bg h3,
    .text-body_bg h4,
    .text-body_bg h5,
    .text-body_bg h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-body_bg {
      
background-color: #ffffff !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-body_bg {
      
border-color: #ffffff !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-body_color {
      
color: #fff;
background-color: #5E5E5E !important;
border-color: #5E5E5E !important;

    }

    .btn-body_color:hover {
      color: #fff;
      background-color: #5E5E5E;
      filter: brightness(110%);
    }

    .btn-body_color:not(:disabled):not(.disabled).active,
    .btn-body_color:not(:disabled):not(.disabled):active,
    .show>.btn-body_color.dropdown-toggle,
    .btn-body_color.focus,
    .btn-body_color:focus {
      background-color: #5E5E5E;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-body_color-wrapper .cta_button,
    input[type=submit].hs-button.body_color,
    .btn-wrapper.btn-body_color-wrapper input[type="submit"],
    .btn-wrapper.btn-body_color-wrapper input[type="button"],
    input[type=submit].hs-button.btn-body_color {
      
color: #fff;
background-color: #5E5E5E !important;
border-color: #5E5E5E !important;

    }

    .btn-wrapper.btn-body_color-wrapper .cta_button:hover,
    input[type=submit].hs-button.body_color:hover,
    .btn-wrapper.btn-body_color-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-body_color-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-body_color:hover {
      color: #fff;
      background-color: #5E5E5E;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-body_color {
      
color: #5E5E5E;
background-color: transparent;
border-color: #5E5E5E !important;

    }

    .btn-outline-body_color:hover {
      color: #fff;
      background-color: #5E5E5E;
    }

    .btn-wrapper.btn-outline-body_color-wrapper .cta_button,
    .btn-wrapper.btn-outline-body_color-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-body_color-wrapper input[type="button"] {
      
color: #5E5E5E;
background-color: transparent;
border-color: #5E5E5E !important;

    }

    .btn-wrapper.btn-outline-body_color-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-body_color-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-body_color-wrapper input[type="button"]:hover {
      
color: #5E5E5E;
background-color: transparent;
border-color: #5E5E5E !important;

      color: #fff;
      background-color: #5E5E5E;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-body_color {
      
color: #5E5E5E !important;

    }

    .text-body_color h1,
    .text-body_color h2,
    .text-body_color h3,
    .text-body_color h4,
    .text-body_color h5,
    .text-body_color h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-body_color {
      
background-color: #5E5E5E !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-body_color {
      
border-color: #5E5E5E !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-link_color {
      
color: #fff;
background-color: #052634 !important;
border-color: #052634 !important;

    }

    .btn-link_color:hover {
      color: #fff;
      background-color: #052634;
      filter: brightness(110%);
    }

    .btn-link_color:not(:disabled):not(.disabled).active,
    .btn-link_color:not(:disabled):not(.disabled):active,
    .show>.btn-link_color.dropdown-toggle,
    .btn-link_color.focus,
    .btn-link_color:focus {
      background-color: #052634;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-link_color-wrapper .cta_button,
    input[type=submit].hs-button.link_color,
    .btn-wrapper.btn-link_color-wrapper input[type="submit"],
    .btn-wrapper.btn-link_color-wrapper input[type="button"],
    input[type=submit].hs-button.btn-link_color {
      
color: #fff;
background-color: #052634 !important;
border-color: #052634 !important;

    }

    .btn-wrapper.btn-link_color-wrapper .cta_button:hover,
    input[type=submit].hs-button.link_color:hover,
    .btn-wrapper.btn-link_color-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-link_color-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-link_color:hover {
      color: #fff;
      background-color: #052634;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-link_color {
      
color: #052634;
background-color: transparent;
border-color: #052634 !important;

    }

    .btn-outline-link_color:hover {
      color: #fff;
      background-color: #052634;
    }

    .btn-wrapper.btn-outline-link_color-wrapper .cta_button,
    .btn-wrapper.btn-outline-link_color-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-link_color-wrapper input[type="button"] {
      
color: #052634;
background-color: transparent;
border-color: #052634 !important;

    }

    .btn-wrapper.btn-outline-link_color-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-link_color-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-link_color-wrapper input[type="button"]:hover {
      
color: #052634;
background-color: transparent;
border-color: #052634 !important;

      color: #fff;
      background-color: #052634;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-link_color {
      
color: #052634 !important;

    }

    .text-link_color h1,
    .text-link_color h2,
    .text-link_color h3,
    .text-link_color h4,
    .text-link_color h5,
    .text-link_color h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-link_color {
      
background-color: #052634 !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-link_color {
      
border-color: #052634 !important;

    }

    

    /* ----------------------------------------------------------------------------------- */
    /* Button color classes */
    /* ----------------------------------------------------------------------------------- */
    
    
    
    

    .btn-link_hover_color {
      
color: #fff;
background-color: #13213c !important;
border-color: #13213c !important;

    }

    .btn-link_hover_color:hover {
      color: #fff;
      background-color: #13213c;
      filter: brightness(110%);
    }

    .btn-link_hover_color:not(:disabled):not(.disabled).active,
    .btn-link_hover_color:not(:disabled):not(.disabled):active,
    .show>.btn-link_hover_color.dropdown-toggle,
    .btn-link_hover_color.focus,
    .btn-link_hover_color:focus {
      background-color: #13213c;
      filter: brightness(90%);
    }

    .btn-wrapper.btn-link_hover_color-wrapper .cta_button,
    input[type=submit].hs-button.link_hover_color,
    .btn-wrapper.btn-link_hover_color-wrapper input[type="submit"],
    .btn-wrapper.btn-link_hover_color-wrapper input[type="button"],
    input[type=submit].hs-button.btn-link_hover_color {
      
color: #fff;
background-color: #13213c !important;
border-color: #13213c !important;

    }

    .btn-wrapper.btn-link_hover_color-wrapper .cta_button:hover,
    input[type=submit].hs-button.link_hover_color:hover,
    .btn-wrapper.btn-link_hover_color-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-link_hover_color-wrapper input[type="button"]:hover,
    input[type=submit].hs-button.btn-link_hover_color:hover {
      color: #fff;
      background-color: #13213c;
      filter: brightness(110%);
      text-decoration: none;
    }

    .btn-outline-link_hover_color {
      
color: #13213c;
background-color: transparent;
border-color: #13213c !important;

    }

    .btn-outline-link_hover_color:hover {
      color: #fff;
      background-color: #13213c;
    }

    .btn-wrapper.btn-outline-link_hover_color-wrapper .cta_button,
    .btn-wrapper.btn-outline-link_hover_color-wrapper input[type="submit"],
    .btn-wrapper.btn-outline-link_hover_color-wrapper input[type="button"] {
      
color: #13213c;
background-color: transparent;
border-color: #13213c !important;

    }

    .btn-wrapper.btn-outline-link_hover_color-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-link_hover_color-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-link_hover_color-wrapper input[type="button"]:hover {
      
color: #13213c;
background-color: transparent;
border-color: #13213c !important;

      color: #fff;
      background-color: #13213c;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Text color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .text-link_hover_color {
      
color: #13213c !important;

    }

    .text-link_hover_color h1,
    .text-link_hover_color h2,
    .text-link_hover_color h3,
    .text-link_hover_color h4,
    .text-link_hover_color h5,
    .text-link_hover_color h6 {
      color: inherit;
    }

    /* ----------------------------------------------------------------------------------- */
    /* Background color classes */
    /* ----------------------------------------------------------------------------------- */
    
    


    .bg-link_hover_color {
      
background-color: #13213c !important;

    }

    /* ----------------------------------------------------------------------------------- */
    /* Border color classes */
    /* ----------------------------------------------------------------------------------- */
    
    

    .border-link_hover_color {
      
border-color: #13213c !important;

    }

    

    .btn-wrapper.btn-outline-white-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-white-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-outline-white-wrapper input[type="button"]:hover,
    .btn-wrapper.btn-white-wrapper .cta_button,
    .btn-wrapper.btn-white-wrapper input[type="submit"],
    .btn-wrapper.btn-white-wrapper input[type="button"],
    .btn-white,
    .btn-outline-white:hover {
      color: #000 !important;
    }

    .btn-wrapper.btn-white-wrapper .cta_button:hover,
    .btn-wrapper.btn-white-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-white-wrapper input[type="button"]:hover,
    .btn-wrapper.btn-black-wrapper .cta_button:hover,
    .btn-wrapper.btn-black-wrapper input[type="submit"]:hover,
    .btn-wrapper.btn-black-wrapper input[type="button"]:hover,
    .btn-white:hover {
      background: #13213c;
      border-color: #13213c ;
    }

    .btn-wrapper.btn-none-wrapper .cta_button {
      padding: 0;
      height: auto;
      border: none;
      font-weight: inherit;
      position: relative;
    }

    .btn-wrapper.btn-none-wrapper .cta_button:before {
      transition: width 250ms ease-in-out;
      position: absolute;
      bottom: -2px;
      width: 0;
      border-bottom: 1px solid #1264a3;
      content: "";
    }

    .btn-wrapper.btn-none-wrapper .cta_button:after {
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f105";
      margin-left: 7px;
    }

    .btn-wrapper.btn-none-wrapper .cta_button:hover:before {
      width: 100%;
    }

    .btn.btn-sm,
    .btn-wrapper.btn-wrapper-sm .cta_button,
    .btn.btn-sm:hover,
    .btn-wrapper.btn-wrapper-lg .cta_button:hover {
      height: 2.875rem !important;
      padding: 0 1.125rem !important;
      font-size: 0.75rem !important;
    }

    .btn.btn-md,
    .btn-wrapper.btn-wrapper-md .cta_button,
    .btn.btn-md:hover,
    .btn-wrapper.btn-wrapper-md .cta_button:hover {
      height: 3.5rem;
      padding: 0 2.8125rem  !important;
      font-size: 1.25rem !important;
    }
    .btn.btn-lg,
    .btn-wrapper.btn-wrapper-lg .cta_button,
    .btn.btn-lg:hover,
    .btn-wrapper.btn-wrapper-lg .cta_button:hover {
      height: 3.875rem !important;
      padding: 0 1.875rem  !important;
      font-size: 1.25rem !important;
    }

    /* Override for primary button */
    
    .btn-wrapper.btn-primary-wrapper .cta_button,
    .btn-wrapper.btn-primary-wrapper .hs-form input[type="submit"],
    .btn-wrapper.btn-primary-wrapper .hs-form input[type="button"],
    input[type=submit].hs-button.primary,
    .btn-primary {
      background-color:#13213c!important;
      border-color:#13213c!important;
      color:#FFFFFF!important;
    }

    .btn-wrapper.btn-primary-wrapper .cta_button:hover,
    .btn-wrapper.btn-primary-wrapper .hs-form input[type="submit"]:hover,
    .btn-wrapper.btn-primary-wrapper .hs-form input[type="button"]:hover,
    input[type=submit].hs-button.primary:hover,
    .btn-primary:hover {
      background-color:#13213c!important;
      color:#FFFFFF!important;
    }
    .btn-wrapper.btn-outline-primary-wrapper .cta_button,
    .btn-wrapper.btn-outline-primary-wrapper .hs-form input[type="submit"],
    .btn-wrapper.btn-outline-primary-wrapper .hs-form input[type="button"] {
      border-color:#13213c!important;
      color:#13213c!important;
    } 
    .btn-wrapper.btn-outline-primary-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-primary-wrapper .hs-form input[type="submit"]:hover,
    .btn-wrapper.btn-outline-primary-wrapper .hs-form input[type="button"]:hover {
      background-color:#13213c!important;
      color:#FFFFFF!important;
    }
    

    /* Override for secondary button */
    
    .btn-wrapper.btn-secondary-wrapper .cta_button,
    .btn-wrapper.btn-secondary-wrapper .hs-form input[type="submit"],
    .btn-wrapper.btn-secondary-wrapper .hs-form input[type="button"],
    input[type=submit].hs-button.secondary,
    .btn-secondary {
      background-color:#16B6C8!important;
      border-color:#16B6C8!important;
      color:#FFFFFF!important;
    }

    .btn-wrapper.btn-secondary-wrapper .cta_button:hover,
    .btn-wrapper.btn-secondary-wrapper .hs-form input[type="submit"]:hover,
    .btn-wrapper.btn-secondary-wrapper .hs-form input[type="button"]:hover,
    input[type=submit].hs-button.secondary:hover,
    .btn-secondary:hover {
      background-color:#16B6C8!important;
      color:#FFFFFF!important;
    }
    .btn-wrapper.btn-outline-secondary-wrapper .cta_button,
    .btn-wrapper.btn-outline-secondary-wrapper .hs-form input[type="submit"],
    .btn-wrapper.btn-outline-secondary-wrapper .hs-form input[type="button"] {
      border-color:#16B6C8!important;
      color:#16B6C8!important;
    }
    .btn-wrapper.btn-outline-secondary-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-secondary-wrapper .hs-form input[type="submit"]:hover,
    .btn-wrapper.btn-outline-secondary-wrapper .hs-form input[type="button"]:hover {
      color:#FFFFFF!important;
    }
    

    /* Override for tertiary button */
    
    .btn-wrapper.btn-tertiary-wrapper .cta_button,
    .btn-wrapper.btn-tertiary-wrapper .hs-form input[type="submit"],
    .btn-wrapper.btn-tertiary-wrapper .hs-form input[type="button"] {
      color:#FFFFFF;
      border-color:#b6cdf9!important;
    }

    .btn-wrapper.btn-tertiary-wrapper .cta_button:hover,
    .btn-wrapper.btn-tertiary-wrapper .hs-form input[type="submit"]:hover,
    .btn-wrapper.btn-tertiary-wrapper .hs-form input[type="button"]:hover {
      color:#FFFFFF!important;
      border-color:#b6cdf9 !important;
    }
    .btn-wrapper.btn-outline-tertiary-wrapper .cta_button,
    .btn-wrapper.btn-outline-tertiary-wrapper .hs-form input[type="submit"],
    .btn-wrapper.btn-outline-tertiary-wrapper .hs-form input[type="button"] {
      border-color:#b6cdf9!important;
      color:#b6cdf9!important;
    }
    .btn-wrapper.btn-outline-tertiary-wrapper .cta_button:hover,
    .btn-wrapper.btn-outline-tertiary-wrapper .hs-form input[type="submit"]:hover,
    .btn-wrapper.btn-outline-tertiary-wrapper .hs-form input[type="button"]:hover {
      color:#FFFFFF!important;
    }
    

    /* ----------------------------------------------------------------------------------- */
    /*  HubSpot Forms */
    /* ----------------------------------------------------------------------------------- */

    fieldset {
      font-size: 1rem;
      padding: 0.25rem 0;
      max-width: none !important;
    }
    fieldset > div .input {
      margin: 0 !important;
    }
    fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]),
    fieldset div {
      width: 100% !important
    }
    @media only screen and (min-width: 992px) {
      form fieldset {
        display: flex;
        gap: 24px;
      }
      
      form fieldset div {
        flex: 1;
      }
      
    }

    fieldset .field {
      margin: 0 0 0.625rem;
    }

    ::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #5E5E5E;
    }

    ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #5E5E5E;
    }

    :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #5E5E5E;
    }

    ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #5E5E5E;
    }

    ::placeholder {
      /* Most modern browsers support this now. */
      color: #5E5E5E;;
    }

    .hs-field-desc {
      font-size: .8em;
      margin: 0 0 .5em;
    }

    input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]),
      textarea,
      select,
      input[readonly]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]) {
        -webkit-appearance: none;
        color: #5E5E5E;
        background: rgba(255, 255, 255, 1.0);
        font-size: 0.875rem;
        padding: .75rem .75rem;

    }

    input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):focus:not([type="button"]):focus,
      textarea:focus,
      select:focus,
      input[readonly]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="button"]):focus:not([type="submit"]):focus {
        border-color: #B4B5B4;
        box-shadow: none;
    }

    input[type="radio"], input[type="checkbox"] {
      margin-right: 2px;
    }

    select {
      background-image: url("https://4016590.fs1.hubspotusercontent-na1.net/hubfs/4016590/icon-select.png");
      background-position: calc(100% - 12px) center;
      background-repeat: no-repeat;
      line-height: 1;
      height: auto;
    }


    .inputs-list {
      margin: 0;
      padding: 0;
    }

    .inputs-list li {
      list-style: none;
    }

    .hs-error-msgs {
      font-size: .8rem;
      color: #dc3545;
      margin: .5rem 0 0;
    }

    .hs_submit {
      margin-top: 1rem;
    }

    .form-input-lg input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]), .form-control-lg {
      height: 3.875rem;
      font-size: 1.25rem
        padding: 0 15px;
    }

    .form-input-md input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]), .form-control-md {
      height: 3.5rem;
      font-size: 1.25rem
        padding: 0 15px;
    }

    .form-input-sm input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]), .form-control-md {
      height: 2.875rem;
      font-size: 0.75rem
        padding: 0 15px;
    }

    .field > label, .form-group label {
      margin: 0 0 0.3rem;
      color: #052634;
      font-size: 0.875rem;
    }

    .form-control, input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]),
      textarea,
      select,
      input[readonly]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]) {
        -webkit-appearance: none;
        height: auto;
        color: #5E5E5E;
        height: 3.5rem;
        padding: 0 15px;
        font-size: 1.25rem;
        line-height: 1.25rem;
        border-style: solid;
        border-width: 1px;
        border-radius: 3px;
        max-width: 100%;
        width: 100%;
    }

    .form-control:focus, input:focus:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]),
      textarea:focus,
      select:focus {
        border-color: #B4B5B4;
        box-shadow: none;
    }

    textarea {
      padding-top: .75rem;
      padding-bottom: .75rem;
      min-height: 75px;
    }

    .form-control-lg, .form-wrapper-lg input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]) {
      height: 3.875rem;
      font-size: 1.25rem
        padding: 0 15px;
    }

    .form-control-md, .form-wrapper-md input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]) {
      height: 3.5rem;
      font-size: 1.25rem
        padding: 0 15px;
    }

    .form-control-sm, .form-wrapper-sm input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]) {
      height: 2.875rem;
      font-size: 0.75rem
        padding: 0 15px;
    }

    .form-control-lg input[type=submit].hs-button.primary,
    .form-control-lg input[type=submit].hs-button.secondary,
    .form-wrapper-lg input[type=submit].hs-button.primary,
    .form-wrapper-lg input[type=submit].hs-button.secondary {
      height: 3.875rem;
      padding: 0 1.875rem !important;
      font-size: 1.25rem
    }

    .form-control-md input[type=submit].hs-button.primary,
    .form-control-md input[type=submit].hs-button.secondary,
    .form-wrapper-md input[type=submit].hs-button.primary,
    .form-wrapper-md input[type=submit].hs-button.secondary {
      height: 3.5rem;
      padding: 0 2.8125rem  !important;
      font-size: 1.25rem
    }

    .form-control-sm input[type=submit].hs-button.primary,
    .form-control-sm input[type=submit].hs-button.secondary,
    .form-wrapper-sm input[type=submit].hs-button.primary,
    .form-wrapper-sm input[type=submit].hs-button.secondary {
      height: 2.875rem;
      padding: 0 1.125rem  !important;
      font-size: 0.75rem
    }

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

    form#email-prefs-form input.email-edit.hs-input {
      width: 100% !important;
    }

    label.hs-error-msg {
      font-size: .75rem;
      line-height: 1.2;
    }

    input#hs-pwd-widget-password {
      width: 100%;
      height: initial !important;
      padding: .6rem;
      margin-bottom: 1rem;
      margin-top: 1rem !important;
    }

    .tf-multicol-media .responsive-video {
      height: 0;
      padding: 0 0 56.25%;
      position: relative;
    }

    .tf-multicol-media video {
      max-width: 100%;
      height: auto;
    }

    .tf-multicol-media iframe {
      max-width: 100%;
      height: 100%;
    }

    .tf-multicol-media .responsive-video iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }
    .tf-multicol-media .section-heading {
      margin: 0 0 1.25rem;
      padding: 0;
    }
    .tf-multicol-media .section-description {
      margin: 0 0 1.25rem;
      padding: 0;
    }
    .tf-multicol-media .responsive-video-file {
      max-width: 100%;
    }
    .tf-multicol-media .responsive-image img {
      max-width: 100%;
      height: auto;
    }
    .tf-multicol-media .col-subheading { 
      font-size: 1rem;
      margin: 0 0 0.625rem;
    }
    .tf-multicol-media .col-heading {
      margin-top:15px;
      padding: 0;
    }
    .tf-multicol-media.tf-bg-image .tf-col {
      padding: 6.25rem 4rem;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      border-right: solid 1px #f5f7f9;
      border-right: solid 1px var(--secondary);
    }
    .tf-multicol-media.tf-bg-image .tf-col:last-of-type {
      border-right: none;
    }
    .tf-multicol-media.tf-bg-image .tf-col .form-control {
      padding: 3.125rem 0 0;
    }
    .tf-multicol-media.tf-bg-image .tf-col::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
    }
    .tf-multicol-media.tf-bg-image .tf-col .content-wrapper {
      position: relative;
      z-index: 2;
    }
    .tf-multicol-media.text-white .col-subheading,
    .tf-multicol-media.text-white .col-heading,
    .tf-multicol-media.text-white .col-content,
    .tf-multicol-media.text-light .col-subheading,
    .tf-multicol-media.text-light .col-heading,
    .tf-multicol-media.text-light .col-content,
    .tf-multicol-media.text-dark .col-subheading,
    .tf-multicol-media.text-dark .col-heading,
    .tf-multicol-media.text-dark .col-content,
    .tf-multicol-media.text-primary .col-subheading,
    .tf-multicol-media.text-primary .col-heading,
    .tf-multicol-media.text-primary .col-content,
    .tf-multicol-media.text-secondary .col-subheading,
    .tf-multicol-media.text-secondary .col-heading,
    .tf-multicol-media.text-secondary .col-content,
    .tf-multicol-media.text-tertiary .col-subheading,
    .tf-multicol-media.text-tertiary .col-heading,
    .tf-multicol-media.text-tertiary .col-content  {
      color: inherit;
    }
    .tf-multicol-media .tf-valign-top {
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
    }
    .tf-multicol-media .tf-valign-center {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .tf-multicol-media .tf-valign-bottom {
      -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
      align-items: flex-end;
    }
    .tf-multicol-media .tf-valign-stretch {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
    @media (max-width: 768px) {
      .tf-multicol-media .tf-col {
        margin-top: 1rem;
        margin-bottom: 1rem;
      }
    }
    ul.slick-dots,
    footer ul,
    .tf-two-col-07 .tf-feature-check {
      list-style-image: none;
    }
    .lang_switcher_class {
      display: block !important;
    }
    .lang_list_class {
      list-style: none;
    }



    .slick-dots li button {
      display: block;
      width: 16px;
      height: 8px;
      padding: 0;
      border: 0;
      border-radius: 10px;
      text-indent: -9999px;
      -webkit-transition: all ease-in-out .2s;
      -o-transition: all ease-in-out .2s;
      transition: all ease-in-out .2s;
      margin: 4px;
      box-shadow: 0 0 0 4px transparent;
      background: #0c63ff;
      background:  !important;
    }


    @media (max-width:1199px){
      .dropdown-item:hover,
      .dropdown-item:focus{
        color:#16B6C8 !important;
        background:inherit !important;
      }


    }
    .hide { display: none; }
    .category ul li {
      color: #ffffff;
      cursor:pointer;
    }
    .category ul li:nth-child(1) {
      margin-left: 0;
    }
    .new_filter_parent ul{
      margin-bottom:20px !important;
    }
    .category ul li {
      -webkit-box-flex: 0;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin: 5px 0 5px 15px;
      padding: 15px 20px;
      line-height: 1;
      text-align: center;
      background-color: #025158;
      display:inline-block;
      opacity: .8;
      transition: .4s;
    }
    .category ul li.active {
      opacity: 1;
    }




    /* body padding issue */
    .body-container{
      padding:0;
    }

    /* Preloder */

    #preloder {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 999999;
    }

    .loader {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -13px;
      margin-left: -13px;
      border-radius: 60px;
      animation: loader 0.8s linear infinite;
      -webkit-animation: loader 0.8s linear infinite;
    }

    @keyframes loader {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #fff;
        border-left-color: transparent;
      }
      50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #dee4e7;
        border-left-color: transparent;
      }
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #5d5d5d;
        border-left-color: transparent;
      }
    }

    @-webkit-keyframes loader {
      0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #fff;
        border-left-color: transparent;
      }
      50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #dee4e7;
        border-left-color: transparent;
      }
      100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #5d5d5d;
        border-left-color: transparent;
      }
    }


    /* Preloader */

    

    #preloder{
      background:  rgba(19, 33, 60, 0.0);
    }

    /* blog listing 1 */
    .blog_listing_1 .blog-header {
      height: 275px;
    }
    .blog-header.mb-0.blog_1 .blog-header__title{
      text-align:left;
      color:rgba( 255, 255, 255, 1.0) !important;
    }
    .blogs-tag.blog_1{
      background-color:rgba( 22, 182, 200, 1.0) !important;
    }

    
    /* blog post 2 */
    .blog-header.background-image.post_page_2:before {
      background-color: rgba( 0, 0, 0, 0.5) !important;
    }
    .post_page_2 .blog--post__image h1{
      text-align:left;
      color: rgba( 255, 255, 255, 1.0) !important;
    }