@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&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;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.services-section .service_logo-list, .reviews-section .slick-dots, .partners-section .features-list, .partners-section .partners-list, .tabs-section .tabs-block .tabs-list, .tabs-section ol, .security-section .iso-block .img-list, .webinar-section .socials-list, .styles ul:not([class]), .post-section ul:not([class]), .tabs-section ul:not([class]), .table-section ul:not([class]), .security-section ul:not([class]), .flexible_post-section ul:not([class]), .quote-section ul:not([class]), .intro_form-section ul:not([class]), .webinar-section ul:not([class]), .form-holder .hs-form .inputs-list, .form-holder .hs-form .hs-dependent-field .inputs-list, .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: #212529;
  background: #F8F8F8;
  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;
}

html {
  scroll-behavior: smooth;
}

.header-container-wrapper,
.footer-container-wrapper {
  line-height: 1.5;
  margin-top: 0 !important;
  z-index: 999;
}
.header-container-wrapper .hs-image-widget,
.footer-container-wrapper .hs-image-widget {
  max-width: none;
}
.header-container-wrapper .hs_email,
.footer-container-wrapper .hs_email {
  font-size: 1rem;
  font-weight: 400;
}
.header-container-wrapper .container,
.footer-container-wrapper .container {
  max-width: 1320px;
}

.form-holder form,
.form-holder fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  max-width: none !important;
}
.form-holder input[type=text],
.form-holder input[type=tel],
.form-holder input[type=email],
.form-holder input[type=search],
.form-holder input[type=password],
.form-holder textarea,
.form-holder select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  width: 100% !important;
  background: #85D6D1;
  padding: 13px 23px;
  border: 1px solid #85D6D1;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.29;
  color: #fff;
  overflow: hidden;
  outline: none;
  max-height: 50px;
}
.form-holder input[type=text]::-webkit-input-placeholder,
.form-holder input[type=tel]::-webkit-input-placeholder,
.form-holder input[type=email]::-webkit-input-placeholder,
.form-holder input[type=search]::-webkit-input-placeholder,
.form-holder input[type=password]::-webkit-input-placeholder,
.form-holder textarea::-webkit-input-placeholder,
.form-holder select::-webkit-input-placeholder {
  color: inherit;
}
.form-holder input[type=text]::-moz-placeholder,
.form-holder input[type=tel]::-moz-placeholder,
.form-holder input[type=email]::-moz-placeholder,
.form-holder input[type=search]::-moz-placeholder,
.form-holder input[type=password]::-moz-placeholder,
.form-holder textarea::-moz-placeholder,
.form-holder select::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
.form-holder input[type=text]:-moz-placeholder,
.form-holder input[type=tel]:-moz-placeholder,
.form-holder input[type=email]:-moz-placeholder,
.form-holder input[type=search]:-moz-placeholder,
.form-holder input[type=password]:-moz-placeholder,
.form-holder textarea:-moz-placeholder,
.form-holder select:-moz-placeholder {
  color: inherit;
}
.form-holder input[type=text]:-ms-input-placeholder,
.form-holder input[type=tel]:-ms-input-placeholder,
.form-holder input[type=email]:-ms-input-placeholder,
.form-holder input[type=search]:-ms-input-placeholder,
.form-holder input[type=password]:-ms-input-placeholder,
.form-holder textarea:-ms-input-placeholder,
.form-holder select:-ms-input-placeholder {
  color: inherit;
}
.form-holder input[type=text].placeholder,
.form-holder input[type=tel].placeholder,
.form-holder input[type=email].placeholder,
.form-holder input[type=search].placeholder,
.form-holder input[type=password].placeholder,
.form-holder textarea.placeholder,
.form-holder select.placeholder {
  color: inherit;
}
.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;
  cursor: pointer;
  padding: 15px 23px;
}
.form-holder textarea {
  resize: none;
  min-height: 80px;
  vertical-align: top;
}
.form-holder button,
.form-holder input[type=button],
.form-holder input[type=reset],
.form-holder input[type=file],
.form-holder input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}
.form-holder .hs_cos_wrapper .form-title {
  display: none !important;
}
.form-holder .submitted-message {
  text-align: center;
  font-weight: 700;
  font-style: normal;
  color: #000;
  margin: 0;
}
.form-holder .hs-form a {
  color: #FCCE4B;
  text-decoration: none;
}
.form-holder .hs-form a:hover {
  text-decoration: underline;
}
.form-holder .hs-form .hs-form-field {
  position: relative;
  margin: 0 0 30px;
}
.form-holder .hs-form .hs-form-field > label {
  display: none !important;
}
.form-holder .hs-form .input,
.form-holder .hs-form .hs-richtext {
  margin: 0 !important;
  font-size: 12px;
  line-height: 1.67;
  margin-top: 10px;
}
.form-holder .hs-form .input .error,
.form-holder .hs-form .hs-richtext .error {
  border-color: #D83E57;
}
.form-holder .hs-form .hs-richtext {
  margin: 0 0 1em !important;
}
.form-holder .hs-form .form-columns-2 {
  margin: 0 -7.5px !important;
}
.form-holder .hs-form .form-columns-2 > div {
  padding: 0 7.5px;
}
.form-holder .hs-form .hs_recaptcha {
  margin: 30px 0;
}
.form-holder .hs-form .hs-error-msgs {
  padding: 5px 15px 0;
  font-size: 12px;
  color: #D83E57;
  text-align: left;
}
.form-holder .hs-form .hs_error_rollup {
  display: none !important;
}
.form-holder .hs-form .hs_error_rollup .hs-error-msgs {
  position: relative;
  top: 0;
}
.form-holder .hs-form .hs-dependent-field .inputs-list label {
  cursor: pointer;
}
.form-holder .hs-form .inputs-list label {
  display: block;
  cursor: pointer;
}
.form-holder .hs-form .inputs-list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0 !important;
}
.form-holder .hs-form .inputs-list input + span {
  display: block;
  position: relative;
  padding: 0 0 0 35px;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-holder .hs-form .inputs-list input + span:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.form-holder .hs-form .inputs-list input + span:after {
  width: 10px;
  height: 6px;
  content: "";
  position: absolute;
  opacity: 0;
}
.form-holder .hs-form .inputs-list input[type=checkbox] + span:before {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.form-holder .hs-form .inputs-list input[type=checkbox] + span:after {
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #424242;
  border-left: 2px solid #424242;
  top: 50%;
  left: 5px;
  transform: translateY(-50%) rotate(-45deg);
  margin-top: -1px;
}
.form-holder .hs-form .inputs-list input[type=radio] + span:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.form-holder .hs-form .inputs-list input[type=radio] + span:after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #424242;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
}
.form-holder .hs-form .inputs-list input:checked + span:after {
  opacity: 1;
}
.form-holder .hs-form .hs-submit {
  margin-top: 20px;
}
.form-holder.lity_form-holder a {
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
.form-holder.lity_form-holder a:hover {
  text-decoration: none;
}
.form-holder.lity_form-holder input[type=text],
.form-holder.lity_form-holder input[type=tel],
.form-holder.lity_form-holder input[type=email],
.form-holder.lity_form-holder input[type=search],
.form-holder.lity_form-holder input[type=password],
.form-holder.lity_form-holder textarea,
.form-holder.lity_form-holder select {
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  font-size: 14px;
  line-height: 1.29;
  color: #000;
}
.form-holder.lity_form-holder input[type=text]:focus,
.form-holder.lity_form-holder input[type=tel]:focus,
.form-holder.lity_form-holder input[type=email]:focus,
.form-holder.lity_form-holder input[type=search]:focus,
.form-holder.lity_form-holder input[type=password]:focus,
.form-holder.lity_form-holder textarea:focus,
.form-holder.lity_form-holder select:focus {
  border-color: #000;
}
.form-holder.lity_form-holder input[type=text]::-webkit-input-placeholder,
.form-holder.lity_form-holder input[type=tel]::-webkit-input-placeholder,
.form-holder.lity_form-holder input[type=email]::-webkit-input-placeholder,
.form-holder.lity_form-holder input[type=search]::-webkit-input-placeholder,
.form-holder.lity_form-holder input[type=password]::-webkit-input-placeholder,
.form-holder.lity_form-holder textarea::-webkit-input-placeholder,
.form-holder.lity_form-holder select::-webkit-input-placeholder {
  color: #A6A8A9;
}
.form-holder.lity_form-holder input[type=text]::-moz-placeholder,
.form-holder.lity_form-holder input[type=tel]::-moz-placeholder,
.form-holder.lity_form-holder input[type=email]::-moz-placeholder,
.form-holder.lity_form-holder input[type=search]::-moz-placeholder,
.form-holder.lity_form-holder input[type=password]::-moz-placeholder,
.form-holder.lity_form-holder textarea::-moz-placeholder,
.form-holder.lity_form-holder select::-moz-placeholder {
  opacity: 1;
  color: #A6A8A9;
}
.form-holder.lity_form-holder input[type=text]:-moz-placeholder,
.form-holder.lity_form-holder input[type=tel]:-moz-placeholder,
.form-holder.lity_form-holder input[type=email]:-moz-placeholder,
.form-holder.lity_form-holder input[type=search]:-moz-placeholder,
.form-holder.lity_form-holder input[type=password]:-moz-placeholder,
.form-holder.lity_form-holder textarea:-moz-placeholder,
.form-holder.lity_form-holder select:-moz-placeholder {
  color: #A6A8A9;
}
.form-holder.lity_form-holder input[type=text]:-ms-input-placeholder,
.form-holder.lity_form-holder input[type=tel]:-ms-input-placeholder,
.form-holder.lity_form-holder input[type=email]:-ms-input-placeholder,
.form-holder.lity_form-holder input[type=search]:-ms-input-placeholder,
.form-holder.lity_form-holder input[type=password]:-ms-input-placeholder,
.form-holder.lity_form-holder textarea:-ms-input-placeholder,
.form-holder.lity_form-holder select:-ms-input-placeholder {
  color: #A6A8A9;
}
.form-holder.lity_form-holder input[type=text].placeholder,
.form-holder.lity_form-holder input[type=tel].placeholder,
.form-holder.lity_form-holder input[type=email].placeholder,
.form-holder.lity_form-holder input[type=search].placeholder,
.form-holder.lity_form-holder input[type=password].placeholder,
.form-holder.lity_form-holder textarea.placeholder,
.form-holder.lity_form-holder select.placeholder {
  color: #A6A8A9;
}
.form-holder.lity_form-holder select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM0MjQyNDI7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSLQodC70L7QuV8xLTIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTUsMzBBMTUsMTUsMCwxLDEsMzAsMTUsMTUsMTUsMCwwLDEsMTUsMzBaTTE1LDJBMTMsMTMsMCwxLDAsMjgsMTUsMTMsMTMsMCwwLDAsMTUsMloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNSwyMGExLDEsMCwwLDEtLjc3LS4zNmwtNS02YTEsMSwwLDEsMSwxLjU0LTEuMjhMMTUsMTcuNDRsNC4yMy01LjA4YTEsMSwwLDAsMSwxLjU0LDEuMjhsLTUsNkExLDEsMCwwLDEsMTUsMjBaIi8+PC9nPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 20px;
}
.form-holder.lity_form-holder button,
.form-holder.lity_form-holder input[type=button],
.form-holder.lity_form-holder input[type=reset],
.form-holder.lity_form-holder input[type=file],
.form-holder.lity_form-holder input[type=submit] {
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  display: block;
  width: 100%;
  font: 600 16px/20px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  background: #D83E57;
  border: 1px solid #D83E57;
  border-radius: 5px;
  padding: 14px 15px;
}
.form-holder.lity_form-holder button:hover,
.form-holder.lity_form-holder input[type=button]:hover,
.form-holder.lity_form-holder input[type=reset]:hover,
.form-holder.lity_form-holder input[type=file]:hover,
.form-holder.lity_form-holder input[type=submit]:hover {
  background: rgb(208.1405172414, 42.0594827586, 69.0206896552);
}
.form-holder.lity_form-holder .hs-form-field {
  margin: 0 0 16px;
}
.form-holder.lity_form-holder .hs-submit {
  margin-top: 15px;
}

.video-wrapper {
  width: 100%;
}
.video-wrapper .video-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(36, 36, 36, 0.19);
}
.video-wrapper .video-block iframe,
.video-wrapper .video-block video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 10px;
  z-index: 1;
}
.video-wrapper .video-block .play-button {
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 10;
}
.video-wrapper .video-block .play-button:hover .play-ico {
  background: rgb(213.663362069, 50.436637931, 76.9344827586);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.video-wrapper .video-block .play-button.active {
  opacity: 0;
}
.video-wrapper .video-block .play-ico {
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  background: #D83E57;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.video-wrapper .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-wrapper .video-block .preview-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.lity-wrap {
  padding: 15px;
}
.lity-wrap .lity-container {
  width: 100%;
  max-width: 400px;
}
.lity-wrap .lity_lightbox-block {
  background: #fff;
  padding: 30px 15px;
  border-radius: 5px;
}

.styles p, .post-section p, .tabs-section p, .table-section p, .security-section p, .flexible_post-section p, .quote-section p, .intro_form-section p, .webinar-section p {
  font-size: inherit;
  line-height: inherit;
}
.styles h1, .post-section h1, .tabs-section h1, .table-section h1, .security-section h1, .flexible_post-section h1, .quote-section h1, .intro_form-section h1, .webinar-section h1 {
  font-size: 40px;
  line-height: 1.06;
  margin: 0 0 0.43em;
}
.styles h2, .post-section h2, .tabs-section h2, .table-section h2, .security-section h2, .flexible_post-section h2, .quote-section h2, .intro_form-section h2, .webinar-section h2 {
  font-size: 30px;
  line-height: 1.4;
}
.styles h3, .post-section h3, .tabs-section h3, .table-section h3, .security-section h3, .flexible_post-section h3, .quote-section h3, .intro_form-section h3, .webinar-section h3 {
  font-size: 25px;
  line-height: 1.17;
}
.styles h4, .post-section h4, .tabs-section h4, .table-section h4, .security-section h4, .flexible_post-section h4, .quote-section h4, .intro_form-section h4, .webinar-section h4 {
  font-size: 22px;
  line-height: 1.25;
}
.styles h5, .post-section h5, .tabs-section h5, .table-section h5, .security-section h5, .flexible_post-section h5, .quote-section h5, .intro_form-section h5, .webinar-section h5 {
  font-size: 18px;
  line-height: 1.31;
}
.styles h6, .post-section h6, .tabs-section h6, .table-section h6, .security-section h6, .flexible_post-section h6, .quote-section h6, .intro_form-section h6, .webinar-section h6 {
  font-size: 15px;
  line-height: 1.4;
}
.styles .container, .post-section .container, .tabs-section .container, .table-section .container, .security-section .container, .flexible_post-section .container, .quote-section .container, .intro_form-section .container, .webinar-section .container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.styles ul:not([class]) > li, .post-section ul:not([class]) > li, .tabs-section ul:not([class]) > li, .table-section ul:not([class]) > li, .security-section ul:not([class]) > li, .flexible_post-section ul:not([class]) > li, .quote-section ul:not([class]) > li, .intro_form-section ul:not([class]) > li, .webinar-section ul:not([class]) > li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.styles ul:not([class]) > li:before, .post-section ul:not([class]) > li:before, .tabs-section ul:not([class]) > li:before, .table-section ul:not([class]) > li:before, .security-section ul:not([class]) > li:before, .flexible_post-section ul:not([class]) > li:before, .quote-section ul:not([class]) > li:before, .intro_form-section ul:not([class]) > li:before, .webinar-section ul:not([class]) > li:before {
  width: 24px;
  height: 24px;
  content: "";
  background: #85D6D1;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}
.styles ul:not([class]) > li:after, .post-section ul:not([class]) > li:after, .tabs-section ul:not([class]) > li:after, .table-section ul:not([class]) > li:after, .security-section ul:not([class]) > li:after, .flexible_post-section ul:not([class]) > li:after, .quote-section ul:not([class]) > li:after, .intro_form-section ul:not([class]) > li:after, .webinar-section ul:not([class]) > li:after {
  width: 7px;
  height: 12px;
  content: "";
  border: 2px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -2px;
  transform: translateY(-50%) rotate(45deg);
}
.styles .logo, .post-section .logo, .tabs-section .logo, .table-section .logo, .security-section .logo, .flexible_post-section .logo, .quote-section .logo, .intro_form-section .logo, .webinar-section .logo {
  max-width: 350px;
  display: block;
}
.styles .logo a, .post-section .logo a, .tabs-section .logo a, .table-section .logo a, .security-section .logo a, .flexible_post-section .logo a, .quote-section .logo a, .intro_form-section .logo a, .webinar-section .logo a, .styles .logo img, .post-section .logo img, .tabs-section .logo img, .table-section .logo img, .security-section .logo img, .flexible_post-section .logo img, .quote-section .logo img, .intro_form-section .logo img, .webinar-section .logo img {
  display: block;
}
.styles .btn, .styles .bg_form-section .form-holder .hs-form button, .bg_form-section .form-holder .hs-form .styles button,
.styles .bg_form-section .form-holder .hs-form input[type=button],
.bg_form-section .form-holder .hs-form .styles input[type=button],
.styles .bg_form-section .form-holder .hs-form input[type=reset],
.bg_form-section .form-holder .hs-form .styles input[type=reset],
.styles .bg_form-section .form-holder .hs-form input[type=file],
.bg_form-section .form-holder .hs-form .styles input[type=file],
.styles .bg_form-section .form-holder .hs-form input[type=submit],
.bg_form-section .form-holder .hs-form .styles input[type=submit], .post-section .btn, .post-section .bg_form-section .form-holder .hs-form button, .bg_form-section .form-holder .hs-form .post-section button,
.post-section .bg_form-section .form-holder .hs-form input[type=button],
.bg_form-section .form-holder .hs-form .post-section input[type=button],
.post-section .bg_form-section .form-holder .hs-form input[type=reset],
.bg_form-section .form-holder .hs-form .post-section input[type=reset],
.post-section .bg_form-section .form-holder .hs-form input[type=file],
.bg_form-section .form-holder .hs-form .post-section input[type=file],
.post-section .bg_form-section .form-holder .hs-form input[type=submit],
.bg_form-section .form-holder .hs-form .post-section input[type=submit], .tabs-section .btn, .tabs-section .bg_form-section .form-holder .hs-form button, .bg_form-section .form-holder .hs-form .tabs-section button,
.tabs-section .bg_form-section .form-holder .hs-form input[type=button],
.bg_form-section .form-holder .hs-form .tabs-section input[type=button],
.tabs-section .bg_form-section .form-holder .hs-form input[type=reset],
.bg_form-section .form-holder .hs-form .tabs-section input[type=reset],
.tabs-section .bg_form-section .form-holder .hs-form input[type=file],
.bg_form-section .form-holder .hs-form .tabs-section input[type=file],
.tabs-section .bg_form-section .form-holder .hs-form input[type=submit],
.bg_form-section .form-holder .hs-form .tabs-section input[type=submit], .table-section .btn, .table-section .bg_form-section .form-holder .hs-form button, .bg_form-section .form-holder .hs-form .table-section button,
.table-section .bg_form-section .form-holder .hs-form input[type=button],
.bg_form-section .form-holder .hs-form .table-section input[type=button],
.table-section .bg_form-section .form-holder .hs-form input[type=reset],
.bg_form-section .form-holder .hs-form .table-section input[type=reset],
.table-section .bg_form-section .form-holder .hs-form input[type=file],
.bg_form-section .form-holder .hs-form .table-section input[type=file],
.table-section .bg_form-section .form-holder .hs-form input[type=submit],
.bg_form-section .form-holder .hs-form .table-section input[type=submit], .security-section .btn, .security-section .bg_form-section .form-holder .hs-form button, .bg_form-section .form-holder .hs-form .security-section button,
.security-section .bg_form-section .form-holder .hs-form input[type=button],
.bg_form-section .form-holder .hs-form .security-section input[type=button],
.security-section .bg_form-section .form-holder .hs-form input[type=reset],
.bg_form-section .form-holder .hs-form .security-section input[type=reset],
.security-section .bg_form-section .form-holder .hs-form input[type=file],
.bg_form-section .form-holder .hs-form .security-section input[type=file],
.security-section .bg_form-section .form-holder .hs-form input[type=submit],
.bg_form-section .form-holder .hs-form .security-section input[type=submit], .flexible_post-section .btn, .flexible_post-section .bg_form-section .form-holder .hs-form button, .bg_form-section .form-holder .hs-form .flexible_post-section button,
.flexible_post-section .bg_form-section .form-holder .hs-form input[type=button],
.bg_form-section .form-holder .hs-form .flexible_post-section input[type=button],
.flexible_post-section .bg_form-section .form-holder .hs-form input[type=reset],
.bg_form-section .form-holder .hs-form .flexible_post-section input[type=reset],
.flexible_post-section .bg_form-section .form-holder .hs-form input[type=file],
.bg_form-section .form-holder .hs-form .flexible_post-section input[type=file],
.flexible_post-section .bg_form-section .form-holder .hs-form input[type=submit],
.bg_form-section .form-holder .hs-form .flexible_post-section input[type=submit], .quote-section .btn, .quote-section .bg_form-section .form-holder .hs-form button, .bg_form-section .form-holder .hs-form .quote-section button,
.quote-section .bg_form-section .form-holder .hs-form input[type=button],
.bg_form-section .form-holder .hs-form .quote-section input[type=button],
.quote-section .bg_form-section .form-holder .hs-form input[type=reset],
.bg_form-section .form-holder .hs-form .quote-section input[type=reset],
.quote-section .bg_form-section .form-holder .hs-form input[type=file],
.bg_form-section .form-holder .hs-form .quote-section input[type=file],
.quote-section .bg_form-section .form-holder .hs-form input[type=submit],
.bg_form-section .form-holder .hs-form .quote-section input[type=submit], .intro_form-section .btn, .intro_form-section .bg_form-section .form-holder .hs-form button, .bg_form-section .form-holder .hs-form .intro_form-section button,
.intro_form-section .bg_form-section .form-holder .hs-form input[type=button],
.bg_form-section .form-holder .hs-form .intro_form-section input[type=button],
.intro_form-section .bg_form-section .form-holder .hs-form input[type=reset],
.bg_form-section .form-holder .hs-form .intro_form-section input[type=reset],
.intro_form-section .bg_form-section .form-holder .hs-form input[type=file],
.bg_form-section .form-holder .hs-form .intro_form-section input[type=file],
.intro_form-section .bg_form-section .form-holder .hs-form input[type=submit],
.bg_form-section .form-holder .hs-form .intro_form-section input[type=submit], .webinar-section .btn, .webinar-section .bg_form-section .form-holder .hs-form button, .bg_form-section .form-holder .hs-form .webinar-section button,
.webinar-section .bg_form-section .form-holder .hs-form input[type=button],
.bg_form-section .form-holder .hs-form .webinar-section input[type=button],
.webinar-section .bg_form-section .form-holder .hs-form input[type=reset],
.bg_form-section .form-holder .hs-form .webinar-section input[type=reset],
.webinar-section .bg_form-section .form-holder .hs-form input[type=file],
.bg_form-section .form-holder .hs-form .webinar-section input[type=file],
.webinar-section .bg_form-section .form-holder .hs-form input[type=submit],
.bg_form-section .form-holder .hs-form .webinar-section input[type=submit], .styles .form-holder button, .post-section .form-holder button, .tabs-section .form-holder button, .table-section .form-holder button, .security-section .form-holder button, .flexible_post-section .form-holder button, .quote-section .form-holder button, .intro_form-section .form-holder button, .webinar-section .form-holder button, .form-holder .styles button, .form-holder .post-section button, .form-holder .tabs-section button, .form-holder .table-section button, .form-holder .security-section button, .form-holder .flexible_post-section button, .form-holder .quote-section button, .form-holder .intro_form-section button, .form-holder .webinar-section button,
.styles .form-holder input[type=button],
.post-section .form-holder input[type=button],
.tabs-section .form-holder input[type=button],
.table-section .form-holder input[type=button],
.security-section .form-holder input[type=button],
.flexible_post-section .form-holder input[type=button],
.quote-section .form-holder input[type=button],
.intro_form-section .form-holder input[type=button],
.webinar-section .form-holder input[type=button],
.form-holder .styles input[type=button],
.form-holder .post-section input[type=button],
.form-holder .tabs-section input[type=button],
.form-holder .table-section input[type=button],
.form-holder .security-section input[type=button],
.form-holder .flexible_post-section input[type=button],
.form-holder .quote-section input[type=button],
.form-holder .intro_form-section input[type=button],
.form-holder .webinar-section input[type=button],
.styles .form-holder input[type=reset],
.post-section .form-holder input[type=reset],
.tabs-section .form-holder input[type=reset],
.table-section .form-holder input[type=reset],
.security-section .form-holder input[type=reset],
.flexible_post-section .form-holder input[type=reset],
.quote-section .form-holder input[type=reset],
.intro_form-section .form-holder input[type=reset],
.webinar-section .form-holder input[type=reset],
.form-holder .styles input[type=reset],
.form-holder .post-section input[type=reset],
.form-holder .tabs-section input[type=reset],
.form-holder .table-section input[type=reset],
.form-holder .security-section input[type=reset],
.form-holder .flexible_post-section input[type=reset],
.form-holder .quote-section input[type=reset],
.form-holder .intro_form-section input[type=reset],
.form-holder .webinar-section input[type=reset],
.styles .form-holder input[type=file],
.post-section .form-holder input[type=file],
.tabs-section .form-holder input[type=file],
.table-section .form-holder input[type=file],
.security-section .form-holder input[type=file],
.flexible_post-section .form-holder input[type=file],
.quote-section .form-holder input[type=file],
.intro_form-section .form-holder input[type=file],
.webinar-section .form-holder input[type=file],
.form-holder .styles input[type=file],
.form-holder .post-section input[type=file],
.form-holder .tabs-section input[type=file],
.form-holder .table-section input[type=file],
.form-holder .security-section input[type=file],
.form-holder .flexible_post-section input[type=file],
.form-holder .quote-section input[type=file],
.form-holder .intro_form-section input[type=file],
.form-holder .webinar-section input[type=file],
.styles .form-holder input[type=submit],
.post-section .form-holder input[type=submit],
.tabs-section .form-holder input[type=submit],
.table-section .form-holder input[type=submit],
.security-section .form-holder input[type=submit],
.flexible_post-section .form-holder input[type=submit],
.quote-section .form-holder input[type=submit],
.intro_form-section .form-holder input[type=submit],
.webinar-section .form-holder input[type=submit],
.form-holder .styles input[type=submit],
.form-holder .post-section input[type=submit],
.form-holder .tabs-section input[type=submit],
.form-holder .table-section input[type=submit],
.form-holder .security-section input[type=submit],
.form-holder .flexible_post-section input[type=submit],
.form-holder .quote-section input[type=submit],
.form-holder .intro_form-section input[type=submit],
.form-holder .webinar-section input[type=submit] {
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  display: block;
  width: 100%;
  font: 600 16px/20px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #D83E57;
  border: 1px solid #D83E57;
  border-radius: 16px;
  padding: 14px 15px;
  outline: none;
  box-shadow: none;
}
.styles .btn:hover, .post-section .btn:hover, .tabs-section .btn:hover, .table-section .btn:hover, .security-section .btn:hover, .flexible_post-section .btn:hover, .quote-section .btn:hover, .intro_form-section .btn:hover, .webinar-section .btn:hover, .styles .form-holder button:hover, .post-section .form-holder button:hover, .tabs-section .form-holder button:hover, .table-section .form-holder button:hover, .security-section .form-holder button:hover, .flexible_post-section .form-holder button:hover, .quote-section .form-holder button:hover, .intro_form-section .form-holder button:hover, .webinar-section .form-holder button:hover, .form-holder .styles button:hover, .form-holder .post-section button:hover, .form-holder .tabs-section button:hover, .form-holder .table-section button:hover, .form-holder .security-section button:hover, .form-holder .flexible_post-section button:hover, .form-holder .quote-section button:hover, .form-holder .intro_form-section button:hover, .form-holder .webinar-section button:hover,
.styles .form-holder input[type=button]:hover,
.post-section .form-holder input[type=button]:hover,
.tabs-section .form-holder input[type=button]:hover,
.table-section .form-holder input[type=button]:hover,
.security-section .form-holder input[type=button]:hover,
.flexible_post-section .form-holder input[type=button]:hover,
.quote-section .form-holder input[type=button]:hover,
.intro_form-section .form-holder input[type=button]:hover,
.webinar-section .form-holder input[type=button]:hover,
.form-holder .styles input[type=button]:hover,
.form-holder .post-section input[type=button]:hover,
.form-holder .tabs-section input[type=button]:hover,
.form-holder .table-section input[type=button]:hover,
.form-holder .security-section input[type=button]:hover,
.form-holder .flexible_post-section input[type=button]:hover,
.form-holder .quote-section input[type=button]:hover,
.form-holder .intro_form-section input[type=button]:hover,
.form-holder .webinar-section input[type=button]:hover,
.styles .form-holder input[type=reset]:hover,
.post-section .form-holder input[type=reset]:hover,
.tabs-section .form-holder input[type=reset]:hover,
.table-section .form-holder input[type=reset]:hover,
.security-section .form-holder input[type=reset]:hover,
.flexible_post-section .form-holder input[type=reset]:hover,
.quote-section .form-holder input[type=reset]:hover,
.intro_form-section .form-holder input[type=reset]:hover,
.webinar-section .form-holder input[type=reset]:hover,
.form-holder .styles input[type=reset]:hover,
.form-holder .post-section input[type=reset]:hover,
.form-holder .tabs-section input[type=reset]:hover,
.form-holder .table-section input[type=reset]:hover,
.form-holder .security-section input[type=reset]:hover,
.form-holder .flexible_post-section input[type=reset]:hover,
.form-holder .quote-section input[type=reset]:hover,
.form-holder .intro_form-section input[type=reset]:hover,
.form-holder .webinar-section input[type=reset]:hover,
.styles .form-holder input[type=file]:hover,
.post-section .form-holder input[type=file]:hover,
.tabs-section .form-holder input[type=file]:hover,
.table-section .form-holder input[type=file]:hover,
.security-section .form-holder input[type=file]:hover,
.flexible_post-section .form-holder input[type=file]:hover,
.quote-section .form-holder input[type=file]:hover,
.intro_form-section .form-holder input[type=file]:hover,
.webinar-section .form-holder input[type=file]:hover,
.form-holder .styles input[type=file]:hover,
.form-holder .post-section input[type=file]:hover,
.form-holder .tabs-section input[type=file]:hover,
.form-holder .table-section input[type=file]:hover,
.form-holder .security-section input[type=file]:hover,
.form-holder .flexible_post-section input[type=file]:hover,
.form-holder .quote-section input[type=file]:hover,
.form-holder .intro_form-section input[type=file]:hover,
.form-holder .webinar-section input[type=file]:hover,
.styles .form-holder input[type=submit]:hover,
.post-section .form-holder input[type=submit]:hover,
.tabs-section .form-holder input[type=submit]:hover,
.table-section .form-holder input[type=submit]:hover,
.security-section .form-holder input[type=submit]:hover,
.flexible_post-section .form-holder input[type=submit]:hover,
.quote-section .form-holder input[type=submit]:hover,
.intro_form-section .form-holder input[type=submit]:hover,
.webinar-section .form-holder input[type=submit]:hover,
.form-holder .styles input[type=submit]:hover,
.form-holder .post-section input[type=submit]:hover,
.form-holder .tabs-section input[type=submit]:hover,
.form-holder .table-section input[type=submit]:hover,
.form-holder .security-section input[type=submit]:hover,
.form-holder .flexible_post-section input[type=submit]:hover,
.form-holder .quote-section input[type=submit]:hover,
.form-holder .intro_form-section input[type=submit]:hover,
.form-holder .webinar-section input[type=submit]:hover {
  background: rgb(208.1405172414, 42.0594827586, 69.0206896552);
  color: #fff;
}
.styles .btn.transparent, .post-section .btn.transparent, .tabs-section .btn.transparent, .table-section .btn.transparent, .security-section .btn.transparent, .flexible_post-section .btn.transparent, .quote-section .btn.transparent, .intro_form-section .btn.transparent, .webinar-section .btn.transparent, .styles .form-holder button.transparent, .post-section .form-holder button.transparent, .tabs-section .form-holder button.transparent, .table-section .form-holder button.transparent, .security-section .form-holder button.transparent, .flexible_post-section .form-holder button.transparent, .quote-section .form-holder button.transparent, .intro_form-section .form-holder button.transparent, .webinar-section .form-holder button.transparent, .form-holder .styles button.transparent, .form-holder .post-section button.transparent, .form-holder .tabs-section button.transparent, .form-holder .table-section button.transparent, .form-holder .security-section button.transparent, .form-holder .flexible_post-section button.transparent, .form-holder .quote-section button.transparent, .form-holder .intro_form-section button.transparent, .form-holder .webinar-section button.transparent,
.styles .form-holder input.transparent[type=button],
.post-section .form-holder input.transparent[type=button],
.tabs-section .form-holder input.transparent[type=button],
.table-section .form-holder input.transparent[type=button],
.security-section .form-holder input.transparent[type=button],
.flexible_post-section .form-holder input.transparent[type=button],
.quote-section .form-holder input.transparent[type=button],
.intro_form-section .form-holder input.transparent[type=button],
.webinar-section .form-holder input.transparent[type=button],
.form-holder .styles input.transparent[type=button],
.form-holder .post-section input.transparent[type=button],
.form-holder .tabs-section input.transparent[type=button],
.form-holder .table-section input.transparent[type=button],
.form-holder .security-section input.transparent[type=button],
.form-holder .flexible_post-section input.transparent[type=button],
.form-holder .quote-section input.transparent[type=button],
.form-holder .intro_form-section input.transparent[type=button],
.form-holder .webinar-section input.transparent[type=button],
.styles .form-holder input.transparent[type=reset],
.post-section .form-holder input.transparent[type=reset],
.tabs-section .form-holder input.transparent[type=reset],
.table-section .form-holder input.transparent[type=reset],
.security-section .form-holder input.transparent[type=reset],
.flexible_post-section .form-holder input.transparent[type=reset],
.quote-section .form-holder input.transparent[type=reset],
.intro_form-section .form-holder input.transparent[type=reset],
.webinar-section .form-holder input.transparent[type=reset],
.form-holder .styles input.transparent[type=reset],
.form-holder .post-section input.transparent[type=reset],
.form-holder .tabs-section input.transparent[type=reset],
.form-holder .table-section input.transparent[type=reset],
.form-holder .security-section input.transparent[type=reset],
.form-holder .flexible_post-section input.transparent[type=reset],
.form-holder .quote-section input.transparent[type=reset],
.form-holder .intro_form-section input.transparent[type=reset],
.form-holder .webinar-section input.transparent[type=reset],
.styles .form-holder input.transparent[type=file],
.post-section .form-holder input.transparent[type=file],
.tabs-section .form-holder input.transparent[type=file],
.table-section .form-holder input.transparent[type=file],
.security-section .form-holder input.transparent[type=file],
.flexible_post-section .form-holder input.transparent[type=file],
.quote-section .form-holder input.transparent[type=file],
.intro_form-section .form-holder input.transparent[type=file],
.webinar-section .form-holder input.transparent[type=file],
.form-holder .styles input.transparent[type=file],
.form-holder .post-section input.transparent[type=file],
.form-holder .tabs-section input.transparent[type=file],
.form-holder .table-section input.transparent[type=file],
.form-holder .security-section input.transparent[type=file],
.form-holder .flexible_post-section input.transparent[type=file],
.form-holder .quote-section input.transparent[type=file],
.form-holder .intro_form-section input.transparent[type=file],
.form-holder .webinar-section input.transparent[type=file],
.styles .form-holder input.transparent[type=submit],
.post-section .form-holder input.transparent[type=submit],
.tabs-section .form-holder input.transparent[type=submit],
.table-section .form-holder input.transparent[type=submit],
.security-section .form-holder input.transparent[type=submit],
.flexible_post-section .form-holder input.transparent[type=submit],
.quote-section .form-holder input.transparent[type=submit],
.intro_form-section .form-holder input.transparent[type=submit],
.webinar-section .form-holder input.transparent[type=submit],
.form-holder .styles input.transparent[type=submit],
.form-holder .post-section input.transparent[type=submit],
.form-holder .tabs-section input.transparent[type=submit],
.form-holder .table-section input.transparent[type=submit],
.form-holder .security-section input.transparent[type=submit],
.form-holder .flexible_post-section input.transparent[type=submit],
.form-holder .quote-section input.transparent[type=submit],
.form-holder .intro_form-section input.transparent[type=submit],
.form-holder .webinar-section input.transparent[type=submit] {
  background: none;
  color: #D83E57;
}
.styles .btn.transparent:hover, .post-section .btn.transparent:hover, .tabs-section .btn.transparent:hover, .table-section .btn.transparent:hover, .security-section .btn.transparent:hover, .flexible_post-section .btn.transparent:hover, .quote-section .btn.transparent:hover, .intro_form-section .btn.transparent:hover, .webinar-section .btn.transparent:hover, .styles .form-holder button.transparent:hover, .post-section .form-holder button.transparent:hover, .tabs-section .form-holder button.transparent:hover, .table-section .form-holder button.transparent:hover, .security-section .form-holder button.transparent:hover, .flexible_post-section .form-holder button.transparent:hover, .quote-section .form-holder button.transparent:hover, .intro_form-section .form-holder button.transparent:hover, .webinar-section .form-holder button.transparent:hover, .form-holder .styles button.transparent:hover, .form-holder .post-section button.transparent:hover, .form-holder .tabs-section button.transparent:hover, .form-holder .table-section button.transparent:hover, .form-holder .security-section button.transparent:hover, .form-holder .flexible_post-section button.transparent:hover, .form-holder .quote-section button.transparent:hover, .form-holder .intro_form-section button.transparent:hover, .form-holder .webinar-section button.transparent:hover,
.styles .form-holder input.transparent[type=button]:hover,
.post-section .form-holder input.transparent[type=button]:hover,
.tabs-section .form-holder input.transparent[type=button]:hover,
.table-section .form-holder input.transparent[type=button]:hover,
.security-section .form-holder input.transparent[type=button]:hover,
.flexible_post-section .form-holder input.transparent[type=button]:hover,
.quote-section .form-holder input.transparent[type=button]:hover,
.intro_form-section .form-holder input.transparent[type=button]:hover,
.webinar-section .form-holder input.transparent[type=button]:hover,
.form-holder .styles input.transparent[type=button]:hover,
.form-holder .post-section input.transparent[type=button]:hover,
.form-holder .tabs-section input.transparent[type=button]:hover,
.form-holder .table-section input.transparent[type=button]:hover,
.form-holder .security-section input.transparent[type=button]:hover,
.form-holder .flexible_post-section input.transparent[type=button]:hover,
.form-holder .quote-section input.transparent[type=button]:hover,
.form-holder .intro_form-section input.transparent[type=button]:hover,
.form-holder .webinar-section input.transparent[type=button]:hover,
.styles .form-holder input.transparent[type=reset]:hover,
.post-section .form-holder input.transparent[type=reset]:hover,
.tabs-section .form-holder input.transparent[type=reset]:hover,
.table-section .form-holder input.transparent[type=reset]:hover,
.security-section .form-holder input.transparent[type=reset]:hover,
.flexible_post-section .form-holder input.transparent[type=reset]:hover,
.quote-section .form-holder input.transparent[type=reset]:hover,
.intro_form-section .form-holder input.transparent[type=reset]:hover,
.webinar-section .form-holder input.transparent[type=reset]:hover,
.form-holder .styles input.transparent[type=reset]:hover,
.form-holder .post-section input.transparent[type=reset]:hover,
.form-holder .tabs-section input.transparent[type=reset]:hover,
.form-holder .table-section input.transparent[type=reset]:hover,
.form-holder .security-section input.transparent[type=reset]:hover,
.form-holder .flexible_post-section input.transparent[type=reset]:hover,
.form-holder .quote-section input.transparent[type=reset]:hover,
.form-holder .intro_form-section input.transparent[type=reset]:hover,
.form-holder .webinar-section input.transparent[type=reset]:hover,
.styles .form-holder input.transparent[type=file]:hover,
.post-section .form-holder input.transparent[type=file]:hover,
.tabs-section .form-holder input.transparent[type=file]:hover,
.table-section .form-holder input.transparent[type=file]:hover,
.security-section .form-holder input.transparent[type=file]:hover,
.flexible_post-section .form-holder input.transparent[type=file]:hover,
.quote-section .form-holder input.transparent[type=file]:hover,
.intro_form-section .form-holder input.transparent[type=file]:hover,
.webinar-section .form-holder input.transparent[type=file]:hover,
.form-holder .styles input.transparent[type=file]:hover,
.form-holder .post-section input.transparent[type=file]:hover,
.form-holder .tabs-section input.transparent[type=file]:hover,
.form-holder .table-section input.transparent[type=file]:hover,
.form-holder .security-section input.transparent[type=file]:hover,
.form-holder .flexible_post-section input.transparent[type=file]:hover,
.form-holder .quote-section input.transparent[type=file]:hover,
.form-holder .intro_form-section input.transparent[type=file]:hover,
.form-holder .webinar-section input.transparent[type=file]:hover,
.styles .form-holder input.transparent[type=submit]:hover,
.post-section .form-holder input.transparent[type=submit]:hover,
.tabs-section .form-holder input.transparent[type=submit]:hover,
.table-section .form-holder input.transparent[type=submit]:hover,
.security-section .form-holder input.transparent[type=submit]:hover,
.flexible_post-section .form-holder input.transparent[type=submit]:hover,
.quote-section .form-holder input.transparent[type=submit]:hover,
.intro_form-section .form-holder input.transparent[type=submit]:hover,
.webinar-section .form-holder input.transparent[type=submit]:hover,
.form-holder .styles input.transparent[type=submit]:hover,
.form-holder .post-section input.transparent[type=submit]:hover,
.form-holder .tabs-section input.transparent[type=submit]:hover,
.form-holder .table-section input.transparent[type=submit]:hover,
.form-holder .security-section input.transparent[type=submit]:hover,
.form-holder .flexible_post-section input.transparent[type=submit]:hover,
.form-holder .quote-section input.transparent[type=submit]:hover,
.form-holder .intro_form-section input.transparent[type=submit]:hover,
.form-holder .webinar-section input.transparent[type=submit]:hover {
  background: #D83E57;
  color: #fff;
}
.styles .btn.arrow, .post-section .btn.arrow, .tabs-section .btn.arrow, .table-section .btn.arrow, .security-section .btn.arrow, .flexible_post-section .btn.arrow, .quote-section .btn.arrow, .intro_form-section .btn.arrow, .webinar-section .btn.arrow, .styles .form-holder button.arrow, .post-section .form-holder button.arrow, .tabs-section .form-holder button.arrow, .table-section .form-holder button.arrow, .security-section .form-holder button.arrow, .flexible_post-section .form-holder button.arrow, .quote-section .form-holder button.arrow, .intro_form-section .form-holder button.arrow, .webinar-section .form-holder button.arrow, .form-holder .styles button.arrow, .form-holder .post-section button.arrow, .form-holder .tabs-section button.arrow, .form-holder .table-section button.arrow, .form-holder .security-section button.arrow, .form-holder .flexible_post-section button.arrow, .form-holder .quote-section button.arrow, .form-holder .intro_form-section button.arrow, .form-holder .webinar-section button.arrow,
.styles .form-holder input.arrow[type=button],
.post-section .form-holder input.arrow[type=button],
.tabs-section .form-holder input.arrow[type=button],
.table-section .form-holder input.arrow[type=button],
.security-section .form-holder input.arrow[type=button],
.flexible_post-section .form-holder input.arrow[type=button],
.quote-section .form-holder input.arrow[type=button],
.intro_form-section .form-holder input.arrow[type=button],
.webinar-section .form-holder input.arrow[type=button],
.form-holder .styles input.arrow[type=button],
.form-holder .post-section input.arrow[type=button],
.form-holder .tabs-section input.arrow[type=button],
.form-holder .table-section input.arrow[type=button],
.form-holder .security-section input.arrow[type=button],
.form-holder .flexible_post-section input.arrow[type=button],
.form-holder .quote-section input.arrow[type=button],
.form-holder .intro_form-section input.arrow[type=button],
.form-holder .webinar-section input.arrow[type=button],
.styles .form-holder input.arrow[type=reset],
.post-section .form-holder input.arrow[type=reset],
.tabs-section .form-holder input.arrow[type=reset],
.table-section .form-holder input.arrow[type=reset],
.security-section .form-holder input.arrow[type=reset],
.flexible_post-section .form-holder input.arrow[type=reset],
.quote-section .form-holder input.arrow[type=reset],
.intro_form-section .form-holder input.arrow[type=reset],
.webinar-section .form-holder input.arrow[type=reset],
.form-holder .styles input.arrow[type=reset],
.form-holder .post-section input.arrow[type=reset],
.form-holder .tabs-section input.arrow[type=reset],
.form-holder .table-section input.arrow[type=reset],
.form-holder .security-section input.arrow[type=reset],
.form-holder .flexible_post-section input.arrow[type=reset],
.form-holder .quote-section input.arrow[type=reset],
.form-holder .intro_form-section input.arrow[type=reset],
.form-holder .webinar-section input.arrow[type=reset],
.styles .form-holder input.arrow[type=file],
.post-section .form-holder input.arrow[type=file],
.tabs-section .form-holder input.arrow[type=file],
.table-section .form-holder input.arrow[type=file],
.security-section .form-holder input.arrow[type=file],
.flexible_post-section .form-holder input.arrow[type=file],
.quote-section .form-holder input.arrow[type=file],
.intro_form-section .form-holder input.arrow[type=file],
.webinar-section .form-holder input.arrow[type=file],
.form-holder .styles input.arrow[type=file],
.form-holder .post-section input.arrow[type=file],
.form-holder .tabs-section input.arrow[type=file],
.form-holder .table-section input.arrow[type=file],
.form-holder .security-section input.arrow[type=file],
.form-holder .flexible_post-section input.arrow[type=file],
.form-holder .quote-section input.arrow[type=file],
.form-holder .intro_form-section input.arrow[type=file],
.form-holder .webinar-section input.arrow[type=file],
.styles .form-holder input.arrow[type=submit],
.post-section .form-holder input.arrow[type=submit],
.tabs-section .form-holder input.arrow[type=submit],
.table-section .form-holder input.arrow[type=submit],
.security-section .form-holder input.arrow[type=submit],
.flexible_post-section .form-holder input.arrow[type=submit],
.quote-section .form-holder input.arrow[type=submit],
.intro_form-section .form-holder input.arrow[type=submit],
.webinar-section .form-holder input.arrow[type=submit],
.form-holder .styles input.arrow[type=submit],
.form-holder .post-section input.arrow[type=submit],
.form-holder .tabs-section input.arrow[type=submit],
.form-holder .table-section input.arrow[type=submit],
.form-holder .security-section input.arrow[type=submit],
.form-holder .flexible_post-section input.arrow[type=submit],
.form-holder .quote-section input.arrow[type=submit],
.form-holder .intro_form-section input.arrow[type=submit],
.form-holder .webinar-section input.arrow[type=submit] {
  background: #D83E57;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0;
  padding: 17px 40px;
  text-transform: none;
  width: auto;
  border-radius: 5px;
}
.styles .btn.arrow:before, .post-section .btn.arrow:before, .tabs-section .btn.arrow:before, .table-section .btn.arrow:before, .security-section .btn.arrow:before, .flexible_post-section .btn.arrow:before, .quote-section .btn.arrow:before, .intro_form-section .btn.arrow:before, .webinar-section .btn.arrow:before, .styles .form-holder button.arrow:before, .post-section .form-holder button.arrow:before, .tabs-section .form-holder button.arrow:before, .table-section .form-holder button.arrow:before, .security-section .form-holder button.arrow:before, .flexible_post-section .form-holder button.arrow:before, .quote-section .form-holder button.arrow:before, .intro_form-section .form-holder button.arrow:before, .webinar-section .form-holder button.arrow:before, .form-holder .styles button.arrow:before, .form-holder .post-section button.arrow:before, .form-holder .tabs-section button.arrow:before, .form-holder .table-section button.arrow:before, .form-holder .security-section button.arrow:before, .form-holder .flexible_post-section button.arrow:before, .form-holder .quote-section button.arrow:before, .form-holder .intro_form-section button.arrow:before, .form-holder .webinar-section button.arrow:before,
.styles .form-holder input.arrow[type=button]:before,
.post-section .form-holder input.arrow[type=button]:before,
.tabs-section .form-holder input.arrow[type=button]:before,
.table-section .form-holder input.arrow[type=button]:before,
.security-section .form-holder input.arrow[type=button]:before,
.flexible_post-section .form-holder input.arrow[type=button]:before,
.quote-section .form-holder input.arrow[type=button]:before,
.intro_form-section .form-holder input.arrow[type=button]:before,
.webinar-section .form-holder input.arrow[type=button]:before,
.form-holder .styles input.arrow[type=button]:before,
.form-holder .post-section input.arrow[type=button]:before,
.form-holder .tabs-section input.arrow[type=button]:before,
.form-holder .table-section input.arrow[type=button]:before,
.form-holder .security-section input.arrow[type=button]:before,
.form-holder .flexible_post-section input.arrow[type=button]:before,
.form-holder .quote-section input.arrow[type=button]:before,
.form-holder .intro_form-section input.arrow[type=button]:before,
.form-holder .webinar-section input.arrow[type=button]:before,
.styles .form-holder input.arrow[type=reset]:before,
.post-section .form-holder input.arrow[type=reset]:before,
.tabs-section .form-holder input.arrow[type=reset]:before,
.table-section .form-holder input.arrow[type=reset]:before,
.security-section .form-holder input.arrow[type=reset]:before,
.flexible_post-section .form-holder input.arrow[type=reset]:before,
.quote-section .form-holder input.arrow[type=reset]:before,
.intro_form-section .form-holder input.arrow[type=reset]:before,
.webinar-section .form-holder input.arrow[type=reset]:before,
.form-holder .styles input.arrow[type=reset]:before,
.form-holder .post-section input.arrow[type=reset]:before,
.form-holder .tabs-section input.arrow[type=reset]:before,
.form-holder .table-section input.arrow[type=reset]:before,
.form-holder .security-section input.arrow[type=reset]:before,
.form-holder .flexible_post-section input.arrow[type=reset]:before,
.form-holder .quote-section input.arrow[type=reset]:before,
.form-holder .intro_form-section input.arrow[type=reset]:before,
.form-holder .webinar-section input.arrow[type=reset]:before,
.styles .form-holder input.arrow[type=file]:before,
.post-section .form-holder input.arrow[type=file]:before,
.tabs-section .form-holder input.arrow[type=file]:before,
.table-section .form-holder input.arrow[type=file]:before,
.security-section .form-holder input.arrow[type=file]:before,
.flexible_post-section .form-holder input.arrow[type=file]:before,
.quote-section .form-holder input.arrow[type=file]:before,
.intro_form-section .form-holder input.arrow[type=file]:before,
.webinar-section .form-holder input.arrow[type=file]:before,
.form-holder .styles input.arrow[type=file]:before,
.form-holder .post-section input.arrow[type=file]:before,
.form-holder .tabs-section input.arrow[type=file]:before,
.form-holder .table-section input.arrow[type=file]:before,
.form-holder .security-section input.arrow[type=file]:before,
.form-holder .flexible_post-section input.arrow[type=file]:before,
.form-holder .quote-section input.arrow[type=file]:before,
.form-holder .intro_form-section input.arrow[type=file]:before,
.form-holder .webinar-section input.arrow[type=file]:before,
.styles .form-holder input.arrow[type=submit]:before,
.post-section .form-holder input.arrow[type=submit]:before,
.tabs-section .form-holder input.arrow[type=submit]:before,
.table-section .form-holder input.arrow[type=submit]:before,
.security-section .form-holder input.arrow[type=submit]:before,
.flexible_post-section .form-holder input.arrow[type=submit]:before,
.quote-section .form-holder input.arrow[type=submit]:before,
.intro_form-section .form-holder input.arrow[type=submit]:before,
.webinar-section .form-holder input.arrow[type=submit]:before,
.form-holder .styles input.arrow[type=submit]:before,
.form-holder .post-section input.arrow[type=submit]:before,
.form-holder .tabs-section input.arrow[type=submit]:before,
.form-holder .table-section input.arrow[type=submit]:before,
.form-holder .security-section input.arrow[type=submit]:before,
.form-holder .flexible_post-section input.arrow[type=submit]:before,
.form-holder .quote-section input.arrow[type=submit]:before,
.form-holder .intro_form-section input.arrow[type=submit]:before,
.form-holder .webinar-section input.arrow[type=submit]:before {
  width: 16px;
  height: 2px;
  order: 2;
  content: "";
  display: block;
  background: #fff;
  margin: 0 0 0 8px;
}
.styles .btn.arrow:after, .post-section .btn.arrow:after, .tabs-section .btn.arrow:after, .table-section .btn.arrow:after, .security-section .btn.arrow:after, .flexible_post-section .btn.arrow:after, .quote-section .btn.arrow:after, .intro_form-section .btn.arrow:after, .webinar-section .btn.arrow:after, .styles .form-holder button.arrow:after, .post-section .form-holder button.arrow:after, .tabs-section .form-holder button.arrow:after, .table-section .form-holder button.arrow:after, .security-section .form-holder button.arrow:after, .flexible_post-section .form-holder button.arrow:after, .quote-section .form-holder button.arrow:after, .intro_form-section .form-holder button.arrow:after, .webinar-section .form-holder button.arrow:after, .form-holder .styles button.arrow:after, .form-holder .post-section button.arrow:after, .form-holder .tabs-section button.arrow:after, .form-holder .table-section button.arrow:after, .form-holder .security-section button.arrow:after, .form-holder .flexible_post-section button.arrow:after, .form-holder .quote-section button.arrow:after, .form-holder .intro_form-section button.arrow:after, .form-holder .webinar-section button.arrow:after,
.styles .form-holder input.arrow[type=button]:after,
.post-section .form-holder input.arrow[type=button]:after,
.tabs-section .form-holder input.arrow[type=button]:after,
.table-section .form-holder input.arrow[type=button]:after,
.security-section .form-holder input.arrow[type=button]:after,
.flexible_post-section .form-holder input.arrow[type=button]:after,
.quote-section .form-holder input.arrow[type=button]:after,
.intro_form-section .form-holder input.arrow[type=button]:after,
.webinar-section .form-holder input.arrow[type=button]:after,
.form-holder .styles input.arrow[type=button]:after,
.form-holder .post-section input.arrow[type=button]:after,
.form-holder .tabs-section input.arrow[type=button]:after,
.form-holder .table-section input.arrow[type=button]:after,
.form-holder .security-section input.arrow[type=button]:after,
.form-holder .flexible_post-section input.arrow[type=button]:after,
.form-holder .quote-section input.arrow[type=button]:after,
.form-holder .intro_form-section input.arrow[type=button]:after,
.form-holder .webinar-section input.arrow[type=button]:after,
.styles .form-holder input.arrow[type=reset]:after,
.post-section .form-holder input.arrow[type=reset]:after,
.tabs-section .form-holder input.arrow[type=reset]:after,
.table-section .form-holder input.arrow[type=reset]:after,
.security-section .form-holder input.arrow[type=reset]:after,
.flexible_post-section .form-holder input.arrow[type=reset]:after,
.quote-section .form-holder input.arrow[type=reset]:after,
.intro_form-section .form-holder input.arrow[type=reset]:after,
.webinar-section .form-holder input.arrow[type=reset]:after,
.form-holder .styles input.arrow[type=reset]:after,
.form-holder .post-section input.arrow[type=reset]:after,
.form-holder .tabs-section input.arrow[type=reset]:after,
.form-holder .table-section input.arrow[type=reset]:after,
.form-holder .security-section input.arrow[type=reset]:after,
.form-holder .flexible_post-section input.arrow[type=reset]:after,
.form-holder .quote-section input.arrow[type=reset]:after,
.form-holder .intro_form-section input.arrow[type=reset]:after,
.form-holder .webinar-section input.arrow[type=reset]:after,
.styles .form-holder input.arrow[type=file]:after,
.post-section .form-holder input.arrow[type=file]:after,
.tabs-section .form-holder input.arrow[type=file]:after,
.table-section .form-holder input.arrow[type=file]:after,
.security-section .form-holder input.arrow[type=file]:after,
.flexible_post-section .form-holder input.arrow[type=file]:after,
.quote-section .form-holder input.arrow[type=file]:after,
.intro_form-section .form-holder input.arrow[type=file]:after,
.webinar-section .form-holder input.arrow[type=file]:after,
.form-holder .styles input.arrow[type=file]:after,
.form-holder .post-section input.arrow[type=file]:after,
.form-holder .tabs-section input.arrow[type=file]:after,
.form-holder .table-section input.arrow[type=file]:after,
.form-holder .security-section input.arrow[type=file]:after,
.form-holder .flexible_post-section input.arrow[type=file]:after,
.form-holder .quote-section input.arrow[type=file]:after,
.form-holder .intro_form-section input.arrow[type=file]:after,
.form-holder .webinar-section input.arrow[type=file]:after,
.styles .form-holder input.arrow[type=submit]:after,
.post-section .form-holder input.arrow[type=submit]:after,
.tabs-section .form-holder input.arrow[type=submit]:after,
.table-section .form-holder input.arrow[type=submit]:after,
.security-section .form-holder input.arrow[type=submit]:after,
.flexible_post-section .form-holder input.arrow[type=submit]:after,
.quote-section .form-holder input.arrow[type=submit]:after,
.intro_form-section .form-holder input.arrow[type=submit]:after,
.webinar-section .form-holder input.arrow[type=submit]:after,
.form-holder .styles input.arrow[type=submit]:after,
.form-holder .post-section input.arrow[type=submit]:after,
.form-holder .tabs-section input.arrow[type=submit]:after,
.form-holder .table-section input.arrow[type=submit]:after,
.form-holder .security-section input.arrow[type=submit]:after,
.form-holder .flexible_post-section input.arrow[type=submit]:after,
.form-holder .quote-section input.arrow[type=submit]:after,
.form-holder .intro_form-section input.arrow[type=submit]:after,
.form-holder .webinar-section input.arrow[type=submit]:after {
  width: 8px;
  height: 8px;
  order: 2;
  content: "";
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin: 0 0 0 -8px;
}
.styles .btn.arrow:hover, .post-section .btn.arrow:hover, .tabs-section .btn.arrow:hover, .table-section .btn.arrow:hover, .security-section .btn.arrow:hover, .flexible_post-section .btn.arrow:hover, .quote-section .btn.arrow:hover, .intro_form-section .btn.arrow:hover, .webinar-section .btn.arrow:hover, .styles .form-holder button.arrow:hover, .post-section .form-holder button.arrow:hover, .tabs-section .form-holder button.arrow:hover, .table-section .form-holder button.arrow:hover, .security-section .form-holder button.arrow:hover, .flexible_post-section .form-holder button.arrow:hover, .quote-section .form-holder button.arrow:hover, .intro_form-section .form-holder button.arrow:hover, .webinar-section .form-holder button.arrow:hover, .form-holder .styles button.arrow:hover, .form-holder .post-section button.arrow:hover, .form-holder .tabs-section button.arrow:hover, .form-holder .table-section button.arrow:hover, .form-holder .security-section button.arrow:hover, .form-holder .flexible_post-section button.arrow:hover, .form-holder .quote-section button.arrow:hover, .form-holder .intro_form-section button.arrow:hover, .form-holder .webinar-section button.arrow:hover,
.styles .form-holder input.arrow[type=button]:hover,
.post-section .form-holder input.arrow[type=button]:hover,
.tabs-section .form-holder input.arrow[type=button]:hover,
.table-section .form-holder input.arrow[type=button]:hover,
.security-section .form-holder input.arrow[type=button]:hover,
.flexible_post-section .form-holder input.arrow[type=button]:hover,
.quote-section .form-holder input.arrow[type=button]:hover,
.intro_form-section .form-holder input.arrow[type=button]:hover,
.webinar-section .form-holder input.arrow[type=button]:hover,
.form-holder .styles input.arrow[type=button]:hover,
.form-holder .post-section input.arrow[type=button]:hover,
.form-holder .tabs-section input.arrow[type=button]:hover,
.form-holder .table-section input.arrow[type=button]:hover,
.form-holder .security-section input.arrow[type=button]:hover,
.form-holder .flexible_post-section input.arrow[type=button]:hover,
.form-holder .quote-section input.arrow[type=button]:hover,
.form-holder .intro_form-section input.arrow[type=button]:hover,
.form-holder .webinar-section input.arrow[type=button]:hover,
.styles .form-holder input.arrow[type=reset]:hover,
.post-section .form-holder input.arrow[type=reset]:hover,
.tabs-section .form-holder input.arrow[type=reset]:hover,
.table-section .form-holder input.arrow[type=reset]:hover,
.security-section .form-holder input.arrow[type=reset]:hover,
.flexible_post-section .form-holder input.arrow[type=reset]:hover,
.quote-section .form-holder input.arrow[type=reset]:hover,
.intro_form-section .form-holder input.arrow[type=reset]:hover,
.webinar-section .form-holder input.arrow[type=reset]:hover,
.form-holder .styles input.arrow[type=reset]:hover,
.form-holder .post-section input.arrow[type=reset]:hover,
.form-holder .tabs-section input.arrow[type=reset]:hover,
.form-holder .table-section input.arrow[type=reset]:hover,
.form-holder .security-section input.arrow[type=reset]:hover,
.form-holder .flexible_post-section input.arrow[type=reset]:hover,
.form-holder .quote-section input.arrow[type=reset]:hover,
.form-holder .intro_form-section input.arrow[type=reset]:hover,
.form-holder .webinar-section input.arrow[type=reset]:hover,
.styles .form-holder input.arrow[type=file]:hover,
.post-section .form-holder input.arrow[type=file]:hover,
.tabs-section .form-holder input.arrow[type=file]:hover,
.table-section .form-holder input.arrow[type=file]:hover,
.security-section .form-holder input.arrow[type=file]:hover,
.flexible_post-section .form-holder input.arrow[type=file]:hover,
.quote-section .form-holder input.arrow[type=file]:hover,
.intro_form-section .form-holder input.arrow[type=file]:hover,
.webinar-section .form-holder input.arrow[type=file]:hover,
.form-holder .styles input.arrow[type=file]:hover,
.form-holder .post-section input.arrow[type=file]:hover,
.form-holder .tabs-section input.arrow[type=file]:hover,
.form-holder .table-section input.arrow[type=file]:hover,
.form-holder .security-section input.arrow[type=file]:hover,
.form-holder .flexible_post-section input.arrow[type=file]:hover,
.form-holder .quote-section input.arrow[type=file]:hover,
.form-holder .intro_form-section input.arrow[type=file]:hover,
.form-holder .webinar-section input.arrow[type=file]:hover,
.styles .form-holder input.arrow[type=submit]:hover,
.post-section .form-holder input.arrow[type=submit]:hover,
.tabs-section .form-holder input.arrow[type=submit]:hover,
.table-section .form-holder input.arrow[type=submit]:hover,
.security-section .form-holder input.arrow[type=submit]:hover,
.flexible_post-section .form-holder input.arrow[type=submit]:hover,
.quote-section .form-holder input.arrow[type=submit]:hover,
.intro_form-section .form-holder input.arrow[type=submit]:hover,
.webinar-section .form-holder input.arrow[type=submit]:hover,
.form-holder .styles input.arrow[type=submit]:hover,
.form-holder .post-section input.arrow[type=submit]:hover,
.form-holder .tabs-section input.arrow[type=submit]:hover,
.form-holder .table-section input.arrow[type=submit]:hover,
.form-holder .security-section input.arrow[type=submit]:hover,
.form-holder .flexible_post-section input.arrow[type=submit]:hover,
.form-holder .quote-section input.arrow[type=submit]:hover,
.form-holder .intro_form-section input.arrow[type=submit]:hover,
.form-holder .webinar-section input.arrow[type=submit]:hover {
  opacity: 0.8;
}
.styles .cta-arrow, .post-section .cta-arrow, .tabs-section .cta-arrow, .table-section .cta-arrow, .security-section .cta-arrow, .flexible_post-section .cta-arrow, .quote-section .cta-arrow, .intro_form-section .cta-arrow, .webinar-section .cta-arrow {
  width: 90px;
  height: 90px;
  transition: box-shadow 0.2s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(49, 89, 87, 0.29);
  text-indent: -9999px;
  overflow: hidden;
}
.styles .cta-arrow:hover, .post-section .cta-arrow:hover, .tabs-section .cta-arrow:hover, .table-section .cta-arrow:hover, .security-section .cta-arrow:hover, .flexible_post-section .cta-arrow:hover, .quote-section .cta-arrow:hover, .intro_form-section .cta-arrow:hover, .webinar-section .cta-arrow:hover {
  box-shadow: 0 2px 5px rgba(49, 89, 87, 0.29);
}
.styles .cta-arrow:before, .post-section .cta-arrow:before, .tabs-section .cta-arrow:before, .table-section .cta-arrow:before, .security-section .cta-arrow:before, .flexible_post-section .cta-arrow:before, .quote-section .cta-arrow:before, .intro_form-section .cta-arrow:before, .webinar-section .cta-arrow:before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  transform: rotate(45deg);
  margin-top: -5px;
}
.styles .heading-block, .post-section .heading-block, .tabs-section .heading-block, .table-section .heading-block, .security-section .heading-block, .flexible_post-section .heading-block, .quote-section .heading-block, .intro_form-section .heading-block, .webinar-section .heading-block {
  max-width: 950px;
  margin: 0 auto 30px;
  text-align: center;
}

.webinar-section {
  position: relative;
  background: #fff;
  overflow: hidden;
  color: #424242;
}
.webinar-section h1 {
  font-size: 36px;
  line-height: 1.39;
}
.webinar-section a {
  font-weight: 500;
  color: #D83E57;
  text-decoration: underline;
}
.webinar-section a:hover {
  text-decoration: none;
}
.webinar-section b, .webinar-section strong {
  color: #000;
}
.webinar-section ul:not([class]) {
  list-style: disc;
  margin: 0 0 15px;
}
.webinar-section ul:not([class]) li {
  padding: 0;
  margin: 0 0 0 25px;
}
.webinar-section ul:not([class]) li:before, .webinar-section ul:not([class]) li:after {
  display: none;
}
.webinar-section .container {
  max-width: 1024px;
}
.webinar-section .grid-wrapper {
  display: grid;
  grid-template-areas: "title" "form" "post";
}
.webinar-section .title-column {
  grid-area: title;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 0;
}
.webinar-section .post-column {
  grid-area: post;
  max-width: 500px;
  padding: 0 0 30px;
  margin: 0 auto;
}
.webinar-section .form-column {
  grid-area: form;
  position: relative;
  background: #33BAB2;
  padding: 30px 20px;
  margin: 0 -20px 30px;
  color: #fff;
}
.webinar-section .form-column: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 3% right;
  background-size: 83% auto;
  max-width: 570px;
  position: absolute;
  top: 0;
  right: -12%;
  opacity: 0.45;
  z-index: 1;
}
.webinar-section .columns-block {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 0 30px;
}
.webinar-section .columns-block .right-column {
  width: 200px;
}
.webinar-section .title-holder {
  margin: 0 0 -1em;
}
.webinar-section .small-text {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0 0 0.5em;
}
.webinar-section .post-holder .img-holder {
  margin: 0 0 15px;
}
.webinar-section .socials-list {
  display: flex;
  gap: 0 20px;
}
.webinar-section .socials-list a, .webinar-section .socials-list img {
  display: block;
}
.webinar-section .socials-list a {
  transition: opacity 0.2s ease-in-out;
}
.webinar-section .socials-list a:hover {
  opacity: 0.8;
}
.webinar-section .form-block {
  position: relative;
  z-index: 10;
  max-width: 500px;
  margin: 0 auto;
}
.webinar-section .form_title-holder {
  margin-bottom: 25px;
}
.webinar-section .form_title-holder h3 {
  margin: 0 0 0.5em;
}
.webinar-section .form-holder input[type=text],
.webinar-section .form-holder input[type=tel],
.webinar-section .form-holder input[type=email],
.webinar-section .form-holder input[type=search],
.webinar-section .form-holder input[type=password],
.webinar-section .form-holder textarea,
.webinar-section .form-holder select {
  background: #fff;
  border: 1px solid #fff;
  padding: 8px 15px;
  border-radius: 12px;
  color: #000;
}
.webinar-section .form-holder input[type=text]::-webkit-input-placeholder,
.webinar-section .form-holder input[type=tel]::-webkit-input-placeholder,
.webinar-section .form-holder input[type=email]::-webkit-input-placeholder,
.webinar-section .form-holder input[type=search]::-webkit-input-placeholder,
.webinar-section .form-holder input[type=password]::-webkit-input-placeholder,
.webinar-section .form-holder textarea::-webkit-input-placeholder,
.webinar-section .form-holder select::-webkit-input-placeholder {
  color: #A4A4A4;
}
.webinar-section .form-holder input[type=text]::-moz-placeholder,
.webinar-section .form-holder input[type=tel]::-moz-placeholder,
.webinar-section .form-holder input[type=email]::-moz-placeholder,
.webinar-section .form-holder input[type=search]::-moz-placeholder,
.webinar-section .form-holder input[type=password]::-moz-placeholder,
.webinar-section .form-holder textarea::-moz-placeholder,
.webinar-section .form-holder select::-moz-placeholder {
  opacity: 1;
  color: #A4A4A4;
}
.webinar-section .form-holder input[type=text]:-moz-placeholder,
.webinar-section .form-holder input[type=tel]:-moz-placeholder,
.webinar-section .form-holder input[type=email]:-moz-placeholder,
.webinar-section .form-holder input[type=search]:-moz-placeholder,
.webinar-section .form-holder input[type=password]:-moz-placeholder,
.webinar-section .form-holder textarea:-moz-placeholder,
.webinar-section .form-holder select:-moz-placeholder {
  color: #A4A4A4;
}
.webinar-section .form-holder input[type=text]:-ms-input-placeholder,
.webinar-section .form-holder input[type=tel]:-ms-input-placeholder,
.webinar-section .form-holder input[type=email]:-ms-input-placeholder,
.webinar-section .form-holder input[type=search]:-ms-input-placeholder,
.webinar-section .form-holder input[type=password]:-ms-input-placeholder,
.webinar-section .form-holder textarea:-ms-input-placeholder,
.webinar-section .form-holder select:-ms-input-placeholder {
  color: #A4A4A4;
}
.webinar-section .form-holder input[type=text].placeholder,
.webinar-section .form-holder input[type=tel].placeholder,
.webinar-section .form-holder input[type=email].placeholder,
.webinar-section .form-holder input[type=search].placeholder,
.webinar-section .form-holder input[type=password].placeholder,
.webinar-section .form-holder textarea.placeholder,
.webinar-section .form-holder select.placeholder {
  color: #A4A4A4;
}
.webinar-section .form-holder .hs-form a {
  color: #fff;
  text-decoration: underline;
}
.webinar-section .form-holder .hs-form a:hover {
  text-decoration: none;
}
.webinar-section .form-holder .hs-form .hs-form-field {
  margin: 0 0 15px;
}
.webinar-section .form-holder .hs-form .hs-form-field > label {
  display: block !important;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 5px;
}
.webinar-section .form-holder .hs-form .hs_error_rollup {
  display: block !important;
}
.webinar-section .form-holder .hs-form .hs_error_rollup .hs-error-msgs {
  padding: 0;
}
.webinar-section .form-holder .hs-form .legal-consent-container .hs-richtext {
  font-size: 10px;
  line-height: 1.4;
}
.webinar-section .form-holder .hs-form .hs-error-msgs {
  font-weight: 500;
  font-size: 10px;
}
.webinar-section .form-holder .hs-form .hs-submit .hs-button {
  padding: 12px 30px;
  border-radius: 12px;
  width: auto;
  margin: 0 auto;
}

.intro_form-section {
  position: relative;
  overflow: hidden;
}
.intro_form-section .container {
  max-width: 1024px;
}
.intro_form-section .left-column {
  padding: 30px 0;
}
.intro_form-section .right-column {
  position: relative;
  background: #424242;
  margin: 0 -20px;
  padding: 30px 20px;
  color: #fff;
}
.intro_form-section .column-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.intro_form-section .logo {
  margin: 0 0 30px;
}
.intro_form-section .bg-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.intro_form-section .bg-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.intro_form-section .bg-holder ~ * {
  position: relative;
  z-index: 1;
}
.intro_form-section .post-block {
  margin-bottom: 30px;
}
.intro_form-section .post-block .ico-text {
  font-weight: bold;
  font-size: 20px;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 30px;
}
.intro_form-section .post-block .ico-text .ico-play {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  background: #424242;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro_form-section .post-block .ico-text .ico-play:before {
  width: 0;
  height: 0;
  border-bottom: 8.5px solid transparent;
  border-left: 14px solid #fff;
  border-top: 8.5px solid transparent;
  content: "";
  margin-left: 3px;
}
.intro_form-section .post-box {
  background: #A980AA;
  padding: 30px;
  border-radius: 15px;
  color: #fff;
}
.intro_form-section .post-box * {
  font-size: 20px;
  line-height: 1.5;
}
.intro_form-section .post-box ul {
  padding: 0 0 0 15px;
  list-style: disc;
}
.intro_form-section .post-box ul li {
  padding: 0;
  margin-bottom: 10px;
}
.intro_form-section .post-box ul li:before, .intro_form-section .post-box ul li:after {
  display: none;
}
.intro_form-section .quote-block .photo-holder {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto -30px;
}
.intro_form-section .quote-block .quote-box {
  background: #fff;
  padding: 60px 20px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.intro_form-section .quote-block .quote-box *:last-child {
  margin: 0;
}
.intro_form-section .form-block .form_title-holder {
  margin-bottom: 30px;
}

.quote-section {
  position: relative;
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.quote-section:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.quote-section a {
  text-decoration: none;
  color: #212529;
}
.quote-section a:hover {
  text-decoration: underline;
  color: #212529;
}
.quote-section .container {
  position: relative;
  z-index: 1;
}
.quote-section:not(.box-view) .photo-holder {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto -30px;
}
.quote-section:not(.box-view) .post-box {
  background: #fff;
  padding: 60px 20px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.quote-section:not(.box-view) .post-box *:last-child {
  margin: 0;
}
.quote-section.box-view {
  padding: 60px 0 0;
}
.quote-section.box-view .column {
  margin: 0 auto 60px;
  max-width: 400px;
}
.quote-section.box-view .column:last-child {
  margin-bottom: 30px;
}
.quote-section.box-view .quote-box {
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.quote-section.box-view .quote-box .photo-holder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: -60px auto 30px;
}
.quote-section.box-view .quote-box .post-holder *:last-child {
  margin: 0;
}

.iframe-section .sl-embed {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  left: 0;
  top: 0;
  padding: 0 !important;
}

.flexible_post-section {
  padding: 30px 0;
  margin: 0 !important;
  font: 16px/1.31 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #212529;
}
.flexible_post-section img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.flexible_post-section p {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 1em;
}
.flexible_post-section a {
  color: inherit;
}
.flexible_post-section a:hover,
.flexible_post-section a:focus {
  text-decoration: none;
}
.flexible_post-section h1 {
  font-family: "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.flexible_post-section h1, .flexible_post-section .h1,
.flexible_post-section h2, .flexible_post-section .h2,
.flexible_post-section h3, .flexible_post-section .h3,
.flexible_post-section h4, .flexible_post-section .h4,
.flexible_post-section h5, .flexible_post-section .h5,
.flexible_post-section h6, .flexible_post-section .h6,
.flexible_post-section .h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}
.flexible_post-section .columns-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flexible_post-section .img-column {
  max-width: 450px;
  margin: 0 0 30px;
}
.flexible_post-section .post-holder {
  margin: 0 0 -1em;
}
.flexible_post-section.column-reverse .columns-block {
  flex-direction: column-reverse;
}
.flexible_post-section.column-reverse .img-column {
  margin: 0;
}
.flexible_post-section.column-reverse .post-column {
  margin: 0 0 30px;
}

.security-section {
  background: #fff;
}
.security-section .security-block {
  background-color: #33BAB2;
  color: #fff;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-height: 300px;
  aspect-ratio: 5/1;
}
.security-section .security-block h1 {
  font-size: 40px;
  line-height: 1.06;
  margin: 0 0 0.43em;
}
.security-section .security-block .container {
  height: 100%;
}
.security-section .security-block .columns-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.security-section .security-block .post-column {
  padding: 50px 0;
}
.security-section .security-block .img-column {
  height: 100%;
  position: relative;
  display: none;
}
.security-section .security-block .img-column img {
  position: absolute;
  inset: 0;
}
.security-section .iso-block {
  position: relative;
  padding: 60px 0 30px;
  text-align: center;
  color: #7D7D7D;
}
.security-section .iso-block .cta-holder {
  display: none;
  position: absolute;
}
.security-section .iso-block .img-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 30px;
}
.security-section .iso-block .img-list img {
  width: 100%;
}
.security-section .iso-block .iso-number {
  display: block;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  color: #D83E57;
  margin: 0 0 0.5em;
}

.table-section {
  background: #F3FBFA;
  padding: 30px 0 20px;
}
.table-section h1, .table-section h2, .table-section h3, .table-section h4, .table-section h5, .table-section h6 {
  color: #424242;
}
.table-section .title-holder {
  margin: 0 0 30px;
  text-align: center;
}
.table-section .table-holder {
  overflow-x: auto;
  margin: 0 0 30px;
  border-radius: 10px;
  box-shadow: 0 7px 21px rgba(40, 40, 40, 0.1);
}
.table-section .table-holder a {
  font-weight: 400;
  color: #33BAB2;
  text-decoration: underline;
}
.table-section .table-holder a:hover {
  text-decoration: none;
}
.table-section .table-holder table {
  width: 100%;
  background: #fff;
}
.table-section .table-holder tr:nth-child(2) td {
  padding: 10px 15px 5px;
}
.table-section .table-holder tr:last-child td {
  padding: 5px 15px 10px;
}
.table-section .table-holder th {
  width: 16.67%;
  padding: 15px 15px;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  font-weight: 500;
  text-transform: uppercase;
  color: #B3B3B3;
  text-align: left;
}
.table-section .table-holder th:last-child {
  border-right: none;
}
.table-section .table-holder td {
  padding: 5px 15px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #F4F4F4;
  color: #424242;
}
.table-section .table-holder td:first-child {
  font-weight: 600;
}
.table-section .table-holder td:last-child {
  border-right: none;
}
.table-section .post-holder {
  text-align: center;
  color: #7D7D7D;
}

.tabs-section {
  background: #fff;
  padding: 30px 0 20px;
  color: #424242;
}
.tabs-section a {
  font-weight: 700;
  color: #D83E57;
  text-decoration: underline;
}
.tabs-section a:hover {
  text-decoration: none;
}
.tabs-section p {
  margin: 0 0 1.4em;
}
.tabs-section ul:not([class]) li {
  margin-bottom: 1.4em;
}
.tabs-section ol {
  counter-reset: list;
}
.tabs-section ol li {
  margin: 0 0 1.4em;
}
.tabs-section ol li:before {
  counter-increment: list;
  content: "Use case " counter(list) ": ";
  font-weight: 700;
  color: #33BAB2;
}
.tabs-section .tabs-block .tabs-list {
  margin: 0 0 30px;
}
.tabs-section .tabs-block .tabs-list li {
  margin: 0 0 15px;
}
.tabs-section .tabs-block .tabs-list .btn, .tabs-section .tabs-block .tabs-list .form-holder button, .form-holder .tabs-section .tabs-block .tabs-list button,
.tabs-section .tabs-block .tabs-list .form-holder input[type=button],
.form-holder .tabs-section .tabs-block .tabs-list input[type=button],
.tabs-section .tabs-block .tabs-list .form-holder input[type=reset],
.form-holder .tabs-section .tabs-block .tabs-list input[type=reset],
.tabs-section .tabs-block .tabs-list .form-holder input[type=file],
.form-holder .tabs-section .tabs-block .tabs-list input[type=file],
.tabs-section .tabs-block .tabs-list .form-holder input[type=submit],
.form-holder .tabs-section .tabs-block .tabs-list input[type=submit] {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.1);
  color: #424242;
  text-transform: unset;
}
.tabs-section .tabs-block .tabs-list .active .btn, .tabs-section .tabs-block .tabs-list .active .form-holder button, .form-holder .tabs-section .tabs-block .tabs-list .active button,
.tabs-section .tabs-block .tabs-list .active .form-holder input[type=button],
.form-holder .tabs-section .tabs-block .tabs-list .active input[type=button],
.tabs-section .tabs-block .tabs-list .active .form-holder input[type=reset],
.form-holder .tabs-section .tabs-block .tabs-list .active input[type=reset],
.tabs-section .tabs-block .tabs-list .active .form-holder input[type=file],
.form-holder .tabs-section .tabs-block .tabs-list .active input[type=file],
.tabs-section .tabs-block .tabs-list .active .form-holder input[type=submit],
.form-holder .tabs-section .tabs-block .tabs-list .active input[type=submit] {
  background: #D83E57;
  border-color: #D83E57;
  color: #fff;
}
.tabs-section .tabs-block .tabs {
  position: relative;
}
.tabs-section .tabs-block .tab-content {
  transition: opacity 0.4s ease-in-out;
}
.tabs-section .tabs-block .tab-content.js-tab-hidden {
  height: auto;
  width: 100%;
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  opacity: 0;
}
.tabs-section .tabs-block .tab-content.active {
  opacity: 1;
}

.post-section {
  background: #F3FBFA;
  padding: 30px 0 20px;
  color: #424242;
}
.post-section a {
  font-weight: 600;
  text-decoration: underline;
  color: #424242;
}
.post-section a:hover {
  text-decoration: none;
}
.post-section p {
  margin: 0 0 1.4em;
}

.post_footer-section {
  background: #D83E57;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}
.post_footer-section a {
  text-decoration: underline;
}
.post_footer-section a:hover {
  text-decoration: none;
  color: inherit;
}
.post_footer-section .post-holder {
  margin: 0 0 -1em;
}
.post_footer-section.lightbox-wrapper .post-holder {
  margin: 0;
}
.post_footer-section.lightbox-wrapper .post-holder *:not(.lity_lightbox-block) {
  display: inline;
}

.intro-section {
  background: #F4F4F4;
  padding: 60px 0;
  overflow: hidden;
  color: #202020;
}
.intro-section h1, .intro-section h2, .intro-section h3, .intro-section h4, .intro-section h5, .intro-section h6 {
  color: #202020;
}
.intro-section h1 {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 0.53em;
}
.intro-section b, .intro-section strong {
  color: #D83E57;
}
.intro-section .video-wrapper .video-block {
  box-shadow: none;
}
.intro-section .video-wrapper .play-ico {
  width: 70px;
  height: 70px;
}
.intro-section .video-wrapper .play-ico:before {
  border-width: 15px 0 15px 26px;
}
.intro-section .banner-block {
  max-width: 300px;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  place-content: center;
  padding: 30px 30px 55px 50px;
  font-weight: 700;
  line-height: 1.29;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.intro-section .banner-block .pretitle {
  display: inline-block;
  font-size: 16px;
  color: #000;
  margin-bottom: 0.31em;
}
.intro-section .banner-block .title {
  display: inline-block;
  font-size: 18px;
  color: #D83E57;
  margin-bottom: 1.1em;
}
.intro-section .banner-block .btn, .intro-section .banner-block .form-holder button, .form-holder .intro-section .banner-block button,
.intro-section .banner-block .form-holder input[type=button],
.form-holder .intro-section .banner-block input[type=button],
.intro-section .banner-block .form-holder input[type=reset],
.form-holder .intro-section .banner-block input[type=reset],
.intro-section .banner-block .form-holder input[type=file],
.form-holder .intro-section .banner-block input[type=file],
.intro-section .banner-block .form-holder input[type=submit],
.form-holder .intro-section .banner-block input[type=submit] {
  transition: background 0.2s ease-in-out;
  display: block;
  width: auto;
  border-color: #A980AA;
  border-radius: 5px;
  background: #A980AA;
  font: 700 10px/14px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 15px;
  margin-right: 10px;
}
.intro-section .banner-block .btn:hover, .intro-section .banner-block .form-holder button:hover, .form-holder .intro-section .banner-block button:hover,
.intro-section .banner-block .form-holder input[type=button]:hover,
.form-holder .intro-section .banner-block input[type=button]:hover,
.intro-section .banner-block .form-holder input[type=reset]:hover,
.form-holder .intro-section .banner-block input[type=reset]:hover,
.intro-section .banner-block .form-holder input[type=file]:hover,
.form-holder .intro-section .banner-block input[type=file]:hover,
.intro-section .banner-block .form-holder input[type=submit]:hover,
.form-holder .intro-section .banner-block input[type=submit]:hover {
  background: rgb(156.9113207547, 110.1481132075, 158.0518867925);
}
.intro-section:not(.banner-section) .container {
  padding: 0 15px;
}
.intro-section:not(.banner-section) .columns-block {
  display: flex;
  flex-direction: column;
}
.intro-section:not(.banner-section) .right-column {
  margin: 0 0 35px;
}
.intro-section.banner-section .container {
  padding: 0 15px;
}
.intro-section.banner-section .columns-block {
  display: grid;
  grid-template-areas: "video" "post" "banner";
  gap: 30px;
}
.intro-section.banner-section .columns-block .left-column {
  grid-area: post;
  justify-self: flex-start;
}
.intro-section.banner-section .columns-block .right-column {
  grid-area: video;
  width: 100%;
  justify-self: flex-end;
}
.intro-section.banner-section .columns-block .banner-column {
  grid-area: banner;
  justify-self: center;
}

.comparison_table-section {
  background: #F3FBFA;
  padding: 50px 0;
  font-size: 12px;
  line-height: 1.5;
}
.comparison_table-section h1, .comparison_table-section h2, .comparison_table-section h3, .comparison_table-section h4, .comparison_table-section h5, .comparison_table-section h6 {
  color: #202020;
}
.comparison_table-section .heading-block b, .comparison_table-section .heading-block strong {
  color: #D83E57;
}
.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: #D83E57;
}
.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);
}

.partners-section {
  background: #fff;
  padding: 100px 0 85px;
}
.partners-section h1, .partners-section h2, .partners-section h3, .partners-section h4, .partners-section h5, .partners-section h6 {
  color: #202020;
}
.partners-section h3 {
  font-size: 28px;
  line-height: 1.43;
}
.partners-section b, .partners-section strong {
  color: #D83E57;
}
.partners-section .container {
  padding: 0 15px;
}
.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 {
  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;
}

.post_competitors-section {
  background: #F4F4F4;
  padding: 95px 0 30px;
  color: #6D6A66;
}
.post_competitors-section h1, .post_competitors-section h2, .post_competitors-section h3, .post_competitors-section h4, .post_competitors-section h5, .post_competitors-section h6 {
  color: #202020;
}
.post_competitors-section h3 {
  font-size: 28px;
  line-height: 1.43;
  margin: 0 0 1.43em;
}
.post_competitors-section b, .post_competitors-section strong {
  color: #D83E57;
}
.post_competitors-section .container {
  padding: 0 15px;
}
.post_competitors-section .white-box {
  background: #fff;
  padding: 35px 15px;
  border-radius: 24px;
  margin: 0 0 30px;
  display: grid;
  gap: 0 56px;
}
.post_competitors-section .white-box:nth-child(even) .img-block .ico {
  box-shadow: 3.74px 12.08px 20.3px 0px rgba(0, 0, 0, 0.15);
}
.post_competitors-section .post-column .btn, .post_competitors-section .post-column .form-holder button, .form-holder .post_competitors-section .post-column button,
.post_competitors-section .post-column .form-holder input[type=button],
.form-holder .post_competitors-section .post-column input[type=button],
.post_competitors-section .post-column .form-holder input[type=reset],
.form-holder .post_competitors-section .post-column input[type=reset],
.post_competitors-section .post-column .form-holder input[type=file],
.form-holder .post_competitors-section .post-column input[type=file],
.post_competitors-section .post-column .form-holder input[type=submit],
.form-holder .post_competitors-section .post-column input[type=submit] {
  margin: 0;
}
.post_competitors-section .img-block {
  position: relative;
  max-width: 655px;
  margin: 0 auto 15px;
}
.post_competitors-section .img-block .img {
  border-radius: 10px;
}
.post_competitors-section .img-block .ico {
  position: absolute;
  top: -8px;
  left: 9px;
  width: 27%;
  border-radius: 8px;
  box-shadow: 6.24px 0 24.95px 0 rgba(0, 0, 0, 0.15);
}

.reviews-section {
  background: #F4F4F4;
  overflow: hidden;
  padding: 40px 0 95px;
  color: #424242;
}
.reviews-section .container {
  padding: 0 15px;
}
.reviews-section h1, .reviews-section h2, .reviews-section h3, .reviews-section h4, .reviews-section h5, .reviews-section h6 {
  color: #202020;
}
.reviews-section h3 {
  font-size: 28px;
  line-height: 1.43;
  margin: 0 0 0.95em;
}
.reviews-section b, .reviews-section strong {
  color: #D83E57;
}
.reviews-section .heading-block {
  margin: 0 auto;
}
.reviews-section .slider-block {
  margin: 0 -30px 0 -7px;
}
.reviews-section .slider-block .slick-list {
  padding: 0 50px 0 0;
}
.reviews-section .slider-block .slide {
  padding: 16px;
}
.reviews-section .slider-block .post-block {
  background: #fff;
  border-radius: 16px;
  box-shadow: -8px -8px 0 0 #D83E57;
  padding: 25px 15px;
}
.reviews-section .slider-block .post-block .post-holder {
  margin: 0 0 15px;
}
.reviews-section .slider-block .post-block .customer-block {
  display: flex;
  gap: 0 16px;
}
.reviews-section .slider-block .post-block .customer-block .photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews-section .slider-block .post-block .customer-block .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reviews-section .slider-block .post-block .customer-block .name {
  width: calc(100% - 88px);
  margin: 0 0 -1em;
}
.reviews-section .slick-dots {
  display: flex !important;
  justify-content: center;
  margin: 15px 0 0 -23px;
}
.reviews-section .slick-dots li {
  margin: 0 8px;
  line-height: 0;
}
.reviews-section .slick-dots li.slick-active button {
  background: #D83E57;
}
.reviews-section .slick-dots button {
  width: 16px;
  height: 16px;
  background: #E5E5E5;
  text-indent: -9990px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  padding: 0;
}

.services-section {
  background: #fff;
  padding: 95px 0;
}
.services-section h1, .services-section h2, .services-section h3, .services-section h4, .services-section h5, .services-section h6 {
  color: #202020;
}
.services-section h3 {
  font-size: 28px;
  line-height: 1.43;
  margin: 0 0 1.43em;
}
.services-section b, .services-section strong {
  color: #D83E57;
}
.services-section .container {
  padding: 0 15px;
}
.services-section .columns-block {
  display: grid;
  gap: 0 30px;
}
.services-section .heading-block {
  text-align: center;
  margin: 0;
}
.services-section .btn-block {
  margin: 20px auto 0;
}
.services-section .btn-block .btn, .services-section .btn-block .form-holder button, .form-holder .services-section .btn-block button,
.services-section .btn-block .form-holder input[type=button],
.form-holder .services-section .btn-block input[type=button],
.services-section .btn-block .form-holder input[type=reset],
.form-holder .services-section .btn-block input[type=reset],
.services-section .btn-block .form-holder input[type=file],
.form-holder .services-section .btn-block input[type=file],
.services-section .btn-block .form-holder input[type=submit],
.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 {
  margin: 0 0 0 10px;
}
.services-section .text-ico img {
  margin: 10px 0 0;
}

.bg_form-section {
  background: #F4F4F4;
  position: relative;
  padding: 95px 0;
  color: #000;
  overflow: hidden;
}
.bg_form-section h1, .bg_form-section h2, .bg_form-section h3, .bg_form-section h4, .bg_form-section h5, .bg_form-section h6 {
  color: #202020;
}
.bg_form-section h3 {
  font-size: 28px;
  line-height: 1.43;
  margin: 0 0 0.95em;
  text-align: center;
}
.bg_form-section b, .bg_form-section strong {
  color: #D83E57;
}
.bg_form-section .container {
  padding: 0 15px;
}
.bg_form-section .columns-block {
  margin: 0 auto;
}
.bg_form-section .columns-block .left-column {
  margin: 0 auto;
  max-width: 705px;
}
.bg_form-section .columns-block .right-column .img-holder {
  width: 700px;
  margin: -120px -249px -100px 0;
}
.bg_form-section .post-holder {
  margin-bottom: 30px;
  text-align: center;
}
.bg_form-section .img-holder {
  max-width: 300px;
  margin: 0 auto;
}
.bg_form-section .form-holder .hs-form a {
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
.bg_form-section .form-holder .hs-form a:hover {
  text-decoration: none;
}
.bg_form-section .form-holder .hs-form input[type=text],
.bg_form-section .form-holder .hs-form input[type=tel],
.bg_form-section .form-holder .hs-form input[type=email],
.bg_form-section .form-holder .hs-form input[type=search],
.bg_form-section .form-holder .hs-form input[type=password],
.bg_form-section .form-holder .hs-form textarea,
.bg_form-section .form-holder .hs-form select {
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  font-size: 14px;
  line-height: 1.29;
  color: #000;
}
.bg_form-section .form-holder .hs-form input[type=text]:focus,
.bg_form-section .form-holder .hs-form input[type=tel]:focus,
.bg_form-section .form-holder .hs-form input[type=email]:focus,
.bg_form-section .form-holder .hs-form input[type=search]:focus,
.bg_form-section .form-holder .hs-form input[type=password]:focus,
.bg_form-section .form-holder .hs-form textarea:focus,
.bg_form-section .form-holder .hs-form select:focus {
  border-color: #000;
}
.bg_form-section .form-holder .hs-form input[type=text]::-webkit-input-placeholder,
.bg_form-section .form-holder .hs-form input[type=tel]::-webkit-input-placeholder,
.bg_form-section .form-holder .hs-form input[type=email]::-webkit-input-placeholder,
.bg_form-section .form-holder .hs-form input[type=search]::-webkit-input-placeholder,
.bg_form-section .form-holder .hs-form input[type=password]::-webkit-input-placeholder,
.bg_form-section .form-holder .hs-form textarea::-webkit-input-placeholder,
.bg_form-section .form-holder .hs-form select::-webkit-input-placeholder {
  color: #A6A8A9;
}
.bg_form-section .form-holder .hs-form input[type=text]::-moz-placeholder,
.bg_form-section .form-holder .hs-form input[type=tel]::-moz-placeholder,
.bg_form-section .form-holder .hs-form input[type=email]::-moz-placeholder,
.bg_form-section .form-holder .hs-form input[type=search]::-moz-placeholder,
.bg_form-section .form-holder .hs-form input[type=password]::-moz-placeholder,
.bg_form-section .form-holder .hs-form textarea::-moz-placeholder,
.bg_form-section .form-holder .hs-form select::-moz-placeholder {
  opacity: 1;
  color: #A6A8A9;
}
.bg_form-section .form-holder .hs-form input[type=text]:-moz-placeholder,
.bg_form-section .form-holder .hs-form input[type=tel]:-moz-placeholder,
.bg_form-section .form-holder .hs-form input[type=email]:-moz-placeholder,
.bg_form-section .form-holder .hs-form input[type=search]:-moz-placeholder,
.bg_form-section .form-holder .hs-form input[type=password]:-moz-placeholder,
.bg_form-section .form-holder .hs-form textarea:-moz-placeholder,
.bg_form-section .form-holder .hs-form select:-moz-placeholder {
  color: #A6A8A9;
}
.bg_form-section .form-holder .hs-form input[type=text]:-ms-input-placeholder,
.bg_form-section .form-holder .hs-form input[type=tel]:-ms-input-placeholder,
.bg_form-section .form-holder .hs-form input[type=email]:-ms-input-placeholder,
.bg_form-section .form-holder .hs-form input[type=search]:-ms-input-placeholder,
.bg_form-section .form-holder .hs-form input[type=password]:-ms-input-placeholder,
.bg_form-section .form-holder .hs-form textarea:-ms-input-placeholder,
.bg_form-section .form-holder .hs-form select:-ms-input-placeholder {
  color: #A6A8A9;
}
.bg_form-section .form-holder .hs-form input[type=text].placeholder,
.bg_form-section .form-holder .hs-form input[type=tel].placeholder,
.bg_form-section .form-holder .hs-form input[type=email].placeholder,
.bg_form-section .form-holder .hs-form input[type=search].placeholder,
.bg_form-section .form-holder .hs-form input[type=password].placeholder,
.bg_form-section .form-holder .hs-form textarea.placeholder,
.bg_form-section .form-holder .hs-form select.placeholder {
  color: #A6A8A9;
}
.bg_form-section .form-holder .hs-form select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM0MjQyNDI7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSLQodC70L7QuV8xLTIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTUsMzBBMTUsMTUsMCwxLDEsMzAsMTUsMTUsMTUsMCwwLDEsMTUsMzBaTTE1LDJBMTMsMTMsMCwxLDAsMjgsMTUsMTMsMTMsMCwwLDAsMTUsMloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNSwyMGExLDEsMCwwLDEtLjc3LS4zNmwtNS02YTEsMSwwLDEsMSwxLjU0LTEuMjhMMTUsMTcuNDRsNC4yMy01LjA4YTEsMSwwLDAsMSwxLjU0LDEuMjhsLTUsNkExLDEsMCwwLDEsMTUsMjBaIi8+PC9nPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 20px;
}
.bg_form-section .form-holder .hs-form button,
.bg_form-section .form-holder .hs-form input[type=button],
.bg_form-section .form-holder .hs-form input[type=reset],
.bg_form-section .form-holder .hs-form input[type=file],
.bg_form-section .form-holder .hs-form input[type=submit] {
  text-transform: none;
  border-radius: 5px;
}
.bg_form-section .form-holder .hs-form .hs-form-field {
  margin: 0 0 16px;
}
.bg_form-section .form-holder .hs-form .hs-submit {
  margin-top: 15px;
}
.bg_form-section .form-holder .hs-form .input .error,
.bg_form-section .form-holder .hs-form .hs-richtext .error {
  border-color: #D83E57;
}

.faq-section {
  padding: 60px 0;
}
.faq-section h1, .faq-section h2, .faq-section h3, .faq-section h4, .faq-section h5, .faq-section h6 {
  color: #202020;
}
.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: #212529;
  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);
}
@media (min-width: 360px){
  .comparison_table-section .table-wrapper {
    overflow: unset;
  }
  .comparison_table-section .table-holder {
    min-width: none;
  }
}
@media (min-width: 480px){
  .form-holder .submitted-message {
    font-size: 18px;
  }
  .lity-wrap .lity_lightbox-block {
    padding: 30px;
  }
  .styles h1, .post-section h1, .tabs-section h1, .table-section h1, .security-section h1, .flexible_post-section h1, .quote-section h1, .intro_form-section h1, .webinar-section h1 {
    font-size: 51px;
  }
  .styles h2, .post-section h2, .tabs-section h2, .table-section h2, .security-section h2, .flexible_post-section h2, .quote-section h2, .intro_form-section h2, .webinar-section h2 {
    font-size: 40px;
  }
  .styles h3, .post-section h3, .tabs-section h3, .table-section h3, .security-section h3, .flexible_post-section h3, .quote-section h3, .intro_form-section h3, .webinar-section h3 {
    font-size: 33px;
  }
  .styles h4, .post-section h4, .tabs-section h4, .table-section h4, .security-section h4, .flexible_post-section h4, .quote-section h4, .intro_form-section h4, .webinar-section h4 {
    font-size: 26px;
  }
  .styles h5, .post-section h5, .tabs-section h5, .table-section h5, .security-section h5, .flexible_post-section h5, .quote-section h5, .intro_form-section h5, .webinar-section h5 {
    font-size: 22px;
  }
  .styles h6, .post-section h6, .tabs-section h6, .table-section h6, .security-section h6, .flexible_post-section h6, .quote-section h6, .intro_form-section h6, .webinar-section h6 {
    font-size: 16px;
  }
  .styles .btn.arrow, .post-section .btn.arrow, .tabs-section .btn.arrow, .table-section .btn.arrow, .security-section .btn.arrow, .flexible_post-section .btn.arrow, .quote-section .btn.arrow, .intro_form-section .btn.arrow, .webinar-section .btn.arrow, .styles .form-holder button.arrow, .post-section .form-holder button.arrow, .tabs-section .form-holder button.arrow, .table-section .form-holder button.arrow, .security-section .form-holder button.arrow, .flexible_post-section .form-holder button.arrow, .quote-section .form-holder button.arrow, .intro_form-section .form-holder button.arrow, .webinar-section .form-holder button.arrow, .form-holder .styles button.arrow, .form-holder .post-section button.arrow, .form-holder .tabs-section button.arrow, .form-holder .table-section button.arrow, .form-holder .security-section button.arrow, .form-holder .flexible_post-section button.arrow, .form-holder .quote-section button.arrow, .form-holder .intro_form-section button.arrow, .form-holder .webinar-section button.arrow,
  .styles .form-holder input.arrow[type=button],
  .post-section .form-holder input.arrow[type=button],
  .tabs-section .form-holder input.arrow[type=button],
  .table-section .form-holder input.arrow[type=button],
  .security-section .form-holder input.arrow[type=button],
  .flexible_post-section .form-holder input.arrow[type=button],
  .quote-section .form-holder input.arrow[type=button],
  .intro_form-section .form-holder input.arrow[type=button],
  .webinar-section .form-holder input.arrow[type=button],
  .form-holder .styles input.arrow[type=button],
  .form-holder .post-section input.arrow[type=button],
  .form-holder .tabs-section input.arrow[type=button],
  .form-holder .table-section input.arrow[type=button],
  .form-holder .security-section input.arrow[type=button],
  .form-holder .flexible_post-section input.arrow[type=button],
  .form-holder .quote-section input.arrow[type=button],
  .form-holder .intro_form-section input.arrow[type=button],
  .form-holder .webinar-section input.arrow[type=button],
  .styles .form-holder input.arrow[type=reset],
  .post-section .form-holder input.arrow[type=reset],
  .tabs-section .form-holder input.arrow[type=reset],
  .table-section .form-holder input.arrow[type=reset],
  .security-section .form-holder input.arrow[type=reset],
  .flexible_post-section .form-holder input.arrow[type=reset],
  .quote-section .form-holder input.arrow[type=reset],
  .intro_form-section .form-holder input.arrow[type=reset],
  .webinar-section .form-holder input.arrow[type=reset],
  .form-holder .styles input.arrow[type=reset],
  .form-holder .post-section input.arrow[type=reset],
  .form-holder .tabs-section input.arrow[type=reset],
  .form-holder .table-section input.arrow[type=reset],
  .form-holder .security-section input.arrow[type=reset],
  .form-holder .flexible_post-section input.arrow[type=reset],
  .form-holder .quote-section input.arrow[type=reset],
  .form-holder .intro_form-section input.arrow[type=reset],
  .form-holder .webinar-section input.arrow[type=reset],
  .styles .form-holder input.arrow[type=file],
  .post-section .form-holder input.arrow[type=file],
  .tabs-section .form-holder input.arrow[type=file],
  .table-section .form-holder input.arrow[type=file],
  .security-section .form-holder input.arrow[type=file],
  .flexible_post-section .form-holder input.arrow[type=file],
  .quote-section .form-holder input.arrow[type=file],
  .intro_form-section .form-holder input.arrow[type=file],
  .webinar-section .form-holder input.arrow[type=file],
  .form-holder .styles input.arrow[type=file],
  .form-holder .post-section input.arrow[type=file],
  .form-holder .tabs-section input.arrow[type=file],
  .form-holder .table-section input.arrow[type=file],
  .form-holder .security-section input.arrow[type=file],
  .form-holder .flexible_post-section input.arrow[type=file],
  .form-holder .quote-section input.arrow[type=file],
  .form-holder .intro_form-section input.arrow[type=file],
  .form-holder .webinar-section input.arrow[type=file],
  .styles .form-holder input.arrow[type=submit],
  .post-section .form-holder input.arrow[type=submit],
  .tabs-section .form-holder input.arrow[type=submit],
  .table-section .form-holder input.arrow[type=submit],
  .security-section .form-holder input.arrow[type=submit],
  .flexible_post-section .form-holder input.arrow[type=submit],
  .quote-section .form-holder input.arrow[type=submit],
  .intro_form-section .form-holder input.arrow[type=submit],
  .webinar-section .form-holder input.arrow[type=submit],
  .form-holder .styles input.arrow[type=submit],
  .form-holder .post-section input.arrow[type=submit],
  .form-holder .tabs-section input.arrow[type=submit],
  .form-holder .table-section input.arrow[type=submit],
  .form-holder .security-section input.arrow[type=submit],
  .form-holder .flexible_post-section input.arrow[type=submit],
  .form-holder .quote-section input.arrow[type=submit],
  .form-holder .intro_form-section input.arrow[type=submit],
  .form-holder .webinar-section input.arrow[type=submit] {
    padding: 17px 40px;
  }
  .webinar-section h1 {
    font-size: 51px;
  }
  .security-section .security-block {
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: top right;
    text-align: left;
  }
  .security-section .security-block h1 {
    font-size: 51px;
  }
  .security-section .iso-block {
    font-size: 20px;
  }
  .security-section .iso-block .iso-number {
    font-size: 33px;
  }
  .table-section .table-holder {
    font-size: 18px;
    line-height: 1.2;
  }
  .table-section .post-holder {
    font-size: 20px;
    line-height: 1.2;
  }
  .tabs-section {
    line-height: 1.33;
  }
  .tabs-section .tabs-block .tabs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 15px;
  }
  .tabs-section .tabs-block .tabs-list li {
    width: calc(50% - 7.5px);
  }
  .post-section {
    line-height: 1.33;
  }
  .intro-section .post-holder {
    text-align: center;
  }
  .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;
  }
  .partners-section h3 {
    font-size: 40px;
    line-height: 1.2;
  }
  .post_competitors-section h3 {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 1em;
  }
  .reviews-section h3 {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 0.85em;
  }
  .reviews-section .slider-block {
    margin: 0 -16px;
  }
  .reviews-section .slider-block .slick-list {
    padding: 0;
  }
  .services-section h3 {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 1.68em;
  }
  .services-section .service_logo-list {
    gap: 0 25px;
  }
  .bg_form-section h3 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 650px){
  .quote-section.box-view .columns-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 30px;
  }
  .quote-section.box-view .column {
    width: calc(50% - 15px);
    margin: 0 0 60px;
  }
  .partners-section .partners-list {
    gap: 0 100px;
  }
  .post_competitors-section .white-box {
    padding: 40px 25px;
  }
  .post_competitors-section .img-block .ico {
    left: 24px;
    top: 24px;
    width: 31%;
  }
  .reviews-section .slider-block .post-block {
    padding: 30px 24px;
  }
}
@media (min-width: 768px){
  .form-holder.lity_form-holder .hs-submit {
    margin-top: 35px;
  }
  .video-wrapper .video-block .play-ico {
    width: 140px;
    height: 140px;
  }
  .video-wrapper .video-block .play-ico:before {
    border-width: 28px 0 28px 47px;
  }
  .styles .container, .post-section .container, .tabs-section .container, .table-section .container, .security-section .container, .flexible_post-section .container, .quote-section .container, .intro_form-section .container, .webinar-section .container {
    padding: 0 30px;
  }
  .webinar-section .form-column {
    margin: 0 -30px 30px;
    padding: 30px;
  }
  .intro_form-section .right-column {
    margin: 0 -30px;
    padding: 30px;
  }
  .quote-section {
    padding: 55px 0;
  }
  .quote-section:not(.box-view) .columns-block {
    display: flex;
    align-items: center;
    gap: 0 30px;
  }
  .quote-section:not(.box-view) .left-column {
    width: 150px;
  }
  .quote-section:not(.box-view) .photo-holder {
    margin: 0;
  }
  .quote-section:not(.box-view) .right-column {
    width: calc(100% - 180px);
  }
  .quote-section:not(.box-view) .post-box {
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
  }
  .quote-section.box-view {
    padding: 80px 0 0;
  }
  .flexible_post-section {
    padding: 50px 0;
  }
  .flexible_post-section.row .columns-block, .flexible_post-section.row-reverse .columns-block {
    flex-direction: row;
    gap: 0 60px;
  }
  .flexible_post-section.row .img-column, .flexible_post-section.row-reverse .img-column {
    max-width: none;
    width: calc(50% - 30px);
    margin: 0;
  }
  .flexible_post-section.row .post-column, .flexible_post-section.row-reverse .post-column {
    width: calc(50% - 30px);
  }
  .flexible_post-section.row-reverse .columns-block {
    flex-direction: row-reverse;
  }
  .flexible_post-section.row-reverse .img-column {
    text-align: right;
  }
  .security-section .security-block {
    background-size: auto 120%;
    background-position: top 4vw right calc(50% - 300px);
  }
  .security-section .security-block .columns-block {
    gap: 0 30px;
  }
  .security-section .security-block .post-column {
    width: calc(62.79% - 15px);
  }
  .security-section .security-block .img-column {
    display: block;
    width: calc(37.21% - 15px);
  }
  .security-section .iso-block .img-list {
    margin-bottom: 50px;
    gap: 0 60px;
  }
  .table-section {
    padding: 50px 0;
  }
  .table-section .title-holder {
    margin: 0 0 50px;
  }
  .table-section .table-holder {
    margin: 0 0 50px;
  }
  .table-section .table-holder {
    border-radius: 20px;
  }
  .table-section .table-holder table {
    text-align: center;
  }
  .table-section .table-holder tr:nth-child(2) td {
    padding: 30px 20px 15px;
  }
  .table-section .table-holder tr:last-child td {
    padding: 15px 20px 30px;
  }
  .table-section .table-holder th {
    padding: 20px 20px;
    text-align: center;
  }
  .table-section .table-holder td {
    padding: 15px 20px;
    border-bottom: none;
  }
  .tabs-section {
    padding: 50px 0;
  }
  .tabs-section .tabs-block .tabs-list .btn, .tabs-section .tabs-block .tabs-list .form-holder button, .form-holder .tabs-section .tabs-block .tabs-list button,
  .tabs-section .tabs-block .tabs-list .form-holder input[type=button],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=button],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=reset],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=reset],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=file],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=file],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=submit],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=submit] {
    font-size: 22px;
    line-height: 1.27;
    padding: 20px 15px;
  }
  .post-section {
    padding: 50px 0;
  }
  .post_footer-section {
    padding: 15px 0;
  }
  .intro-section {
    padding: 80px 0;
  }
  .intro-section h1 {
    font-size: 48px;
    line-height: 1.17;
    margin: 0 0 0.35em;
  }
  .intro-section .video-wrapper .play-ico {
    width: 140px;
    height: 140px;
  }
  .intro-section .video-wrapper .play-ico:before {
    border-width: 28px 0 28px 47px;
  }
  .intro-section:not(.banner-section) .container {
    padding: 0 30px;
  }
  .intro-section:not(.banner-section) .right-column {
    margin: 0 0 45px;
  }
  .intro-section.banner-section .container {
    padding: 0 30px;
  }
  .comparison_table-section {
    padding: 80px 0;
    font-size: 14px;
  }
  .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;
  }
  .partners-section {
    padding: 120px 0;
  }
  .partners-section .container {
    padding: 0 30px;
  }
  .partners-section .partners-list {
    margin: 0 0 10px;
  }
  .partners-section .partners-list li {
    margin: 40px 0 60px;
  }
  .partners-section .features-list {
    margin: 15px 0 0;
    gap: 0 40px;
  }
  .partners-section .features-list li {
    margin: 30px 0;
  }
  .post_competitors-section {
    padding: 215px 0 60px;
    margin: -235px 0 0;
  }
  .post_competitors-section .container {
    padding: 0 30px;
  }
  .post_competitors-section .post-column .btn, .post_competitors-section .post-column .form-holder button, .form-holder .post_competitors-section .post-column button,
  .post_competitors-section .post-column .form-holder input[type=button],
  .form-holder .post_competitors-section .post-column input[type=button],
  .post_competitors-section .post-column .form-holder input[type=reset],
  .form-holder .post_competitors-section .post-column input[type=reset],
  .post_competitors-section .post-column .form-holder input[type=file],
  .form-holder .post_competitors-section .post-column input[type=file],
  .post_competitors-section .post-column .form-holder input[type=submit],
  .form-holder .post_competitors-section .post-column input[type=submit] {
    margin: 15px 0 0;
  }
  .post_competitors-section .img-block {
    margin: 0 auto 40px;
  }
  .reviews-section {
    padding: 30px 0 75px;
  }
  .reviews-section .container {
    padding: 0 30px;
  }
  .reviews-section .slider-block .post-block .customer-block {
    align-items: flex-start;
  }
  .reviews-section .slider-block .post-block .customer-block .photo {
    width: 48px;
    height: 48px;
  }
  .reviews-section .slider-block .post-block .customer-block .name {
    width: calc(100% - 64px);
  }
  .services-section {
    padding: 120px 0;
  }
  .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;
  }
  .bg_form-section {
    padding: 120px 0;
  }
  .bg_form-section .container {
    padding: 0 30px;
  }
  .bg_form-section .post-holder {
    text-align: left;
  }
  .bg_form-section .img-holder {
    margin: 45px 0 -220px;
    max-width: none;
  }
  .bg_form-section .form-holder .hs-form .hs-submit {
    margin-top: 35px;
  }
  .faq-section {
    padding: 80px 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;
  }
}
@media (min-width: 1024px){
  .form-holder input[type=text],
  .form-holder input[type=tel],
  .form-holder input[type=email],
  .form-holder input[type=search],
  .form-holder input[type=password],
  .form-holder textarea,
  .form-holder select {
    font-size: 16px;
  }
  .form-holder.lity_form-holder .hs-submit {
    margin-top: 15px;
  }
  .video-wrapper .video-block {
    border-radius: 20px;
  }
  .video-wrapper .video-block iframe,
  .video-wrapper .video-block video {
    border-radius: 20px;
  }
  .video-wrapper .video-block .preview-image {
    border-radius: 20px;
  }
  .styles h1, .post-section h1, .tabs-section h1, .table-section h1, .security-section h1, .flexible_post-section h1, .quote-section h1, .intro_form-section h1, .webinar-section h1 {
    font-size: 62px;
  }
  .styles h2, .post-section h2, .tabs-section h2, .table-section h2, .security-section h2, .flexible_post-section h2, .quote-section h2, .intro_form-section h2, .webinar-section h2 {
    font-size: 50px;
  }
  .styles h3, .post-section h3, .tabs-section h3, .table-section h3, .security-section h3, .flexible_post-section h3, .quote-section h3, .intro_form-section h3, .webinar-section h3 {
    font-size: 41px;
  }
  .styles h4, .post-section h4, .tabs-section h4, .table-section h4, .security-section h4, .flexible_post-section h4, .quote-section h4, .intro_form-section h4, .webinar-section h4 {
    font-size: 32px;
  }
  .styles h5, .post-section h5, .tabs-section h5, .table-section h5, .security-section h5, .flexible_post-section h5, .quote-section h5, .intro_form-section h5, .webinar-section h5 {
    font-size: 26px;
  }
  .styles h6, .post-section h6, .tabs-section h6, .table-section h6, .security-section h6, .flexible_post-section h6, .quote-section h6, .intro_form-section h6, .webinar-section h6 {
    font-size: 18px;
  }
  .styles .container, .post-section .container, .tabs-section .container, .table-section .container, .security-section .container, .flexible_post-section .container, .quote-section .container, .intro_form-section .container, .webinar-section .container {
    max-width: 1180px;
    padding: 0 40px;
  }
  .styles .heading-block, .post-section .heading-block, .tabs-section .heading-block, .table-section .heading-block, .security-section .heading-block, .flexible_post-section .heading-block, .quote-section .heading-block, .intro_form-section .heading-block, .webinar-section .heading-block {
    margin: 0 auto 50px;
  }
  .webinar-section h1 {
    font-size: 44px;
  }
  .webinar-section .container {
    max-width: 1800px;
  }
  .webinar-section .grid-wrapper {
    grid-template-areas: "title form" "post form" "post form";
    grid-template-columns: 60% 40%;
  }
  .webinar-section .title-column {
    padding: 40px 50px 30px 0;
    max-width: none;
    margin: 0;
  }
  .webinar-section .post-column {
    padding: 0 50px 40px 0;
    max-width: none;
    margin: 0;
  }
  .webinar-section .form-column {
    padding: 40px 0 40px 50px;
    margin: 0;
  }
  .webinar-section .form-column:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0 -50vw 0 100%;
    background: #33BAB2;
  }
  .webinar-section .form-block {
    max-width: none;
    margin: 0;
  }
  .intro_form-section .container {
    max-width: 1800px;
  }
  .intro_form-section .columns-block {
    display: flex;
    justify-content: space-between;
  }
  .intro_form-section .left-column {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 50px 50px 50px 0;
  }
  .intro_form-section .right-column {
    width: 50%;
    max-width: 570px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 50px 0 50px 50px;
  }
  .intro_form-section .right-column:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0 -50vw 0 100%;
    background: #424242;
  }
  .intro_form-section .column-wrapper {
    max-width: none;
    margin: 0;
  }
  .intro_form-section .bg-holder {
    width: 60%;
  }
  .intro_form-section .post-box {
    padding: 50px;
  }
  .intro_form-section .post-box ul {
    padding: 0 0 0 30px;
  }
  .quote-section:not(.box-view) {
    padding: 60px 0;
  }
  .quote-section:not(.box-view) .container {
    max-width: 1040px;
  }
  .quote-section:not(.box-view) .columns-block {
    gap: 0 50px;
  }
  .quote-section:not(.box-view) .left-column {
    width: 160px;
  }
  .quote-section:not(.box-view) .photo-holder {
    width: 160px;
    height: 160px;
  }
  .quote-section:not(.box-view) .right-column {
    width: calc(100% - 210px);
  }
  .quote-section:not(.box-view) .post-box {
    border-radius: 15px;
  }
  .quote-section.box-view .container {
    max-width: 1880px;
  }
  .quote-section.box-view .column {
    width: calc(33.333% - 20px);
    max-width: none;
  }
  .flexible_post-section {
    font-size: 13px;
    line-height: 1.62;
  }
  .flexible_post-section.row .img-column, .flexible_post-section.row-reverse .img-column {
    width: 300px;
  }
  .flexible_post-section.row .post-column, .flexible_post-section.row-reverse .post-column {
    width: calc(100% - 360px);
  }
  .security-section .container {
    max-width: 1800px;
  }
  .security-section .security-block h1 {
    font-size: 62px;
  }
  .security-section .iso-block {
    padding: 125px 0 60px;
  }
  .security-section .iso-block .cta-holder {
    display: block;
    top: -45px;
    left: calc(50% - 45px);
  }
  .security-section .iso-block .iso-number {
    font-size: 40px;
  }
  .table-section {
    padding: 80px 0 65px;
  }
  .table-section .container {
    max-width: 1800px;
  }
  .table-section .title-holder h3 {
    font-size: 40px;
  }
  .tabs-section {
    padding: 80px 0 55px;
  }
  .tabs-section .container {
    max-width: 1800px;
  }
  .tabs-section .tabs-block .tabs-list {
    margin: 0 0 20px;
    gap: 0 30px;
  }
  .tabs-section .tabs-block .tabs-list li {
    width: auto;
    margin: 0 0 30px;
  }
  .tabs-section .tabs-block .tabs-list .btn, .tabs-section .tabs-block .tabs-list .form-holder button, .form-holder .tabs-section .tabs-block .tabs-list button,
  .tabs-section .tabs-block .tabs-list .form-holder input[type=button],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=button],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=reset],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=reset],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=file],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=file],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=submit],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=submit] {
    font-size: 18px;
  }
  .post-section {
    padding: 75px 0 45px;
  }
  .post-section .container {
    max-width: 1800px;
  }
  .post-section h3 {
    font-size: 40px;
  }
  .intro-section {
    padding: 100px 0;
  }
  .intro-section h1 {
    font-size: 48px;
    line-height: 1.17;
    margin: 0 0 0.42em;
  }
  .intro-section .post-holder {
    text-align: left;
    max-width: 475px;
  }
  .intro-section:not(.banner-section) .container {
    max-width: 1392px;
    padding: 0 40px;
  }
  .intro-section:not(.banner-section) .columns-block {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 30px;
  }
  .intro-section:not(.banner-section) .left-column {
    width: calc(47.64% - 15px);
  }
  .intro-section:not(.banner-section) .right-column {
    width: calc(52.36% - 15px);
    margin: 0;
  }
  .intro-section.banner-section .container {
    max-width: 1392px;
    padding: 0 40px;
  }
  .intro-section.banner-section .columns-block {
    grid-template-columns: 1fr 1fr;
    justify-items: flex-end;
    grid-template-areas: "post video" "post banner";
  }
  .comparison_table-section {
    padding: 100px 0;
  }
  .partners-section h3 {
    font-size: 40px;
  }
  .partners-section .container {
    max-width: 1340px;
    padding: 0 40px;
  }
  .partners-section .partners-list {
    margin: 30px 0 65px;
    gap: 0 30px;
    justify-content: space-between;
  }
  .partners-section .partners-list li {
    margin: 30px 0;
  }
  .partners-section .features-list {
    margin: 15px 0 0;
  }
  .partners-section .features-list li {
    margin: 0 0 15px;
  }
  .post_competitors-section {
    padding: 265px 0 30px;
    margin: -260px 0 0;
  }
  .post_competitors-section h3 {
    font-size: 40px;
    margin: 0 0 0.6em;
  }
  .post_competitors-section .container {
    max-width: 1392px;
    padding: 0 40px;
  }
  .post_competitors-section .white-box {
    grid-template-columns: 42.81% 1fr;
    grid-template-areas: "header-column img-column" "post-column img-column";
    padding: 65px;
  }
  .post_competitors-section .white-box:nth-child(even) {
    grid-template-columns: 1fr 42.81%;
    grid-template-areas: "img-column header-column" "img-column post-column";
  }
  .post_competitors-section .white-box:nth-child(even) .img-block .ico {
    top: auto;
    bottom: -24px;
    left: -24px;
  }
  .post_competitors-section .header-column {
    grid-area: header-column;
    align-self: flex-end;
  }
  .post_competitors-section .post-column {
    grid-area: post-column;
    max-width: 790px;
  }
  .post_competitors-section .post-column .btn, .post_competitors-section .post-column .form-holder button, .form-holder .post_competitors-section .post-column button,
  .post_competitors-section .post-column .form-holder input[type=button],
  .form-holder .post_competitors-section .post-column input[type=button],
  .post_competitors-section .post-column .form-holder input[type=reset],
  .form-holder .post_competitors-section .post-column input[type=reset],
  .post_competitors-section .post-column .form-holder input[type=file],
  .form-holder .post_competitors-section .post-column input[type=file],
  .post_competitors-section .post-column .form-holder input[type=submit],
  .form-holder .post_competitors-section .post-column input[type=submit] {
    margin: 0;
  }
  .post_competitors-section .img-column {
    grid-area: img-column;
    justify-self: center;
    align-self: center;
  }
  .post_competitors-section .img-block {
    max-width: none;
    margin: 0;
  }
  .post_competitors-section .img-block .img {
    border-radius: 20px;
  }
  .post_competitors-section .img-block .ico {
    left: -24px;
    top: -24px;
  }
  .reviews-section {
    padding: 60px 0 105px;
  }
  .reviews-section .container {
    max-width: 1392px;
    padding: 0 40px;
  }
  .reviews-section h3 {
    font-size: 40px;
    margin: 0 0 0.77em;
  }
  .reviews-section .heading-block {
    margin: 0 auto;
  }
  .services-section {
    padding: 150px 0 160px;
  }
  .services-section h3 {
    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;
  }
  .bg_form-section {
    padding: 80px 0;
  }
  .bg_form-section h3 {
    font-size: 40px;
    margin: 0 0 0.6em;
    text-align: left;
  }
  .bg_form-section .container {
    max-width: 1392px;
    padding: 0 40px;
  }
  .bg_form-section .columns-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 30px;
    max-width: none;
    margin: 0;
  }
  .bg_form-section .columns-block .left-column {
    width: calc(50% - 15px);
    max-width: 592px;
    margin: 0;
  }
  .bg_form-section .post-holder {
    margin-bottom: 30px;
  }
  .bg_form-section .form-holder .hs-form .hs-submit {
    margin-top: 15px;
  }
  .faq-section {
    padding: 100px 0;
  }
  .faq-section .container {
    max-width: 944px;
  }
}
@media (min-width: 1200px){
  .webinar-section .columns-block {
    flex-direction: row;
    align-items: flex-start;
  }
  .webinar-section .columns-block .left-column {
    width: calc(100% - 230px);
  }
  .webinar-section .columns-block .left-column:only-child {
    width: 100%;
  }
  .intro_form-section .left-column {
    width: 60%;
  }
  .intro_form-section .left-column .column-wrapper {
    max-width: 885px;
  }
  .intro_form-section .right-column {
    width: 40%;
  }
  .intro_form-section .post-box {
    padding: 52px 60px 45px;
  }
  .intro_form-section .quote-block {
    display: flex;
    align-items: center;
    gap: 0 50px;
  }
  .intro_form-section .quote-block .photo-column {
    width: 180px;
  }
  .intro_form-section .quote-block .photo-holder {
    width: 180px;
    height: 180px;
    margin: 0;
  }
  .intro_form-section .quote-block .quote-column {
    width: calc(100% - 230px);
  }
  .intro_form-section .quote-block .quote-box {
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
  }
  .security-section .security-block h1 {
    font-size: 80px;
  }
  .tabs-section .tabs-block .tabs-list .btn, .tabs-section .tabs-block .tabs-list .form-holder button, .form-holder .tabs-section .tabs-block .tabs-list button,
  .tabs-section .tabs-block .tabs-list .form-holder input[type=button],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=button],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=reset],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=reset],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=file],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=file],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=submit],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=submit] {
    font-size: 22px;
  }
  .intro-section .post-holder {
    margin: 20px 0 0;
  }
  .post_competitors-section .img-block .ico {
    top: -51px;
    left: -48px;
  }
}
@media (min-width: 1360px){
  .webinar-section .columns-block .left-column {
    width: calc(100% - 300px);
  }
  .webinar-section .columns-block .right-column {
    width: 270px;
  }
  .tabs-section .tabs-block .tabs-list {
    justify-content: space-between;
  }
  .tabs-section .tabs-block .tabs-list .btn, .tabs-section .tabs-block .tabs-list .form-holder button, .form-holder .tabs-section .tabs-block .tabs-list button,
  .tabs-section .tabs-block .tabs-list .form-holder input[type=button],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=button],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=reset],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=reset],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=file],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=file],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=submit],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=submit] {
    padding: 20px 30px;
  }
  .services-section .service_logo-list li {
    width: calc(25% - 18.75px);
    margin: 0 auto 85px;
  }
  .bg_form-section .columns-block {
    align-items: start;
  }
  .bg_form-section .columns-block .right-column .img-holder {
    width: 871px;
    margin: -198px -249px -243px 0;
  }
}
@media (min-width: 1440px){
  .intro_form-section .left-column {
    width: 66.86%;
    padding: 100px 100px 100px 0;
  }
  .intro_form-section .right-column {
    width: 33.14%;
    padding: 100px 0 100px 100px;
  }
  .intro_form-section .bg-holder {
    width: 66.1%;
  }
  .quote-section.box-view .quote-box {
    display: flex;
    align-items: center;
    gap: 0 15px;
    min-height: 270px;
  }
  .quote-section.box-view .quote-box .photo-holder {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin: 0;
  }
  .quote-section.box-view .quote-box .post-holder {
    width: calc(100% - 110px);
  }
  .intro-section .banner-block {
    width: auto;
    margin-left: -20px;
    padding: 30px calc(4% + 15px) 55px calc(9% + 25px);
  }
  .intro-section.banner-section .container {
    max-width: 1840px;
  }
  .intro-section.banner-section .columns-block {
    align-items: center;
    grid-template-columns: 0.35fr 0.9fr 1.1fr 0.5fr;
    grid-template-areas: ". post video banner";
  }
}
@media (min-width: 1441px){
  .quote-section:not(.box-view) {
    background-position: top -135px left 20px;
  }
  .quote-section.box-view {
    background-position: top -70px left 20px;
  }
}
@media (min-width: 1680px){
  .webinar-section h1 {
    font-size: 62px;
  }
  .webinar-section .grid-wrapper {
    grid-template-columns: 66.86% 33.14%;
  }
  .webinar-section .title-column {
    padding: 45px 150px 30px 0;
  }
  .webinar-section .post-column {
    padding: 0 150px 45px 0;
  }
  .webinar-section .form-column {
    padding: 80px 0 80px 100px;
  }
  .quote-section:not(.box-view) .container {
    max-width: 1300px;
  }
  .quote-section:not(.box-view) .left-column {
    width: 180px;
  }
  .quote-section:not(.box-view) .photo-holder {
    width: 180px;
    height: 180px;
  }
  .quote-section:not(.box-view) .right-column {
    width: calc(100% - 230px);
  }
  .quote-section.box-view {
    padding: 100px 0 40px;
  }
  .quote-section.box-view .columns-block {
    gap: 0 60px;
  }
  .quote-section.box-view .column {
    width: calc(33.333% - 40px);
  }
  .quote-section.box-view .quote-box {
    padding: 30px 40px;
    gap: 0 30px;
  }
  .quote-section.box-view .quote-box .photo-holder {
    width: 100px;
    height: 100px;
  }
  .quote-section.box-view .quote-box .post-holder {
    width: calc(100% - 130px);
  }
}
@media (min-width: 1920px){
  .table-section .table-holder {
    font-size: 20px;
  }
  .table-section .table-holder tr:nth-child(2) td {
    padding: 50px 20px 25px;
  }
  .table-section .table-holder tr:last-child td {
    padding: 25px 20px 50px;
  }
  .table-section .table-holder th {
    padding: 27px 20px;
  }
  .table-section .table-holder td {
    padding: 25px 20px;
  }
  .tabs-section {
    font-size: 18px;
  }
  .tabs-section .tabs-block .tabs-list .btn, .tabs-section .tabs-block .tabs-list .form-holder button, .form-holder .tabs-section .tabs-block .tabs-list button,
  .tabs-section .tabs-block .tabs-list .form-holder input[type=button],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=button],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=reset],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=reset],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=file],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=file],
  .tabs-section .tabs-block .tabs-list .form-holder input[type=submit],
  .form-holder .tabs-section .tabs-block .tabs-list input[type=submit] {
    font-size: 30px;
    padding: 30px 50px;
  }
  .post-section {
    font-size: 18px;
  }
}
@media (max-width: 1023px){
  .intro-section .video-wrapper {
    max-width: 704px;
    margin: 0 auto;
  }
  .intro-section:not(.banner-section) .left-column {
    order: 2;
    max-width: 700px;
    margin: 0 auto;
  }
  .intro-section:not(.banner-section) .right-column {
    order: 1;
  }
  .bg_form-section .columns-block .right-column {
    display: none;
  }
}
@media (max-width: 767px){
  .services-section .service_logo-list li:nth-last-child(-n+8) {
    display: none;
  }
}
@media (max-width: 479px){
  .styles .btn.arrow, .post-section .btn.arrow, .tabs-section .btn.arrow, .table-section .btn.arrow, .security-section .btn.arrow, .flexible_post-section .btn.arrow, .quote-section .btn.arrow, .intro_form-section .btn.arrow, .webinar-section .btn.arrow, .styles .form-holder button.arrow, .post-section .form-holder button.arrow, .tabs-section .form-holder button.arrow, .table-section .form-holder button.arrow, .security-section .form-holder button.arrow, .flexible_post-section .form-holder button.arrow, .quote-section .form-holder button.arrow, .intro_form-section .form-holder button.arrow, .webinar-section .form-holder button.arrow, .form-holder .styles button.arrow, .form-holder .post-section button.arrow, .form-holder .tabs-section button.arrow, .form-holder .table-section button.arrow, .form-holder .security-section button.arrow, .form-holder .flexible_post-section button.arrow, .form-holder .quote-section button.arrow, .form-holder .intro_form-section button.arrow, .form-holder .webinar-section button.arrow,
  .styles .form-holder input.arrow[type=button],
  .post-section .form-holder input.arrow[type=button],
  .tabs-section .form-holder input.arrow[type=button],
  .table-section .form-holder input.arrow[type=button],
  .security-section .form-holder input.arrow[type=button],
  .flexible_post-section .form-holder input.arrow[type=button],
  .quote-section .form-holder input.arrow[type=button],
  .intro_form-section .form-holder input.arrow[type=button],
  .webinar-section .form-holder input.arrow[type=button],
  .form-holder .styles input.arrow[type=button],
  .form-holder .post-section input.arrow[type=button],
  .form-holder .tabs-section input.arrow[type=button],
  .form-holder .table-section input.arrow[type=button],
  .form-holder .security-section input.arrow[type=button],
  .form-holder .flexible_post-section input.arrow[type=button],
  .form-holder .quote-section input.arrow[type=button],
  .form-holder .intro_form-section input.arrow[type=button],
  .form-holder .webinar-section input.arrow[type=button],
  .styles .form-holder input.arrow[type=reset],
  .post-section .form-holder input.arrow[type=reset],
  .tabs-section .form-holder input.arrow[type=reset],
  .table-section .form-holder input.arrow[type=reset],
  .security-section .form-holder input.arrow[type=reset],
  .flexible_post-section .form-holder input.arrow[type=reset],
  .quote-section .form-holder input.arrow[type=reset],
  .intro_form-section .form-holder input.arrow[type=reset],
  .webinar-section .form-holder input.arrow[type=reset],
  .form-holder .styles input.arrow[type=reset],
  .form-holder .post-section input.arrow[type=reset],
  .form-holder .tabs-section input.arrow[type=reset],
  .form-holder .table-section input.arrow[type=reset],
  .form-holder .security-section input.arrow[type=reset],
  .form-holder .flexible_post-section input.arrow[type=reset],
  .form-holder .quote-section input.arrow[type=reset],
  .form-holder .intro_form-section input.arrow[type=reset],
  .form-holder .webinar-section input.arrow[type=reset],
  .styles .form-holder input.arrow[type=file],
  .post-section .form-holder input.arrow[type=file],
  .tabs-section .form-holder input.arrow[type=file],
  .table-section .form-holder input.arrow[type=file],
  .security-section .form-holder input.arrow[type=file],
  .flexible_post-section .form-holder input.arrow[type=file],
  .quote-section .form-holder input.arrow[type=file],
  .intro_form-section .form-holder input.arrow[type=file],
  .webinar-section .form-holder input.arrow[type=file],
  .form-holder .styles input.arrow[type=file],
  .form-holder .post-section input.arrow[type=file],
  .form-holder .tabs-section input.arrow[type=file],
  .form-holder .table-section input.arrow[type=file],
  .form-holder .security-section input.arrow[type=file],
  .form-holder .flexible_post-section input.arrow[type=file],
  .form-holder .quote-section input.arrow[type=file],
  .form-holder .intro_form-section input.arrow[type=file],
  .form-holder .webinar-section input.arrow[type=file],
  .styles .form-holder input.arrow[type=submit],
  .post-section .form-holder input.arrow[type=submit],
  .tabs-section .form-holder input.arrow[type=submit],
  .table-section .form-holder input.arrow[type=submit],
  .security-section .form-holder input.arrow[type=submit],
  .flexible_post-section .form-holder input.arrow[type=submit],
  .quote-section .form-holder input.arrow[type=submit],
  .intro_form-section .form-holder input.arrow[type=submit],
  .webinar-section .form-holder input.arrow[type=submit],
  .form-holder .styles input.arrow[type=submit],
  .form-holder .post-section input.arrow[type=submit],
  .form-holder .tabs-section input.arrow[type=submit],
  .form-holder .table-section input.arrow[type=submit],
  .form-holder .security-section input.arrow[type=submit],
  .form-holder .flexible_post-section input.arrow[type=submit],
  .form-holder .quote-section input.arrow[type=submit],
  .form-holder .intro_form-section input.arrow[type=submit],
  .form-holder .webinar-section input.arrow[type=submit] {
    width: 100%;
  }
  .intro_form-section .quote-block .quote-box {
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .quote-section:not(.box-view) .post-box {
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .partners-section .heading-block {
    margin: 0 0 30px;
  }
  .partners-section .features-list li {
    width: 56px !important;
  }
  .services-section .btn-block {
    width: 100%;
  }
}