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

html, body {
  margin: 0;
  padding: 0;
}

body {
  /*   background-image: radial-gradient(circle, #ddddee 1px, transparent 1px);
  background-size: 15px 15px;
  background-repeat: repeat;
  background-position: center; */
  padding: 32px 0 0;
}

a, a i, a i svg path {
  transition: .2s ease;
}
b, strong {
  font-weight: 700;
}

a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

a i {
  color: inherit;
  font-size: 20px;
  transition: .2s ease;
}

.link {
  text-decoration: none;
  font-weight: 600;
} 

a i {
  transition: .2s ease;
  font-size: 20px;
} 

.link:hover {
  opacity: .6;
} 

a:hover i {
  transform: translateX(5px)
} 


img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, pre, blockquote, hr {
  margin: 0 0 30px;
}

/* Flex Classes */

.display-flex {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.flex-direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

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

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

.flex-wrap { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.align-items-stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

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

.flex-grow-1 {
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  flex: 1;
}

/* Text align */

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* Margins */

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mlr-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mlr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pd-20 {
  padding: 0 20px;
}

.pd-40 {
  padding: 40px;
}

.pd-80 {
  padding: 80px;
}

.mw-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.mw-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.crs-pointer {
  cursor: pointer;
}

.buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.title-label {
  border-radius: 6px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 0 8px;
  line-height: 22px;
}

.title-label:before {
  content: '';
  background: #3DCA84;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-flex;
  animation: pulse 2s infinite;
}

a .hgi {
  font-weight: 400;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px #3dca844a;
  }
  50% {
    box-shadow: 0 0 0 4px #3dca844a;
  }
  100% {
    box-shadow: 0 0 0 4px #3dca8400;
  }
}

/* Three columns - custom */
.three-columns-row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
  position: relative;
}

.three-columns-row > .column {
  display: flex;
  flex-direction: column;
}

/* two columns row */
.two-columns-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.two-columns-row .small-column {
  width:34%;
  padding-right:80px;
}

.two-columns-row .large-column {
  width:66%;
}

.gray-rich-text-image-banner .row-fluid-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.pills {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.pills .pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 24px;
  border: 1px solid #C6CCD0;
  font-size: 12px;
  background: #FDFCFE;
  color: #262e35;
  line-height: 16px;
  height: 24px;
}

.pills .separator {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
}

@media (min-width: 993px) {
  .three-columns-row > .column {
    margin: 20px;
    width: -webkit-calc(100% / 3 - 40px);
    width: -moz-calc(100% / 3 - 40px);
    width: calc(100% / 3 - 40px);
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .three-columns-row > .column {
    margin: 20px;
    width: -webkit-calc(100% / 2 - 40px);
    width: -moz-calc(100% / 2 - 40px);
    width: calc(100% / 2 - 40px);
  }
}

@media (max-width: 767px) {
  .three-columns-row {
    margin: -20px 0;
  }
  .three-columns-row > .column {
    margin: 20px;
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  div hr {
    margin-left: auto;
    margin-right: auto;
  }
  .text-left,
  .text-right {
    text-align: center;
  }
  ul li,
  ol li {
    text-align: left;
  }
  h6 br,
  h5 br,
  h4 br,
  h3 br,
  h2 br,
  h1 br {
    display: none;
  }
}

/* Theme card */
.overflow-hidden {
  overflow: hidden;
}

.hover-translate-y {
  transition: .2s ease;
}

.hover-translate-y:hover {
  transform: translateY(-5px);
}

.theme-card .card-image {
  height: 220px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat:no-repeat;
}
.theme-card .card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.theme-card .card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex: 1;
  justify-content: space-between;
}

.theme-card .card-body .card-title {
  font-size: 20px;
  margin: 0 0 10px;
}

.theme-card .card-body .card-title.no-margin {
  margin: 0;
}

.theme-card .card-body .card-label {
  font-size: 20px;
  margin: 0;
}

.theme-card .card-body .card-description {
  font-size: 16px;
  margin: 25px 0 0;
}

.theme-card .card-extra-information {
  margin-top: 25px;
  margin-bottom: -10px;
}

.theme-card .card-extra-information p {
  font-size: 14px;
  position: relative;
  padding-left: 26px;
  margin: 0 0 10px;
  display: inline-block
}

.theme-card .card-extra-information .material-icons {
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.theme-card .card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.theme-card .card-extra-information > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.hs_cos_wrapper_type_rich_text *:last-child {
  margin-bottom: 0;
}

.hs_cos_wrapper_type_linked_image img {
  width: 100%;
}

.border-transparent {
  border-color: transparent;
}

/* .page-title-section .primary-button {
padding-left: 64px;
padding-right: 64px;
} */

.container-padding {
  padding: 0 24px;
}

.sm-wrapper,
.sm-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sm-wrapper {
  justify-content: center;
  margin: 0 0 32px;
}

.sm-wrapper p {
  margin: 0;
  font-size: 12px;
}

.sm-wrapper a {
  font-size: 0;
  line-height: 1;
  transition: .2s ease;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sm-wrapper a img {
  max-width: 100%;
  height: auto;
}

.sm-wrapper a:hover {
  opacity: .6;
}

.social-media-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-media-links .links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.social-media-links .links a {
  min-width: 68px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  transition: .2s ease;
  padding: 0 22px;
  cursor: pointer;
}

.social-media-links .links a:hover {
  background-color: rgba(247, 247, 248, 1.0);
}

.social-media-links .links a svg path {
  fill: rgba(34, 34, 34, 1.0)
}


.scroll-top-button.primary-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease;
  z-index: -999;
  opacity: 0;
  cursor: pointer;
}

.scroll-top-button.primary-button.visible {
  z-index: 10;
  opacity: 1;
}

.scroll-top-button.primary-button svg {
  height: 16px;
  width: auto;
  transition: .2s ease;
}

.scroll-top-button.primary-button:hover {
  border-radius: 50%;
}

.scroll-top-button.primary-button:hover svg {
  transform: translateY(-3px);
}

.underline {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .sm-wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .social-media-links .copy-link span {
    display: none;
  }
  .social-media-links .links a svg {
    width: 16px;
    height: auto;
  }
  .social-media-links .links {
    gap: 12px
  }
  .social-media-links .links a {
    height: 40px;
    min-width: auto;
    padding: 0 11px;
  }
}

.primary-button.disabled {
  opacity: .2;
  cursor: not-allowed;
}

.plugin-repo-banner.has-helper-image img {
  box-shadow: -6px 6px 32px -4px rgba(250, 117, 7, 0.40);
  border-top-left-radius: 20px;
  right: -30px;
}
@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-Black.woff2') format('woff2');
    font-weight: 900; /* 'Black' is usually 900 weight */
    font-style: normal;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-Bold.woff2') format('woff2');
    font-weight: bold; /* 'Bold' is usually 700 weight */
    font-style: normal;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-ExtraBold.woff2') format('woff2');
    font-weight: 800; /* 'ExtraBold' is usually 800 weight */
    font-style: normal;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-ExtraLight.woff2') format('woff2');
    font-weight: 200; /* 'ExtraLight' is usually 200 weight */
    font-style: normal;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-Light.woff2') format('woff2');
    font-weight: 300; /* 'Light' is usually 300 weight */
    font-style: normal;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-Medium.woff2') format('woff2');
    font-weight: 500; /* 'Medium' is usually 500 weight */
    font-style: normal;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-Regular.woff2') format('woff2');
    font-weight: normal; /* 'Regular' is usually 400 weight */
    font-style: normal;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-RegularItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-SemiBold.woff2') format('woff2');
    font-weight: 600; /* 'SemiBold' is usually 600 weight */
    font-style: normal;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-Thin.woff2') format('woff2');
    font-weight: 100; /* 'Thin' is usually 100 weight */
    font-style: normal;
    }

@font-face {
  font-family: 'FixelText';
  src: url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/FixelText/FixelText-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    }


@font-face {
  font-family: 'icomoon';
  src:  url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/icons/icons-font.ttf') format('truetype'),
    url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/icons/icons-font.woff') format('woff'),
      url('//143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/raw_assets/public/hex-rays-corporate-website-2025/fonts/icons/icons-font.svg') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: block;
        }

.icon-cloud {
  display: inline-flex;
  height: 12px;
  width: 12px;
  background-image: url('https://hex-rays.com/hubfs/cloud.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-add-circle-half-dot {
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-image: url('https://hex-rays.com/hubfs/add-circle-half-dot.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}



/* h1, h2, h3, h4, h5, h6 {  
font-weight: 500;
} */


.font-100 {
  font-weight: 100;
}

.font-600 {
  font-weight: 600;
}

:not(.post-body) > .hs_cos_wrapper_type_rich_text * {
  margin: 0 0 24px;
}

:not(.post-body) > .hs_cos_wrapper_type_rich_text h1 {
  font-size: 26px;
}

:not(.post-body) > .hs_cos_wrapper_type_rich_text h2 {
  font-size: 24px;
}

:not(.post-body) > .hs_cos_wrapper_type_rich_text h3 {
  font-size: 22px;
}

:not(.post-body) > .hs_cos_wrapper_type_rich_text h4 {
  font-size: 20px;
}

:not(.post-body) > .hs_cos_wrapper_type_rich_text h6,
:not(.post-body) > .hs_cos_wrapper_type_rich_text h5 {
  font-size: 16px;
}

:not(.post-body) > .hs_cos_wrapper_type_rich_text ol li,
:not(.post-body) >  .hs_cos_wrapper_type_rich_text ul li {
  margin: 0 0 5px;
}

:not(.post-body) > .hs_cos_wrapper_type_rich_text ol,
:not(.post-body) > .hs_cos_wrapper_type_rich_text ul {
  padding-left: 20px;
}

:not(.post-body) > .hs_cos_wrapper_type_rich_text ol li:last-child,
:not(.post-body) > .hs_cos_wrapper_type_rich_text ul li:last-child {
  margin: 0 0 5px;
}

:not(.post-body) > .hs_cos_wrapper_type_rich_text *:last-child {
  margin: 0;
}

:not(.post-body) > .hs_cos_wrapper_type_rich_text a {
  margin: 0;
  text-decoration: underline;
  display: unset;
  font-size: inherit;
}

:not(.post-body) > .hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: none;
  font-size: inherit;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, 
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    text-align: center;
    min-height: 0;
  }
  .row-fluid [class*="span"] {
    margin-bottom: 50px;
  }
  .row-fluid [class*="span"]:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, 
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, 
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, 
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}
.use-cases {
  position: relative;
  overflow: hidden;
}

.use-cases > .row-fluid {
  position: relative;
  z-index: 2;
}

.use-cases > .row-fluid:before {
  content: '';
  position: absolute;
  width: 850px;
  height: 800px;
  background: url(https://143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/website-resources/images/use-cases-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
  z-index: 1;
}

.use-cases > .row-fluid > .span7,
.use-cases > .row-fluid > .span4 {
  position: relative;
  z-index: 3;
}

.testimonials-wrapper {
  background: url(https://143552897.fs1.hubspotusercontent-eu1.net/hubfs/143552897/website-resources/images/testimonials-bg.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}



.hs-blog-listing .banner-hero-wrapper {
  border-radius: 12px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  max-width: 1332px;
}

.hs-blog-listing .banner-hero {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #1AAF6A;
  background-image: url(https://hex-rays.com/hubfs/theme-assets/images/hero-green-gradient.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: CENTER;
}

.hs-blog-listing .banner-hero .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 638px;
}

.hs-blog-listing .banner-hero p,
.hs-blog-listing .banner-hero h1 {
  margin: 0;
}

@media (max-width: 1320px) {
  .hs-blog-listing .banner-hero-wrapper {
    max-width: calc(100% - 24px);
  }
}

@media (max-width: 767px) {
  .banner-hero {
    padding-top: 108px;
    padding-right: 20px;
    padding-bottom: 32px;
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;

  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-hero {
    padding-top: 108px;
    padding-right: 20px;
    padding-bottom: 32px;
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;

  } 
}
@media (min-width: 1024px) {
  .banner-hero {
    padding-top: 168px;
    padding-right: 20px;
    padding-bottom: 64px;
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;

  }
}

.container-wrapper,
.blog-post {
  padding: 0 24px;
}

.footer {
  margin: 94px 0 0;
}

.blog-post-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
  padding-top: 110px;
  text-align: center;
}

@media (min-width: 993px) {
  .blog-post-header h1 {
    font-size: 64px;
    margin: 0;
  }
  .hs-blog-listing .banner-hero p {
    font-size: 18px;
  }
}

.blog-post-header h1 {
  margin: 0;
}

.topics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.blog-post .post-body-wrapper {
  max-width: 786px;
  margin: 0 auto 94px;
}

.topic-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}

.blog-tag {
  border-radius: 24px;
  color: rgba(34, 34, 34, 1.0);
  background: rgba(232, 237, 241, 1.0);
  line-height: 16px;
  padding: 2px 8px;
  font-size: 12px;
}

.blog-tag:hover {
  opacity: .8;
  font-size: 12px;
}



.color-ida-pro-plugin {
  background: #FBCB9F;
  color: #262E35;
}

.color-news {
  background: #77E6C1;
  color: #262E35;
}



.blog-post .hero .separator {
  margin: 0 4px;
}

.by-line time,
.by-line a,
.by-line span,
.blog-post .hero p,
.blog-post .hero h1 {
  color: #fff;
}

.by-line p,
.by-line a {
  font-size: inherit;
}

.by-line a:hover {
  color: #fff;
  font-size: inherit;
  opacity: .6;
}

.blog-post .featured-image,
.blog-post .post-body {
  margin: 94px 0 0;
}

.blog-post .featured-image {
  border-radius: 8px;
}

.blog-post .social-media-links {
  justify-content: center;
  flex-wrap: wrap;
}

.articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 0;
}

.section-title {
  margin: 94px 0 32px;
}

.section-title h3 {
  margin: 0 0 12px;
}

.section-title p {
  margin: 0;
}

.article {
  align-items: flex-start;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: -1px;
  padding: 24px;
  transition: .2s ease;
  gap: 16px;
}

.articles .image {
  width: 100%;
  height: 198px;
  overflow: hidden;
  position: relative;
}

.articles .image a {
  width: 100%;
}

.articles .image img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.article h2 {
  font-size: 24px;
  margin: 0;
}

.article h2 a {
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}

.article h2 a:hover {
  opacity: .6;
}

.article p {
  margin: 0;
/*   flex-grow: 1; */
}

.hs_cos_wrapper_type_rich_text * {
  margin: 0 0 32px;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.post-meta span {
  font-size: 14px;
}

.post-meta .separator {
  font-size: 10px;
}

.post-meta .avatar {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #dcdcdc;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

article .tertiary-button-arrow {
  margin-top: auto;
}

.blog-post .social-media-links .post-meta {
  min-height: 56px;
  height: auto;
  padding: 12px 24px;
  background: #F6F6F6;
  border-radius: 8px;
}

.blog-post .social-media-links .post-meta span {
  font-size: 16px;
}

.social-media-links .links {
  justify-content: center;
  flex-wrap: wrap;
}

/* .article */

/* .hs_cos_wrapper_type_rich_text h1 {
font-size: 22px;
}

.hs_cos_wrapper_type_rich_text h2 {
font-size: 20px;
}

.hs_cos_wrapper_type_rich_text h3 {
font-size: 18px;
}

.hs_cos_wrapper_type_rich_text h4 {
font-size: 16px;
}

.hs_cos_wrapper_type_rich_text h6,
.hs_cos_wrapper_type_rich_text h5 {
font-size: 14px;
} */

#hs_cos_wrapper_post_body ul li,
#hs_cos_wrapper_post_body ol li,
.hs_cos_wrapper_type_rich_text ol li,
.hs_cos_wrapper_type_rich_text ul li {
  margin: 0 0 12px;
}

.hs_cos_wrapper_type_rich_text ol,
.hs_cos_wrapper_type_rich_text ul {
  padding-left: 24px;
}

.hs_cos_wrapper_type_rich_text ol li:last-child,
.hs_cos_wrapper_type_rich_text ul li:last-child {
  margin: 0;
}

.hs_cos_wrapper_type_rich_text *:last-child {
  margin: 0;
}


#hs_cos_wrapper_post_body h1,
#hs_cos_wrapper_post_body h2,
#hs_cos_wrapper_post_body h3,
#hs_cos_wrapper_post_body h4,
#hs_cos_wrapper_post_body h5,
#hs_cos_wrapper_post_body h6,
#hs_cos_wrapper_post_body p,
#hs_cos_wrapper_post_body div,
#hs_cos_wrapper_post_body pre,
#hs_cos_wrapper_post_body blockquote,
#hs_cos_wrapper_post_body ol,
#hs_cos_wrapper_post_body ul,
#hs_cos_wrapper_post_body li,
#hs_cos_wrapper_post_body code,
#hs_cos_wrapper_post_body iframe,
#hs_cos_wrapper_post_body img,
#hs_cos_wrapper_post_body video,
#hs_cos_wrapper_post_body table,
#hs_cos_wrapper_post_body th,
#hs_cos_wrapper_post_body td {
  margin: 0;
  padding: 0;
}

#hs_cos_wrapper_post_body {
  font-size: 16px;
  line-height: 1.5;
}

#hs_cos_wrapper_post_body h1 {
  font-size: 36px; /* 2 * 18px */
  margin-top: 32px; /* 2 * 16px */
  margin-bottom: 16px; /* 16px */
}

#hs_cos_wrapper_post_body h2 {
  font-size: 32px; /* 2 * 16px */
  margin-top: 32px; /* 2 * 16px */
  margin-bottom: 16px; /* 16px */
}

#hs_cos_wrapper_post_body h3 {
  font-size: 28px; /* 2 * 14px */
  margin-top: 24px; /* 1.5 * 16px */
  margin-bottom: 12px; /* 12px */
}

#hs_cos_wrapper_post_body h4 {
  font-size: 24px; /* 1.5 * 16px */
  margin-top: 16px; /* 16px */
  margin-bottom: 8px; /* 8px */
}

#hs_cos_wrapper_post_body h5 {
  font-size: 20px; /* 1.25 * 16px */
  margin-top: 16px; /* 16px */
  margin-bottom: 8px; /* 8px */
}

#hs_cos_wrapper_post_body h6 {
  font-size: 16px; /* 1 * 16px */
  margin-top: 16px; /* 16px */
  margin-bottom: 8px; /* 8px */
}

#hs_cos_wrapper_post_body p {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
}

#hs_cos_wrapper_post_body div {
  margin-top: 8px; /* 8px */
  margin-bottom: 8px; /* 8px */
}

#hs_cos_wrapper_post_body pre {
  margin-top: 16px; /* 16px */
  margin-bottom: 16px; /* 16px */
  padding: 16px; /* 16px */
  background-color: rgba(247, 247, 248, 1.0);
  border: 1px solid rgba(220, 220, 220, 1.0);
  border-radius: 4px;
  overflow-x: auto;
}

#hs_cos_wrapper_post_body blockquote {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 24px;
  border-radius: 4px;
  background-color: rgba(247, 247, 248, 1.0);
  border-left: 4px solid rgba(150, 224, 199, 1.0); /* 4px */
}

#hs_cos_wrapper_post_body blockquote * {
  margin: 0;
  font-style: italic;
}

#hs_cos_wrapper_post_body ol,
#hs_cos_wrapper_post_body ul {
  margin-top: 8px; /* 8px */
  margin-bottom: 8px; /* 8px */
  padding-left: 32px; /* 32px */
}

#hs_cos_wrapper_post_body li {
  margin-top: 4px; /* 4px */
  margin-bottom: 4px; /* 4px */
}

#hs_cos_wrapper_post_body code {
  font-family: monospace;
  background-color: rgba(246, 246, 246, 1.0);
  padding: 2px 4px; /* 2px 4px */
  border-radius: 4px;
}

#hs_cos_wrapper_post_body iframe,
#hs_cos_wrapper_post_body img,
#hs_cos_wrapper_post_body video {
  max-width: 100%;
  margin-top: 16px; /* 16px */
  margin-bottom: 16px; /* 16px */
}

#hs_cos_wrapper_post_body table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px; /* 16px */
  margin-bottom: 16px; /* 16px */
}


#hs_cos_wrapper_post_body th,
#hs_cos_wrapper_post_body td {
  border: 1px solid rgba(232, 237, 241, 1.0);
  padding: 8px;
  background: rgba(255, 255, 255, 1.0);
}

#hs_cos_wrapper_post_body th {
  background-color: #f2f2f2;
  text-align: left;
}

#hs_cos_wrapper_post_body > *:first-child {
  margin-top: 0;
}

#hs_cos_wrapper_post_body > *:last-child {
  margin-bottom: 0;
}


@media (max-width: 992px) {
  #hs_cos_wrapper_post_body h1 {
    font-size: 28px; /* Adjusted from 36px */
    margin-top: 24px; /* Adjusted from 32px */
    margin-bottom: 12px; /* Adjusted from 16px */
  }

  #hs_cos_wrapper_post_body h2 {
    font-size: 24px; /* Adjusted from 32px */
    margin-top: 24px; /* Adjusted from 32px */
    margin-bottom: 12px; /* Adjusted from 16px */
  }

  #hs_cos_wrapper_post_body h3 {
    font-size: 20px; /* Adjusted from 28px */
    margin-top: 20px; /* Adjusted from 24px */
    margin-bottom: 10px; /* Adjusted from 12px */
  }

  #hs_cos_wrapper_post_body h4 {
    font-size: 18px; /* Adjusted from 24px */
    margin-top: 16px; /* Adjusted from 16px */
    margin-bottom: 8px; /* 8px */
  }

  #hs_cos_wrapper_post_body h5 {
    font-size: 16px; /* Adjusted from 20px */
    margin-top: 16px; /* 16px */
    margin-bottom: 8px; /* 8px */
  }

  #hs_cos_wrapper_post_body h6 {
    font-size: 14px; /* Adjusted from 16px */
    margin-top: 12px; /* Adjusted from 16px */
    margin-bottom: 6px; /* Adjusted from 8px */
  }

  #hs_cos_wrapper_post_body p,
  #hs_cos_wrapper_post_body div {
    margin-top: 6px; /* Adjusted from 8px */
    margin-bottom: 6px; /* Adjusted from 8px */
    font-size: 14px; /* Adjusted from 16px */
  }

  #hs_cos_wrapper_post_body pre {
    margin-top: 12px; /* Adjusted from 16px */
    margin-bottom: 12px; /* Adjusted from 16px */
    padding: 12px; /* Adjusted from 16px */
  }

  #hs_cos_wrapper_post_body blockquote {
    font-size: 16px; /* Adjusted from 18px */
    margin-top: 12px; /* Adjusted from 16px */
    margin-bottom: 12px; /* Adjusted from 16px */
    padding: 12px 16px; /* Adjusted from 16px 24px */
  }

  #hs_cos_wrapper_post_body ol,
  #hs_cos_wrapper_post_body ul {
    margin-top: 6px; /* Adjusted from 8px */
    margin-bottom: 6px; /* Adjusted from 8px */
    padding-left: 24px; /* Adjusted from 32px */
  }

  #hs_cos_wrapper_post_body li {
    margin-top: 4px; /* 4px */
    margin-bottom: 4px; /* 4px */
  }

  #hs_cos_wrapper_post_body code {
    padding: 2px 4px; /* 2px 4px */
  }

  #hs_cos_wrapper_post_body iframe,
  #hs_cos_wrapper_post_body img,
  #hs_cos_wrapper_post_body video {
    max-width: 100%;
    margin-top: 12px; /* Adjusted from 16px */
    margin-bottom: 12px; /* Adjusted from 16px */
  }

  #hs_cos_wrapper_post_body table {
    margin-top: 12px; /* Adjusted from 16px */
    margin-bottom: 12px; /* Adjusted from 16px */
  }

  #hs_cos_wrapper_post_body th,
  #hs_cos_wrapper_post_body td {
    padding: 6px; /* Adjusted from 8px */
  }

  .blog-post, .container-wrapper {
    padding: 0 12px;
  }
}

.hs_cos_wrapper_type_rich_text a {
  margin: 0;
  text-decoration: underline;
  display: unset;
  font-size: inherit;
}

.hs_cos_wrapper_type_rich_text a:hover {
  font-size: inherit;
  text-decoration: none;
  opacity: .6;
}

.featured-section {
  display: flex;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
}

.featured-section  .post-image {
  height: 198px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.featured-section .left {
  width: 56%;
}

.featured-section .right {
  width: 44%;
}

.featured-section .featured-article {
  padding: 24px;
  /*   min-height: 428px; */
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.featured-section .left .featured-article {
  border-right-width: 1px;
  border-right-style: solid;
}

.featured-section .left .featured-article .post-image {
  height: 300px;
}

.featured-section .right .featured-article .post-image {
  height: 140px;
}


.featured-section .featured-article h2 {
  font-size: 24px;
  margin: 0;
  text-decoration: underline;
}

.featured-section .featured-article div,
.featured-section .featured-article h2 {
  position: relative;
  z-index: 2;
}

.featured-section .featured-article h2 a {
  font: inherit;
  color: inherit;
}

.featured-section .featured-article h2:hover a {
  opacity: .6;
}

.featured-section .featured-article p {
  margin: 0;
}


.featured-section .right .featured-article {
  height: 50%;
  justify-content: center;
}
.featured-section .right .featured-article:first-child {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.hs-blog-post-listing__post-timestamp {
  font-size: 14px;
  text-align: right;
  width: 100%;
}

.hs-pagination {
  margin: 94px 0 0;
  border-top: 1px solid rgba(198, 204, 208, 1.0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 0;
}

#hs_cos_wrapper_newsletter_banner {
  margin: 94px 0 0;
}

.hs-pagination div.hs-pagination__link {
  opacity: 0;
}


.hs-pagination .pages {
  display: flex;
  align-items: center;
}

.hs-pagination a:hover {
  opacity: .6;
}

.hs-pagination .pages a {
  padding: 8px 16px;
  font-size: 14px;
  color: rgba(34, 34, 34, 1.0);
  position: relative;
}

.hs-pagination .pages .hs-pagination__link--active {
  color: rgba(34, 34, 34, 1.0)
}

.hs-pagination .pages .hs-pagination__link--active:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(34, 34, 34, 1.0);
}

.hs-pagination__link span {
  font-size: 14px;
  color: rgba(34, 34, 34, 1.0);
  font-weight: 500;
}

.hs-pagination__link i {
  color: rgba(34, 34, 34, 1.0);
}

.hs-pagination__link:hover i {
  transform: translateX(0)
}

.listing-actions {
  margin: 0 0 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing-actions #hs_cos_wrapper_blog_search,
.listing-actions .custom-select-wrapper {
  width: 100%;
  max-width: 308px;
}

.listing-actions #hs_cos_wrapper_blog_search .hs-search-field__button  {
  display: none;
}

.blog-author {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 94px;
}

.blog-author .avatar {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(247, 247, 248, 1.0);
}

.blog-author .details {
  width: calc(100% - 164px);
}

.blog-author .details h2 {
  font-size: 30px;
  margin: 0 0 12px;
}

.blog-author .details p {
  margin: 0 0 12px;
}


.hs-blog-listing .sm-links {
  justify-content: flex-start;
}

.hs-blog-listing .sm-links a svg path {
  fill: rgba(198, 204, 208, 1.0);
}


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

.hs-search-field__bar i {
  position: absolute;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}

#hs_cos_wrapper_blog_search .hs-search-field__bar>form>.hs-search-field__input {
  padding-left: 42px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  border-color: transparent;
  background-image: url("https://hex-rays.com/hubfs/theme-assets/images/search-icon.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px center;
}

#hs_cos_wrapper_blog_search .hs-search-field__bar>form>.hs-search-field__input:focus,
#hs_cos_wrapper_blog_search .hs-search-field__bar>form>.hs-search-field__input:hover {
  background-color: rgba(250, 250, 250, 1);
  box-shadow: 0 3px 6px 0 #00000014;
}

.newsletter-banner {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #3DCA84;
  background-color: rgba(211, 248, 224, 1.0);
  display: flex;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
}

.newsletter-banner .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 32px;
  width: 100%;
}

.newsletter-banner .text {
  width: 100%;
  max-width: 450px;
}

.newsletter-banner .text h2 {
  margin: 0 0 24px;
}

.newsletter-banner .text p {
  margin: 0;
  font-size: 18px;
}

.newsletter-banner .widget-type-form {
  width: 100%;
  max-width: 520px;
}

.newsletter-banner .widget-type-form form {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.newsletter-banner .widget-type-form .hs-error-msgs,
.newsletter-banner .widget-type-form .hs_error_rollup,
.newsletter-banner .widget-type-form form label {
  display: none;
}

.newsletter-banner .widget-type-form .hs-form-field {
  width: 100%;
  padding: 0;
}

.newsletter-banner .widget-type-form form .hs_submit .actions {
  margin: 0;
}

.newsletter-banner .submitted-message {
  padding: 20px;
  border-color: inherit;
  border-radius: 8px;
  background: #A4F3D9;
  color: #107E5A;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .article {
    flex-basis: calc(50% - 12px);
  }

}

@media (max-width: 1024px) {
  .featured-article .secondary-button-arrow {
    width: 24px;
    height: 24px;
  }
  .secondary-button-arrow i {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .article {
    flex-basis: 100%;
  }
  .article .link,
  .article p {
    justify-content: center;
  }
  .featured-section {
    flex-direction: column;
  }
  .featured-section .right, 
  .featured-section .left {
    width: 100%;
  }
  .featured-section .right .featured-article,
  .featured-section .featured-article {
    min-height: none;
  }

  .featured-section .left .featured-article {
    border-right: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .featured-section .featured-article h2,
  .article h2 {
    font-size: 20px;
  }
  .blog-tag {
    padding: 2px 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .listing-actions {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .listing-actions #hs_cos_wrapper_blog_search, .listing-actions .custom-select-wrapper {
    max-width: 100%;
  }
  #hs_cos_wrapper_pagination .hs-pagination__link--prev>.hs-pagination__link-text, #hs_cos_wrapper_pagination .hs-pagination__link--next>.hs-pagination__link-text {
    display: none;
  }
  .blog-author {
    flex-direction: column;
    gap: 24px;
    text-align: center;
    justify-content: center;
  }
  .blog-author .details {
    width: 100%;
  }
  .hs-blog-listing .sm-links {
    justify-content: center;
  }
  .blog-author .details h2 {
    font-size: 22px;
  }
  .newsletter-banner .content {
    flex-direction: column;
    text-align: center;
  }
  .articles {
    grid-template-columns: 1fr;
  }
  .blog-post .social-media-links .post-meta {
    min-height: 40px;
    height: auto;
    padding: 4px 8px;
  }
}

@media (max-width: 540px) {
  .newsletter-banner .widget-type-form form {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
#hs_cos_wrapper_blog_search .hs-search-field__bar>form>.hs-search-field__input,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
.custom-select,
textarea {
  min-height: 48px;
  width: 100%;
}

#hs_cos_wrapper_blog_search .hs-search-field__bar>form>.hs-search-field__input,
.input,
input {
  transition: .2s ease;
}

.custom-select-wrapper {
  position: relative;
  z-index: 3;
}

.custom-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.custom-select i {
  font-size: 20px;
  color: rgba(34, 34, 34, 1.0)
}

.custom-select-wrapper .options {
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  height: 199px;
  overflow: auto;
  padding: 8px;
  display: none;
}

.custom-select-wrapper span {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hs-search-field--open .hs-search-field__suggestions a,
.custom-select-wrapper .options .option {
  padding: 12px 16px;
  transition: .2s ease;
  border-radius: 4px;
  margin: 0;
  user-select: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}

.hs-search-field--open .hs-search-field__suggestions .results-for {
  display: none;
}

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

#hs_cos_wrapper_site_search .hs-search-field__bar>form>label,
#hs_cos_wrapper_site_search .hs-search-field__button {
  display: none;
}

#hs_cos_wrapper_site_search .hs-search-field__bar>form>.hs-search-field__input {
  padding-left: 42px;
}

#hs_cos_wrapper_site_search .hs-search-field__suggestions .results-for {
  font-size: inherit;
  color: rgba(34, 34, 34, 1.0);
  font-weight: inherit;
  font-family: inherit;
  margin: 12px 0 0;
  padding: 0 12px;
  line-height: inherit;
}

#hs_cos_wrapper_site_search div.hs-search-field--open .hs-search-field__suggestions {
  max-height: 200px;
}

.search-modal-wrapper .icon-search {
  font-size: 18px;
  left: 16px;
  position: absolute;
  top: 13px;
  z-index: 1;
}

form .hs-form-field label span.hs-form-required {
  color: #f77;
}

.custom-select-wrapper .options .option:last-child {
  margin: 0;
}

.hs-search-field--open .hs-search-field__suggestions a:hover,
.custom-select-wrapper .options .option:hover {
  background-color: rgba(247, 247, 248, 1.0);
}

.custom-select-wrapper .options .option.active {
  background-color: rgba(246, 246, 246, 1.0);
}

.custom-select-wrapper .hgi-cancel-circle {
  display: none;
  cursor: pointer;
}

/* .hs-fieldtype-file input[type=file]::-webkit-file-upload-button {
  display: none;
}
.hs-fieldtype-file input[type=file]::file-selector-button {
  display: none;
} */




.hs-form-field {
  padding-bottom: 24px;
  position: relative;
}

form textarea {
  height: auto;
  min-height: 150px;
  resize: none;
  width: 100% !important;
}

form select, form input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

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

.hs_error_rollup ul li {
  margin: 0;
}

.hs-form-field legend, .hs-form-field label {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 5px;
}

.hs-error-msgs label {
  cursor: default !important;
}

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

.hs-form-field .hs-error-msgs {
  color: #f44;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-form-field .hs-error-msgs li {
  margin: 5px 0 -5px;
}

.hs-fieldtype-textarea.hs-form-field .hs-error-msgs li {
  margin: 0;
}

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

.inputs-list li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 20px;
  vertical-align: top;
}

.inputs-list li label {
  cursor: pointer;
  margin: 0;
}

.hs-form-checkbox label input, .hs-form-booleancheckbox label input {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -999;
}

.hs-form-checkbox label>span, .hs-form-booleancheckbox label>span {
  display: inline-block !important;
  margin: 0 !important;
  padding-left: 22px;
  position: relative;
}

.hs-form-checkbox label>span:before,
.hs-form-booleancheckbox label>span:before {
  border-radius: 2px;
  content: '';
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 6px;
/*   transform: translateY(-50%); */
  transition: .2s ease;
  width: 12px;
}

.hs-form-checkbox label input[type=checkbox]:checked+span:before,
.hs-form-booleancheckbox label input[type=checkbox]:checked+span:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC43MzY5IDMuMTQ2NDVDMTAuOTMyMSAzLjM0MTcxIDEwLjkzMjEgMy42NTgyOSAxMC43MzY5IDMuODUzNTVMNS43MzY4NSA4Ljg1MzVDNS41NDE1OSA5LjA0ODgyIDUuMjI1MDEgOS4wNDg4MiA1LjAyOTc1IDguODUzNTVMMy4wMjk3NSA2Ljg1MzU1QzIuODM0NDkgNi42NTgyOSAyLjgzNDQ5IDYuMzQxNzEgMy4wMjk3NSA2LjE0NjQ1QzMuMjI1MDEgNS45NTExOCAzLjU0MTU5IDUuOTUxMTggMy43MzY4NSA2LjE0NjQ1TDUuMzgzMyA3Ljc5Mjg5TDEwLjAyOTcgMy4xNDY0NUMxMC4yMjUgMi45NTExOCAxMC41NDE2IDIuOTUxMTggMTAuNzM2OSAzLjE0NjQ1WiIgZmlsbD0iIzIyMUYxRiIvPgo8L3N2Zz4=');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-color: #262E35;
}

.hs-form-radio label input {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -999;
}

.hs-form-radio label>span {
  display: inline-block !important;
  margin: 0 !important;
  padding-left: 22px;
  position: relative;
}

.hs-form-radio label>span:before {
  content: '';
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease;
  width: 12px;
}

.hs-form-radio label input[type=radio]:checked+span:after {
/*   content: '•'; */
  content: '';
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease;
  height: 8px;
  width: 8px;
  left: 3px;
  background: #262E35;
}

.legal-consent-container .field.hs-form-field {
  margin: 0 !important;
  overflow: hidden;
}

.submitted-message,
form {
  margin: 0 auto;
  text-align: left;
}

form .form-title {
  margin: 0 0 30px;
  text-align: center;
}

.form-title {
  margin: 0 0 32px;
  font-size: 24px;
}

form h6, form h5, form h4, form h3, form h2, form h1 {
  margin: 0 0 5px;
  text-align: center;
}

#hs-pwd-widget-password {
  height: 50px !important;
  margin-bottom: 30px;
  margin-top: 0 !important;
}

form .hs_submit .actions {
  text-align: center;
  margin: 20px 0 0;
}

form .hs-button {
  cursor: pointer;
  display: inline-block;
  transition: .2s ease;
  width: 100%;
  text-align: center;
}

.hs-form fieldset.form-columns-2 div.input, .hs-form fieldset.form-columns-1 div.input {
  margin-right: 0;
}

.hs-form fieldset.form-columns-2>div.hs-form-field {
  width: 48%;
}

.hs-form fieldset.form-columns-2>div:first-child {
  margin-right: 2%;
}

.hs-form fieldset.form-columns-2>div:last-child {
  margin-left: 2%;
}

form.hs-form fieldset.form-columns-3 .input {
  margin: 0;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 30.6%;
}

form.hs-form fieldset.form-columns-3 .hs-form-field:nth-child(2) {
  margin: 0 4%;
}

.hs-form fieldset.form-columns-1 div.hs-input, .hs-form fieldset.form-columns-1 input.hs-input {
  width: 100%;
}

.hs-form .hs-fieldtype-intl-phone.hs-input input {
  width: 66%!important;
}

.hs-form select {
  background-image :url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7.41" viewBox="0 0 12 7.41"><path id="Path_3377" data-name="Path 3377" d="M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z" transform="translate(-6 -8.59)"/></svg>');
  background-position: calc(100% - 8px) 52%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 15px;
  padding-right: 30px;
  width: 100% !important;
}

.hs-form .hs-richtext {
  margin: 0 0 20px;
  text-align: center;
}

.hs-form .legal-consent-container .hs-richtext {
  font-size: 12px;
  margin: 0 0 24px;
  text-align: left;
}

.hs-form .legal-consent-container .hs-richtext h1, .hs-form .legal-consent-container .hs-richtext h2, .hs-form .legal-consent-container .hs-richtext h3, .hs-form .legal-consent-container .hs-richtext h4, .hs-form .legal-consent-container .hs-richtext h5, .hs-form .legal-consent-container .hs-richtext h6 {
  font-size: 14px;
  margin: 0 0 5px;
  text-align: left;
}

.legal-consent-container .hs-form-field {
  padding-bottom: 0;
}

.legal-consent-container .hs-form-field .hs-error-msgs li {
    margin: 0 0 10px;
}

@media (max-width: 540px) {
  form.hs-form fieldset.form-columns-3 .hs-form-field, .hs-form fieldset.form-columns-2>div.hs-form-field {
    width: 100%;
  }
  .hs-form fieldset.form-columns-2>div:last-child {
    margin-left: 0;
  }
  .hs-form fieldset.form-columns-2>div:first-child {
    margin-right: 0;
  }
  form.hs-form fieldset.form-columns-3 .hs-form-field:nth-child(2) {
    margin: 0;
  }
  form h6, form h5, form h4, form h3, form h2, form h1 {
    margin: 0 0 5px;
    text-align: center;
  }

  form.hs-form .hs-input {
    width: 100% !important;
  }
}
@media (max-width: 540px) {
  .hs-form select {
    background-size: 10px;
  }
}
/*****************************************//* Search modal */
.search-modal-wrapper .modal {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -998;
}

.search-modal-wrapper .modal.visible {
  display: block;
  opacity: 1;
  transition: .2s ease;
  z-index: 1001;
  padding: 24px;
}

.search-modal-wrapper .overlay {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: -999;
  background-color: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.search-modal-wrapper .modal .icon-x-close {
  font-size: 20px;
  padding: 4px;
  transition: .2s ease;
  z-index: 2;
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}

.search-modal-wrapper .modal .icon-x-close:hover {
  opacity: .6;
}

.search-modal-wrapper .overlay.visible {
  display: block;
  opacity: 1;
  z-index: 1000;
}

.search-modal-wrapper .modal-card {
  display: inline-block;
  height: auto;
  margin: 100px auto;
  max-width: 600px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1001;
}

@media (max-width: 820px) {
  .modal-wrapper span.close {
    right: 15px;
    top: 15px;
  }
}

@media (min-width: 421px) and (max-width: 820px) {
  .modal-wrapper .modal-card {
    max-width:90%;
    padding:50px 30px 30px;
  }
  .modal-wrapper span.close {
    right: 15px;
    top: 15px;
  }
}

@media (max-width: 420px) {
  .modal-wrapper .modal-card {
    max-width:94%;
    padding:50px 20px 30px;
  }
}
/* End search modal */



/* Default modal */
.modal-wrapper .modal {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -998;
  display: none;
}

.modal-wrapper .overlay {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: -999;
  background-color: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.modal-wrapper .modal .icon-x-close {
  font-size: 20px;
  padding: 4px;
  transition: .2s ease;
  z-index: 2;
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}

.modal-wrapper .modal .icon-x-close:hover {
  opacity: .6;
}


.modal-wrapper .modal.visible {
  display: block;
  opacity: 1;
  z-index: 1001;
}

.modal-wrapper .overlay.visible {
  display: block;
  opacity: 1;
  z-index: 1000;
}

.modal-wrapper .modal-card {
  background-color: rgba(255, 255, 255, 1.0);
/*   box-shadow: 0px 5px 10px 0px rgba(33, 32, 52, 0.0); */
  box-shadow: 0 0 0 3px rgba(19, 19, 19, 0.10);
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  height: auto;
  margin: 80px auto;
  max-width: 800px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  width: 100%;
  z-index: -998;
}

.modal-wrapper .modal.visible .modal-card {
    z-index: 999; 
}


@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.modal-wrapper .modal-card .modal-title {
  margin: 0 0 50px;
}

.modal-wrapper .modal-card .modal-title p {
  margin: 10px 0 0;
}

.modal-wrapper .modal-card .modal-body {
  font-size: 16px;
  text-align: left;
}

.modal-with-form .hs_cos_wrapper_type_form > h3 {
  display: none;
}

.modal-with-form .modal-card {
  max-width: 600px;
}

@media (max-width: 820px) {
  .modal-wrapper span.close {
    right: 15px;
    top: 15px;
  }
}

@media (min-width: 421px) and (max-width: 820px) {
  .modal-wrapper .modal-card {
    max-width:90%;
    padding: 30px;
  }
  .modal-wrapper span.close {
    right: 15px;
    top: 15px;
  }
}

@media (max-width: 420px) {
  .modal-wrapper .modal-card {
    max-width:94%;
    padding:20px;
  }
}