/*! 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;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

:root
{
	--mainFont: 'Inter', sans-serif;
	--headFont:  'Raleway', sans-serif;
	--fontSize: clamp(1.6rem, 1.4385rem + 0.4487vw, 2.3rem);
	--lineHeight: 1.34;
	--mainColor: #7152C9;
	--secondColor: #09D6C9;
	--thirdColor: #63DD6F;
	--textColor: #000000;
	--hoverColor: #63DD6F;
	--menuColor: #000000;
	--gumbColor: #7152C9;
	--gumbBkg: #ffffff;
	--gumbShadow: 0px 20px 58px 0px rgba(0, 0, 0, 0.07);
  --gumbRadius: 3.200em;
  --gap:2.833em;
	/*--gap:min(1.5rem, 2vw);*/
}
/* wp defaults */

:root
{
	--fontMain: "Inter-local";
	--fontHead: "Raleway-local";
	--fontSizeH1: clamp(3rem, 3.01vw + 1.92rem, 7.7rem);
	--fontSizeFooter: clamp(1.6rem, 0.38vw + 1.46rem, 2.2rem);
	--lhTitle: 1.20;
	--marginTitle: 1.636em;
	--fwTitle: 500;
	--clrPurple: #3A0978;
	--clrPurpleLT: #5B37C0;
	--clrPurpleLTR: #774BF3;
	--clrBlue: #008EF4;
	--clrBlueLT: #0DBFD6;
	--clrGreen: #29D33A;
	--clrGreenLT: #BEF12D;
	--clrGreenDK: #63DD6F;
	--clrPink: #E215B5;
	--clrYellow: #FFC52F;
	--clrOrange: #FF7F48;
	--clrText: #000000;
	--clrLink: initial;
	--clrHover: var(--clrBlueLT);
	--clrMenu: #000000;
	--gridMain: repeat(12, 1fr);
	--gridHalf: minmax(0,1.03fr) minmax(0,1fr);
	--widthMax: 100%;
	--scale: clamp(0.057rem, 0.0471rem + 0.0276vw, 0.1rem);
	--widthCntr: val(--widthMax);
	--gapGrid: 30px;
	--gridClmns: repeat(2,minmax(0,1fr));
}

.row--flex {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 1024px)
  {
.row--flex {
    flex-direction: row;
}
}

.clr--pink {
    color: var(--clrPink);
}

.clr--greenLT {
    color: var(--clrGreenLT);
}

.bkg--blue, .rsrc__tagline.bkg--blue
{
  background: #09D6C9;
  color: #000;
}

.bkg--yellow
{
    background: var(--clrYellow);
  color: #000;
}

.bkg--pink
{
    background: var(--clrPink);
}

.bkg--orange
{
  background: var(--clrOrange);
}

.bkg--green
{
  background: var(--clrGreenLT);
    color: #000;
}

body {
  margin: 0;
  font-family: var(--mainFont);
  line-height: var(--lineHeight);
  color: var(--textColor);
  font-size: var(--fontSize);
}

.body-container-wrapper
{
  padding-top: 0;
}

.container
{
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
}

img {
  max-width: 100%;
}

svg
{
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a, input, button {
  outline: none;
}
/*
 * Grid size example
 * 1440
 * 1280
 * 1140
 * 992
 * 768
 * 480
 * 360
*/

.wrap-md {
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrap-lg {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrap-xl {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  display: flex;
  flex-flow: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.col {
  flex: 1;
}

.row-fluid {
  float: none;
}

.row-fluid [class*="span"] {
  float: none;
}
@font-face {
  font-family: 'fontello';
  src: url('https://2479310.fs1.hubspotusercontent-na1.net/hubfs/2479310/fonts/fontello.eot?91483671');
  src: url('https://2479310.fs1.hubspotusercontent-na1.net/hubfs/2479310/fonts/fontello.eot?91483671#iefix') format('embedded-opentype'),
       url('https://2479310.fs1.hubspotusercontent-na1.net/hubfs/2479310/fonts/fontello.woff2?91483671') format('woff2'),
       url('https://2479310.fs1.hubspotusercontent-na1.net/hubfs/2479310/fonts/fontello.woff?91483671') format('woff'),
       url('https://2479310.fs1.hubspotusercontent-na1.net/hubfs/2479310/fonts/fontello.ttf?91483671') format('truetype'),
       url('https://2479310.fs1.hubspotusercontent-na1.net/hubfs/2479310/fonts/fontello.svg?91483671#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello_2023';
  src: url('https://2479310.fs1.hubspotusercontent-na1.net/hubfs/2479310/Graphics%20Assets/Fonts/fontello_2023.eot?56631744');
  src: url('https://2479310.fs1.hubspotusercontent-na1.net/hubfs/2479310/Graphics%20Assets/Fonts/fontello_2023.eot?56631744#iefix') format('embedded-opentype'),
       url('https://2479310.fs1.hubspotusercontent-na1.net/hubfs/2479310/Graphics%20Assets/Fonts/fontello_2023.woff2?56631744') format('woff2'),
       url('https://2479310.fs1.hubspotusercontent-na1.net/hubfs/2479310/Graphics%20Assets/Fonts/fontello_2023.woff?56631744') format('woff'),
       url('https://2479310.fs1.hubspotusercontent-na1.net/hubfs/2479310/Graphics%20Assets/Fonts/fontello_2023.ttf?56631744') format('truetype'),
       url('https://2479310.fs1.hubspotusercontent-na1.net/hubfs/2479310/Graphics%20Assets/Fonts/fontello_2023.svg?56631744#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em; 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


 
.icon-clock:before { content: '\e800'; } /* '' */
.icon-hat:before { content: '\e801'; } /* '' */
.icon-stairs:before { content: '\e802'; } /* '' */
.icon-cancel:before { content: '\e803'; } /* '' */
.icon-hands:before { content: '\e804'; } /* '' */
.icon-discount:before { content: '\e805'; } /* '' */
.icon-academician-hat:before { content: '\e806'; } /* '' */
.icon-jobs:before { content: '\e807'; } /* '' */
.icon-arrow-right:before { content: '\e808'; } /* '' */
.icon-calendar:before { content: '\e809'; } /* '' */
.icon-deduction:before { content: '\e80f'; } /* '' */
.icon-cat-all:before { content: '\e816'; } /* '' */
.icon-cat-audiograms:before { content: '\e817'; } /* '' */
.icon-cat-blog:before { content: '\e818'; } /* '' */
.icon-cat-brochures:before { content: '\e819'; } /* '' */
.icon-cat-case-studies:before { content: '\e81a'; } /* '' */
.icon-cat-ebooks:before { content: '\e81b'; } /* '' */
.icon-cat-videos:before { content: '\e81c'; } /* '' */
.icon-cat-webinars:before { content: '\e81d'; } /* '' */
.icon-chain:before { content: '\e903'; } /* '' */
.icon-mail:before { content: '\e904'; } /* '' */
.icon-date:before { content: '\e906'; } /* '' */
.icon-map-magnifer:before { content: '\e907'; } /* '' */
.icon-plus:before { content: '\e908'; } /* '' */
.icon-share:before { content: '\e909'; } /* '' */
.icon-menu:before { content: '\f008'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-facebook-promomash:before { content: '\e800'; } /* '' */
.icon-linkedin-promomash:before { content: '\e801'; } /* '' */

.icon-facebook-promomash:before, .icon-linkedin-promomash:before
{
    font-family: "fontello_2023";
}
p
{
margin-top: 0;
}

.text--17
{
  font-size: clamp(1.4rem, 1.3308rem + 0.1923vw, 1.7rem);
  font-weight: 500;
}

.text--18
{
  font-size: clamp(1.5rem, 1.4308rem + 0.1923vw, 1.8rem);
}

.text--27
{
font-size: clamp(2rem, 1.8385rem + 0.4487vw, 2.7rem);
}

.title
{
  font-family: var(--headFont);
  font-weight : 800;
  font-size: clamp(3.6rem, 3.1615rem + 1.2179vw, 5.5rem);
  margin-bottom: 0.564em;
}

.title--77
{
  font-size: clamp(3.8rem, 2.9000rem + 2.5000vw, 7.7rem);
}

.title--44
{
  font-size: clamp(2.8rem, 2.4308rem + 1.0256vw, 4.4rem);
  font-weight: normal;
  
}

.title--33
{
  font-size: clamp(2.4rem, 2.1923rem + 0.5769vw, 3.3rem);
  font-weight: 500;
}

.text--white
{
  color: #ffffff;
}


h1, h2, h3, h4, h5, h6 {
  font-family: var(--headFont);
  margin: 0;
  font-weight: 800;
  line-height: 1.34em;
  margin-bottom: 1em;
}

h1 {
  font-size: 42px;
}

h2 {
 font-size: 36px;
}

h3 {
 font-size: clamp(2.4rem, 2.1923rem + 0.5769vw, 3.3rem);
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

hr {
  border-top: 1px solid #707070;
  border-bottom: none;
  margin: 40px 0;
}

table {
  margin: 40px 0;
}

blockquote {
  border: 2px solid #5A50A0;
  padding: 40px 50px;
  margin: 40px 0;
}

blockquote p:first-of-type {
  margin-top: 0;
}

blockquote p {
  font-style: italic;
}

a {
  color: var(--mainColor);
  text-decoration: none;

}

a:hover {
  color: var(--hoverColor);
    text-decoration: none;
}

.blog-content ol,
.blog-content ul {
  margin: 36px 0;
  padding: 0 0 0 30px;
}

.blog-content ol li {
  list-style-type: decimal;
  margin-top: 26px;
  line-height: 1.6em;
}

.blog-content ol li:first-child,
.blog-content ul li:first-child {
  margin-top: 0;
}

.blog-content ul li {
  list-style-type: disc;
}

@media(max-width: 768px) {
  blockquote {
    padding: 20px 25px;
  }
}
.header-menu-space {
  padding: 182px 0;
}

.header-container-wrapper
{
 height: 182px;
}

.hero-header {
  height: 182px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: background .2s ease-in-out,top .5s ease-in-out, height .3s ease-in-out;
  z-index: 100;
  background: #774BF3;
  display: flex;
  align-items: center;
}

.single-post.hero-header {
  background-color: transparent;
}

header.nav-down, header.single-post.hero-header.nav-down {
    background-color: #ffffff;
    height: 102px;
}

header.nav-up {
    top: -182px;
}

.header-inn {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  padding-left: min(11.458333333333332VW, 220px);
  padding-right: min(3.229166666666667VW, 62px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-logo {
  max-width: 60%;
  width: 338px;
}

.head-logo a {
  display: block;
  position: relative;
}

.head-logo img {
  max-width: 100%;
  vertical-align: middle;
  transition: opacity 0.2s ease-in-out;
}

.logo-dark
{
  display: none;
}

header.single-post .logo-dark, header.nav-down .logo-dark
{
  display: block;
}

header.single-post .logo-white, header.nav-down .logo-white
{
  display: none;
}

/*
.head-logo a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://promomash.com/wp-content/themes/promomash-expo/assets/img/common/pm-logo-light.png') no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.hero-header-dark .head-logo a::before {
  opacity: 1;
}

.hero-header-dark .head-logo a img {
  opacity: 0;
}
*/

.head-menu {
  position: relative;
  perspective: 2000px;
  margin-left: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.hero-header ul {
  margin: 0;
  padding: 0;
}

.hero-header li {
  list-style-type: none;
}

.nav-item > a {
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  padding: 0 36px;
  display: block;
}

.nav-item:hover > a
{
   color: #BEF12D;
}

header.single-post .nav-item > a, header.nav-down .nav-item > a
{
  color: #000;
}

header.single-post .nav-item:hover > a, header.nav-down .nav-item:hover > a
{
  color: #0DBFD6;
}

.nav-item > a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.head-menu-slider {
  position: absolute;
  bottom: 0;
  left: 25px;
  background: #FF8C71;
  height: 4px;;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.head-menu:hover .head-menu-slider {
  opacity: 1;
}

.head-menu-floating__sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  width: 640px;
  background: #fff;
  overflow: hidden;
  transform: rotateX( -20deg);
  transform-origin: 50% 0;
  opacity: 0;
  visibility: hidden;
  transition: .25s ease-in-out;
  transition-property: all;
}

.head-menu.hover .head-menu-floating__sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  transform-origin: 0 0;
}

.floating-back-mobile {
  padding: 25px 55px;
  background: #fff;
  color: #7575CC;
  position: relative;
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
  text-transform: uppercase;
  display: none;
}

.floating-back-mobile::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -4px;
  background: url('../images/corner.svg') no-repeat;
  width: 12px;
  height: 8px;
  transform: rotate(-90deg);
}

.hero-header .sub-menu {
  padding: 35px 20px;
}

.sub-nav-item-plug {
  margin-top: 20px;
  color: #7575CC;
  text-transform: uppercase;
  padding: 0 55px 10px;
}

.sub-nav-item-plug:first-child {
  margin-top: 0;
}

.multi-menu > .sub-menu {
  display: none;
}

.sub-nav-item:last-child {
  padding-bottom: 0;
}

.sub-nav-item > a {
  color: #000;
  font-size: 14px;
  line-height: 291.523%;
  text-decoration: none;
  padding: 13px 55px;
  display: block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.sub-nav-item > a:hover
{
      background: var(--clrBlueLT);
    color: #ffffff;
}

.sub-nav-item > a::before,
.sub-nav-item > a::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.sub-nav-item > a::before {
  background: var(--clrBlueLT);
  transition: width 0.3s ease-in-out;
}

.sub-nav-item > a::after {
  background: var(--clrGreenLT);
  transition: width 0.2s ease-in-out;
}

.sub-nav-item > a:hover::after {
  width: 6px;
}

.sub-nav-item > a:hover::before {
  width: 100%;
}


.mobile-menu {
  background: none;
  margin: -15px 0 0;
  padding: 5px 7px 4px 6px;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  transition: all .3s ease;
  border: none;
}

.mobile-menu i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.close-mobile-menu {
  background: none;
  border: none;
  color: #ccc;
  position: absolute;
  top: 25px;
  right: 15px;
  font-size: 24px;
  margin: 0;
  padding: 0;
  display: none;
}

.mobile-menu:focus,
.close-mobile-menu:focus {
  outline: none;
}

.mobile-menu {
  display: none;
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 11px;
}


.small-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  font-size: 17px;
  text-decoration: none;
  border-radius: 48px;
  transition: all 0.2s ease-in-out;
  border: none;
  color: #000000;
}

.small-button__transparent {
border: 2px solid #fff;
  width: 120px;
  color: #fff;
}

.small-button__transparent:hover,
.small-button__transparent:active,
.small-button__transparent:focus {
  background: #3A0978;
  border: 2px solid #3A0978;
  color: #ffffff;
}

.small-button__green {
  background: #D4E415;
  color: #000;
   width: 160px;
}

.small-button__green:hover,
.small-button__green:active,
.small-button__green:focus {
  background: #3A0978;
  color: #ffffff;
}

header.single-post .small-button, header.nav-down .small-button {

  color: #000000;
}

header.single-post  .small-button__transparent, header.nav-down  .small-button__transparent {
border: 2px solid #000;
  color: #000;
}

header.single-post .small-button__transparent:hover,
header.single-post .small-button__transparent:active,
header.single-post .small-button__transparent:focus, header.nav-down .small-button__transparent:hover,
header.nav-down .small-button__transparent:active,
header.nav-down .small-button__transparent:focus {
  color: #ffffff;
}

header.single-post .small-button__green, header.nav-down .small-button__green {
  background: #E215B5;
  color: #fff;
}

header.single-post .small-button__green:hover,
header.single-post .small-button__green:active,
header.single-post .small-button__green:focus, header.nav-down .small-button__green:hover,
header.nav-down .small-button__green:active,
header.nav-down .small-button__green:focus {
  background: #3A0978;
  color: #ffffff;
}

  .head-menu-slider {
    display: none !important;
  }

@media( max-width: 1600px ) {
.header-inn {
  padding: 0 30px;
}
}


@media( max-width: 1280px ) {
  .header-menu-space {
    padding: 60px 0;
  }
  
  .header-buttons {
    display: none;
  }

  .mobile-menu {
    background: none;
    margin: 0;
    padding:0;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 26px;
    height: 22px;
    outline: none;
    border: none;
  }
  
  .mobile-menu i {
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 3px;
    position: relative;
  }

  .mobile-menu i::before,
  .mobile-menu i::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ffffff;
    border-radius: 3px;
    left: 0;
    transition: transform 0.2s ease-in-out;
  }
  
  header.single-post .mobile-menu i, header.single-post .mobile-menu i::before,
  header.single-post .mobile-menu i::after
{
      background: #7575CC;
  }

  .mobile-menu i::before {
    top: -8px;
  }

  .mobile-menu i::after {
    bottom: -8px;
  }
  
    .mobile-menu.active i:before, .mobile-menu.active i:after
  {
    background: #7575CC;
    outline: none;
  }

 .mobile-menu.active i,header.single-post .mobile-menu.active i {
    background: none;
    outline: none;
  }

  .mobile-menu.active i::before {
    top: 0;
    transform: rotate(45deg);
  }

  .mobile-menu.active i::after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .header-inn {
    padding: 0 15px;
  }
  
  .header-container-wrapper {
    height: 122px;
}

  .hero-header {
    position: absolute;
    height: 122px;
  }
  
  .head-menu {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 0;
    overflow-y: auto;
    padding: 80px 40px;
    display: none;
    overflow: hidden;
  }
  
  .head-menu.active {
    display: block;
  }
  
  .header-nav {
    flex-direction: column;
    min-height: 100%;
  }
  
  .nav-item {
    margin: 0;
    width: 100%;
  }

  .nav-item > a {
    padding: 18px 14px;
    color: #000;
  }

  .head-menu-slider {
    display: none !important;
  }

  .head-menu-floating__sub-menu {
    top: 0;
    width: 100%;
    height: 100%;
    right: -100%;
    left: auto;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    transform-origin: 0 0;
  }

  .head-menu.hover .head-menu-floating__sub-menu {
    right: 0;
  }

  .floating-back-mobile {
    display: block;
  }

  .mobile-menu-opened {
    overflow: hidden;
    height: 100%;
  }
  
  /* landing page */
.dnd_area_header-row-0-padding
{
  padding-bottom: 60px !important;
}

}

body {
  background-color: #E5E5E5;
  /*background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1918 1089.6' enable-background='new 0 0 1918 1089.6' xml:space='preserve'%3E%3Crect fill='%23EFEFEF' width='1918' height='1089.6'/%3E%3Cpath fill='%23FFFFFF' d='M2063.4,1226.1H-145.4V-142.1h2208.7V1226.1z M-142.5,1223.3h2203V-139.3h-2203V1223.3z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,1018.5H-143.9v2.8h2205.9V1018.5z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,950.2H-143.9v2.8h2205.9V950.2z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,881.9H-143.9v2.8h2205.9V881.9z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,813.7H-143.9v2.8h2205.9V813.7z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,745.4H-143.9v2.8h2205.9V745.4z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,677.1H-143.9v2.8h2205.9V677.1z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,608.9H-143.9v2.8h2205.9V608.9z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,540.6H-143.9v2.8h2205.9V540.6z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,472.3H-143.9v2.8h2205.9V472.3z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,404.1H-143.9v2.8h2205.9V404.1z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,335.8H-143.9v2.8h2205.9V335.8z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,267.5H-143.9v2.8h2205.9V267.5z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,199.2H-143.9v2.8h2205.9V199.2z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,131H-143.9v2.8h2205.9V131z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,62.7H-143.9v2.8h2205.9V62.7z'/%3E%3Cpath fill='%23FFFFFF' d='M1862.8-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M1796-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M1729.1-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M1662.3-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M1595.4-140.7h-2.8v1365.4h2.8V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M1528.6-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M1461.8-140.7h-2.8v1365.4h2.8V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M1394.9-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M1328.1-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M1261.2-140.7h-2.8v1365.4h2.8V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M1194.4-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M1127.5-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M1060.7-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M993.9-140.7H991v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M927-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M860.2-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M793.3-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M726.5-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M659.6-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M592.8-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M525.9-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M459.1-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M392.3-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M325.4-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M258.6-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M191.7-140.7h-2.9v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M124.9-140.7H122v1365.4h2.9V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M58-140.7h-2.9v1365.4H58V-140.7z'/%3E%3Cpath fill='%23FFFFFF' d='M2061.9,1086.7H-143.9v2.8h2205.9V1086.7z'/%3E%3C/svg%3E%0A");
*/
}


.row-fluid .span12
{
  margin: 0;
}

/* blog home */
.pm-hero {
  padding-top: 4.348em;
  padding-bottom: 6.043em;
  text-align: center;
  background-color: var(--clrPurpleLTR);

}

.pm-hero__title {
  font-weight: bold;
line-height:  120.13%;
  margin-bottom: 0.403em;
  color: #ffffff;
}

.pm-hero__subtitle {
  font-family: var(--mainFont);
  font-weight: 400;
  margin: 0;
line-height: 188.889%;
  color: #ffffff;
  margin-bottom: 55px;
}

.hero-search form {
  max-width: 1004px;
  height: 4.913em;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
    border: none;
  border-bottom: 0.522em solid #EAE7E7;
  border-radius: 0;
  background-color: #ffffff;
    padding: 0 1.826em 0 2.348em;
  margin-bottom: 2.043em;
}

.hero-search .hero-search__input input {
  width: 100%;
  height: 100%;
  border: none;
}

.hero-search .hero-search__input input::placeholder {
  color: #ABABAB;
  font-weight: 500;
}

.hero-search button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 2.609em;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg width='61' height='61' viewBox='0 0 61 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 1308'%3E%3Cg id='Group'%3E%3Cg id='_x34__4_'%3E%3Cg id='Group_2'%3E%3Cpath id='Vector' d='M59.441 56.7456L43.9473 41.4995C48.0046 37.0913 50.4976 31.2615 50.4976 24.8464C50.4956 11.1232 39.1923 0 25.2478 0C11.3034 0 0 11.1232 0 24.8464C0 38.5695 11.3034 49.6927 25.2478 49.6927C31.2728 49.6927 36.7987 47.6088 41.1393 44.1442L56.6932 59.4505C57.451 60.197 58.6814 60.197 59.4393 59.4505C60.1989 58.704 60.1989 57.4922 59.441 56.7456ZM25.2478 45.87C13.4493 45.87 3.88473 36.4574 3.88473 24.8464C3.88473 13.2353 13.4493 3.82276 25.2478 3.82276C37.0464 3.82276 46.6109 13.2353 46.6109 24.8464C46.6109 36.4574 37.0464 45.87 25.2478 45.87Z' fill='%23EAE7E7'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  height: 2.609em;
}

.hero-search button[type="submit"]:hover {
  filter: brightness(0) saturate(100%);
}

.hero-search__suggestions
{
  text-align: left;
  color: #ffffff;
}

.hero-search__suggestions a
{
  color: #fff;
  text-decoration: underline;
}

.articles--section
{
  padding-top: 3em;
}
/* blog grid */
.articles-list {
    gap: 1.478em;
  display: flex;
  flex-direction: column;
  padding-bottom: 9.348em;
  margin: 0 auto;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.articles--filter
{
  padding-top: 2.217em;
}


.blog__item {
    flex-direction: column;
    background: #ffffff;
    padding: 1.739em 1.304em 1.739em 2.609em;
}

.blog__item .topics-list
{
  margin-bottom: 0;
  justify-content: flex-end;
}

.blog__item .title
{
  font-family: var(--mainFont);
  font-size: clamp(2.8rem, 2.4308rem + 1.0256vw, 4.4rem);
  font-weight: 500;
  line-height: 133.721%;
  margin-top: 2.159em;
  margin-bottom: 1.114em;
}

.blog__item .title a
{
  color: #000000;
}

.blog__item .title a:hover
{
  color:  var(--mainColor);
}

.blog__item .article-meta
{
  margin-top: auto;
}

.blog__item--featured
{
  padding: 0;
  display: flex;
  flex-direction: column;
}

.blog__item--featured .article-content
{
  padding: 1.739em 1.304em 1.739em 2.609em;
}

.blog__item--featured .article__imgbox, .blog__item--featured .article__imgbox * {
    display: flex;
    flex: 1;
  object-fit: cover;
  object-position: center;
}

.blog__item--featured .article__imgbox img
{
  height: 240px;
}

.blog__item--featured .meta-list
{
  align-items: center;
  gap: 30px;
  justify-content: flex-end;
}

.featured__blog
{
  letter-spacing: 3.145px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 593px)
{
    .blog__item--featured .meta-list
{
  justify-content: space-between;
}
}
@media (min-width: 768px)
{
.articles-list {
    gap: 1.478em;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  
  .blog__item--featured
  {
    grid-column: span 2;
  padding: 0;
  display: grid;
  grid-template-columns: 0.27fr 1fr;
}
  
  .blog__item--featured .article__imgbox img
{
  height: unset;
}
  
}

/* article */

.article-body {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0;
    width: 100%;
}

.article-body img
{
  display: block;
}

.article-hero__container
{
  margin-bottom: 1.522em;
  text-align: center;
}

.topics-list
{
  gap: 1em;
  margin-bottom: 2.087em;
}
.topics-list .topic-link
{
  letter-spacing: 3.145px;
  color: #ffffff;
  padding: 0.882em 1.059em;
  background-color: #774BF3;  
  text-transform: uppercase;
}



.topics-list .topic-link.retail-trade-promotion
{
  background-color: #FFC52F;
  color: #000000;
}

.topics-list .topic-link.trade-promotion-management
{
  background-color: #FF7F48;
  color: #000000;
}

.topics-list .topic-link.trade-spend
{
  background-color: #09D6C9;
  color: #000000;
}

.topics-list .topic-link.coronavirus 
{
  background-color: #63DD6F;
  color: #000000;
}

.topics-list .topic-link.deduction-management
{
  background-color: #E215B5;
}
.topics-list .topic-link.emerging-brands
{
  background-color: #BEF12D;
  color: #000000;
}

.topics-list .topic-link:hover
{
  background-color: var(--hoverColor);
  color: #000000;
}

.article-hero__title
{
  margin-bottom: 0.564em;
}

.article-meta
{
  font-size: clamp(1.4rem,1.3308rem + .1923vw,1.7rem);
  flex-direction: column;
  row-gap: 15px;
  flex-wrap: wrap;
}

.author-name, .article__date
{
  letter-spacing: 0.185em;
  text-transform: uppercase;
  line-height: 200%;
  position: relative;
}

.blog-content
{
  background: #ffffff;
  padding-top: 4.913em;
  padding-bottom: 7.652em;
  font-size: clamp(1.6rem, 1.5077rem + 0.2564vw, 2rem);
}

.blog-content p, .blog-content ol, .blog-content ul, .blog-content h1, .blog-content h2, .blog-content h3,
.blog-content h4, .blog-content h5, .blog-content h6, .blog-content blockquote
{
    margin-left: auto;
  margin-right: auto;
    max-width: 948px;
    padding: 0 15px;
    width: 100%;
}

.blog-content *:has(img)
{
  max-width: unset;
  padding: 0;
}
.blog-content ol, .blog-content ul
{
  padding-left: 1.565em;
}

.blog-content p:first-of-type
{
  font-size: clamp(2rem, 1.8385rem + 0.4487vw, 2.7rem);
}

.blog-content p:last-of-type
{
  margin-bottom: 0;
}

.blog-content img:not(.w-css-reset)
{
  width: 100% !important;
}

.article-author
{
  background: #5B37C0;
  padding-top: 6.348em;
  padding-bottom: 5.261em;
  position: relative;
}

.article-author-avatar
{
  position: absolute;
  display: block;
  width: 7.565em;
  height: 7.565em;
  border-radius: 100%;
  left: 50%;
  top: -3.783em;
  transform: translateX(-50%);
  
  
}
.article-author-content
{
  font-size: clamp(1.5rem, 1.4308rem + 0.1923vw, 1.8rem);
  line-height: 205.556%;
  color: #ffffff;
  text-align: center;
      margin: 0 auto;
    max-width: 1021px;
    padding: 0 15px;
    width: 100%;
}

.article-author-content a
{
  color: #ffffff;
}

.article-author-content a:hover
{
  color: var(--hoverColor);
}

.article-sharing
{
  padding-top: 4.652em;
  padding-bottom: 6.522em;
  text-align: center;
}

.article-sharing-title
{
  line-height: 201.136%;
  margin-bottom: 0.795em;
}

.share {
    gap: 1.435em;
}

.article-sharing a.social-icon {
    color: #000000;
}

.article-sharing .icon-facebook-promomash:before {
    font-size: 58px;
}

.article-sharing .icon-linkedin:before {
    font-size: 60px;
}

.share .social-icon:hover
{
      color: var(--hoverColor);
}

.related-blog
{
  background: #09D6C9;
  padding-top: 3.435em;
  padding-bottom: 6.043em;
}

.related-blog__title
{
  font-family: var(--mainFont);
  font-size: clamp(2.8rem, 2.4308rem + 1.0256vw, 4.4rem);
  font-weight: 400;
  line-height: 201.136%;
  text-align: center;
  margin-bottom: 1.386em;
}

.related-blog__wrap {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
}

.related-blog__posts {
    gap: 1.478em;
  padding-bottom: 0;
}

@media (min-width:500px) and (max-width:767px)
{
    .article-meta
{
  flex-direction: row;
   gap: 3.529em;
  align-items: center;
    row-gap: 15px;
}
  
  .author-name:before
{
  content: "";
  display: block;
  width: 1px;
  height: 1.882em;
  background-color: #000000;
  position: absolute;
  bottom: unset;
  left: unset;
  right: -1.7645em;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
}
 

  
@media (min-width:1024px)
{
  
    .article-meta
{
  flex-direction: row;
   gap: 3.529em;
  align-items: center;
    row-gap: 15px;
}
  
  .author-name:before
{
  content: "";
  display: block;
  width: 1px;
  height: 1.882em;
  background-color: #000000;
  position: absolute;
  bottom: unset;
  left: unset;
  right: -1.7645em;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
}
 

/*
.related-blog__item {
    flex-direction: column;
    background: #ffffff;
    padding: 1.739em 1.304em 1.739em 2.609em;
}

.related-blog .topics-list
{
  margin-bottom: 0;
  justify-content: flex-end;
}

.related-blog .title
{
  font-family: var(--mainFont);
  font-size: clamp(2.8rem, 2.4308rem + 1.0256vw, 4.4rem);
  font-weight: 500;
  line-height: 133.721%;
  margin-top: 2.159em;
  margin-bottom: 1.114em;
}

.related-blog .author-name
{
  margin-top: auto;
}

@media (min-width: 768px)
{
.related-blog__posts {
    gap: 1.478em;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}
*/
/* STARO
 * 
 * 


.hs-blog-listing .body-container-wrapper {
  background: #F2F2F2;
  padding: 45px 15px 75px;
}

.hs-blog-listing  .body-container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.hero-home {
  width: 100%;

  padding-bottom: 75px;
  background: transparent linear-gradient(101deg, #7575CC 0%, #FC7EA2C3 45%, #FFB469FC 100%) 0% 0% no-repeat;
}

.row-fluid {
  display: flex;
}

.logo {
  display: block;
  width: 210px;
}

.head .row-fluid {
  align-items: center;
}

.head [class*="span"] {
  width: auto;
  flex: 1;
}

.home-head .logo-dark {
  display: none;
}

.article-head .logo-light {
  display: none;
}

.search-box {
  max-width: 295px;
}

.hs-search-field {
  position: relative;
}

.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 5px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 20px #0000000A;
  border-color: #F2F2F2;
  margin-top: 5px;
  padding: 0;
  overflow: hidden;
}

.hs-search-field__suggestions li a {
  display: block;
  color: #7575cc;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus {
  background: #6363c1;
  color: #fff;
}

#results-for {
  background: #cae0ff;
  padding: 12px 15px;
  font-weight: bold;
}

.social-icon {
  font-size: 22px;
  margin: 0 14px;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}

.head .social-icon {
  color: #fff;
}

.head .social-icon:hover {
  color: #7575CC;
}

.article-head .social-icon {
  color: #6363C1;
}

.article-head .social-icon:hover {
  color: #FC7EA2;
}

.hs-search-field form {
  display: flex;
  align-items: center;
}

.hs-search-field__input {
  padding: 0 0 5px;
  background: none;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
}

.hs-search-field__input::-webkit-input-placeholder {
  color: #fff;
}

.hs-search-field__input:-ms-input-placeholder {
  color: #fff;
}

.hs-search-field__input::placeholder {
  color: #fff;
}

.article-head .hs-search-field__input {
  color: #333;
  border-color: #333;
}

.article-head  .hs-search-field__input::-webkit-input-placeholder {
  color: #333;
}

.article-head  .hs-search-field__input:-ms-input-placeholder {
  color: #333;
}

.article-head  .hs-search-field__input::placeholder {
  color: #333;
}

.hs-search-field__bar button {
  border: none;
  background: none;
  margin-left: 10px;
  padding: 0;
  transition: transform 0.3s ease-in-out;
}

.hs-search-field__input:focus ~ button {
  transform: scale(1.1);
}

.hs-search-field__bar button svg {
  height: 26px;
}

.hs-search-field__bar button svg path {
  fill: #fff;
}

.article-head .hs-search-field__bar button svg path {
  fill: #333;
}

.pm-hero {
  margin: 80px 0 15px;
  text-align: center;
}

.pm-hero__title {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.2em;
  color: #fff;
  margin: 0;
}

.pm-hero__subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6em;
  color: #fff;
  margin: 0;
}

.body-container .articles-box {
  flex: 1;
  width: auto;
}

.body-container .sidebar {
  margin: 0;
  padding: 0 0 0 45px;
  width: 370px;
}

.articles-list .article {
  min-height: 255px;
}

.article {
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 3px 20px #0000000A;
  border-radius: 0 3px 3px 0;
  margin-bottom: 25px;
}

.article-content {
  flex: 1;
  padding: 30px 25px 30px 40px;
}

.article__imgbox {
  width: 35%;
}

.article__imgbox a {
  display: block;
  position: relative;
  height: 100%;
}

.article__imgbox a::before {
  content: '';
  background: #6363c1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: opacity 0.5s ease-in-out;
}

.article__img {
  vertical-align: middle;
  object-fit: cover;
  min-height: 100%;
}

.article:hover .article__imgbox a::before {
  opacity: 0.7;
}

.tag {
  margin-right: 15px;
  margin-bottom: 2px;
}

.tag a {
  color: #707070;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.sidebar-tags .tag {
  margin-bottom: 7px;
}

.sidebar-tags .tag a {
  color: #333;
}

.sidebar-tags .tag a:hover,
.tag a:hover {
  color: #7575CC;
  text-decoration: underline;
}

.title {
  margin: 10px 20px 10px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3em;
}

.title a {
  text-decoration: none;
  color: #333333;
  background-image: linear-gradient(transparent calc(99% - 2px), black 3px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: all .5s ease;
}

.title a:hover {
  background-size: 100%;
}

.author {
  margin-right: 50px;
}

.author-avatar {
  display: inline-block;
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 12px;
}

.author-name,
.author-date {
  font-size: 15px;
  color: #707070;
}

.author-date i {
  font-size: 18px;
  color: #333;
  margin-right: 12px;
}

.sidebar__posts {
  padding: 35px;
  background: #fff;
}

.sidebar__posts .widget-span {
  min-height: 0;
}

.sidebar > .row-fluid-wrapper {
  margin-bottom: 70px;
}

.sidebar .form-title,
.sidebar-title {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.3em;
  color: #333333;
  margin: 0 0 25px;
}

.sidebar__tags-box,
.sidebar__subscribe {
  padding-left: 35px;
}

.sidebar__subscribe label {
  display: none;
}

.sidebar .hs-form-field {
  margin-bottom: 10px;
}

.sidebar .hs-submit {
  padding-top: 5px;
}

.sidebar .hs-submit .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7575CC;
  border-radius: 3px;
  border-bottom: 5px solid #6363C1;
  padding: 4px 0 0;
  width: 160px;
  height: 58px;
  transition: border 0.3s ease-in-out;
  cursor: pointer;
}

.sidebar .hs-submit .actions input {
  border: none;
  background: none;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.sidebar .input input {
  background: #fff;
  color: #000000;
  border-radius: 3px;
  font-size: 16px;
  padding: 12px 13px;
  width: 100%;
  border: none;
}

.sidebar .actions .icon-arrow-right {
  font-size: 13px;
  color: #C1C1F4;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.sidebar .hs-submit .actions:hover {
  border-color: #7575CC;
}

.sidebar .hs-submit .actions:hover .icon-arrow-right {
  transform: translateX(5px);
}

.post-item {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed #BFBFBF;
  box-shadow: none;
}

.post-item:first-child {
  padding-top: 0;
}

.post-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.post-item .article__imgbox {
  width: 78px;
  height: 60px;
}

.post-item__title {
  display: flex;
  flex: 1;
  font-weight: normal;
  margin: 0 0 0 20px;
}

.post-item__title a {
  font-size: 15px;
  line-height: 1.3em;
  text-decoration: none;
  color: #333;
  background-size: 0;
  background-repeat: no-repeat;
  transition: all .3s ease;
}

.post-item__title a:hover {
  text-decoration: underline;
}

.latest-posts {
  margin-bottom: 80px;
}

.related-blog {
  background: #F2F2F2;
  padding: 80px 15px;
}

.related-blog__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.related-blog__title {
  margin: 0 0 55px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.related-blog__item {
  width: calc(50% - 10px);
  min-height: 155px;
}

.related-blog__item .title {
  font-size: 20px;
  flex: 1;
  padding: 20px;
  margin: 0;
}

.related-blog__item .article__imgbox {
  width: 170px;
}

.article-head {
  padding: 55px 0 80px;
}

.article-hero__container {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 15px;
}

.topic-link {
  font-size: 14px;
  color: #707070;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 14px 25px;
  transition: all 0.3s ease-in-out;
}

.topic-link:hover {
  color: #7575CC;
  text-decoration: underline;
}

.article-hero__title {
  font-size: 46px;
  font-weight: bold;
  color: #000000;
  line-height: 1.3em;
  text-align: center;
  margin: 0 0 25px;
}

.article-hero__subtitle {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0 0 35px;
  text-align: center;
  color: #333;
}

.article-hero .article-meta {
  margin-bottom: 60px;
}

.article-hero__imgbox img {
  width: 100%;
  min-height: 600px;
  height: 50vh;
  object-fit: cover;
}

.artcile-body {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

#hs_cos_wrapper_post_body > p:first-child:first-letter {
  font-size: 55px;
  font-weight: bold;
}


.blog-content {
  padding: 25px 0 70px;
  overflow: hidden;
}

.article-author {
  display: flex;
  background: #F2F2F2;
  margin-bottom: 35px;
  padding: 40px;
  position: relative;
}

.article-author::before {
  content: '';
  position: absolute;
  right: -8px;
  bottom: -8px;
  border-right: 8px solid #6363C1;
  border-bottom: 8px solid #6363C1;
  width: 100%;
  height: 100%;
}

.article-author-avatar {
  min-width: 72px;
  width: 72px;
  height: 72px;
  border-radius: 50px;
  margin-right: 40px;
}

.article-author-content {
  font-size: 16px;
  line-height: 1.7em;
  color: #333;
}

.article-sharing {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.article-sharing .widget-span {
  margin: 0;
}

.article-sharing-title {
  margin-bottom: 18px;
  font-size: 16px;
  color: #333;
}

.article-sharing-icon {
  background: #FFD255;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
}

.article-sharing-icon::before,
.article-sharing-icon::after {
  content: '';
  position: absolute;
  top: 8px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #333333;
}

.article-sharing-icon::before {
  left: 5px;
}

.article-sharing-icon::after {
  right: 5px;
}

.article-sharing-icon span {
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -3px;
  overflow: hidden;
  width: 6px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: #E73A57;
}

.share .social-icon:hover {
  color: #fc7ea2;
}

.comments-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 100px;
}

.comments-wrapper__title {
  font-size: 30px;
  line-height: 1.4em;
  color: #333;
  text-align: center;
  margin: 0 0 36px;
}

.comments-wrapper .hs-form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.comments-wrapper .hs-form-field label {
  display: none;
}

.comments-wrapper .hs-form-field {
  width: 100%;
  margin-bottom: 8px;
}

.comments-wrapper .hs_firstname,
.comments-wrapper .hs_lastname,
.comments-wrapper .hs_recaptcha,
.comments-wrapper .hs_submit {
  width: calc(50% - 4px);
}

.comments-wrapper .hs-form-field textarea,
.comments-wrapper .hs-form-field input {
  width: 100%;
  padding: 15px 18px;
  background: #F2F2F2;
  border-radius: 8px;
  font-size: 16px;
  color: #898989;
  border: none;
}

.comments-wrapper .hs-form-field textarea {
  height: 220px;
  resize: none;
  padding-top: 18px;
}

.comments-wrapper .hs_error_rollup {
  order: 1;
}

.comments-wrapper .hs_error_rollup li {
  color: #FC7EA2;
  margin-top: 10px;
}

.comments-wrapper .hs_submit {
  margin-bottom: 10px;
}

.comments-wrapper .hs_submit .actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.comments-wrapper .hs_submit input {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7575cc;
  border-radius: 3px;
  border: none;
  border-bottom: 5px solid #6363c1;
  padding: 4px 0 0;
  width: 100%;
  max-width: 210px;
  height: 60px;
  transition: border .3s ease-in-out;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.comments-wrapper .hs_submit input:hover {
  border-color: #7575CC;
}

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

.comment-body {
  padding: 5px 0;
}

.comment-body p {
  font-size: 16px;
}

.comment-body p:first-child {
  margin-top: 0;
}

.comment-from h4 {
  margin-top: 0;
}

#comments-listing {
  margin-bottom: 60px;
}

#comments-listing .comment.depth-0 {
  border-top: 1px solid #bfbfbf;
}

.comment.depth-1 {
  margin-top: 20px;
}

.replying {
  padding: 0;
  margin-top: 20px;
}

.comment-reply-to {
  margin-top: 5px;
}

.replying-to {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}

@media(max-width: 992px) {
  .hs-blog-listing .body-container .row-fluid {
    flex-direction: column;
  }
  
  .body-container .sidebar {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  
  .sidebar__tags-box, .sidebar__subscribe {
    padding-left: 0;
  }
  
  .related-blog__posts {
    flex-direction: column;
  }
  
  .related-blog__item {
    width: 100%;
  }
  
  .sidebar__subscribe {
    max-width: 380px;
  }
}

@media(max-width: 768px) {
  .head .row-fluid {
    flex-direction: column;
    justify-content: center;
  }
  
  .head .search-box {
    width: 100%;
    max-width: 480px;
    order: -1;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  
  .head-social {
    margin-top: 10px;
  }
  
  .article-head {
    padding: 30px 0 40px;
  }
  

  
  .article-hero__title {
    font-size: 36px;
  }
  
  .article-hero__subtitle {
    font-size: 22px;
  }
  
  .article-author {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  
  .article-author-avatar {
    margin-bottom: 20px;
    margin-right: 0;
  }
  
  .comments-wrapper .hs_firstname,
  .comments-wrapper .hs_lastname,
  .comments-wrapper .hs_recaptcha,
  .comments-wrapper .hs_submit {
    width: 100%;
  }
  
  .comments-wrapper .hs_recaptcha {
    margin-bottom: 16px;
  }
  
  .comments-wrapper .hs_submit .actions {
    justify-content: flex-start;
  }
  
  .comments-wrapper .hs_submit input {
    max-width: 256px;
  }
  
  .related-blog {
    padding: 40px 15px;
  }
  
  .pm-hero {
    margin: 40px 20px 20px;
  }
  
  .pm-hero__title {
    font-size: 33px;
    margin-bottom: 10px;
  }
  
  .pm-hero__subtitle {
    font-size: 17px;
}
}

@media(max-width: 767px) {
  .articles-list .article {
    flex-direction: column;
  }
  
  .articles-list .article-content {
    padding: 25px 20px;
  }
  
  .articles-list .article .article__imgbox {
    width: 100%;
  }
  
  .article-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .article-meta .author {
    margin: 0 0 10px;
  }
  
  .article-meta .author-date {
    margin-left: 10px;
  }
  
  .article .title {
    margin: 10px 0 20px;
  }
  
  .sidebar > .row-fluid-wrapper:last-child {
    margin-bottom: 0;
  }
  
  .article-hero__imgbox img {
    min-height: 360px;
  }
  
  .article-hero .article-meta {
    align-items: center;
  }
}

*/