*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
  max-width: 100%;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section {
  padding-left: 50px;
  padding-right: 50px;
}

.page-center,
.content-wrapper, 
.dnd-section > .row-fluid {
  margin: 0 auto;
  width: 100%;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

.banner-section .dnd-section {
  padding: 0;
}
.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

@media (max-width: 1540px) {
  .dnd-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1290px) {
  .dnd-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 875px) {
  .dnd-section {
    padding-left: 24px;
    padding-right: 24px;
  }
  body .page-center,
  body .content-wrapper, 
  body .dnd-section > .row-fluid {
    max-width: 550px;
  }
}
@media (max-width: 500px) {
  .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: Asap;
  src: url(https://9450282.fs1.hubspotusercontent-na1.net/hubfs/9450282/raw_assets/public/Kidskonnect_September2022/fonts/Asap-Regular.woff2) format("woff2"),
    url(https://9450282.fs1.hubspotusercontent-na1.net/hubfs/9450282/raw_assets/public/Kidskonnect_September2022/fonts/Asap-Regular.woff) format("woff");
  font-style: normal; 
  font-weight: 400; 
}

@font-face {
  font-family: Asap;
  src: url(https://9450282.fs1.hubspotusercontent-na1.net/hubfs/9450282/raw_assets/public/Kidskonnect_September2022/fonts/Asap-MediumItalic.woff2) format("woff2"),
    url(https://9450282.fs1.hubspotusercontent-na1.net/hubfs/9450282/raw_assets/public/Kidskonnect_September2022/fonts/Asap-MediumItalic.woff) format("woff");
  font-style: italic;
  font-weight: 500; 
}

@font-face {
  font-family: Asap;
  src: url(https://9450282.fs1.hubspotusercontent-na1.net/hubfs/9450282/raw_assets/public/Kidskonnect_September2022/fonts/Asap-SemiBold.woff2) format("woff2"),
    url(https://9450282.fs1.hubspotusercontent-na1.net/hubfs/9450282/raw_assets/public/Kidskonnect_September2022/fonts/Asap-SemiBold.woff) format("woff");
  font-style: normal;
  font-weight: 600; 
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: Asap,sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-word;
  scroll-behavior: smooth;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Asap,sans-serif;
  font-weight: 600;
  line-height: 1.22;
  margin-top: 0;
  margin-bottom: 1.4rem;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 31px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}


/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  quotes: none;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

@media (max-width: 875px) {
  body {
    font-size: 13px !important;
    line-height: 1.76;
  }
  body,
  html {
    overflow-x: hidden;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-password_prompt,
.hs-search-field ,
.hs_cos_wrapper_type_email_simple_subscription #email-prefs-form,
.form-container {
  background: #dbedf5;
  border-radius: 10px;
  padding: 3em 2em;
  max-width: 767px;
  display: block;
  margin-bottom: 20px;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1.3em;
}

/* Labels */

form label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0.1em;
}

.hs-form-field > label {
  display: inline-block;
}

form p label {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 3px;
  display: block;
  width: 100%;
  outline: none;
  padding: 0.55em 0.7em;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}

ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.hs-error-msgs li {
  margin: 0;
}

.hs-error-msg,
.hs-error-msgs label {
  color: #EF6B51;
  margin-top: 0.35rem;
  font-weight: normal;
}

/* Submit button */

form input[type=submit],
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  outline: none;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-style: solid;
}

form input[type=submit],
form .hs-button {
  margin-top: 15px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header_spacer {
  min-height: 70px;
}

header.header {
  background-color: #000;
  color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}

.header_container {
  align-items: center;
  display: flex;
  min-height: 70px;
  justify-content: center;
  padding: 0 20px;
}


/* Logo */

.header__logo {
  display: block;
  margin-right: auto;
  width: 203.33px;
}


.header__logo img {
  max-width: 100%;
  vertical-align: middle;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header-lang-switch-sec {
  margin: 0 40px 0 auto;
}

header.header .hs-button {
  background: #69b8f0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 0.5em 1.3em;
}
header.header .hs-button:hover {
  background: #fb7d00;
}

.header_nav_mob {
  display: none;
}



@media (min-width: 1291px) {
  .mobile-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: flex;
    font-size: 15px;
    font-weight: 600;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    align-items: center;
    display: block;
    display: flex;
    min-height: 70px;
    padding: 0 9px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:hover > ul {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li a {
    display: block;
    padding: 10px 9px;
    min-width: 150px;
  }
}

@media (min-width: 1800px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 12px;
  }
}

@media (max-width: 1290px) {
  .header_spacer {
    min-height: 60px;
  }
  .header_container {
    min-height: 60px;
  }
  .header__logo {
    width: 160px;
  }
  .custom-menu-primary,
  .header-lang-switch-sec,
  .header_demo_btn{
    display: none;
  }

  /* === Menu Toggle == */

  .mobile-trigger {
    display: flex;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    transition: transform .2s;
    width: 25px;
    cursor: pointer;
  }

  .mobile-trigger div {
    background: #fff;
    height: 2px;
    transition: transform .2s,opacity .2s;
  }
  .mobile-open .mobile-trigger {
    transform: translateX(-10px);
  }
  .mobile-open .mobile-trigger div:first-child {
    transform: rotate(45deg) translateX(50%);
  }
  .mobile-open .mobile-trigger div:nth-child(2) {
    opacity: 0;
  }
  .mobile-open .mobile-trigger div:nth-child(3) {
    transform: rotate(-45deg) translateX(52%);
  }

  html.mobile-open,
  html.mobile-open body {
    overflow: hidden;
  }

  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 42px;
    text-align: center;
    cursor: pointer;
  }
  .child-trigger i {
    background: #fff;
    height: 2px;
    transition: transform .2s,opacity .2s;
    width: 12px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } 
  .child-trigger i:after {
    content: '';
    background: #fff;
    display: block;
    height: 2px;
    width: 12px;
    transform: rotate(90deg);
  }

  /* === Mobile Menu == */

  .header_nav_mob {
    background: #000;
    bottom: 0;
    display: none;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 1000;
  }

  .mobile-open .header_nav_mob {
    -webkit-animation: nav-mobile-in .5s forwards;
    animation: nav-mobile-in .5s forwards;
    display: block;
  }

  @-webkit-keyframes nav-mobile-in {
    0% {
      transform: translateX(100%)
    }

    to {
      transform: translateX(0)
    }
  }

  @keyframes nav-mobile-in {
    0% {
      transform: translateX(100%)
    }

    to {
      transform: translateX(0)
    }
  }

  .custom-menu-mobile {
    background: #2b2b2b;
    padding: 40px 20px;
  }
  .custom-menu-mobile .hs-menu-wrapper > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .custom-menu-mobile .hs-menu-wrapper > ul > li {
    margin: 0 0 16px;
    width: calc(50% - 8px);
    position: relative;
  }
  .custom-menu-mobile .hs-menu-wrapper ul li a {
    background: #000;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 0.75em 0.2em;
    text-align: center;
    transition: none;
  }
  .custom-menu-mobile .hs-menu-wrapper ul li.active > a,
  .custom-menu-mobile .hs-menu-wrapper ul li.active-branch > a {
    color: #fb7d00;
  }
  .custom-menu-mobile .hs-menu-wrapper > ul > li:last-child > a {
    background: #69b8f0;
  }
  .custom-menu-mobile .hs-menu-wrapper ul li a:hover {
    background: #fb7d00;
    color: #fff;
  } 

  .custom-menu-mobile .hs-menu-wrapper>ul ul li {
    margin: 16px 0 0;
  }

  .custom-menu-mobile ul.hs-menu-children-wrapper {
    display: none;
    margin: 0;
    padding: 0;
    position: static;
  }

  .header_lang_and_social_mob {
    align-items: center;
    background: #fb7d00;
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
  }

  .header_mob_newsletter {
    color: #fff;
    padding: 40px 20px;
  }
  .header_mob_newsletter h1,
  .header_mob_newsletter h2,
  .header_mob_newsletter h3,
  .header_mob_newsletter h4,
  .header_mob_newsletter h5,
  .header_mob_newsletter h6 {
    color: #fff;
  }

  .header_mob_newsletter .widget-type-rich_text {
    text-align: center;
  }
  .header_mob_newsletter h2 {
    font-size: 26px;
    margin-bottom: 0.5em;
  } 
  .header_mob_newsletter p {
    margin: 0 auto 2em;
    max-width: 350px;
    text-align: center;
  }
  .header_mob_newsletter .hs_cos_wrapper_type_form {
    background-color: transparent;
    border-radius: 0;
    display: block;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0;
  }
  .header_mob_newsletter form {
    margin: 0 auto;
    max-width: 300px;
    width: 90%;
    font-size: 13px;
    display: flex;
    padding-right: 17px;
    flex-wrap: wrap;

  }
  .header_mob_newsletter .hs-form-field {
    margin: 0;
    width: 183px;
  }
  .header_mob_newsletter .hs-form-field > label {
    display: none;
  }
  .header_mob_newsletter .hs-input {
    padding: 0.6em 1.5em;
    background-color: transparent;
    border: 0;
    color: #fff;
  }
  .header_mob_newsletter .hs-button {
    margin: 0;
    padding: 0.6em 17px;
    background: #333;
    border-bottom-right-radius: 9999px;
    border-top-right-radius: 9999px;
    color: #fff;
    display: block;
    font-weight: 600;
    text-align: center;
    width: 100px;
    border: none;
    font-size: 13px;
    line-height: 1.6;
  }
  .header_mob_newsletter .hs_error_rollup {
    order: 999999999;
  }
  .header_mob_newsletter .hs-error-msg,
  .header_mob_newsletter ul.hs-error-msgs label {
    font-size: 11px;
  }

}

@media (max-width: 875px) {
  .header_mob_newsletter .hs-button {
    line-height: 1.76;
  }

  .header_mob_newsletter .hs-input {
    line-height: 1.76;
  }
}



@media (max-width: 379px) {
  .header_mob_newsletter .hs-form-field {
    width: calc(100% - 100px);
  }
  .header_mob_newsletter form {
    padding-right: 0;
  }
}
 

/* note */
.footer__container {
  margin: 0 auto;
  width: 100%;
}

footer.footer .row {
  display: flex;
  justify-content: space-between;
}

footer.footer h5 {
  font-size: 22px;
  margin-bottom: 0.8em;
}
footer.footer p {
  margin-bottom: 1.5em;
}

.footer_bottom {
  background: linear-gradient(90deg,#555,#292929);
  font-size: 12px;
  padding: 25px 20px;
}
.footer_bottom .footer__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer_copyright {
  color: #777;
  font-size: 11px;
  font-weight: 600;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: -50px;
}
.footer_copyright:hover {
  color: #fb7d00;
}

.footer_bottom_btn {
  display: inline-flex;
}
.footer_bottom .hs-button {
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 0.5em 1.3em;
  display: inline-block;
}
.footer_bottom .hs-button:hover {
  background: #fff;
  color: #000;
}
.footer_bottom_btn + .footer_bottom_btn {
  margin-left: 8px;
}
.footer_privacy_menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_privacy_menu .hs-menu-wrapper > ul > li+li {
  margin-left: 20px;
}

.footer_main {
  background-color: #28133A;
  background-size: auto 100%;
  font-size: 12px;
  padding-bottom: 90px;
  padding-top: 90px;
}
.footer_main .pad {
  padding-left: 50px;
  padding-right: 50px;
}

.footer_col {
  width: calc(-22.5px + 25%);
}
.footer_lang_social_mob_col {
  display: none;
}
.footer_support_options {
  grid-gap: 10px;
  border-top: 1px solid #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 2em;
}

.footer_support_title {
  margin-bottom: 1.2em !important;
}
.footer_contact_info h2 {
  color: #3f9de1 ;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.footer_main .hs-button {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  padding: 0.5em 23px;
}
.footer_main .hs-button:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}


.footer_social_share_title {
  margin-bottom: 1.5em;
}
.footer_menu_head {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.footer-language-switch-sec {
  margin-left: auto;
  transform: translateY(-5px);
}

.footer_menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_menu .hs-menu-wrapper > ul > li {
  width: calc(50% - 8px);
  margin: 0 0 16px;
}
.footer_menu .hs-menu-wrapper > ul > li > a {
  background-color: #202020;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 0.75em 0.2em;
  text-align: center;
  transition: none;
}
.footer_menu .hs-menu-wrapper > ul > li:last-child > a {
  background-color: #69b8f0;
}
.footer_menu .hs-menu-wrapper > ul > li.active > a {
  color: #fb7d00;
}

.footer_menu .hs-menu-wrapper > ul > li > a:hover {
  background-color: #fb7d00;
  color: #fff;
}


footer.footer.footer_no_nav {
  padding-top: 50px;
}


.footer_popup_wrap {
  -webkit-overflow-scrolling: touch;
  align-items: flex-start;
  -webkit-animation: overlay-in .5s forwards;
  animation: overlay-in .5s forwards;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  overflow-y: auto;
  padding: 10vh 40px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.footer_popup_wrap .popup-bg {
  background: rgba(0,0,0,.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.footer_popup_wrap  .popup-box {
  -webkit-animation: overlay-box-in .5s forwards;
  animation: overlay-box-in .5s forwards;
  background: #000;
  box-shadow: 0 13px 45px rgb(0 0 0 / 50%);
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
  z-index: 20;
  border-radius: 10px;
  max-width: 400px;
  max-width: 600px;
}

.footer_popup_wrap  .close {
  background: hsla(0,0%,100%,.2) url(https://9450282.fs1.hubspotusercontent-na1.net/hubfs/9450282/raw_assets/public/Kidskonnect_September2022/images/overlay-close.svg) 50% no-repeat;
  background-size: 9px 9px;
  border-radius: 9999px;
  height: 37px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 37px;
  z-index: 800;
}
.footer_popup_wrap  .close:hover {
  background-color: hsla(0,0%,100%,.4);
}

.footer_popup_wrap  .overlay-content {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

html.footer-popup-open {
  overflow-y: hidden;
}
.footer-popup-open .footer_popup_wrap {
  display: flex;
}

.footer_popup_wrap .overlay-head {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 0.8em 1em;
  background: url(https://9450282.fs1.hubspotusercontent-na1.net/hubfs/9450282/raw_assets/public/Kidskonnect_September2022/images/bg-feature-overlay-head.png) 50%/cover no-repeat;
}
.footer_popup_wrap .hs_cos_wrapper_type_form {
  padding: 15px 15px 0;
  margin: 0;
  max-width: 100%;
  border-radius: 0;
}
.footer_popup_wrap .hs-submit {
  padding-top: 15px;
}

.footer_popup_wrap .actions {
  background: #fff;
  padding: 1.5em 1em;
  margin: 0 -15px;
}
.footer_popup_wrap .hs-button {
  background-color: #69b8f0;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 0.6em 3.5em 0.6em 1.5em;
  background: url(https://9450282.fs1.hubspotusercontent-na1.net/hubfs/9450282/raw_assets/public/Kidskonnect_September2022/images/form-submit-arrow.svg) right 10px center no-repeat;
  background-color: #69b8f0;
}

.footer_popup_wrap .hs-button:hover {
  background-color: #fb7d00;
}

.footer_popup_wrap .hs-form-field > label {
  display: block;
}

.footer_popup_wrap .hs-fieldtype-checkbox .input {
  margin-right: 0;
}
.footer_popup_wrap .hs-fieldtype-checkbox .input .inputs-list {
  grid-gap: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer_popup_wrap .hs-fieldtype-checkbox .input .inputs-list li {
  margin: 0.5em 0 0;
}
.footer_popup_wrap .hs_news_preference {
  width: calc(66.66666% - 15px);
  float: left;
}
.footer_popup_wrap .hs_nieuwsbrief_flexkids .input .inputs-list.multi-container,
.footer_popup_wrap .hs_konnect_algemeen .input .inputs-list.multi-container,
.footer_popup_wrap .hs_portabase_algemeen .input .inputs-list.multi-container ,
.footer_popup_wrap .hs_kidsvision_algemeen .input .inputs-list.multi-container ,
.footer_popup_wrap .hs_doenkids_algemeen .input .inputs-list.multi-container ,
.footer_popup_wrap .hs_rosa_algemeen .input .inputs-list.multi-container {
  display: block;
}

.footer_popup_wrap .hs_nieuwsbrief_van_madelief,
.footer_popup_wrap .hs_nieuwsbrief_kidskonnect,
.footer_popup_wrap .hs_nieuwsbrief_flexkids,
.footer_popup_wrap .hs_konnect_algemeen,
.footer_popup_wrap .hs_portabase_algemeen,
.footer_popup_wrap .hs_kidsvision_algemeen,
.footer_popup_wrap .hs_doenkids_algemeen,
.footer_popup_wrap .hs_rosa_algemeen{
  float: right;
  margin: 0;
  width: 33.33%;
  clear: right;
}

.footer_popup_wrap .hs_nieuwsbrief_kidskonnect .inputs-list>li {
  display: block;
  margin: 0;
}





.footer_popup_wrap form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #bed3dd;
  border-radius: 3px;
  display: block;
  height: 20px;
  margin: 0;
  outline: none;
  padding: 0;
  width: 20px !important;
  margin-right: 0.5em;
}

.footer_popup_wrap form input[type=checkbox]:checked {
  background: #69b8f0 url(https://9450282.fs1.hubspotusercontent-na1.net/hubfs/9450282/raw_assets/public/Kidskonnect_September2022/images/checkbox-on.svg) 50% no-repeat;
  border: 5px solid #69b8f0;
  display: inline-block;
}

.footer_popup_wrap .hs-fieldtype-checkbox label.hs-form-checkbox-display {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0.1em;
  align-items: center;
  display: flex;
}

.footer_popup_wrap .hs-fieldtype-checkbox .input {
  margin-right: 0 !important;
}
.footer_popup_wrap fieldset.form-columns-3 {
  display: flex!important;
  flex-wrap: wrap!important;
  justify-content: space-between;
  max-width: 100%;
}
.footer_popup_wrap fieldset.form-columns-3 .input {
  margin-right: 0 !important;
}
.footer_popup_wrap fieldset.form-columns-3 .hs-form-field {
  width: calc(33.33333% - 15px) !important;
}

.footer_popup_wrap .hs_madam_sir.hs-fieldtype-radio > label {
  display: none;
}
.footer_popup_wrap .hs_madam_sir.hs-fieldtype-radio {
  padding-top: 2em;
}
.footer_popup_wrap .hs-fieldtype-radio ul.inputs-list {
  line-height: 1;
  align-items: center;
  display: flex;
}
.footer_popup_wrap .hs-fieldtype-radio ul.inputs-list li {
  margin: 0;
  max-width: 50%;
}
.footer_popup_wrap .hs-fieldtype-radio ul.inputs-list li + li {
  padding-left: 13px;
}
.footer_popup_wrap .hs-fieldtype-radio label.hs-form-radio-display {
  align-items: center;
  display: flex;
}
.footer_popup_wrap .hs-fieldtype-radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #bed3dd;
  border-radius: 9999px;
  display: block;
  height: 20px;
  margin: 0;
  outline: none;
  padding: 0;
  width: 20px;
  margin-right: 0.5em;

}
.footer_popup_wrap .hs-fieldtype-radio input[type=radio]:checked {
  border: 5px solid #69b8f0;
}
.footer_popup_wrap .hs-form-field>label span.hs-form-required {
  color: inherit;
}

@-webkit-keyframes overlay-box-in {
  0% {
    transform: translateY(10px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes overlay-box-in {
  0% {
    transform: translateY(10px)
  }

  to {
    transform: translateY(0)
  }
}


@media (max-width: 1540px) {
  .footer_main .pad {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1290px) {
  .footer_main .pad {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 875px) {
  footer.footer .footer__container {
    max-width: 550px;
  }
  .footer_bottom {
    background: #28133A;
  } 
  .footer_bottom .footer__container {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
    text-align: center;
  }
  .footer_copyright {
    bottom: 0;
    top: auto;
  }
  .footer_privacy_menu .hs-menu-wrapper > ul {
    flex-direction: column;
  } 
  .footer_privacy_menu .hs-menu-wrapper > ul > li + li {
    margin-left: 0;
    margin-top: 1em;
  }
  .footer_bottom_btns_wrap {
    display: none;
  }
  .footer_main {
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
  }
  .footer_main .pad {
    padding: 0;
  }
  .footer_main .s-reverse {
    flex-direction: column-reverse;
  }
  .footer_col {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer_col + .footer_col {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .footer_support_content+.footer_support_content {
    margin-bottom: 30px;
  }
  .footer_social_icons_desktop {
    display: none;
  }
  .footer_menu_head {
    display: none;
  }
  .footer_lang_social_mob_col {
    display: block;
    padding: 0;
  }
  .footer_language-and-social {
    align-items: center;
    background: #fb7d00;
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .footer-language-switch-sec {
    margin: 0;
  }
  footer.footer.footer_no_nav {
    padding-top: 0;
  }
  .footer_main .hs-button {
    line-height: 1.76;
    padding-top: 0.5em;
    padding-bottom: 0.6em;
  }
  footer.footer .cm_footer_social_icons a:not(:hover) {
    background-color: #fff !important;
  }
  .footer_popup_wrap .hs_news_preference {
    width: calc(40% - 5px);
  }

  .footer_popup_wrap .hs_nieuwsbrief_van_madelief,
  .footer_popup_wrap .hs_nieuwsbrief_kidskonnect,
  .footer_popup_wrap .hs_nieuwsbrief_flexkids,
  .footer_popup_wrap .hs_konnect_algemeen,
  .footer_popup_wrap .hs_portabase_algemeen,
  .footer_popup_wrap .hs_kidsvision_algemeen,
  .footer_popup_wrap .hs_doenkids_algemeen,
  .footer_popup_wrap .hs_rosa_algemeen{
    width: calc(60% - 5px);
  }
  .footer_popup_wrap .hs-fieldtype-checkbox .input .inputs-list {
    grid-gap: 0;
    display: block;
  }
  .footer_popup_wrap .overlay-head {
    font-size: 28px;
  }


}

@media (max-width: 875px) and (max-width: 500px) {
  .footer_language-and-social {
    border-radius: 0;
  }
}
@media (max-width: 630px) {
  .footer_popup_wrap fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .footer_popup_wrap {
    padding: 20px;
  }
  .footer_popup_wrap .hs_news_preference {
    width: calc(50% - 5px);
  }

  .footer_popup_wrap .hs_nieuwsbrief_van_madelief,
  .footer_popup_wrap .hs_nieuwsbrief_kidskonnect,
  .footer_popup_wrap .hs_nieuwsbrief_flexkids,
  .footer_popup_wrap .hs_konnect_algemeen,
  .footer_popup_wrap .hs_portabase_algemeen,
  .footer_popup_wrap .hs_kidsvision_algemeen,
  .footer_popup_wrap .hs_doenkids_algemeen,
  .footer_popup_wrap .hs_rosa_algemeen{
    width: calc(50% - 5px);
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {

}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}