/* Theme base styles */

/* @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    */
/*****************************************/



:root {
    --light-neutral-lame-jet: #29333d;
    --light-primary-floppy-aqua: #1872e7;
    --light-neutral-airless-platinium: #e1e6ea;
    --light-primary-humble-milk: #f3f8ff; /* Literówka? */
    --light-primary-humble-milky: #F3F8FF;
    --light-neutral-stressful-snow: #B2BDC8;
    --light-primary-snowy: #fff;
    --light-neutral-real-cobalt: #465462;
    --light-neutral-rocky-grey: #607282;
    --light-primary-canny-blue: #00214D;
    --colour-neutral-airless-platinium: #E1E6EA;
    --light-primary-wordless-royal: #004DB2;
    --light-primary-lurking-sky: #003780;
}










/* 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
*/

/* 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;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position:center;

}
/*! 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;
}
.mb-4 {
    margin-bottom: 4px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-32 {
    margin-bottom: 32px;
}
.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;
  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.)
*/
/* 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% + 8px);
  left: unset;
  right: -14px;
}
.tooltip-text--over-right{
 bottom: calc(100% + 8px);
  left: unset;
  right:-200px;
}

.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-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("//9415271.fs1.hubspotusercontent-na1.net/hubfs/9415271/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("//9415271.fs1.hubspotusercontent-na1.net/hubfs/9415271/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("//9415271.fs1.hubspotusercontent-na1.net/hubfs/9415271/raw_assets/public/autenti/assets/fonts/dm_sans/dmsans-bold.ttf");
}


html {
  font-size: 16px;
}

body {
  font-family: "DM Sans", Arial, sans-serif; 
  -webkit-font-smoothing: antialiased;
  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;
}

.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;
}

@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__title {
  margin-bottom: 16px;
}
.section__subtitle {
  margin-bottom: 0;
  max-width: 560px;
  margin: auto;
}
.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;
}

.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;
}

a.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: transparent;
}

.ds-btn--outline:hover,
.ds-btn--outline:focus-visible {
  color: #004db3;
  border-color: #004db3;
  background: rgba(177, 211, 255, 0.25) !important;
  box-shadow: 0px 4px 8px rgba(0, 109, 255, 0.16) !important;
}

.ds-btn--outline:active {
  color: #003780;
  border-color: #003780;
  background: rgba(177, 211, 255, 0.5) !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: 56px;
}

.ds-btn.ds-ico-right {
  padding-right: 56px;
}

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

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;
}

img.ds-ico-left {
  width: 14px;
  height: 24px;
  position: absolute;
  left: 26px
}

img.ds-ico-right {
  width: 14px;
  height: 24px;
  position: absolute;
  right: 26px
}

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

.ds-link-btn,
.ds-btn-link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 34px 2px 12px;
  color: #1872e7;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
}

.ds-link-btn:hover,
.ds-link-btn:focus,
.ds-link:hover,
.ds-link:focus .ds-btn-link:hover,
.ds-btn-link:focus {
  text-decoration: underline;
}

.ds-link-btn:active,
.ds-btn-link:active {
  color: #004db3;
}

.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 {
  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;
}

/* 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;
}
.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 0.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 0.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;
}

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;
}
/* @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;
}

/* 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'); */
  {
  % from "../tools/_variables.css" import colors %
}

/***********************************************/
/* 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(//9415271.fs1.hubspotusercontent-na1.net/hubfs/9415271/raw_assets/public/autenti/assets/images/icons/union.svg);
}

.pricing__card--premium .list-element:first-child::before {
  background-image: url(//9415271.fs1.hubspotusercontent-na1.net/hubfs/9415271/raw_assets/public/autenti/assets/images/icons/premium.svg);
}

.pricing__card--pro .list-element::before {
  background-image: url(//9415271.fs1.hubspotusercontent-na1.net/hubfs/9415271/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: {
      {
      colors.$secondary
    }
  }

  ;
  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;
}

.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    */
/*****************************************/

.modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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;
}

[lang="en"] .globe_class {
    background-image: url(https://9095276.fs1.hubspotusercontent-na1.net/hubfs/9095276/images/gb.png);
    width: 26px;
    height: 26px;
    margin-bottom: -6px;
}

[lang="pl"] .globe_class {
    background-image: url(https://9095276.fs1.hubspotusercontent-na1.net/hubfs/9095276/images/Poland.png);
    width: 26px;
    height: 26px;
    margin-bottom: -6px;
}

[lang="sk"] .globe_class {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' height='14' maskUnits='userSpaceOnUse' width='14' x='1' y='1'%3E%3Cpath clip-rule='evenodd' d='m8.00016 14.6668c3.68194 0 6.66664-2.9847 6.66664-6.66664 0-3.6819-2.9847-6.66666-6.66664-6.66666-3.6819 0-6.66666 2.98476-6.66666 6.66666 0 3.68194 2.98476 6.66664 6.66666 6.66664z' fill='%23fff' fill-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='m8.00016 14.6668c3.68194 0 6.66664-2.9847 6.66664-6.66664 0-3.6819-2.9847-6.66666-6.66664-6.66666-3.6819 0-6.66666 2.98476-6.66666 6.66666 0 3.68194 2.98476 6.66664 6.66666 6.66664z' fill='%23fff'/%3E%3Cpath d='m8.00016 14.6666c3.68184 0 6.66664-2.9847 6.66664-6.66662 0-.81547-.1466-1.59664-.4146-2.31883h-12.50404c-.26797.72219-.41466 1.50336-.41466 2.31883 0 3.68192 2.98479 6.66662 6.66666 6.66662z' fill='%230052b4'/%3E%3Cpath d='m8.00005 14.6667c2.86645 0 5.31005-1.8092 6.25205-4.3479h-12.50405c.94195 2.5387 3.38557 4.3479 6.252 4.3479z' fill='%23d80027'/%3E%3Cpath d='m3.05713 5.10156v3.32568c0 1.89176 2.47138 2.47146 2.47138 2.47146s2.47135-.5797 2.47135-2.47146v-3.32568z' fill='%23f0f0f0'/%3E%3Cpath d='m3.63672 5.10156v3.32568c0 .22208.04932.43182.14703.62846h3.48924c.09771-.19661.14704-.40638.14704-.62846v-3.32568z' fill='%23d80027'/%3E%3Cpath d='m6.68796 7.42027h-.86953v-.57972h.57972v-.57971h-.57972v-.57969h-.57971v.57969h-.57968v.57971h.57968v.57972h-.86958v.57971h.86958v.57971h.57971v-.57971h.86953z' fill='%23f0f0f0'/%3E%3Cpath d='m4.57488 9.86501c.37357.23479.75737.37109.95386.43169.19648-.0606.58028-.1969.95385-.43169.37672-.23677.64081-.50755.79076-.80924-.16539-.11701-.36719-.18602-.58519-.18602-.07937 0-.15648.0094-.23062.02667-.15711-.35698-.51375-.60638-.92878-.60638-.41502 0-.77169.2494-.92877.60638-.07414-.01727-.15128-.02667-.23063-.02667-.21799 0-.41979.06901-.58518.18602.14987.30166.41396.57245.7907.80924z' fill='%230052b4'/%3E%3C/g%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
}

[lang="es"] .globe_class {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_131_3066)'%3E%3Cmask id='mask0_131_3066' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='3' width='14' height='14'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9999 16.6666C14.6818 16.6666 17.6666 13.6819 17.6666 9.99998C17.6666 6.31808 14.6818 3.33331 10.9999 3.33331C7.31802 3.33331 4.33325 6.31808 4.33325 9.99998C4.33325 13.6819 7.31802 16.6666 10.9999 16.6666Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_131_3066)'%3E%3Cpath d='M4.33325 10C4.33325 10.8155 4.47994 11.5967 4.74791 12.3189L10.9999 12.8986L17.2519 12.3189C17.5199 11.5967 17.6666 10.8155 17.6666 10C17.6666 9.18458 17.5199 8.40343 17.2519 7.68122L10.9999 7.1015L4.74791 7.68122C4.47994 8.40343 4.33325 9.18458 4.33325 10Z' fill='%23FFDA44'/%3E%3Cpath d='M17.2521 7.68115C16.3101 5.14251 13.8665 3.33331 11.0001 3.33331C8.13362 3.33331 5.69 5.14251 4.74805 7.68115H17.2521Z' fill='%23D80027'/%3E%3Cpath d='M4.74805 12.3188C5.69 14.8575 8.13362 16.6667 11.0001 16.6667C13.8665 16.6667 16.3101 14.8575 17.2521 12.3188H4.74805Z' fill='%23D80027'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_131_3066' x='-1' y='-0.666667' width='24' height='24' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.33333'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.411765 0 0 0 0 0.490196 0 0 0 0 0.556863 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_131_3066'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_131_3066' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
}

[lang="cz"] .globe_class {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_di_3772_3124)'%3E%3Cmask id='mask0_3772_3124' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='6' y='4' width='20' height='20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 24C21.5228 24 26 19.5228 26 14C26 8.47715 21.5228 4 16 4C10.4772 4 6 8.47715 6 14C6 19.5228 10.4772 24 16 24Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3772_3124)'%3E%3Cpath d='M16 24C21.5228 24 26 19.5228 26 14C26 8.47715 21.5228 4 16 4C10.4772 4 6 8.47715 6 14C6 19.5228 10.4772 24 16 24Z' fill='white'/%3E%3Cpath d='M15.1305 14C15.1305 14 8.93481 21.0725 8.92896 21.0711C10.7386 22.8807 13.2386 24 16 24C21.5229 24 26 19.5228 26 14H15.1305Z' fill='%23D80027'/%3E%3Cpath d='M8.92893 6.92891C5.02369 10.8341 5.02369 17.1658 8.92893 21.0711C10.5427 19.4573 12.0948 17.9052 16 14L8.92893 6.92891Z' fill='%230052B4'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_di_3772_3124' x='-2' y='-2' width='36' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.411765 0 0 0 0 0.490196 0 0 0 0 0.556863 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3772_3124'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3772_3124' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.254902 0 0 0 0 0.290196 0 0 0 0 0.317647 0 0 0 0.16 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect2_innerShadow_3772_3124'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
}

[lang="cs"] .globe_class {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_di_3772_3124)'%3E%3Cmask id='mask0_3772_3124' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='6' y='4' width='20' height='20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 24C21.5228 24 26 19.5228 26 14C26 8.47715 21.5228 4 16 4C10.4772 4 6 8.47715 6 14C6 19.5228 10.4772 24 16 24Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3772_3124)'%3E%3Cpath d='M16 24C21.5228 24 26 19.5228 26 14C26 8.47715 21.5228 4 16 4C10.4772 4 6 8.47715 6 14C6 19.5228 10.4772 24 16 24Z' fill='white'/%3E%3Cpath d='M15.1305 14C15.1305 14 8.93481 21.0725 8.92896 21.0711C10.7386 22.8807 13.2386 24 16 24C21.5229 24 26 19.5228 26 14H15.1305Z' fill='%23D80027'/%3E%3Cpath d='M8.92893 6.92891C5.02369 10.8341 5.02369 17.1658 8.92893 21.0711C10.5427 19.4573 12.0948 17.9052 16 14L8.92893 6.92891Z' fill='%230052B4'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_di_3772_3124' x='-2' y='-2' width='36' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.411765 0 0 0 0 0.490196 0 0 0 0 0.556863 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3772_3124'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3772_3124' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.254902 0 0 0 0 0.290196 0 0 0 0 0.317647 0 0 0 0.16 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect2_innerShadow_3772_3124'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
}

[lang="de"] .globe_class {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_3772_3069)'%3E%3Cmask id='mask0_3772_3069' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='6' y='4' width='20' height='20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 24C21.5228 24 26 19.5228 26 14C26 8.47715 21.5228 4 16 4C10.4772 4 6 8.47715 6 14C6 19.5228 10.4772 24 16 24Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3772_3069)'%3E%3Cpath d='M6.62207 17.4782C8.035 21.2862 11.7004 24 16.0001 24C20.2997 24 23.9652 21.2862 25.3781 17.4782L16.0001 16.6087L6.62207 17.4782Z' fill='%23FFDA44'/%3E%3Cpath d='M16.0001 4C11.7004 4 8.035 6.71375 6.62207 10.5218L16.0001 11.3913L25.3781 10.5217C23.9652 6.71375 20.2997 4 16.0001 4Z' fill='black'/%3E%3Cpath d='M6.62199 10.5218C6.22004 11.6051 6 12.7768 6 14C6 15.2232 6.22004 16.3949 6.62199 17.4782H25.378C25.78 16.3949 26 15.2232 26 14C26 12.7768 25.78 11.6051 25.378 10.5218H6.62199Z' fill='%23D80027'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_3772_3069' x='-2' y='-2' width='36' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.411765 0 0 0 0 0.490196 0 0 0 0 0.556863 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3772_3069'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3772_3069' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
}


.header__language-switcher .lang_list_class li a {
    color: #697D8E;
}

.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;
}

@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;
}

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

@media (max-width: 768px) {
    .breadcumbs-navigation {
        display: none;
    }
}
.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;
}
.avatar--m .avatar__img{
   height: 56px;
   width: 56px;
   flex-shrink: 0;
}
.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
}


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

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



/* 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);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.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.35rem 0.7rem;
}

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

.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;
    display: block;
    left: 30px;
    visibility: visible;
    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%;
}
.carousel {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.blog-post__content__media--active .carousel {
    margin-top: 0;
}

.carousel__anchor {
    display: none;
}

.carousel__elements {
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #E1E6EA;
    border-radius: 16px;
}

.carousel__elements__default-image {
    width: auto;
    height: 100%;
}

.carousel__elements__element {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 1;
    vertical-align: top;
    -webkit-transition: -webkit-transform 1000ms;
    -moz-transition: -moz-transform 1000ms;
    transition: transform 1000ms;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.carousel__elements__element__img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.carousel__navigation {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.carousel__navigation__arrow {
    position: relative;
    z-index: 5;
}


.carousel__navigation__arrow__label {
    display: flex;
    justify-content: center;
    position: absolute;
    text-decoration: none;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
}

.carousel__anchor:checked~.carousel__navigation__arrow__label {
    opacity: 0;
    z-index: -1;
}

.carousel__anchor--slide-0:checked~.carousel__navigation>.carousel__navigation__arrow--next>.carousel__navigation__arrow__label--num1,
.carousel__anchor--slide-0:checked~.carousel__navigation>.carousel__navigation__arrow--prev>.carousel__navigation__arrow__label--num1,
.carousel__anchor--slide-0:checked~.carousel__navigation>.carousel__navigation__arrow--prev>.carousel__navigation__arrow__label--num2,
.carousel__anchor--slide-0:checked~.carousel__navigation>.carousel__navigation__arrow--prev>.carousel__navigation__arrow__label--num3,
.carousel__anchor--slide-0:checked~.carousel__navigation>.carousel__navigation__arrow--prev>.carousel__navigation__arrow__label--num4,
.carousel__anchor--slide-1:checked~.carousel__navigation>.carousel__navigation__arrow--prev>.carousel__navigation__arrow__label--num0,
.carousel__anchor--slide-1:checked~.carousel__navigation>.carousel__navigation__arrow--next>.carousel__navigation__arrow__label--num0,
.carousel__anchor--slide-1:checked~.carousel__navigation>.carousel__navigation__arrow--next>.carousel__navigation__arrow__label--num2,
.carousel__anchor--slide-2:checked~.carousel__navigation>.carousel__navigation__arrow--prev>.carousel__navigation__arrow__label--num1,
.carousel__anchor--slide-2:checked~.carousel__navigation>.carousel__navigation__arrow--next>.carousel__navigation__arrow__label--num0,
.carousel__anchor--slide-2:checked~.carousel__navigation>.carousel__navigation__arrow--next>.carousel__navigation__arrow__label--num3,
.carousel__anchor--slide-3:checked~.carousel__navigation>.carousel__navigation__arrow--prev>.carousel__navigation__arrow__label--num2,
.carousel__anchor--slide-3:checked~.carousel__navigation>.carousel__navigation__arrow--next>.carousel__navigation__arrow__label--num0,
.carousel__anchor--slide-3:checked~.carousel__navigation>.carousel__navigation__arrow--next>.carousel__navigation__arrow__label--num4,
.carousel__anchor--slide-4:checked~.carousel__navigation>.carousel__navigation__arrow--prev>.carousel__navigation__arrow__label--num3,
.carousel__anchor--slide-4:checked~.carousel__navigation>.carousel__navigation__arrow--next>.carousel__navigation__arrow__label--num0 {
    opacity: 1;
    z-index: 5;
}

.carousel__anchor:checked~.carousel__arrow--prev>.carousel__arrow__label,
.carousel__anchor:checked~.carousel__arrow--next>.carousel__arrow__label {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}

.carousel__elements>.carousel__elements__element--0 {
    left: 0%;
}

.carousel__elements>.carousel__elements__element--1 {
    left: 100%;
}

.carousel__elements>.carousel__elements__element--2 {
    left: 200%;
}

.carousel__elements>.carousel__elements__element--3 {
    left: 300%;
}

.carousel__elements>.carousel__elements__element--4 {
    left: 400%;
}

.carousel>.carousel__anchor--slide-0:checked~.carousel__elements>.carousel__elements__element {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

.carousel>.carousel__anchor--slide-1:checked~.carousel__elements>.carousel__elements__element {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel>.carousel__anchor--slide-2:checked~.carousel__elements>.carousel__elements__element {
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    transform: translateX(-200%);
}

.carousel>.carousel__anchor--slide-3:checked~.carousel__elements>.carousel__elements__element {
    -webkit-transform: translateX(-300%);
    -moz-transform: translateX(-300%);
    transform: translateX(-300%);
}

.carousel>.carousel__anchor--slide-4:checked~.carousel__elements>.carousel__elements__element {
    -webkit-transform: translateX(-400%);
    -moz-transform: translateX(-400%);
    transform: translateX(-400%);
}

.carousel__navigation__arrow {
    width: 48px;
    height: 48px;
    background: #FFF;
    box-shadow: 0px 4px 48px rgba(0, 55, 128, 0.04);
    border-radius: 24px;
}

.carousel__navigation__arrow:hover {
    background: #F7F9FB;
    box-shadow: 0px 4px 48px rgba(0, 55, 128, 0.08);
}

.carousel__navigation__arrow:active {
    background: #F0F2F4;
    box-shadow: 0px 4px 48px rgba(0, 55, 128, 0.12);
}

.carousel__navigation__arrow--prev {
    left: 0;
}

.carousel__navigation__arrow--next {
    right: 0;
}

.blog-post__content__media--active .carousel__navigation__arrow--prev,
.blog-post__content__media--active .carousel__navigation__arrow--next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.blog-post__content__media--active .carousel__navigation__arrow--prev {
    left: 24px;
}

.blog-post__content__media--active .carousel__navigation__arrow--next {
    right: 24px;
}

.carousel__navigation__arrow__label {
    width: 100%;
    height: 100%;
}

.carousel__navigation__arrow__label span {
    display: flex;
    align-items: center;
}

.carousel__navigation__dots {
    display: flex;
    bottom: -20px;
    margin: auto 13.5px;
}

.carousel__navigation__dots__label {
    margin: auto 2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #C5CED6;
    cursor: pointer;
}

.carousel__anchor--slide-0:checked~.carousel__navigation>.carousel__navigation__dots>.carousel__navigation__dots__label--dot-0,
.carousel__anchor--slide-1:checked~.carousel__navigation>.carousel__navigation__dots>.carousel__navigation__dots__label--dot-1,
.carousel__anchor--slide-2:checked~.carousel__navigation>.carousel__navigation__dots>.carousel__navigation__dots__label--dot-2,
.carousel__anchor--slide-3:checked~.carousel__navigation>.carousel__navigation__dots>.carousel__navigation__dots__label--dot-3,
.carousel__anchor--slide-4:checked~.carousel__navigation>.carousel__navigation__dots>.carousel__navigation__dots__label--dot-4 {
    background: #1872E7;
    padding: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 700px) {
    .carousel__navigation {
        justify-content: space-between;
        margin-top: 15px;
    }

    .carousel__navigation__arrow {
        width: 40px;
        height: 40px;
    }

    .blog-post__content__media__play-ico__video-play {
        width: 56px;
        height: 56px;
    }
}
/* @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    */
/*****************************************/

/* PAGINATION */

.pagination {
    display: flex;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
}

.pagination--hide {
    display: none;
}

.pagination__button {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 48px;
    height: 48px;
    background: #FFF;
    box-shadow: 0px 4px 48px rgb(0 55 128 / 4%);
    border: none;
    border-radius: 24px;
    cursor: pointer;
}

.pagination__button:hover {
    background: #F7F9FB;
    box-shadow: 0px 4px 48px rgba(0, 55, 128, 0.08);
}

.pagination__button:active {
    background: #F0F2F4;
    box-shadow: 0px 4px 48px rgba(0, 55, 128, 0.12);
}

.pagination__button--disabled,
.pagination__button--disabled:hover,
.pagination__button--disabled:active {
    background: #FFF;
    box-shadow: none;
    cursor: default;
}

.pagination__button--disabled svg {
    filter: invert(83%) sepia(14%) saturate(221%) hue-rotate(169deg) brightness(89%) contrast(89%);
}

.pagination__pagesList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 4px;
    padding: 4px;
    background: #FFFFFF;
    border-radius: 96px;
    list-style: none;
    cursor: pointer;
}

.pagination__page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #607282;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    border-radius: 20px;
}

.pagination__page--active {
    color: #1872E7;
    font-weight: 700;
    background: #E6F0FF;
}

.pagination__page:hover:not(.pagination__page--active) {
    background: #F7F9FB;
}

.pagination__page:active:not(.pagination__page--active) {
    background: #F0F2F4;
}


/* 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;
  }
}