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

}

/* global page styles */
body.hs-content-id-133739979961, body.hs-content-id-102332725779
{
background-color: var(--clrPurpleLTR);
}

.rsrc__single
{
padding-top: 3em;
}
section.rsrc-topic
{
  background-color: #e5e5e5;
  padding-top: 60px;
}
.resource-hero .container
{
  max-width: 1440px;
}

.resource-hero .row--flex
{
    justify-content: space-between;
  gap: min(13.4375VW, 258px);
}

.resource-hero  .hero-search
{
  display: flex;
    flex-grow: 2;
}
.resource-hero .pm-hero__subtitle {
    max-width: 944px;
    margin: 0 auto;
}

.hero-search form {
  max-width: 1004px;
  height: 5.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%);
}

.resources-navigation {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.294em;
  margin-bottom: 5.217em;
}

.resources-navigation a {
  display: inline-block;
  padding: 0.647em 1.000em 0.706em 1.353em;
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.185em;
  font-weight: 500;
  text-transform: uppercase;
}

.resources-navigation a:hover, .resources-navigation a.active {
  color: #ffffff;
  background-color: #E215B5;
}

.container.rsrc__container
{
  max-width: 1780px;
}

.rsrc__module .articles-list.articles-list--rsrc
{
  padding: 0;
  max-width: unset;
}

.articles-list--rsrc .blog__item--featured .title
{
  margin-bottom: 0;
  max-width: 760px;
  margin-top: 1.500em;
  margin-top: 2.159em;
}

.articles-list--rsrc .blog__item--featured .title a
{
  color: #000000;
}

.articles-list--rsrc .blog__item--featured .title a:hover
{
  color: #000000;
  text-decoration: underline;
}

.rsrc__module .articles-list--rsrc .blog__item--featured .title
{
  margin-top: 2.159em;
}

.rsrc__module .articles-list--rsrc .blog__item--featured .title a
{
  color: #000000;
}

.rsrc__module  .articles-list--rsrc .blog__item--featured .title a:hover
{
  color: #000000;
}

.articles-list--rsrc .blog__item--featured
{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rsrc__tagline
{
    letter-spacing: 3.145px;
  color: #ffffff;
  padding: 0.882em 1.059em;
  background-color: #774BF3;  
  text-transform: uppercase;
      display: inline-flex;
    align-self: flex-start;
}

.tagline--watch
{
  background-color: #00B5EE;
}

.rsrc__tags
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 4.471em;
}

.rsrc__module
{
    background: #F5F5F5;
    padding-top: 5em;
    padding-bottom: 5.522em;
    padding-left: clamp(1.5rem, -1.2462rem + 7.6282vw, 13.4rem);
    padding-right: clamp(1.5rem, -1.2462rem + 7.6282vw, 13.4rem);
  margin-bottom: 47px;
}

.rsrc__module .title
{
    margin-bottom: 1.055em;
  color: #000000;
}

.rsrc__module .blog__item .title
{
    margin-bottom: 0;
}

.rsrc__module a:hover .title
{
    color: var(--hoverColor);
}

.rsrc__module .text--25
{
        font-family: var(--headFont);
    margin-bottom: 2.96em;
}
/* 7 hats */


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

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

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

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


@media (min-width: 768px)
{
.module--7hats .articles-list {
    grid-template-columns: 1fr;
}
  
  .blog__item--7hats.blog__item
  {
    grid-column: span 2;
  padding: 0;
  display: grid;
  grid-template-columns: 0.59fr 1fr;
}
  
  .blog__item--7hats.blog__item .article__imgbox img
{
  height: unset;
}
  
}


@media (min-width: 600px)
  {
      .articles-list--rsrc .blog__item--featured .article-content
    {
        padding: 3.000em 1.304em 6.391em 4.696em;
      padding: 1.739em 1.304em 1.739em 2.609em;
    }
    
          .rsrc__module .articles-list--rsrc .blog__item--featured .article-content
    {
            padding: 1.739em 1.304em 1.739em 2.609em;
    }
}

@media (min-width: 768px)
  {
    .rsrc__module  .articles-list--rsrc.articles-list
    {
      grid-template-columns:1fr;
    }
    
    .articles-list--rsrc .blog__item--featured
{
  display: flex;
  grid-column: span 2;
}
.rsrc__module  .articles-list--rsrc .blog__item--featured
{
  display: flex;
  grid-column: span 1;
}
    
      .articles-list--rsrc .blog__item--featured
{
  display: grid;
  grid-template-columns: .5fr 1fr;
}
.rsrc__module  .articles-list--rsrc .blog__item--featured
{
  display: grid;
 grid-template-columns: .5fr 1fr;
}
}

@media (min-width: 1200px)
  {
   .rsrc__module  .articles-list--rsrc.articles-list
    {
      grid-template-columns:1.54fr 1fr;
    }
}


/* POST CONTENT START */
/*
.posts {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 80px 0 120px;
}

.body-container-wrapper .wrap-md {
  max-width: 1160px;
}

.posts .posts__item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  text-decoration: none;
  border-radius: 20px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .posts .posts__item {
    width: 100%;
    margin-right: 0;
  }
}

.posts__header-icon {
  width: 55px;
  font-size: 33px;
}

.posts__header-icon.icon-cat-blog {
  font-size: 28px;
}

.posts__header-icon.icon-cat-webinars {
    font-size: 30px;
}

.posts__header-icon.icon-cat-case-studies {
  font-size: 38px;
}

.posts .posts__item:nth-child(2n) {
  margin-right: 0;
}

.posts .posts__header {
  flex: 1;
  padding: 24px 32px;
}

.posts .posts__header.posts__header--promo {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 44px;
  z-index: 1;
}

@media (max-width: 768px) {
  .posts .posts__header.posts__header--promo {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
}

.posts .posts__header--blog {
  color: #F33E67;
}

.posts .posts__header--webinars {
  color: #5A50A0;
}

.posts .posts__header--downloadables {
  color: #FC7EA2;
}

.posts .posts__header--client-stories {
  color: #FF704F;
}

.posts .posts__header.posts__header--promo img {
  margin-right: 12px;
}

.posts .posts__title,
.posts .posts__header .hs_cos_wrapper {
  display: block;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 33px;
  line-height: 39px;
  font-weight: 300;
  text-decoration: none;
  color: #000000;
}

.posts .posts__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.posts .posts__content {
  position: relative;
  display: flex;
  text-decoration: none;
}

.posts .posts__read {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 32px;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
}

.posts .posts__read i {
  margin-right: 10px;
}

.posts .posts__image {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.posts .posts__image.posts__image--promo {
  height: 360px;
}

.posts .posts__footer {
  padding: 24px 32px;
}

.post-category .post-category__link {
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  color: #7575CC;
}
*/
/* POST CONTENT END */

/* BREADCRUMBS START */
/*
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  color: #fff;
}

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

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs i {
  display: flex;
  margin: 0 10px;
  color: #fff;
}

.breadcrumbs i:before {
  width: auto;
  font-size: 12px;
}

.audiograms-content {
  position: relative;
}
*/
/* BREADCRUMBS END */

/*# sourceMappingURL=Resource Library.css.map */