@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-nav {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slider-nav .slick-track,
.slider-nav .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.services-section .service_logo-list, .partners-section .features-list, .partners-section .partners-list, .reviews-section .post-block .columns-block .star-list, .global-styles .slick-dots, .global-styles .form-holder .hs-form .hs-dependent-field .inputs-list, .global-styles .form-holder .hs-form .hs-error-msgs {
  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: #7b7b7b;
  background: #f4f4f4;
  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;
}
a:hover, a:focus {
  text-decoration: none;
}

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

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #424242;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
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,
textarea::-webkit-input-placeholder {
  color: #424242;
}
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,
textarea::-moz-placeholder {
  opacity: 1;
  color: #424242;
}
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,
textarea:-moz-placeholder {
  color: #424242;
}
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,
textarea:-ms-input-placeholder {
  color: #424242;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #424242;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 56px;
}

.footer-container-wrapper {
  margin-top: 0;
}

.small-img.bg-div {
  justify-content: center;
}

.video-block {
  position: relative;
  width: 100%;
  max-width: 668px;
  margin: 0 auto;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}
.video-block #myVideo {
  width: 100%;
  height: auto;
  display: block;
}
.video-block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 8px;
  z-index: 1;
}
.video-block .play-button {
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 10;
}
.video-block .play-button:hover .play-ico {
  background: rgb(195.7, 13.3, 42.75);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.video-block .play-button.active {
  opacity: 0;
}
.video-block .play-ico {
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  background: #ce0e2d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.video-block .play-ico:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 15px 0 15px 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 4px;
}
.video-block .preview-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.global-styles p {
  font-size: inherit;
  line-height: inherit;
}
.global-styles h1, .global-styles h2, .global-styles h3, .global-styles h4, .global-styles h5, .global-styles h6 {
  color: #424242;
}
.global-styles h1 {
  font-size: 36px;
  line-height: 1.2;
}
.global-styles h2 {
  font-size: 29px;
  line-height: 1.2;
}
.global-styles h3 {
  font-size: 24px;
  line-height: 1.33;
}
.global-styles h4 {
  font-size: 22px;
  line-height: 1.25;
}
.global-styles h5 {
  font-size: 18px;
  line-height: 1.33;
  margin: 0 0 0.38em;
}
.global-styles h6 {
  font-size: 15px;
  line-height: 1.4;
}
.global-styles .container {
  width: 100%;
  padding: 0 15px;
}
.global-styles .btn, .global-styles .form-holder button,
.global-styles .form-holder input[type=button],
.global-styles .form-holder input[type=reset],
.global-styles .form-holder input[type=file],
.global-styles .form-holder input[type=submit] {
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  display: block;
  font: 600 16px/20px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #ce0e2d;
  border: 1px solid #ce0e2d;
  border-radius: 8px;
  padding: 15px 20px;
}
.global-styles .btn:hover, .global-styles .form-holder button:hover,
.global-styles .form-holder input[type=button]:hover,
.global-styles .form-holder input[type=reset]:hover,
.global-styles .form-holder input[type=file]:hover,
.global-styles .form-holder input[type=submit]:hover {
  background: #fff;
  color: #ce0e2d;
}
.global-styles .btn:focus, .global-styles .form-holder button:focus,
.global-styles .form-holder input[type=button]:focus,
.global-styles .form-holder input[type=reset]:focus,
.global-styles .form-holder input[type=file]:focus,
.global-styles .form-holder input[type=submit]:focus {
  box-shadow: unset;
}
.global-styles .btn.arrow, .global-styles .form-holder button.arrow,
.global-styles .form-holder input.arrow[type=button],
.global-styles .form-holder input.arrow[type=reset],
.global-styles .form-holder input.arrow[type=file],
.global-styles .form-holder input.arrow[type=submit] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.global-styles .btn.arrow:hover:before, .global-styles .form-holder button.arrow:hover:before,
.global-styles .form-holder input.arrow[type=button]:hover:before,
.global-styles .form-holder input.arrow[type=reset]:hover:before,
.global-styles .form-holder input.arrow[type=file]:hover:before,
.global-styles .form-holder input.arrow[type=submit]:hover:before {
  background: #ce0e2d;
}
.global-styles .btn.arrow:hover:after, .global-styles .form-holder button.arrow:hover:after,
.global-styles .form-holder input.arrow[type=button]:hover:after,
.global-styles .form-holder input.arrow[type=reset]:hover:after,
.global-styles .form-holder input.arrow[type=file]:hover:after,
.global-styles .form-holder input.arrow[type=submit]:hover:after {
  border-color: #ce0e2d;
}
.global-styles .btn.arrow:before, .global-styles .form-holder button.arrow:before,
.global-styles .form-holder input.arrow[type=button]:before,
.global-styles .form-holder input.arrow[type=reset]:before,
.global-styles .form-holder input.arrow[type=file]:before,
.global-styles .form-holder input.arrow[type=submit]:before {
  width: 16px;
  height: 2px;
  transition: background 0.2s ease-in-out;
  order: 2;
  content: "";
  display: block;
  background: #fff;
  margin: 0 0 0 8px;
}
.global-styles .btn.arrow:after, .global-styles .form-holder button.arrow:after,
.global-styles .form-holder input.arrow[type=button]:after,
.global-styles .form-holder input.arrow[type=reset]:after,
.global-styles .form-holder input.arrow[type=file]:after,
.global-styles .form-holder input.arrow[type=submit]:after {
  width: 8px;
  height: 8px;
  transition: border-color 0.2s ease-in-out;
  order: 3;
  content: "";
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin: 0 0 0 -8px;
}
.global-styles .cta {
  transition: border-color 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  padding: 0 25px 0 0;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.global-styles .cta:hover {
  border-color: #000;
  text-decoration: none;
}
.global-styles .cta:hover:before {
  background: #000;
}
.global-styles .cta:hover:after {
  border-color: #000;
}
.global-styles .cta:after {
  transition: border-color 0.2s ease-in-out;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 2px solid #ce0e2d;
  border-bottom: 2px solid #ce0e2d;
  position: absolute;
  top: 7px;
  right: 0;
  transform: rotate(-45deg);
}
.global-styles .cta:before {
  transition: background 0.2s ease-in-out;
  width: 16px;
  height: 2px;
  content: "";
  background: #ce0e2d;
  position: absolute;
  top: 10px;
  right: 0;
}
.global-styles .form-holder {
  margin: -8px 0;
}
.global-styles .form-holder form,
.global-styles .form-holder fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  max-width: none !important;
}
.global-styles .form-holder input[type=text],
.global-styles .form-holder input[type=tel],
.global-styles .form-holder input[type=email],
.global-styles .form-holder input[type=search],
.global-styles .form-holder input[type=password],
.global-styles .form-holder input[type=button],
.global-styles .form-holder textarea,
.global-styles .form-holder select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  width: 100% !important;
  background: #fff;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #424242;
  overflow: hidden;
  outline: none;
}
.global-styles .form-holder input[type=text]::-webkit-input-placeholder,
.global-styles .form-holder input[type=tel]::-webkit-input-placeholder,
.global-styles .form-holder input[type=email]::-webkit-input-placeholder,
.global-styles .form-holder input[type=search]::-webkit-input-placeholder,
.global-styles .form-holder input[type=password]::-webkit-input-placeholder,
.global-styles .form-holder input[type=button]::-webkit-input-placeholder,
.global-styles .form-holder textarea::-webkit-input-placeholder,
.global-styles .form-holder select::-webkit-input-placeholder {
  color: #64676A;
}
.global-styles .form-holder input[type=text]::-moz-placeholder,
.global-styles .form-holder input[type=tel]::-moz-placeholder,
.global-styles .form-holder input[type=email]::-moz-placeholder,
.global-styles .form-holder input[type=search]::-moz-placeholder,
.global-styles .form-holder input[type=password]::-moz-placeholder,
.global-styles .form-holder input[type=button]::-moz-placeholder,
.global-styles .form-holder textarea::-moz-placeholder,
.global-styles .form-holder select::-moz-placeholder {
  opacity: 1;
  color: #64676A;
}
.global-styles .form-holder input[type=text]:-moz-placeholder,
.global-styles .form-holder input[type=tel]:-moz-placeholder,
.global-styles .form-holder input[type=email]:-moz-placeholder,
.global-styles .form-holder input[type=search]:-moz-placeholder,
.global-styles .form-holder input[type=password]:-moz-placeholder,
.global-styles .form-holder input[type=button]:-moz-placeholder,
.global-styles .form-holder textarea:-moz-placeholder,
.global-styles .form-holder select:-moz-placeholder {
  color: #64676A;
}
.global-styles .form-holder input[type=text]:-ms-input-placeholder,
.global-styles .form-holder input[type=tel]:-ms-input-placeholder,
.global-styles .form-holder input[type=email]:-ms-input-placeholder,
.global-styles .form-holder input[type=search]:-ms-input-placeholder,
.global-styles .form-holder input[type=password]:-ms-input-placeholder,
.global-styles .form-holder input[type=button]:-ms-input-placeholder,
.global-styles .form-holder textarea:-ms-input-placeholder,
.global-styles .form-holder select:-ms-input-placeholder {
  color: #64676A;
}
.global-styles .form-holder input[type=text].placeholder,
.global-styles .form-holder input[type=tel].placeholder,
.global-styles .form-holder input[type=email].placeholder,
.global-styles .form-holder input[type=search].placeholder,
.global-styles .form-holder input[type=password].placeholder,
.global-styles .form-holder input[type=button].placeholder,
.global-styles .form-holder textarea.placeholder,
.global-styles .form-holder select.placeholder {
  color: #64676A;
}
.global-styles .form-holder select {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM0MjQyNDI7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSLQodC70L7QuV8xLTIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTUsMzBBMTUsMTUsMCwxLDEsMzAsMTUsMTUsMTUsMCwwLDEsMTUsMzBaTTE1LDJBMTMsMTMsMCwxLDAsMjgsMTUsMTMsMTMsMCwwLDAsMTUsMloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNSwyMGExLDEsMCwwLDEtLjc3LS4zNmwtNS02YTEsMSwwLDEsMSwxLjU0LTEuMjhMMTUsMTcuNDRsNC4yMy01LjA4YTEsMSwwLDAsMSwxLjU0LDEuMjhsLTUsNkExLDEsMCwwLDEsMTUsMjBaIi8+PC9nPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 26px;
  overflow: hidden;
  padding: 15px 23px;
  cursor: pointer;
  color: #212529;
}
.global-styles .form-holder textarea {
  resize: none;
  min-height: 80px;
  vertical-align: top;
}
.global-styles .form-holder button,
.global-styles .form-holder input[type=button],
.global-styles .form-holder input[type=reset],
.global-styles .form-holder input[type=file],
.global-styles .form-holder input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  width: 100%;
  margin: 0 !important;
  padding: 15px 40px !important;
  border-radius: 8px;
}
.global-styles .form-holder .hs_cos_wrapper .form-title {
  display: none !important;
}
.global-styles .form-holder .hs-form {
  display: grid;
}
.global-styles .form-holder .hs-form .hs-submit {
  padding: 8px 0;
}
.global-styles .form-holder .hs-form fieldset:not(.form-columns-2) > .field,
.global-styles .form-holder .hs-form .field:not(.form-columns-2) > .field,
.global-styles .form-holder .hs-form .hs-submit:not(.form-columns-2) > .field {
  margin: 0;
}
.global-styles .form-holder .hs-form .hs-form-field {
  position: relative;
  padding: 8px 0;
}
.global-styles .form-holder .hs-form .hs-form-field > label {
  display: none !important;
}
.global-styles .form-holder .hs-form .form-columns-2 {
  margin: 0 -8px;
}
.global-styles .form-holder .hs-form .form-columns-2 > div {
  padding-left: 8px;
  padding-right: 8px;
}
.global-styles .form-holder .hs-form .input {
  margin: 0;
}
.global-styles .form-holder .hs-form .input .error {
  border-color: #ce0e2d;
}
.global-styles .form-holder .hs-form .hs-richtext {
  font-size: 12px;
  line-height: 1.67;
  margin: 10px 0 1em !important;
}
.global-styles .form-holder .hs-form .hs-richtext .error {
  border-color: #ce0e2d;
}
.global-styles .form-holder .hs-form .legal-consent-container {
  font-size: 12px;
  line-height: 1.67;
  text-align: left;
  margin: -10px 0 -1em !important;
}
.global-styles .form-holder .hs-form .hs-error-msgs {
  padding: 5px 15px 0;
  font-size: 12px;
  color: #ce0e2d;
  text-align: left;
  margin: 0 0 -5px;
}
.global-styles .form-holder .hs-form .hs_error_rollup {
  display: none !important;
}
.global-styles .form-holder .hs-form .hs_error_rollup .hs-error-msgs {
  position: relative;
  top: 0;
}
.global-styles .form-holder .hs-form .hs-dependent-field .inputs-list label {
  cursor: pointer;
}
.global-styles .form-holder.full-width .hs-form fieldset,
.global-styles .form-holder.full-width .hs-form .field {
  grid-area: unset;
}
.global-styles .form-holder.full-width .hs-form .hs-submit {
  grid-area: unset;
}
.global-styles .slider-block {
  margin: 0 -30px 0 -7px;
}
.global-styles .slider-block .slick-track {
  display: flex !important;
}
.global-styles .slider-block .slick-list {
  padding: 0 50px 0 0;
}
.global-styles .slider-block .slick-slide {
  padding: 16px;
  height: inherit !important;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.global-styles .slick-dots {
  display: flex !important;
  justify-content: center;
  margin: 10px 0 30px;
}
.global-styles .slick-dots li {
  margin: 0 8px;
  line-height: 0;
}
.global-styles .slick-dots li.slick-active button {
  background: #ce0e2d;
}
.global-styles .slick-dots button {
  width: 16px;
  height: 16px;
  background: #212529;
  text-indent: -9990px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  padding: 0;
}
.global-styles .heading-block {
  text-align: center;
}

.intro-section {
  padding: 50px 0;
  background: #fff;
  font-weight: 500;
}
.intro-section #breadcrumbs {
  margin: 0 0 30px;
}
.intro-section .my-bc {
  height: 70px;
}
.intro-section h1, .intro-section h2 {
  font-size: 18px;
  line-height: 1.2;
}
.intro-section .columns-block {
  text-align: center;
}
.intro-section .left-column {
  margin: 0 0 35px;
}
.intro-section .right-column {
  max-width: 668px;
  margin: 0 auto;
}
.intro-section .features_flip-block {
  margin: 30px auto -30px;
}
.intro-section .features_flip-block .heading-block {
  margin: 0 0 30px;
}
.intro-section .features_flip-block .features-list {
  max-width: 668px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  justify-content: center;
  gap: 0 15px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  color: #424242;
  text-align: center;
}
.intro-section .features_flip-block .flip-card {
  min-height: 80px;
  margin-bottom: 15px;
  perspective: 1000px;
}
.intro-section .features_flip-block .flip-card p {
  margin: 0;
}
.intro-section .features_flip-block .flip-card.active {
  cursor: pointer;
}
.intro-section .features_flip-block .flip-card.active.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.intro-section .features_flip-block .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.intro-section .features_flip-block .flip-card-front, .intro-section .features_flip-block .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.intro-section .features_flip-block .flip-card-front {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  box-shadow: 0 0 12px 8px #f4f4f4;
  padding: 15px;
}
.intro-section .features_flip-block .flip-card-back {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  box-shadow: 0 0 12px 8px #f4f4f4;
  padding: 15px;
  transform: rotateY(180deg);
}
.intro-section .img-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 15px;
  margin: 0 0 15px;
}
.intro-section .img-block img {
  margin: 0 0 15px;
}
.intro-section .video-holder {
  margin: 0 auto;
  box-shadow: 0 0 33px 3px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.intro-section .form-holder .hs-form {
  display: block !important;
  margin: 0 auto !important;
  max-width: 668px !important;
}

.comparison_table-section {
  background: #F3FBFA;
  padding: 50px 0;
  font-size: 12px;
  line-height: 1.5;
  color: #424242;
}
.comparison_table-section .heading-block {
  text-align: center;
  margin: 0 0 30px;
}
.comparison_table-section .heading-block b, .comparison_table-section .heading-block strong {
  color: #ce0e2d;
}
.comparison_table-section .table-wrapper {
  overflow-x: scroll;
}
.comparison_table-section .table-holder {
  position: relative;
  min-width: 320px;
  max-width: 850px;
  margin: 0 auto;
}
.comparison_table-section .table-holder:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 40%;
  height: calc(100% - 8px);
  width: 0.06em;
  min-width: 1px;
  background: rgba(226, 232, 240, 0.8509803922);
  z-index: 100;
}
.comparison_table-section .table-holder:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 70%;
  height: 100%;
  width: 0.06em;
  min-width: 1px;
  background: rgba(226, 232, 240, 0.8509803922);
  z-index: 100;
}
.comparison_table-section .table-holder .table-row {
  display: flex;
  justify-content: flex-end;
}
.comparison_table-section .table-holder .table-column {
  position: relative;
  width: 40%;
  padding: 10px;
  display: flex;
  align-items: center;
  min-height: 65px;
}
.comparison_table-section .table-holder .table-column + .table-column {
  width: 30%;
  justify-content: center;
  text-align: center;
}
.comparison_table-section .table-holder .table-column * {
  margin: 0;
}
.comparison_table-section .table-holder .table-header {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  font-weight: 700;
}
.comparison_table-section .table-holder .table-header .table-row {
  background: #fff;
  width: 60%;
  border: 1px solid rgba(226, 232, 240, 0.8509803922);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(45, 55, 72, 0.04) 0px 4px 10px 0px, rgba(45, 55, 72, 0.1) 0px 10px 25px 0px;
  overflow: hidden;
}
.comparison_table-section .table-holder .table-header .table-column {
  background: #fff !important;
  width: 50%;
  min-height: 65px;
  justify-content: center;
}
.comparison_table-section .table-holder .table-main {
  position: relative;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.8509803922);
  border-radius: 8px 0 8px 8px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(45, 55, 72, 0.04) 0px 4px 10px 0px, rgba(45, 55, 72, 0.1) 0px 10px 25px 0px;
  color: #6D6A66;
  overflow: hidden;
}
.comparison_table-section i {
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
  background: #85D6D1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.comparison_table-section i:before, .comparison_table-section i:after {
  width: 5px;
  height: 9px;
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  margin: -1px 0 0;
}
.comparison_table-section i.uncheck {
  background: #ce0e2d;
}
.comparison_table-section i.uncheck:before, .comparison_table-section i.uncheck:after {
  width: 2px;
  height: 10px;
  background: #fff;
  border: none;
  margin: 0;
}
.comparison_table-section i.uncheck:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.icp-section {
  padding: 50px 0 30px;
  font-weight: 500;
}
.icp-section h1, .icp-section h2 {
  font-size: 29px;
  line-height: 1.2;
}
.icp-section .heading-block {
  margin: 0 0 30px;
}
.icp-section .columns-block {
  max-width: 416px;
  margin: 0 auto 75px;
}
.icp-section .arrow {
  overflow: hidden;
}
.icp-section .arrow img {
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
  float: right;
}
.icp-section .icp-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: #fff;
  padding: 30px 25px 16px;
  border-radius: 24px;
}
.icp-section .icp-box h1, .icp-section .icp-box h2, .icp-section .icp-box h3, .icp-section .icp-box h4, .icp-section .icp-box h5, .icp-section .icp-box h6 {
  color: #000;
}
.icp-section .top-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0 15px;
  margin: 0 0 23px;
}
.icp-section .heading-holder {
  margin: 0 0 -0.5em;
}
.icp-section .ico-holder {
  width: 84px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  background: rgba(133, 133, 133, 0.1);
  border-radius: 81px;
  padding: 10px;
}
.icp-section .ico-holder:nth-child(1) {
  margin: 0 0 23px;
}
.icp-section .purple-bg {
  background: #d5bad5;
}
.icp-section .purple-bg .ico-holder {
  background: rgba(255, 255, 255, 0.1);
}
.icp-section .yellow-bg {
  background: #FCCE4B;
}
.icp-section .yellow-bg .ico-holder {
  background: rgba(255, 255, 255, 0.1);
}
.icp-section .lime-bg {
  background: #85D6D1;
}
.icp-section .lime-bg .ico-holder {
  background: rgba(255, 255, 255, 0.1);
}

.icp-section-v2 {
  padding: 50px 0 35px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
}
.icp-section-v2 img,
.icp-section-v2 svg {
  display: block;
  width: 100%;
  height: auto;
}
.icp-section-v2 h1, .icp-section-v2 h2 {
  font-size: 29px;
  line-height: 1.2;
}
.icp-section-v2 .heading-block {
  margin: 0 0 30px;
}
.icp-section-v2 .columns-block {
  display: flex;
  flex-direction: column;
}
.icp-section-v2 .columns-block > div {
  margin-bottom: 15px;
}
.icp-section-v2 .columns-block .title {
  margin-bottom: 25px;
}
.icp-section-v2 .columns-block .title:nth-child(2) {
  margin-top: 15px;
}
.icp-section-v2 .arrow {
  overflow: hidden;
  display: none;
}
.icp-section-v2 .arrow svg {
  min-width: 120px;
  float: right;
}
.icp-section-v2 .title-box {
  width: -moz-min-content;
  width: min-content;
  background: #fff;
  padding: 7px 12px;
  margin: 0 auto;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}
.icp-section-v2 .title-box h1, .icp-section-v2 .title-box h2, .icp-section-v2 .title-box h3, .icp-section-v2 .title-box h4, .icp-section-v2 .title-box h5, .icp-section-v2 .title-box h6 {
  margin: 0;
}
.icp-section-v2 .title-box h5 {
  font-size: 16px;
}
.icp-section-v2 .title-box .ico-column {
  flex-shrink: 0;
  width: 32px;
}
.icp-section-v2 .icp-box {
  background: #fff;
  padding: 24px 24px calc(24px - 1em);
  border-radius: 24px;
  height: 100%;
}
.icp-section-v2 .icp-box h6 {
  font-size: 16px;
  line-height: 1.5;
}
.icp-section-v2 .icp-box .ico-column {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: rgba(133, 133, 133, 0.1);
  border-radius: 50%;
  padding: 8px;
  margin-bottom: 15px;
}
.icp-section-v2 .purple,
.icp-section-v2 .yellow,
.icp-section-v2 .lime {
  color: #424242;
}
.icp-section-v2 .purple h1, .icp-section-v2 .purple h2, .icp-section-v2 .purple h3, .icp-section-v2 .purple h4, .icp-section-v2 .purple h5, .icp-section-v2 .purple h6,
.icp-section-v2 .yellow h1,
.icp-section-v2 .yellow h2,
.icp-section-v2 .yellow h3,
.icp-section-v2 .yellow h4,
.icp-section-v2 .yellow h5,
.icp-section-v2 .yellow h6,
.icp-section-v2 .lime h1,
.icp-section-v2 .lime h2,
.icp-section-v2 .lime h3,
.icp-section-v2 .lime h4,
.icp-section-v2 .lime h5,
.icp-section-v2 .lime h6 {
  color: inherit;
}
.icp-section-v2 .purple .ico-column,
.icp-section-v2 .yellow .ico-column,
.icp-section-v2 .lime .ico-column {
  background: rgba(255, 255, 255, 0.1);
}
.icp-section-v2 .purple-arrow path {
  stroke: #d5bad5;
}
.icp-section-v2 .purple {
  background: #d5bad5;
}
.icp-section-v2 .yellow-arrow path {
  stroke: #FCCE4B;
}
.icp-section-v2 .yellow {
  background: #FCCE4B;
}
.icp-section-v2 .lime-arrow path {
  stroke: #85D6D1;
}
.icp-section-v2 .lime {
  background: #85D6D1;
}

.cta-section {
  padding-bottom: 50px;
  text-align: center;
}
.cta-section .btn, .cta-section .global-styles .form-holder button, .global-styles .form-holder .cta-section button,
.cta-section .global-styles .form-holder input[type=button],
.global-styles .form-holder .cta-section input[type=button],
.cta-section .global-styles .form-holder input[type=reset],
.global-styles .form-holder .cta-section input[type=reset],
.cta-section .global-styles .form-holder input[type=file],
.global-styles .form-holder .cta-section input[type=file],
.cta-section .global-styles .form-holder input[type=submit],
.global-styles .form-holder .cta-section input[type=submit] {
  display: inline-block;
}
.cta-section .btn:only-child, .cta-section .global-styles .form-holder button:only-child, .global-styles .form-holder .cta-section button:only-child,
.cta-section .global-styles .form-holder input[type=button]:only-child,
.global-styles .form-holder .cta-section input[type=button]:only-child,
.cta-section .global-styles .form-holder input[type=reset]:only-child,
.global-styles .form-holder .cta-section input[type=reset]:only-child,
.cta-section .global-styles .form-holder input[type=file]:only-child,
.global-styles .form-holder .cta-section input[type=file]:only-child,
.cta-section .global-styles .form-holder input[type=submit]:only-child,
.global-styles .form-holder .cta-section input[type=submit]:only-child {
  margin: 0;
}

.book-section {
  padding: 0 0 50px;
  font-weight: 500;
  text-align: center;
}
.book-section h1, .book-section h2 {
  font-size: 29px;
  line-height: 1.2;
}
.book-section .book-box {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  max-width: 705px;
  padding: 30px;
  margin: 0 auto;
}
.book-section .book-box.lazy-background.visible {
  background-image: url("https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Scorebuddy%2014.11.2023/images/bg-01.png");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: top 20px center;
}
.book-section .img-column {
  margin: 0 0 30px;
}
.book-section .img-holder img {
  width: 400px;
}

.form-section {
  padding: 50px 0;
  font-weight: 500;
  color: #424242;
  text-align: center;
}
.form-section h1, .form-section h2 {
  font-size: 29px;
  line-height: 1.2;
}
.form-section .columns-box {
  background: #d5bad5;
  padding: 55px 30px;
  border-radius: 24px;
}
.form-section .form-column {
  max-width: 508px;
  margin: 0 auto;
}
.form-section .post-holder {
  margin: 0 0 2em;
}
.form-section .person-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
}
.form-section .person-block .left-column {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}
.form-section .person-block .left-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-section .person-block .right-column {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
.form-section .person-block .post-holder {
  margin: 0 0 calc(30px - 1em);
  padding: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.form-section .person-block .person_info-holder {
  max-width: 350px;
  margin: 0 auto 30px;
}

.blogs-section {
  overflow: hidden;
  font-weight: 500;
  padding: 50px 0;
}
.blogs-section h1, .blogs-section h2 {
  font-size: 29px;
  line-height: 1.2;
}
.blogs-section h5 {
  margin: 0 0 0.71em;
}
.blogs-section .container {
  padding: 0 15px;
}
.blogs-section .heading-block {
  color: #606060;
  margin: 0 0 32px;
}
.blogs-section .post-block {
  background: #fff;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #6d6a66;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}
.blogs-section .post-block .img-holder img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.8823/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs-section .post-block .post-holder {
  padding: 24px 24px 21px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blogs-section .post-block .post-holder:not(:has(p)) h1, .blogs-section .post-block .post-holder:not(:has(p)) h2, .blogs-section .post-block .post-holder:not(:has(p)) h3, .blogs-section .post-block .post-holder:not(:has(p)) h4, .blogs-section .post-block .post-holder:not(:has(p)) h5, .blogs-section .post-block .post-holder:not(:has(p)) h6 {
  margin: 0 0 calc(0.71em + 16px);
}
.blogs-section .post-block .post-holder p:last-of-type() {
  margin: 0 0 calc(1em + 16px);
}
.blogs-section .cta {
  margin-top: auto;
  align-self: flex-start;
}
.blogs-section .btn-holder {
  text-align: center;
  margin: 9px 0 0;
}

.reviews-section {
  overflow: hidden;
  padding: 50px 0;
}
.reviews-section h1, .reviews-section h2 {
  font-size: 29px;
  line-height: 1.2;
}
.reviews-section b, .reviews-section strong {
  color: #000;
  font-weight: 600;
}
.reviews-section .container {
  padding: 0 15px;
}
.reviews-section .heading-block {
  margin: 0 0 32px;
}
.reviews-section .post-block {
  display: flex;
  flex-direction: column;
  background: #fff;
  font-size: 14px;
  color: #424242;
  border-radius: 16px;
  box-shadow: -8px -8px 0 0 #FCCE4B;
  padding: 20px;
  height: 100%;
}
.reviews-section .post-block .columns-block {
  display: flex;
  flex-direction: column;
  margin: 0 0 16px;
}
.reviews-section .post-block .columns-block .star-list {
  display: flex;
  gap: 0 5px;
  order: 2;
}
.reviews-section .post-block .columns-block .star-list img {
  max-width: 30px;
}
.reviews-section .post-block .columns-block .logo-holder {
  display: flex;
  justify-content: flex-end;
  order: 1;
  margin: 0 0 16px;
}
.reviews-section .post-block .columns-block .logo-holder img {
  max-width: 53px;
}
.reviews-section .post-block .customer-block {
  margin-top: auto;
  display: flex;
  gap: 0 16px;
}
.reviews-section .post-block .customer-block .photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews-section .post-block .customer-block .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-section .post-block .customer-block .name {
  width: calc(100% - 88px);
  margin-bottom: -1em;
}

.partners-section {
  padding: 45px 0 0;
}
.partners-section:not(:has(.features-block)) {
  padding: 45px 0 0;
}
.partners-section:not(:has(.features-block)) .partners-list {
  margin: 0;
}
.partners-section:not(:has(.partner-block)) .features-list {
  margin-top: 30px;
}
.partners-section h1, .partners-section h2 {
  font-size: 29px;
  line-height: 1.2;
}
.partners-section .partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 25px;
  margin: 0 0 25px;
}
.partners-section .partners-list li {
  width: 134px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 16px;
  line-height: 0;
  margin: 11px 0;
}
.partners-section .features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 12px;
}
.partners-section .features-list li {
  margin: 10px 0;
}
.partners-section .features-list li img {
  filter: none;
}

.faq-section {
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.faq-section h1, .faq-section h2 {
  font-size: 29px;
  line-height: 1.2;
}
.faq-section .heading-block {
  margin: 0 0 30px;
}
.faq-section .questions-item {
  background: #fff;
  margin: 0 0 16px;
  border-radius: 16px;
}
.faq-section .questions-item .opener {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.33;
  color: #424242;
  text-decoration: none;
}
.faq-section .questions-item .opener:before {
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  border: 2px solid transparent;
  border-right-color: #000;
  border-bottom-color: #000;
  top: 47%;
  right: 15px;
  transform: translateY(-47%) rotate(45deg);
}
.faq-section .questions-item .slide {
  font-weight: 500;
  padding: 0 20px 15px;
}
.faq-section .questions-item.active {
  background: #fff;
}
.faq-section .questions-item.active .opener:before {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}

.services-section {
  background: #fff;
  padding: 50px 0 15px;
}
.services-section h1, .services-section h2 {
  font-size: 28px;
  line-height: 1.43;
  margin: 0 0 1.43em;
}
.services-section b, .services-section strong {
  color: #ce0e2d;
}
.services-section .container {
  padding: 0 15px;
}
.services-section .columns-block {
  display: grid;
  gap: 0 30px;
}
.services-section .heading-block {
  margin: 0;
}
.services-section .btn-block {
  margin: 20px auto 0;
}
.services-section .btn-block .btn, .services-section .btn-block .global-styles .form-holder button, .global-styles .form-holder .services-section .btn-block button,
.services-section .btn-block .global-styles .form-holder input[type=button],
.global-styles .form-holder .services-section .btn-block input[type=button],
.services-section .btn-block .global-styles .form-holder input[type=reset],
.global-styles .form-holder .services-section .btn-block input[type=reset],
.services-section .btn-block .global-styles .form-holder input[type=file],
.global-styles .form-holder .services-section .btn-block input[type=file],
.services-section .btn-block .global-styles .form-holder input[type=submit],
.global-styles .form-holder .services-section .btn-block input[type=submit] {
  margin: 0;
}
.services-section .service_logo-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}
.services-section .service_logo-list li {
  display: flex;
  justify-content: center;
  margin: 0 auto 15px;
}
.services-section .text-ico {
  display: inline-block;
  margin: 0 0 0 10px;
}
.services-section .text-ico img {
  margin: 10px 0 0;
}

.free_trial-section {
  background: #fff;
  font-weight: 500;
  color: #7a6c45;
  padding: 50px 0;
  text-align: center;
}
.free_trial-section h1, .free_trial-section h2 {
  font-size: 29px;
  line-height: 1.2;
}
.free_trial-section .carrers-box {
  background-color: #FCCE4B;
  border-radius: 24px;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}
.free_trial-section .post-holder {
  padding: 45px 15px 25px;
  margin: 0 auto;
  max-width: 470px;
}
.free_trial-section .desktop {
  display: none;
}
@media (min-width: 360px){
  .comparison_table-section .table-wrapper {
    overflow: unset;
  }
  .comparison_table-section .table-holder {
    min-width: none;
  }
  .blogs-section .post-block {
    font-size: 16px;
  }
  .reviews-section .post-block {
    font-size: 16px;
  }
}
@media (min-width: 480px){
  .global-styles h1 {
    font-size: 42px;
  }
  .global-styles h2 {
    font-size: 35px;
    margin: 0 0 0.4em;
  }
  .global-styles h3 {
    font-size: 28px;
  }
  .global-styles h4 {
    font-size: 26px;
  }
  .global-styles h5 {
    font-size: 22px;
  }
  .global-styles h6 {
    font-size: 18px;
  }
  .global-styles .btn, .global-styles .form-holder button,
  .global-styles .form-holder input[type=button],
  .global-styles .form-holder input[type=reset],
  .global-styles .form-holder input[type=file],
  .global-styles .form-holder input[type=submit] {
    padding: 18px 40px;
  }
  .intro-section #breadcrumbs {
    margin: 0 0 65px;
  }
  .intro-section .features_flip-block .features-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0 30px;
    font-size: 16px;
  }
  .intro-section .features_flip-block .flip-card {
    margin-bottom: 30px;
    min-height: 102px;
  }
  .comparison_table-section {
    font-size: 14px;
  }
  .comparison_table-section .table-holder .table-column {
    padding: 10px 15px;
  }
  .comparison_table-section .table-holder .table-header {
    font-size: 16px;
  }
  .comparison_table-section i {
    width: 22px;
    height: 22px;
  }
  .comparison_table-section i:before, .comparison_table-section i:after {
    width: 6px;
    height: 11px;
  }
  .comparison_table-section i.uncheck:before, .comparison_table-section i.uncheck:after {
    width: 2px;
    height: 11px;
  }
  .icp-section h1, .icp-section h2 {
    font-size: 35px;
    margin: 0 0 0.4em;
  }
  .icp-section-v2 h1, .icp-section-v2 h2 {
    font-size: 35px;
    margin: 0 0 0.4em;
  }
  .book-section h1, .book-section h2 {
    font-size: 35px;
    margin: 0 0 0.4em;
  }
  .book-section .book-box.lazy-background.visible {
    background-size: 500px;
  }
  .form-section h1, .form-section h2 {
    font-size: 35px;
    margin: 0 0 0.4em;
  }
  .blogs-section h1, .blogs-section h2 {
    font-size: 35px;
    margin: 0 0 0.4em;
  }
  .reviews-section h1, .reviews-section h2 {
    font-size: 35px;
    margin: 0 0 0.4em;
  }
  .reviews-section .post-block .columns-block {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
  }
  .reviews-section .post-block .columns-block .star-list {
    order: unset;
  }
  .reviews-section .post-block .columns-block .logo-holder {
    order: unset;
    margin: 0;
  }
  .partners-section h1, .partners-section h2 {
    font-size: 35px;
    margin: 0 0 0.4em;
  }
  .faq-section h1, .faq-section h2 {
    font-size: 35px;
    margin: 0 0 0.4em;
  }
  .services-section h1, .services-section h2 {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 1.68em;
  }
  .services-section .service_logo-list {
    gap: 0 25px;
  }
  .free_trial-section h1, .free_trial-section h2 {
    font-size: 35px;
    margin: 0 0 0.4em;
  }
}
@media (min-width: 560px){
  .global-styles .form-holder .hs-form {
    grid-template-columns: 1fr 1fr minmax(171px, 1fr);
    align-items: flex-start;
    gap: 0 15px;
  }
  .global-styles .form-holder .hs-form fieldset,
  .global-styles .form-holder .hs-form .field {
    grid-column: span 2;
  }
  .global-styles .form-holder .hs-form .hs-submit {
    grid-area: 1/3/-1/-1;
  }
  .global-styles .form-holder.full-width .hs-form {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 577px){
  .intro-section .my-bc {
    height: 25px;
  }
  .intro-section h1, .intro-section h2 {
    font-size: 42px;
  }
}
@media (min-width: 650px){
  .global-styles .slider-block {
    margin: 0 -16px;
  }
  .global-styles .slider-block .slick-list {
    padding: 0;
  }
}
@media (min-width: 768px){
  .video-block {
    border-radius: 16px;
    box-shadow: 0 0 33px 3px rgba(0, 0, 0, 0.1);
  }
  .video-block iframe {
    border-radius: 16px;
  }
  .video-block .play-ico {
    width: 135px;
    height: 135px;
  }
  .video-block .play-ico:before {
    border-width: 28px 0 28px 47px;
  }
  .global-styles .container {
    padding: 0 30px;
  }
  .intro-section {
    padding: 60px 0 90px;
  }
  .intro-section .left-column {
    margin: 0 0 50px;
  }
  .intro-section .features_flip-block .features-list {
    font-size: 17px;
  }
  .comparison_table-section {
    padding: 80px 0;
    font-size: 14px;
  }
  .comparison_table-section .heading-block {
    margin: 0 0 50px;
  }
  .comparison_table-section .table-holder .table-row:hover .table-column {
    background: #F3FBFA;
  }
  .comparison_table-section .table-holder .table-column {
    padding: 10px 24px;
  }
  .comparison_table-section .table-holder .table-header {
    font-size: 18px;
  }
  .icp-section {
    padding: 75px 0 30px;
  }
  .icp-section .heading-block {
    margin: 0 0 47px;
  }
  .icp-section .columns-block {
    max-width: none;
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
    margin: 0 0 40px;
  }
  .icp-section .column {
    width: calc(43% - 20px);
  }
  .icp-section .arrow {
    width: calc(14% - 20px);
    align-self: center;
  }
  .icp-section .arrow img {
    height: auto;
    min-width: 200px;
  }
  .icp-section-v2 {
    padding: 75px 0 45px;
  }
  .icp-section-v2 .heading-block {
    margin: 0 0 47px;
  }
  .icp-section-v2 .columns-block {
    display: grid;
    grid-template-columns: 1fr 1fr 25px 1fr 1fr;
    gap: 0 5px;
  }
  .icp-section-v2 .columns-block .title {
    grid-column: 1/3;
  }
  .icp-section-v2 .columns-block .title:nth-child(2) {
    grid-column: 4/-1;
    margin: 0;
  }
  .icp-section-v2 .columns-block .box-wrapper.box-left {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
  .icp-section-v2 .columns-block .box-wrapper.box-right {
    grid-column-start: 4;
    grid-column-end: span 2;
  }
  .icp-section-v2 .columns-block .arrow {
    align-self: center;
    grid-column: 3/4;
  }
  .icp-section-v2 .arrow {
    display: block;
  }
  .icp-section-v2 .title-box {
    padding: 15px 30px;
  }
  .icp-section-v2 .title-box h5 {
    font-size: 24px;
  }
  .book-section {
    padding: 50px 0 60px;
  }
  .blogs-section .container {
    padding: 0 30px;
  }
  .reviews-section .container {
    padding: 0 30px;
  }
  .reviews-section .post-block {
    padding: 40px 24px;
  }
  .reviews-section .post-block .customer-block {
    align-items: flex-start;
  }
  .reviews-section .post-block .customer-block .photo {
    width: 48px;
    height: 48px;
  }
  .reviews-section .post-block .customer-block .name {
    width: calc(100% - 64px);
  }
  .partners-section:not(:has(.features-block)) {
    padding: 45px 0 0;
  }
  .partners-section:not(:has(.partner-block)) .features-list {
    margin-top: 0;
  }
  .partners-section .partners-list {
    margin: 0 0 10px;
  }
  .partners-section .partners-list li {
    margin: 30px 0;
  }
  .partners-section .features-list {
    margin: 15px 0 0;
    gap: 0 40px;
  }
  .partners-section .features-list li {
    margin: 30px 0;
  }
  .faq-section {
    padding: 60px 0;
  }
  .faq-section .heading-block {
    margin: 0 0 50px;
  }
  .faq-section .questions-item .opener {
    font-size: 24px;
    padding: 32px 60px 32px 32px;
  }
  .faq-section .questions-item .opener:before {
    right: 43px;
  }
  .faq-section .questions-item .slide {
    padding: 0 32px 15px;
  }
  .services-section {
    padding: 80px 0 40px;
  }
  .services-section .container {
    padding: 0 30px;
  }
  .services-section .btn-block {
    margin: 80px auto 0;
  }
  .services-section .service_logo-list {
    margin: 0 0 -85px;
  }
  .services-section .service_logo-list li {
    width: calc(25% - 18.75px);
    margin: 0 auto 85px;
  }
  .free_trial-section {
    padding: 50px 0 80px;
  }
  .free_trial-section .post-holder {
    padding: 55px 15px 60px;
  }
}
@media (min-width: 992px){
  .small-img.bg-div .small-img .span7 {
    max-width: 500px;
  }
}
@media (min-width: 1024px){
  .video-block .play-ico {
    width: 70px;
    height: 70px;
  }
  .video-block .play-ico:before {
    border-width: 15px 0 15px 26px;
  }
  .global-styles h1 {
    font-size: 48px;
    line-height: 1.17;
    margin: 0 0 0.33em;
  }
  .global-styles h2 {
    font-size: 40px;
  }
  .global-styles h3 {
    font-size: 35px;
  }
  .global-styles h4 {
    font-size: 32px;
  }
  .global-styles h5 {
    font-size: 24px;
  }
  .global-styles h6 {
    font-size: 20px;
  }
  .global-styles .container {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .global-styles .btn, .global-styles .form-holder button,
  .global-styles .form-holder input[type=button],
  .global-styles .form-holder input[type=reset],
  .global-styles .form-holder input[type=file],
  .global-styles .form-holder input[type=submit] {
    margin: 15px 0 0;
  }
  .global-styles .form-holder .hs-form {
    display: block;
  }
  .intro-section h1, .intro-section h2 {
    font-size: 48px;
    line-height: 1.17;
    margin: 0 0 0.33em;
  }
  .intro-section .columns-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    text-align: left;
  }
  .intro-section .left-column {
    width: calc(47.79% - 15px);
    margin: 0;
  }
  .intro-section .right-column {
    width: calc(52.21% - 15px);
  }
  .intro-section .post-holder {
    max-width: 450px;
  }
  .intro-section .img-block {
    justify-content: flex-start;
  }
  .comparison_table-section {
    padding: 100px 0;
  }
  .icp-section {
    padding: 120px 0 30px;
  }
  .icp-section h1, .icp-section h2 {
    font-size: 40px;
  }
  .icp-section .container {
    max-width: 1168px;
  }
  .icp-section .column {
    width: calc(39.8% - 20px);
  }
  .icp-section .arrow {
    width: calc(20.4% - 20px);
  }
  .icp-section .icp-box {
    padding: 32px 32px 16px;
  }
  .icp-section-v2 {
    padding: 120px 0 55px;
  }
  .icp-section-v2 h1, .icp-section-v2 h2 {
    font-size: 40px;
  }
  .icp-section-v2 .icp-box {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .icp-section-v2 .icp-box .ico-column {
    margin: 0 15px 0 0;
  }
  .icp-section-v2 .icp-box .title-column {
    width: 35%;
  }
  .icp-section-v2 .icp-box .post-column {
    width: 65%;
  }
  .cta-section {
    padding-bottom: var(--spacer, 55px);
  }
  .book-section {
    text-align: left;
  }
  .book-section h1, .book-section h2 {
    font-size: 40px;
  }
  .book-section .book-box {
    display: flex;
    align-items: center;
    gap: 0 30px;
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .book-section .book-box.lazy-background.visible {
    background-image: url("https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Scorebuddy%2014.11.2023/images/bg-01.png"), url("https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Scorebuddy%2011.09.2023/images/bg-03.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 60%, 200px;
    background-position: top -80px left -70px, top -70px right -70px;
  }
  .book-section .img-column {
    width: calc(58.4% - 15px);
    margin: 0;
  }
  .book-section .post-column {
    width: calc(41.6% - 15px);
  }
  .book-section .post-holder {
    padding: 30px 55px 30px 0;
  }
  .book-section .img-holder {
    margin: 0 0 -178px;
    padding: 3px 21% 0 50px;
  }
  .book-section .img-holder img {
    width: 542px;
  }
  .form-section {
    padding: 60px 0;
    text-align: left;
  }
  .form-section h1, .form-section h2 {
    font-size: 40px;
  }
  .form-section .columns-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
    padding: 55px;
  }
  .form-section .post-column {
    width: calc(56.42% - 15px);
  }
  .form-section .form-column {
    width: calc(43.58% - 15px);
  }
  .form-section .post-holder {
    margin: 0 0 -1em;
  }
  .form-section .person-block {
    max-width: none;
    margin: 0;
  }
  .form-section .person-block .left-column {
    width: 100px;
    height: 100px;
  }
  .form-section .person-block .right-column {
    display: block;
    width: calc(100% - 130px);
  }
  .form-section .person-block .post-holder {
    margin: 0 0 1em;
    padding: 0;
    border: none;
  }
  .form-section .person-block .person_info-holder {
    max-width: none;
    margin: 0;
  }
  .blogs-section {
    padding: 60px 0;
  }
  .blogs-section h1, .blogs-section h2 {
    font-size: 40px;
  }
  .blogs-section .container {
    max-width: 1392px;
    padding: 0 40px;
  }
  .reviews-section {
    padding: 60px 0;
  }
  .reviews-section h1, .reviews-section h2 {
    font-size: 40px;
  }
  .reviews-section .container {
    max-width: 1392px;
    padding: 0 40px;
  }
  .partners-section:not(:has(.features-block)) .partners-list {
    margin: 42px 0 0;
  }
  .partners-section:not(:has(.partner-block)) .features-list {
    margin-top: 50px;
  }
  .partners-section h1, .partners-section h2 {
    font-size: 40px;
  }
  .partners-section .heading-block:has(p) {
    margin-bottom: -30px;
  }
  .partners-section .partners-list {
    margin: 42px 0 35px;
    gap: 0 34px;
  }
  .partners-section .features-list {
    margin: 15px 0 0;
  }
  .partners-section .features-list li {
    margin: 0 0 15px;
  }
  .faq-section {
    padding: var(--spacer) 0;
  }
  .faq-section h1, .faq-section h2 {
    font-size: 40px;
  }
  .faq-section .container {
    max-width: var(--_container-width);
  }
  .services-section h1, .services-section h2 {
    font-size: 40px;
    margin: 0 0 0.6em;
  }
  .services-section .container {
    max-width: 1392px;
    padding: 0 40px;
  }
  .services-section .columns-block {
    grid-template-columns: 41.88% 58.12%;
    grid-template-areas: "heading-block logo-block" "btn-block logo-block";
    align-items: center;
    gap: 0 15px;
  }
  .services-section .heading-block {
    grid-area: heading-block;
    align-self: flex-end;
    max-width: 462px;
    text-align: left;
    margin: 0;
  }
  .services-section .logo-block {
    grid-area: logo-block;
  }
  .services-section .btn-block {
    grid-area: btn-block;
    align-self: flex-start;
    margin: 0;
  }
  .services-section .service_logo-list li {
    width: calc(25% - 10.75px);
    margin: 0 0 85px;
  }
  .free_trial-section {
    text-align: left;
  }
  .free_trial-section h1, .free_trial-section h2 {
    font-size: 40px;
  }
  .free_trial-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;
    align-items: center;
    gap: 0 70px;
    max-width: none;
    margin: 0;
  }
  .free_trial-section .img-column {
    width: calc(57% - 35px);
  }
  .free_trial-section .post-column {
    width: calc(43% - 35px);
  }
  .free_trial-section .post-holder {
    padding: 30px 40px 30px 0;
    margin: 0;
    max-width: none;
  }
  .free_trial-section .mobile {
    display: none;
  }
  .free_trial-section .desktop {
    display: block;
  }
}
@media (min-width: 1200px){
  .global-styles .form-holder .hs-form {
    display: grid;
  }
  .icp-section-v2 .columns-block {
    grid-template-columns: 1fr 1fr 75px 1fr 1fr;
    gap: 0 30px;
  }
  .icp-section-v2 .arrow svg {
    min-width: 190px;
  }
  .form-section .person-block .left-column {
    width: 150px;
    height: 150px;
  }
  .form-section .person-block .right-column {
    width: calc(100% - 180px);
  }
  .free_trial-section .carrers-box {
    background-position: top -150px right -105px;
    background-size: 330px;
  }
}
@media (min-width: 1360px){
  .services-section .service_logo-list li {
    width: calc(25% - 18.75px);
    margin: 0 auto 85px;
  }
}
@media (min-width: 1380px){
  .icp-section-v2 .columns-block {
    grid-template-columns: 1fr 1fr 190px 1fr 1fr;
  }
}
@media (min-width: 1440px){
  .video-block .play-ico {
    width: 135px;
    height: 135px;
  }
  .video-block .play-ico:before {
    border-width: 28px 0 28px 47px;
  }
  .book-section .book-box.lazy-background.visible {
    background-position: top -103px left -122px, top -150px right -105px;
    background-size: 835px, 330px;
  }
}
@media (max-width: 767px){
  .icp-section .arrow {
    width: 55px;
    height: 20px;
    margin: 30px auto;
    transform: rotate(90deg);
  }
  .icp-section-v2 .columns-block .title {
    order: 1;
  }
  .icp-section-v2 .columns-block .title:nth-child(2) {
    order: 3;
  }
  .icp-section-v2 .columns-block .box-wrapper.box-left {
    order: 2;
  }
  .icp-section-v2 .columns-block .box-wrapper.box-right {
    order: 4;
  }
  .icp-section-v2 .columns-block .arrow {
    display: none;
  }
  .partners-section .features-list li {
    width: 120px !important;
  }
  .services-section .service_logo-list li:nth-last-child(-n+8) {
    display: none;
  }
}
@media (max-width: 479px){
  .partners-section .features-list li {
    width: 56px !important;
  }
}
@media (max-width: 359px){
  .global-styles h1 {
    font-size: 33px;
  }
}