@import url("https://fonts.googleapis.com/css2?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; }

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

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

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Scorebuddy%2028.04.2022/fonts/icomoon.eot?kmdmaw");
  src: url("https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Scorebuddy%2028.04.2022/fonts/icomoon.eot?kmdmaw#iefix") format("embedded-opentype"), url("https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Scorebuddy%2028.04.2022/fonts/icomoon.ttf?kmdmaw") format("truetype"), url("https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Scorebuddy%2028.04.2022/fonts/icomoon.woff?kmdmaw") format("woff"), url("https://2854569.fs1.hubspotusercontent-na1.net/hubfs/2854569/Scorebuddy%2028.04.2022/fonts/icomoon.svg?kmdmaw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

.socials-block, .form-section .form-column .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: #424242;
  background: #fff;
  font: 24px/1.67 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: inherit; }
  a:hover, a:focus {
    text-decoration: none; }

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

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

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

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

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

.section p, .header-section p, .intro-section p, .benefits-section p, .post-section p, .form-section p, .socials-section p, .footer-section p {
  font-size: 16px;
  line-height: 1.25; }
  @media (min-width: 768px) {
    .section p, .header-section p, .intro-section p, .benefits-section p, .post-section p, .form-section p, .socials-section p, .footer-section p {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .section p, .header-section p, .intro-section p, .benefits-section p, .post-section p, .form-section p, .socials-section p, .footer-section p {
      font-size: 24px; } }

.section h1, .header-section h1, .intro-section h1, .benefits-section h1, .post-section h1, .form-section h1, .socials-section h1, .footer-section h1 {
  font-size: 41px;
  line-height: 1.15;
  margin: 0 0 .5em;
  color: #D83E57; }
  @media (min-width: 768px) {
    .section h1, .header-section h1, .intro-section h1, .benefits-section h1, .post-section h1, .form-section h1, .socials-section h1, .footer-section h1 {
      font-size: 60px; } }
  @media (min-width: 1024px) {
    .section h1, .header-section h1, .intro-section h1, .benefits-section h1, .post-section h1, .form-section h1, .socials-section h1, .footer-section h1 {
      font-size: 75px; } }

.section h2, .header-section h2, .intro-section h2, .benefits-section h2, .post-section h2, .form-section h2, .socials-section h2, .footer-section h2 {
  font-weight: 600;
  font-size: 38px;
  line-height: 1.11;
  margin: 0 0 1.15em; }
  @media (min-width: 768px) {
    .section h2, .header-section h2, .intro-section h2, .benefits-section h2, .post-section h2, .form-section h2, .socials-section h2, .footer-section h2 {
      font-size: 41px; } }
  @media (min-width: 1024px) {
    .section h2, .header-section h2, .intro-section h2, .benefits-section h2, .post-section h2, .form-section h2, .socials-section h2, .footer-section h2 {
      font-size: 46px; } }

.section h3, .header-section h3, .intro-section h3, .benefits-section h3, .post-section h3, .form-section h3, .socials-section h3, .footer-section h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.11; }
  @media (min-width: 768px) {
    .section h3, .header-section h3, .intro-section h3, .benefits-section h3, .post-section h3, .form-section h3, .socials-section h3, .footer-section h3 {
      font-size: 37px; } }
  @media (min-width: 1024px) {
    .section h3, .header-section h3, .intro-section h3, .benefits-section h3, .post-section h3, .form-section h3, .socials-section h3, .footer-section h3 {
      font-size: 42px; } }

.section h4, .header-section h4, .intro-section h4, .benefits-section h4, .post-section h4, .form-section h4, .socials-section h4, .footer-section h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.11; }
  @media (min-width: 768px) {
    .section h4, .header-section h4, .intro-section h4, .benefits-section h4, .post-section h4, .form-section h4, .socials-section h4, .footer-section h4 {
      font-size: 31px; } }
  @media (min-width: 1024px) {
    .section h4, .header-section h4, .intro-section h4, .benefits-section h4, .post-section h4, .form-section h4, .socials-section h4, .footer-section h4 {
      font-size: 36px; } }

.section h5, .header-section h5, .intro-section h5, .benefits-section h5, .post-section h5, .form-section h5, .socials-section h5, .footer-section h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.11; }
  @media (min-width: 768px) {
    .section h5, .header-section h5, .intro-section h5, .benefits-section h5, .post-section h5, .form-section h5, .socials-section h5, .footer-section h5 {
      font-size: 27px; } }
  @media (min-width: 1024px) {
    .section h5, .header-section h5, .intro-section h5, .benefits-section h5, .post-section h5, .form-section h5, .socials-section h5, .footer-section h5 {
      font-size: 32px; } }

.section h6, .header-section h6, .intro-section h6, .benefits-section h6, .post-section h6, .form-section h6, .socials-section h6, .footer-section h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.11; }
  @media (min-width: 768px) {
    .section h6, .header-section h6, .intro-section h6, .benefits-section h6, .post-section h6, .form-section h6, .socials-section h6, .footer-section h6 {
      font-size: 23px; } }
  @media (min-width: 1024px) {
    .section h6, .header-section h6, .intro-section h6, .benefits-section h6, .post-section h6, .form-section h6, .socials-section h6, .footer-section h6 {
      font-size: 28px; } }

.container {
  max-width: 1590px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 1650px;
      padding: 0 50px; } }

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

section .btn, .form-section .form-column .form-holder .hs-form .hs_submit input[type='submit'] {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: inline-block;
  max-width: 400px;
  width: 100%;
  background: #D83E57;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none; }
  @media (min-width: 768px) {
    section .btn, .form-section .form-column .form-holder .hs-form .hs_submit input[type='submit'] {
      border-radius: 15px; } }
  @media (min-width: 1024px) {
    section .btn, .form-section .form-column .form-holder .hs-form .hs_submit input[type='submit'] {
      padding: 20px 15px; } }
  section .btn:hover, .form-section .form-column .form-holder .hs-form .hs_submit input:hover[type='submit'], section .btn:focus, .form-section .form-column .form-holder .hs-form .hs_submit input:focus[type='submit'] {
    opacity: 0.8 !important;
    color: #fff; }
  section .btn.green, .form-section .form-column .form-holder .hs-form .hs_submit input.green[type='submit'] {
    background: #85D6D1; }
    section .btn.green:hover, .form-section .form-column .form-holder .hs-form .hs_submit input.green:hover[type='submit'], section .btn.green:focus, .form-section .form-column .form-holder .hs-form .hs_submit input.green:focus[type='submit'] {
      background: #abe3df; }
  section .btn.yellow, .form-section .form-column .form-holder .hs-form .hs_submit input.yellow[type='submit'] {
    background: #FFE266;
    color: #424242; }
    section .btn.yellow:hover, .form-section .form-column .form-holder .hs-form .hs_submit input.yellow:hover[type='submit'], section .btn.yellow:focus, .form-section .form-column .form-holder .hs-form .hs_submit input.yellow:focus[type='submit'] {
      background: #ffec99; }
  section .btn.purple, .form-section .form-column .form-holder .hs-form .hs_submit input.purple[type='submit'] {
    background: #A980AA; }
    section .btn.purple:hover, .form-section .form-column .form-holder .hs-form .hs_submit input.purple:hover[type='submit'], section .btn.purple:focus, .form-section .form-column .form-holder .hs-form .hs_submit input.purple:focus[type='submit'] {
      background: #be9fbe; }

.socials-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 15px;
  font-size: 18px;
  line-height: 1;
  color: #fff; }
  @media (min-width: 768px) {
    .socials-block {
      font-size: 21px;
      gap: 0 30px; } }
  @media (min-width: 1024px) {
    .socials-block {
      gap: 0 40px; } }
  .socials-block li {
    margin: 0 0 15px; }
  .socials-block a {
    width: 40px;
    height: 40px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #A980AA;
    border-radius: 10px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .socials-block a {
        width: 60px;
        height: 60px;
        border-radius: 15px; } }
    .socials-block a:hover {
      background: #be9fbe; }

.card-block {
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 2.22;
  overflow: hidden;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.12); }
  @media (min-width: 768px) {
    .card-block {
      border-radius: 15px;
      font-size: 18px; } }
  .card-block h4 {
    margin: 0;
    font-weight: 600; }
  .card-block .title-holder {
    background: #85D6D1;
    padding: 30px 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 650px) {
      .card-block .title-holder {
        padding: 15px;
        min-height: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .card-block .post-holder {
    padding: 30px; }
    @media (min-width: 1024px) {
      .card-block .post-holder {
        padding: 30px 40px; } }
    .card-block .post-holder,
    .card-block .post-holder .hs_cos_wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 0 16px; }
      @media (min-width: 650px) {
        .card-block .post-holder,
        .card-block .post-holder .hs_cos_wrapper {
          min-height: 370px; } }
      .card-block .post-holder ul,
      .card-block .post-holder .hs_cos_wrapper ul {
        margin: 0;
        padding: 0 0 0 .8em; }
        .card-block .post-holder ul:not(:only-child),
        .card-block .post-holder .hs_cos_wrapper ul:not(:only-child) {
          width: calc(50% - 8px);
          min-width: 150px; }
      .card-block .post-holder li::marker,
      .card-block .post-holder .hs_cos_wrapper li::marker {
        font-size: 80%; }

.header-section {
  position: relative;
  background: -webkit-linear-gradient(left, #85D6D1 0, #85D6D1 50%, #A980AA 51%, #A980AA 100%);
  background: linear-gradient(to right, #85D6D1 0, #85D6D1 50%, #A980AA 51%, #A980AA 100%);
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .header-section {
      padding: 40px 0; } }
  .header-section .bg-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .header-section .bg-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
      @media (min-width: 1400px) {
        .header-section .bg-holder img {
          object-position: 105px bottom; } }
  .header-section .container {
    position: relative;
    z-index: 1; }
    @media (min-width: 650px) {
      .header-section .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 15px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .header-section .logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px;
    margin: 0 0 15px; }
    @media (max-width: 649px) {
      .header-section .logo-block {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 650px) {
      .header-section .logo-block {
        gap: 0 30px;
        margin: 0;
        width: calc(100% - 280px); } }
    @media (min-width: 1024px) {
      .header-section .logo-block {
        width: calc(100% - 430px);
        gap: 0 60px; } }
    @media (min-width: 1400px) {
      .header-section .logo-block {
        gap: 0 130px; } }
  @media (min-width: 650px) {
    .header-section .btn-holder {
      width: 250px; } }
  @media (min-width: 1024px) {
    .header-section .btn-holder {
      width: 400px; } }

.intro-section {
  position: relative;
  padding: 30px 0 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  overflow: hidden; }
  @media (max-width: 649px) {
    .intro-section {
      text-align: center; } }
  @media (min-width: 768px) {
    .intro-section {
      font-size: 26px; } }
  @media (min-width: 1024px) {
    .intro-section {
      padding: 105px 0 0; } }
  .intro-section p {
    text-transform: uppercase; }
  .intro-section .bg-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .intro-section .bg-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media (min-width: 650px) {
    .intro-section .columns-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 0 30px; } }
  .intro-section .columns-block .post-column {
    position: relative;
    margin: 0 0 30px;
    z-index: 1; }
    @media (min-width: 650px) {
      .intro-section .columns-block .post-column {
        padding: 0 0 25px;
        width: 60%;
        max-width: 700px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .intro-section .columns-block .img-column {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    z-index: 1; }
    @media (min-width: 650px) {
      .intro-section .columns-block .img-column {
        max-width: 750px;
        -ms-flex-item-align: end;
            align-self: flex-end;
        width: 40%;
        margin: 0 -20px 0 0; } }
    @media (min-width: 650px) {
      .intro-section .columns-block .img-column .img-holder {
        margin: 0 -15% 0 0; } }
    @media (min-width: 1700px) {
      .intro-section .columns-block .img-column .img-holder {
        margin: 0 -35.5% 0 -10px; } }
.intro-section .btn-holder {
  margin-top: 30px;
}

.benefits-section {
  position: relative;
  background: #A980AA;
  padding: 30px 0 0; }
  @media (min-width: 768px) {
    .benefits-section {
      padding: 50px 0 20px; } }
  @media (min-width: 1024px) {
    .benefits-section {
      padding: 100px 0 20px; } }
  .benefits-section ul {
    list-style-type: disc; }
  .benefits-section .bg-holder {
    background: #fff;
    width: 100%;
    height: 76%;
    position: absolute;
    bottom: 0;
    left: 0; }
    .benefits-section .bg-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: right bottom; }
  .benefits-section .container {
    position: relative;
    z-index: 1; }
  .benefits-section .img-holder {
    text-align: center;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .benefits-section .img-holder {
        margin: 0 0 50px; } }
    @media (min-width: 1024px) {
      .benefits-section .img-holder {
        margin: 0 0 160px; } }
    .benefits-section .img-holder img {
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 8px 8px rgba(0, 0, 0, 0.12); }
      @media (min-width: 768px) {
        .benefits-section .img-holder img {
          border-radius: 15px; } }
  @media (min-width: 650px) {
    .benefits-section .columns-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 0 24px; } }
  .benefits-section .columns-block .column {
    max-width: 470px;
    margin: 0 auto 30px; }
    @media (min-width: 650px) {
      .benefits-section .columns-block .column {
        width: calc(50% - 12px);
        margin: 0 0 30px; } }
    @media (min-width: 1024px) {
      .benefits-section .columns-block .column {
        max-width: 500px;
        width: calc(33.333% - 16px); } }

.post-section {
  background: #FFE266;
  padding: 30px 0 15px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .post-section {
      padding: 50px 0 35px; } }
  @media (min-width: 1024px) {
    .post-section {
      padding: 100px 0 75px; } }

.form-section {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
  text-align: center; }
  @media (min-width: 650px) {
    .form-section {
      padding: 0;
      text-align: left; } }
  .form-section .bg-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .form-section .bg-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: right 10px; }
      @media (min-width: 650px) {
        .form-section .bg-holder img {
          object-fit: contain; } }
      @media (min-width: 1024px) {
        .form-section .bg-holder img {
          object-position: right 25px; } }
  .form-section .container {
    position: relative;
    z-index: 1; }
  .form-section .form-column .form-holder .hs-form {
    color: #424242;
    font-size: 16px;
    font-weight: 400; }
    .form-section .form-column .form-holder .hs-form .hs-form-field {
      margin: 0 0 30px; }
      .form-section .form-column .form-holder .hs-form .hs-form-field label {
        display: none; }
    .form-section .form-column .form-holder .hs-form input[type='text'],
    .form-section .form-column .form-holder .hs-form input[type='tel'],
    .form-section .form-column .form-holder .hs-form input[type='email'],
    .form-section .form-column .form-holder .hs-form input[type='search'],
    .form-section .form-column .form-holder .hs-form input[type='password'],
    .form-section .form-column .form-holder .hs-form textarea {
      -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
      transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
      -webkit-appearance: none;
      box-sizing: border-box;
      border: none;
      width: 100%;
      border-radius: 10px;
      padding: 10px 20px;
      background: #85D6D1;
      border: 1px solid #85D6D1;
      color: #fff;
      outline: none; }
      @media (min-width: 768px) {
        .form-section .form-column .form-holder .hs-form input[type='text'],
        .form-section .form-column .form-holder .hs-form input[type='tel'],
        .form-section .form-column .form-holder .hs-form input[type='email'],
        .form-section .form-column .form-holder .hs-form input[type='search'],
        .form-section .form-column .form-holder .hs-form input[type='password'],
        .form-section .form-column .form-holder .hs-form textarea {
          border-radius: 15px;
          padding: 12px 30px; } }
      .form-section .form-column .form-holder .hs-form input[type='text']:focus,
      .form-section .form-column .form-holder .hs-form input[type='tel']:focus,
      .form-section .form-column .form-holder .hs-form input[type='email']:focus,
      .form-section .form-column .form-holder .hs-form input[type='search']:focus,
      .form-section .form-column .form-holder .hs-form input[type='password']:focus,
      .form-section .form-column .form-holder .hs-form textarea:focus {
        background: #72d0ca; }
      .form-section .form-column .form-holder .hs-form input[type='text']::-webkit-input-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='tel']::-webkit-input-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='email']::-webkit-input-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='search']::-webkit-input-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='password']::-webkit-input-placeholder,
      .form-section .form-column .form-holder .hs-form textarea::-webkit-input-placeholder {
        color: #fff; }
      .form-section .form-column .form-holder .hs-form input[type='text']::-moz-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='tel']::-moz-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='email']::-moz-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='search']::-moz-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='password']::-moz-placeholder,
      .form-section .form-column .form-holder .hs-form textarea::-moz-placeholder {
        opacity: 1;
        color: #fff; }
      .form-section .form-column .form-holder .hs-form input[type='text']:-moz-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='tel']:-moz-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='email']:-moz-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='search']:-moz-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='password']:-moz-placeholder,
      .form-section .form-column .form-holder .hs-form textarea:-moz-placeholder {
        color: #fff; }
      .form-section .form-column .form-holder .hs-form input[type='text']:-ms-input-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='tel']:-ms-input-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='email']:-ms-input-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='search']:-ms-input-placeholder,
      .form-section .form-column .form-holder .hs-form input[type='password']:-ms-input-placeholder,
      .form-section .form-column .form-holder .hs-form textarea:-ms-input-placeholder {
        color: #fff; }
      .form-section .form-column .form-holder .hs-form input[type='text'].placeholder,
      .form-section .form-column .form-holder .hs-form input[type='tel'].placeholder,
      .form-section .form-column .form-holder .hs-form input[type='email'].placeholder,
      .form-section .form-column .form-holder .hs-form input[type='search'].placeholder,
      .form-section .form-column .form-holder .hs-form input[type='password'].placeholder,
      .form-section .form-column .form-holder .hs-form textarea.placeholder {
        color: #fff; }
      .form-section .form-column .form-holder .hs-form input[type='text'].error,
      .form-section .form-column .form-holder .hs-form input[type='tel'].error,
      .form-section .form-column .form-holder .hs-form input[type='email'].error,
      .form-section .form-column .form-holder .hs-form input[type='search'].error,
      .form-section .form-column .form-holder .hs-form input[type='password'].error,
      .form-section .form-column .form-holder .hs-form textarea.error {
        border-color: #D83E57; }
    .form-section .form-column .form-holder .hs-form .hs_error_rollup {
      display: none; }
    .form-section .form-column .form-holder .hs-form .hs-error-msgs {
      color: #D83E57;
      font-size: 12px;
      line-height: 1.33;
      font-weight: 400;
      padding: 0 0 0 10px;
      margin: 5px 0 -10px; }
    .form-section .form-column .form-holder .hs-form .hs_submit {
      margin: 40px 0 0; }
      @media (min-width: 1024px) {
        .form-section .form-column .form-holder .hs-form .hs_submit {
          margin: 80px 0 0; } }
      @media (max-width: 649px) {
        .form-section .form-column .form-holder .hs-form .hs_submit input[type='submit'] {
          width: 100%;
          max-width: none; } }
    .form-section .form-column .form-holder .hs-form .legal-consent-container {
      font-size: 14px; }
      .form-section .form-column .form-holder .hs-form .legal-consent-container p {
        font-size: inherit; }
  @media (min-width: 650px) {
    .form-section .columns-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 30px; } }
  .form-section .columns-block .form-column {
    margin: 0 auto 30px;
    max-width: 470px; }
    @media (min-width: 650px) {
      .form-section .columns-block .form-column {
        padding: 30px 0;
        width: 46%;
        margin: 0; } }
  .form-section .columns-block .img-column {
    margin: 0 auto -35%;
    max-width: 400px; }
    @media (min-width: 650px) {
      .form-section .columns-block .img-column {
        width: 54%;
        max-width: 750px;
        margin: 0 0 -21.2%;
        -ms-flex-item-align: end;
            align-self: flex-end; } }
    @media (min-width: 1024px) {
      .form-section .columns-block .img-column {
        margin: 0 20px -21.2% 0; } }

.socials-section {
  padding: 30px 0 15px;
  background: #F5F5F5; }
  @media (min-width: 1024px) {
    .socials-section {
      padding: 120px 0 105px; } }

.footer-section {
  position: relative;
  background: -webkit-linear-gradient(left, #A980AA 0, #D83E57 100%);
  background: linear-gradient(to right, #A980AA 0, #D83E57 100%);
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .footer-section {
      padding: 40px 0; } }
  .footer-section .bg-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .footer-section .bg-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .footer-section .container {
    position: relative;
    z-index: 1; }
  .footer-section .logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px; }
    @media (max-width: 767px) {
      .footer-section .logo-block {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 1024px) {
      .footer-section .logo-block {
        gap: 0 105px; } }
/*# sourceMappingURL=main.css.map */