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

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

/* Paragraphs */

p {
/*   font-size: 1rem; */
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
		h1 {
    font-size: 2.75rem!important;
}
 h2 {
    font-size: 2.25rem!important;
}
}

@media screen and (max-width: 767px){
 h1 {
    font-size: 2.25rem!important;
}
		h2 {
    font-size: 1.9rem!important;
}
		h3 {
    font-size: 26px!important;
   
}
		 h4 {
    font-size: 22px;
    
}
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
		
}
a.button {
    display: initial;
    white-space: normal;
}
button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
label.hs-main-font-element {
    color: #ef6b51;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button, button,
.button {
    font-size: 1.12rem;
    line-height: 1.2;
    text-transform: capitalize;
    border: 1px solid #f72e57;
    font-family: Roboto,sans-serif;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    width: auto;
    margin: auto;
    display: inherit;
    transition: .4s;
    white-space: pre-wrap;
    cursor: pointer;
    -webkit-appearance: button;
		text-align:center;
}
a.hs-button.primary {
    margin-top: 15px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 767px){
form {
    margin-top: 30px;
}
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
		position: fixed;
		left: 0;
		background: #fff;
		width: 100%;
		height: 79px;
		transition: all .4s ease-in-out;
		-webkit-transition: all .4s ease-in-out;
		z-index: 11;
		box-shadow: 1px 2px 2px #e8e8e8;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
}
.outer_header {
		min-height: 80px;
}

.header  .container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
}

.header_wrapper {
		align-items: center!important;
		display: flex;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
}
.left_section{
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
}
.logo_section {
		padding: 10px 0;
}

.logo_section  img {
		vertical-align: middle;
		max-width: 270px;
		height: auto;
}
.right_section{
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
}
.navigation {
		background-color: #fff;
		display: none;
}
.header_menu .hs-menu-wrapper>ul {
		display: flex;
		justify-content: flex-end;
		list-style: none;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
}
.header_menu .hs-menu-wrapper>ul>li {
		padding: 0 10px;
		position: relative;
		font-size: 16px;
		font-family: Roboto,sans-serif;
}

.header_menu .hs-menu-wrapper>ul>li>a {
		padding: 30px 10px;
		color: #1a1a1a;
		font-size: 18px;
		line-height: 19px;
		display: block;
		font-family: Roboto,sans-serif;
		font-weight: 400;
		text-decoration: none;
}



.header_menu .hs-menu-wrapper>ul>li>ul {
		visibility: hidden;
		opacity: 0;
		padding: 15px 10px;
		max-width: 170px;
		font-size: 100%;
		position: absolute;
		top: 100%;
		z-index: 11;
		list-style: none;
		margin-top: 0;
}
.header_menu .hs-menu-wrapper>ul>li>ul>li {
		padding: 0;
		box-sizing: border-box;
		vertical-align: top;
		display: inline-block;
		position: relative;
		font-family: Roboto,sans-serif;
		font-size: 16px;
}


.header_menu .hs-menu-wrapper>ul>li>ul>li>a {
		display: block;
		padding: 15px 20px;
		font-size: 16px;
		color: #4d4d4d;
		font-weight: 300;
		line-height: 19px;
		font-family: Roboto,sans-serif;
}

/* .header_menu .hs-menu-wrapper>ul>li:nth-child(7) {
position: absolute;
right: 122px;
top: 32px;
padding: 0;
}

.header_menu .hs-menu-wrapper>ul>li:nth-child(7)>a {
padding: 0;
} */

/* .header_menu .hs-menu-wrapper>ul>li:nth-child(6)>a {
position: absolute;
right: 0;
top: -4px;
padding: 0;
position: relative;
font-size: 16px;
color: #1a1a1a;
font-size: 18px;
line-height: 19px;
text-decoration: none;
padding: 30px 10px;
} */



img.icon-login {
		margin-left: 2px;
		vertical-align: middle;
		max-width: 100%;
		height: 35px;
}

.header_menu {
		margin-right: -26px;
}

.header_menu .hs-menu-wrapper>ul>li:nth-child(6)>a {
		position: relative;
		right: 0;
		top: 2px;
		left: 3px;
		padding: 23px 10px 0 10px;
}
.header_menu .hs-menu-wrapper>ul>li:nth-child(6)>a img {
		height: 35px;
}
.header_menu .hs-menu-wrapper>ul>li:nth-child(6) {
		padding: 0;
}

.header_menu .hs-menu-wrapper>ul>li:nth-child(7)>a {
		position: relative;
		top: -4px;
		left: -1px;
		padding: 30px 10px 15px 10px;
}


/* search section */
.search-modal-container {
    visibility: hidden;
    opacity: 0;
}
div#container-search-form-61d48664df6c9 {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		background-color: rgba(0,0,0,0.2);
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s linear;
}

span.screen-reader-text {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
}

.search-modal {
		position: absolute;
		display: flex;
		align-items: center;
		background-color: #fff;
		z-index: 1002;
		width: 100%;
		padding: 10px;
		transition: all 0.3s linear;
		transform: translateY(-100%);
}

.search-form-container {
		width: calc(100% - 30px);
}

form.search-form {
		max-width: 100%;
		border: none;
		margin: 0;
/* 		display: flex;
		flex-wrap: wrap; */
		position: relative;
		overflow: hidden;
}


.search-modal label {
		
		margin-bottom: 0;
}

span.screen-reader-text {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
}

.search-form-container  input {
		border: 0;
    padding: 10px;
    width: 100%;
    outline-offset: -2px;
    -webkit-appearance: none;
    font-size: 16px;
    position: relative;
   line-height: 24px;
   
}

.search-close-modal {
		width: 20px;
		margin-left: 10px;
}
form label {
    margin-bottom: 0;
}
.closeSearchModal {
		background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    top: 7px;
    position: relative;
}
input.screen-reader-text {
		display: none!important;
		visibility: hidden;
		opacity: 0;
}
.search-close-modal img {
		width: 20px;
		height: 32px;
}
.search-modal-container {
    position: fixed;
    top: -24px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear;
}
.search-form-container input::placeholder{
    color:#757575;
}
body.open .search-modal-container {
    visibility: visible;
    opacity: 100%;
		height: 100%;
		top:0;
}
.open .search-modal {
    transform: translateY(0);
}

/* mobile trigger */

.navbar-toggler.btn-humberger {
    position: absolute;
    right: 10px;
    top: -40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 12px;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 0.25rem;
    -webkit-appearance: button;
}

.btn-humberger span {
    width: 33px;
    height: 3px;
    background: #1a1a1a;
    display: block;
    margin-bottom: 6px;
}

.btn-humberger span:last-child {
    margin-bottom: 0;
}


body.focused .btn-humberger span:first-child{
    transform-origin: left;
    position: absolute;
    transform: rotate(
45deg);
    top: 0;
}

body.focused .btn-humberger span:nth-child(2){
    opacity: 0;
}
body.focused .btn-humberger  span:last-child {
    transform-origin: left;
    position: absolute;
    top: 23px;
    transform: rotate(
-45deg);
}

.no-nav .header_menu {
    opacity: 0;
		display:none;
}

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

}
@media (min-width: 768px){
		.header  .container {
				max-width: 720px;
		}
}
@media (min-width: 992px){
		.header  .container {
				max-width: 960px;
		}
		.left_section {
				flex: 0 0 100%;
				max-width: 100%;
		}
		.right_section {
				flex: 0 0 100%;
				max-width: 100%;
		}
}
@media screen and (min-width: 1200px){
		header.header {
				box-shadow: 1px 2px 2px #e8e8e8;
		}
		.header  .container {
				max-width: 1350px;
		}
		.left_section {
				flex: 0 0 25%;
				max-width: 25%;
		}
		.right_section {
				flex: 0 0 75%;
				max-width: 75%;
		}
		button.navbar-toggler.btn-humberger {
				display: none;
		}
		.navigation {
				display: flex;
				justify-content: flex-end;
		}
		/* 		.navigation {
		padding-right: 140px;
} */
		.header_menu .hs-menu-wrapper>ul>li:nth-child(1)>ul,.header_menu .hs-menu-wrapper>ul>li:nth-child(7)>ul{
				min-width: 215px;
				left: 50%!important;
				transform: translate(-50%);
/* 				background: #f8f8f8;    */
				box-shadow: 1px 2px 3px #e5e5e5;
		}

		.header_menu .hs-menu-wrapper>ul>li>ul {
				display: grid;
				justify-content: flex-start;
				grid-template-columns: 1fr 1fr;
				left: 50%!important;
				transform: translate(-50%);
				background: #f8f8f8;
				min-width: 455px;
				box-shadow: 1px 2px 3px #e5e5e5;
		}
		.header_menu .hs-menu-wrapper>ul>li:nth-child(1)>ul>li,.header_menu .hs-menu-wrapper>ul>li:nth-child(7)>ul>li {
				width: 100%!important;
				border-right: none!important;
		}
		.header_menu .hs-menu-wrapper>ul>li>ul>li>a {
				text-align: left;
		}

		
		.header_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2), 
		.header_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(3)
		 {
				grid-column-start: 1;
		}
		.header_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(5) {
				grid-column-start: 2;
				grid-row-end: 1;
				border-right: none;
		}
		.header_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(6) {
				grid-column-start: 2;
				grid-row-start: 1;
				border-right: none;
		}
		.header_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(7) {
				grid-column-start: 2;
				grid-row-start: 2;
				border-right: none;
		}
		.header_menu .hs-menu-wrapper>ul>li>ul>li {
				border-right: 1px solid #ddd;
		}
		.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover ul.hs-menu-children-wrapper  {
		visibility:visible;
		opacity:100%;
}
		.header_menu .hs-menu-wrapper>ul>li>a:hover:after{
    content: "";
    height: 4px;
    width: calc(100% - 20px);
    bottom: 0;
    position: absolute;
    left: 10px;
    background-color: #f72e57;
}
		.header_menu .hs-menu-wrapper>ul>li:nth-child(6)>a:hover:after{
    content: "";
    height: 4px;
    width: calc(100% - 20px);
    bottom: 0;
    position: absolute;
    left: 10px;
    background-color: #fff;
}
		
		.header_menu .hs-menu-wrapper>ul>li:nth-child(1)>ul,.header_menu .hs-menu-wrapper>ul>li:nth-child(7)>ul{
		/* display: none; */
		width: 220px;
		display: block;
		font-size: 100%;
		padding: 15px 10px;
		max-width: 170px;
		position: absolute;
		top: 100%;
		z-index: 11;
		list-style: none;
		margin-top: 0;
		justify-content: flex-end;
		flex-wrap: wrap;
}
.header_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(odd) {
		border-right: 1px solid #ddd;
}
		
		.header_menu .hs-menu-wrapper>ul>li>ul:nth-child(4){
    display: block;
    font-size: 100%;
    width: 220px;
    padding: 15px 10px;
    max-width: 170px;
    position: absolute;
    top: 100%;
    z-index: 11;
    list-style: none;
    margin-top: 0;
    left: 50%!important;
    transform: translate(-50%);
    background: #f8f8f8;
    min-width: 455px;
    box-shadow: 1px 2px 3px #e5e5e5;
    justify-content: flex-end;
    flex-wrap: wrap;
}
		.header_menu .hs-menu-wrapper> ul > li:nth-child(4) > ul {
    display: block;
}
		.header_menu .hs-menu-wrapper> ul > li:nth-child(4) > ul >li{
    padding: 0;
    display: inline-block;
    width: 49.5%;
    box-sizing: border-box;
    vertical-align: top;
}
	.header_menu .hs-menu-wrapper > ul > li:nth-child(5) > ul {
    padding: 15px 10px;
    max-width: 170px;
    /* display: none; */
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 11;
    list-style: none;
    margin-top: 0;
    display: block;
    font-size: 100%;
    width: 220px;
    left: 50%!important;
    transform: translate(-50%);
    background: #f8f8f8;
    min-width: 455px;
    box-shadow: 1px 2px 3px #e5e5e5;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.header_menu .hs-menu-wrapper > ul > li:nth-child(5) > ul > li {
    padding: 0;
    display: inline-block;
    width: 49.5%;
    box-sizing: border-box;
    vertical-align: top;
}
}

@media screen and (max-width: 1277px){
.header_menu .hs-menu-wrapper>ul>li {
    padding: 0;
}
}

@media screen and (max-width: 1200px){
.navigation {
    position: fixed;
    top: 78px;
    left: 0;
    background-color: #fff;
    z-index: 11;
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
    box-shadow: 1px 2px 3px hsl(0deg 0% 50% / 32%);
}

.header_menu .hs-menu-wrapper>ul>li {
    padding: 2px 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #5000b2;
}

.header_menu .hs-menu-wrapper>ul>li>a {
    padding: 15px 0;
    display: block;
}
		
	.child-trigger:after {
    content: "+";
    width: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: 14px;
    display: block;
    font-size: 35px;
    line-height: 20px;
    color: #5000b2;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}
		.header_menu .hs-menu-wrapper>ul>li:nth-child(6) {
  border:none;
    order: 2;
}
		.header_menu .hs-menu-wrapper>ul>li:nth-child(6)>a{
				padding: 4px 0;
		}
		.header_menu .hs-menu-wrapper>ul>li:nth-child(7)>a{
				padding: 12px 0;
		}
		.header_menu .hs-menu-wrapper>ul>li>ul {
    position: static;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    padding: 3px 0 10px 5px;
    border: none;
}

.header_menu .hs-menu-wrapper>ul>li>ul>li {
    border-bottom: 1px solid transparent;
    padding: 2px 0;
    position: relative;
    width: 100%;
}

.header_menu .hs-menu-wrapper>ul>li>ul>li>a {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 300;
}
		
		.header_menu .hs-menu-wrapper>ul>li>ul{
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    padding: 3px 0 10px 5px;
    border: none;
    opacity: 1 !important;
    visibility: visible !important;
    background-color: transparent;
}
.header_menu .hs-menu-wrapper>ul>li>ul>li>a {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    color: #4D4D4D;
    font-weight: 300;
} 
		.header_menu .hs-menu-wrapper>ul>li>ul {
    display: none;
}
		
		.header_menu .hs-menu-wrapper>ul>li:nth-child(1)>ul, .header_menu .hs-menu-wrapper>ul>li:nth-child(7)>ul {
    display: none;
}
		
		.child-open.child-trigger:after {
    content: "-";
    font-size: 80px;
}
		.header_menu {
		margin-right: 0px;
}
}
@media screen and (max-width: 767px){
			.header_menu {
    max-height: calc(100vh - 59px);
    position: relative;
    overflow-y: auto !important;
						overflow-x: hidden;
}
}

@media screen and (max-width: 576px){
.logo_section img{
    max-width: 200px;
}
		.navigation {
    top: 62px;
}
		button.navbar-toggler.btn-humberger {
    top: -37px;
}
	
		header.header {
    height: 62px;
}
}


.child-open .header_menu .hs-menu-wrapper>ul>li>ul{
    visibility:visible!important;
    opacity:100;
    display:block!important;
}

.search-modal-container .search-field::-webkit-input-placeholder {
	color: #757575;
	opacity: 1
}

.search-modal-container .search-field::-moz-placeholder { 
	color: #000000;
	opacity: 0.54
}

.search-modal-container .search-field:-ms-input-placeholder {
	color: #757575;
	opacity: 1
}

.search-modal-container .search-field::-ms-input-placeholder {
	color: #757575;
	opacity: 1
}
.search-modal-container .search-field::placeholder {
	color: #757575;
	opacity: 1
}
footer.footer {
		background-color: #601dd6;
		padding-top: 70px;
		padding-bottom: 70px;
		color: #fff;
		line-height: 32px;
}
.footer .container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
}
.footer_wrapper {
		display: flex;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
}
.col-12 {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
}

.logo-wrap {
		margin-bottom: 20px;
}

.logo-wrap  img{
		vertical-align: middle;
		max-width: 160px;
		height: auto;
}

.col-md-6,.col-lg-3  {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
}
.address-wrap {
		padding-bottom: 30px;
}
.address-wrap {
		color: #fff;
		font-family: Roboto,sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
}
.address-wrap a {
		text-decoration: underline;
		font-size: 18px;
		line-height: 32px;
		color: #fff;
		white-space: nowrap;
}

.footer_menu ul {  
		list-style: none; 
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		background: transparent;
		box-sizing: border-box;
		margin: 0 0 16px 0;

}
.footer_menu .hs-menu-wrapper>ul>li>a {
		font-size: 18px;
		line-height: 32px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		font-family: Roboto,sans-serif;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li {
		width: 49%;
		display: inline-block;
		font-family: Roboto,sans-serif;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>a {
		opacity: .65;
		font-size: 18px;
		line-height: 32px;
		color: #fff;
}
.footer_menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
    text-decoration: underline;
}
p.policy-inserted a:hover {

    opacity: 1;
}
.col-lg-6.text-lg-right.inline-menu a:hover {
    text-decoration: underline;
}
.col-lg-3.news-letter h2 {
		font-size: 18px!important;
		line-height: 32px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		font-family: Roboto,sans-serif;
		margin-bottom: 8px;
}
p.policy-inserted {
		font-size: 14px;
		line-height: 18px;
		margin-top: -33px;
		font-family: Roboto,sans-serif;
		margin-bottom: 16px;
		color: #fff;
}
p.policy-inserted a {
		font-size: inherit;
		opacity: .68;
		text-decoration: underline;
		line-height: 32px;
		color: #fff;
		font-family: Roboto,sans-serif;
}

.social-links ul {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin-top: 0;
		margin: 0 0 16px 0;
		padding:0;
}

.social-links ul li {
		margin-right: 25px;
		font-family: Roboto,sans-serif;
}

.social-links ul li a {
		display: inline-block;
		background: #fff;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		line-height: 32px;
		text-align: center;
		transition: .4s;
}

/* .social-links li.fb-diff-icon a {
line-height: 37px;
}


.social-links li.fb-diff-icon a {
max-height: 30px;
max-width: 30px;
} */

.social-links ul li a svg {
		max-width: 22px;
		max-height: 34px;
		fill: #601dd6;
		overflow: hidden;
		vertical-align: middle;
}
.row.footer-lower {
		display: flex;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
}
.col-lg-6 {

		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
}

.row.footer-lower p {
		font-size: 14px;
		line-height: 27px;
		font-weight: 300;
		font-family: Roboto,sans-serif;
		color: #fff;
		margin-bottom: 16px;
}


/* .col-lg-6.text-lg-right.inline-menu  a {
		font-size: 14px;
		line-height: 27px;
		font-weight: 300;
		color: #fff;
		font-family: Roboto,sans-serif;
}

.col-lg-6.text-lg-right.inline-menu a:nth-child(1):after {
		content: "";
		top: 7px;
		position: absolute;
		background-color: #fff;
		height: 50%;
		width: 1px;
		right: 113px;
}

.col-lg-6.text-lg-right.inline-menu a:first-child {
		padding-right: 20px;
}
 */

.col-lg-6.text-lg-right.inline-menu ul {
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.col-lg-6.text-lg-right.inline-menu ul li {
    display: inline-block;
    position: relative;
    font-family: Roboto,sans-serif;
}

.col-lg-6.text-lg-right.inline-menu ul li:first-child {
    padding-right: 20px;
}

.col-lg-6.text-lg-right.inline-menu ul li a {
    font-size: 14px;
    line-height: 27px;
    font-weight: 300;
    font-family: Roboto,sans-serif;
}

.col-lg-6.text-lg-right.inline-menu ul li:first-child:after {
    content: "";
    right: 6px;
    top: 7px;
    position: absolute;
    background-color: #fff;
    height: 50%;
    width: 1px;
} 




.footer_form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
		margin: 0;
}

.footer_form  label{
		display: inline-block;
		margin-bottom: 8px;
		color: #fff;
		font-size:18px;
}

.footer_form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field input {
		max-width: calc(100% - 100px);
		width: 100%;
		margin: 0;
		padding: 1px 2px;
		overflow: visible;
		line-height: 32px;
		border: 2px solid #fff;
		border-radius:0;
/* 		outline:none; */
		font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
		color:#000;
}

.footer_form label.hs-error-msg {
		color: red;
		font-size: 12px;
		color: red;
}
.footer_form  .hs_submit.hs-submit {
		position: absolute;
		right: 15px;
		top: 80px;
}

.footer_form  input.hs-button.primary.large {
		background: #f72e57;
		color: #fff;
		border: none;
		border-radius: 16px;
		font-size: 16px;
		padding: 2px 19px;
		text-transform: capitalize;
		white-space: pre-wrap;
		cursor: pointer;
		line-height: 32px;
}
.footer_form .grecaptcha-badge {
		visibility: hidden;
}
.footer_form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
		margin: 0;
}
.footer_menu ul>li>ul {
		margin: 8px 0 0px 0;
}
.social-links ul li.fb-diff-icon a svg {
		max-height: 38px;
		max-width: 30px;
}
.footer_menu {
		/*     margin-top: -4px; */
}
@media (min-width: 576px){
		.footer .container {
				max-width: 540px;
		}
}


@media (min-width: 768px){
		.footer .container {
				max-width: 720px;
		}
		.col-md-6 {
				flex: 0 0 50%;
				max-width: 50%;
		}
}
@media (min-width: 992px){
		.footer .container {
				max-width: 960px;
		}
		.col-lg-3{
				flex: 0 0 25%;
				max-width: 25%;
		}

		.col-lg-6 {
				flex: 0 0 50%;
				max-width: 50%;
		}

		.col-lg-3 {
				flex: 0 0 25%;
				max-width: 25%;
		}
		.col-lg-6.text-lg-right.inline-menu {
				text-align: right;
		}

}

@media screen and (min-width: 1200px){
		.footer .container {
				max-width: 1250px;
		}
		
}


@media screen and (max-width: 993px){
		.social-links ul li {
				margin-right: 15px;
		}
		.address-wrap a {
				display: table;
		}
}
@media screen and (max-width: 767px){
.footer_form .hs_submit.hs-submit {
    top: 80px;
}
		.col-lg-3.news-letter h2 {
    font-size: 18px!important;
  
}
		.footer_form form {
    margin-top: 0;
}
}

.footer_form .hs-form-required {
    color: #fff;
}

.footer_form form .hs_error_rollup {
    display: none;
}
.footer_form form label.hs-error-msg {
    margin: 0;
    margin-bottom: 0.5rem;
}
.footer_form form .hs_email.hs-email .hs-error-msgs {
    margin-bottom: -28px;
    font-size: 18px;
    line-height: 32px;
}
.footer_form form .hs_email.hs-email .hs-error-msgs li {
    margin: 0;
}
