@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css');


/**** css for form ****/
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-lightbox/0.2.12/slick-lightbox.css');

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

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

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

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

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.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;
  }
}
.body-container--home .content-wrapper {
    max-width: 912px;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 0rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 0rem;
}
@media (max-width: 991px) {
  .content-wrapper {
    padding: 0 15px;
  }
}

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

  /* Elements
  Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
  */

body {
  line-height: 1.563;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* 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;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}


/* Custom CSS
===========================*/

img {
  max-width: 100%;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Custom CSS
 ======================*/

.cta_button,
.HeaderContactCTA {
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 7.35px 13px 5.35px;
  box-shadow: 0px 2px 19px rgba(0,0,0, 0.091537);
}
.cta_button:hover,
.HeaderContactCTA:hover {
  color: #ffffff;
}
/* Fields */

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

/* Labels */

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

/* Help text */

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 {
  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 - date picker */

.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 {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.submitted-message h2 {
    text-align: center;
    color: #1dbed3;
    font-weight: normal;
}
.submitted-message p {
    text-align: center;
    color: #454545;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

  /* Components
  Specific pieces of UI that are stylized. Typically used for global partial styling
  */

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 991px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/* Custom CSS
===================*/

.header-with-nav {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0px;
  left: 0px;
 padding:30.86px 0;
}
/****
.hs-blog-post .header-with-nav{
  position:relative;
  background: #1d202f;
  padding: 40px 0;
  position: relative;
}
****/
.header-with-nav > .content-wrapper {
  max-width: 1322px;
  padding: 0px 0px;
}
header .dnd-section > .row-fluid {
  max-width: 100%;
}
.header-top-row-0-vertical-alignment > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.header-top-row-0-vertical-alignment > .row-fluid::before,
.header-top-row-0-vertical-alignment > .row-fluid::after {
  display: none;
}
.header-top-row-0-vertical-alignment > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
.menu .menu__item--depth-1 {
  margin-right: 38px;
  padding: 0px;
}
.menu .menu__item--depth-1:last-child {
  margin-right: 0px;
}
.menu .menu__link {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.85px;
  color: #fff;
  font-weight: bold;
}
header .menu .menu__link:hover {
  color: #fff;
}
.HeaderContactCTA {
  font-size: 11px;
  letter-spacing: 0.85px;
  padding: 7.35px 17px;
}
header .hs_cos_wrapper_type_logo img {
  max-width: 145px;
  vertical-align: bottom;
}
header .cell_1656479471429-vertical-alignment {
  flex-direction: row !important;
  align-items: center;
}
.cell_1656479471429-vertical-alignment > .row-fluid-wrapper:nth-child(2) {
  padding-left: 20px;
}
.cell_1656479535741-vertical-alignment span.hs_cos_wrapper_type_rich_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 29px;
}
.heade-social-icon img {
  vertical-align: sub;
}
.heade-social-icon {
  display: flex;
  gap: 11px;
}
.cell_1656479471429-vertical-alignment>.row-fluid-wrapper:nth-child(2){
   margin-left:48.5px;
}
.cell_1657523875434-vertical-alignment >.row-fluid-wrapper:nth-child(2) {
    margin-left: 48.5px;
}
.cell_1657530067822-vertical-alignment span.hs_cos_wrapper_type_rich_text {
    display: flex;
    align-items: center;
    gap: 29px;
}
.cell_1657523875434-vertical-alignment {
    align-items: center;
}
.cell_1657523875434-vertical-alignment >.row-fluid-wrapper:nth-child(2) {
    margin-left: 48.5px;
    padding-left: 20px;
}
.cell_1657523875434-vertical-alignment.dnd-column {
    display: flex !important;
    flex-direction: row !important;
}

/*rrrrrrrrrrrrrrrrrrrrrrrr*/
header .hs_cos_wrapper_type_logo img {
    max-width: 132px !important;
    vertical-align: bottom;
}
/****
header.header.header-with-nav {
    padding: 35.3px 0;
    position: relative;
    background-color: #1d1e2e!important;
    padding-top: 30.86px !important;
}
**/
.heade-social-icon a img {
    width: 21px !important;
    height: 21px !important;
}


/********* header css of formate page ******/
body.formats header.header.header-with-nav > .content-wrapper {
    max-width: 1322px;
}
body.dbillboards header.header.header-with-nav > .content-wrapper {
    max-width: 1322px;
}
/*rrrrrrrrrrrrrrrrrrrrrrrr*/
/**media query for screen ***/
@media (max-width:1366px){
  .header-with-nav>.content-wrapper {
    max-width: 1322px;
    padding: 0 30px;
}
}
/****media query for screen 1340px ****/
@media (max-width:1340px){
  .HeaderContactCTA {
    font-size: 10px;
    padding: 7.35px 13px ;
}
  .cell_1656479535741-vertical-alignment span.hs_cos_wrapper_type_rich_text{
    gap:10px !important;
  }
  .menu .menu__item--depth-1 {
    margin-right: 31px;
  }
  .header-with-nav>.content-wrapper{
     padding: 0 15px;
  }
}

/***media query for screen 1199px ****/
@media (max-width:1199px){
  .header-with-nav>.content-wrapper {
    padding: 0 16px;
}
 .menu .menu__item--depth-1 {
    margin-right: 20px;
}
 .cell_1656479471429-vertical-alignment>.row-fluid-wrapper:nth-child(2) {
    padding-left: 3px;
}
}

@media (max-width: 991px) {
  .header-with-nav > .content-wrapper {
    padding: 0 15px;
  }
  .menu .menu__item--depth-1 {
    margin-right: 20px;
  }
  .cell_1656479535741-vertical-alignment span.hs_cos_wrapper_type_rich_text {
    gap: 15px;
  }
  .header-with-nav>.content-wrapper{
     padding:16px;
  }
  .cell_1656479471429-vertical-alignment>.row-fluid-wrapper:nth-child(2) {
    padding-left: 0;
}
header .hs_cos_wrapper_type_logo img {
    max-width: 170px !important;
}
/***for toggle button ****/
   .header-with-nav > .content-wrapper {
    padding: 0 55px 0px 15px;
  }
  .menu.menu--mobile {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index:-1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  header .header__row-2 {
    padding: 0;
  }

  .menu .menu__item--depth-1{
     margin-right:0;
  }
.cta-social .heade-social-icon {
    margin-top: 30px!important;
}
span#hs_cos_wrapper_widget_1656479535738_ {
    display: none !important;
}
  header .header__navigation--toggle {
    position: absolute;
    right: 15px;
    top: 35px;
    margin: 0px;
    width: auto;
    height: auto;
    background-image: none;
  }
  header .header__navigation--toggle.hide {
    display: block;
  }
  .hide ~ .menu.menu--mobile {
    opacity: 1;
    visibility: visible;
  }
  header .header__navigation--toggle span {
    width: 20px;
    height: 2px;
    display: block;
    transition:all 0.3s;
    cursor:pointer;
    margin: 5px 0px;
  }
  .cta-social {
    padding: 20px 0 0 38px;
}
 .heade-social-icon a img {
    max-width: 22px!important;
     width:auto !important;
   height:auto !important;
    max-height: 22px!important;
} 
.header--toggle.header__navigation--toggle.hide span:first-child {
    transform: rotate(45deg) translate(8px,1px)!important;
}
  .header--toggle.header__navigation--toggle.hide span:nth-child(2) {
    display: none !important;;
}
.header--toggle.header__navigation--toggle.hide span:last-child {
    transform: rotate(-45deg) translate(3.9px,3px)!important;
}
 
  nav.menu.menu--mobile {
    padding: 49px 0 48px 0;
    background: #1d1e2e !important;
}
nav.menu.menu--mobile ul.menu__wrapper.no-list {
    padding: 0 0 0 22px;
}
  .menu .menu__item--depth-1 {
    border-top: 0px;
  }
 header.header.header-with-nav {
    padding-bottom: 14px;
}
  .menu .menu__item--depth-1 > .menu__link {
    padding: 15px 15px;
    font-size: 14px;
  }
  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAtMSkiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHRyYW5zZm9ybT0icm90YXRlKC00NSAxMCAxMC41KSIgeD0iLS41IiB5PSIxMC41IiB3aWR0aD0iMjEiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTAgMTAuNSkiIHg9Ii0uNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIuNSIvPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
}
.menu--mobile {
    display: block;
}
    nav.menu.menu--mobile {
    padding-top: 103px;
}
  .cell_1657530067822-vertical-alignment.dnd-column {
    display: none !important;
}
  header.header.header-with-nav.transparent nav.menu.menu--mobile {
    padding: 85px 0 17px;
}

}

/****media query for mobile screen ***/
@media (max-width:767px){
  .header-with-nav>.content-wrapper {
    padding: 0 54px 0 33px;
}
  header .header__navigation--toggle {
    position: absolute;
    right: 34px;
  }
 header .hs_cos_wrapper_type_logo img {
   
}
  header .hs_cos_wrapper_type_logo img {
    max-width: 138px!important;
}
 .hs-blog-post header.header.header-with-nav {
    padding: 22.3px 0 !important;
  }
  header.header.header-with-nav .header--toggle.header__navigation--toggle {
    top: 24px !important;
}
  .HeaderContactCTA {
    font-size: 10px;
    padding: 8.35px 28px;
}
}
@media (max-width: 480px){
  .header-top-row-0-vertical-alignment > .row-fluid > *:nth-child(2) {
    display: none;
  }
  header .hs_cos_wrapper_type_logo img {
    max-width: 99px!important;
}
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

  /* Utilities
  Helper classes with ability to override anything that comes before it
  */

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}




  /**** css for footer section ****/
  .footer {
    background-color: #1d1e2e!important;
    padding: 66px 0 50px 0;
    position:relative;
    z-index:9;
}
.footer .cell_1656493389469-vertical-alignment {
  justify-content: flex-start !important;
}
.footer .cell_1656493461849-vertical-alignment {
  justify-content: flex-start !important;
  width:8%;
}
.footer .cell_1656493441427-vertical-alignment {
  justify-content: flex-start !important;
}
.footer h4 {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.56px;
  margin-bottom: 25px;
}
.footer ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding-bottom: 6px;
}
.footer ul li:last-child a{
  padding:0;
}
.footer img.hs-image-widget {
  padding: 85.69px 0 36.69px 0;
  width:100%;
}
.footer h3 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2.21px;
  text-align: center;
  margin-bottom: 26px;
}
.footer .dnd-section>.row-fluid {
  max-width: 100%;
}
/* .footer .container-fluid.footer__container.content-wrapper {
  max-width: 689px;
} */
.footer .cell_1656493441427-vertical-alignment {
  margin-left: 144px;
}
.footer p, a {
  display: inline-block !important;
  font-size: 10px;
  color: #fff !important;
  margin-bottom: 0;
}
.footer #hs_cos_wrapper_widget_1656480790850_ {
  display: flex;
  align-items: center;
  gap: 33px;
  justify-content: end;
}
.container-fluid.footer__container.content-wrapper.footer3 {
  max-width: 1300px;
}
.footer p {
  margin: 0 !important;
}
.footer:last-child .hs_cos_wrapper_type_rich_text {
  color: #fff;
}
footer.footer ul {
  gap: 3.8vw;
  justify-content: center;
}
footer.footer ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
/****************************************************************************************************************************/
/******************************************************for blog page *******************************************************/
/****************************************************************************************************************************/
.date {
  font-size: 11px;
  color: #454545;
  font-weight: 700;
  text-transform:uppercase;
  position: absolute;
  bottom: 28.9px;
}
.blog-sidebar .sidebar-wrapper  .minutes span {
    padding: 0 5px 0 0px;
} 
.featured-image a {
    display: block !important;
}
.popular-mob {
  display:none;
}
body.blog-list .post-listing{
  margin-bottom:23.3px;
}
body.blog-list .blog-posts-inner .main {
  padding: 0;
}
body.blog-list .blog-posts-outer {
  padding: 20px 0 50px 0;
}
.related-posts-bottom {
  display: none;
}
.hs-search-field__bar input.hs-search-field__input {
  padding: 0 0 0 7px !important;
  appearance: none;
  box-sizing:border-box;
}
.right ul.hs-search-field__suggestions {
  margin: 0 !important;
}
.hs-search-field__bar ul.hs-search-field__suggestions {
  margin: 0 !important;
}
.blog-list .blog-posts-outer{
  background-color:transparent;
}
.blog-list .btn-main {
  margin: 0 0 64px !important;
}
.hs-search-field__bar input.hs-search-field__input::placeholder {
  color: #fff !important;

}
section.blog-index.bb.left {
  flex-basis: 72%;
  display: block;
}
.wrap-all .content-wrapper {
  max-width: 990px;
}
.wrap-top-left-right {
  display: flex;
  justify-content: space-between;
}
.right {
  flex-basis: 25.6%;
}
.hs-search-field__bar form {
  position: relative;
}
.blog-index{
  margin:0 !important;
}
.row-fluid-wrapper .cell_1658733637916-vertical-alignment {
  justify-content: start!important;
}
.featured {
  background: #fff;
  box-shadow: 0 2px 16px 0 rgb(0 0 0 / 12%);
  padding: 0 0 27px;
}
.detail-page-outer1 .content-wrapper {
  max-width: 990px;
}
.date-reading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 47px;
}
.blog-title h1 {
  font-size: 49px;
}
.listing-bottom-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 64px 0 0;
}
.back-btn button {
  border: none;
  padding: 10px 17.5px;
  display: inline-block;
  font-size: unset;
  transition:all 0.3s linear;
  border-radius: inherit;
}
.follow-us-btn a {
  background: #1d1e2e;
  padding: 10px 16px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex !important;
  align-items: center;
  gap: 7px;
  line-height: 13px;
  transition:all 0.3s linear;
}
.follow-us-btn a:hover{
  transform:translateY(-3px);
}
.back-btn button:hover{
  transform:translateY(-3px);
}
.back-btn button a {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .85px;
  text-transform: uppercase;
  display: block !important;
}
.back-btn button a span {
  padding-right: 13px;
}

article.blog-post .pdate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reading {
  display: flex;
  align-items: center;
  color: #787878;
  font-weight: 700;
  font-size: 13px;
  gap: 3px !important;
  letter-spacing: .85px;
}

.pdate {
  display: flex;
  align-items: center;
  margin-bottom:20px;
  justify-content: space-between;
  position:relative;
}

.detail-page-outer .date::after {
  position: absolute;
  content: "";
  left: -524px;
  content: "";
  top: 7px;
  height: 1px;
  width: 512px;
}
.reading span {
  display: block;
  line-height: 0;
}
.reading img {
  vertical-align: bottom;
}
.blog-title h4 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  color: #1d1e2e;
  font-weight: 700;
  margin:0 0 26px;
}
.blog-title h1 {
  font-weight: 300;
  color: #1dbed3;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 1px;
}

.content-inner .blog-title h1{
  letter-spacing:initial;
}
.content-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
article.blog-detail {
  flex-basis: 64%;
  background: #fff;
  padding:0 0 70px;
}

article.blog-detail-page{
  flex-basis: 71%;
  background: #fff;
  box-shadow: 0 2px 24px 0 RGBA(0, 0, 0, 0.1);
}

.blog-sidebar {
  flex-basis: 24%;
}
.sidebar-wrapper .title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 0 7px 12px;
}
.recent-posts {
  background: #f5f5fd;
  margin: 19px 0;
  cursor:pointer;
  padding: 11px 10px;
  transition:all 0.3s linear;
}
.recent-posts:hover{
  box-shadow: 0 0 24px RGBA(0, 0, 0, 0.1);
}
.post-content .title {
  padding: 0 0 15px;
}
.hs-blog-post .blog-posts-outer .main .post-listing {
  padding: 0 0 44px 0;
}
.read {
  display: flex;
  align-items: center;
  gap: 8px !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.pdate .date {
  position: unset;

}
.read {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 600;
}
.blog-posts-outer {
  padding: 20px 0 70px 0;
  overflow: hidden;
  background: #F8F8F8;
}
.recent-posts .post-title a {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 7px;
  color: #5d5d5d !important;
  font-weight: 400;
}
.detail-page-outer .date {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 13px;
  color: #a1a1a1;
  font-weight: 700;
  position:relative;
}

.blog-title span {
  font-size: 21px;
  color: #454545;
  line-height: 27px;
  font-weight: 300;
  padding: 0 40px 0 0;
  display: block;
}
.blog-title {
  margin: 0 0 31px;
}
.post-listing:first-child .post-content {
  padding: 30.44px 19px 0px 24px;
}
.blog-post__body p span:last-child {
  font-size: 16px;
  line-height: 22px;
  color: #494949;
  display: block;
  margin: 74px 0 0;
  font-weight:300;
  font-style: italic;
}
.detail-page-outer {
  position: relative;
  padding:0 0 188px;
}
.detail-page-outer::after{
}
.social-img-inner img {
  width: 20px;
}
.social-button {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 50px 0 0;
}
.featured-image img {
  vertical-align: bottom;
  width: 100%;
}
.block-inner .pdate {
  margin: 21px 0 24px;
}
.blog-post__body h2 {
  font-size: 28px;
  color: #454545;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 11px;
}
.block-inner .pdate .reading {
  font-size: 13px;
  color: #454545;
  font-weight: 700;
}
.block-inner .pdate .date{
  font-size: 13px;
  color: #454545;
  font-weight: 700;
}
.featured .block-inner {
  padding: 0 51px 0 34px;
}
.detail-page-outer {
  padding: 12px 0 0;
}
article.blog-detail-page{
}
.blog-sidebar-page {
  flex-basis: 26.4%;
}
article.blog-detail-page .back-btn {
  padding: 0 0 27px;
}
.detail-page-outer1 {
  padding: 72px 0 21px;
}
.srch-mob {
  display: none;
}
.sidebar-wrapper form button {
  background: transparent;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 5px;
  right: 9px;
  font-family: inherit;
  border: 0;
}
.sidebar-wrapper form input.hs-search-field__input::placeholder {
  color: #fff;
}
.cta a {
  font-size: 13px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight:bold;
  padding: 6.5px 44.3px;
  transition:all 0.3s linear;
}
.btn-main .cta a:hover {
  transform: translateY(-5px);
}
.hs-blog-post .blog-posts-outer {
  background: transparent;
  padding: 0 !important;
}
/***
.hs-blog-post .blog-posts-outer .blog-posts-inner h3 {
display: none;
}
***/
.hs-blog-post .blog-posts-inner h3 {
  margin: 0 0 42px;
}
.hs-blog-post .blog-posts-outer .main {
  padding: 0;
}
.hs-blog-post header.header.header-with-nav {
  padding: 30.6px 0;
  position:relative;
  background-color: #1d1e2e !important;
}

header.header.header-with-nav.transparent {
  background: transparent !important;
  position:absolute;
  top:0;
  left:0;
}

.blog-banner.pre .banner::after {
  display: none;
}
.detail-page-outer + .related-posts {
  padding: 0 0 115px;
}
.blog-banner.pre .banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 189px 0 59px;
  position: relative;
}
.blog-banner .banner .content-wrapper {
  max-width: 990px;
}
.related-posts {
  padding: 0 0 100px;
}
.blog-post__body p a {
  color: #669fdb !important;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
}
#Inner h1 {
  font-size: 56px;
}

/*rrrrrrrrrrrrrrr*/
.block-image img {
  height: auto;
}
.blog-posts-outer{
  position:relative;
  z-index:2;
}
.block-inner .pdate .reading {
  text-transform: uppercase;
  font-size: 15px;
}
.menu .menu__item--depth-1>.menu__link--active-link:after {
  background-color: #fff !important;
}
/*********************************************************************************************************************************/
/************************************************* responsive for blog post start from here ***************************************/
/*********************************************************************************************************************************/
@media (min-width:1442px){

  .pdate:before {
    left: -542px;
    width: 524px;
  }
}

/****media query for screen 767px ***/

@media (max-width:767px){
  .content-inner {
    flex-direction: column-reverse;
  }
  .read{
    justify-content:center;
  }
  .social-button {
    justify-content: center;
    margin-bottom: 29px;
  }
  .blog-title {
    text-align: left;
  }
  .blog-title h4 {
    margin: 0 0 17px;
  }
  .blog-title h3 {
    margin-bottom: 16px;
  }
  .blog-post__body p {
    margin-bottom: 17px;
  }
  .detail-page-outer {
    padding: 50px 0 65px;
  }
  .blog-title span{
    padding-right:0;
  }
  .pdate {
    margin: 0 0 60px;
  }
  .back-btn {
    display: block;
  }
  .sidebar-wrapper form {
    margin: 22px 0 0;
  }
  .listing-bottom-btn {
    padding: 25px 0 0;
    justify-content: left;
    align-items: self-start;
  }
  .social-button {
    margin: 40px 0 0;
  }
  .blog-post__body p span:last-child {
    margin: 19px 0 0;
  }
  .wrap-top-left-right {
    flex-direction: column-reverse;
  }

  .right {
    flex-basis: 100%;
    margin: 30px 0 0;
  }
  .related-posts {
    padding: 0 0 0px;
  }
  .read{
    justify-content: start;
  }
  .related-posts-bottom {
    display: block;
  }
  .right .blog-sidebar {
    display: none;
  }
  .related-posts-bottom {
    display: block;
    padding:0 0 40px;
  }
  .related-posts-bottom .blog-sidebar {
    display: block; 
  }
  .blog-list .post-content .title h5{
    text-align:left;
  }
  .blog-list .post-listing .desc p{
    text-align:left;
    font-size:16px;
  }
  .blog-list .minutes span {
    padding: 0 6px 0 0px;
  }
  .blog-list .post-content .title h5 {
    letter-spacing: 1px;
  }
  .detail-page-outer .date-reading-wrap .date {
    bottom: 0;
  }

  .blog-title h1 {
    font-weight: 300;
    color: #1dbed3;
    text-transform: capitalize;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: initial;
  }
  .social-button {
    justify-content: left;
  }
  .detail-page-outer .date::after{
    display:none;
  }
  .popular-mob {
    display: block;
  }
  .blog-sidebar .sidebar-wrapper form{
    display:block;
  }
  .srch-mob {
    display:block;
  }
  .sidebar-wrapper {
    display: none;
  }
  .popular-mob .sidebar-wrapper {
    display: block;

  }
  .popular-mob {
    padding:0 20px;
  }
  .popular-mob{
    padding:50px 0px
  }
  .srch-mob {
    padding: 0 0 40px;
  }
  .related-posts-bottom {
    display: block;
  }
  .related-posts-bottom .sidebar-wrapper {
    display: block;
  }
  .blog-list .post-content .title h5 {
    letter-spacing: inherit;
}
  .recent-posts .post-title a {
    font-size: 16px;
  }
  .recent-posts .read .tag, .recent-posts .read .minutes{
    font-size: 11px;
}
}

/****639px ***/
@media (max-width:639px){
  .blog-posts-inner .main{
    margin-right:0 !important;
  }
  .blog-posts-inner .main .post-listing {
    width: calc(100% / 1 );
    margin: 0 auto 23.3px auto;
  }
  .post-listing .desc p{
    padding:0 0 20px;
  }
}

/****media query for screen 479px ***/
@media (max-width:479px){
  .blog-title h3 {
    margin-bottom: 16px;
    font-size: 33px;
  }
  .blog-title span {
    font-size: 18px;
  }
  .featured .block-inner {
    padding: 0 15px 0 15px;
  }
  .blog-post__body p {
    font-size: 16px;
   
  }
  .block-inner .pdate .date {
    font-size: 9px;
  }
  .block-inner .pdate .reading {
    font-size: 9px;
  }
  .listing-bottom-btn {
    flex-direction: column;
    gap: 10px;
  }
  .follow-us-btn a {
    background: #1d1e2e;
    padding: 10px 21px;
  }
  .reading{
    letter-spacing:0;
  }
}






/****media query for footer ******/
@media (max-width:1366px){
  .container-fluid.footer__container.content-wrapper.footer3 {
    padding: 0 15px;
  }
}


/**991px ***/
@media (max-width:991px){
  footer.footer ul {
    gap: 3.4vw;
    justify-content: center;
}
}
@media (max-width:767px){
  .footer .cell_1656493441427-vertical-alignment {
    margin-left: 0px;
  }
 footer.footer ul {
    gap: 5px;
}
  .footer .cell_1656493389469-vertical-alignment {
    justify-content: flex-start !important;
    text-align:left !important;
  }
  .footer .cell_1656493389472-vertical-alignment {
    text-align: left !important;
  }
  .footer h4 {
    margin-bottom: 9px;
  }
  .footer .cell_1656493389469-vertical-alignment {
    margin-bottom: 26px;
  }
  .footer .cell_1656493441427-vertical-alignment{
    text-align:left !important;
    margin-top: 26px;
  }
  .footer .cell_1656493461849-vertical-alignment {
    justify-content: flex-start!important;
    width: 100%;
    margin-top: 26px;
    text-align: center;
  }
  .footer img.hs-image-widget {
    padding: 36.69px 0 23.69px;
  }
  .footer #hs_cos_wrapper_widget_1656480790850_ {
    justify-content: center;
  }
  .footer {
    text-align: center;
  }
  .footer #hs_cos_wrapper_widget_1656480790850_ {
    gap: 32px;
    justify-content: center;
    margin-top: 17px;
  }
  .footer h3 {
    margin-bottom: 10px;
  }
  .footer {
    background-color: #1d1e2e!important;
    padding: 51px 0 11px 0;
  }
  .footer li.hs-menu-item.hs-menu-depth-1 {
    line-height: 23px;
  }
  .footer .cell_1656575612262-vertical-alignment {
    text-align: center;
  }
  .container-fluid.footer__container.content-wrapper.footer3{
    padding:0 10%;
  }
  .footer h3 {
    text-align: center;
    padding: 0 10%;
  }
  footer.footer ul{
    text-align:center;
  }
  .footer3-row-0-vertical-alignment .row-fluid-wrapper > .row-fluid {
    display: flex;
    flex-direction: column-reverse;
}
.footer p {
    margin: 30px 0 0 !important;
}
}

/****media query for screen 639px ***/
@media (max-width:639px){

  .footer h3{
    font-size:14px;
  }
  .footer ul li a {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .footer h3 {
    line-height: 24px;
  }
  .footer p {
    text-align: center !important;
  }
}

@media (max-width:479px){
  .footer h3 {
    font-size: 17px;
  }
  .footer {
    background-color: #1d1e2e!important;
    padding: 33px 0 11px;
  }
  .footer img.hs-image-widget {
    padding: 20px 0 20px;
  }
}
/***************************************************************/
               /* Formats Page styling*/
/***************************************************************/
.tabs> ul >li {
    display: flex;
    gap: 11.67px;
    align-items: center;
    padding: 0;
    font-size: 16px;
    flex-direction: row-reverse;
    font-weight: bold;
    height: 56px;
    cursor:pointer;
    justify-content: center;
    transition: all 0.5s ease;
}

.tabs> ul >li:hover {
   transform: scale(1.07);
   z-index:9999;
   position:relative;
}
  .filter-menu li.current{
     transition: all 0.3s linear;
  }
.icon>img {
    display: block;
    max-height: 25px;
    object-fit: contain;
    width: auto;
}
.filter-menu {
    padding: 0;
    margin: 0 auto;
    max-width: 894px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(5,1fr);
}
    .tag{ 
      display:block;
   }
.filter-menu .current .text h4{
   -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
/**** css for transit submenu *****/
.bg-color{
  padding:0 0 50px;
}
.filter-menu .sub-tabs {
    display: none;
}

.sub-tabs {
/*     position: absolute;
    top: 0; */
    z-index: 9;
    width: 100%;
    left: 0;
    display: block;
    padding: 23.27px 0 ;
/*     margin: 0 calc(-50vw + 50%);
    width: 100vw; */
}

.sub-tabs ul {
    display: flex;
    gap: 15px;
    max-width: 894px;
    margin: 0 auto;
    padding:0;
    flex-wrap:wrap;
    list-style:none;
}
.sub-tabs ul li {
    transition: all .5s ease;
    padding: 8px 14px;
  
}

/***** css for place base tab for breaking the word *****/

.filter-menu>li:nth-last-child(2) {
    line-height: 17px;
    padding: 0px;

}
.filter-menu>li:nth-last-child(2) .icon {
    text-align: center;
}
.filter-menu>li:nth-last-child(2) .icon > img {
    display: inline-block;
}
/************* end ******************/

.sub-tabs ul li:hover{
 transform: scale(1.07);
}
.current .sub-tabs {
    display: block;
}

.sub-tabs.act {
    display: block;
}
.sub-tabs ul li:hover {
    transform: translateY(7px);
}
/************** css for filter image section ******************/

.filter_item .content-wrapper {
    max-width: 882px;
}

.filter-item {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 9px;
    position:relative;
    padding:60px 0;
}
.sub-tabs ul li a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.06px;
}
.text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.06px;
}

.filter-item img{
    display: block;
   aspect-ratio: 1/1;
   object-fit:cover;
}

.media_block .img {
    position: relative;
/*     transition: 1.8s cubic-bezier(.17, .85, .438, .99);
    -webkit-transform: scale(1);
    transform: scale(0.1); */
}

/* .media_block:hover .img {
    transform: scale(0.8);
} */
.media_block .tag {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding: 4.8px 0;
}

.filter-item li.delete{
    width: 0%;
    padding: 0;
    transition: all 0.5s ease;
}

.filter-item img{
    display: block;
    width: 100%;
    height: 100%;
}
.delete {
    display: none;
}

.sub-tabs.active ul > li {
    cursor: pointer;
}
.sub-tabs li.open{
    display: flex !important;
}

.filter-item li.active{
    transition: all 0.5s ease;
}
.filter-item li.delete{
    width: 0%;
    padding: 0;
    transition: all 0.5s ease;
}
.lmore {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.lmore {
    height: 100%;
    position: absolute;
    top:0%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all 0.4s linear;
    opacity:0;
}
.media_block:hover{
  transform:translateY(-7px);
}
.media_block.scroll-container:hover .lmore {
    opacity: 100%;
}
.media_block {
/*     overflow: hidden; */
    transition: all 0.3s linear;
/*     box-shadow: 0 2px 17px 0 rgb(0 0 0 / 14%); */
}
.lmore a {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 20px;
}

.img.js-img-scale-active {
    transform: scale(0.9);
    display:block;
}

/***** css for tiles button ***/
.btop.show > button {
    font-size: 13px;
    all: revert;
    border: none;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
    padding: 10.3px 19px;
    transition: all 0.3s linear;
    box-shadow: 0 2px 19px 0 rgb(0 0 0 / 9%);
    cursor:pointer;
}

.btop.show {
  text-align:center;
}
.btop.show > button:hover{
  transform:translatey(-5px;)
}
.btop.show>button:hover {
    transform: translateY(-5px);
}


/************** responsive start from hre ****/
@media (max-width:991px){
  .filter-menu {
    padding: 0 15px;
}
  .sub-tabs ul{
    padding: 0 15px;
  }
  .tabs>ul>li {
    padding: 0 10px;
    line-height: 20px;
}
 .filter-item {
    grid-template-columns: repeat(3,1fr);
  } 
}



/***** 767px ****/
@media (max-width:767px){
   .filter-menu {
    padding: 0 15px;
}
  .sub-tabs ul{
    padding: 0 15px;
  }
  .filter-item {
    grid-template-columns: repeat(2,1fr);
  }
  .filter-menu {
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 10px;
}
  .filter-item{
    padding-bottom:0;
  }
}

/*** 639px ***/
@media (max-width:639px){
 .filter-menu {
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 10px;
} 
}
/**** 479px *****/
@media (max-width:479px){
  .filter-item {
    grid-template-columns: repeat(1,1fr);
  }
}


/**** 375px ***/
@media (max-width:479px){
   .filter-menu {
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 10px;
} 
}