/* Theme base styles */

:root {
  --light-primary-humble-milk: #f3f8ff;
  --light-primary-humble-milky: #F3F8FF;
  --light-primary-snowy: #fff;
  --Light-Primary-Snowy: #fff;
  --light-primary-elective-aqua: #4D9AFF;
  --Light-Primary-Floppy-aqua: #1872e7;
  --light-primary-floppy-aqua: #1872e7;
  --light-primary-wordless-royal: #004DB2;
  --Light-Primary-Wordless-royal: #004DB2;
  --light-primary-lurking-sky: #003780;
  --light-primary-canny-blue: #00214D;
  --light-neutral-airless-platinium: #e1e6ea;
  --light-neutral-stressful-snow: #B2BDC8;
  --light-neutral-rocky-grey: #607282;
  --light-neutral-real-cobalt: #465462;
  --Light-Neutral-Real-cobalt: #465462;
  --light-neutral-lame-jet: #29333d;
  --light-neutral-subtle-ice-touch: #F0F2F4;
  --colour-neutral-airless-platinium: #E1E6EA;
  --Light-Accent-yellow-Snappy-yellow: #fdf3d7;
  --light-accent-yellow-snappy-yellow: #fdf3d7;
}














/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/
/* @import url('http://example.com/example_style.css'); */

/* ./autenti/modules/404 Pages.module/module.css */
/* ./autenti/modules/Feature-Dynamic-Process.module/module.css */
/* ./autenti/modules/autenti-main-header-elements/autenti-main-header-navbar.module/module.css */
/* ./autenti/modules/Multi-Step-Form.module/module.css */
/* ./autenti/modules/pricing/Plan-Pricing-With-Tabs.module/module.css */
/* ./autenti/modules/Dynamic-Content-Marketplace.module/module.css */
/* ./autenti/modules/Logos.module/module.css */

@keyframes fadeIn {
  from {
    opacity: 0%;
  }

  to {
    opacity: 100%;
  }
}

/* ./autenti/modules/banners/banner-hero.module/module.css */

@keyframes slide-in {
  0% {
    height: 320px;
    overflow: hidden;
  }

  60% {
    height: auto;
    overflow: hidden;
  }

  100% {
    height: auto;
    overflow: visible;
  }
}

/* ./autenti/modules/Box-Image.module/module.css */

@keyframes slide {
  0% {
    transform: translateY(11px);
  }

  2% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-22px);
  }

  45% {
    transform: translateY(-22px);
  }

  50% {
    transform: translateY(-44px);
  }

  70% {
    transform: translateY(-44px);
  }

  75% {
    transform: translateY(-66px);
  }

  98% {
    transform: translateY(-66px);
  }

  100% {
    transform: translateY(-77px);
  }
}

/* ./autenti/modules/Hero-Center-Video-Modal.module/module.css */

@keyframes slide_hero {
  0% {
    transform: translateY(18px);
  }

  2% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-27px);
  }

  45% {
    transform: translateY(-27px);
  }

  50% {
    transform: translateY(-52px);
  }

  70% {
    transform: translateY(-52px);
  }

  75% {
    transform: translateY(-78px);
  }

  98% {
    transform: translateY(-78px);
  }

  100% {
    transform: translateY(-94px);
  }
}

@media (max-width: 480px) {
  @keyframes slide_hero {
    0% {
      transform: translateY(10px);
    }

    2% {
      transform: translateY(0);
    }

    20% {
      transform: translateY(0);
    }

    25% {
      transform: translateY(-22px);
    }

    45% {
      transform: translateY(-22px);
    }

    50% {
      transform: translateY(-44px);
    }

    70% {
      transform: translateY(-44px);
    }

    75% {
      transform: translateY(-66px);
    }

    98% {
      transform: translateY(-66px);
    }

    100% {
      transform: translateY(-78px);
    }
  }
}

/* ./autenti/modules/JOBOFFERS.module/module.css */

@keyframes loading {
  0% {
    transform: scale(0.3);
  }

  25% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

/* ./autenti/modules/Modal-Grid.module/module.css */

@keyframes pop-up {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

/* ./autenti/modules/Logos.module/module.css */

@keyframes slideLogos {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slideLogosDelay {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0%);
  }
}

@keyframes slideLogosOffset {
  from {
    transform: translateX(calc(0% - 120px));
  }

  to {
    transform: translateX(calc(-100% - 120px));
  }
}

@keyframes slideLogosOffsetDelay {
  from {
    transform: translateX(calc(100% - 120px));
  }

  to {
    transform: translateX(calc(0% - 120px));
  }
}

/* --------> autenti-legacy <-------- */

/* ./autenti-legacy/css/owl.carousel.min.css */

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* ./autenti-legacy/css/theme-overrides-kopia-prod.css */

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* ./autenti-legacy/css/theme-overrides-kopia-prod.css */

@-webkit-keyframes image-zoom-op {
  0% {
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

@keyframes image-zoom-op {
  0% {
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

/* ./autenti-legacy/css/theme-overrides-kopia-prod.css */

@keyframes animationName {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes animationName {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes animationName {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animationName {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

/* ./autenti-legacy/css/theme-overrides-kopia-prod.css */

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }

  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

/* ./autenti-legacy/modules/Calendly_wrapper.module/module.css */
/* ./autenti-legacy/modules/Order-Thank-You.module/module.css */
/* ./autenti-legacy/modules/QES_Payment_Loading.module/module.css */

@keyframes load {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/* ./autenti-legacy/modules/Calendly_wrapper.module/module.css */
/* ./autenti-legacy/modules/Form-test.module/module.css */
/* ./autenti-legacy/modules/order-testy-walidacji.module/module.css */
/* ./autenti-legacy/modules/Order-Thank-You.module/module.css */
/* ./autenti-legacy/modules/order.module/module.css */
/* ./autenti-legacy/modules/QES_Payment_Loading.module/module.css */

@keyframes au_slider_subline_increase {
  from {
    left: -5%;
    width: 5%;
  }

  to {
    left: 130%;
    width: 100%;
  }
}

/* ./autenti-legacy/modules/Calendly_wrapper.module/module.css */
/* ./autenti-legacy/modules/Form-test.module/module.css */
/* ./autenti-legacy/modules/order-testy-walidacji.module/module.css */
/* ./autenti-legacy/modules/Order-Thank-You.module/module.css */
/* ./autenti-legacy/modules/order.module/module.css */
/* ./autenti-legacy/modules/QES_Payment_Loading.module/module.css */

@keyframes au_slider_subline_decrease {
  from {
    left: -80%;
    width: 80%;
  }

  to {
    left: 110%;
    width: 10%;
  }
}

/* ./autenti-legacy/modules/Form-test.module/module.css */
/* ./autenti-legacy/modules/order-testy-walidacji.module/module.css */
/* ./autenti-legacy/modules/order.module/module.css */

@keyframes au_overlay_block_ico_flip {
  from,
  90% {
    transform: rotate(0);
  }

  to {
    transform: rotate(180deg);
  }
}

/* ./autenti-legacy/modules/Order-Thank-You backup przed js.module/module.css */
/* ./autenti-legacy/modules/Order-Thank-You.module/module.css */
/* ./autenti-legacy/modules/QES_Order_Form.module/module.css */

@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul , li{
  list-style: none;
}

button {
  border:none;
  background: none;
}



label.hs-form-booleancheckbox-display span {
display: flex !important;
  justify-content: flex-start;
  align-items:flex-start !important;
}
label.hs-form-booleancheckbox-display span p {
order: 2 !important;
}
/*! 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 */
  scroll-behavior: smooth;

}

/* 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;
}
/* Margins */
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-4 {
    margin-bottom: 4px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mr-4{
    margin-right: 4px;
}
.mr-4{
    margin-right: 4px;
}
.mr-8{
    margin-right: 8px;
}
.mr-16{
    margin-right: 16px;
}
.mr-24{
    margin-right: 24px;
}
.mr-32{
    margin-right: 32px;
}


@media (max-width: 768px){
.mbm-0 {
    margin-bottom: 0;
}
.mbm-4 {
    margin-bottom: 4px;
}
.mbm-8 {
    margin-bottom: 8px;
}
.mbm-16 {
    margin-bottom: 16px;
}
.mbm-24 {
    margin-bottom: 24px;
}
.mbm-32 {
    margin-bottom: 32px;
}
}


/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
.main-wrapper {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin: auto;
}
.section-wrapper {
  padding-top: 108px;
  padding-bottom: 108px;
  text-align: center;
}

.content-wrapper {
  max-width: 1440px;
  margin: auto;
}
.content-wrapper,
.footer-wrapper {
  padding-left: 100px;
  padding-right: 100px;
}

.section__title-section {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 64px;
}
.two-column-flex-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
}
.column {
  flex: 1;
}

.box-wrapper {
  padding: 64px;
  background: #FFFFFF;
  border-radius: 16px;
}
#hubspot-messages-iframe-container {
  z-index: 99 !important;
}
.two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
    row-gap: 24px;
}



@media (max-width: 1280px) {
  .main-wrapper {
    padding-left: 24px;
  padding-right: 24px;
  }
  .content-wrapper,
  .footer-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .main-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
  }
  .content-wrapper,
  .footer-wrapper {
    padding-left: 24px;
  padding-right: 24px;
  }
  .section__title-section {
  margin-bottom: 32px;
  }
  .two-column-flex-wrapper {
  flex-wrap: wrap;
}
.box-wrapper {
    padding: 32px 24px;
}
   .two-col-grid {
    grid-template-columns: 1fr;
} 
}
@media (max-width: 480px), (max-height: 420px) {
  .content-wrapper,
  .footer-wrapper {
    padding-left: 16px;
  padding-right: 16px;
  }
}


/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
.avatar {
    display: flex;
    gap: 16px;
    align-items: center;
}
.avatar__img {
    background-color: #6199ce;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 4px solid #fff;
    border-radius: 50%;
    filter: drop-shadow(0 0 4.13265px rgba(41,51,61,.08));
    height: 48px;
    width: 48px;
    flex-shrink: 0;
}
.avatar--m .avatar__img{
   height: 56px;
   width: 56px;
}
.avatar__name {
  margin: unset;
  font-size: 16px;
  line-height: 24px;
  color: #29333D;
}

.avatar__role {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin: unset;
  color: #607282;
}
.avatar--white .avatar__role,
.avatar--white .avatar__name {
  color: #FFF
}
/* Tooltips */
.tooltip-text {
  --height: auto;
  position: absolute;
  max-width: 236px;
  width: max-content;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: #00214d;
  border-radius: 4px;
  left: 28px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: center;
  z-index: 999;
  margin-bottom: 0px;
}
.tooltip-text--over-left {
  bottom: calc(100% + 16px);
  left: unset;
  right: -14px;
}
.tooltip-text--over-right {
  bottom: calc(100% + 16px);
  left: unset;
  right: -200px;
}
.tooltip-text--over-center,
.tooltip-text--over {
  bottom: calc(100% + 16px);
  left: 50%;
  right: unset;
  transform: translateX(-50%);
}

.tooltip-text::after {
  content: ' ';
  position: absolute;
  top: calc(50% - 5px);
  right: 100%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #00214d transparent transparent;
}
.tooltip-text--over-left::after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: calc(100% - 25px);
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #00214d transparent transparent transparent;
}
.tooltip-text--over-right::after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: calc(0 + 25px);
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #00214d transparent transparent transparent;
}
.tooltip-text--over-center::after {
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #00214d transparent transparent transparent;
  top: 100%;
  left: calc(50% + 5px);
  transform: translateX(-50%);
}

.tooltip-text--over::after {
  left: 50%;
  top: 100%;
}

.tooltip-parent {
  position: relative;
  display: inline-block;
}
.tooltip-parent:hover {
  cursor: pointer;
}

.tooltip-parent:hover .tooltip-text,
.tooltip-parent:focus .tooltip-text {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .tooltip-parent:focus .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
}






/* latin-ext */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:  url("//9095276.fs1.hubspotusercontent-na1.net/hubfs/9095276/raw_assets/public/autenti/assets/fonts/dm_sans/dmsans-regular.ttf") ;
}

/* latin-ext */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("//9095276.fs1.hubspotusercontent-na1.net/hubfs/9095276/raw_assets/public/autenti/assets/fonts/dm_sans/dmsans-medium.ttf");
}
/* latin-ext */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("//9095276.fs1.hubspotusercontent-na1.net/hubfs/9095276/raw_assets/public/autenti/assets/fonts/dm_sans/dmsans-bold.ttf");
}


html {
  font-size: 16px;
}

body {
  font-family: "DM Sans", Arial, sans-serif; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  color: #29333D;
  font-size: 16px;
  line-height: 1.5;
  word-break: normal;
}

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

/* Paragraphs */

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px;
}

/* Anchors */

a {
  cursor: pointer;
  color: #29333D;
  transition: all .25s ease;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0 0 24px;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 64px;
      margin-block-start: 0 ;
    margin-block-end: 0;
}
h2,
.h2 {
  font-size: 40px;
  line-height: 56px;
}
h3,
.h3 {
  font-size: 32px;
  line-height: 40px;
}
h4,
.h4 {
  font-size: 24px;
  line-height: 32px;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 26px;
}


/* Lists */


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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* Image alt text */

/* Typography classes */

.bold {
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.no-margin {
  margin-bottom: 0;
}
.footnote {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.subtitle {
  font-size: 18px;
  line-height: 24px;
}
.body-16px {
  font-size: 16px;
  line-height: 24px;
}

.body-14px {
  font-size: 14px;
  line-height: 22px;
}
.body-12px {
  font-size: 12px;
  line-height: 18px;
}
.caption-11px {
  font-size: 11px;
  line-height: 16px;
}
.caption-10px {
  font-size: 10px;
  line-height: 14px;
}

.link-16px {
  font-size: 16px;
  line-height: 24px;
}
.link-14px {
  font-size: 14px;
  line-height: 22px;
}
.link-12px {
  font-size: 12px;
  line-height: 22px;
}

.section__title {
  margin-bottom: 16px;
  font-weight: 700;
}
.section__subtitle {
  margin-bottom: 0;
  max-width: 560px;
  margin: auto;
}

.section-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1872E7;
  text-align: left;
}

@media(max-width: 480px), (max-height: 420px) {
  h1,
.h1 {
  font-size: 32px;
  line-height: 40px;
  display: inline-block;
}

  h2, .h2 {
  font-size: 28px;
  line-height: 36px;
  }
  h3,
.h3 {
  font-size: 24px;
  line-height: 32px;
}
  h4,
.h4 {
  font-size: 20px;
  line-height: 26px;
}

  h5, .h5 {
  font-size: 18px;
  line-height: 24px;
}
  .section-label {
  font-size: 16px;
  line-height: 22px;
}
.section__subtitle {
    font-size: 16px;
}
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/*  DS-buttons */
form input[type=submit],
.ds-btn {
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  position: relative;
}
.ds-btn--S {
  font-size: 12px;
  line-height: 18px;
  padding: 7px 20px;
}
.ds-btn--M {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
}
.ds-btn--L {
  font-size: 16px;
  line-height: 22px;
  padding: 13px 24px;
}
.ds-btn--outline.ds-btn--L {
  padding: 11px 22px;
}

form input[type=submit],
.ds-btn--XL {
  font-size: 18px;
  line-height: 24px;
  padding: 16px 32px;
}

form input[type=submit],
.ds-btn--primary {
  color: #fff;
  background-color: #1872e7;
}
.ds-btn:hover {
  text-decoration: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus-visible,
.ds-btn--primary:hover,
.ds-btn--primary:focus-visible {
  background: #004db3;
  box-shadow: 0px 4px 8px rgba(0, 109, 255, 0.16);
}
form input[type=submit]:active,
.ds-btn--primary:active {
  background: #003780;
  box-shadow: 0px 4px 8px rgba(0, 109, 255, 0.16);
}
.ds-btn--secondary {
  color: #29333d;
  background: #ffffff;
  box-shadow: 0px 4px 48px rgba(0, 55, 128, 0.04);
}
.ds-btn--secondary:hover,
.ds-btn--secondary:focus-visible {
  background: #f7f9fb;
  box-shadow: 0px 4px 48px rgba(0, 55, 128, 0.08);
}
.ds-btn--secondary:active {
  background: #f0f2f4;
  box-shadow: 0px 4px 48px rgba(0, 55, 128, 0.12);
}
/* outline */
.ds-btn--outline {
  color: #1872e7;
  border: 2px solid #1872e7;
  background: #fff;
}
.ds-btn--outline:hover,
.ds-btn--outline:focus-visible {
  color: #004db3;
  border-color: #004db3;
  background: #F7F9FB !important;
  box-shadow: 0px 4px 8px rgba(0, 109, 255, 0.16) !important;
}
.ds-btn--outline:active {
  color: #003780;
  border-color: #003780;
  background: #F2F4F9 !important;
  box-shadow: 0px 4px 8px rgba(0, 109, 255, 0.16) !important;
}
.ds-btn--ghost {
  color: #697d8e;
  background: transparent;
}
.ds-btn--ghost:hover {
  background: #f7f9fb;
  box-shadow: 0px 4px 8px rgba(105, 125, 142, 0.08);
  border-radius: 100px;
}
.ds-btn--ghost:active {
  background: #f0f2f4;
  box-shadow: 0px 4px 8px rgba(105, 125, 142, 0.08);
  border-radius: 100px;
}

a.ds-btn--ghost-gray {
  color: #697d8e;
}
a.ds-btn--ghost-gray:hover {
  background: #e1e6ea;
  box-shadow: 0px 4px 8px rgba(105, 125, 142, 0.08);
  border-radius: 100px;
}
a.ds-btn--ghost-gray:active {
  background: #b2bdc8;
  box-shadow: 0px 4px 8px rgba(105, 125, 142, 0.08);
  border-radius: 100px;
}
.ds-btn.ds-ico-left  {
  padding-left: 50px;
}
.ds-btn.ds-ico-right  {
  padding-right: 50px;
}


.ds-btn.ds-ico-left,
.ds-btn.ds-ico-right {
  display: flex;
  line-height: 24px;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  align-items: center;
}
}



button.ds-btn.ds-ico-left > div,
a.ds-btn.ds-ico-left > div {
  width: 14px;
  height: 24px;
  background-size: 12px 12px;
  background-image: url(https://autenti.com/hubfs/autenti-design-system/buttons/chevron-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 16px;
}
button.ds-btn.ds-ico-right > div,
a.ds-btn.ds-ico-right > div {
  width: 14px;
  height: 24px;
  background-size: 12px 12px;
  background-image: url(https://autenti.com/hubfs/autenti-design-system/buttons/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 16px;
}
@media (max-width: 1024px) {
  .ds-btn.ds-ico-left,
  .ds-btn.ds-ico-right {
	  width: 100%;
  }
}
img.ds-ico-left
 {
  width: 24px;
  position: absolute;
  left: 20px
}
img.ds-ico-right {
  width: 24px;
  position: absolute;
  right: 20px
}

.ds-link {
  color: #1872e7;
}

.ds-link-btn,
.ds-btn--link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 16px;
  border-radius: 0px;
  align-self: center;
  color: #1872e7;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
}
.ds-link-btn.ds-btn--XL,
.ds-btn--link.ds-btn--XL {
  font-size: 18px;
  line-height: 24px;
}
.ds-link-btn:hover,
.ds-link-btn:focus,
.ds-link:hover,
.ds-link:focus,
.ds-btn--link:hover,
.ds-btn--link:focus-visible {
  text-decoration: underline;
  color: #004DB2;
}

.ds-link-btn:active,
.ds-btn--link:active {
  color: #003780;
}
.ds-link-btn:disabled,
.ds-btn--link:disabled {
  color: #899bad;
}
.ds-link-btn.ds-ico-right:after,
.ds-btn--link.ds-ico-right:after{
  content: url("https://autenti.com/hubfs/autenti-design-system/buttons/arrow-right-blue.svg");
  position: absolute;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.ds-link-btn.ds-ico-right:active:after,
.ds-btn--link.ds-ico-right:active:after {
  content: url("https://autenti.com/hubfs/autenti-design-system/buttons/arrow-right-navy.svg");
  right: -4px;
}
.ds-link-btn.ds-ico-right:disabled:after,
.ds-btn--link.ds-ico-right:disabled:after {
  content: url("https://autenti.com/hubfs/autenti-design-system/buttons/arrow-right-gray.svg");
  right: -4px;
}

.ds-link-btn.ds-ico-right:hover:after,
.ds-btn--link.ds-ico-right:hover:after{
  right: -4px;
}

.section-btn {
  margin: auto;
  margin-top: 64px;
}

/* DS-buttons break points*/
@media (max-width: 768px) {
  .ds-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .section-btn {
    margin: auto;
    margin-top: 32px;
  }
}

@media (max-width: 480px) {
  .ds-btn--XL {
    font-size: 16px;
    line-height: 22px;
    padding: 13px 24px;
  }
  .ds-btn--L {
    padding: 13px 16px;
  }
}
/* Form fields */

.hs-form-field {
  margin-bottom: 16px;
  width: 100%;
}

/* Labels */

form label {
  display: block;
  font-size: 12px;
  margin-bottom: 0.35rem;
  line-height: 1.5;
  margin-bottom: 4px;
  color: #29333d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
form label a {
  color: #1872E7
}
form label > span:first-child {
  order: 2;
}
form label > span.hs-form-required {
  order: 1 !important;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */
::placeholder {
  color: #899BAD !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea {
  background-color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 11px 15px;
  width: 100%;
  border: 1px solid #e1e6ea;
  box-sizing: border-box;
  border-radius: 6px;
  line-height: 1.5;
  /* width: 100% !important; */
  /*   box-shadow: 0px 4px 24px rgba(24, 114, 231, 0.16); */
}

form fieldset {
  max-width: 100% !important;
  border: 0;
  display: flex;
}
select {
  background-image: url(https://autenti.com/hubfs/Icon/drop1.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: auto;
  outline: none !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 36px !important;
}
/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 10px 0;
}

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

form input[type="checkbox"],
form input[type="radio"] {
  cursor: pointer;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  position: relative;
}

form select.is-placeholder {
  color: #899bad;
}
form .submitted-message {
  text-align: center;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 1.1rem;
}

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #dc3030;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form .hs-fieldtype-radio label,
form .hs-fieldtype-checkbox label {
  font-size: 14px;
  line-height: 1.5;
}
form .legal-consent-container .inputs-list > li p {
  margin: 0 !important;
  font-size: 12px;
  line-height: 1.5;
}
form .legal-consent-container .inputs-list > li span {
  margin: 0 !important;
  font-size: 12px;
  line-height: 1.5;
}
form input[type="submit"] {
  width: 100%;
}
form textarea {
  min-height: 115px;
}

form input[type="text"]:hover,
form input[type="email"]:hover,
form input[type="password"]:hover,
form input[type="tel"]:hover,
form input[type="number"]:hover,
form input[type="file"]:hover,
form select:hover,
form textarea:hover {
  border-color: #1872e7;
}


form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus {
  border-color: #1872e7;
}

/* inputs */

.ds-form input,
.ds-form select {
  background: #fff;
}
.ds-form select:disabled,
.ds-form input:disabled {
  background: #f7f9fb !important;
  border: 1px solid #e1e6ea;
  color: #b2bdc8 !important;
}
.ds-form input:disabled + label,
.ds-form select:disabled + label {
  color: #899bad !important;
}
.ds-form select:hover,
select:focus,
select:hover .ds-form input:hover,
input:focus,
input:hover {
  border: 1px solid #1872e7;
  box-sizing: border-box;
  box-shadow: 0px 4px 24px rgba(24, 114, 231, 0.16);
}
.ds-form .ai-hover-op-active > label {
  color: #1872e7;
}
.ds-form .input {
  position: relative;
  z-index: 105;
  transition: all 0.2s ease;
}
.ds-form input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 3px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #b2bdc8;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.ds-form input[type="checkbox"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom checbox appearance */
  display: inline-block;
  width: 20px;
  height: 20px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #b2bdc8;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s ease;
  position: relative;
}
.ds-form input[type="checkbox"]:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 7px;
  height: 14px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0s;
}

.ds-form input[type="radio"]:hover,
.ds-form input[type="checkbox"]:hover {
  border: 1px solid #b2bdc8;
}
.ds-form input[type="checkbox"]:checked::before,
.ds-form input[type="checkbox"]:checked::before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.ds-form input[type="radio"]:checked,
.ds-form input[type="radio"]:checked:hover {
  background-color: #1872e7 !important;
  border: 1px solid #1872e7;
}
.ds-form input[type="checkbox"]:checked,
.ds-form input[type="checkbox"]:checked:hover {
  background-color: #1872e7 !important;
  border: #1872e7 !important;
}

.ds-form input[type="radio"]:after,
.ds-form input[type="checkbox"]:after {
  position: absolute;
  top: -9px;
  left: -9px;
  z-index: -1;
  content: "";
  height: 36px;
  width: 36px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.ds-form input[type="radio"]:hover,
.ds-form input[type="radio"]:active,
.ds-form input[type="radio"]:focus {
  color: #1872e7 !important;
}

.ds-form input[type="radio"]:hover::after,
.ds-form input[type="radio"]:focus::after,
.ds-form input[type="checkbox"]:hover::after,
.ds-form input[type="checkbox"]:focus::after,
.ds-form input[type="radio"]:hover,
.ds-form input[type="checkbox"]:hover {
  background-color: #f7f9fb !important;
}

.ds-form input[type="radio"]:active::after,
.ds-form input[type="radio"]:active,
.ds-form input[type="checkbox"]:active::after,
.ds-form input[type="checkbox"]:active {
  background-color: #f0f2f4 !important;
}
.ds-form input[type="radio"]:checked:hover::after,
.ds-form input[type="radio"]:checked:focus::after,
.ds-form input[type="checkbox"]:checked:hover::after,
.ds-form input[type="checkbox"]:checked:focus::after {
  background-color: rgba(24, 114, 231, 0.25) !important;
}
.ds-form input[type="checkbox"]:checked:hover::after,
.ds-form input[type="checkbox"]:checked:focus::after {
   top: -8px;
  left: -8px;
}
.ds-form input[type="radio"]:checked:active::after,
.ds-form input[type="checkbox"]:checked:active::after {
  background-color: rgba(24, 114, 231, 0.5) !important;
}
.ds-form div.info-icon {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 16px;
  height: 16px;
}
.ds-form div.info-icon > img {
  vertical-align: baseline;
}
.ds-form .tootltip-text {
  --height: auto;
  position: absolute;
  width: 230px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: #00214d;
  border-radius: 4px;
  left: 40px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: center;
}

.ds-form .tootltip-text::after {
  content: " ";
  position: absolute;
  top: calc(50% - 5px);
  right: 100%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #00214d transparent transparent;
}
.ds-form div.info-icon:hover .tootltip-text {
  visibility: visible;
  opacity: 1;
}

.ds-form input.info-icon {
  padding-right: 32px;
}
.capsule-set {
  display: flex;
  flex-direction: column;
  gap: 12px ;
}

.capsule-wrapper {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    border: 1px solid #E1E6EA;
    border-radius: 6px;
    padding-left: 22px;
    font-size: 14px !important;
    line-height: 22px;
    position: relative;
}
.capsule-wrapper--check {
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  height: unset;
  flex-wrap: nowrap;
}
.capsule-wrapper .input {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 98px;
}
.capsule-wrapper.capsule-wrapper--check {
  background: #F7F9FB;
    border: 2px solid #F7F9FB;

}
.capsule-wrapper.capsule-wrapper--check .input {
  margin-right: 10px;
}

.capsule:hover {
  box-shadow: 0px 2px 4px rgba(105, 125, 142, 0.16);
  background: #f7f9fb;
}
.capsule:active {
  background: #f0f2f4;
}

.capsule.checked {
  border: 2px solid #1872e7;
}
.input-inside-button {
  border: none;
  background-color: transparent;
}





/*generated with Input range slider CSS style generator (version 20211225)
https://toughengineer.github.io/demo/slider-styler*/
input[type=range].styled-slider {
  height: 22px;
  -webkit-appearance: none;
  padding: 0 1px;
}

/*progress support*/
input[type=range].styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 18px + var(--ratio) * (100% - 18px));
}

input[type=range].styled-slider:focus,
input[type=range].styled-slider:focus-visible,
input[type=range].styled-slider:hover
 {
  outline: none;
  border: none;
box-shadow: none;
}

/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 1em;
  background: #FFF;
  border: 3px solid #1872E7;
  box-shadow: 0 0 2px black;
  margin-top: calc(4px * 0.5 - max(18px * 0.5,3px));
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
  height: 4px;
  border: none;
  border-radius: 8px;
  background: #efefef;
  box-shadow: none;
}

input[type=range].styled-slider::-webkit-slider-thumb:hover {
  border-color: #004DB2;
}

input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
  background: #e5e5e5;
}

input[type=range].styled-slider::-webkit-slider-thumb:active {
  border-color: #004DB2;
}

input[type=range].styled-slider:active::-webkit-slider-runnable-track {
  background: #f5f5f5;
}

input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#1872E7,#1872E7) 0/var(--sx) 100% no-repeat, #efefef;
}

input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(#004DB2,#004DB2) 0/var(--sx) 100% no-repeat, #e5e5e5;
}

input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(#004DB2,#004DB2) 0/var(--sx) 100% no-repeat, #f5f5f5;
}

/*mozilla*/
input[type=range].styled-slider::-moz-range-thumb {
  width: max(calc(18px - 3px - 3px),0px);
  height: max(calc(18px - 3px - 3px),0px);
  border-radius: 1em;
  background: #FFF;
  border: 3px solid #1872E7;
  box-shadow: 0 0 2px black;
}

input[type=range].styled-slider::-moz-range-track {
  height: 4px;
  border: none;
  border-radius: 8px;
  background: #efefef;
  box-shadow: none;
}

input[type=range].styled-slider::-moz-range-thumb:hover {
  border-color: #004DB2;
}

input[type=range].styled-slider:hover::-moz-range-track {
  background: #e5e5e5;
}

input[type=range].styled-slider::-moz-range-thumb:active {
  border-color: #004DB2;
}

input[type=range].styled-slider:active::-moz-range-track {
  background: #f5f5f5;
}

input[type=range].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(#007cf8,#007cf8) 0/var(--sx) 100% no-repeat, #efefef;
}

input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
  background: linear-gradient(#0061c3,#0061c3) 0/var(--sx) 100% no-repeat, #e5e5e5;
}

input[type=range].styled-slider.slider-progress:active::-moz-range-track {
  background: linear-gradient(#2f98f9,#2f98f9) 0/var(--sx) 100% no-repeat, #f5f5f5;
}

/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-thumb {
  width: 18px;
  height: 18px;
  border-radius: 1em;
  background: #FFF;
  border: 3px solid #1872E7;
  box-shadow: 0 0 2px black;
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-track {
  height: 4px;
  border-radius: 8px;
  background: #efefef;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-thumb:hover {
  border-color: #004DB2;
}

input[type=range].styled-slider:hover::-ms-track {
  background: #e5e5e5;
}

input[type=range].styled-slider::-ms-thumb:active {
  border-color: #004DB2;
}

input[type=range].styled-slider:active::-ms-track {
  background: #f5f5f5;
}

input[type=range].styled-slider.slider-progress::-ms-fill-lower {
  height: 4px;
  border-radius: 8px 0 0 8px;
  margin: -undefined 0 -undefined -undefined;
  background: #007cf8;
  border: none;
  border-right-width: 0;
}

input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
  background: #0061c3;
}

input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
  background: #2f98f9;
}


/* HUBSPOT FORMS */


.submitted-message {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #145039;
  background: #E3FCEC;
  border-radius: 12px;
  padding: 88px 49px 32px;
  position: relative; 
  text-align: center;
}
.submitted-message::before{
  content: url(https://autenti.com/hubfs/autenti-design-system/icons/alerts/Success.svg);
  position: absolute;
    top: 40px;
    transform: scale(1.5);
    left: calc(50% - 18px);
    filter: invert(65%) sepia(12%) saturate(7490%) hue-rotate(98deg) brightness(110%) contrast(56%);


}


.hs-error-msg {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.16px;
  color: #DC3030;
  margin-top: 0;
  margin-bottom: 0;
}
.hs_error_rollup {
    margin-bottom: 16px;
}

form .hs-error-msgs > li {
  margin: 4px 0 0px;
}

form .input {
  margin-right: 0 !important;
}

.hs-input.hs-fieldtype-intl-phone {
  width: 100% !important;
}

.form-columns-1 input.hs-input,
.form-columns-1 select.hs-input,
.form-columns-1 textarea.hs-input{
  width: 100% !important;
}
.hs-fieldtype-intl-phone.hs-input select {
  width: 30% !important;
}
fieldset.form-columns-2 {
  display: flex;
  gap: 8px;
}

 div.input{
  position: relative;
} 
.hs-form .tooltip-parent {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
    height: 18px;
}

.custom_has_error_red .tooltip-parent img,
.error + .tooltip-parent img,
.hs-input .error + .tooltip-parent img{
  filter: invert(40%) sepia(86%) saturate(4338%) hue-rotate(340deg) brightness(86%) contrast(101%);
}
.custom_has_error_red + label {
    color: #dc3030;
}
.formParent__form-container .form .custom_has_error_red label {
      color: #29333d !important;
}

form option[disabled] {
  display: none;
}
.legal-consent-container {
  text-align: left;
}
.legal-consent-container p {
  color: #697D8E;
	font-weight: 400;
font-size: 11px;
line-height: 16px;
}
.legal-consent-container a {
  color: #1872e7;
	font-weight: 400;
    font-size: 11px;
    line-height: 16px;
  margin-top: 16px;
}
label.hs-form-booleancheckbox-display {
  flex-wrap: unset;
  align-items: flex-start;
}
.hs-form-booleancheckbox-display input[type=checkbox] {
  flex-shrink: 0;
  width: 20px !important;
}
.hs-form .hs_submit {
  margin-bottom: 16px;
}



/* DRAG ADN DROP AREA */
.form__dropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    background: #f7f9fb;
    border: 1px dashed #b2bdc8;
    border-radius: 8px;
    margin: 16px 0 0;
    position: relative;
    transition: background-color ease-in-out .3s;
    text-align: center;
}
.form__dropdown:hover,
.form__dropdown:focus-visible {
    background: #f2faff;
    border: 1px dashed #1872e7;
}
.form__dropdown.is-error {
    background: #f7f9fb;
    border: 1px dashed #dc3030;
}
.form__dropdown .form__dropdown-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #607282;
    margin-bottom: 0;
}
.form__dropdown-ico {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-image: url(https://autenti.com/hubfs/autenti-design-system/icons/other/cloud_upload.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.form__dropdown input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.form__dropdown .dragover-text {
    display: none;
}

.form__dropdown--dragover {
    outline: #e6f0ff solid 8px;
    background: #f2faff;
    border: 1px dashed #1872e7;
    transition: background-color ease-in-out .3s;
    color: #1872E7;
    font-weight: 700;
}

.form__dropdown.form__dropdown--dragover .form__dropdown-ico {
    background-color: #E6F0FF;
}
.form__dropdown.form__dropdown--dragover  p {
    display: none;
}
.form__dropdown.form__dropdown--dragover.form__dropdown .dragover-text {
    display: inline;
}
.form__dropdown .mobileTittle {
    display: none;
}
@media (max-width: 768px) {
   .form__dropdown .mobileTittle {
    display: block;
} 
   .form__dropdown .descTittle {
    display: none;
} 
}


.form__fileslist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-weight: 700;
    max-width: 100%;
    margin-top: 16px;
    display: none;
}
.form__fileslist li {
    display: flex;
    align-items: center;
    background: #F7F9FB;
    border-radius: 8px;
    width: 100%;
    padding: 16px;
    gap: 12px;   
    text-align: left;   
}
.form__fileslist li.isTypeError,
.form__fileslist li.isSizeError {
    border: 1px solid #DC3030;     
}
.form__fileslist .isTypeError .fileslist__file-info,
.form__fileslist .isSizeError .fileslist__file-info {
    display: none;     
}
.form__fileslist .type-error-msg,
.form__fileslist .size-error-msg {
    display: none;
}
.form__fileslist .isTypeError .type-error-msg {
    display: inline;
    color: #DC3030;
}
.form__fileslist .isSizeError .size-error-msg {
    display: inline;
    color: #DC3030;
}



.form__fileslist p:not(.bold) {
    font-weight: 400; 
    color: #465462;     
}
.fileslist__filename {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.filelist__ext-ico {
    width: 40px;
    height: 40px;
    background: #E1E6EA;
    border-radius: 20px;
    color: #465462;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.filelist__error-ico {
    display: none;
    background-image: url(https://autenti.com/hubfs/autenti-design-system/icons/alerts/error_red.svg);
    width: 40px;
    height: 40px;
    background-color: #fbe7e7;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.isError .filelist__error-ico {
    display: flex;
}
.isError .filelist__ext-ico {
    display: none;
}
.fileslist__deletefile {
    width: 28px;
    height: 28px;
    background-image: url(https://autenti.com/hubfs/autenti-design-system/icons/other/Trash.svg);
    margin-left: auto;
    flex-shrink: 0;
}
input[name="partner_consent"] + span .hs-form-required {
    display: none !important;
}
input[name="partner_consent"] + span::before {
    display: inline;
    content: "*";
    color: #DC3030;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.tag {
  display: inline-flex;
  border-radius: 99px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 700;
  padding: 12px 16px;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  background: var(--Light-Neutral-Rousing-pearl, #f7f9fb);
  color: var(--Light-Neutral-Real-cobalt, #465462);
}

.tag:hover,
.tag:focus-visible {
  color: var(--Light-Neutral-Lame-jet, #29333d);
  background: var(--Light-Neutral-Smokey-blush, #f2f4f9);
}
.tag:active,
.tag.tag--active,
.tag.tag--active:hover,
.tag.tag--active:focus-visible {
  background: var(--Light-Primary-Floppy-aqua, #1872e7);
  color: var(--Light-Primary-Snowy, #fff);
}

@media (max-width: 768px) {
  .tag {
    border-radius: 48px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 6px 12px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ---------COOKIE BANER------ */

/* Hide cookie baner in content editor */

.hs-inline-edit #hs-eu-cookie-confirmation {
  display: none;
}

#hs-eu-decline-button {
  display: none !important;
}
/* add overlay to page under cookie baner  */
div#hs-eu-cookie-confirmation {
  width: 100vw !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0;
  background: rgba(0, 33, 76, 0.64) !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-top: 0px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  padding-left: calc((100vw - 1000px) / 2) !important;
  padding-right: calc((100vw - 1000px) / 2) !important;
  max-width: 100vw !important;
  border-top: 1px solid #cbd6e2;
}
.ds-details {
  background: #f7f9fb;
  border-radius: 8px;
  padding: 24px;
  text-align: left;
  margin-bottom: 18px;
}
.ds-details:last-child {
  margin-bottom: 0;
}

.ds-details > summary {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #29333d;
  list-style: none;
  margin-top: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 40px;
}

.ds-details > summary:hover {
  cursor: pointer;
}
.ds-details > summary::-webkit-details-marker {
  display: none;
}

.ds-details > summary::after {
  content: url(https://autenti.com/hubfs/QES_Order/Icons/chevron-down-black.svg);
  position: absolute;
  right: 0;
  transition: all 0.15s linear;
}
.ds-details[open] > summary::after {
  content: url(https://autenti.com/hubfs/QES_Order/Icons/chevron-up-blue.svg);
}
.ds-details summary img {
  filter: invert(36%) sepia(56%) saturate(7482%) hue-rotate(208deg)
    brightness(103%) contrast(81%);
  margin-right: 12px;
}
.ds-details.ds-details--data ul {
  padding-top: 16px;
}
.ds-details[open] > summary {
  margin-bottom: 16px;
  padding-right: 20px;
}
.ds-details.ds-details--data[open] summary {
  border-bottom: 1px solid #e1e6ea;
  padding-bottom: 24px;
}
.ds-details.ds-details--data {
  color: #465462;
}

@media (max-width: 768px) {
.ds-details {
    margin-bottom: 16px;
    padding:16px;
  }
.ds-details.ds-details--data[open] summary {
    padding-bottom: 16px;
  }
}
dialog::backdrop {
  background: rgba(0, 55, 128, 0.45)
}
/* @import url('http://example.com/example_style.css'); */


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.pricing__card--pro .list-element:first-child::before{
  background-image: url(//9095276.fs1.hubspotusercontent-na1.net/hubfs/9095276/raw_assets/public/autenti/assets/images/icons/union.svg);
}
.pricing__card--premium .list-element:first-child::before{
  background-image: url(//9095276.fs1.hubspotusercontent-na1.net/hubfs/9095276/raw_assets/public/autenti/assets/images/icons/premium.svg)
}
.pricing__card--pro .list-element::before{
  background-image: url(//9095276.fs1.hubspotusercontent-na1.net/hubfs/9095276/raw_assets/public/autenti/assets/images/icons/blue_tick.svg);
}
.pricing__card--pro .modal__open{
  margin: 64px auto auto;
}
.pricing__card .list-element::before{
  background-size: 24px;
  width:24px;
  height:24px;
  top: 50%;
  transform: translateY(-50%);
}
.pricing__card p,.pricing__card h3,.pricing__card h2,.pricing__card h4 {
  margin-bottom: 0;
}
.pricing__container{
  width: 100%;
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  gap:20px;

}
.pricing__card-heading{
  flex: 1;
  text-align:left;
  margin-left: 16px;
}
.pricing__card-heading-img{
  width: 40px;
}
.pricing__card-list-container{
  min-height: 460px;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 40px;
  text-align:left;
}
.pricing__card-list-container .list-element {
  font-size: 14px;
  line-height:22px;
  margin-bottom: 16px;
}

.line {
  background-color: #F2F4F9;
  margin: 24px 0;
}
.pricing__card {
  width:100%;
  max-width:400px;
  background-color: #E6F0FF;
  border-radius: 24px;
  padding: 40px 0;
  position:relative;
}

.pricing__card .ds-btn:not(.pricing__modal-btn) {
  width: 80%;
}
.pricing__card-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #465462;
    font-weight: 400;
}


.pricing__card .line {
  border-color:#F2F4F9;
}
.pricing__card--pro .line {
border-color:rgba(255,255,255,0.3);
}

.pricing__card:nth-of-type(odd){
  background-color: #F7F9FB;
}
.pricing__card-badge {
  width:60%;
  display:inline-block;
  position:absolute;
  top:0;
  left:50%;
  padding: 4px 8px;
  border: 3px solid #FFFFFF;
  border-radius: 99px;
  background-color: #1872E7;
  color:#ffffff;
  font-size:12px;
  transform: translate(-50%,-50%);
}
.pricing__card--premium .pricing__card-badge{
  background-color: #00214D;
}
.pricing__card-more {
  display:none;
  margin: 24px auto 0;
  padding: 0;
}
.pricing__card .flex { 
  display:flex;
  justify-content:center;
  align-items:flex-start;
  padding: 0 40px;
  min-height: 112px;
}
.pricing__price{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:35px;
}
.pricing__price-normal{
  margin-right: 6px;
  font-weight: 700;
}
.pricing__price-old{
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.04px;
  text-decoration-line: line-through;
  color: #697D8E;
  margin-right: 6px;
}
.pricing__price-info{
  flex:0;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.16px;
  color: #29333D;
  flex: 0 0 28%;
  text-align:left;
}
html[lang="en"] .pricing__price-info {
  flex: 0 0 30%;
}
.pricing__card .modal summary, .price-extend .modal summary {
outline: none;
outline-style: unset;
}
.pricing__card .modal__content, .price-extend .modal__content{
  width:100%;
  max-width: 600px;
  padding: 24px;
  border-radius: 12px;
    text-align:left;
}

.pricing__card .modal-close,.price-extend .modal-close {
  width:14px;
  height:14px;
  top: 30px;
  right: 30px;
}
.pricing__modal-price{
  text-align: right;
}
.pricing__modal-price-netto {
  font-weight: 700;
  font-size: 14px;
}
.pricing__modal-price-brutto {
  font-size: 12px;
}
.pricing__modal-price-old{
  text-decoration: line-through;
  font-weight: 400;
  color: #465462;
}
.pricing__modal-plan { 
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #1872e7;
  padding: 20px;
  border-radius: 12px;
}
.pricing__modal-sms{
  margin-top: 24px;
}
.pricing__modal-input{
  margin-top:16px;
}

.pricing__modal-heading{
  font-size: 14px;
  line-height: 22px;
}
.pricing__modal-text{
  font-size:11px;
  line-height: 16px;
}
.pricing__modal-price{
  margin-left: auto;
}
.pricing__modal-description{
  flex: 0 0 51%;
  margin-left:18px;
}
.pricing__modal-additional {
  margin-top:16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.16px;
  color: #697D8E;
}
.pricing__modal-label{
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  padding: 20px;
  height: unset;
  cursor:pointer;
  border-radius: 12px;
}
.modal .modal__content .pricing__modal-btn {
  display: block;
  width: 100%;
  max-width: 180px;
  margin:0 0 0 auto;
}
.pricing__card .modal__content .line{
  position:relative;
  left:-130px;
  width:200%
}
.pricing__card .modal__content .pricing__modal-content .line {
border-color: #E1E6EA;
}

.checkbox {
  width:20px;
  height:20px;
  border: 1px solid #B2BDC8;
  border-radius: 4px;
  position: relative;
  align-self: flex-start;
  flex-shrink: 0;
}
.checkbox::after{
  content: '';
  position: absolute;
  top: 50%;
  left:50%;
  width: 9px;
  height: 14px;
  transform:translate(-50%,-75%) rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left:1px  solid transparent;
  z-index: 1;
  opacity: 0;
}

#sms:checked + .capsule-wrapper > .checkbox {
  background: #1872e7;
  border-color:#1872e7;
}
#sms:checked + .capsule-wrapper > .checkbox::after {
  opacity:1;
}
#sms:checked + .capsule-wrapper {
  border: 1px solid #1872e7 ;
}

#sms2:checked + .capsule-wrapper > .checkbox {
  background: #1872e7;
  border-color:#1872e7;
}
#sms2:checked + .capsule-wrapper > .checkbox::after {
  opacity:1;
}
#sms2:checked + .capsule-wrapper {
  border: 1px solid #1872e7 ;
}

@media (max-width:1380px) {
  .pricing__price-info {
  flex:0 0 34%
  }
    html[lang="en"] .pricing__price-info {
  flex: 0 0 36%;
}
   .pricing__card-list-container{
  padding: 0 32px;
  }
  .pricing__card .flex {
  padding: 0 32px;
    min-height: 138px;
  }
  .pricing__card-list-container {
  min-height: 500px;
  }
}

@media (max-width:1024px) {
  .pricing__container{
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
  }
  .pricing__card-badge {
  width: 80%;
  }
    .pricing__price-info {
  flex:0 0 22%
  }
    html[lang="en"] .pricing__price-info {
  flex: 0 0 41%;
}
  .pricing__card .flex{
    min-height: unset;
    padding: 0 20px;
  }
  .pricing__card{
    margin-top: 24px;
    max-width: 75%
  }
  .pricing__card-list-container{
    display:none;
    min-height: unset;
  }
  .pricing__card--pro .modal__open{
    margin: 32px auto auto;
  }
  .pricing__card-list-container.isOpen{
    display:block;
  }
  .pricing__card-list-container{
  padding: 0 20px;
  }
  .pricing__card-more{
    display:block;
  }
  .pricing__card .ds-btn {
    display: block;
    width:85%;
  }
}

@media (max-width:810px) {
    .pricing__price-info {
  flex:0 0 22%
  }
    .pricing__card{
    margin-top: 24px;
    max-width: 100%
  }
}

@media (max-width:410px) {
    .pricing__price-info {
  flex:0 0 38%
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

details summary::-webkit-details-marker {
  display:none;
}
.modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-45%);
  margin: auto;
  background: white;
  z-index: 99999999;
  overflow:hidden;
}
.modal-close {
  position: absolute;
  width: 16px;
  height: 16px;
  padding: 5px;
  z-index: 4;
  border: none;
  background-image: url(https://autenti.com/hubfs/autenti-main-navigation/icons/close.svg);
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-in-out;
  cursor:pointer;
}
.modal{
padding-left:0;
background-image:none;
-webkit-appearance:none;
}
.modal[open] .modal__open::before {
  content: '';
  display: block;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  opacity: 0.6;
  z-index: 10000000;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

ul.lang_list_class { box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 5%), 0 0.5rem 1.2rem rgb(0 0 0 / 10%) !important; border:0 !important; } 
.header__language-switcher .lang_list_class:before { display: none; }
.header__language-switcher .lang_list_class:after { display: none; } 
.header__language-switcher--label-current:after { display: none; }
.header__language-switcher--label-current { font-size: 14px; color: #697D8E; margin-bottom: 0; margin-left: 5px; }
.header__language-switcher { padding-right: 16px; display: block !important; } 
.lang_list_class a { font-size: 14px; } 
.lang_list_class li { margin: 0; }
.header__language-switcher .lang_list_class li:hover {
    transition: background-color .3s;
    background: #f9f9f9f9;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:hover { color: #697d8e;}
.autenti-header .globe_class {width: 16px; height: 16px; margin-bottom: -3px;}
[lang="ro"] .globe_class { background-image: url(https://autenti.com/hubfs/autenti-design-system/flags/Romania.png);}

[lang="en"] .globe_class { background-image: url(https://autenti.com/hubfs/autenti-design-system/flags/Great%20Brytain.png);}
[lang="pl"] .globe_class { background-image: url(https://autenti.com/hubfs/autenti-design-system/flags/Poland.png);} 
[lang="sk"] .globe_class { background-image: url(https://autenti.com/hubfs/autenti-design-system/flags/Slovakia.png);} 
[lang="es"] .globe_class { background-image: url(https://autenti.com/hubfs/autenti-design-system/flags/Spain.png);} 
[lang="cz"] .globe_class,
[lang="cs"] .globe_class { background-image: url(https://autenti.com/hubfs/autenti-design-system/flags/Czech%20Republic.png);} 
[lang="de"] .globe_class { background-image: url(https://autenti.com/hubfs/autenti-design-system/flags/Germany.png);}
[lang="de-at"] .globe_class { background-image: url(https://autenti.com/hubfs/autenti-design-system/flags/Austria.svg);} 
[lang="hu"] .globe_class { background-image: url(https://autenti.com/hubfs/autenti-design-system/flags/Hungary.png);} 


.header__language-switcher .lang_list_class li a {
    color: #697D8E;
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
}
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
     color: #29333d;
}
.header__language-switcher .lang_list_class li:nth-child(2) {
    padding-top: 0.8rem;
}
.main-navigation__wrapper #languageSwitcherContainer {
    margin-left: auto;
}

.main-navigation__wrapper #hs_cos_wrapper_language-switcher_ {
    display: flex;
}

@media (max-width: 480px){
  .header__language-switcher--label-current { display: none; }
  .header__language-switcher .lang_list_class { left: calc(100% + 24px);}
  .mobile-flag {  display: inline-block !important; position: absolute;  left: 0; width: auto;}
  .language-flag{display:none;}
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.ds-list li,
.booking-conversation ul li, 
.value-list li, 
.value-list.value-list--big li {
    position: relative;
    margin-left: 34px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
}
ul.ds-list li:before,
.booking-conversation ul li:before,
ul.value-list li:before,
ul.value-list--big li:before,
ul.value-list--large li:before {
    content: '';
    font-family: fontawesome;
    font-size: 20px;
    line-height: 1;
    color: #1872E7;
    position: absolute;
    left: -34px;
    top: 2px;
    font-weight: 400;
    background: url(https://autenti.com/hubfs/clients%20faces/Icon.svg);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}


ul.value-list--white li::before{
  background: url(https://autenti.com/hubfs/autenti-design-system/icons/alerts/succes-white.svg);
}
.value-list--large li {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 0 36px;

}
.value-list--medium li {
    margin: 0 0 0 24px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}
.value-list--large li:before {
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    background-size: 24px;

}
.value-list--medium li:before,
.value-list--small li:before  {
    font-size: 16px;
    left: -24px;
    top: 2px;
    background-size: 16px;
    width: 16px;
    height: 16px;
}
.value-list--small li {
    margin: 0 0 0 24px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
}
.value-list li:last-child {
  margin-bottom: 0;
}
.value-list .list-element--terms:before,
.value-list.value-list--big .list-element--terms:before,
.value-list.value-list--large .list-element--terms:before {
background-image: url('https://autenti.com/hubfs/autenti-design-system/icons/other/PDF-blue.svg');
  width: 18px;
  height: 22px;
  left: -34px;
  background-size: 22px;
  top:50%;
  transform:translateY(-60%)
}
.ds-list.big-numbers  {
  list-style: none;
  counter-reset: ds-counter;
  padding-left: 0;
  margin-bottom: 0;

}
.ds-list.big-numbers li {
  counter-increment: ds-counter;
  padding-left: 36px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
}
.ds-list.big-numbers li:last-child {
  margin-bottom: 0px;
}

.ds-list.big-numbers li::before {
  position: absolute;
  left: 0;
  content: counter(ds-counter);
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04px;
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #1872E7;
  box-shadow: 0px 4px 9.6px rgba(24, 114, 231, 0.16);
  font-family: "Arial";

}

ol.ds-list  {
  list-style: none;
  counter-reset: ds-counter2;
  padding-left: 0;
  margin-bottom: 0;

}
ol.ds-list li {
  counter-increment: ds-counter2;
  padding-left: 36px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
    margin-left: 0;

}
ol.ds-list li:last-child {
  margin-bottom: 0px;
}

ol.ds-list li::before {
  position: absolute;
  left: 0;
  content: counter(ds-counter2);
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04px;
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #1872E7;
  box-shadow: 0px 4px 9.6px rgba(24, 114, 231, 0.16);
  font-family: "Arial";

}
#main-content {
    position: relative;
}
.breadcumbs-navigation {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.16px;
    color: #607282;
    position: absolute;
    top: 24px;
    left: calc((100vw - 1440px) / 2);
    z-index: 1;
}

.hs-breadcrumb-menu-divider:before {
  content: "/";
  padding: 0 4px;
}


.breadcumbs-navigation a {
    color: #607282;
}
.breadcumbs-navigation a[href="javascript:;"] {
  text-decoration: none !important;
  cursor: default !important;
  color: #B2BDC8
}
.breadcumbs-navigation a[href="javascript:;"]:hover {
  text-decoration: none !important;
  cursor: default !important;
  color: #B2BDC8
}
.hs-breadcrumb-menu-item {
    padding: 0px;
}
.hs-breadcrumb-menu-item.last-crumb {
    color: #607282;
    font-weight: 700;
}

.breadcumbs-navigation a:hover {
    color: #1872E7;
    text-decoration: none ;
    cursor: pointer;
}

/* Fallback for legacy bradcrumbs */
.au-breadcumbs-section {padding:12px 0px;}
.au-breadcumbs-section ul li{margin-bottom:0;position:relative;z-index:1;padding-right:10px;margin-right:4px;font-size:14px;color:#697d8e}
.au-breadcumbs-section ul li:after{position:absolute;content:"/";top:0;right:0;z-index:-1}
.au-breadcumbs-section ul li a{color:inherit;line-height:inherit;font-size:inherit}
.au-breadcumbs-section ul li:last-child:after{position:unset;content:none}
.au-breadcumbs-section ul li:last-child{padding-right: 0; margin-right: 0; color: #29333D; font-weight: 700;}


@media (max-width: 1440px) { 
    .breadcumbs-navigation {
        left: 0px;
    }
}

@media (max-width: 768px) { 
    .breadcumbs-navigation {
        display: none;
    }
}
.ds-underline {
    display: inline-block;
    position: relative;
    width: max-content !important;
}

.ds-underline:after {
    background-size: 100% 100%;
    bottom: -5px;
    content: ' ';
    display: block;
    height: 10px;
    left: 0px;
    position: absolute;
    width: 100%;
    background-image: url('https://autenti.com/hubfs/autenti-design-system/underlines/underline_2.svg');
}
.ds-label {
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 60px;
  border: 2px solid var(--Light-Primary-Snowy, #FFF);
  background: var(--Light-Primary-Humble-milky, #F3F8FF);
}

.ds-label__text {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.ds-label--yellow {
  border: 2px solid var(--Light-Primary-Snowy, #FFF);
  background: var(--Light-Accent-yellow-Touchy-lemon, #CAA53D);
}

.ds-label--yellow .ds-label__text {
  color: var(--Light-Primary-Snowy, #FFF);
}
.ds-label--blue {
  border: 2px solid var(--Light-Primary-Snowy, #FFF);
  background: var(--Light-Primary-Floppy-aqua, #1872E7);
}

.ds-label--blue .ds-label__text {
  color: var(--Light-Primary-Snowy, #FFF);
}
.switch-box {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 24px;
  background-color: #f3f8ff;
  border-radius: 14px;
}

.switch-box__option {
  font-size: 16px;
  font-weight: 700;
  color: #899bad;
  cursor: pointer;
}

.switch-box__option--active {
  color: #29333d;
}

.switch-box__input {
  display: none;
}

.switch-box__label {
  display: block;
  width: 44px;
  height: 24px;
  position: relative;
  background: #b1d3ffa3;
  border-radius: 12px;
  cursor: pointer;
  text-indent: -9999px;
  flex-shrink: 0;
}

.switch-box__label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #1872e7;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0px 1px 2px 0px #1018280f;
}
.switch-section .tooltip-text::after {
  transform: rotate(-90deg);
}

.switch-box__input:checked + .switch-box__label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.switch-box__label:active:after {
  width: 24px;
}




/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.header-sticky {
  position: sticky;
  top: 0;
  z-index: 700;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

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

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

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

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border: 2px solid #d1d6dc;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #ced4db;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  left: 84px;
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  display: block;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
  padding-top: 5px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
  content: '';
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    left: 30px;
    background: #f9f9f9f9;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #f8fafc;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: 'Menu';
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: 'Language';
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: 'Search';
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
.loader {
  border: 4px solid transparent;
  border-top: 4px solid #1872e7;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation: spin 0.8s linear infinite;
  position: absolute;
  top: 40%;
  left: calc(50% - 16px);
  background-color: transparent;
}


/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


label.hs-form-booleancheckbox-display span {
display: flex !important;
}