@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap);/*----------------
COLORS:
----------------*/
/*----------------
FONTS:
----------------*/
.sub {
  font-size: 1.4rem;
  line-height: 2.1rem; }
@charset "UTF-8";
@font-face {
  font-family: 'icons';
  src: url("/assets/fonts/icons/icons.eot?86408111");
  src: url("/assets/fonts/icons/icons.eot?86408111#iefix") format("embedded-opentype"), url("/assets/fonts/icons/icons.woff2?86408111") format("woff2"), url("/assets/fonts/icons/icons.woff?86408111") format("woff"), url("/assets/fonts/icons/icons.ttf?86408111") format("truetype"), url("/assets/fonts/icons/icons.svg?86408111#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fonts/icons/fa-solid-900.eot");
  src: url("/assets/fonts/icons/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/icons/fa-solid-900.woff2") format("woff2"), url("/assets/fonts/fa-solid-900.woff") format("woff"), url("/assets/fonts/icons/fa-solid-900.ttf") format("truetype"), url("/assets/fonts/icons/fa-solid-900.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'brands';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fonts/icons/fa-brands-400.eot");
  src: url("/assets/fonts/icons/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/icons/fa-brands-400.woff2") format("woff2"), url("/assets/fonts/fa-solid-900.woff") format("woff"), url("/assets/fonts/icons/fa-brands-400.ttf") format("truetype"), url("/assets/fonts/icons/fa-brands-400.svg#fontawesome") format("svg"); }

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal; }

.fab {
  font-family: 'brands';
  font-style: normal; }

.icon-pencil:before {
  content: '\e800'; }

/* '' */
.icon-down-open:before {
  content: '\e801'; }

/* '' */
.icon-left-open:before {
  content: '\e802'; }

/* '' */
.icon-right-open:before {
  content: '\e803'; }

/* '' */
.icon-up-open:before {
  content: '\e804'; }

/* '' */
.icon-mail:before {
  content: '\e805'; }

/* '' */
.icon-trash-empty:before {
  content: '\e806'; }

/* '' */
.icon-phone:before {
  content: '\e808'; }

/* '' */
.icon-plus:before {
  content: '\e809'; }

/* '' */
.icon-ok:before {
  content: '\e80a'; }

/* '' */
.icon-cancel:before {
  content: '\e80b'; }

/* '' */
.icon-export:before {
  content: '\e80c'; }

/* '' */
.icon-user:before {
  content: '\e80d'; }

/* '' */
.icon-basket:before {
  content: '\e80e'; }

/* '' */
.icon-link-ext:before {
  content: '\f08e'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-whatsapp:before {
  content: '\f232'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.fa-bars:before {
  content: '\f0c9'; }

.fa-chevron-down:before {
  content: '\f078'; }

.fa-chevron-up:before {
  content: '\f077'; }

.fa-chevron-right:before {
  content: '\f054'; }

.fa-plus:before {
  content: '\f067'; }

.fa-ellipsis-v:before {
  content: '\f142'; }

.fa-question:before {
  content: '\f059'; }

.fa-close:before {
  content: '\f00d'; }

.fa-check:before {
  content: '\f00c'; }

.fa-info:before {
  content: '\f05a'; }
/*! 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;
}

/* 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;
}
@charset "UTF-8";
/*----------------
SETTINGS:
Only variables and imports

Use: $[name]-[sort] ($color-primary)
----------------*/
/*----------------
COLORS:
----------------*/

/*----------------
FONTS:
----------------*/
.sub {
  font-size: 1.4rem;
  line-height: 2.1rem; }

/*----------------
VENDORS:
Styling from third party elements. Only style imports from node_modules.
----------------*/
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*----------------
TOOLS:
Only mixins
----------------*/
@keyframes focus-animation {
  0% {
    background-color: rgba(94, 112, 194, 0); }
  50% {
    background-color: rgba(94, 112, 194, 0.5); }
  100% {
    background-color: rgba(94, 112, 194, 0); } }

/*----------------
DEVELOPMENT:
Only for development purposes 

Use: .d-[name]
----------------*/
.d-bar {
  position: fixed;
  width: 100%;
  padding: 2rem 0;
  bottom: 1rem;
  transform: translate3d(0, 100%, 0);
  box-shadow: 0 0px 35px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  transition: ease 300ms;
  transition-property: bottom transform; }
  .d-bar:hover {
    bottom: 0;
    transform: translate3d(0, 0, 0); }

.bar__button {
  padding: 1rem 2rem;
  background-color: #5e70c2;
  color: #ffffff;
  border: none; }

.d-grid-view {
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100; }
  .d-grid-view.is--active {
    opacity: 0.3; }

.grid-view__row,
.grid-view__container,
.grid-view__col {
  height: 100%; }

.grid-view__col::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: skyblue; }

.s-guide-nav {
  position: relative;
  height: 100%;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3); }
  @media (min-width: 992px) {
    .s-guide-nav {
      position: fixed; } }

.guide-nav__logo {
  width: 100%;
  padding: 1rem 0;
  max-width: 250px;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
  position: relative; }

.guide-nav__items {
  padding-left: 0;
  margin: 0 -15px;
  display: none; }
  @media (min-width: 992px) {
    .guide-nav__items {
      display: block; } }

.guide-nav__childs {
  padding-left: 0; }

.guide-nav__item,
.guide-nav__child {
  list-style: none; }

.guide-nav__child-link {
  padding: 0.5rem 0 0.5rem 30px;
  font-weight: 500; }

.guide-nav__item-link {
  padding: 1rem 15px;
  font-weight: 700; }

.guide-nav__item-link,
.guide-nav__child-link {
  display: block;
  text-decoration: none;
  transition: ease 300ms;
  transition-property: padding;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .guide-nav__item-link::after,
  .guide-nav__child-link::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: width;
    left: 0;
    top: 0;
    border-radius: 0px 5px 5px 0px;
    background-color: #5e70c2; }
  .guide-nav__item-link:hover,
  .guide-nav__child-link:hover {
    padding-left: 20px;
    text-decoration: none; }
    .guide-nav__item-link:hover::after,
    .guide-nav__child-link:hover::after {
      width: 5px; }

.guide-nav__child-link:hover {
  padding-left: 35px; }

.s-guide-section {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.guide-section__part {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #000000; }

.guide-font__heading {
  font-weight: 700; }

.guide-font__examples {
  display: flex; }

.guide-font__example {
  font-size: 62px;
  margin: 0 5px; }

.guide-font__example--bold {
  font-weight: 700; }

.guide-font__example--italic {
  font-style: italic; }

.s-guide-block {
  padding-bottom: 2rem;
  display: flex; }

.s-guide-title {
  margin-bottom: 4rem; }
  .s-guide-title::after {
    content: '';
    width: 40px;
    padding: 4px;
    border-radius: 5px;
    background-color: #5e70c2;
    position: absolute;
    display: block; }

.s-guide-component,
.s-guide-utility {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 4rem 15px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  transition: ease 300ms;
  transition-property: box-shadow;
  overflow: hidden;
  background-color: #ffffff; }

.s-guide-utility {
  height: calc(100% - 4rem); }

.guide-component--full {
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  z-index: 100; }

.guide-component__buttons {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-start; }

.guide-component__button {
  position: relative;
  text-decoration: none;
  padding: 1rem;
  background-color: #5e70c2;
  color: #ffffff;
  cursor: pointer;
  transition: ease 300ms;
  transition-property: opacity; }
  html.has--mouse .guide-component__button:hover {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8; }

.guide-component__button--secondary {
  background-color: rgba(94, 112, 194, 0.8); }

.guide-component__button--tertiary {
  background-color: rgba(94, 112, 194, 0.6);
  border-radius: 0 0 0 5px; }

.guide-component__buttons--relative {
  position: relative; }

.s-guide-block:hover {
  cursor: pointer; }
  .s-guide-block:hover .guide-block__example {
    box-shadow: 0 0px 35px rgba(0, 0, 0, 0.3); }

.guide-block__example {
  padding: 4rem;
  width: 0;
  position: relative;
  border-radius: 5px;
  margin-bottom: 1rem;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  transition: ease 300ms;
  transition-property: box-shadow; }

.guide-block__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }

.guide-block__content {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  justify-content: center; }

.guide-block__title {
  font-weight: bold;
  margin-bottom: 0.5rem; }

.s-guide-heading {
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: center;
  min-height: 65px; }

.s-guide-copy {
  opacity: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  animation-name: copyAnimation;
  animation-duration: 500ms; }

.guide-copy__text {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  font-weight: bold;
  font-size: 40px; }
  @media screen and (min-width: 576px) {
    .guide-copy__text {
      font-size: calc(40px + 60 * ((100vw - 576px) / 624)); } }
  @media screen and (min-width: 1200px) {
    .guide-copy__text {
      font-size: 100px; } }

@keyframes copyAnimation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*----------------
BASE:
Only HTML tags
----------------*/
:root,
body {
  min-width: 320px;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  font-family: "Open Sans", Arial, sans-serif; }

:root {
  color: #FFFFFF;
  font-size: 62.5%;
  font-family: "Open Sans", Arial, sans-serif; }
  @media (max-width: 767.98px) {
    :root {
      font-size: 50%; } }

html {
  scroll-behavior: smooth; }

strong {
  font-weight: 700; }

body,
p {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #000000; }

li {
  list-style-type: initial; }

button,
button:active,
button:focus,
a:active,
a:focus {
  cursor: pointer;
  outline: 0; }

a {
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer; }
  a:hover {
    text-decoration: none;
    color: #E32285; }

#content {
  position: relative; }

span {
  color: #FFFFFF; }

h4 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 800; }

h5 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 700; }

h6 {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 700; }

p {
  font-size: 1.8rem;
  padding: 0;
  margin: 0; }

/*----------------
UTILITIES:

Use: .u-[name]
----------------*/
.u-text--center {
  text-align: center; }
  .u-text--center-xs {
    text-align: center; }
  @media (min-width: 576px) {
    .u-text--center-sm {
      text-align: center; } }
  @media (min-width: 768px) {
    .u-text--center-md {
      text-align: center; } }
  @media (min-width: 992px) {
    .u-text--center-lg {
      text-align: center; } }
  @media (min-width: 1200px) {
    .u-text--center-xl {
      text-align: center; } }

.u-text--right {
  text-align: right; }
  .u-text--right-xs {
    text-align: right; }
  @media (min-width: 576px) {
    .u-text--right-sm {
      text-align: right; } }
  @media (min-width: 768px) {
    .u-text--right-md {
      text-align: right; } }
  @media (min-width: 992px) {
    .u-text--right-lg {
      text-align: right; } }
  @media (min-width: 1200px) {
    .u-text--right-xl {
      text-align: right; } }

.u-text--left {
  text-align: left; }
  .u-text--left-xs {
    text-align: left; }
  @media (min-width: 576px) {
    .u-text--left-sm {
      text-align: left; } }
  @media (min-width: 768px) {
    .u-text--left-md {
      text-align: left; } }
  @media (min-width: 992px) {
    .u-text--left-lg {
      text-align: left; } }
  @media (min-width: 1200px) {
    .u-text--left-xl {
      text-align: left; } }

.u-none-pointer {
  pointer-events: none; }

.u-none-select {
  user-select: none; }

h1,
.u-h1 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 6rem;
  line-height: 6.8rem;
  font-weight: 800; }

h2,
.u-h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 4.8rem;
  line-height: 5.4rem;
  font-weight: 800; }

h3,
.u-h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 800; }

.u-spacing--bottom,
.u-spacing {
  padding-bottom: 1rem; }

.u-spacing--top,
.u-spacing {
  padding-top: 1rem; }

.u-border--top {
  border-top: 1px solid #ffffff; }

.u-border--bottom {
  border-bottom: 1px solid #ffffff; }

.u-border--left {
  border-left: 1px solid #ffffff; }

.u-border--right {
  border-right: 1px solid #ffffff; }

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*----------------
COMPONENTS:

Use: .c-[name]
----------------*/
.c-bypass-navigation {
  padding: 20px 0;
  z-index: 100;
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #ffffff; }

.bypass-navigation__link {
  position: relative; }

.c-file {
  display: flex;
  align-items: center; }

.has--keyboard-focus .file__input:focus + .file__btn {
  border-style: dotted;
  border-color: #5e70c2;
  animation: focus-animation 1000ms ease infinite; }

.file__btn,
.file__return,
.file__remove {
  padding: 5px 10px;
  margin-bottom: 0; }

.file__btn {
  background-color: #5e70c2; }
  html.has--mouse .file__btn:hover {
    cursor: pointer;
    background-color: #bd081c; }

.file__return {
  max-width: 200px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.file__preview {
  width: 100px;
  display: none; }
  .file__preview.is--visible {
    display: block; }

.file__remove {
  font-size: 2.2rem;
  display: none;
  cursor: pointer; }
  .file__remove.is--visible {
    display: block; }

.form__item-label {
  display: block; }

.form__item {
  padding: 0.5rem 0; }
  .form__item.has--error .form__item-error {
    color: red; }
  .form__item.has--error .form__item-input {
    border-color: red; }

.form__item-input {
  outline: 0;
  padding: 0.5rem 1rem;
  border: 1px solid #000000;
  font-size: 1.8rem; }

.form__item-checkbox,
.form__item-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
  .has--keyboard-focus .form__item-checkbox:focus ~ .form__item-selectbox::before, .has--keyboard-focus
  .form__item-radio:focus ~ .form__item-selectbox::before {
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    animation: focus-animation 1000ms ease infinite;
    border: 2px dotted #5e70c2;
    z-index: 100;
    content: ''; }
  html.has--mouse .form__item-checkbox:hover, html.has--mouse
  .form__item-radio:hover {
    cursor: pointer; }
    html.has--mouse .form__item-checkbox:hover ~ .form__item-selectbox::after, html.has--mouse
    .form__item-radio:hover ~ .form__item-selectbox::after {
      opacity: 0.5; }
  .form__item-label .form__item-checkbox:checked ~ .form__item-selectbox::after,
  .form__item-label .form__item-checkbox:hover:checked ~ .form__item-selectbox::after, .form__item-label
  .form__item-radio:checked ~ .form__item-selectbox::after,
  .form__item-label
  .form__item-radio:hover:checked ~ .form__item-selectbox::after {
    opacity: 1; }

.form__item--selectbox .form__item-label {
  padding-left: 30px;
  position: relative; }

.form__item-selectbox {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid; }
  .form__item-selectbox::after {
    content: "";
    position: absolute;
    opacity: 0; }

.form__item-checkbox ~ .form__item-selectbox::after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); }

.form__item-radio ~ .form__item-selectbox {
  border-radius: 50%; }
  .form__item-radio ~ .form__item-selectbox::after {
    content: "";
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0); }

.c-custom-select {
  position: relative; }

.custom-select__selected {
  border: 1px solid #000000;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  display: none;
  cursor: pointer; }
  @media (min-width: 768px) {
    .custom-select__selected {
      display: block; } }

.custom-select__select {
  display: block; }
  @media (min-width: 768px) {
    .custom-select__select {
      display: none; } }

.custom-select__items {
  display: block; }
  .custom-select__items.is--hidden {
    display: none; }

.custom-select--secondary .custom-select__selected,
.custom-select--secondary .custom-select__select {
  background-color: #5e70c2;
  border: none;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 40px 10px 20px; }

.c-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 1rem;
  background-color: #ffffff;
  z-index: 200; }
  .c-modal.is--active {
    display: block; }

.has--modal {
  overflow: hidden; }
  .has--modal .modal__background {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 150;
    background-color: rgba(0, 0, 0, 0.6); }

.accordion__header {
  width: 100%; }

.accordion__panel {
  overflow: hidden;
  transition: ease 300ms;
  transition-property: max-height; }

.tab__panel {
  display: none; }
  .tab__panel.is--active {
    display: block; }

.tab__tab {
  background: #eeeeee;
  border-radius: 15px 15px 0 0;
  border: 1px solid #eeeeee;
  width: 45%;
  height: 60px;
  cursor: pointer; }
  .tab__tab:focus {
    outline: 0; }

.tab__tab.is--active {
  background: #FFFFFF;
  border-radius: 15px 15px 0 0;
  border: 1px solid #FFFFFF;
  height: 60px; }

.c-tabcordion.is--tab .accordion__header {
  display: none; }

.c-tabcordion.is--accordion .accordion__panel {
  display: block; }

.c-tabcordion.is--accordion .tab__list {
  display: none; }

.tab__list {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto; }

.c-tooltip {
  position: relative;
  display: inline-block; }
  .c-tooltip:hover:not(.tooltip--click) .tooltip__tip, .c-tooltip.is--active .tooltip__tip {
    display: block; }

.tooltip--bottom .tooltip__tip,
.tooltip--top .tooltip__tip {
  left: 50%;
  transform: translate3d(-50%, 0, 0); }
  .tooltip--bottom .tooltip__tip::after,
  .tooltip--top .tooltip__tip::after {
    width: 100%;
    left: 0;
    height: 1rem; }

.tooltip--bottom .tooltip__arrow,
.tooltip--top .tooltip__arrow {
  left: calc(50% - (1rem / 2)); }

.tooltip--left .tooltip__tip,
.tooltip--right .tooltip__tip {
  top: 50%;
  transform: translate3d(0, -50%, 0); }
  .tooltip--left .tooltip__tip::after,
  .tooltip--right .tooltip__tip::after {
    height: 100%;
    top: 0;
    width: 1rem; }

.tooltip--left .tooltip__arrow,
.tooltip--right .tooltip__arrow {
  top: calc(50% - (1rem / 2)); }

.tooltip--left .tooltip__tip {
  right: calc(100% + 1rem); }
  .tooltip--left .tooltip__tip::after {
    left: 100%; }

.tooltip--left .tooltip__arrow {
  right: calc(0px - (1rem / 2)); }

.tooltip--right .tooltip__tip {
  left: calc(100% + 1rem); }
  .tooltip--right .tooltip__tip::after {
    right: 100%; }

.tooltip--right .tooltip__arrow {
  left: calc(0px - (1rem / 2)); }

.tooltip--top .tooltip__tip {
  bottom: calc(100% + 1rem); }
  .tooltip--top .tooltip__tip::after {
    top: 100%; }

.tooltip--top .tooltip__arrow {
  bottom: calc(0px - (1rem / 2)); }

.tooltip--bottom .tooltip__tip {
  top: calc(100% + 1rem); }
  .tooltip--bottom .tooltip__tip::after {
    bottom: 100%; }

.tooltip--bottom .tooltip__arrow {
  top: calc(0px - (1rem / 2)); }

.tooltip__tip {
  display: none;
  background-color: #000000;
  color: #ffffff;
  padding: 1rem;
  position: absolute;
  width: 200px;
  z-index: 10; }
  .tooltip__tip::after {
    content: "";
    position: absolute;
    display: block; }

.tooltip__arrow {
  width: 1rem;
  height: 1rem;
  background-color: #000000;
  display: block;
  position: absolute;
  transform: rotate(45deg); }

.c-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-color: #000000;
  padding: 10px 30px;
  border-radius: 100px;
  color: #ffffff;
  animation-name: toastAnimation;
  animation-duration: 4000ms; }

.toast--long {
  animation-duration: 6000ms; }

.toast--short {
  animation-duration: 2000ms; }

@keyframes toastAnimation {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.filter__item {
  padding: 10px;
  border: 1px solid #000000;
  display: inline-block; }
  .filter__item.is--active {
    background-color: #5e70c2; }

.filter__entries-item {
  display: none;
  padding: 10px 0;
  width: 100%; }
  .filter__entries-item.is--active {
    display: block; }

.c-loader {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  position: fixed;
  background-image: url(/assets/img/loader.gif);
  background-size: 100px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  transition: ease 300ms;
  transition-property: opacity; }

html {
  background: green; }

html.is--loading .c-loader {
  opacity: 1; }

.c-section {
  align-items: center;
  margin: auto;
  position: relative; }

.background {
  position: fixed;
  width: 300vw;
  height: 300vh;
  left: -75vw;
  top: -75vh; }

.footer {
  position: fixed;
  width: 100vw;
  height: 15vh;
  bottom: 0;
  filter: drop-shadow(-2px -2px 4px rgba(0, 0, 0, 0.05)); }

.c-btn {
  position: relative;
  height: 60px;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  border: 0;
  padding: 15px;
  cursor: pointer; }

.btn--pink {
  color: #FFFFFF;
  background-color: #E32285;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px; }
  .btn--pink:hover {
    background-color: #010101;
    color: #FFFFFF !important; }

a.expand {
  cursor: pointer; }

.btn--black {
  color: #FFFFFF;
  background-color: #010101; }

.btn--white {
  color: #010101;
  background-color: #FFFFFF; }

.btn--medium__fixed {
  width: 60px;
  height: 60px; }

.btn--transparent {
  border: 1px solid #E32285; }

.btn--simple {
  height: 60px;
  border-radius: 30px;
  margin: 15px; }

.btn--blue__gradient {
  color: #FFFFFF;
  background: linear-gradient(#3adaf2, #31398c); }

.btn--sticker {
  width: 293px;
  height: 293px;
  background: linear-gradient(#30348B, #1DB7EC);
  border-radius: 50%; }
  .btn--sticker h5 {
    padding-top: 1rem; }

c-responsivemenu {
  z-index: -1;
  display: block;
  position: fixed; }

.c-responsive-menu {
  position: fixed;
  display: none;
  top: -50vw;
  left: -50vw;
  width: 100vw;
  height: 100vw;
  background-color: #010101;
  border-radius: 50%;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .c-responsive-menu {
      width: 200vw;
      height: 200vw;
      left: -100vw; } }

.menu--items--right {
  transition: right 500ms ease; }

#showSideMenu {
  position: fixed;
  display: none;
  width: 20px;
  height: 40px;
  background-color: #E32285;
  top: calc(50vh - 30px);
  left: 0;
  color: white;
  padding-left: 5px;
  padding-top: 10px;
  z-index: 1;
  border-radius: 0 5px 5px 0; }
  @media (max-width: 767.98px) {
    #showSideMenu {
      display: block; } }
  #showSideMenu i {
    position: absolute;
    transition: transform 500ms ease; }
  #showSideMenu.show i {
    transform: rotate(180deg); }

.logo {
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 20vw;
  max-height: 20vw;
  top: 20px; }
  @media (max-width: 767.98px) {
    .logo {
      top: 6px;
      height: 46px;
      width: 46px; } }

.c-responsive-menu.hidden {
  display: flex;
  transform: scale(0); }

.c-responsive-menu {
  display: flex;
  transform: scale(1);
  transition: transform 500ms ease-in-out; }

.c-responsive-menu .responsive--items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  color: white;
  width: 50%;
  left: 50%;
  position: absolute;
  bottom: 0;
  list-style: none;
  padding-left: 10%;
  padding-bottom: 10%; }
  @media (max-width: 991.98px) {
    .c-responsive-menu .responsive--items {
      padding-bottom: 30%; } }

.responsive--item {
  min-height: 4rem;
  width: 100%; }
  @media (max-width: 767.98px) {
    .responsive--item h2 {
      font-size: 3.2rem; } }
  .responsive--item :hover {
    color: #E32285; }

.c-menu .hamburger a {
  color: #FFFFFF; }

.hamburger:before {
  transition: color 500ms ease; }

.hamburger.active:before {
  content: "\f00d"; }

.c-menu {
  position: fixed;
  top: 50px;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 3; }
  .c-menu .menu--right-item {
    padding-right: 2rem;
    font-size: 1.8rem; }
  .c-menu i.menu--right-item {
    font-size: 3rem; }
  @media (max-width: 767.98px) {
    .c-menu .menu--items--right .c-btn.btn--pink {
      padding: 0 15px;
      height: 30px;
      border-radius: 15px;
      margin-left: 15px; } }
  .c-menu.menu__dark a {
    color: #000000; }
  .c-menu li {
    list-style: none; }
  .c-menu .hamburger {
    padding-left: 30px;
    color: #FFFFFF;
    z-index: 10;
    position: fixed;
    font-size: 3rem; }
    @media (max-width: 767.98px) {
      .c-menu .hamburger {
        padding-left: 2rem; } }
  .c-menu .items {
    position: fixed;
    display: flex;
    right: 0px;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 30px; }
    @media (max-width: 767.98px) {
      .c-menu .items {
        padding-right: 1rem; } }
    .c-menu .items li {
      list-style-type: none;
      padding-right: 20px;
      text-align: right;
      list-style: none; }
      @media (max-width: 767.98px) {
        .c-menu .items li {
          padding-right: 10px; } }
      .c-menu .items li a {
        font-size: 1.4rem;
        font-weight: 700; }
        @media (max-width: 991.98px) {
          .c-menu .items li a {
            font-size: 10px; } }
        @media (max-width: 767.98px) {
          .c-menu .items li a {
            font-size: 8px;
            padding-right: 0px;
            margin: 0; } }
        .c-menu .items li a:hover {
          color: #E32285; }

.items li .menu--item {
  color: #010101;
  padding-bottom: 5px; }

.hamburger {
  transition: color 500ms ease; }

.hamburger.dark {
  color: #010101; }

.items.dark li a {
  color: #010101;
  transition: color 1500ms ease; }

.items.light li.active a {
  border-bottom: 1px solid #FFFFFF; }

.items li.active a {
  border-bottom: 1px solid #010101; }

.items li a:hover {
  color: #E32285; }

.items .menu--toggle-side {
  display: none; }

.items.expand.light .menu--toggle-side {
  display: none; }

.items.expand .menu--toggle-side {
  display: block; }

.items.light li a {
  color: #FFFFFF; }

c-faq {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2rem; }

.c-faq {
  background: linear-gradient(#C6ECFA, #1DB7EC);
  max-width: 1170px;
  width: 100%;
  border-radius: 15px;
  padding: 0rem 1rem;
  margin: 1rem; }

.c-faq c-expandable {
  background-color: white;
  border-radius: 15px;
  min-height: 60px;
  max-width: 1140px;
  width: 100%;
  display: inline-block;
  text-align: left;
  padding-left: 2rem;
  padding-top: 0.5rem;
  margin-bottom: 5px; }
  .c-faq c-expandable div {
    max-height: 0;
    height: auto;
    overflow: hidden;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    transition: all 500ms ease-in-out; }
    .c-faq c-expandable div p {
      padding: 1rem 0; }

.c-faq c-expandable:first-child {
  margin-top: 20px; }

.c-faq c-expandable:last-child {
  margin-bottom: 20px; }

.faq--header {
  flex: 100%;
  color: #1DB7EC;
  padding: 4rem 0; }
  .faq--header span {
    color: #010101; }

.faq--title {
  color: #010101;
  height: 60px;
  display: inline-flex;
  margin: 0;
  padding: 0;
  align-items: center;
  padding-left: 4rem; }

.faq--title:before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f078';
  margin-left: -4rem;
  transition: transform 500ms ease; }

.faq--expand.expand .faq--title:before {
  transform: rotate(-180deg); }

.modal--example.is--active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  max-width: 616px;
  max-height: 616px;
  width: 100%;
  align-items: center;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: linear-gradient(#30348B, #1DB7EC); }
  @media (max-width: 991.98px) {
    .modal--example.is--active {
      width: 600px;
      height: 600px;
      border-radius: 300px; }
      .modal--example.is--active h1,
      .modal--example.is--active h3,
      .modal--example.is--active p,
      .modal--example.is--active a {
        max-width: 90vw; } }

.has--modal .modal__background {
  background-color: rgba(255, 255, 255, 0.6); }

c-modal .fa:before {
  color: #1DB7EC; }

c-modal .fa.fa-chevron-right {
  visibility: hidden; }

c-modal .modal--close {
  position: absolute;
  top: 0;
  right: 0;
  color: #1DB7EC;
  font-size: 2.4rem; }
  @media (max-width: 991.98px) {
    c-modal .modal--close {
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 2rem; } }

c-modal .fa {
  color: #FFFFFF;
  cursor: pointer; }

c-modal .modal--title {
  color: #FFFFFF;
  padding-bottom: 2rem; }

c-modal .modal--content {
  color: #FFFFFF; }

c-modal .modal--cta {
  font-weight: 600;
  padding-top: 2rem; }
  c-modal .modal--cta i {
    padding-right: 2rem; }

#detailcontent .menu--items--right {
  top: 40px; }

.content--item p a {
  font-weight: 700;
  color: #E32285; }
  .content--item p a:hover {
    color: #010101; }

.c-detail--menu {
  background: linear-gradient(#C4EE9D, #2EAA4D);
  height: 380px;
  position: relative; }
  @media (max-width: 767.98px) {
    .c-detail--menu {
      height: 240px; } }
  .c-detail--menu .menu--toggle-side {
    display: none; }
  .c-detail--menu .section--curve {
    position: absolute;
    bottom: -1px; }
  .c-detail--menu .hamburger {
    color: #010101; }

.c-breadcrumb {
  position: absolute;
  bottom: 200px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0; }
  @media (max-width: 767.98px) {
    .c-breadcrumb {
      bottom: 135px; } }
  .c-breadcrumb .breadcrumb--item {
    color: #010101;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase; }
  .c-breadcrumb .fa-chevron-right {
    font-size: 1.4rem; }
  .c-breadcrumb span {
    color: #010101; }

.content--item {
  padding-bottom: 4rem; }
  .content--item.item--form {
    background: linear-gradient(#C4EE9D, #2EAA4D);
    border-radius: 15px;
    padding: 40px 90px; }
  .content--item .registered {
    font-size: 1.5rem;
    vertical-align: text-bottom;
    font-style: normal; }
  .content--item .c-form {
    display: flex;
    flex-wrap: wrap; }
  .content--item .form--item__name,
  .content--item .form--item__lastname {
    padding-top: 2rem;
    flex: 50%;
    font-weight: 800; }
  .content--item .form--item__amount {
    text-align: end; }
  .content--item .form--item__selection {
    display: flex;
    flex-direction: column; }
  .content--item .form--item__email,
  .content--item .form--item__message,
  .content--item .form--item__button,
  .content--item .form--item__selection,
  .content--item .checkbox--container {
    padding-top: 2rem;
    flex: 100%; }
  .content--item .contact--checkbox {
    width: 100%;
    padding-bottom: 2rem; }
  .content--item .form__item-label {
    font-weight: 700; }
  .content--item .form__item-input {
    max-width: 270px;
    width: 100%;
    height: 60px;
    border-radius: 15px; }
  .content--item .input-email {
    max-width: 100%; }
  .content--item .input--amount {
    max-width: 200px;
    width: 100%; }
  .content--item .form__item-textarea {
    max-width: 100%;
    width: 100%;
    height: 120px;
    border-radius: 15px;
    padding: 15px; }
  .content--item .form--item__description {
    padding-top: 2rem; }
  .content--item .form--item__package--amount,
  .content--item .form--item__package {
    padding-top: 2rem;
    display: flex;
    flex-direction: row;
    width: 100%; }
    .content--item .form--item__package--amount div:first-child,
    .content--item .form--item__package div:first-child {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; }
  .content--item .form--item__description.hidden {
    display: none; }
  .content--item .form--item__package.hidden {
    display: none; }
  .content--item .custom-select__items {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 15px;
    padding: 20px; }
  .content--item .dropdown__link {
    padding-top: 1rem; }
    .content--item .dropdown__link:hover {
      font-weight: 700;
      cursor: pointer; }
  .content--item .custom-select__selected {
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 15px;
    height: 60px;
    align-items: center;
    display: flex;
    color: #FFFFFF;
    background-color: #010101; }
  .content--item .custom-select__selected:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    padding-right: 1rem; }

.c-content--container {
  display: flex;
  position: relative;
  transition: left 500ms ease;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-around;
  max-width: 1140px;
  margin: 0 auto;
  left: 0px; }
  .c-content--container .c-side--menu {
    max-width: 360px;
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    overflow: auto;
    height: 96vh; }
    @media (max-width: 1199.98px) {
      .c-content--container .c-side--menu {
        padding-left: 1rem; } }
  .c-content--container .c-content {
    margin-left: 30px;
    max-width: 750px; }
  .c-content--container .menu--item a {
    color: #010101; }
  .c-content--container .menu--item.selected a {
    color: #1DB7EC; }
  .c-content--container .menu--title {
    margin-bottom: 2rem;
    font-weight: 800; }
  .c-content--container .menu--items {
    padding: 0 3rem;
    margin: 0; }
    @media (max-width: 767.98px) {
      .c-content--container .menu--items {
        padding-left: 6rem; } }
  .c-content--container .menu--item.selected {
    color: #1DB7EC; }
  .c-content--container .menu--divider {
    border-bottom: 1px solid #010101;
    margin: 1.5rem 2rem 1rem -3rem;
    list-style: none; }
  .c-content--container .menu--item {
    list-style: none;
    padding-left: 3rem;
    padding: 0.5rem 0;
    font-weight: 800; }
  .c-content--container .menu--item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    padding-right: 1rem;
    margin-left: -3rem;
    position: absolute; }
  .c-content--container .menu--item.selected:before {
    margin-left: -2rem; }
  .c-content--container .content--item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .c-content--container .content--item {
        align-items: flex-start; } }
    @media (max-width: 1199.98px) {
      .c-content--container .content--item {
        margin-right: 1rem; } }
    .c-content--container .content--item .item--top {
      margin: 0 auto; }
      .c-content--container .content--item .item--top strong a {
        color: #010101; }
    .c-content--container .content--item .item--full a {
      color: #010101; }
    .c-content--container .content--item.item--cta {
      background: linear-gradient(#C6ECFA, #1DB7EC);
      padding: 2rem;
      border-radius: 15px;
      margin-bottom: 4rem; }
    .c-content--container .content--item .item--link {
      color: #010101; }
      .c-content--container .content--item .item--link i {
        font-size: 1.4rem; }
    .c-content--container .content--item .item--title {
      margin: 2rem auto;
      width: 100%; }
    .c-content--container .content--item .item--full {
      width: 100%;
      flex: 1; }
    .c-content--container .content--item .item--left,
    .c-content--container .content--item .item--right {
      padding: 2rem 0;
      flex: 1; }
    .c-content--container .content--item .item--center {
      padding: 2rem 0; }
    .c-content--container .content--item .item--left.item--image,
    .c-content--container .content--item .item--right.item--image {
      max-width: 50%; }
    .c-content--container .content--item .item--left {
      flex: 50%;
      padding-right: 15px; }
    .c-content--container .content--item .item--right {
      flex: 50%;
      padding-left: 15px; }
    .c-content--container .content--item .item--title,
    .c-content--container .content--item .item--full {
      flex: 100%; }
    .c-content--container .content--item .item--image {
      border-radius: 15px;
      object-fit: cover;
      padding: 0;
      margin: 2rem 0; }
      @media (max-width: 767.98px) {
        .c-content--container .content--item .item--image {
          object-fit: contain; } }
    .c-content--container .content--item .btn--simple {
      max-width: 360px;
      width: 100%;
      margin: 0 auto;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: none; }
  .c-content--container .content--item ul {
    padding-left: 20px; }
  .c-content--container .c-detail--menu .menu--toggle-side li {
    margin-left: 20px;
    list-style: none; }
  .c-content--container .c-detail--menu .menu--toggle-side li:before {
    content: "•";
    padding-right: 1rem;
    margin-left: -2rem;
    position: absolute; }

@media (max-width: 767.98px) {
  .items.menu--right-items {
    display: none; }
  .c-menu .logo {
    width: 50px;
    height: 50px; }
  .c-breadcrumb {
    padding-left: 15px; }
  .content--item .custom-select__selected,
  .content--item .form--item__description,
  .content--item .form--item__name,
  .content--item .form--item__lastname,
  .content--item .form--item__email,
  .content--item .form--item__textarea,
  .content--item .form--item__package,
  .content--item .form--item__message,
  .content--item .btn--simple,
  .c-content--container .content--item .btn--simple {
    width: 85vw;
    max-width: 85vw; }
  .c-content--container .content--item .btn--simple {
    margin: 0; }
  .custom-select__selected {
    width: 85vw; }
  .custom-select__select {
    display: none; }
  .c-breadcrumb .breadcrumb--item {
    font-size: 1rem; }
  .content--item .form--item__name,
  .content--item .form--item__lastname,
  .c-content--container .content--item .item--left,
  .c-content--container .content--item .item--right {
    flex: 100%; }
  .c-content--container .content--item .item--right {
    padding-left: 0; }
  .content--item .input--amount {
    width: 120px; }
  .content--item.item--form {
    padding: 10px; }
  .c-content--container .content--item .item--left.item--image,
  .c-content--container .content--item .item--right.item--image {
    max-width: 100%; }
  .c-detail--menu .menu--toggle-side {
    display: block;
    height: 20px;
    text-align: right;
    margin-right: 2rem;
    color: #010101; }
  #detailcontent #showMenu {
    display: none;
    visibility: hidden; }
  .items li p {
    display: none; }
  .c-content--container {
    width: 150vw;
    left: -52.5vw; }
    .c-content--container .c-content {
      width: 95vw;
      margin-left: 15px; }
    .c-content--container .c-side--menu {
      width: 50vw; }
    .c-content--container.show {
      left: 5vw;
      width: 100vw; }
      .c-content--container.show .c-side--menu {
        width: 100vw;
        padding-top: 14rem; }
      .c-content--container.show .c-content {
        width: 0vw;
        overflow: hidden; } }

.c-tab {
  margin-top: 6rem; }

#tab-panel-tab-2 {
  flex-wrap: wrap;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto; }

.tab__compare {
  position: relative;
  background: #FFFFFF;
  flex-wrap: wrap;
  padding: 30px 15px 50px 15px;
  padding-top: 60px;
  max-width: 1170px;
  width: 100%; }
  @media (max-width: 767.98px) {
    .tab__compare {
      padding: 30px 0 50px 0; } }
  .tab__compare .spec--title {
    padding-top: 30px; }

.tab__compare:first-child {
  border-radius: 15px 15px 0 0; }

.tab__compare:last-child {
  border-radius: 0 0 15px 15px; }

@media (max-width: 767.98px) {
  .feature p,
  .feature h5,
  .feature h4 {
    font-size: 1.3rem; } }

.feature-features {
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 500ms ease; }

.feature-features .feature {
  margin-bottom: 7px;
  margin-left: 4rem;
  background-color: #e4f3e6; }

.feature.expand {
  background-color: #e4f3e6; }

.compare--item .item {
  display: flex; }

.tab__compare:first-child .compare--background {
  height: calc(100% - 185px); }

.compare--background {
  position: absolute;
  display: flex;
  height: calc(100% - 145px);
  width: 100%; }
  .compare--background .bg {
    position: relative;
    height: 100%;
    border-radius: 15px;
    width: 15.9%; }
  .compare--background .background--description {
    margin-top: 60px;
    height: calc(100% - 60px);
    width: 50%;
    background: linear-gradient(#C6ECFA, #1DB7EC); }
  .compare--background .background--light {
    margin-top: 30px;
    height: calc(100% - 30px);
    background: linear-gradient(#C4EE9D, #2EAA4D); }
  .compare--background .background--basic {
    margin-top: 15px;
    height: calc(100% - 15px);
    background: linear-gradient(#1DB7EC, #30348B); }
  .compare--background .background--advanced {
    margin-top: 30px;
    margin-bottom: 60px;
    background: linear-gradient(#C4EE9D, #2EAA4D);
    height: calc(100% - 30px); }

.feature--hilit {
  background-color: #30348B;
  color: #FFFFFF;
  height: 30px;
  display: block;
  position: relative;
  border-radius: 5px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  width: 80%;
  left: 10%;
  top: -15px; }
  .feature--hilit h6 {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .feature--hilit {
      display: none; } }

@media (max-width: 1199.98px) {
  .feature--hilit h6 {
    font-size: 1rem; } }

.compare--items {
  position: relative;
  z-index: 2; }
  @media (max-width: 767.98px) {
    .compare--items {
      padding-top: 40px; } }

.feature.noitems {
  margin-bottom: 7px; }

@media (max-width: 767.98px) {
  .feature.header {
    padding-right: 1rem; } }

@media (max-width: 767.98px) {
  .feature.header {
    margin-top: 40px !important; } }

.feature.header .feature--description {
  font-weight: 700;
  align-self: flex-start; }

.feature--description.base {
  padding-left: 2.5rem; }

.feature--description.base:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f078';
  left: 25px;
  position: absolute;
  transition: transform ease 500ms; }

.feature.expand .feature--description.base:before {
  transform: rotate(180deg); }

.feature.header {
  margin-top: 130px;
  align-items: flex-end;
  margin-right: 0px;
  margin-bottom: 2rem;
  background: none; }

.feature {
  display: flex;
  align-items: center;
  color: #010101;
  height: 60px;
  border-radius: 15px;
  background-color: #FFFFFF;
  margin: 4px 1%; }
  @media (max-width: 767.98px) {
    .feature {
      margin: 4px 3% 4px 1%; } }
  .feature p {
    margin: 0; }
    @media (max-width: 767.98px) {
      .feature p {
        line-height: initial; } }
  @media (max-width: 991.98px) {
    .feature h4 {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    .feature h4,
    .feature h5 {
      line-height: initial; } }
  .feature .feature--description {
    max-width: 562px;
    text-align: left;
    margin-left: 15px;
    width: 55%;
    display: flex;
    align-items: center; }
    @media (max-width: 767.98px) {
      .feature .feature--description {
        width: 50%; } }
  .feature .feature--light__val,
  .feature .feature--advanced__val,
  .feature .feature--basic__val {
    width: 18%; }
    @media (max-width: 767.98px) {
      .feature .feature--light__val,
      .feature .feature--advanced__val,
      .feature .feature--basic__val {
        width: 17.5%; } }

@media (max-width: 1199.98px) {
  .column-title h4 {
    font-size: 1.2rem; } }

.section--intro:before {
  content: ' ';
  position: absolute;
  width: 100vw;
  height: 310px;
  background: linear-gradient(#30348B, #4b64b3);
  left: 0;
  top: 0; }

.section--intro {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100vh + 300px);
  padding-top: 250px;
  text-align: center;
  background: linear-gradient(#4b64b3, #4b64b3 49%, #C4EE9D 50%, #C4EE9D); }
  @media (max-width: 767.98px) {
    .section--intro {
      height: calc(100vh + 60px);
      padding-top: 130px;
      background: linear-gradient(#4b64b3, #4b64b3 98%, #C4EE9D 99%, #C4EE9D); } }
  .section--intro .btn--pink {
    margin-bottom: 30%; }
  .section--intro .backgroundImage {
    position: absolute;
    left: 0;
    width: 100vw;
    top: 310px;
    flex: 1;
    object-fit: contain; }
    @media (max-width: 767.98px) {
      .section--intro .backgroundImage {
        top: 80vh; } }
  .section--intro .backgroundImage:before {
    position: absolute;
    content: ' ';
    height: 310px;
    width: 100vw;
    background-color: red; }
  .section--intro .intro__title {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    color: #010101;
    font-family: "Open Sans", Arial, sans-serif; }
  .section--intro .intro__title.title__white {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 800;
    color: #FFFFFF; }
  .section--intro .intro__description {
    position: relative;
    color: #FFFFFF;
    max-width: 750px;
    padding: 2rem;
    font-size: 2.4rem;
    line-height: 4rem;
    font-weight: normal; }
  .section--intro h4 {
    font-weight: 400; }
  .section--intro .intro__title span {
    color: #010101; }
  .section--intro h4 {
    padding: 4rem 0 6rem 0;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-size: 400; }
    .section--intro h4 span {
      font-weight: 800;
      color: #FFFFFF !important; }
  .section--intro .c-btn {
    width: 344px; }
  .section--intro .big_dog {
    position: relative;
    flex: 1;
    padding-top: 4rem;
    width: 600px;
    align-self: flex-start; }
    @media (max-width: 767.98px) {
      .section--intro .big_dog {
        width: 100%;
        align-self: center; } }

.section--intro2 {
  background: linear-gradient(#C4EE9D, #c2ef8c 50%, #2EAA4D); }
  .section--intro2 .intro__title {
    position: relative;
    max-width: 800px;
    margin: auto;
    color: #010101;
    font-family: "Open Sans", Arial, sans-serif;
    text-align: center; }
  .section--intro2 .section__2col {
    position: relative;
    display: flex;
    max-width: 1140px;
    padding-top: 4rem;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto; }
    .section--intro2 .section__2col .small_dog {
      max-width: 500px;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .section--intro2 .section__2col .section__2col-content {
      max-width: 500px;
      width: 100%;
      text-align: left;
      margin: 0 2rem; }
      .section--intro2 .section__2col .section__2col-content span {
        color: #010101;
        font-weight: 500; }
    @media (max-width: 767.98px) {
      .section--intro2 .section__2col img {
        display: none; }
      .section--intro2 .section__2col p {
        width: 100%; } }

.section--mkb {
  padding-top: 250px;
  text-align: center;
  background: linear-gradient(#ffffff, #c2ef92, #33ac4f);
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .section--mkb h2 {
    flex: 100%; }
  .section--mkb h3 {
    flex: 100%;
    font-size: 4.8rem;
    padding: 0;
    color: #1DB7EC; }
  .section--mkb h4 {
    height: 100px;
    padding-top: 2rem; }
    @media (max-width: 767.98px) {
      .section--mkb h4 {
        height: auto; } }
  .section--mkb a {
    color: #1DB7EC; }
  .section--mkb .btn--sticker {
    position: absolute;
    padding-top: 60px;
    color: #FFFFFF;
    padding-left: 30px;
    bottom: 7%;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-height: 799px) {
      .section--mkb .btn--sticker {
        bottom: 1%; } }
    @media only screen and (min-height: 800px) and (max-height: 1119px) {
      .section--mkb .btn--sticker {
        bottom: 5%; } }
    @media only screen and (min-height: 1200px) and (max-height: 1900px) {
      .section--mkb .btn--sticker {
        bottom: 8%; } }
    @media only screen and (min-height: 1901px) {
      .section--mkb .btn--sticker {
        bottom: 13%; } }
    .section--mkb .btn--sticker h5 {
      font-weight: 300; }
    @media (max-width: 991.98px) {
      .section--mkb .btn--sticker h4 {
        max-width: 40vw; } }
  .section--mkb i {
    padding-right: 1rem; }
  .section--mkb .btn--blue__gradient {
    color: #FFFFFF; }
  .section--mkb .mkb--container {
    margin: auto;
    flex: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 250px; }
    .section--mkb .mkb--container p {
      padding-bottom: 2rem; }
    .section--mkb .mkb--container c-expandable {
      width: 262px;
      background-color: #FFFFFF;
      border-radius: 15px;
      margin: 15px;
      padding: 1rem;
      margin-bottom: 4rem;
      height: auto;
      display: table;
      box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.1); }
      .section--mkb .mkb--container c-expandable div {
        border: 0;
        margin: 0;
        padding: 0;
        height: auto;
        max-height: 0px;
        overflow: hidden;
        width: 100%;
        box-shadow: none;
        transition: max-height 500ms ease-in-out; }
      .section--mkb .mkb--container c-expandable .expand + div {
        max-width: 400px;
        width: 400px; }
        @media (max-width: 991.98px) {
          .section--mkb .mkb--container c-expandable .expand + div {
            width: 100%; } }
      .section--mkb .mkb--container c-expandable .readmore {
        display: flex;
        justify-content: center;
        align-items: center; }
      .section--mkb .mkb--container c-expandable .readmore.expand {
        max-height: 0px;
        height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
        transition: max-height 500ms ease; }
      .section--mkb .mkb--container c-expandable h5 {
        margin-bottom: 4rem; }
      .section--mkb .mkb--container c-expandable a.btn--blue__gradient {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto -40px auto; }
  .section--mkb .sittingdock {
    position: absolute;
    padding-top: 60px;
    color: #FFFFFF;
    z-index: 1;
    pointer-events: none;
    bottom: 7%;
    padding-right: 220px;
    height: 220px;
    /*PDD HOTFIX*/
    /* END PDD HOTFIX*/ }
    @media only screen and (max-height: 799px) {
      .section--mkb .sittingdock {
        bottom: 1%; } }
    @media only screen and (min-height: 800px) and (max-height: 1119px) {
      .section--mkb .sittingdock {
        bottom: 5%; } }
    @media only screen and (min-height: 1200px) and (max-height: 1900px) {
      .section--mkb .sittingdock {
        bottom: 8%; } }
    @media only screen and (min-height: 1901px) {
      .section--mkb .sittingdock {
        bottom: 13%; } }

c-items {
  flex: 100%;
  scroll-margin-top: 20vh; }

.section--onderdelen h3 {
  color: #010101; }

.part1 {
  background: linear-gradient(#ffffff, #c2ef92); }

.part2 {
  background: linear-gradient(#c2ef92, #33ac4f); }

.section--onderdelen .split {
  justify-content: center; }

.section--onderdelen {
  padding-top: 250px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .section--onderdelen h2,
  .section--onderdelen h3,
  .section--onderdelen h4,
  .section--onderdelen h5,
  .section--onderdelen a {
    flex: 1 100%; }
  .section--onderdelen .chagrijnig {
    max-width: 600px;
    width: 100%;
    margin: 0 30%; }
  .section--onderdelen h3 {
    font-size: 3.6rem; }
  .section--onderdelen h4 {
    color: #FFFFFF; }
  .section--onderdelen h5 {
    color: #FFFFFF; }
  .section--onderdelen .split {
    display: flex;
    max-width: 1170px;
    padding-top: 4rem;
    flex-wrap: wrap;
    justify-content: center; }
    .section--onderdelen .split img {
      max-width: 380px;
      width: 100%; }
    .section--onderdelen .split p {
      max-width: 500px;
      width: 100%;
      text-align: left;
      margin: 0 2rem;
      padding-left: 2rem; }
      .section--onderdelen .split p span {
        color: #010101;
        font-weight: 500; }
    @media (max-width: 991.98px) {
      .section--onderdelen .split img {
        max-width: 40%; } }
  .section--onderdelen .items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    margin: 5rem auto;
    flex: 100%;
    padding-bottom: 60px;
    position: relative; }
    .section--onderdelen .items .plus {
      position: absolute;
      color: #FFFFFF;
      display: flex;
      justify-content: center;
      align-items: center;
      top: calc(50% - 60px);
      left: calc(50% - 30px); }
      .section--onderdelen .items .plus .fa {
        transition: transform 1500ms ease; }
      .section--onderdelen .items .plus.expand .fa {
        transform: rotate(315deg); }
      @media (max-width: 767.98px) {
        .section--onderdelen .items .plus {
          position: relative;
          max-width: 60px;
          margin-top: -30px;
          margin-bottom: -30px;
          left: auto; } }
    .section--onderdelen .items p {
      padding: 1rem;
      padding-left: 2rem;
      padding-right: 2rem; }
      @media (max-width: 767.98px) {
        .section--onderdelen .items p {
          padding-bottom: 4rem; } }
    .section--onderdelen .items div div div {
      max-height: 0;
      min-height: 0;
      height: auto;
      color: #010101;
      box-shadow: none;
      overflow: hidden;
      transition: max-height 500ms ease-in-out; }
    .section--onderdelen .items div > div {
      max-width: 555px;
      min-height: 90px;
      background-color: #FFFFFF;
      box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.1);
      border-radius: 15px;
      margin: 10px;
      transition: box-shadow 250ms ease, background-color 250ms ease;
      cursor: pointer; }
      @media (max-width: 1199.98px) {
        .section--onderdelen .items div > div {
          max-width: 455px; } }
      @media (max-width: 991.98px) {
        .section--onderdelen .items div > div {
          max-width: 360px; } }
      .section--onderdelen .items div > div:hover {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
        background-color: #eee; }
      .section--onderdelen .items div > div h4 {
        color: #010101;
        height: 90px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 1rem; }

.tab__panel.is--active {
  display: flex;
  justify-content: center; }

.section--prijzen {
  text-align: center;
  background: linear-gradient(#c2ef92, #c2ef92);
  padding-top: 10rem; }
  .section--prijzen h2 {
    color: #1DB7EC; }
    .section--prijzen h2 span {
      color: #010101; }

.tab__prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1170px;
  width: 100%;
  border-radius: 15px;
  background-color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 20px; }
  .tab__prices .spec--title {
    width: 100%;
    padding-bottom: 2rem; }
  .tab__prices p span {
    color: #E32285;
    font-weight: 600; }
  .tab__prices .spec--sliderbox {
    margin-top: 2rem;
    padding: 30px;
    margin-bottom: 3rem;
    position: relative; }
  .tab__prices .spec--sliderbox:after {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    transform: rotate(45deg);
    content: ' ';
    margin: 0 auto;
    left: 0;
    bottom: -10px;
    right: 0; }
  .tab__prices .spec--extendedinfo {
    width: 100%;
    position: relative;
    text-align: left;
    margin-top: -50px;
    padding-top: 4rem;
    padding-left: 3rem;
    transition: all 500ms ease-in-out; }
    .tab__prices .spec--extendedinfo .registered {
      font-size: 1.6rem; }
    .tab__prices .spec--extendedinfo h4 {
      color: #1DB7EC;
      font-weight: 700;
      margin-bottom: 20px; }
  .tab__prices .sliderbox--request {
    color: #010101;
    display: block;
    margin-top: 10px; }
    .tab__prices .sliderbox--request i {
      font-size: 1.4rem;
      padding-right: 2rem; }
    .tab__prices .sliderbox--request i:before {
      position: absolute;
      transition: transform 500ms ease; }
    .tab__prices .sliderbox--request:hover {
      color: #1DB7EC; }
      .tab__prices .sliderbox--request:hover i:before {
        transform: rotate(90deg); }
  .tab__prices .sliderbox--from {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #010101;
    font-weight: 800; }
    .tab__prices .sliderbox--from span {
      color: #E32285; }
  .tab__prices .sliderbox--range {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .tab__prices .slider {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    background: #eeeeee;
    border-radius: 5px;
    outline: 0;
    width: 100%;
    margin-bottom: 20px; }
  .tab__prices .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #E32285;
    border: 0;
    cursor: pointer;
    border-radius: 50%; }
  .tab__prices .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #E32285;
    cursor: pointer;
    border-radius: 50%; }
  .tab__prices h2 {
    color: #1DB7EC;
    flex: 100%; }
  .tab__prices .h2--white {
    color: #FFFFFF; }
  .tab__prices .btn-expandPrice {
    background-color: #FFFFFF;
    color: #1DB7EC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
  .tab__prices c-spec {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 32%;
    background: linear-gradient(#C4EE9D, #2EAA4D, #2EAA4D);
    border-radius: 15px;
    align-items: center;
    padding-bottom: 60px;
    margin-top: 70px;
    padding-top: 20px; }
    @media (max-width: 767.98px) {
      .tab__prices c-spec {
        width: 98%; } }
    .tab__prices c-spec .spec-title {
      flex: 0; }
    .tab__prices c-spec .spec--readless {
      position: absolute;
      bottom: -43px;
      width: 100%;
      left: 0;
      text-align: center;
      outline: 0; }
      .tab__prices c-spec .spec--readless i {
        position: absolute;
        transition: transform 500ms ease; }
      .tab__prices c-spec .spec--readless.expand i {
        transform: rotate(-180deg); }
      .tab__prices c-spec .spec--readless:after {
        margin-left: 2rem;
        content: 'toon meer'; }
      .tab__prices c-spec .spec--readless.expand:after {
        content: 'toon minder'; }
    .tab__prices c-spec .spec--readless.expand + .spec--extendedinfo--extended {
      overflow: visible !important; }
    .tab__prices c-spec .spec--extendedinfo--extended {
      overflow: hidden;
      max-height: 0;
      height: auto;
      transition: max-height 500ms ease;
      width: 100%;
      padding-top: 0px; }
    .tab__prices c-spec .spec--mobile:before {
      content: 'toon kenmerken'; }
    .tab__prices c-spec .spec--mobile.expand:before {
      content: 'sluit kenmerken'; }
    .tab__prices c-spec .spec--mobile {
      display: none; }
    @media (max-width: 767.98px) {
      .tab__prices c-spec .spec--mobile {
        display: block; } }
    .tab__prices c-spec .spec--mobile.expand + .spec--container {
      overflow: visible; }
    .tab__prices c-spec .spec--container {
      background: none;
      max-height: 100%;
      height: 100%;
      transition: max-height 500ms ease; }
      @media (max-width: 767.98px) {
        .tab__prices c-spec .spec--container {
          height: auto;
          max-height: 0;
          overflow: hidden; } }
    .tab__prices c-spec.spec-highlight {
      background: linear-gradient(#3bbce3, #33459b);
      padding-top: 50px;
      margin-top: 40px;
      width: 33%; }
      @media (max-width: 767.98px) {
        .tab__prices c-spec.spec-highlight {
          width: 98%; } }
      .tab__prices c-spec.spec-highlight > div {
        width: 95%; }
      .tab__prices c-spec.spec-highlight .sliderbox--range {
        width: 100%; }
      .tab__prices c-spec.spec-highlight:before {
        content: 'meest gekozen';
        background-color: #30348B;
        color: #FFFFFF;
        width: 90%;
        height: 60px;
        border-radius: 15px;
        display: flex;
        position: absolute;
        margin-top: -80px;
        align-items: center;
        justify-content: center;
        font-size: 2.4rem;
        font-weight: 800;
        text-transform: uppercase; }
        @media (max-width: 767.98px) {
          .tab__prices c-spec.spec-highlight:before {
            margin-left: 8px; } }
    .tab__prices c-spec .spec-title {
      color: #010101; }
    .tab__prices c-spec div {
      background-color: #FFFFFF;
      width: 95%;
      border-radius: 15px; }
    .tab__prices c-spec c-expandable {
      display: block;
      justify-content: center;
      flex-direction: column;
      width: 95%; }
      .tab__prices c-spec c-expandable .spec--container {
        width: 100%; }
    .tab__prices c-spec .expand {
      content: '\f068'; }
    @media (max-width: 767.98px) {
      .tab__prices c-spec .expand + div {
        padding-top: 1rem; } }
    .tab__prices c-spec .fa-plus {
      pointer-events: none;
      position: relative;
      z-index: 1;
      top: -24px;
      border: 2px solid #3b80bf; }
    .tab__prices c-spec ul {
      padding-bottom: 2rem;
      margin-bottom: 0rem;
      padding-left: 20px;
      padding-right: 10px; }
    .tab__prices c-spec li {
      text-align: left;
      max-width: 300px;
      cursor: pointer; }
      .tab__prices c-spec li span {
        color: #010101;
        font-weight: 800; }
      .tab__prices c-spec li .fa-question {
        padding-left: 4px;
        color: #1DB7EC;
        font-size: 1.5rem; }

.detailed__item,
.detailed__item.item--black {
  transition: background-color 250ms ease; }

.detailed__item.item--black:hover {
  background-color: #444444; }

.detailed__item:hover {
  background-color: #f8f8f8; }

.c-cumbar {
  position: fixed;
  z-index: 2;
  bottom: 0;
  max-width: 1370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  left: 0;
  right: 0;
  margin: 0 auto; }

.cumbar--title-total {
  margin: 0;
  padding: 0 1rem 0 0; }
  @media (max-width: 767.98px) {
    .cumbar--title-total {
      font-size: 1.4rem; } }

.cumbar--totalcontainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 400px; }
  @media (max-width: 767.98px) {
    .cumbar--totalcontainer {
      padding: 2rem;
      justify-content: center; } }

.totalPrice {
  display: flex;
  flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .totalPrice {
      font-size: 1.6rem; } }

.totalexception {
  display: flex;
  flex-direction: column;
  text-align: left; }
  .totalexception h5 {
    margin: 0; }
  .totalexception p {
    margin-bottom: 0; }

.totalPrice span {
  color: #E32285;
  padding: 0 1rem; }

.cumbar__expand {
  color: #1DB7EC;
  transition: margin-bottom 500ms ease;
  z-index: 10; }

.cumbar__expand-specification:before {
  content: 'Toon prijsspecificaties'; }

.cumbar__expand-specification i:before {
  transition: transform 500ms ease;
  position: absolute; }

@media (max-width: 767.98px) {
  .cumbar__expand-specification {
    font-size: 1.4rem; } }

.cumbar__expand-specification.show i:before {
  transform: rotate(180deg); }

.cumbar__expand-specification.show:before {
  content: 'Sluit prijsspecificaties'; }

.cumbar__expand.expand .cumbar__expand-specification .fa-chevron-up {
  display: none; }

.cumbar__expand.hidden {
  margin-bottom: -100px; }

.c-cumbar .cumbar__container {
  background-color: #FFFFFF;
  border-radius: 15px 15px 0 0;
  box-shadow: -4px -8px 9px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  display: block;
  position: relative;
  max-height: 240px; }

.c-cumbar .cumbar__container-content {
  padding: 0;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: all 500ms ease;
  position: relative;
  margin: 0 auto;
  width: 90%; }

.cumbar__expand.expand + .cumbar__container-content {
  top: -50px; }

.c-cumbar .cumbar__specification {
  position: relative;
  padding: 0;
  bottom: -60px;
  border-radius: 15px 15px 0 0;
  max-height: 0;
  height: auto;
  overflow: scroll;
  box-shadow: -4px -8px 9px 0px rgba(0, 0, 0, 0.2);
  transition: max-height 500ms ease-in-out, padding-top 500ms ease-in-out;
  background: linear-gradient(#FFFFFF, #1DB7EC);
  border-radius: 15px; }

.cumbar__expand {
  color: #010101;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  padding: 20px; }

.cumbar__expand .cumbar__expand-text {
  margin: 0;
  padding: 0; }

.cumbar__expand.expand .cumbar__expand-text {
  margin: 0;
  padding: 0;
  visibility: hidden; }

.cumbar__expand .hide {
  visibility: hidden; }

.cumbar__expand-icon {
  display: inline-block;
  color: #1DB7EC;
  transition: transform 250ms ease; }

.cumbar__expand.expand .cumbar__expand-icon {
  transform: rotate(180deg); }

.cumbar__container-rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center; }

.cumbar__item {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 330px; }
  @media (max-width: 767.98px) {
    .cumbar__item p {
      font-size: 1.4rem; } }
  @media (max-width: 767.98px) {
    .cumbar__item {
      width: initial; } }
  .cumbar__item .registered {
    font-size: 1.5rem;
    line-height: initial; }
  .cumbar__item.has--value {
    font-weight: 700; }
  .cumbar__item span {
    color: #E32285; }
  @media (max-width: 767.98px) {
    .cumbar__item:first-child {
      padding-top: 1rem; } }

.cumbar__expand-specification {
  color: #1DB7EC !important;
  cursor: pointer;
  margin: 0 25%;
  padding-top: 1rem; }
  .cumbar__expand-specification i {
    padding-left: 10px; }

.cumbar__spec--container {
  display: inline-flex;
  padding-top: 60px;
  padding-bottom: 100px;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media (max-width: 767.98px) {
    .cumbar__spec--container {
      max-height: 80vh;
      overflow: scroll; } }

.specification__sum {
  display: inline-block;
  position: relative; }
  .specification__sum > h5 {
    padding-bottom: 10px; }

.spec__item-title {
  font-size: 1.7rem; }
  .spec__item-title .registered {
    font-size: 1.2rem;
    vertical-align: text-bottom; }

.spec__item-total {
  display: flex;
  justify-content: flex-end; }

.spec__item-sum {
  color: #E32285;
  font-weight: 700;
  margin-top: 3px; }

.detailed__item {
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
  width: 100%;
  border-radius: 15px;
  background-color: #FFFFFF;
  align-items: center;
  min-height: 60px;
  height: auto;
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: left;
  font-weight: 700; }
  .detailed__item i {
    margin-right: 20px;
    transition: transform 500ms ease; }
  .detailed__item p {
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .detailed__item p {
        font-size: 1.2rem; } }
  .detailed__item a,
  .detailed__item button {
    margin-right: 10px;
    padding: 0;
    display: flex;
    width: 100%;
    min-height: 60px;
    align-items: center; }
  .detailed__item .expand i.fa-chevron-down {
    transform: rotate(180deg); }
  .detailed__item button {
    border: 0;
    background: none; }

.detailed__item-description {
  flex: 100%;
  max-height: 0px;
  height: auto;
  overflow: hidden;
  transition: max-height 500ms ease-in-out; }

.spec--basicinfo {
  width: 100% !important;
  padding: 0;
  font-weight: 400; }
  .spec--basicinfo h4 {
    font-weight: 700;
    padding-top: 3rem;
    margin-bottom: 20px; }

.tab__prices c-spec li .fa-question .tooltip.tooltiptext,
.tab__prices c-spec c-expandable .spec--container .tooltip.tooltiptext {
  background-color: #1DB7EC !important; }

.spec--container .spec--basicinfo {
  font-size: initial; }

.spec--basicinfo {
  padding: 0rem 2rem 2rem 2rem;
  text-align: left; }
  @media (max-width: 767.98px) {
    .spec--basicinfo {
      font-size: 1.2rem; } }
  .spec--basicinfo h4 {
    color: #1DB7EC; }
  .spec--basicinfo span {
    color: #010101;
    font-weight: 600; }
  .spec--basicinfo i {
    color: #1DB7EC; }

.detailed__item-info {
  width: 30px;
  color: #2EAA4D; }
  .detailed__item-info .registered {
    line-height: initial;
    font-size: 1rem;
    vertical-align: text-top;
    font-style: normal; }
  .detailed__item-info .tooltip.tooltiptext {
    background-color: #2EAA4D; }
  .detailed__item-info h6 {
    color: #FFFFFF;
    font-weight: 700; }
  .detailed__item-info p {
    font-size: 1.4rem;
    color: #FFFFFF; }

.specification__detailed {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 740px; }
  @media (max-width: 767.98px) {
    .specification__detailed c-expandable {
      height: auto;
      max-width: 90vw; } }

.detailed__item.item--black {
  color: #FFFFFF;
  background-color: #010101;
  max-width: 90vw; }
  .detailed__item.item--black p,
  .detailed__item.item--black i {
    color: #FFFFFF; }

.group {
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 500ms ease-in-out; }

.detailed__item-title {
  width: 50%;
  text-align: left;
  font-weight: 700; }
  .detailed__item-title .registered {
    font-size: 1.5rem;
    line-height: initial;
    vertical-align: text-top;
    margin-right: 0; }

.detailed__item-amount {
  width: 45px;
  color: #E32285;
  padding-right: 1rem;
  font-weight: 700;
  text-align: right; }

.detailed__item-times {
  width: 20px;
  font-weight: 400; }

.detailed__item-va {
  width: 50px;
  font-weight: 400; }

.detailed__item-price {
  width: 100px;
  color: #E32285;
  text-align: right;
  padding-right: 1rem;
  font-weight: 700; }

.detailed__item-pgpm {
  font-weight: 400; }

.spec__items .spec__item {
  display: flex;
  justify-content: space-between;
  padding: 2px 16px;
  background-color: white; }

.spec__items .spec__item:first-child {
  padding-top: 16px; }

.spec__items .spec__item:nth-child(3) {
  padding-bottom: -16px; }

.spec__items div:nth-child(4) {
  padding-top: 0;
  margin-top: -6px; }
  .spec__items div:nth-child(4) .spec__item-total {
    padding-top: 1rem; }
  .spec__items div:nth-child(4) .spec__item-title {
    padding-top: 1rem; }
    .spec__items div:nth-child(4) .spec__item-title .registered {
      font-size: 1.4rem; }

.spec__items .spec__item:last-child {
  padding-bottom: 16px; }
  .spec__items .spec__item:last-child:before {
    content: ' ';
    position: absolute;
    border-top: 2px solid black;
    width: 330px;
    display: block; }
    @media (max-width: 767.98px) {
      .spec__items .spec__item:last-child:before {
        width: 90%; } }

.specification__sum {
  width: 360px;
  text-align: left;
  padding-bottom: 2rem;
  margin-right: 2rem; }
  @media (max-width: 767.98px) {
    .specification__sum {
      width: 90vw;
      padding-right: 0; } }

.spec__items .spec__item:first-child {
  border-radius: 15px 15px 0 0; }

.spec__items .spec__item:last-child {
  border-radius: 0 0 15px 15px;
  border-bottom: none; }

.specs__close {
  z-index: 1;
  display: none;
  top: 100px;
  right: -658px;
  position: relative; }

.specs__close.expand {
  display: block; }

.section--contact {
  padding-top: 250px;
  text-align: center;
  background: linear-gradient(#4b64b3, #4b64b3 39%, #c2ef92 40%, #c2ef92 90%, #2EAA4D 100%);
  display: flex;
  flex-direction: column;
  position: relative; }
  .section--contact .backgroundImage {
    position: absolute;
    left: 0; }
  .section--contact .title__white {
    position: relative; }
  .section--contact .contact--description {
    position: relative;
    color: #FFFFFF;
    max-width: 750px;
    margin: 0 auto; }
  .section--contact .links .contact--description {
    margin: 0; }
  .section--contact .contact--header {
    width: 100%;
    min-height: 130vh;
    background: url(/assets/img/happydog.jpg) no-repeat center;
    background-size: cover; }
    .section--contact .contact--header h2:first-child {
      color: #010101; }
    .section--contact .contact--header h2:nth-child(2) {
      padding-bottom: 2rem; }
  .section--contact .backgroundImage {
    position: absolute;
    width: 100vw;
    top: 0;
    flex: 1; }
  .section--contact .btn--pink {
    width: 360px;
    margin: 30px;
    align-self: center; }
  .section--contact .links {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .section--contact .contact--2col {
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .section--contact .contact--2col .contact--col {
      width: 555px;
      display: flex;
      flex-direction: column; }
      .section--contact .contact--2col .contact--col .whitepaper {
        object-fit: cover;
        width: 360px;
        align-self: center; }
      @media (max-width: 767.98px) {
        .section--contact .contact--2col .contact--col h3 {
          padding-top: 4rem;
          max-width: 90vw;
          width: 100%;
          margin: 0 auto; } }
  .section--contact .email {
    border: 1px solid #010101;
    height: 60px;
    padding: 15px;
    border-radius: 15px;
    width: 360px;
    align-self: center; }
  .section--contact .quotes {
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2rem; }
  .section--contact .text--dark {
    text-align: left;
    width: 360px;
    align-self: center;
    padding-bottom: 1rem; }
    .section--contact .text--dark span {
      color: #010101;
      font-weight: 600; }
  .section--contact .mand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    color: #1DB7EC;
    background-color: #FFFFFF;
    width: 292px;
    height: 292px;
    border-radius: 0 50% 50% 50%;
    box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.1); }
    .section--contact .mand h4 {
      padding: 0 50px; }
    .section--contact .mand h2 {
      position: absolute;
      align-self: baseline;
      margin-left: -126px;
      font-family: sans-serif;
      color: #010101;
      font-style: italic;
      margin-left: -109px;
      margin-top: 37px;
      font-size: 10rem; }
    .section--contact .mand .rings {
      display: flex; }

.c-footer {
  position: relative;
  background: linear-gradient(#2EAA4D, #2EAA4D); }

.c-footer .btn--medium__fixed img {
  width: 35px;
  height: 35px;
  margin-left: -3px; }

.footer--detail {
  background: #FFFFFF; }

.c-footer c-curve {
  position: absolute;
  width: 100vw;
  height: 100%; }

.c-footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px;
  min-height: 440px;
  margin: 0 auto;
  padding-top: 200px; }
  @media (max-width: 991.98px) {
    .c-footer .footer-container {
      justify-content: center; }
      .c-footer .footer-container .logo {
        width: 60px;
        height: 60px;
        margin: 0 auto; }
      .c-footer .footer-container .footer-title {
        text-align: center; }
      .c-footer .footer-container .footer-col {
        padding-top: 4rem;
        justify-content: center;
        margin: 0; } }

.c-footer .footer-col {
  position: relative;
  max-width: 262px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px; }

.footer-col .logo {
  position: relative;
  margin: 0;
  top: 0; }

.c-footer .footer-title {
  flex: 100%; }

.c-footer .footer-link {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 700; }

.c-footer .footer-link_social {
  color: #FFFFFF; }

.c-footer .footer-col_col {
  display: flex;
  flex-direction: column;
  width: 130px;
  text-align: left; }
  @media (max-width: 991.98px) {
    .c-footer .footer-col_col {
      text-align: right;
      padding-right: 1rem; }
      .c-footer .footer-col_col:last-child {
        text-align: left;
        padding-left: 1rem; } }

.c-footer .fa {
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-footer .fa:hover {
    background-color: #E32285;
    color: #FFFFFF; }

.c-footer .footer-terms {
  position: relative;
  text-align: center;
  padding-bottom: 10rem;
  font-size: 1.4rem; }
  .c-footer .footer-terms a {
    color: #010101; }

.c-footer .btn--simple {
  margin-left: 0; }

#content {
  overflow: hidden;
  position: relative; }

#detailcontent {
  position: relative; }

.title__white {
  color: #FFFFFF; }

.section--curve {
  width: 100vw;
  height: 20vh;
  position: relative;
  bottom: -2px;
  pointer-events: none; }

.section--curve.large {
  height: 300px; }

.full-flex-row {
  flex: 100%; }

.tooltip {
  position: relative;
  display: inline-block; }

.hidden {
  display: none; }

.spec--basicinfo .tooltip {
  color: #57a758; }

.spec--basicinfo .tooltip .tooltiptext {
  background-color: #57a758; }

.detailed__item-info.tooltip .tooltiptext {
  background-color: #57a758; }

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  margin-left: -142px;
  font-family: "Open Sans", Arial, sans-serif;
  background-color: #1DB7EC;
  color: #FFFFFF;
  text-align: left;
  padding: 2rem;
  border-radius: 6px;
  bottom: 100%;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1; }
  .tooltip .tooltiptext h6 {
    font-weight: 600; }
  .tooltip .tooltiptext p {
    font-size: 1.4rem;
    color: #FFFFFF; }

.tooltip .tooltiptext::after {
  content: ' ';
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1DB7EC transparent transparent transparent; }

.spec--basicinfo .tooltip .tooltiptext::after {
  border-color: #57a758 transparent transparent transparent; }

.detailed__item-info.tooltip .tooltiptext::after {
  border-color: #57a758 transparent transparent transparent; }

.detailed__item-info.tooltip {
  top: 3px; }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:focus .tooltiptext,
.tooltip:hover .tooltiptext {
  visibility: visible; }
  .tooltip:focus .tooltiptext body:contains-selector(div),
  .tooltip:hover .tooltiptext body:contains-selector(div) {
    overflow: visible; }

.fa-question:focus + .tooltip:after,
.fa-question:hover + .tooltip:after {
  display: inline-block; }

.tooltip:focus:after,
.tooltip:hover:after {
  display: inline-block; }

.tooltip:focus:before,
.tooltip:hover:before {
  display: block; }

.spec--row-heading {
  list-style: none;
  text-indent: -20px;
  padding-top: 20px;
  font-weight: bold;
  padding-bottom: 5px; }
  .spec--row-heading:first-child {
    padding-top: 0px; }

.checkbox {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid black;
  background: #FFFFFF;
  -webkit-appearance: none;
  appearance: none;
  margin-top: 5px;
  background-color: #FFFFFF; }
  .checkbox:checked {
    background-color: #010101; }

.checkbox:checked:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  font-size: 10px;
  position: absolute;
  margin-left: 2px;
  margin-top: -7px;
  color: #C4EE9D; }

.checkbox--container {
  display: flex;
  align-items: flex-start;
  width: 360px;
  align-self: center;
  padding-top: 1rem; }

.contact--checkbox {
  text-align: left;
  font-size: 16px;
  width: 340px;
  padding-left: 1rem; }

.registered {
  font-size: 3rem;
  vertical-align: text-top;
  font-style: normal; }

.section__2col-content .registered,
.contact--checkbox .registered,
.footer-title .registered {
  font-size: 1rem;
  vertical-align: super;
  font-style: normal; }

.menu--items--right .registered {
  font-size: 1rem;
  vertical-align: super;
  font-style: normal; }

.menu--items--right p {
  font-weight: 700; }

.menu--items--right.expand i {
  color: #010101; }

.hamburger.active:before {
  color: #FFFFFF; }

/* freeform styling */

.freeform-input{
  outline: 0;
  padding: 0.5rem 1rem;
  height: 60px;
  border: 1px solid #000000;
  font-size: 1.8rem; 
  border-radius: 15px;
}

.freeform-column button{
  background-color: #E32285;
  color: white;
  height: 60px;
  border-radius: 30px;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.freeform-row label.freeform-label.freeform-input-only-label {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 16px;
}

#form-input-question{
  background-color: black;
  color: white;
  font-weight: bold;
}

.content-left{
  text-align: left;
}

/*----------------
TEMPLATES:
Only if needed.

Use: Body class: .t-[template_name]
----------------*/
