@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy-2024/fonts/icomoon.eot?72esjm");
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy-2024/fonts/icomoon.eot?72esjm#iefix") format("embedded-opentype"), url("https://www.scorebuddyqa.com/hubfs/Scorebuddy-2024/fonts/icomoon.ttf?72esjm") format("truetype"), url("https://www.scorebuddyqa.com/hubfs/Scorebuddy-2024/fonts/icomoon.woff?72esjm") format("woff"), url("https://www.scorebuddyqa.com/hubfs/Scorebuddy-2024/fonts/icomoon.svg?72esjm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-notification:before {
  content: "\e90c";
}

.ico-star:before {
  content: "\e90d";
}

.ico-check:before {
  content: "\e90e";
}

.ico-conversation:before {
  content: "\e900";
}

.ico-question:before {
  content: "\e901";
}

.ico-x:before {
  content: "\e902";
}

.ico-facebook:before {
  content: "\e903";
}

.ico-youtube:before {
  content: "\e904";
}

.ico-linkedin:before {
  content: "\e905";
}

.ico-instagram:before {
  content: "\e906";
}

.ico-chevron-down:before, .journey-section .card-title:before {
  content: "\e907";
}

.ico-search:before {
  content: "\e908";
}

.ico-arrows-right:before {
  content: "\e909";
}

.ico-chevron-down-big:before {
  content: "\e90a";
}

.ico-quote:before {
  content: "\e90b";
}

#footer .socials-list, #footer .badget-list, #footer .nav-block .nav-list, .quote-section .stars-list, .pricing-section .card-block .pricing-list, .video_page_transcript-section .transcripts-list, .badges-section .badges-list, .partners-section .partners-list, ul:not([class]):not([role=menu]), #search-section .hs-search-field .hs-search-field__suggestions, #header .nav-drop ul, form[id^=hsForm_].hs-form .hs-error-msgs, form[id^=hsForm_].hs-form ul[role=checkbox],
form[id^=hsForm_].hs-form ul.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #424242;
  background: #fff;
  font: 16px/1.5 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: inherit;
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  overflow: hidden;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=date],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  width: 100% !important;
  outline: none;
  border: 1px solid rgba(13, 15, 15, 0.2);
  border-radius: 100px;
  padding: 0.54em 1.4em;
  font: 16px/1.5 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #2E2926;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=date]:focus,
textarea:focus {
  border-color: rgba(13, 15, 15, 0.45);
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(13, 15, 15, 0.6);
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(13, 15, 15, 0.6);
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=date]:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(13, 15, 15, 0.6);
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(13, 15, 15, 0.6);
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
input[type=date].placeholder,
textarea.placeholder {
  color: rgba(13, 15, 15, 0.6);
}
input[type=text].error,
input[type=tel].error,
input[type=email].error,
input[type=search].error,
input[type=password].error,
input[type=url].error,
input[type=date].error,
textarea.error {
  border-color: #CE0E2D;
}

label {
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
label span {
  display: inline-block;
}
label .hs-form-required {
  color: red;
}

select {
  width: 100% !important;
}

textarea {
  resize: vertical;
  vertical-align: top;
  min-height: 75px;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  width: 100%;
  padding: 0.54em 1.4em;
}

.form-title {
  display: none;
}

form[id^=hsForm_].hs-form {
  --_columns-gap: 15px;
  --_rows-gap: 15px;
}
form[id^=hsForm_].hs-form > * {
  max-width: none;
}
form[id^=hsForm_].hs-form fieldset[class^=form-columns]:not(:has(.legal-consent-container, [style="display: none;"])) {
  width: calc(100% + var(--_columns-gap));
  margin: 0 calc(0px - var(--_columns-gap) / 2) var(--_rows-gap);
}
form[id^=hsForm_].hs-form fieldset .hs-form-field:not(.hs-recaptcha) {
  padding: 0 calc(var(--_columns-gap) / 2);
}
form[id^=hsForm_].hs-form .hs-form-field > label {
  display: none !important;
}
form[id^=hsForm_].hs-form .input {
  margin: 0 !important;
}
form[id^=hsForm_].hs-form .legal-consent-container {
  font-size: 12px;
}
form[id^=hsForm_].hs-form .legal-consent-container > *:not(:last-child) {
  margin-bottom: calc(var(--_rows-gap) / 2);
}
form[id^=hsForm_].hs-form .legal-consent-container .hs-form-field {
  padding: 0;
  margin: 0;
}
form[id^=hsForm_].hs-form ul[role=checkbox] li + li,
form[id^=hsForm_].hs-form ul.inputs-list li + li {
  margin-top: calc(var(--_rows-gap) / 4);
}
form[id^=hsForm_].hs-form ul[role=checkbox] .hs-form-booleancheckbox-display,
form[id^=hsForm_].hs-form ul[role=checkbox] .hs-form-checkbox-display,
form[id^=hsForm_].hs-form ul[role=checkbox] .hs-form-radio-display,
form[id^=hsForm_].hs-form ul.inputs-list .hs-form-booleancheckbox-display,
form[id^=hsForm_].hs-form ul.inputs-list .hs-form-checkbox-display,
form[id^=hsForm_].hs-form ul.inputs-list .hs-form-radio-display {
  display: flex;
  align-items: flex-start;
  gap: 0 calc(var(--_rows-gap) / 4);
  margin: 0;
  cursor: pointer;
}
form[id^=hsForm_].hs-form ul[role=checkbox] .hs-form-booleancheckbox-display span,
form[id^=hsForm_].hs-form ul[role=checkbox] .hs-form-checkbox-display span,
form[id^=hsForm_].hs-form ul[role=checkbox] .hs-form-radio-display span,
form[id^=hsForm_].hs-form ul.inputs-list .hs-form-booleancheckbox-display span,
form[id^=hsForm_].hs-form ul.inputs-list .hs-form-checkbox-display span,
form[id^=hsForm_].hs-form ul.inputs-list .hs-form-radio-display span {
  margin: 0;
}
form[id^=hsForm_].hs-form .hs-error-msgs {
  font-size: 12px;
  color: #CE0E2D;
  padding: 5px 0 0 !important;
}
form[id^=hsForm_].hs-form .hs-error-msgs .hs-error-msg {
  margin: 0;
}
form[id^=hsForm_].hs-form .hs-submit {
  margin: 0 !important;
}

.dark input[type=text],
.dark input[type=tel],
.dark input[type=email],
.dark input[type=search],
.dark input[type=password],
.dark input[type=url],
.dark input[type=date],
.dark textarea {
  border: none;
  border-radius: 12px;
  font-size: 14px;
  padding: 0.7em 1.2em;
}
.dark input[type=text]::-webkit-input-placeholder,
.dark input[type=tel]::-webkit-input-placeholder,
.dark input[type=email]::-webkit-input-placeholder,
.dark input[type=search]::-webkit-input-placeholder,
.dark input[type=password]::-webkit-input-placeholder,
.dark input[type=url]::-webkit-input-placeholder,
.dark input[type=date]::-webkit-input-placeholder,
.dark textarea::-webkit-input-placeholder {
  color: #A6A8A9;
}
.dark input[type=text]::-moz-placeholder,
.dark input[type=tel]::-moz-placeholder,
.dark input[type=email]::-moz-placeholder,
.dark input[type=search]::-moz-placeholder,
.dark input[type=password]::-moz-placeholder,
.dark input[type=url]::-moz-placeholder,
.dark input[type=date]::-moz-placeholder,
.dark textarea::-moz-placeholder {
  opacity: 1;
  color: #A6A8A9;
}
.dark input[type=text]:-moz-placeholder,
.dark input[type=tel]:-moz-placeholder,
.dark input[type=email]:-moz-placeholder,
.dark input[type=search]:-moz-placeholder,
.dark input[type=password]:-moz-placeholder,
.dark input[type=url]:-moz-placeholder,
.dark input[type=date]:-moz-placeholder,
.dark textarea:-moz-placeholder {
  color: #A6A8A9;
}
.dark input[type=text]:-ms-input-placeholder,
.dark input[type=tel]:-ms-input-placeholder,
.dark input[type=email]:-ms-input-placeholder,
.dark input[type=search]:-ms-input-placeholder,
.dark input[type=password]:-ms-input-placeholder,
.dark input[type=url]:-ms-input-placeholder,
.dark input[type=date]:-ms-input-placeholder,
.dark textarea:-ms-input-placeholder {
  color: #A6A8A9;
}
.dark input[type=text].placeholder,
.dark input[type=tel].placeholder,
.dark input[type=email].placeholder,
.dark input[type=search].placeholder,
.dark input[type=password].placeholder,
.dark input[type=url].placeholder,
.dark input[type=date].placeholder,
.dark textarea.placeholder {
  color: #A6A8A9;
}
.dark button,
.dark input[type=button],
.dark input[type=reset],
.dark input[type=file],
.dark input[type=submit] {
  border-radius: 12px;
}
.dark form[id^=hsForm_].hs-form {
  --_columns-gap: 20px;
  --_rows-gap: 20px;
}
.dark form[id^=hsForm_].hs-form .hs-error-msgs {
  color: #fff;
}

.header-container-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#header {
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 42px 0 rgba(199, 201, 206, 0.25);
  line-height: 1.5;
}
#header a:not([class]) {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  color: #2E2926;
}
#header a:not([class]):hover {
  color: #CE0E2D;
}
#header > .container {
  background: #fff;
  max-width: none;
  position: relative;
  padding: 0;
  z-index: 1;
}
#header .btn, #header button,
#header input[type=button],
#header input[type=reset],
#header input[type=file],
#header input[type=submit] {
  padding: 0.54em 1em;
}
#header .columns-block {
  position: relative;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  gap: 0 15px;
  z-index: 1;
}
#header .left-column {
  position: relative;
  width: 145px;
  z-index: 9999;
}
#header .right-column {
  flex: 1;
}
#header #nav-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 15px;
}
#header #nav-bar.nav-active .nav-opener:before {
  top: 7px;
  transform: rotate(45deg);
  transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
}
#header #nav-bar.nav-active .nav-opener span {
  width: 0;
}
#header #nav-bar.nav-active .nav-opener:after {
  width: 100%;
  top: -7px;
  transform: rotate(-45deg);
  transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
}
#header #nav-bar.nav-active .nav-drop {
  top: 0;
  left: 0;
  opacity: 1;
  transition: top 0s 0s, left 0s 0s, opacity 0.2s 0s, transform 0.2s 0s;
}
#header #nav-bar .nav-opener {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 6px 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 9999;
}
#header #nav-bar .nav-opener:before, #header #nav-bar .nav-opener:after, #header #nav-bar .nav-opener span {
  content: "";
  background: #2E2926;
  width: 100%;
  height: 1px;
  position: relative;
  top: 0;
  left: 0;
  transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, width 0.2s ease-in-out 0s;
}
#header #nav-bar .nav-opener:after {
  width: 70%;
}
#header .nav-drop {
  padding: 30px 15px;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li {
  background: none;
  margin: 0 0 15px;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li > a {
  text-decoration: none !important;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li > a[aria-haspopup=true] {
  padding: 0 18px 0 0;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children {
  position: relative;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:first-child > ul > li:first-child a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-qa_v3.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:first-child > ul > li:nth-child(2) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-bi_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:first-child > ul > li:nth-child(3) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-ai_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:first-child > ul > li:nth-child(4) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-learning_v3.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:first-child > ul > li:nth-child(5) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-coaching_v3.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:first-child > ul > li:nth-child(6) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-integrations_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(1) {
  grid-area: 1/1;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(1) a[role=menuitem] {
  background: none;
  padding: 15px 15px 5px 15px;
  font-weight: 500;
  text-decoration: none;
  transform: scale(1);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(2) {
  grid-area: 2/1;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(2) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-ea_v3.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(3) {
  grid-area: 3/1;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(3) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-ce_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(4) {
  grid-area: 4/1;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(4) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-imp_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(5) {
  grid-area: 5/1;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(5) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-cs_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(6) {
  grid-area: 1/2;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(6) a[role=menuitem] {
  background: none;
  padding: 15px 15px 5px 15px;
  font-weight: 500;
  text-decoration: none;
  transform: scale(1);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(7) {
  grid-area: 2/2;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(7) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-bpo_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(8) {
  grid-area: 3/2;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(8) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-tech_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(9) {
  grid-area: 4/2;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(9) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-finance_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(10) {
  grid-area: 5/2;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(10) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-retail_v3.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(11) {
  grid-area: 6/2;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(11) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-betting_v3.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(12) {
  grid-area: 7/2;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(12) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-healthcare.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(13) {
  grid-area: 8/2;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(13) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-energy_v3.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(4) > ul > li:first-child a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-blog_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(4) > ul > li:nth-child(2) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-webinar_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(4) > ul > li:nth-child(3) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-ebook_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(4) > ul > li:nth-child(4) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-featured_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(4) > ul > li:nth-child(5) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-casestudy_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(4) > ul > li:nth-child(6) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-whitepaper_v2.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(4) > ul > li:nth-child(7) a:before {
  background-image: url(https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Header%20menu%20icons/ico-infographic_v3.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:nth-child(4) > ul > li:nth-child(8) a:before {
  background-image: url(https://www.scorebuddyqa.com/hubfs/Header%20menu%20icons/ico-templates.png);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > a {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > a:after {
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
  content: "\e907";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 6px;
  transform: translateY(-50%);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > ul {
  transition: opacity 0.2s ease-in-out;
  display: block;
  visibility: visible;
  opacity: 0;
  font-size: 14px;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > ul li.active-branch {
  background: none;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > ul li.active-branch a {
  text-decoration: underline;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > ul a {
  transition: background 0.2s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
  position: relative;
  display: flex !important;
  align-items: center;
  padding: 15px 15px 5px 15px;
  height: 100%;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > ul a:not([href="javascript:;"]) {
  padding: 13px 15px 13px 55px;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > ul a:not([href="javascript:;"]):before {
  width: 28px;
  height: 28px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-clip: no-clip;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  z-index: 1;
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > ul a:not([href="javascript:;"]):hover {
  background: #f7f7f7;
  transform: scale(1.02);
}
#header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > ul a[href="javascript:;"] {
  color: #2E2926;
  cursor: unset;
  font-weight: 500;
}
#header .nav-drop .cta-list {
  margin-top: 30px;
}
#header .nav-drop .cta-list li {
  margin: 0 0 20px;
}
#header .btn-holder .btn, #header .btn-holder button,
#header .btn-holder input[type=button],
#header .btn-holder input[type=reset],
#header .btn-holder input[type=file],
#header .btn-holder input[type=submit] {
  white-space: nowrap;
  padding-inline: 1.67em;
  font-size: 13px;
}
#header .search-holder a {
  display: block;
}
#header .search-holder i {
  display: block;
  font-size: 15px;
  color: #CE0E2D;
}

#search-section {
  position: relative;
  display: none;
}
#search-section .search-block {
  width: 100%;
  display: none;
  background: #fff;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 4px 42px 0 rgba(199, 201, 206, 0.25);
}
#search-section .search-block .hs-search-field {
  width: 100%;
  margin: 0;
}
#search-section .hs-search-field {
  font-size: 16px;
  text-transform: none;
}
#search-section .hs-search-field input[type=text],
#search-section .hs-search-field input[type=tel],
#search-section .hs-search-field input[type=email],
#search-section .hs-search-field input[type=search],
#search-section .hs-search-field input[type=password],
#search-section .hs-search-field textarea {
  border: 1px solid rgba(66, 66, 66, 0.3);
  border-radius: 0;
}
#search-section .hs-search-field .hs-search-field__suggestions {
  transition: padding 0.2s ease-in-out;
  font: inherit;
  color: #2E2926;
  border: none;
  border-left: 1px solid rgba(66, 66, 66, 0.3);
  border-right: 1px solid rgba(66, 66, 66, 0.3);
}
#search-section .hs-search-field .hs-search-field__suggestions li#results-for {
  padding-top: 0.54em;
}
#search-section .hs-search-field .hs-search-field__suggestions li:last-child {
  border-bottom: 1px solid rgba(66, 66, 66, 0.3);
}
#search-section .hs-search-field .hs-search-field__suggestions li:last-child a {
  padding-bottom: 0.54em;
}
#search-section .hs-search-field .hs-search-field__suggestions a {
  padding: 0.27em 0.83em;
  display: block;
  color: inherit;
}
#search-section .hs-search-field .hs-search-field__suggestions #results-for {
  padding: 0.27em 0.83em;
  font-weight: 700;
  color: #2E2926;
}

:root {
  --border-radius: 20px;
  --scale: 1.02;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 65px;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  color: #2E2926;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

b, strong {
  font-weight: 500;
}

p, ul, ol {
  margin: 0 0 0.5em;
}

ul:not([class]):not([role=menu]) li {
  position: relative;
  padding-left: 1.5em;
}
ul:not([class]):not([role=menu]) li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 5px;
}
ul:not([class]):not([role=menu]) li + li {
  margin-top: 0.2em;
}

.cta-holder {
  margin-top: 30px;
}

.container {
  padding: 0 20px;
}

.logo {
  display: block;
}
.logo a, .logo img {
  display: block;
  width: 100%;
}

.btn, button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;
  background: #CE0E2D;
  padding: 0.85em 1.7em;
  font: 500 16px/1.5 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #CE0E2D;
  border-radius: 100px;
}
.btn:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=file]:hover,
input[type=submit]:hover {
  background: none;
  color: #CE0E2D;
}
.btn.white, button.white,
input.white[type=button],
input.white[type=reset],
input.white[type=file],
input.white[type=submit], .dark button,
.dark input[type=button],
.dark input[type=reset],
.dark input[type=file],
.dark input[type=submit] {
  background: #fff;
  border-color: #fff;
  color: #CE0E2D;
}
.btn.white:hover, button.white:hover,
input.white[type=button]:hover,
input.white[type=reset]:hover,
input.white[type=file]:hover,
input.white[type=submit]:hover, .dark button:hover,
.dark input[type=button]:hover,
.dark input[type=reset]:hover,
.dark input[type=file]:hover,
.dark input[type=submit]:hover {
  background: #CE0E2D;
  color: #fff;
}
.btn.transparent, .pricing-section .card-block:not(.most-popular) .btn, button.transparent, .pricing-section .card-block:not(.most-popular) button,
input.transparent[type=button],
.pricing-section .card-block:not(.most-popular) input[type=button],
input.transparent[type=reset],
.pricing-section .card-block:not(.most-popular) input[type=reset],
input.transparent[type=file],
.pricing-section .card-block:not(.most-popular) input[type=file],
input.transparent[type=submit],
.pricing-section .card-block:not(.most-popular) input[type=submit] {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #CE0E2D;
}
.btn.transparent:hover, .pricing-section .card-block:not(.most-popular) .btn:hover, button.transparent:hover, .pricing-section .card-block:not(.most-popular) button:hover,
input.transparent[type=button]:hover,
.pricing-section .card-block:not(.most-popular) input[type=button]:hover,
input.transparent[type=reset]:hover,
.pricing-section .card-block:not(.most-popular) input[type=reset]:hover,
input.transparent[type=file]:hover,
.pricing-section .card-block:not(.most-popular) input[type=file]:hover,
input.transparent[type=submit]:hover,
.pricing-section .card-block:not(.most-popular) input[type=submit]:hover {
  background: #CE0E2D;
  color: #fff;
}
.btn.arrows i, button.arrows i,
input.arrows[type=button] i,
input.arrows[type=reset] i,
input.arrows[type=file] i,
input.arrows[type=submit] i {
  vertical-align: middle;
  font-size: 10px;
  margin: -0.15em 0 0 8px;
}

.cta {
  transition: gap 0.2s ease-in-out;
  display: flex;
  align-items: center;
  gap: 0 10px;
  font: 500 16px/1.5 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #424242;
  text-decoration: none;
}
.cta:after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy40OTkiIGhlaWdodD0iMTUuMDAxIiB2aWV3Qm94PSIwIDAgMTcuNDk5IDE1LjAwMSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzE2IiBkYXRhLW5hbWU9IlBhdGggMTYiIGQ9Ik0xNy4xMzMsMTEuMzgzbC02LjI1LDYuMjVhMS4yNDcsMS4yNDcsMCwwLDEtMS43NjYsMCwxLjI1LDEuMjUsMCwwLDEsMC0xLjc2OGw0LjExOC00LjExNkgxLjI1YTEuMjUsMS4yNSwwLDAsMSwwLTIuNUgxMy4yMzRMOS4xMTcsNS4xMzNhMS4yNSwxLjI1LDAsMCwxLDEuNzY4LTEuNzY4bDYuMjUsNi4yNUExLjI1MSwxLjI1MSwwLDAsMSwxNy4xMzMsMTEuMzgzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMi45OTkpIiBmaWxsPSIjZDgzZTU3Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgPC9zdmc+");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.video-block {
  border-radius: var(--border-radius);
  overflow: hidden;
  outline: 2px solid #fff;
  outline-offset: -1px;
}
.video-block iframe {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  aspect-ratio: 16/9;
}

.intro-section {
  padding: 30px 0 60px;
  font-size: 14px;
}
.intro-section.only-video {
  padding: 35px 0 60px;
  font-size: 16px;
}
.intro-section.only-video b, .intro-section.only-video strong {
  font-weight: 600;
}
.intro-section.only-video h2 {
  font-size: 30px;
}
.intro-section.only-video .post-block {
  max-width: 840px;
  margin: 0 auto 25px;
  text-align: left;
}
.intro-section.only-video .post-block h1, .intro-section.only-video .post-block h2, .intro-section.only-video .post-block h3, .intro-section.only-video .post-block h4, .intro-section.only-video .post-block h5, .intro-section.only-video .post-block h6 {
  padding: 0;
}
.intro-section.only-video .video-block {
  --_border-radius: 10px;
  background: #F4F4F4;
  padding: 10px;
  border-radius: var(--_border-radius);
}
.intro-section.only-video .video-block iframe {
  border-radius: calc(var(--_border-radius) / 2);
}
.intro-section h2 {
  font-size: 28px;
}
.intro-section #breadcrumbs {
  font-size: 16px;
  margin-bottom: 25px;
}
.intro-section #breadcrumbs:empty {
  display: none;
}
.intro-section #breadcrumbs:has(.back-link) .back-link .breadcrumb-separator {
  margin-left: 0;
}
.intro-section #breadcrumbs:has(.back-link) .breadcrumb-separator {
  margin-inline: 0.7em;
}
.intro-section #breadcrumbs:has(.back-link) .breadcrumbs-wrapper {
  display: none;
}
.intro-section #breadcrumbs a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
.intro-section #breadcrumbs a:hover {
  color: #CE0E2D;
}
.intro-section .columns-block {
  display: flex;
  flex-direction: column;
  gap: 20px 30px;
  max-width: 560px;
  margin: 0 auto;
}
.intro-section .columns-block .post-column {
  flex: 1;
}
.intro-section .columns-block .media-column {
  max-width: 560px;
  flex: 1;
}
.intro-section .post-block {
  max-width: 840px;
  margin: 0 auto 30px;
  text-align: center;
}
.intro-section .post-box {
  background: #F4F4F4;
  padding: 25px 25px calc(25px - 0.5em);
  border-radius: var(--border-radius);
}
.intro-section .post-box h1, .intro-section .post-box h2, .intro-section .post-box h3, .intro-section .post-box h4, .intro-section .post-box h5, .intro-section .post-box h6 {
  margin: 0 0 0.65em;
}

.partners-section {
  padding-bottom: 60px;
  text-align: center;
}
.partners-section .heading-holder {
  margin-bottom: 25px;
}
.partners-section .partners-block {
  background: #F4F4F4;
  padding: 40px 20px;
}
.partners-section .partners-list {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px 60px;
}
.partners-section .partners-list li {
  width: calc(16.67% - 26px);
  min-width: 120px;
}
.partners-section .partners-list img {
  width: 140px;
  height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}

.badges-section {
  padding-bottom: 60px;
  text-align: center;
}
.badges-section h1 {
  font-size: 24px;
}
.badges-section .heading-holder {
  margin-bottom: 65px;
  padding-inline: 15px;
}
.badges-section .badges-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
.badges-section .badges-list img {
  width: 120px;
}
.badges-section .cta-holder {
  margin-top: 65px;
}

.article-section {
  background: #424242;
  padding: 65px 0;
  margin-bottom: 60px;
  color: #fff;
  overflow: hidden;
}
.article-section h1, .article-section h2, .article-section h3, .article-section h4, .article-section h5, .article-section h6 {
  margin: 0 0 0.6em;
}
.article-section p {
  font-size: 18px;
  margin: 0 0 1em;
}
.article-section .columns-block {
  display: flex;
  flex-direction: column;
  gap: 25px 30px;
}
.article-section .columns-block .img-column {
  order: 2;
  max-width: 400px;
}
.article-section .img-holder {
  background: #fff;
  padding: 20px;
  border-radius: var(--border-radius);
  width: calc(100% + 40px + var(--mobile-width));
  float: right;
}
.article-section .img-holder img {
  width: 100%;
}
.article-section:not(.image-right) h1, .article-section:not(.image-right) h2, .article-section:not(.image-right) h3, .article-section:not(.image-right) h4, .article-section:not(.image-right) h5, .article-section:not(.image-right) h6 {
  color: #fff;
}
.article-section.image-right {
  background: #F4F4F4;
  color: #424242;
}
.article-section.image-right .img-column {
  margin-left: auto;
}
.article-section.image-right .img-holder {
  background: #D9D9D9;
  float: left;
}

.customers-section {
  position: relative;
  background-color: #424242;
  padding: 30px 0 15px;
  margin-bottom: 60px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
}
.customers-section h1, .customers-section h2, .customers-section h3, .customers-section h4, .customers-section h5, .customers-section h6 {
  color: #fff;
}
.customers-section .container {
  position: relative;
  width: 100%;
  z-index: 100;
}
.customers-section .bg-holder {
  position: absolute;
  inset: 0;
  max-width: 1920px;
  margin: 0 auto;
}
.customers-section .bg-holder:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.customers-section .bg-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.customers-section .post-block {
  max-width: 520px;
  margin-bottom: 25px;
}
.customers-section .post-block .ico-quote {
  display: block;
  font-size: 21px;
  margin: 0 0 40px 5px;
}
.customers-section .author-block {
  max-width: 225px;
  margin-left: auto;
}
.customers-section .author-block .name {
  display: block;
  font-size: 14px;
  margin-bottom: 0.3em;
}
.customers-section .author-block .logo-holder {
  display: block;
  margin-top: 1.5em;
}

.insights-section {
  padding-bottom: 60px;
  font-weight: 500;
}
.insights-section .grid-block {
  display: grid;
  grid-template-areas: "title" "article" "cta";
  gap: 20px 30px;
}
.insights-section .grid-block .title-column {
  grid-area: title;
}
.insights-section .grid-block .cta-column {
  grid-area: cta;
  align-self: end;
}
.insights-section .grid-block .article-column {
  grid-area: article;
}
.insights-section .insights-block {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.insights-section .insights-block .column {
  width: 100%;
}
.insights-section .insights-box {
  transition: border-image 0.2s ease-in-out, box-shadow 0.2s ease-in-out, scale 0.2s ease-in-out;
  transition: border-image 0.2s ease-in-out, box-shadow 0.2s ease-in-out, scale 0.2s ease-in-out, -o-border-image 0.2s ease-in-out;
  display: block;
  position: relative;
  background-color: #424242;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 12px;
  color: #fff;
  border-radius: var(--border-radius);
  min-height: 180px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
}
.insights-section .insights-box:hover {
  scale: var(--scale);
}
.insights-section .insights-box:hover:before {
  top: -100%;
}
.insights-section .insights-box:before {
  transition: top 0.2s ease-in-out;
  width: 100%;
  height: 200%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.6) 100%);
  z-index: -1;
}
.insights-section .insights-box .date {
  background: rgba(46, 41, 38, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 4px;
  padding: 0.5em 1em;
  font-weight: 400;
  font-size: 12px;
}
.insights-section .insights-box .title.red-text {
  color: #CE0E2D;
}

.wide_article-section {
  --container-width: 1360px;
  --left-column-width: 50;
  --left-column-width-percent: 50%;
  margin-bottom: 60px;
  overflow: hidden;
}
.wide_article-section h1, .wide_article-section h2, .wide_article-section h3, .wide_article-section h4, .wide_article-section h5, .wide_article-section h6 {
  margin: 0 0 0.6em;
}
.wide_article-section p {
  font-size: 18px;
  margin: 0 0 1em;
}
.wide_article-section #main {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.wide_article-section .main-block {
  position: relative;
  background: #F4F4F4;
  padding: 40px 0;
  overflow: hidden;
}
.wide_article-section .columns-block {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.wide_article-section .content-column {
  display: none;
  visibility: hidden;
}
.wide_article-section .img-column {
  border-radius: var(--border-radius);
  overflow: hidden;
  pointer-events: none;
}
.wide_article-section .decoration-column {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.wide_article-section .anchor-btn {
  transition: background-color 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: saturate(180%) blur(3px);
          backdrop-filter: saturate(180%) blur(3px);
  color: #fff;
  text-decoration: none;
}
.wide_article-section .anchor-btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.wide_article-section .anchor-btn i {
  font-size: 16px;
  rotate: 90deg;
  margin: -0.1em -0.1em -0.3em 0;
}

.carrers-section {
  padding-bottom: 60px;
  text-align: center;
}
.carrers-section .carrers-box {
  background-color: #F4F4F4;
  border-radius: var(--border-radius);
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}
.carrers-section .img-column {
  position: relative;
}
.carrers-section .img-block {
  position: relative;
}
.carrers-section .img-block .mobile {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.carrers-section .img-block .desktop {
  display: none;
}
.carrers-section .img-block .image {
  width: 100%;
  height: 100%;
  min-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  clip-path: ellipse(55% 80% at 48% 11%);
}
.carrers-section .post-holder {
  padding: 40px 15px 40px;
  margin: 0 auto;
  max-width: 470px;
}

.post-section {
  padding-bottom: 60px;
  font-size: 15px;
}
.post-section h2 {
  font-size: 32px;
}
.post-section .post-block {
  max-width: 960px;
  padding: 40px 25px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 15px rgba(66, 66, 66, 0.3);
  border-radius: var(--border-radius);
}
.post-section .post-block.left {
  text-align: left;
}
.post-section.without-shadow .post-block {
  box-shadow: unset;
  border-radius: 0;
  padding: 0;
}

.separator-section {
  height: 60px;
}

.cards-section {
  padding-bottom: 60px;
}
.cards-section.wide-layout .columns-block {
  margin: 0 auto;
}
.cards-section.wide-layout .column {
  width: 100%;
}
.cards-section h6 {
  font-size: 20px;
}
.cards-section .columns-block {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.cards-section .column + .column .date-holder {
  margin-top: 20px;
}
.cards-section .date-holder {
  font-weight: 600;
}
.cards-section .card-block {
  --scale: 1.01;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, scale 0.2s ease-in-out;
  height: 100%;
  display: flex;
  border-radius: var(--border-radius);
  flex-direction: column;
  text-decoration: none;
}
.cards-section .card-block:hover {
  box-shadow: 0 0 15px rgba(66, 66, 66, 0.3);
  scale: var(--scale);
}
.cards-section .card-block:hover .post-holder {
  border-color: transparent;
}
.cards-section .card-block:hover .cta {
  gap: 0 15px;
}
.cards-section .card-block.purple .badge {
  background: rgba(169, 128, 170, 0.7);
}
.cards-section .card-block.green .badge {
  background: rgba(27, 155, 147, 0.7);
}
.cards-section .img-holder {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  aspect-ratio: 1.87;
  overflow: hidden;
}
.cards-section .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cards-section .post-holder {
  transition: border-color 0.2s ease-in-out;
  padding: 25px;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cards-section .post-holder .top-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font: 400 12px/1.4 Poppins, Arial, Helvetica Neue, Helvetica, sans-serif;
  letter-spacing: 0.07em;
  margin-bottom: 25px;
}
.cards-section .post-holder .top-block .badge {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.cards-section .btn-holder {
  margin-top: auto;
}
.cards-section .btn-holder .cta {
  margin-top: 0.7em;
}

.metrics-section {
  position: relative;
  padding: 40px 0;
  margin-bottom: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  isolation: isolate;
}
.metrics-section:after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-image: linear-gradient(rgba(19, 19, 19, 0.9), rgba(19, 19, 19, 0.6), rgba(19, 19, 19, 0.9));
  z-index: -1;
}
.metrics-section h1, .metrics-section h2, .metrics-section h3, .metrics-section h4, .metrics-section h5, .metrics-section h6 {
  color: inherit;
}
.metrics-section .columns-block {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.metrics-section .columns-block .column {
  margin-bottom: -0.5em;
  width: 100%;
}
.metrics-section .title {
  background: none;
  font-size: clamp(38px, 5vw, 42px);
  font-weight: 500;
  color: inherit;
}

.contact_form-section {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
.contact_form-section .form-column {
  margin: 0 0 30px;
}
.contact_form-section .form-column .heading-holder {
  margin: 0 0 30px;
}
.contact_form-section .form-column .form-holder {
  max-width: 500px;
  margin: 0 auto;
}
.contact_form-section .post-column .post-block {
  background: #33BAB2;
  padding: 30px 30px calc(30px - 1em);
  border-radius: 22px;
  color: #fff;
  position: relative;
  margin: 0 0 -1em;
}
.contact_form-section .post-column .post-block h1, .contact_form-section .post-column .post-block h2, .contact_form-section .post-column .post-block h3, .contact_form-section .post-column .post-block h4, .contact_form-section .post-column .post-block h5, .contact_form-section .post-column .post-block h6 {
  font-size: 32px;
  color: #fff;
}
.contact_form-section .post-column .post-block:before {
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/31aug2022/circle_img-min.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 83% auto;
  max-width: 570px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.45;
  z-index: 1;
}
.contact_form-section .post-column ul {
  margin-left: -10px;
  margin-bottom: 15px;
}
.contact_form-section .post-column p {
  font-weight: 500;
}

.blog-section {
  margin-bottom: 90px;
  padding-top: 60px;
}
.blog-section .container {
  padding: 0 15px;
  max-width: 1310px;
}
.blog-section .text-red {
  color: #CE0E2D;
}
.blog-section .left-column {
  margin: 0 0 15px;
  height: 160px;
  flex: 1;
}
.blog-section .left-column img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .right-column {
  background: #F4F4F4;
  padding: 25px;
  border-radius: 40px;
  flex: 1;
}
.blog-section .right-column h3 {
  font-size: 27px;
  line-height: 1.1;
  margin: 0 0 30px;
}
.blog-section .right-column p {
  margin: 0 0 20px;
}
.blog-section .right-column .btn-holder {
  margin: 30px 0 0;
}
.blog-section .right-column .btn, .blog-section .right-column button,
.blog-section .right-column input[type=button],
.blog-section .right-column input[type=reset],
.blog-section .right-column input[type=file],
.blog-section .right-column input[type=submit] {
  width: auto;
  min-width: 295px;
  padding: 13px 15px;
}
.blog-section .right-column .btn .ico-arrows-right, .blog-section .right-column button .ico-arrows-right,
.blog-section .right-column input[type=button] .ico-arrows-right,
.blog-section .right-column input[type=reset] .ico-arrows-right,
.blog-section .right-column input[type=file] .ico-arrows-right,
.blog-section .right-column input[type=submit] .ico-arrows-right {
  font-size: 11px;
}

.journey-section {
  padding-bottom: 50px;
}
.journey-section .text-white {
  color: #fff;
}
.journey-section h2 {
  margin: 0 0 25px;
  line-height: 1.5;
}
.journey-section h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}
.journey-section .container {
  padding: 0 15px;
  max-width: 1310px;
}
.journey-section .card-body,
.journey-section .card-list {
  display: none;
}
.journey-section .card {
  background: #F4F4F4;
  border-radius: 40px 40px 20px 20px;
  overflow: hidden;
  margin: 0 0 15px;
}
.journey-section .card p {
  margin: 0 0 20px;
}
.journey-section .card.open .card-title:before {
  transform: rotate(180deg);
}
.journey-section .card-header {
  transition: background-color 0.2s ease-in-out;
  padding: 20px 25px;
  cursor: pointer;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.journey-section .card-title:before {
  transition: transform 0.2s ease-in-out;
  font-family: "icomoon";
  position: absolute;
  top: 30px;
  right: 25px;
  font-size: 8px;
  transform: rotate(0deg);
}
.journey-section .card-title .number {
  margin: 0 5px 0 0;
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  width: 35px;
}
.journey-section .card-list {
  margin-top: 20px;
  padding: 0 15px 0 0;
  font-weight: 500;
}
.journey-section .card-list > *:last-child {
  margin: 0;
}
.journey-section .card-list ul li {
  margin: 0 0 0.63em;
}
.journey-section .card-list ul li:last-child {
  margin: 0;
}
.journey-section .card-body {
  padding: 20px 20px 0;
}
.journey-section .card.open .toggle-arrow {
  transform: rotate(0deg);
}
.journey-section .card-header.yellow {
  background-color: #fcce4b;
}
.journey-section .card-header.teal {
  background-color: #85D6D1;
}
.journey-section .card-header.purple {
  background-color: #B98DBA;
}

.about-us-section {
  padding-bottom: 65px;
}
.about-us-section .container {
  padding: 0 15px;
  max-width: 1310px;
}
.about-us-section h2 {
  margin: 0 0 30px;
  line-height: 1.5;
}
.about-us-section .columns {
  display: block;
  margin: 0 auto;
  max-width: 620px;
}
.about-us-section .columns .left-column {
  background: #F4F4F4;
  padding: 25px;
  font-size: 18px;
  border-radius: 40px;
}
.about-us-section .columns .left-column .ico {
  margin: 0 0 20px;
}
.about-us-section .columns .left-column .ico .ico-quote {
  font-size: 35px;
  color: #CE0E2D;
}
.about-us-section .columns .left-column p {
  margin: 0 0 20px;
}
.about-us-section .columns .left-column .author {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  font-size: 12px;
}
.about-us-section .columns .left-column .author p {
  margin: 0;
}
.about-us-section .columns .left-column .author .image-holder {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
}
.about-us-section .columns .left-column .author .image-holder img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-section .columns .left-column .author .author-name {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 5px;
}
.about-us-section .columns .right-column {
  margin: 25px 0 0;
}
.about-us-section .columns .right-column img {
  border-radius: 40px;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-section {
  padding-bottom: 35px;
}
.banner-section .container {
  padding: 0 15px;
  max-width: 1310px;
}
.banner-section .cta-content {
  background: #CE0E2D;
  padding: 45px 25px 25px;
  border-radius: 40px;
  color: #fff;
  text-align: center;
}
.banner-section .cta-content .left-column {
  color: #fff;
}
.banner-section .cta-content .left-column h3 {
  margin: 0 0 25px;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}
.banner-section .cta-content .left-column p {
  margin: 0 0 30px;
}
.banner-section .cta-content .btn, .banner-section .cta-content button,
.banner-section .cta-content input[type=button],
.banner-section .cta-content input[type=reset],
.banner-section .cta-content input[type=file],
.banner-section .cta-content input[type=submit] {
  padding-top: 13px;
  padding-bottom: 13px;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  background: #fff;
  color: #CE0E2D;
  border: 1px solid #fff;
}
.banner-section .cta-content .btn:hover, .banner-section .cta-content button:hover,
.banner-section .cta-content input[type=button]:hover,
.banner-section .cta-content input[type=reset]:hover,
.banner-section .cta-content input[type=file]:hover,
.banner-section .cta-content input[type=submit]:hover {
  background: #CE0E2D;
  color: #fff;
}
.banner-section .cta-content .btn:hover img, .banner-section .cta-content button:hover img,
.banner-section .cta-content input[type=button]:hover img,
.banner-section .cta-content input[type=reset]:hover img,
.banner-section .cta-content input[type=file]:hover img,
.banner-section .cta-content input[type=submit]:hover img {
  fill: #fff;
}
.banner-section .cta-content .btn.transparent, .banner-section .cta-content .pricing-section .card-block:not(.most-popular) .btn, .pricing-section .card-block:not(.most-popular) .banner-section .cta-content .btn, .banner-section .cta-content button.transparent, .banner-section .cta-content .pricing-section .card-block:not(.most-popular) button, .pricing-section .card-block:not(.most-popular) .banner-section .cta-content button,
.banner-section .cta-content input.transparent[type=button],
.banner-section .cta-content .pricing-section .card-block:not(.most-popular) input[type=button],
.pricing-section .card-block:not(.most-popular) .banner-section .cta-content input[type=button],
.banner-section .cta-content input.transparent[type=reset],
.banner-section .cta-content .pricing-section .card-block:not(.most-popular) input[type=reset],
.pricing-section .card-block:not(.most-popular) .banner-section .cta-content input[type=reset],
.banner-section .cta-content input.transparent[type=file],
.banner-section .cta-content .pricing-section .card-block:not(.most-popular) input[type=file],
.pricing-section .card-block:not(.most-popular) .banner-section .cta-content input[type=file],
.banner-section .cta-content input.transparent[type=submit],
.banner-section .cta-content .pricing-section .card-block:not(.most-popular) input[type=submit],
.pricing-section .card-block:not(.most-popular) .banner-section .cta-content input[type=submit] {
  background: rgba(206, 14, 45, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #fff;
}
.banner-section .cta-content .btn.transparent:hover, .banner-section .cta-content .pricing-section .card-block:not(.most-popular) .btn:hover, .pricing-section .card-block:not(.most-popular) .banner-section .cta-content .btn:hover, .banner-section .cta-content button.transparent:hover, .banner-section .cta-content .pricing-section .card-block:not(.most-popular) button:hover, .pricing-section .card-block:not(.most-popular) .banner-section .cta-content button:hover,
.banner-section .cta-content input.transparent[type=button]:hover,
.banner-section .cta-content .pricing-section .card-block:not(.most-popular) input[type=button]:hover,
.pricing-section .card-block:not(.most-popular) .banner-section .cta-content input[type=button]:hover,
.banner-section .cta-content input.transparent[type=reset]:hover,
.banner-section .cta-content .pricing-section .card-block:not(.most-popular) input[type=reset]:hover,
.pricing-section .card-block:not(.most-popular) .banner-section .cta-content input[type=reset]:hover,
.banner-section .cta-content input.transparent[type=file]:hover,
.banner-section .cta-content .pricing-section .card-block:not(.most-popular) input[type=file]:hover,
.pricing-section .card-block:not(.most-popular) .banner-section .cta-content input[type=file]:hover,
.banner-section .cta-content input.transparent[type=submit]:hover,
.banner-section .cta-content .pricing-section .card-block:not(.most-popular) input[type=submit]:hover,
.pricing-section .card-block:not(.most-popular) .banner-section .cta-content input[type=submit]:hover {
  background: #fff;
  color: #CE0E2D;
}
.banner-section .cta-content .ico-arrows-right {
  margin: 0 0 0 10px;
  font-size: 11px;
}

.key_features-section {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 60px;
}
.key_features-section .columns-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(0, 1fr);
  gap: 15px;
}
.key_features-section .flip_card-block {
  height: 100%;
  perspective: 500px;
  cursor: pointer;
}
.key_features-section .flip_card-block:hover .card-inner {
  rotate: y 0.5turn;
}
.key_features-section .flip_card-block .card-inner {
  transition: rotate 0.5s ease-in-out;
  height: 100%;
  padding: 15px;
  border-radius: calc(var(--border-radius) / 2);
  display: grid;
  box-shadow: 0 0 12px 8px #f4f4f4;
  text-align: center;
  transform-style: preserve-3d;
}
.key_features-section .flip_card-block .front-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 1/1/-1/-1;
  backface-visibility: hidden;
}
.key_features-section .flip_card-block .back-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 1/1/-1/-1;
  rotate: y 0.5turn;
  backface-visibility: hidden;
}

.video_page_transcript-section {
  padding-bottom: 60px;
  font-weight: 500;
}
.video_page_transcript-section h4 {
  font-size: 24px;
}
.video_page_transcript-section .heading-holder {
  margin-bottom: 25px;
}
.video_page_transcript-section .transcripts-list li {
  display: flex;
  gap: 0 10px;
}
.video_page_transcript-section .transcripts-list li > span {
  background: #F4F4F4;
  border-radius: 25px;
  padding: 1.45em 1.3em;
}
.video_page_transcript-section .transcripts-list li + li {
  margin-top: 25px;
}
.video_page_transcript-section .transcripts-list li:before {
  width: 40px;
  height: 40px;
  font-family: "icomoon";
  content: "\e901";
  flex-shrink: 0;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: #CE0E2D;
  padding: 5px;
  font-size: 20px;
  line-height: 0;
  color: #fff;
}
.video_page_transcript-section .transcripts-list li:nth-child(even) {
  flex-direction: row-reverse;
}
.video_page_transcript-section .transcripts-list li:nth-child(even):before {
  content: "\e900";
  background: #A980AA;
}

.pricing-section {
  padding-bottom: 60px;
  font-size: 14px;
}
.pricing-section .columns-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing-section .columns-block .column:last-child .card-block .badge {
  background: #FCF7EA;
  color: #BD6200;
}
.pricing-section .card-block {
  background: #fff;
  border: 1px solid #B7B7B7;
  border-radius: 20px;
  padding: 35px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.pricing-section .card-block a:not(.btn):not(button):not(input[type=button]):not(input[type=reset]):not(input[type=file]):not(input[type=submit]) {
  color: #CE0E2D;
}
.pricing-section .card-block.most-popular {
  position: relative;
  border-color: #D9D9D9;
  margin: 33px 0 2px;
}
.pricing-section .card-block.most-popular:before {
  content: "Most Popular";
  background: #CE0E2D;
  padding: 5px 15px;
  border-radius: 22px;
  position: absolute;
  inset: -33px -4px -4px -4px;
  z-index: -1;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.pricing-section .card-block.most-popular .badge {
  display: none;
}
.pricing-section .card-block .top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
  color: #2E2926;
}
.pricing-section .card-block .middle-block {
  flex-grow: 1;
}
.pricing-section .card-block .name {
  font-weight: 600;
  font-size: 24px;
}
.pricing-section .card-block .badge {
  background: #E9F8F7;
  padding: 0.35em 1em;
  border-radius: 100px;
  font-size: 12px;
  color: #22B1A8;
}
.pricing-section .card-block .pricing-list {
  font-weight: 500;
  margin-top: 20px;
  color: #2E2926;
}
.pricing-section .card-block .pricing-list li {
  position: relative;
}
.pricing-section .card-block .pricing-list li + li {
  margin-top: 9px;
}
.pricing-section .card-block .pricing-list li:before {
  font-family: "icomoon";
  content: "\e90e";
  font-size: 13px;
  color: #CE0E2D;
  margin: 0 13px 0 2px;
}
.pricing-section .card-block .tooltip {
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  color: #ABABAB;
  margin-left: 0.35em;
}
.pricing-section .card-block .tooltip:hover {
  color: #CE0E2D;
}
.pricing-section .card-block .tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s ease, opacity 0.3s ease;
}
.pricing-section .card-block .tooltip:before {
  font-size: 18px;
  position: relative;
  top: 0.1em;
}
.pricing-section .card-block .tooltip:after {
  transition: visibility 0s 0.6s ease, opacity 0.3s 0.3s ease;
  content: attr(aria-label);
  background: #F4F4F4;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #424242;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
}
.pricing-section .card-block .btn, .pricing-section .card-block button,
.pricing-section .card-block input[type=button],
.pricing-section .card-block input[type=reset],
.pricing-section .card-block input[type=file],
.pricing-section .card-block input[type=submit] {
  width: 100%;
  padding-block: 0.7em;
}

.quote-section {
  padding-bottom: 60px;
}
.quote-section .quote-box {
  max-width: 845px;
  background: #F4F4F4;
  border-radius: 40px;
  padding: 25px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
}
.quote-section .ico-quote {
  display: inline-block;
  font-size: 34px;
  color: #CE0E2D;
  margin-bottom: 25px;
}
.quote-section .author-block {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-top: 25px;
}
.quote-section .image-holder {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.quote-section .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quote-section .author-info {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  gap: 2px 0;
}
.quote-section .stars-list {
  display: inline-flex;
  align-items: center;
  gap: 0 5px;
  color: #CE0E2D;
}
.quote-section .name {
  font-weight: 600;
}
.quote-section .position {
  width: 100%;
  display: block;
}
.quote-section .btn-holder {
  text-align: center;
  margin-top: 25px;
}
.quote-section .btn, .quote-section button,
.quote-section input[type=button],
.quote-section input[type=reset],
.quote-section input[type=file],
.quote-section input[type=submit] {
  width: 100%;
  padding: 0.7em 1em;
}

.marquee-section {
  padding-bottom: 60px;
}
.marquee-section .scroller {
  overflow: hidden;
}
.marquee-section .scroller-track {
  padding-block: 1rem;
  display: flex;
  align-items: center;
  gap: 74px;
}
.marquee-section .scroller[data-animated=true] .scroller-track {
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 37px));
  }
}

.form-section {
  padding-bottom: 60px;
}
.form-section h1, .form-section h2, .form-section h3, .form-section h4, .form-section h5, .form-section h6 {
  color: inherit;
}
.form-section h3 {
  font-size: 30px;
}
.form-section .form-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #CE0E2D;
  border-radius: 20px;
  padding: 40px 20px;
  color: #fff;
}
.form-section .left-column {
  display: contents;
}
.form-section .post-holder {
  line-height: 1.5;
  margin-bottom: 15px;
}
.form-section .btn-holder {
  display: flex;
  flex-direction: column;
  gap: 25px;
  order: 999;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
}
.form-section .btn, .form-section button,
.form-section input[type=button],
.form-section input[type=reset],
.form-section input[type=file],
.form-section input[type=submit] {
  padding-inline: 1em;
}
.form-section .form-holder {
  margin-bottom: -20px;
}
.form-section .form-holder form[id^=hsForm_].hs-form .hs-submit {
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  overflow: hidden;
}

#footer {
  background: #424242;
  padding: 40px 0 calc(30px - 0.5em);
  color: #fff;
}
#footer .logo {
  width: 180px;
}
#footer svg {
  display: block;
}
#footer .logo-holder {
  margin: 0 0 40px;
}
#footer .form-block .hs-form {
  width: 100%;
  display: grid;
  grid-template-areas: "field" "button";
  gap: 15px 0;
}
#footer .form-block .hs-form .hs-form-field {
  grid-area: field;
}
#footer .form-block .hs-form .legal-consent-container {
  font-size: 12px;
}
#footer .form-block .hs-form .hs-submit {
  grid-area: button;
}
#footer .form-block .form-title {
  margin: 0;
}
#footer .form-block > .form-title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  margin: 0 0 15px;
}
#footer .navigation-columns {
  max-width: 500px;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
}
#footer .navigation-columns .column:last-child {
  width: 100%;
  max-width: 450px;
}
#footer .nav-block a {
  text-decoration: none;
}
#footer .nav-block a:hover {
  text-decoration: underline;
}
#footer .nav-block .opener {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
  margin: 0 0 18px;
  font-weight: 700;
  font-size: 20px;
  padding-right: 8px;
}
#footer .nav-block .opener:hover {
  text-decoration: none;
}
#footer .nav-block .nav-list {
  margin: 0 0 25px;
}
#footer .nav-block .nav-list li {
  margin: 0 0 0.9em;
}
#footer .socials-block {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding-top: 40px;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
#footer .badget-list {
  display: flex;
  gap: 0 10px;
}
#footer .badget-list li {
  width: 48px;
}
#footer .socials-list {
  display: flex;
  gap: 10px;
  font-size: 30px;
  color: #424242;
}
#footer .socials-list li:has(.ico-x) {
  font-size: 20px;
}
#footer .socials-list a {
  width: 48px;
  height: 48px;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  display: grid;
  place-content: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  text-decoration: none;
}
#footer .socials-list a:hover {
  background: #CE0E2D;
  border-color: #CE0E2D;
}
#footer .socials-list i {
  display: block;
}
#footer .copyright-holder {
  font-size: 14px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 375px){
  .blog-section .right-column h3 {
    font-size: 32px;
  }
}
@media (min-width: 480px){
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=url],
  input[type=date],
  textarea {
    padding-block: 0.85em;
  }
  button,
  input[type=button],
  input[type=reset],
  input[type=file],
  input[type=submit] {
    padding-block: 0.77em;
  }
  #search-section .hs-search-field .hs-search-field__suggestions a {
    padding-inline: 1.67em;
  }
  #search-section .hs-search-field .hs-search-field__suggestions #results-for {
    padding-inline: 1.67em;
  }
  h1 {
    font-size: 39px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 20px;
  }
  .cta-holder {
    margin-top: 40px;
  }
  .intro-section {
    font-size: 18px;
  }
  .intro-section.only-video {
    font-size: 18px;
  }
  .intro-section.only-video h2 {
    font-size: 36px;
  }
  .intro-section h2 {
    font-size: 39px;
  }
  .intro-section .post-box {
    padding: 30px 30px calc(30px - 0.5em);
    font-size: 16px;
  }
  .partners-section .heading-holder {
    margin-bottom: 30px;
  }
  .partners-section .partners-list {
    gap: 30px;
  }
  .badges-section h1 {
    font-size: 36px;
  }
  .badges-section .heading-holder {
    margin-bottom: 30px;
    padding: 0;
  }
  .badges-section .badges-list {
    gap: 0 10px;
  }
  .badges-section .cta-holder {
    margin-top: 30px;
  }
  .article-section {
    font-size: 18px;
  }
  .article-section p {
    font-size: 20px;
  }
  .customers-section {
    font-size: 16px;
    justify-content: center;
  }
  .customers-section .post-block .ico-quote {
    font-size: 35px;
    margin: 0 0 35px 7px;
  }
  .customers-section .author-block {
    max-width: 190px;
  }
  .customers-section .author-block .name {
    font-size: 20px;
    margin-bottom: 0.7em;
  }
  .insights-section .insights-block {
    gap: 20px;
  }
  .insights-section .insights-box .title {
    font-size: 20px;
  }
  .wide_article-section {
    font-size: 18px;
  }
  .wide_article-section p {
    font-size: 20px;
  }
  .carrers-section {
    font-size: 20px;
  }
  .post-section {
    font-size: 18px;
  }
  .post-section h2 {
    font-size: 39px;
  }
  .cards-section h6 {
    font-size: 22px;
  }
  .cards-section .post-holder {
    padding: 25px;
  }
  .cards-section .post-holder .top-block {
    flex-direction: row;
  }
  .cards-section .post-holder .top-block * + *:before {
    content: "●";
    margin: 0 15px;
  }
  .metrics-section {
    font-size: 18px;
  }
  .blog-section .left-column {
    height: 250px;
  }
  .blog-section .right-column .btn, .blog-section .right-column button,
  .blog-section .right-column input[type=button],
  .blog-section .right-column input[type=reset],
  .blog-section .right-column input[type=file],
  .blog-section .right-column input[type=submit] {
    font-size: 16px;
  }
  .journey-section h2 {
    font-size: 28px;
  }
  .about-us-section h2 {
    font-size: 28px;
  }
  .about-us-section .columns .right-column img {
    height: 250px;
  }
  .key_features-section .columns-block {
    grid-template-columns: repeat(3, 1fr);
  }
  .video_page_transcript-section {
    font-size: 18px;
  }
  .video_page_transcript-section h4 {
    font-size: 26px;
  }
  .video_page_transcript-section .heading-holder {
    margin-bottom: 30px;
  }
  .pricing-section {
    font-size: 16px;
    line-height: 1.6875;
  }
  .pricing-section .card-block {
    gap: 20px 0;
    padding: 40px 20px 20px;
  }
  .pricing-section .card-block .name {
    font-size: 28px;
  }
  .pricing-section .card-block .badge {
    font-size: 14px;
  }
  .pricing-section .card-block .pricing-list {
    margin-top: 30px;
  }
  .pricing-section .card-block .pricing-list li:before {
    margin: 0 15px 0 4px;
  }
  .quote-section .author-info {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px 20px;
  }
  .quote-section .btn, .quote-section button,
  .quote-section input[type=button],
  .quote-section input[type=reset],
  .quote-section input[type=file],
  .quote-section input[type=submit] {
    width: auto;
    padding: 0.7em 2.2em;
  }
  .form-section h3 {
    font-size: 34px;
  }
  .form-section .post-holder {
    font-size: 18px;
  }
  #footer .logo {
    width: 220px;
  }
  #footer .form-block > .form-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  #footer .navigation-columns {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 30px;
    margin: 0 0 40px;
  }
  #footer .navigation-columns .column {
    width: calc(50% - 15px);
  }
  #footer .nav-block .opener {
    display: block;
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    margin: 0 0 20px;
  }
  #footer .nav-block .nav-list {
    margin: 0 0 30px;
  }
}
@media (min-width: 650px){
  .cards-section .columns-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cards-section .column {
    width: calc(50% - 10px);
  }
  .metrics-section .columns-block .column {
    width: calc(50% - 15px);
  }
  .blog-section .left-column {
    height: 300px;
  }
}
@media (min-width: 768px){
  #header {
    font-size: 13px;
  }
  #header .btn, #header button,
  #header input[type=button],
  #header input[type=reset],
  #header input[type=file],
  #header input[type=submit] {
    font-size: 13px;
  }
  #header .columns-block {
    padding: 12px 25px 13px;
  }
  #header .left-column {
    width: 170px;
  }
  #header #nav-bar .nav-opener {
    display: none;
  }
  #header .nav-drop {
    width: 100%;
    padding: 0;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    grid-template-areas: "cta-list language-toggle" "nav_menu-block language-toggle";
    justify-items: flex-end;
    gap: 0 15px;
    margin: -10px 0;
  }
  #header .nav-drop .nav_menu-block {
    grid-area: nav_menu-block;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li {
    margin: 0;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li > a {
    white-space: nowrap;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li > a[aria-haspopup=true] {
    padding: 10px 18px 10px 0;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:hover > a {
    color: #CE0E2D;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:hover > a:after {
    top: 47%;
    transform: translateY(-50%) rotate(-180deg);
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > a {
    justify-content: center;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > ul {
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    width: 200px;
    position: absolute;
    top: 100%;
    left: calc(-50% - 7.5px);
    visibility: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px -6px rgba(46, 41, 38, 0.75);
    overflow: hidden;
    font-size: 13px;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > ul a:not([href="javascript:;"]):before {
    left: 15px;
  }
  #header .nav-drop .cta-list {
    grid-area: cta-list;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0 15px;
    margin: 0 0 -10px;
  }
  #header .nav-drop .cta-list li {
    padding: 10px 0;
    margin: 0;
  }
  #header .nav-drop .language-toggle {
    grid-area: language-toggle;
  }
  #header .btn-holder {
    display: none;
  }
  #header .language-toggle {
    align-self: center;
    display: inline-block;
    position: relative;
    margin-bottom: -10px;
  }
  #header .language-toggle:hover .language-list {
    display: block;
  }
  #header .language-toggle a,
  #header .language-toggle .language-current > span {
    display: block;
    padding: 0.54em 1em;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    color: #2E2926;
  }
  #header .language-toggle .language-current {
    padding-bottom: 10px;
  }
  #header .language-toggle .language-current > span {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5px;
    cursor: pointer;
  }
  #header .language-toggle .language-current > span:before {
    width: 15px;
    height: 15px;
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MzkgNjM5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMmUyOTI2OwogICAgICAgIHN0cm9rZS13aWR0aDogMHB4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtNDU5LDM4NGgxMDhjNi0yOCw5LTQ5LjUsOS02NC41cy0zLTM2LjUtOS02NC41aC0xMDhjMywyMSw0LjUsNDIuNSw0LjUsNjQuNXMtMS41LDQzLjUtNC41LDY0LjVabS01NywxNzdjMjUtOCw1MS0yMy4yNSw3OC00NS43NXM0Ny41LTQ1LjI1LDYxLjUtNjguMjVoLTk0LjVjLTEwLDQwLTI1LDc4LTQ1LDExNFptLTcuNS0xNzdjMy0yMSw0LjUtNDIuNSw0LjUtNjQuNXMtMS41LTQzLjUtNC41LTY0LjVoLTE1MGMtMywyMS00LjUsNDIuNS00LjUsNjQuNXMxLjUsNDMuNSw0LjUsNjQuNWgxNTBabS03NSwxOTAuNWMyOC00MSw0OC41LTgzLjUsNjEuNS0xMjcuNWgtMTIzYzEzLDQ0LDMzLjUsODYuNSw2MS41LDEyNy41Wm0tMTI3LjUtMzgyLjVjMTItNDMsMjctODEsNDUtMTE0LTI1LDgtNTEuMjUsMjMuMjUtNzguNzUsNDUuNzVzLTQ3Ljc1LDQ1LjI1LTYwLjc1LDY4LjI1aDk0LjVabS05NC41LDI1NWMxMywyMywzMy4yNSw0NS43NSw2MC43NSw2OC4yNXM1My43NSwzNy43NSw3OC43NSw0NS43NWMtMjAtMzYtMzUtNzQtNDUtMTE0aC05NC41Wm0tMjUuNS02M2gxMDhjLTMtMjEtNC41LTQyLjUtNC41LTY0LjVzMS41LTQzLjUsNC41LTY0LjVoLTEwOGMtNiwyOC05LDQ5LjUtOSw2NC41czMsMzYuNSw5LDY0LjVaTTMxOS41LDY0LjVjLTI4LDQxLTQ4LjUsODMuNS02MS41LDEyNy41aDEyM2MtMTMtNDQtMzMuNS04Ni41LTYxLjUtMTI3LjVabTIyMiwxMjcuNWMtMTQtMjMtMzQuNS00NS43NS02MS41LTY4LjI1cy01My0zNy43NS03OC00NS43NWMxOCwzMywzMyw3MSw0NSwxMTRoOTQuNVpNMzE5LjUsMGM4OCwwLDE2My4yNSwzMS4yNSwyMjUuNzUsOTMuNzVzOTMuNzUsMTM3Ljc1LDkzLjc1LDIyNS43NS0zMS4yNSwxNjMuMjUtOTMuNzUsMjI1Ljc1LTEzNy43NSw5My43NS0yMjUuNzUsOTMuNzUtMTYzLjI1LTMxLjI1LTIyNS43NS05My43NVMwLDQwNy41LDAsMzE5LjUsMzEuMjUsMTU2LjI1LDkzLjc1LDkzLjc1LDIzMS41LDAsMzE5LjUsMFoiLz4KICA8L2c+Cjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #header .language-toggle .language-list {
    position: absolute;
    white-space: nowrap;
    min-width: 120px;
    top: 100%;
    left: 50%;
    translate: -50% 0;
    background: #fff;
    padding: 0.5em;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    display: none;
  }
  #header .language-toggle .language-list:before {
    border-bottom: 8px solid #d9d9d9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    translate: -50% 0;
  }
  #header .language-toggle .language-list:after {
    border-bottom: 6.5px solid #fff;
    border-left: 6.5px solid transparent;
    border-right: 6.5px solid transparent;
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    translate: -50% 0;
  }
  #header .language-toggle .language-list a {
    transition: background 0.2s ease-in-out;
    border-radius: 0.25em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
    border: none;
    text-decoration: none;
  }
  #header .language-toggle .language-list a:hover {
    background: #F4F4F4;
    color: #2E2926;
  }
  :root {
    --border-radius: 30px;
  }
  html {
    scroll-padding: 85px;
  }
  .container {
    padding: 0 30px;
  }
  .intro-section {
    padding: 50px 0 100px;
  }
  .intro-section.only-video {
    padding: 65px 0;
  }
  .intro-section.only-video .post-block {
    text-align: center;
    margin-bottom: 40px;
  }
  .intro-section.only-video .post-block h1, .intro-section.only-video .post-block h2, .intro-section.only-video .post-block h3, .intro-section.only-video .post-block h4, .intro-section.only-video .post-block h5, .intro-section.only-video .post-block h6 {
    padding: 0 5%;
  }
  .intro-section.only-video .video-block {
    --_border-radius: 30px;
    padding: 44px;
  }
  .intro-section #breadcrumbs {
    margin-bottom: 40px;
  }
  .intro-section #breadcrumbs:has(.back-link) .back-link {
    display: none;
  }
  .intro-section #breadcrumbs:has(.back-link) .breadcrumbs-wrapper {
    display: block;
  }
  .intro-section .post-block {
    margin-bottom: 45px;
  }
  .partners-section {
    padding-bottom: 100px;
  }
  .badges-section {
    padding-bottom: 100px;
  }
  .article-section {
    padding: 100px 0;
    margin-bottom: 100px;
  }
  .article-section .columns-block {
    flex-direction: row;
    align-items: center;
  }
  .article-section .columns-block .img-column {
    order: unset;
    max-width: none;
    width: calc(40% - 15px);
  }
  .article-section .columns-block .post-column {
    width: calc(60% - 15px);
  }
  .article-section .img-holder {
    width: calc(100% + 60px + var(--mobile-width));
  }
  .article-section.image-right .columns-block {
    flex-direction: row-reverse;
  }
  .article-section.image-right .img-column {
    margin: 0;
  }
  .customers-section {
    padding: 30px 0;
    margin-bottom: 100px;
  }
  .customers-section .post-block {
    margin: 0;
  }
  .customers-section .author-wrapper {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 30px 0;
    z-index: 10;
  }
  .insights-section {
    padding-bottom: 100px;
  }
  .insights-section .btn, .insights-section button,
  .insights-section input[type=button],
  .insights-section input[type=reset],
  .insights-section input[type=file],
  .insights-section input[type=submit] {
    margin: 0 0 0.5em;
  }
  .insights-section .grid-block {
    grid-template-columns: 1fr auto;
    grid-template-areas: "title cta" "article article";
    gap: 30px;
  }
  .insights-section .insights-block {
    max-width: none;
    margin: 0;
  }
  .insights-section .insights-block .column {
    width: calc(50% - 10px);
  }
  .insights-section .insights-box {
    min-height: 240px;
    padding: 25px;
  }
  .wide_article-section {
    margin-bottom: 100px;
  }
  .wide_article-section .main-block {
    padding: 50px 0;
  }
  .wide_article-section .container {
    max-width: var(--container-width);
  }
  .wide_article-section .columns-block {
    flex-direction: row;
    gap: 0;
  }
  .wide_article-section .post-column {
    position: relative;
    width: var(--left-column-width-percent);
    padding-right: 30px;
    display: flex;
    align-items: center;
    z-index: 50;
  }
  .wide_article-section .content-column {
    visibility: visible;
    position: relative;
    width: calc(100% - var(--left-column-width-percent));
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 30px;
    z-index: 50;
  }
  .wide_article-section .img-column,
  .wide_article-section .decoration-column {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .wide_article-section .img-column img,
  .wide_article-section .decoration-column img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wide_article-section .img-column {
    width: calc(50% - (var(--container-width) - 80px) * (var(--left-column-width) - 50) / 100);
    border-radius: 0;
  }
  .wide_article-section .decoration-column {
    display: block;
    visibility: visible;
    width: 75%;
    opacity: 0.6;
  }
  .wide_article-section .decoration-column img {
    -o-object-position: center left;
       object-position: center left;
  }
  .carrers-section {
    padding-bottom: 100px;
  }
  .carrers-section .post-holder {
    padding: 55px 15px 60px;
  }
  .post-section {
    padding-bottom: 100px;
  }
  .post-section .post-block {
    padding: 50px 30px;
  }
  .separator-section {
    height: 100px;
  }
  .cards-section {
    padding-bottom: 100px;
  }
  .cards-section.wide-layout .card-block {
    flex-direction: row-reverse;
  }
  .cards-section.wide-layout .img-holder {
    flex: 1;
    aspect-ratio: 1.2;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
  }
  .cards-section.wide-layout .post-holder {
    flex: 1.8;
    border: 1px solid #e2e2e2;
    border-right: none;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
  }
  .metrics-section {
    margin-bottom: 100px;
  }
  .metrics-section:after {
    background-image: linear-gradient(rgba(19, 19, 19, 0.7), rgba(19, 19, 19, 0.6), rgba(19, 19, 19, 0.7));
  }
  .contact_form-section {
    font-size: 18px;
  }
  .contact_form-section .columns-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 30px;
  }
  .contact_form-section .form-column {
    flex: 1;
    margin: 0;
  }
  .contact_form-section .form-column .heading-holder {
    max-width: 550px;
  }
  .contact_form-section .form-column .form-holder {
    margin: 0;
  }
  .contact_form-section .post-column {
    flex: 1;
  }
  .contact_form-section .post-column .post-block {
    border-radius: 22px 0 0 22px;
    padding: 40px 30px calc(40px - 1em) 30px;
  }
  .contact_form-section .post-column .post-block:before {
    right: -65%;
  }
  .contact_form-section .post-column .post-block:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0 -50vw 0 100%;
    background: #33BAB2;
  }
  .blog-section {
    margin-bottom: var(--spacer);
    padding-bottom: 60px;
    background: #F4F4F4;
  }
  .blog-section .columns {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .blog-section .left-column {
    margin: 0;
    height: auto;
    width: 45%;
  }
  .blog-section .left-column img {
    border-radius: 40px;
    -o-object-fit: unset;
       object-fit: unset;
    width: 100%;
    height: auto;
  }
  .blog-section .right-column {
    padding: 0;
    width: calc(55% - 20px);
  }
  .blog-section .right-column h3 {
    font-size: 28px;
    margin: 0 0 20px;
  }
  .blog-section .right-column .btn, .blog-section .right-column button,
  .blog-section .right-column input[type=button],
  .blog-section .right-column input[type=reset],
  .blog-section .right-column input[type=file],
  .blog-section .right-column input[type=submit] {
    min-width: 320px;
  }
  .journey-section h3 {
    font-size: 24px;
  }
  .journey-section .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .journey-section .card {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
  .journey-section .card-header {
    padding-left: 15px;
    padding-right: 15px;
    cursor: default;
  }
  .journey-section .card-title {
    padding: 0 10px;
  }
  .journey-section .card-title:before {
    display: none;
  }
  .journey-section .card-title .number {
    margin: 0 5px 0 0;
    width: auto;
  }
  .about-us-section .columns .right-column img {
    height: 300px;
  }
  .key_features-section {
    padding-bottom: 100px;
    font-size: 16px;
  }
  .key_features-section .columns-block {
    grid-template-columns: repeat(4, 1fr);
  }
  .video_page_transcript-section {
    padding-bottom: 100px;
  }
  .video_page_transcript-section .heading-holder {
    margin-bottom: 45px;
  }
  .video_page_transcript-section .transcripts-list li {
    gap: 0 15px;
  }
  .video_page_transcript-section .transcripts-list li > span {
    padding: 1.65em;
  }
  .video_page_transcript-section .transcripts-list li + li {
    margin-top: 30px;
  }
  .video_page_transcript-section .transcripts-list li:before {
    width: 60px;
    height: 60px;
    font-size: 30px;
    margin-top: 15px;
  }
  .pricing-section {
    padding-bottom: 100px;
  }
  .pricing-section .columns-block {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pricing-section .columns-block .column {
    width: calc(50% - 5px);
  }
  .pricing-section .card-block {
    height: 100%;
    padding: 30px;
  }
  .pricing-section .card-block.most-popular {
    margin: 0;
  }
  .pricing-section .card-block.most-popular:before {
    inset: -50px -4px -4px -4px;
    padding: 15px;
  }
  .quote-section {
    padding-bottom: 100px;
  }
  .quote-section .quote-box {
    padding: 45px;
  }
  .quote-section .image-holder {
    width: 60px;
  }
  .quote-section .btn-holder {
    margin-top: 60px;
  }
  .marquee-section {
    padding-bottom: 100px;
  }
  .marquee-section .scroller[data-animated=true] {
    -webkit-mask: linear-gradient(90deg, transparent, #fff 3%, #fff 97%, transparent);
            mask: linear-gradient(90deg, transparent, #fff 3%, #fff 97%, transparent);
  }
  .form-section {
    padding-bottom: 100px;
  }
  .form-section .form-box {
    border-radius: 40px;
    padding: 40px 30px;
    flex-direction: row;
    gap: 0 30px;
  }
  .form-section .left-column {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .form-section .right-column {
    flex: 1;
    align-self: center;
  }
  .form-section .post-holder {
    margin-bottom: 30px;
    flex-grow: 1;
  }
  .form-section .btn-holder {
    margin: 0;
    gap: 15px;
  }
  #footer {
    font-size: 13px;
    padding: 50px 0 calc(25px - 0.5em);
  }
  #footer .form-block .hs-form {
    gap: 12px 0;
  }
  #footer .navigation-columns {
    max-width: none;
  }
  #footer .navigation-columns .column {
    width: auto;
    flex: 1 1 auto;
  }
  #footer .socials-block {
    flex-direction: row;
    justify-content: space-between;
  }
  #footer .copyright-holder {
    text-align: center;
  }
}
@media (min-width: 1024px){
  #search-section .container {
    max-width: 750px;
  }
  :root {
    --border-radius: 40px;
  }
  html {
    scroll-padding: 65px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 28px;
  }
  h6 {
    font-size: 24px;
  }
  .container {
    width: 100%;
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .intro-section {
    padding: 60px 0;
  }
  .intro-section.only-video {
    padding-bottom: var(--spacer);
  }
  .intro-section.only-video h2 {
    font-size: 48px;
  }
  .intro-section.only-video .video-block {
    --_border-radius: 40px;
  }
  .intro-section h2 {
    font-size: 48px;
  }
  .intro-section .columns-block {
    flex-direction: row;
    max-width: none;
    margin: 0;
  }
  .intro-section .columns-block .media-column {
    align-self: center;
  }
  .intro-section .post-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .partners-section {
    padding-bottom: var(--spacer);
  }
  .badges-section {
    padding-bottom: var(--spacer);
  }
  .badges-section h1 {
    font-size: 48px;
  }
  .badges-section .badges-list img {
    width: 100%;
    max-width: 155px;
  }
  .article-section {
    padding: 120px 0;
    margin-bottom: var(--spacer);
  }
  .article-section .img-holder {
    width: calc(100% + 80px + var(--mobile-width));
  }
  .customers-section {
    min-height: 750px;
    margin-bottom: var(--spacer);
  }
  .insights-section {
    padding-bottom: 120px;
  }
  .insights-section .grid-block {
    gap: 50px 30px;
  }
  .insights-section .insights-block .column {
    width: calc(33.333% - 13.33px);
  }
  .wide_article-section {
    margin-bottom: var(--spacer);
  }
  .wide_article-section .main-block {
    padding: 120px 0;
  }
  .wide_article-section .columns-block {
    min-height: 300px;
  }
  .wide_article-section .post-column {
    padding-right: 50px;
  }
  .wide_article-section .content-column {
    padding-left: 50px;
  }
  .wide_article-section .anchor-btn {
    margin-bottom: -70px;
  }
  .carrers-section {
    padding-bottom: var(--spacer);
    text-align: left;
  }
  .carrers-section .carrers-box {
    background-image: url("https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Scorebuddy%2011.09.2023/images/bg-03.png");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: top -70px right -70px;
    display: flex;
    justify-content: space-between;
    gap: 0 50px;
    max-width: none;
    margin: 0;
    height: 370px;
  }
  .carrers-section .img-column {
    width: calc(53% - 25px);
  }
  .carrers-section .post-column {
    width: calc(47% - 15px);
    align-self: center;
  }
  .carrers-section .img-block {
    height: 100%;
  }
  .carrers-section .img-block .mobile {
    display: none;
  }
  .carrers-section .img-block .desktop {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .carrers-section .img-block .image {
    clip-path: ellipse(96% 121% at 0% 59%);
  }
  .carrers-section .post-holder {
    padding: 30px 40px 30px 0;
    margin: 0;
    max-width: none;
  }
  .post-section {
    padding-bottom: var(--spacer);
  }
  .post-section h2 {
    font-size: 48px;
  }
  .post-section .post-block {
    padding: 60px;
  }
  .separator-section {
    height: var(--spacer);
  }
  .cards-section {
    padding-bottom: var(--spacer);
  }
  .cards-section h6 {
    font-size: 24px;
  }
  .cards-section .columns-block {
    max-width: none;
    margin: 0;
  }
  .cards-section .column {
    width: calc(33.333% - 13.33px);
  }
  .metrics-section {
    margin-bottom: var(--spacer);
  }
  .metrics-section .columns-block {
    max-width: none;
    margin: 0;
  }
  .metrics-section .columns-block .column {
    width: calc(25% - 22.5px);
  }
  .contact_form-section {
    padding-bottom: var(--spacer);
  }
  .contact_form-section .post-column {
    flex: 1.2;
  }
  .contact_form-section .post-column .post-block {
    padding: 60px 15px calc(60px - 1em) 60px;
  }
  .contact_form-section .post-column ul {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .blog-section .columns {
    gap: 45px;
  }
  .blog-section .right-column h3 {
    font-size: 35px;
    margin: 0 0 20px;
  }
  .journey-section {
    padding-bottom: var(--spacer);
  }
  .journey-section h2 {
    margin: 0 0 60px;
    font-size: 32px;
  }
  .journey-section h3 {
    font-size: 28px;
  }
  .journey-section .cards {
    gap: 30px;
  }
  .journey-section .card-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .journey-section .card-title .number {
    font-size: 30px;
  }
  .about-us-section {
    padding-bottom: 60px;
  }
  .about-us-section h2 {
    margin: 0 0 45px;
    font-size: 32px;
  }
  .about-us-section .columns {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    gap: 25px;
  }
  .about-us-section .columns .left-column {
    width: calc(59% - 20px);
    max-width: 734px;
    padding: 35px;
  }
  .about-us-section .columns .left-column .author {
    font-size: 16px;
  }
  .about-us-section .columns .right-column {
    margin: 0;
    height: auto;
    width: 41%;
    max-width: 516px;
  }
  .about-us-section .columns .right-column img {
    border-radius: 40px;
    height: 100%;
  }
  .banner-section {
    padding-bottom: var(--spacer);
  }
  .banner-section .cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 30px;
  }
  .banner-section .cta-content .left-column h3 {
    margin: 0 0 10px;
    font-size: 35px;
  }
  .banner-section .cta-content .left-column p {
    margin: 0;
  }
  .key_features-section {
    padding-bottom: var(--spacer);
  }
  .key_features-section .columns-block {
    gap: 30px;
  }
  .video_page_transcript-section {
    padding-bottom: var(--spacer);
  }
  .video_page_transcript-section h4 {
    font-size: 32px;
  }
  .pricing-section {
    padding-bottom: var(--spacer);
  }
  .pricing-section .columns-block {
    gap: 30px;
  }
  .pricing-section .columns-block .column {
    width: calc(33.333% - 20px);
  }
  .pricing-section .card-block {
    min-height: 580px;
  }
  .pricing-section .card-block .tooltip {
    position: relative;
  }
  .pricing-section .card-block .tooltip:after {
    width: 250px;
    left: 100%;
  }
  .quote-section {
    padding-bottom: var(--spacer);
  }
  .marquee-section {
    padding-bottom: var(--spacer);
  }
  .form-section {
    padding-bottom: var(--spacer);
  }
  .form-section h3 {
    font-size: 38px;
  }
  .form-section .form-box {
    padding: 70px 60px;
  }
  .form-section .btn-holder {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 25px;
  }
  #footer {
    padding: 60px 0 calc(25px - 0.5em);
  }
  #footer .navigation-columns {
    flex-wrap: nowrap;
    margin: 0 0 30px;
  }
  #footer .navigation-columns .column:last-child {
    width: auto;
    max-width: 395px;
  }
  #footer .nav-block .nav-list {
    margin: 0;
  }
  #footer .socials-block {
    padding-top: 15px;
  }
  #footer .copyright-holder {
    margin-top: 7px;
  }
}
@media (min-width: 1200px){
  #header .columns-block {
    padding-inline: 60px;
  }
  #header .nav-drop {
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "nav_menu-block cta-list language-toggle";
    justify-items: unset;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > ul {
    width: 560px;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #header .nav-drop .cta-list {
    margin: 0;
  }
  .intro-section .post-box {
    padding: 45px 45px calc(45px - 0.5em);
  }
  .article-section .columns-block {
    gap: 80px;
  }
  .article-section .columns-block .img-column {
    width: calc(49.61% - 40px);
  }
  .article-section .columns-block .post-column {
    width: calc(50.39% - 40px);
  }
  .article-section .img-holder {
    padding: 35px;
    width: var(--desktop-width);
  }
  .carrers-section .carrers-box {
    background-position: top -150px right -105px;
    background-size: 330px;
    gap: 0 70px;
  }
  .carrers-section .img-column {
    width: calc(56.9% - 25px);
  }
  .carrers-section .post-column {
    width: calc(43.1% - 15px);
  }
  .blog-section {
    padding: 70px 0;
  }
  .blog-section .columns {
    gap: 72px;
  }
  .blog-section .columns.reverse {
    flex-direction: row-reverse;
  }
  .blog-section .right-column h3 {
    font-size: 40px;
    margin: 0 0 30px;
  }
  .journey-section h3 {
    font-size: 32px;
  }
  .journey-section .card-title .number {
    font-size: 40px;
  }
  .journey-section .card-list {
    margin-top: 25px;
    padding: 11px 30px 0 29px;
  }
  .about-us-section {
    padding-bottom: var(--spacer);
  }
  .about-us-section .columns {
    gap: 30px;
  }
  .about-us-section .columns.reverse {
    flex-direction: row-reverse;
  }
  .about-us-section .columns .left-column {
    padding: 45px 45px 30px;
  }
  .about-us-section .columns .left-column .author .image-holder {
    width: 60px;
    height: 60px;
  }
  .banner-section .cta-content {
    padding: 45px;
  }
  .banner-section .cta-content .left-column {
    font-size: 18px;
  }
  .banner-section .cta-content .left-column h3 {
    font-size: 40px;
  }
  .banner-section .cta-content .btn, .banner-section .cta-content button,
  .banner-section .cta-content input[type=button],
  .banner-section .cta-content input[type=reset],
  .banner-section .cta-content input[type=file],
  .banner-section .cta-content input[type=submit] {
    font-size: 16px;
    max-width: 235px;
  }
  .key_features-section {
    font-size: 17px;
  }
  .key_features-section .columns-block {
    grid-template-columns: repeat(5, 1fr);
  }
  .video_page_transcript-section .transcripts-list li:nth-child(even) > span {
    min-width: 770px;
  }
  .form-section .btn, .form-section button,
  .form-section input[type=button],
  .form-section input[type=reset],
  .form-section input[type=file],
  .form-section input[type=submit] {
    padding-inline: 2em;
  }
}
@media (min-width: 1360px){
  #footer {
    font-size: 16px;
  }
}
@media (min-width: 1440px){
  #header {
    font-size: 16px;
  }
  #header .btn, #header button,
  #header input[type=button],
  #header input[type=reset],
  #header input[type=file],
  #header input[type=submit] {
    font-size: 16px;
  }
  #header .columns-block {
    gap: 0 45px;
  }
  #header .nav-drop .cta-list {
    gap: 0 30px;
  }
  #header .nav-drop .cta-list li:first-child {
    margin-right: -15px;
  }
}
@media (min-width: 1600px){
  #header .columns-block {
    padding-inline: 80px;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] {
    gap: 0 35px;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children > ul {
    font-size: 14px;
  }
}
@media (min-width: 1920px){
  .customers-section .bg-holder:before {
    -o-border-image: fill 1 linear-gradient(to right, #424242 0, transparent 15%, transparent 85%, #424242 100%);
       border-image: fill 1 linear-gradient(to right, #424242 0, transparent 15%, transparent 85%, #424242 100%);
  }
}
@media (max-width: 1199px){
  .video_page_transcript-section br {
    display: none;
  }
}
@media (max-width: 1023px){
  br {
    display: none;
  }
  .pricing-section .card-block .middle-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px){
  .blog-section .left-column {
    max-width: none !important;
  }
}
@media (max-width: 767px){
  #header #nav-bar .nav-drop {
    transition: opacity 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    position: fixed;
    top: -99999px;
    left: -9999px;
    background: #fff;
    z-index: 9998;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: top 0s 0.2s, left 0s 0.2s, opacity 0.2s 0s, transform 0.2s 0s;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children.active > a {
    color: #CE0E2D;
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children.active > a:after {
    top: 47%;
    transform: translateY(-50%) rotate(-180deg);
  }
  #header .nav-drop .nav_menu-block .hs-menu-wrapper > ul[role=menu] > li.hs-item-has-children.active > ul {
    opacity: 1;
  }
  #header .language-toggle {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    color: #2E2926;
    overflow: hidden;
  }
  #header .language-toggle a,
  #header .language-toggle .language-current > span {
    display: block;
    padding-block: 0.54em;
    text-decoration: none;
  }
  #header .language-toggle a {
    padding-inline: 1em;
    border-left: 1px solid #D9D9D9;
  }
  #header .language-toggle a:hover {
    color: #2E2926;
  }
  #header .language-toggle .language-current {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding-inline: 1em;
    background: #F4F4F4;
  }
  #header .language-toggle .language-current:before {
    width: 15px;
    height: 15px;
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MzkgNjM5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMmUyOTI2OwogICAgICAgIHN0cm9rZS13aWR0aDogMHB4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtNDU5LDM4NGgxMDhjNi0yOCw5LTQ5LjUsOS02NC41cy0zLTM2LjUtOS02NC41aC0xMDhjMywyMSw0LjUsNDIuNSw0LjUsNjQuNXMtMS41LDQzLjUtNC41LDY0LjVabS01NywxNzdjMjUtOCw1MS0yMy4yNSw3OC00NS43NXM0Ny41LTQ1LjI1LDYxLjUtNjguMjVoLTk0LjVjLTEwLDQwLTI1LDc4LTQ1LDExNFptLTcuNS0xNzdjMy0yMSw0LjUtNDIuNSw0LjUtNjQuNXMtMS41LTQzLjUtNC41LTY0LjVoLTE1MGMtMywyMS00LjUsNDIuNS00LjUsNjQuNXMxLjUsNDMuNSw0LjUsNjQuNWgxNTBabS03NSwxOTAuNWMyOC00MSw0OC41LTgzLjUsNjEuNS0xMjcuNWgtMTIzYzEzLDQ0LDMzLjUsODYuNSw2MS41LDEyNy41Wm0tMTI3LjUtMzgyLjVjMTItNDMsMjctODEsNDUtMTE0LTI1LDgtNTEuMjUsMjMuMjUtNzguNzUsNDUuNzVzLTQ3Ljc1LDQ1LjI1LTYwLjc1LDY4LjI1aDk0LjVabS05NC41LDI1NWMxMywyMywzMy4yNSw0NS43NSw2MC43NSw2OC4yNXM1My43NSwzNy43NSw3OC43NSw0NS43NWMtMjAtMzYtMzUtNzQtNDUtMTE0aC05NC41Wm0tMjUuNS02M2gxMDhjLTMtMjEtNC41LTQyLjUtNC41LTY0LjVzMS41LTQzLjUsNC41LTY0LjVoLTEwOGMtNiwyOC05LDQ5LjUtOSw2NC41czMsMzYuNSw5LDY0LjVaTTMxOS41LDY0LjVjLTI4LDQxLTQ4LjUsODMuNS02MS41LDEyNy41aDEyM2MtMTMtNDQtMzMuNS04Ni41LTYxLjUtMTI3LjVabTIyMiwxMjcuNWMtMTQtMjMtMzQuNS00NS43NS02MS41LTY4LjI1cy01My0zNy43NS03OC00NS43NWMxOCwzMywzMyw3MSw0NSwxMTRoOTQuNVpNMzE5LjUsMGM4OCwwLDE2My4yNSwzMS4yNSwyMjUuNzUsOTMuNzVzOTMuNzUsMTM3Ljc1LDkzLjc1LDIyNS43NS0zMS4yNSwxNjMuMjUtOTMuNzUsMjI1Ljc1LTEzNy43NSw5My43NS0yMjUuNzUsOTMuNzUtMTYzLjI1LTMxLjI1LTIyNS43NS05My43NVMwLDQwNy41LDAsMzE5LjUsMzEuMjUsMTU2LjI1LDkzLjc1LDkzLjc1LDIzMS41LDAsMzE5LjUsMFoiLz4KICA8L2c+Cjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #header .language-toggle .language-list {
    display: flex;
    align-items: center;
  }
  .quote-section .position {
    font-size: 12px;
  }
  .marquee-section .container {
    padding: 0;
  }
}
@media (max-width: 479px){
  form[id^=hsForm_].hs-form fieldset:not(.form-columns-1) {
    display: flex;
    flex-direction: column;
    gap: var(--_rows-gap) 0;
  }
  form[id^=hsForm_].hs-form fieldset:not(.form-columns-1) > * {
    width: 100%;
  }
  .intro-section .post-block h1, .intro-section .post-block h2, .intro-section .post-block h3, .intro-section .post-block h4, .intro-section .post-block h5, .intro-section .post-block h6 {
    padding: 0 5%;
  }
  .customers-section .btn, .customers-section button,
  .customers-section input[type=button],
  .customers-section input[type=reset],
  .customers-section input[type=file],
  .customers-section input[type=submit] {
    width: 100%;
    padding-inline: 0.7em;
  }
  .customers-section .author-block .position {
    font-weight: 400;
    font-size: 12px;
  }
  .quote-section .stars-list {
    order: -1;
  }
  .form-section .form-holder form[id^=hsForm_].hs-form fieldset:not(.form-columns-1) {
    flex-direction: row;
  }
  .form-section .form-holder form[id^=hsForm_].hs-form fieldset:not(.form-columns-1) > * {
    width: 50%;
  }
  #footer .form-block {
    margin-bottom: 40px;
  }
  #footer .navigation-columns .column:has(.form-block) {
    order: -1;
  }
  #footer .nav-block.active .opener::after {
    rotate: 180deg;
  }
  #footer .nav-block .opener:after {
    transition: rotate 0.2s ease-in-out;
    content: "\e90a";
    font-family: "icomoon";
    font-weight: 400;
    font-size: 10px;
    display: block;
  }
}
@media (max-width: 375px){
  .blog-section .right-column .btn, .blog-section .right-column button,
  .blog-section .right-column input[type=button],
  .blog-section .right-column input[type=reset],
  .blog-section .right-column input[type=file],
  .blog-section .right-column input[type=submit] {
    min-width: 100%;
  }
}
@media (max-width: 359px){
  #header .btn-holder .btn, #header .btn-holder button,
  #header .btn-holder input[type=button],
  #header .btn-holder input[type=reset],
  #header .btn-holder input[type=file],
  #header .btn-holder input[type=submit] {
    padding-inline: 0.54em;
  }
}