@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * This file contains stuff that is shared between variants
 */
/**
 * Calculate an em size based on a context
 */
/**
 * Conditionally output stuff.
 * The idea is to be able to target print, browsers, sizes etc.
 */
/* Tablet heading font sizes*/
/* Mobile Heading fontsizes */
.text a {
  color: inherit;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.5;
  text-underline-offset: 5px;
}
.text a:hover {
  color: #0000e5;
}
.text h1 {
  font-size: 78px;
  line-height: 1.11;
  font-weight: 500;
}
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 40px;
}
.text p[style*="font-weight: bold;"],
.text span[style*="font-weight: bold;"],
.text p strong {
  font-weight: 700 !important;
  font-family: "Manrope" !important;
}
.text p {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Manrope";
  margin-top: 20px;
  margin-bottom: 20px;
}
.text ul,
.text ol {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Manrope";
  font-size: 14px;
  line-height: 1.5;
  padding-left: 20px;
}
.text ul p,
.text ul li,
.text ol p,
.text ol li {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.5;
}
.text table {
  width: 100%;
  margin: 20px auto;
}
.text table td {
  border: 2px solid #ffffff;
  background-color: #c4c4c4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.text table tr:first-child {
  font-weight: 500;
}
.text blockquote {
  margin: 30px 0px;
  width: 100%;
}
.text blockquote p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .text h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 60px;
  }
  .text ul,
  .text ol {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.5;
  }
  .text ul p,
  .text ul li,
  .text ol p,
  .text ol li {
    font-size: 18px;
    line-height: 1.5;
  }
  .text a {
    font-size: 18px;
    line-height: 1.5;
  }
  .text p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .text table {
    max-width: 812px;
    margin: 30px auto;
  }
  .text table td {
    padding: 20px;
    font-size: 25px;
    line-height: 1.4;
  }
  .text blockquote {
    margin: 40px 0px;
    text-align: center;
  }
  .text blockquote p {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 300;
  }
}
@media (min-width: 1300px) {
  .text blockquote {
    width: 150%;
    margin: 80px -150px;
  }
}
@media (min-width: 1400px) {
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 30px;
    line-height: 1.2;
  }
  .text table td {
    padding: 25px;
  }
}
html.is-no-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

body {
  font-family: "Manrope";
  font-size: 18px;
  line-height: 1.75em;
  color: #242424;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f4f4f4;
}

p,
ul,
ol {
  margin: 0;
}

ul li {
  font-size: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-family: "Manrope";
  font-weight: 700;
  font-weight: unset;
  margin: 0;
}

.skip-to-content-link {
  color: white;
  height: 30px;
  left: 60px;
  position: absolute;
  transform: translateY(-150%);
  transition: transform 0.3s;
  z-index: 10;
}
.peytz-invert-colors .skip-to-content-link {
  color: #000000;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

strong {
  font-weight: 700;
}

@font-face {
  font-family: "Manrope";
  src: url("//6032098.fs1.hubspotusercontent-na1.net/hubfs/6032098/raw_assets/public/peytz-theme/fonts/Manrope/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("//6032098.fs1.hubspotusercontent-na1.net/hubfs/6032098/raw_assets/public/peytz-theme/fonts/Manrope/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Manrope";
  src: url("//6032098.fs1.hubspotusercontent-na1.net/hubfs/6032098/raw_assets/public/peytz-theme/fonts/Manrope/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Manrope";
  src: url("//6032098.fs1.hubspotusercontent-na1.net/hubfs/6032098/raw_assets/public/peytz-theme/fonts/Manrope/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Manrope";
  src: url("//6032098.fs1.hubspotusercontent-na1.net/hubfs/6032098/raw_assets/public/peytz-theme/fonts/Manrope/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Manrope";
  src: url("//6032098.fs1.hubspotusercontent-na1.net/hubfs/6032098/raw_assets/public/peytz-theme/fonts/Manrope/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Manrope";
  src: url("//6032098.fs1.hubspotusercontent-na1.net/hubfs/6032098/raw_assets/public/peytz-theme/fonts/Manrope/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: peytz;
  src: url("//6032098.fs1.hubspotusercontent-na1.net/hubfs/6032098/raw_assets/public/peytz-theme/fonts/peytz-v2/fonts/peytz.ttf") format("truetype"), url("//6032098.fs1.hubspotusercontent-na1.net/hubfs/6032098/raw_assets/public/peytz-theme/fonts/peytz-v2/fonts/peytz.woff") format("woff"), url("//6032098.fs1.hubspotusercontent-na1.net/hubfs/6032098/raw_assets/public/peytz-theme/fonts/peytz-v2/fonts/peytz.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.dnd-section {
  padding: 20px;
  overflow: hidden;
}

.dnd-section[class*=-force-full-width-section] {
  padding-left: 0;
  padding-right: 0;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1100px;
}

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

@media (min-width: 768px) {
  .dnd-section {
    padding: 45px;
  }
}
@media (min-width: 1200px) {
  .dnd-section {
    padding: 60px;
  }
}
h1 {
  font-size: 36px;
  line-height: 1.2;
}

h2 {
  font-size: 30px;
  line-height: 1.2;
}

h3 {
  font-size: 24px;
  line-height: 1.2;
}

h4, h5 {
  font-size: 20px;
  line-height: 1.5;
}

a {
  color: #000000;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  h1 {
    font-size: 78px;
    line-height: 1.2;
  }
  h2 {
    font-size: 50px;
    line-height: 1.18;
  }
  h3 {
    font-size: 37px;
    line-height: 1.18;
  }
  h4, h5 {
    font-size: 28px;
    line-height: 1.2;
  }
  a {
    color: #000000;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
  }
  p {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 78px;
    line-height: 1.11;
  }
  h2 {
    font-size: 56px;
    line-height: 60px;
  }
  h3 {
    font-size: 28px;
    line-height: 1.4;
  }
  h4 {
    font-size: 37px;
    line-height: 1.4;
  }
  h5 {
    font-size: 30px;
    line-height: 1.2;
  }
  p {
    font-size: 20px;
    line-height: 1.5;
  }
}
.hs-button {
  padding: 14px 24px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  border-radius: 100px;
  color: #242424;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid #242424;
}
.hs-button:hover {
  color: #0000e5;
  border: 1px solid #0000e5;
}
.hs-button--secondary {
  color: #ffffff;
  border: none !important;
  background-color: #0000e5;
}
.hs-button--secondary:hover {
  color: #ffffff;
  background-color: #0000d1;
  border: none;
}

@media (min-width: 768px) {
  .hs-button {
    min-width: 180px;
    text-align: center;
  }
}
/* Default form container */
.dnd-section:has(.widget-type-form) {
  background-color: #ffffff;
}

.widget-type-form {
  max-width: 812px;
  margin: auto;
}

/* Form */
form {
  font-family: "Manrope";
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form ul {
  list-style: none;
  padding-left: 0;
}

/* Form Title */
.form-title {
  font-size: 37px;
  line-height: 1.4;
  color: #242424;
}

/* Labels */
.hs-search-field label {
  display: none;
}

form label {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-size: 16px;
  line-height: 1.7;
  padding-top: 0;
  margin: 1rem 0 0.75rem 0;
  text-align: left;
  width: auto;
}

/* Help text - legends */
form legend {
  color: #c4c4c4;
  font-size: 18px;
  line-height: 1.5;
}

/* Inputs */
.input {
  position: relative;
  margin-right: 13px !important;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #f4f4f4;
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  padding: 14px 20px;
  min-width: 100%;
  width: 100%;
  appearance: none;
  border: none;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline-color: transparent;
  transition: outline-color 0.2s ease-in-out;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=file]:hover,
select:hover,
textarea:hover {
  outline: 1px solid #c4c4c4;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #747474;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=file]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #747474;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #747474;
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=file]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #747474;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=file]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #747474;
  opacity: 1;
}

textarea {
  padding-top: 1rem;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: 1px solid #0000e5 !important;
}

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

form .hs-field-desc {
  margin: 20px 0 10px 0;
  font-size: 20px;
  line-height: 1.5;
}

.hs-form-radio-display,
.hs-form-checkbox-display,
.hs-form-booleancheckbox-display {
  display: inline-flex;
}
.hs-form-radio-display input,
.hs-form-checkbox-display input,
.hs-form-booleancheckbox-display input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  min-width: 28px;
  height: 28px;
  border-radius: 4px;
  margin-right: 13px;
  position: relative;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #0000e5;
}
.hs-form-radio-display input:checked,
.hs-form-checkbox-display input:checked,
.hs-form-booleancheckbox-display input:checked {
  display: inline-flex;
  justify-content: center;
  background-color: #0000e5;
  border: solid 1px #0000e5;
}
.hs-form-radio-display input:checked:before,
.hs-form-checkbox-display input:checked:before,
.hs-form-booleancheckbox-display input:checked:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "peytz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  color: #ffffff;
  position: absolute;
  top: calc(50% - 8px);
  font-size: 16px !important;
  color: #ffffff;
  align-self: center;
}

.hs-form-radio-display,
.hs-form-checkbox-display {
  font-size: 16px;
  line-height: 1.5;
}

/* GDPR */
form .legal-consent-container {
  margin-top: 16px;
}
form .legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 16px;
  line-height: 1.5;
}
form .legal-consent-container .hs-form-booleancheckbox-display span {
  width: 100%;
}

.hs_recaptcha {
  margin: 16px auto 0;
}

.legal-consent-container,
.hs_error_rollup {
  width: 100%;
  margin: auto;
}
.legal-consent-container label,
.hs_error_rollup label {
  display: inline-block;
}
.legal-consent-container p,
.hs_error_rollup p {
  font-size: 0.875rem;
  text-align: left;
}
.legal-consent-container a,
.hs_error_rollup a {
  text-decoration: underline;
}

.hs_error_rollup {
  color: #c4c4c4;
}
.hs_error_rollup a {
  color: #c4c4c4;
}

.legal-consent-container {
  color: #000000;
}
.legal-consent-container a {
  color: #0000e5;
  font-weight: bold;
}

/* Validation */
.hs-form-required {
  color: #d35454;
}

.hs-input.invalid.error {
  outline: 1px solid #d35454;
}

.hs-error-msgs {
  color: #d35454;
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
  padding-left: 0;
  font-weight: 400;
}
.hs-error-msgs label {
  display: block;
}

/* Submit button */
form .hs-submit {
  order: 9;
  margin: 10px auto;
  width: 100%;
  border-radius: 5px;
  text-align: right;
  border: none !important;
}

form input[type=submit],
form .hs-button {
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 9;
  margin: 1rem auto;
  width: fit-content;
  min-width: 180px;
  padding: 14px 24px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  border-radius: 100px;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #ffffff;
  border: none !important;
  font-weight: 500;
  border: none !important;
  background-color: #0000e5;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  color: #ffffff;
  background-color: #183fc6;
}

form input[type=submit]:active,
form .hs-button:active {
  color: #ffffff;
  outline-style: inset;
  outline-color: #c4c4c4;
}

/* Thank you message */
.submitted-message {
  font-size: 28px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  form input[type=submit],
  form .hs-button {
    min-height: 55px;
    padding: 14px 24px;
    margin: 0;
  }
  form .hs-field-desc {
    margin: 30px 0 20px 0;
    font-size: 28px;
  }
  form li {
    max-height: 40px;
    margin: 10px 0;
  }
  .hs-form-radio-display input,
  .hs-form-checkbox-display input,
  .hs-form-booleancheckbox-display input {
    padding: 0;
  }
  .hs-form-radio-display span,
  .hs-form-checkbox-display span,
  .hs-form-booleancheckbox-display span {
    align-self: center;
  }
  .hs-form-radio-display,
  .hs-form-checkbox-display {
    font-size: 25px;
    line-height: 1.4;
  }
  form label {
    margin: 0 0 10px;
  }
  /* GDPR */
  form .legal-consent-container {
    font-size: 16px;
    line-height: 1.5;
  }
  form .legal-consent-container p {
    font-size: 16px;
    line-height: 1.5;
  }
  form .legal-consent-container li {
    margin-bottom: 40px;
  }
  form .legal-consent-container .hs-form-booleancheckbox-display {
    width: 100%;
  }
  form .legal-consent-container .hs-form-booleancheckbox-display p {
    font-size: 16px;
    line-height: 1.5;
  }
  fieldset {
    font-size: 28px;
    line-height: 1.4;
  }
  /* Form Title */
  .form-title {
    font-size: 56px;
    line-height: 60px;
    padding: 0 0 50px 0;
  }
}
@media (min-width: 1300px) {
  form {
    gap: 30px;
  }
}
.header {
  position: fixed;
  display: block;
  padding: 20px;
  width: 100%;
  z-index: 50;
  min-height: 80px;
  transition: 0.5s all ease;
  font-weight: 500;
}
.peytz-invert-colors .header {
  color: #ffffff;
}
.header__add-background-color {
  background-color: #ffffff;
  color: #000000;
}
.peytz-invert-colors .header__add-background-color {
  color: #000000;
}
.header__container {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 100%;
  font-family: "Manrope";
}
.header__logo {
  display: flex;
  font-size: 30px;
  line-height: 38px;
  z-index: 13;
}
.header__logo__main {
  transition: none;
  text-decoration: none;
}
.header__logo__main:hover {
  text-decoration: none;
}
.header__logo__main:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "peytz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 45px;
  transition: color 0.2s;
}
.peytz-invert-colors .header__logo__main:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "peytz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  color: #ffffff;
}
.peytz-invert-colors .header__add-background-color .header__logo__main:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "peytz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  color: #000000;
}
.header__menu-toggle {
  display: block;
  height: 30px;
  width: 30px;
  margin-right: -10px;
  padding: 8px 10px;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  box-sizing: content-box;
  z-index: 13;
}
.header__menu-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000000;
  border-radius: 2px;
  transform-origin: center;
  transition: all 0.2s;
}
.header__menu-toggle span:first-child {
  transform: translateY(-6px);
}
.header__menu-toggle span:nth-child(2) {
  opacity: 1;
}
.header__menu-toggle span:last-child {
  transform: translateY(6px);
}
.peytz-invert-colors .header__menu-toggle span {
  background-color: #ffffff;
}
.peytz-invert-colors .header__add-background-color .header__menu-toggle span {
  background-color: #000000;
}
.header__search-close {
  display: none;
  margin-top: 6px;
  padding: 6px;
  height: 30px;
  width: 30px;
  border: 0;
  background: none;
  background-color: #000000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 15;
}
.header__search-close span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  transform-origin: center;
  transition: all 0.2s;
  background-color: #ffffff;
}
.header__search-close span:first-child {
  transform: translateY(1px) rotate(-135deg);
}
.header__search-close span:last-child {
  transform: translateY(-1px) rotate(135deg);
}
.header__search-close--desktop {
  display: none;
}
.header__body {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 82px;
  padding: 10px 20px 125px;
  height: calc(100vh - 82px);
  width: 100%;
  z-index: 50;
  overflow: scroll;
  background-color: #ffffff;
}
.header__menu {
  display: none;
  justify-content: space-between;
  flex-grow: 1;
  order: 2;
}
.header__menu--base {
  display: flex;
}
.header__menu--base li.hs-menu-depth-1 {
  margin-bottom: 20px;
}
.header__menu--base .hs-menu-children-wrapper {
  display: block;
}
.header__menu--base .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {
  font-size: 16px;
  line-height: 30px;
}
.header__menu--space {
  display: none;
}
.header__menu.header__menu--base {
  order: 1;
  flex-grow: 0;
  margin-bottom: 20px;
}
.header__menu.header__menu--base ul li a {
  font-size: 36px;
  line-height: 1.7;
}
.header__menu ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.header__menu ul li {
  list-style: none;
  line-height: 1;
  opacity: 0;
  will-change: auto;
}
.header__menu ul li.hs-menu-depth-1.active-branch > a {
  font-family: "Manrope";
  font-weight: 800;
}
.header__menu ul li.hs-menu-depth-2.active-branch a {
  font-family: "Manrope";
  font-weight: 600;
  color: #0000e5;
}
.header__menu ul li a {
  display: block;
  margin-left: 0;
  padding: 2px 20px 2px 0;
  font-size: 25px;
  line-height: 1.4;
  text-decoration: none;
}
.header__menu ul li a:hover {
  text-decoration: none;
  color: #0000e5;
}
.header__menu ul li a:hover .peytz-invert-colors {
  color: #ffffff;
}
.header__service-menu {
  order: 3;
}
.header__service-menu ul {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding: 0;
}
.header__service-menu ul li {
  list-style: none;
  line-height: 1;
}
.header__service-menu ul li.active-branch > a {
  font-family: "Manrope";
  font-weight: 800;
}
.header__service-menu ul li a {
  display: block;
  padding: 10px 20px 5px 0;
  font-size: 20px;
  text-decoration: none;
}
.header__service-menu ul li a:hover {
  text-decoration: none;
  color: #0000e5;
}
.header__service-menu ul li a:hover .peytz-invert-colors {
  color: #ffffff;
}
.header__search-open {
  position: relative;
  display: none;
  width: 20px;
  height: 20px;
  z-index: 99;
}
.header__search-open__button {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  order: 1;
  border: 0;
  background: none;
  cursor: pointer;
  box-sizing: content-box;
  z-index: 99;
}
.header__search-open__button:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "peytz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #000000;
  font-size: 20px;
  left: 10px;
  top: 10px;
  transition: color 0.2s;
}
.peytz-invert-colors .header__search-open__button:before {
  color: #ffffff;
}
.header__search-open__button:hover:before {
  color: #0000e5;
}
.peytz-invert-colors .header__search-open__button:hover:before {
  color: #ffffff;
}
.header__search-mobile {
  display: block;
  margin-bottom: 20px;
}
.header__search-mobile.hs-search-field input {
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.header__search-mobile.hs-search-field .hs-search-field__submit:before {
  color: #000000;
}
.header__search-mobile.hs-search-field .hs-search-field__submit:hover:before {
  color: #bdcad1;
}
.header__search-overlay {
  display: none;
}
.header.is-open {
  background-color: #ffffff;
}
.header.is-open .header__logo__main {
  color: #000000;
  transition: none;
}
.header.is-open .header__logo__main:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "peytz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  color: #000000;
}
.header.is-open .header__body {
  display: flex;
}
@keyframes FadeIn {
  0% {
    transform: translateX(-5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.header.is-open .header__menu li:nth-child(1n) {
  animation: FadeIn 0.15s ease-in-out;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}
.header.is-open .header__menu li:nth-child(2n) {
  animation: FadeIn 0.15s ease-in-out;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.header.is-open .header__menu li:nth-child(3n) {
  animation: FadeIn 0.15s ease-in-out;
  animation-delay: 0.45s;
  animation-fill-mode: forwards;
}
.header.is-open .header__menu li:nth-child(4n) {
  animation: FadeIn 0.15s ease-in-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
.header.is-open .header__menu li:nth-child(5n) {
  animation: FadeIn 0.15s ease-in-out;
  animation-delay: 0.75s;
  animation-fill-mode: forwards;
}
.header.is-open .header__menu li:nth-child(6n) {
  animation: FadeIn 0.15s ease-in-out;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
}
.header.is-open .header__menu li:nth-child(7n) {
  animation: FadeIn 0.15s ease-in-out;
  animation-delay: 1.05s;
  animation-fill-mode: forwards;
}
.header.is-open .header__menu li:nth-child(8n) {
  animation: FadeIn 0.15s ease-in-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
.header.is-open .header__menu li:nth-child(9n) {
  animation: FadeIn 0.15s ease-in-out;
  animation-delay: 1.35s;
  animation-fill-mode: forwards;
}
.header.is-open .header__menu li:nth-child(10n) {
  animation: FadeIn 0.15s ease-in-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
.header.is-open .header__menu-toggle > span:first-child {
  transform: translateY(2px);
}
.header.is-open .header__menu-toggle > span:nth-child(2) {
  opacity: 0;
}
.header.is-open .header__menu-toggle > span:last-child {
  transform: translateY(-2px);
}
.peytz-invert-colors .header.is-open .header__menu-toggle > span {
  background-color: #000000;
}
.header.search-is-open .header__search-overlay {
  display: flex;
}
.header.search-is-open .header__search-open__button {
  display: none;
}
.header.mobile-search-active .header__menu, .header.mobile-search-active .header__service-menu, .header.mobile-search-active .header__menu-toggle {
  display: none;
}
.header.mobile-search-active .header__search-close--mobile {
  display: block;
}
.header.mobile-search-active .hs-search-field input {
  color: #000000;
}
.header.mobile-search-active .hs-search-field .hs-search-field__submit:before {
  color: #0000e5;
}
.header.mobile-search-active .hs-search-field .hs-search-field__submit:hover:before {
  color: #0000e5;
}

@media (min-width: 768px) {
  .header {
    padding: 20px 40px;
  }
  .header__body {
    padding: 10px 40px 125px;
  }
}
@media (min-width: 1200px) {
  .header {
    padding: 20px 60px;
  }
  .header__add-background-color {
    padding: 20px 60px 20px;
  }
  .peytz-space-creative .header__add-background-color, .peytz-space-technology .header__add-background-color, .peytz-space-inbound .header__add-background-color, .peytz-space-cloud .header__add-background-color, .peytz-space-mail .header__add-background-color, .peytz-space-studio .header__add-background-color {
    padding: 20px 60px 0;
  }
  .peytz-space-creative .header__add-background-color .header__menu.header__menu--base, .peytz-space-technology .header__add-background-color .header__menu.header__menu--base, .peytz-space-inbound .header__add-background-color .header__menu.header__menu--base, .peytz-space-cloud .header__add-background-color .header__menu.header__menu--base, .peytz-space-mail .header__add-background-color .header__menu.header__menu--base, .peytz-space-studio .header__add-background-color .header__menu.header__menu--base {
    transform: translateX(-20px);
  }
  .peytz-space-creative .header__add-background-color .header__menu.header__menu--base li:not(.active-branch) a, .peytz-space-technology .header__add-background-color .header__menu.header__menu--base li:not(.active-branch) a, .peytz-space-inbound .header__add-background-color .header__menu.header__menu--base li:not(.active-branch) a, .peytz-space-cloud .header__add-background-color .header__menu.header__menu--base li:not(.active-branch) a, .peytz-space-mail .header__add-background-color .header__menu.header__menu--base li:not(.active-branch) a, .peytz-space-studio .header__add-background-color .header__menu.header__menu--base li:not(.active-branch) a {
    padding: 0;
    margin: 0;
    max-width: 0;
    opacity: 0;
  }
  .peytz-space-creative .header__add-background-color .header__service-menu, .peytz-space-technology .header__add-background-color .header__service-menu, .peytz-space-inbound .header__add-background-color .header__service-menu, .peytz-space-cloud .header__add-background-color .header__service-menu, .peytz-space-mail .header__add-background-color .header__service-menu, .peytz-space-studio .header__add-background-color .header__service-menu {
    transform: translateY(-70px);
  }
  .header__add-background-color .header__menu.header__menu--space li a {
    padding: 0 10px;
    line-height: 20px;
    height: 22px;
  }
  .peytz-space-creative .header__add-background-color .header__menu.header__menu--space {
    transform: translate(94px, -28px);
  }
  .peytz-space-technology .header__add-background-color .header__menu.header__menu--space {
    transform: translate(132px, -28px);
  }
  .peytz-space-cloud .header__add-background-color .header__menu.header__menu--space {
    transform: translate(67px, -28px);
  }
  .peytz-space-studio .header__add-background-color .header__menu.header__menu--space {
    transform: translate(75px, -28px);
  }
  .header__menu-toggle {
    display: none;
  }
  .header__search-close {
    position: absolute;
    top: 25px;
    right: 0;
  }
  .header__search-close--mobile {
    display: none;
  }
  .header__search-close--desktop {
    display: block;
  }
  .header__body {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    height: auto;
    top: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    flex-wrap: wrap;
    transform: translateY(0);
    transition: all 0.5s ease;
    background-color: transparent;
  }
  .header__menu {
    order: 4;
  }
  .peytz-invert-colors .header__menu li a {
    color: #ffffff;
  }
  .header__add-background-color .header__menu li a {
    color: #000000;
  }
  .peytz-invert-colors .header__add-background-color .header__menu li a {
    color: #000000;
  }
  .header__menu--space {
    display: flex;
    flex-grow: 0;
    width: 100%;
    transform: translate(0, 0);
    transition: all 0.5s ease;
  }
  .header__menu--space .hs-menu-children-wrapper {
    display: none;
  }
  .header__menu--space li.active-branch .hs-menu-children-wrapper {
    display: flex;
  }
  .header__menu--space .hs-menu-depth-1 > a {
    display: none;
  }
  .header__menu.header__menu--base {
    margin-bottom: 0;
    flex-grow: 1;
    order: 1;
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease, opacity 0.1s ease;
  }
  .header__menu.header__menu--base .hs-menu-children-wrapper {
    display: none !important;
  }
  .header__menu.header__menu--base ul {
    padding-left: 20px;
  }
  .header__menu.header__menu--base ul li {
    margin-bottom: 0;
  }
  .header__menu.header__menu--base ul li a {
    max-width: 200px;
    margin-left: 8px;
    padding: 0 10px;
    font-size: 24px;
    opacity: 1;
  }
  .header__menu--creative, .header__menu--technology, .header__menu--inbound, .header__menu--cloud, .header__menu--mail, .header__menu--studio {
    width: 100%;
  }
  .header__menu ul {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
  }
  .header__menu ul li {
    opacity: 1;
  }
  .header__menu ul li a {
    margin-left: 10px;
    padding: 10px;
    font-size: 16px;
    transition: all 0.5s ease;
  }
  .header__service-menu {
    display: flex;
    flex-grow: 1;
    width: 0;
    justify-content: flex-end;
    align-items: center;
    order: 2;
    transform: translateY(0);
    transition: all 0.5s ease;
  }
  .header__service-menu ul {
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    margin-right: -20px;
    padding-left: 20px;
  }
  .header__service-menu ul li a {
    padding: 10px;
    font-size: 14px;
  }
  .peytz-invert-colors .header__service-menu ul li a {
    color: #ffffff;
  }
  .peytz-invert-colors .header__add-background-color .header__service-menu ul li a {
    color: #000000;
  }
  .header__search-overlay {
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    padding: 37px 60px 120px;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 229, 0.95);
    z-index: 70;
    overflow: auto;
  }
  .header__search-overlay__wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
  }
  .header__search-overlay .hs-search-field input {
    height: 90px;
    width: 50vw;
    max-width: 850px;
    padding-right: 90px;
    font-size: 30px;
    text-indent: 40px;
    border-radius: 45px;
  }
  .header__search-overlay .hs-search-field__submit {
    width: 34px;
    height: 38px;
    right: 40px;
    top: calc(50% - 20px);
  }
  .header__search-overlay .hs-search-field__submit:before {
    font-size: 35px;
  }
  .header__search-overlay .hs-search-field__suggestions {
    margin: 30px 0 0 0;
    padding: 0 0 0 36px;
  }
  .header__search-open {
    display: flex;
    order: 3;
    margin-left: 40px;
  }
  .header__search-open__button {
    padding: 10px;
    left: -10px;
  }
  .header__search-open__button:before {
    position: absolute;
  }
  .header__search-mobile {
    display: none;
  }
}
.footer {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ebe8e3;
}
.footer__container {
  max-width: 1440px;
  margin: auto;
}
.footer section {
  display: flex;
  flex-direction: column;
}
.footer__contacts {
  padding-bottom: 30px;
  border-bottom: 1px solid #747474;
}
.footer__logo h2 {
  font-size: 30px;
  line-height: 1.5;
  font-family: "Manrope";
  font-weight: 600;
}
.footer__address {
  margin-top: 30px;
}
.footer__address h3 {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Manrope";
}
.footer__address p, .footer__address a {
  font-size: 16px;
  line-height: 1.5;
  white-space: pre;
}
.footer__services {
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
.footer__menu {
  margin: 10px 0px;
  display: flex;
}
.footer__menu h3 {
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  font-family: "Manrope";
  font-weight: 600;
}
.footer__menu h4 {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Manrope";
  margin-top: 30px;
}
.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menu ul a {
  color: #242424;
  font-size: 16px;
  line-height: 1.5;
}
.footer__menu ul a:hover {
  text-decoration: underline;
}
.footer__menu__title-link:hover {
  text-decoration: none;
}
.footer__bottom {
  margin-top: 40px;
}
.footer__bottom h4 {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Manrope";
}
.footer__bottom ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.footer__bottom ul li {
  margin-left: 15px;
}
.footer__bottom ul li:before {
  content: "•";
  font-weight: bold;
  display: inline-block;
  position: relative;
  left: -5px;
}
.footer__bottom ul li:first-child {
  margin-left: 0;
}
.footer__bottom ul li:first-child:before {
  display: none;
}
.footer__bottom ul a {
  font-size: 16px;
  line-height: 1.5;
}
.footer__copyright {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer section {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer__address, .footer__menu {
    width: 50%;
    box-sizing: border-box;
  }
  .footer__bottom {
    justify-content: space-between;
  }
  .footer__copyright {
    margin-top: 0;
    padding-top: 32px;
  }
}
@media (min-width: 1200px) {
  .footer {
    position: relative;
    padding: 80px 87px 44px;
  }
  .peytz-space-base.peytz-page-homepage .footer {
    margin-top: 0;
  }
  .footer section {
    flex-direction: row;
  }
  .footer__contacts {
    padding-bottom: 90px;
  }
  .footer__menu {
    width: 25%;
    box-sizing: border-box;
    margin: 40px 0px;
  }
  .footer__address {
    width: 20%;
    margin-top: 0px;
    box-sizing: border-box;
  }
  .footer__address h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .footer__address p, .footer__address a {
    font-size: 20px;
    line-height: 1.5;
  }
  .footer__menu {
    margin: 60px 0px;
  }
  .footer__menu h3 {
    font-size: 36px;
    line-height: 1.5;
  }
  .footer__menu h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 40px;
  }
  .footer__menu ul a {
    color: #242424;
    font-size: 20px;
    line-height: 1.5;
  }
  .footer__socials {
    display: flex;
  }
  .footer__bottom {
    margin-top: 40px;
    justify-content: space-between;
  }
  .footer__bottom h4 {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
  }
  .footer__bottom ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
  }
  .footer__bottom ul li {
    color: #242424;
    margin-left: 15px;
  }
  .footer__bottom ul li:before {
    content: "•";
    font-weight: bold;
    display: inline-block;
    position: relative;
    left: -5px;
  }
  .footer__copyright {
    margin: 0;
    padding-top: 0;
  }
  .footer__copyright p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.hero {
  position: relative;
  display: block;
  padding: 100px 20px 50px;
  margin: auto;
  color: #242424;
  box-sizing: content-box;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.peytz-space-base .hero {
  color: #242424;
  background-color: transparent;
}
.peytz-space-base .hero.hero-scrolled {
  color: #0000e5;
  background-color: transparent;
}
.hero--background {
  position: relative;
  height: 100%;
  min-height: 420px;
  max-height: 100dvh;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 16/9;
}
.hero--background .hero__body {
  height: 100%;
  justify-content: end;
}
.hero__background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__background-video__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__body {
  position: relative;
  word-break: break-word;
}
.hero__title {
  white-space: pre-line;
  font-weight: 500;
}
.hero__title--medium {
  font-size: 28px;
  line-height: 1.4;
}
.hero__title--large {
  font-size: 28px;
  line-height: 1.4;
}
.hero__title--huge {
  font-size: 40px;
  line-height: 1.2;
}
.hero__text-container {
  margin-top: 14px;
}
.hero__text-container p {
  white-space: pre-line;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.hero__opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
}
.hero__opacity--dark {
  background-color: #242424;
}
.hero__fixed-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
  overflow-y: scroll;
}
.hero__fixed-form__content {
  width: 100%;
  min-height: 100%;
  padding: 40px 20px 80px;
  background: #ffffff;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  box-shadow: 0px 0px 60px -6px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.hero__fixed-form__content > * {
  max-width: 935px;
}
.hero__fixed-form__content textarea {
  resize: vertical;
  min-height: 75px;
}
.hero__fixed-form__close-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__fixed-form__close {
  border-radius: 999px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.hero__fixed-form__close:hover::after, .hero__fixed-form__close:hover::before {
  background: rgb(38.25, 38.25, 38.25);
}
.hero__fixed-form__close::after, .hero__fixed-form__close::before {
  content: "";
  display: block;
  position: absolute;
  background: #000000;
  transform: rotate(45deg);
  transition: 200ms;
}
.hero__fixed-form__close::after {
  width: 1px;
  height: 40px;
  top: 10px;
  left: 30px;
}
.hero__fixed-form__close::before {
  height: 1px;
  width: 40px;
  top: 30px;
  left: 10px;
}
.hero__title-button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 768px) {
  .hero {
    padding: 130px 40px 70px;
  }
  .hero__body {
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: 1100px;
    margin: auto;
    text-align: left;
  }
  .hero__fixed-form__content {
    width: 80%;
    max-width: 1280px;
    min-height: 80%;
    margin: 10vh auto;
    padding: 40px 20px;
  }
  .hero__title--medium {
    font-size: 56px;
    line-height: 60px;
  }
  .hero__title--large {
    margin: 0;
    font-size: 78px;
    line-height: 1.11;
  }
  .hero__title--huge {
    margin: 0;
    font-size: 116px;
    line-height: 1.2;
  }
  .hero__text-container {
    margin-top: 60px;
  }
  .hero__text-container p {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  .hero {
    padding: 230px 60px 90px;
  }
  .hero--background {
    min-height: 640px;
  }
  .hero__body {
    padding: 0;
  }
  .hero__title-button-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
}
.video__iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
.video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.video__overlay:hover .video__icon {
  transform: scale(1.05);
}
.video__body {
  max-width: 500px;
  padding: 30px 20px;
  text-align: center;
}
.video__icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.peytz-space-base .video__icon {
  background-color: #242424;
}
.video__icon:before {
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #ffffff;
  height: 0px;
  width: 0px;
}
.video__text {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Manrope";
  font-weight: 500;
}

@media (min-width: 768px) {
  .video__icon {
    width: 186px;
    height: 186px;
  }
  .video__icon:before {
    left: 102px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 60px solid #ffffff;
  }
  .video__text {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.2;
  }
}
.heading {
  margin: auto;
  margin-bottom: 20px;
}
.heading__outer--right {
  text-align: left;
}
.heading__outer--right--max_width, .heading__outer--right--full_width {
  width: 100%;
}
.heading__outer--center {
  text-align: center;
}
.heading__outer--center--max_width, .heading__outer--center--full_width {
  width: 100%;
}
.heading__label {
  font-size: 25px;
  line-height: 1.4;
  padding-bottom: 20px;
  color: #747474;
}
.heading__label--medium {
  font-size: 20px;
  line-height: 1.5;
}
.heading__label--small {
  font-size: 16px;
  line-height: 1.5;
}
.heading__label--blue {
  color: #0000e5;
}
.heading__text {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #242424;
}
.heading__text--white_background {
  color: #242424;
}
.heading__text--large {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}
.heading__text--dark-blue {
  color: #0000e5;
}
.heading__text--white {
  color: #ffffff;
}

@media (min-width: 768px) {
  .heading__outer--left {
    text-align: left;
  }
  .heading__outer--left--max_width {
    width: 100%;
    max-width: 735px;
    margin: 0 auto;
  }
  .heading__outer--left--full_width {
    width: 100%;
    margin: 0 auto 0 0;
  }
  .heading__outer--right {
    text-align: right;
  }
  .heading__outer--right--max_width {
    width: 100%;
    max-width: 735px;
    margin: 0 auto;
    padding-right: 8px;
  }
  .heading__outer--right--full_width {
    width: 100%;
    margin: 0;
  }
  .heading__outer--center {
    text-align: center;
  }
  .heading__outer--center--full_width {
    width: 100%;
    position: relative;
    margin: auto;
  }
  .heading__outer--center--max_width {
    max-width: 735px;
    margin: 0 auto;
  }
  .heading__label--medium {
    font-size: 25px;
    line-height: 1.4;
  }
  .heading__label--small {
    font-size: 20px;
    line-height: 1.5;
  }
  .heading__text {
    padding-bottom: 0px;
  }
  .heading__text--extra_small {
    font-size: 20px;
    line-height: 1.5;
  }
  .heading__text--small {
    font-size: 25px;
    line-height: 1.4;
  }
  .heading__text--medium {
    font-size: 30px;
    line-height: 1.4;
  }
  .heading__text--large {
    font-size: 70px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .heading__outer--left {
    text-align: left;
  }
  .heading__outer--left--max_width {
    width: 735px;
    margin: 0 auto;
  }
  .heading__outer--left--full_width {
    width: 100%;
    margin: 0 auto;
  }
  .heading__outer--right {
    text-align: right;
  }
  .heading__outer--right--max_width {
    width: 735px;
    margin: 0 60px 0 auto;
  }
  .heading__outer--right--full_width {
    width: 100%;
    margin: 0;
  }
  .heading__outer--center {
    text-align: center;
  }
  .heading__outer--center--full_width {
    width: 100%;
    position: relative;
    margin: auto;
  }
  .heading__outer--center--max_width {
    width: 735px;
    margin: 0 auto;
  }
}
.stats {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.stats__stat {
  display: block;
  padding: 20px 0;
  width: 100%;
}
.stats__stat__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  color: #242424;
}
.stats__stat__subtext {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #242424;
}
.stats__stat__column__text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  color: #747474;
}
.stats__stat--white-background .stats__stat__column__text {
  color: #242424;
}

@media (min-width: 768px) {
  .stats {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .stats__stat {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .stats__stat--full-width {
    width: 100%;
  }
  .stats__stat--multiple-columns, .stats__stat--columns-2, .stats__stat--columns-3, .stats__stat--columns-4 {
    width: 50%;
  }
  .stats__stat__title {
    font-size: 70px;
    line-height: 1.3;
  }
  .stats__stat__subtext {
    font-size: 24px;
    line-height: 1.3;
  }
  .stats__stat__column__text {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .stats__stat {
    padding: 0 20px;
  }
  .stats__stat--full-width {
    width: 100%;
  }
  .stats__stat--multiple-columns {
    max-width: 20%;
  }
  .stats__stat--columns-2 {
    max-width: 50%;
  }
  .stats__stat--columns-3 {
    max-width: 33.3333333333%;
  }
  .stats__stat--columns-4 {
    max-width: 25%;
  }
}
.cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cards__card {
  width: 100%;
  position: relative;
}
.cards__card__link {
  text-decoration: none;
  display: block;
  line-height: 0;
}
.cards__card__link:hover .cards__card__title {
  text-decoration: underline;
}
.cards__card__link .cards__card__title {
  margin-top: 12px;
}
.cards__card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cards__card__image--small {
  height: 200px;
  object-fit: cover;
}
.cards__card__body {
  padding: 10px 0;
  color: #242424;
}
.cards__card__body--white-background {
  color: #242424;
}
.cards__card__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.cards__card__text {
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #242424;
}
.cards__card__label {
  padding: 10px 18px;
  background-color: #0000e5;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  border-radius: 100px;
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 16px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 30px;
  }
  .cards__card__image {
    width: 100%;
    max-width: 600px;
    height: 345px;
  }
  .cards__card__image--small {
    width: 100%;
    max-width: 389px;
    height: 220px;
    object-fit: cover;
  }
  .cards__card__body {
    display: flex;
    flex-direction: column;
    padding: 12px 0 0;
    flex-grow: 1;
  }
  .cards__card__title {
    font-size: 28px;
    line-height: 1.4;
  }
  .cards__card__text {
    font-size: 18px;
    line-height: 1.5;
  }
  .cards__card__label {
    top: 20px;
    left: 20px;
  }
  .cards--three_columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cards--three_columns .cards__card__title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
  }
  .cards--three_columns .cards__card__body {
    padding: 0 0;
  }
  .cards--three_columns .cards__card__image {
    width: 100%;
    max-width: 389px;
    height: 220px;
    object-fit: cover;
  }
}
.newsletter {
  max-width: 812px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter form {
  display: flex;
  flex-wrap: wrap;
}
.newsletter form .hs-email {
  flex-grow: 1;
}
.newsletter form .hs-submit {
  margin: auto;
  margin-top: 1rem;
  flex-grow: 1;
}
.newsletter form .hs-submit .actions {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.newsletter form .hs-submit .actions:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "peytz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #000000;
  position: absolute;
  right: 30px;
  top: 35%;
  z-index: 10;
}
.newsletter form .hs-submit .actions:hover, .newsletter form .hs-submit .actions:active, .newsletter form .hs-submit .actions:focus {
  background-color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.newsletter form .hs-submit .actions:hover:before, .newsletter form .hs-submit .actions:active:before, .newsletter form .hs-submit .actions:focus:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "peytz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: white;
  z-index: 100;
}
.newsletter form .hs-button {
  min-height: 52px;
  font-size: 20px;
  margin: 0;
}

@media (min-width: 768px) {
  .newsletter form {
    flex-direction: inherit;
  }
  .newsletter form .hs-email {
    flex-grow: 4;
    width: 75%;
  }
  .newsletter form .hs-submit {
    flex-grow: 2;
    width: 25%;
  }
  .newsletter form .hs-submit .actions {
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .newsletter form .hs-submit .actions:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "peytz" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    color: #000000;
    position: absolute;
    right: 30px;
    top: 42%;
    z-index: 10;
  }
  .newsletter form .hs-button {
    min-height: 72px;
    text-align: left;
    font-size: 28px;
    margin: 0;
    padding-left: 1rem;
    border-left: none;
  }
}
@media (min-width: 1200px) {
  .newsletter .hs-submit {
    flex-grow: 1;
    width: 20%;
  }
  .newsletter .hs-email {
    flex-grow: 4;
    width: 80%;
  }
}
.usp-cards {
  display: flex;
  flex-direction: column;
}
.usp-cards__card {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  width: 100%;
  min-height: 100%;
  background-clip: content-box;
}
.usp-cards__card--white {
  background-color: #ffffff;
  color: #242424;
}
.usp-cards__card--white .usp-cards__card__body {
  background-color: #ffffff;
  color: #242424;
}
.usp-cards__card--white .usp-cards__card__arrow:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "peytz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #0000e5;
}
.usp-cards__card--white .usp-cards__card__text {
  font-weight: 500;
}
.usp-cards__card__body {
  flex-grow: 1;
  padding: 20px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #0000e5;
}
.usp-cards__card__top-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.usp-cards__card__link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.usp-cards__card__link:hover {
  text-decoration: none;
}
.usp-cards__card__link:hover .usp-cards__card__arrow {
  transform: translateX(10px);
}
.usp-cards__card__arrow {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transform: translateX(0);
}
.usp-cards__card__arrow:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "peytz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #ffffff;
  font-size: 16px;
}
.usp-cards__card__title {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Manrope";
  font-weight: 500;
  margin-bottom: 35px;
}
.usp-cards__card__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.usp-cards .icon-right-arrow {
  display: inline-block;
  max-width: 45px;
}

@media (min-width: 768px) {
  .usp-cards {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .usp-cards__card {
    padding: 20px;
    width: 50%;
  }
  .usp-cards__card__body {
    padding: 40px;
  }
  .usp-cards__card__title {
    font-size: 37px;
    line-height: 1.18;
  }
}
@media (min-width: 1700px) {
  .usp-cards__card__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
.tab-menu__tabs {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 0;
}
.tab-menu__tabs:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  height: 1px;
  opacity: 0.4;
}
.peytz-space-base .tab-menu__tabs:before {
  background-color: #242424;
}
.tab-menu__tabs:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0.5px;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  height: 1px;
  opacity: 0.4;
}
.peytz-space-base .tab-menu__tabs:after {
  background-color: #242424;
}
.tab-menu__link {
  list-style: none;
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  color: #242424;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
.peytz-space-base .tab-menu__link.current {
  color: #242424;
  border-bottom: 2px solid #242424;
}
.tab-menu__title {
  font-family: "Manrope";
  font-weight: 600;
}
.peytz-space-base .tab-menu__title {
  color: #242424;
}
.tab-menu__button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  padding: 10px;
  background-color: transparent;
  font-weight: normal;
  height: auto;
  margin: 40px auto 0;
  position: relative;
  border-radius: 5px;
  text-decoration: none;
}
.tab-menu__button:hover {
  text-decoration: none;
  color: #ffffff;
}
.peytz-space-base .tab-menu__button:hover {
  background-color: #242424;
  color: #ffffff;
}
.peytz-space-base .tab-menu__button {
  border: 1px solid #242424;
  color: #242424;
}
.tab-menu__content {
  display: none;
  padding: 15px;
  padding: 65px 30px 0;
  max-width: 1760px;
  margin: auto;
  text-align: center;
}
.tab-menu__content.current {
  display: inherit;
}
.tab-menu__content__col-1, .tab-menu__content__col-2, .tab-menu__content__col-3 {
  display: flex;
  flex-wrap: wrap;
}
.tab-menu .col__1, .tab-menu .col__2, .tab-menu .col__3 {
  width: 100%;
}

@media (min-width: 768px) {
  .tab-menu__tabs {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tab-menu__link {
    margin-left: 55px;
    margin-right: 55px;
    padding: 32px 0;
  }
  .tab-menu__title {
    margin-bottom: 40px;
  }
  .tab-menu__button {
    display: inline-block;
    padding: 25px 115px;
    max-width: 450px;
  }
  .tab-menu__content__col-1, .tab-menu__content__col-2, .tab-menu__content__col-3 {
    justify-content: left;
  }
  .tab-menu .col__1, .tab-menu .col__2, .tab-menu .col__3 {
    width: calc(50% - 86px);
    margin-left: 43px;
    margin-right: 43px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .tab-menu__content__col-1, .tab-menu__content__col-2, .tab-menu__content__col-3 {
    justify-content: center;
  }
  .tab-menu .col__1, .tab-menu .col__2, .tab-menu .col__3 {
    width: calc(33.3% - 86px);
    max-width: 400px;
  }
}
.cta__inner a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  padding: 10px;
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  border-radius: 5px;
  font-weight: normal;
  height: auto;
  margin: auto 0;
  position: relative;
  display: inline-block;
  padding: 10px 50px;
  max-width: 450px;
}
.peytz-space-base .cta__inner a {
  border: solid 1px #242424;
}
.cta__inner a:hover {
  color: #ffffff;
  text-decoration: none;
}
.peytz-space-base .cta__inner a:hover {
  background-color: #242424;
}

.cta__inner {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .cta__inner a {
    padding: 25px 115px;
  }
}
.wrapper-content-bar {
  display: flex;
  align-items: center;
  margin: auto;
}

.contact-bar {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  padding: 25px 0px;
}
.contact-bar__label-wrapper {
  margin: 0 40px 0 0;
}
.contact-bar__label {
  border-top: 1px solid #c4c4c4;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 0 0 0;
}
.contact-bar__label--white-background {
  color: #000000;
}
.contact-bar__info {
  flex: 1;
  border-top: 1px solid #c4c4c4;
  text-align: right;
}
.contact-bar__name {
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 0 0 0;
}
.contact-bar__name--white-background {
  color: #000000;
}
.contact-bar__contacts {
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
}
.contact-bar__phone {
  color: #000000;
  text-decoration: none;
}
.contact-bar__phone--white-background {
  color: #000000;
}
.contact-bar__email {
  color: #000000;
  text-decoration: none;
}
.contact-bar__email--white-background {
  color: #000000;
}

@media (min-width: 768px) {
  .wrapper-content-bar {
    max-width: 1600px;
  }
  .contact-bar__label {
    font-size: 16px;
    line-height: 1.5;
  }
  .contact-bar__info {
    flex: 1;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 18px;
    border-top: 1px solid #c4c4c4;
  }
  .contact-bar__name {
    font-size: 16px;
    line-height: 1.5;
  }
  .contact-bar__contacts {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .contact-bar {
    padding: 50px 0;
  }
  .contact-bar__label {
    font-size: 20px;
    line-height: 1.5;
  }
  .contact-bar__name {
    font-size: 20px;
    line-height: 1.5;
  }
  .contact-bar__contacts {
    font-size: 20px;
    line-height: 1.5;
  }
}
.splash-hero {
  display: block;
  width: 315px;
  padding: 100px 20px 50px;
  color: #000000;
}
.splash-hero--background {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  width: 100%;
  min-height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.splash-hero__text-container {
  padding-left: 1.3vw;
}
.splash-hero__text-container--default {
  margin-top: -9.5vw;
}
.splash-hero__text-container--small {
  margin-top: -10vw;
}
.splash-hero__text {
  white-space: pre-line;
  font-size: 6.5vw;
  line-height: 9vw;
  font-weight: 600;
}
.peytz-space-base .splash-hero__text {
  color: #242424;
}
.splash-hero__label {
  margin-top: 2vw;
  color: #000000;
  font-size: 18px;
  text-decoration: underline;
}
.splash-hero__link {
  color: #ffffff;
  text-decoration: none;
}
.splash-hero__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0px #fff inset;
  opacity: 0.3;
  transition: box-shadow 0.2s ease-in-out;
}
.splash-hero__link:hover {
  text-decoration: none;
}
.splash-hero__link:hover:after {
  box-shadow: 0 0 0 10px #fff inset;
}

@media (min-width: 768px) {
  .splash-hero {
    padding: 50px 20px 100px;
  }
  .splash-hero__body {
    max-width: 100%;
    margin-top: 0vw;
  }
  .splash-hero__text-container {
    max-width: 80vw;
  }
  .splash-hero__text-container--default {
    margin-top: -4.8vw;
  }
  .splash-hero__text-container--small {
    margin-top: -5.9vw;
  }
  .splash-hero__text {
    font-size: 3vw;
    line-height: 4vw;
  }
  .splash-hero__label {
    margin-top: 2vw;
    font-size: 25px;
  }
  .splash-hero__link:hover:after {
    box-shadow: 0 0 0 20px #fff inset;
  }
}
@media (min-width: 1200px) {
  .splash-hero--background {
    min-height: 832px;
  }
  .splash-hero__text {
    font-size: 56px;
    line-height: 60px;
  }
}
@media (min-width: 1960px) {
  .splash-hero {
    padding: 100px 20px 100px;
  }
  .splash-hero__body {
    max-width: 1500px;
    margin-top: 0vw;
    margin: auto;
  }
  .splash-hero__text-container {
    max-width: 1250px;
  }
  .splash-hero__text-container--default {
    margin: -81.4px auto auto auto;
  }
  .splash-hero__text-container--small {
    margin: -101.4px auto auto auto;
  }
  .splash-hero__label {
    margin-top: 36.8;
  }
  .splash-hero__link:hover:after {
    box-shadow: 0 0 0 20px #fff inset;
  }
}
.banner {
  display: flex;
  justify-content: center;
}
.banner__inner-wrapper {
  margin: auto;
  text-align: center;
}
.banner__inner-wrapper__image {
  width: auto;
  max-width: 100%;
}

.banners {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin: -20px;
}
.banners__multiple-inner-wrapper {
  flex: 1;
  padding: 20px;
  text-align: center;
}
.banners__multiple-inner-wrapper__images {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .banner__inner-wrapper {
    flex: 1;
  }
  .banner__inner-wrapper__image {
    max-width: 100%;
  }
  .banners {
    display: flex;
    flex-flow: row wrap;
    margin: -20px;
  }
  .banners__multiple-inner-wrapper {
    flex: 1 1 250px;
    padding: 20px;
  }
  .banners__multiple-inner-wrapper__images {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .banner__inner-wrapper {
    flex: 1;
  }
  .banners__multiple-inner-wrapper {
    padding: 8px;
  }
}
.teaser-text {
  font-size: 16px;
  line-height: 1.5;
}
.teaser-text--right, .teaser-text--left, .teaser-text--center {
  text-align: left;
}
.teaser-text--right--full-width, .teaser-text--right--max-width, .teaser-text--left--full-width, .teaser-text--left--max-width, .teaser-text--center--full-width, .teaser-text--center--max-width {
  width: 100%;
}
.teaser-text__container--white-background {
  color: #242424;
}
.teaser-text__image-wrapper {
  width: 50%;
  height: auto;
  padding: 20px 20px 0 0;
  display: flex;
  align-items: flex-end;
}
.teaser-text__photo {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.teaser-text__address {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.teaser-text__contacts {
  padding: 20px 0 0 0px;
  width: 50%;
  display: flex;
  flex-flow: column nowrap;
  align-self: flex-end;
  height: 100%;
}
.teaser-text__contacts__name {
  font-size: 24px;
  line-height: 1.2;
}
.teaser-text__contacts__name--white-background {
  color: #0000e5;
}
.teaser-text__contacts__position {
  font-size: 16px;
  line-height: 1.5;
}
.teaser-text__contacts__position--white-background {
  color: #0000e5;
}
.teaser-text__contacts__info {
  font-size: 16px;
  line-height: 1.5;
  word-break: break-word;
}
.teaser-text__contacts__info a {
  color: #ffffff;
  text-decoration: none;
}
.teaser-text__contacts__info--white-background {
  color: #0000e5;
}
.teaser-text__contacts__info--white-background a {
  color: #0000e5;
}
.teaser-text__text p:first-child {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .teaser-text {
    font-size: 18px;
    line-height: 1.5;
  }
  .teaser-text--top-space {
    margin-top: 50px;
  }
  .teaser-text--left-space {
    margin-left: 130px;
  }
  .teaser-text--right--full-width {
    width: 100%;
    margin: 0 auto;
  }
  .teaser-text--right--max-width {
    max-width: 735px;
    margin: 0 auto;
  }
  .teaser-text--left--full-width {
    width: 100%;
  }
  .teaser-text--left--max-width {
    max-width: 735px;
    margin: 0 auto;
  }
  .teaser-text--center {
    text-align: center;
  }
  .teaser-text--center--full-width {
    width: 100%;
    margin: 0 auto;
  }
  .teaser-text--center--max-width {
    max-width: 735px;
    margin: 0 auto;
  }
  .teaser-text__image-wrapper {
    padding: 30px 30px 0 0;
  }
  .teaser-text__contacts {
    max-width: 50%;
    padding: 30px 0 0 0px;
    text-align: left;
  }
  .teaser-text__contacts__name {
    font-size: 28px;
    line-height: 1.2;
  }
  .teaser-text__contacts__position {
    font-size: 16px;
    line-height: 1.5;
  }
  .teaser-text__contacts__info {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .teaser-text--center {
    text-align: center;
  }
  .teaser-text__contacts {
    text-align: left;
  }
  .teaser-text__contacts__name {
    font-size: 30px;
    line-height: 48px;
  }
  .teaser-text__contacts__position {
    font-size: 20px;
    line-height: 1.5;
  }
  .teaser-text__contacts__info {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (min-width: 1700px) {
  .teaser-text--right--full-width {
    width: calc(100% - 20px);
  }
  .teaser-text--right--max-width {
    width: 585px;
    margin: 0 150px 0 auto;
  }
  .teaser-text--left--full-width {
    width: 100%;
  }
  .teaser-text--left--max-width {
    width: 735px;
  }
  .teaser-text--center--full-width {
    width: 100%;
  }
  .teaser-text--center--max-width {
    width: 735px;
  }
  .teaser-text__contacts__name {
    font-size: 37px;
    line-height: 1.4;
  }
}
.divider {
  height: 1px;
}
.divider--full-width {
  margin: 0 -20px;
  width: calc(100% + 40px);
}
.divider--small-width {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.divider__line {
  height: 1px;
}
.peytz-space-base .divider__line--orange {
  background-color: #242424;
}
.divider__line--grey {
  background-color: #c4c4c4;
}

@media (min-width: 768px) {
  .divider {
    height: 1px;
  }
  .divider--small-width {
    width: 100%;
  }
  .divider--full-width {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
  .divider__line {
    height: 1px;
  }
}
@media (min-width: 1200px) {
  .divider--full-width {
    margin: 0 -60px;
    width: calc(100% + 120px);
  }
  .divider__line {
    height: 1px;
  }
}
.departments-cards__title {
  font-family: "Manrope";
  font-weight: 500;
}
.peytz-space-base .departments-cards__title {
  color: #242424;
}
.departments-cards__card {
  width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
  border: 1px solid transparent;
  display: inline-block;
  text-decoration: none;
}
.departments-cards__card--left {
  text-align: left;
}
.departments-cards__card--right {
  text-align: right;
}
.departments-cards__card--center {
  text-align: center;
}
.departments-cards a.departments-cards__card:hover {
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #0000e5;
}
.departments-cards__text {
  padding: 20px 0;
  color: #000000;
  text-decoration: none;
}
.departments-cards__link {
  color: #000000;
  text-decoration: underline;
}
.departments-cards__link, .departments-cards__text {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 1.5;
}
.peytz-space-base .departments-cards__selected-word {
  color: #242424;
}
.departments-cards--white-background .departments-cards__title {
  color: #0000e5;
}
.departments-cards--two-columns-container .departments-cards__title {
  font-size: 24px;
  line-height: 1.2;
}
.departments-cards--three-columns-container .departments-cards__title {
  font-size: 20px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .departments-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .departments-cards__card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 20px;
    width: calc(50% - 40px);
  }
  .departments-cards a.departments-cards__card:hover {
    transition: 0.3s;
    text-decoration: none;
    cursor: pointer;
  }
  .peytz-space-base .departments-cards a.departments-cards__card:hover {
    color: #242424;
    border: 1px solid #242424;
  }
  .peytz-space-base .departments-cards a.departments-cards__card:hover .departments-cards__title,
  .peytz-space-base .departments-cards a.departments-cards__card:hover .departments-cards__text,
  .peytz-space-base .departments-cards a.departments-cards__card:hover .departments-cards__link {
    color: #242424;
    transition: 0.3s;
  }
  .departments-cards__title {
    font-size: 37px;
    line-height: 1.18;
  }
  .departments-cards__link, .departments-cards__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .departments-cards--two-columns-container .departments-cards__title {
    font-size: 37px;
    line-height: 1.18;
  }
  .departments-cards--three-columns-container .departments-cards__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  .departments-cards__card {
    border-left: 1px solid #0000e5;
    border-top: 1px solid #0000e5;
  }
  .departments-cards__link, .departments-cards__text {
    font-size: 20px;
    line-height: 1.5;
  }
  .departments-cards--two-columns-container .departments-cards__title {
    font-size: 45px;
    line-height: 57px;
  }
  .departments-cards--three-columns-container .departments-cards__card {
    width: calc(33.3333333333% - 40px);
  }
  .departments-cards--three-columns-container .departments-cards__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .departments-cards--three-columns-container .departments-cards__text,
  .departments-cards--three-columns-container .departments-cards__link {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 1700px) {
  .departments-cards__link, .departments-cards__text {
    font-size: 20px;
    line-height: 1.5;
  }
  .departments-cards__card {
    padding: 20px;
    margin: 20px;
  }
  .departments-cards--two-columns-container .departments-cards__title {
    font-size: 28px;
    line-height: 1.4;
  }
  .departments-cards--three-columns-container .departments-cards__card {
    width: calc(33.3333333333% - 40px);
  }
  .departments-cards--three-columns-container .departments-cards__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .departments-cards--three-columns-container .departments-cards__text,
  .departments-cards--three-columns-container .departments-cards__link {
    font-size: 20px;
    line-height: 1.5;
  }
}
.teaser-hero__hero {
  padding-bottom: 0px;
  margin: 0px -20px 0px -20px;
  text-decoration: none;
}
.teaser-hero__hero a:hover {
  text-decoration: none;
  color: white;
}
.teaser-hero__hero--hover {
  text-decoration: none;
}
.teaser-hero__hero--hover:hover .teaser-hero__hero__card__arrow {
  animation-name: left-slide-in;
  animation-duration: 0.5s;
  opacity: 1;
}
.teaser-hero__hero__card {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  width: 100%;
  position: relative;
  border-radius: 5px;
}
.teaser-hero__hero__card--background {
  height: 100%;
  min-height: 320px;
  aspect-ratio: 16/9;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(0.92);
  transition: transform 0.5s ease-in-out;
}
.teaser-hero__hero__card--background__link {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  line-height: 0;
  color: #ffffff;
  cursor: pointer;
}
.teaser-hero__hero__card--background__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0px #fff inset;
  opacity: 0.3;
  transition: box-shadow 0.5s ease-in-out;
}
.teaser-hero__hero__card--background__link:hover {
  transition: transform 0.5s ease-in-out;
  transform: scale(1);
}
.teaser-hero__hero__card--background__link:hover:after {
  box-shadow: 0 0 0 10px #fff inset;
}
.teaser-hero__hero__card__body {
  margin: auto 0px;
  padding: 15px;
  position: relative;
}
.teaser-hero__hero__card__text {
  white-space: pre-line;
}
.teaser-hero__hero__card__arrow {
  margin-top: 20px;
  margin-left: 3px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.teaser-hero__hero__card__arrow:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "peytz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #ffffff;
}
@keyframes left-slide-in {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.teaser-hero__hero__card__opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
}
.teaser-hero__hero__card__opacity--dark {
  background-color: #1f1f1f;
}

@media (min-width: 768px) {
  .teaser-hero__hero {
    margin: 0px -40px 0px -40px;
  }
  .teaser-hero__hero__card {
    padding: 50px;
  }
  .teaser-hero__hero__card--background {
    width: 100%;
  }
  .teaser-hero__hero__card--background__link:hover:after {
    box-shadow: 0 0 0 20px #fff inset;
  }
  .teaser-hero__hero__card__body {
    width: 100%;
    max-width: 1340px;
  }
  .teaser-hero__hero__card__arrow {
    margin-left: 5px;
  }
  .teaser-hero__hero__card__arrow:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "peytz" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .teaser-hero__hero {
    margin: 0px -60px 0px -60px;
  }
  .teaser-hero__hero__card {
    padding: 80px;
  }
  .teaser-hero__hero__card__text {
    line-height: 1.5;
  }
  .teaser-hero__hero__card--background {
    max-width: 1760px;
  }
  .teaser-hero__hero__card__arrow {
    margin-left: 7px;
  }
  .teaser-hero__hero__card__arrow:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "peytz" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    font-size: 30px;
  }
}
@media (min-width: 1700px) {
  .teaser-hero__hero {
    margin: 0px 0px 50px 0px;
  }
  .teaser-hero__hero__card__text {
    font-size: 78px;
  }
  .teaser-hero__hero__card--background {
    max-width: 1760px;
    transform: none;
    transition: none;
  }
  .teaser-hero__hero__card--background__link:hover {
    transition: none;
    transform: none;
  }
}
.multiple-columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.multiple-columns__title {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 1.5;
  width: 50%;
  margin: 10px 0;
}
.multiple-columns--white-background {
  color: #0000e5;
}

@media (min-width: 768px) {
  .multiple-columns__title {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .multiple-columns {
    margin: 0 60px;
  }
  .multiple-columns__title {
    font-size: 20px;
    line-height: 1.5;
    width: 16.6666666667%;
  }
}
.logo-wall {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px;
  justify-content: center;
}
.logo-wall__wrapper {
  width: 50%;
  min-height: 90px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logo-wall__wrapper__image-wrapper {
  width: auto;
  max-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-wall__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  align-self: center;
}
.logo-wall__text {
  width: 100%;
  height: 50%;
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #242424;
  align-self: flex-end;
  font-family: "Manrope";
}

@media (min-width: 768px) {
  .logo-wall__wrapper {
    width: 33.3333333333%;
  }
  .logo-wall__text {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .logo-wall__wrapper {
    max-width: 260px;
  }
}
@media (min-width: 1400px) {
  .logo-wall__wrapper {
    width: 16.6666666667%;
  }
  .logo-wall__text {
    font-size: 20px;
    line-height: 1.5;
  }
}
.blog-hero {
  display: block;
}
.blog-hero--background {
  position: relative;
  height: 100%;
  height: 247px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-hero__opacity {
  background-color: #000000;
  height: 100%;
  bottom: 0;
  height: 247px;
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.blog-hero__heading-section {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
}
.blog-hero__heading-section__title {
  font-size: 36px;
  line-height: 1.2;
  color: black;
  white-space: pre-line;
  margin-bottom: 35px;
}
.blog-hero__heading-section__subtitle {
  font-size: 18px;
  line-height: 1.5;
  white-space: pre-line;
  font-weight: 400;
}

@media (min-width: 768px) {
  .blog-hero--background {
    min-height: 624px;
  }
  .blog-hero__opacity {
    height: 624px;
  }
  .blog-hero__heading-section {
    position: relative;
    z-index: 1;
    padding: 50px 30px 0px;
    margin: -238px 40px 20px;
    min-height: 250px;
  }
  .blog-hero__heading-section__title {
    font-size: 56px;
    line-height: 60px;
  }
  .blog-hero__heading-section__subtitle {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  .blog-hero__heading-section {
    padding: 100px 134px 0 134px;
    max-width: 1100px;
    margin: -240px auto auto;
    min-height: 220px;
  }
}
.employees {
  max-width: 1440px;
  margin: auto;
}
.employees__items {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -7px;
}
.employees__item {
  width: 50%;
  padding: 10px 7px;
}
.employees__picture-container {
  position: relative;
  width: 100%;
  line-height: 0;
  margin-bottom: 10px;
}
.employees__picture {
  max-width: 100%;
}
.employees__picture-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background-color: #0000e5;
}
.employees__title {
  color: #0000e5;
  line-height: 1.4em;
}
.employees__phone {
  display: block;
  text-decoration: none;
  color: #242424;
  line-height: 1.4em;
}
.employees__email {
  display: block;
  text-decoration: none;
  color: #242424;
  line-height: 1.4em;
}
.employees a {
  padding: 5px 0;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .employees__items {
    margin: -20px -7px;
  }
  .employees__item {
    width: 33.3333333333%;
    padding: 20px 7px;
  }
  .employees__picture-container {
    margin-bottom: 20px;
  }
  .employees__phone, .employees__email, .employees__social {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .employees__items {
    margin: -30px -7px;
  }
  .employees__item {
    width: 25%;
    padding: 30px 7px;
  }
  .employees__items__grid-3 .employees__item {
    width: 33.3333333333%;
  }
  .employees__items__grid-3 .employees__item p, .employees__items__grid-3 .employees__item a {
    font-size: 28px;
    line-height: 1.4;
  }
  .employees a {
    padding: 0;
    margin-top: 0;
  }
}
.beside-hero {
  display: block;
  padding: 100px 0 50px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
.beside-hero__logo, .beside-hero__info {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
.beside-hero__info {
  margin-bottom: 20px;
  color: #000000;
}
.beside-hero__info__phone, .beside-hero__info__email {
  display: block;
  color: #000000;
}
.beside-hero__info__phone:hover, .beside-hero__info__email:hover {
  color: #0000e5;
  text-decoration: none;
}
.beside-hero__text {
  margin-bottom: 10px;
}
.beside-hero__text a {
  color: #FFF;
  text-decoration: underline;
}
.beside-hero__bottom-email-title {
  color: #000000;
}
.beside-hero__bottom-email {
  display: block;
  margin-bottom: 20px;
}
.beside-hero__bottom-email-title, .beside-hero__bottom-email, .beside-hero__text {
  font-size: 20px;
  line-height: 1.5;
}
.beside-hero__image {
  position: relative;
  height: 100%;
  min-height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.beside-hero__image:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0000e5;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .beside-hero {
    display: flex;
    padding: 130px 0 70px;
  }
  .beside-hero__body {
    width: 50%;
    padding-right: 20px;
  }
  .beside-hero__logo, .beside-hero__info {
    font-size: 37px;
    line-height: 1.18;
  }
  .beside-hero__info {
    margin-bottom: 40px;
  }
  .beside-hero__text {
    margin-bottom: 20px;
  }
  .beside-hero__bottom-email {
    margin-bottom: 0;
  }
  .beside-hero__bottom-email-title, .beside-hero__bottom-email, .beside-hero__text {
    font-size: 25px;
    line-height: 1.4;
  }
  .beside-hero__image {
    width: 50%;
    height: auto;
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .beside-hero {
    padding: 180px 0 80px;
  }
  .beside-hero__text {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .beside-hero__info {
    margin-bottom: 60px;
  }
}
@media (min-width: 1700px) {
  .beside-hero__body {
    width: 41%;
    padding-right: 55px;
  }
  .beside-hero__logo, .beside-hero__info {
    font-size: 28px;
    line-height: 1.4;
  }
  .beside-hero__info {
    margin-bottom: 100px;
  }
  .beside-hero__text {
    margin-bottom: 50px;
  }
  .beside-hero__bottom-email-title, .beside-hero__bottom-email, .beside-hero__text {
    font-size: 28px;
    line-height: 1.4;
  }
  .beside-hero__image {
    width: 59%;
  }
}
.beside-form {
  display: block;
}
.beside-form--white-background {
  color: #000000;
}
.beside-form--white-background .beside-form__form-container form label {
  color: #0000e5;
}
.beside-form--white-background .beside-form__form-container form input[type=text], .beside-form--white-background .beside-form__form-container form input[type=email], .beside-form--white-background .beside-form__form-container form input[type=password], .beside-form--white-background .beside-form__form-container form input[type=tel], .beside-form--white-background .beside-form__form-container form input[type=number], .beside-form--white-background .beside-form__form-container form input[type=file], .beside-form--white-background .beside-form__form-container form select, .beside-form--white-background .beside-form__form-container form textarea, .beside-form--white-background .beside-form__form-container form .hs-form-radio-display input, .beside-form--white-background .beside-form__form-container form .hs-form-checkbox-display input, .beside-form--white-background .beside-form__form-container form .hs-form-booleancheckbox-display input {
  border: 1px solid #0000e5;
  color: #0000e5;
}
.beside-form--white-background .beside-form__form-container form input[type=submit], .beside-form--white-background .beside-form__form-container form form .hs-button {
  border: 1px solid #0000e5;
  color: #0000e5;
}
.beside-form--white-background .beside-form__form-container form input[type=submit]:hover, .beside-form--white-background .beside-form__form-container form form input[type=submit]:focus, .beside-form--white-background .beside-form__form-container form form .hs-button:hover, .beside-form--white-background .beside-form__form-container form form .hs-button:focus {
  background-color: #0000e5;
  color: #fff;
  transition: color 0.2s ease-in-out;
}

@media (min-width: 1200px) {
  .beside-form {
    display: flex;
  }
  .beside-form__text-container {
    width: 60%;
    padding-right: 70px;
  }
  .beside-form__form-container {
    width: 40%;
  }
}
.teaser-text-image__image {
  width: 100%;
  vertical-align: top;
}
.teaser-text-image__content-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.teaser-text-image__content__header__label {
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.teaser-text-image__content__header__title {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Manrope";
  font-weight: 600;
}
.teaser-text-image__content__text {
  flex-grow: 1;
}
.teaser-text-image .cta_button {
  margin-top: 20px;
  padding: 10px 30px;
  border: solid 1px #000000;
  display: inline-block;
  text-align: center;
  width: -webkit-fill-available;
}
.teaser-text-image .cta_button:hover {
  background-color: #000000;
  transition: color 0.2s ease-in-out;
  color: #ffffff;
  text-decoration: none;
}
.teaser-text-image--white .teaser-text-image__content__header {
  color: #000000;
}
.teaser-text-image--white .teaser-text-image__content__text {
  color: #000000;
}
.teaser-text-image--orange .teaser-text-image__content__header {
  color: #0000e5;
}
.teaser-text-image--orange .teaser-text-image__content__text {
  color: #0000e5;
}
.teaser-text-image--orange .cta_button {
  border: solid 1px #0000e5;
  color: #0000e5;
}
.teaser-text-image--orange .cta_button:hover {
  background-color: #0000e5;
  color: #ffffff;
}

@media (min-width: 768px) {
  .teaser-text-image {
    display: flex;
  }
  .teaser-text-image__content-wrapper {
    padding-left: 60px;
    margin-top: 0px;
  }
  .teaser-text-image__content__header__title {
    font-size: 28px;
    line-height: 1.2;
  }
  .teaser-text-image .cta_button {
    font-size: 20px;
    line-height: 1.5;
    max-width: 448px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .teaser-text-image .cta_button {
    padding: 24px 132px;
  }
}
@media (min-width: 1700px) {
  .teaser-text-image__content__header__label {
    font-size: 20px;
    line-height: 1.5;
  }
  .teaser-text-image__content__header__title {
    font-size: 37px;
    line-height: 1.4;
  }
}
.scroll-down__arrow-wrapper {
  display: none;
}

@media (min-width: 1200px) {
  .scroll-down__arrow-wrapper {
    display: inline-block;
  }
  .scroll-down__arrow {
    position: fixed;
    bottom: 40px;
    left: 50%;
    display: inline-block;
    opacity: 0;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #ffffff;
    border: 1px solid;
    font-size: 25px;
    padding: 5px 11px;
    border-radius: 50%;
  }
  .scroll-down__arrow:hover {
    text-decoration: none;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.content-download {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.content-download__card {
  padding: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.content-download__card img {
  width: 100%;
  height: 40vw;
  object-fit: contain;
}
.content-download__card__content {
  margin: 10px 0;
  flex-grow: 1;
}
.content-download__card__content__label {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  font-family: "Manrope";
  font-weight: 500;
}
.content-download__card__content__title {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Manrope";
  font-weight: 600;
}
.content-download__card__content__text {
  margin-top: 20px;
  color: #242424;
  font-size: 16px;
  line-height: 1.5;
}
.content-download__card__cta {
  width: fit-content;
  align-self: flex-end;
  padding: 5px 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .content-download {
    grid-template-columns: 1fr 1fr;
  }
  .content-download__card {
    padding: 30px;
  }
  .content-download__card img {
    height: 25vw;
  }
  .content-download__card__content {
    margin: 15px 0;
  }
  .content-download__card__content__title {
    font-size: 28px;
    line-height: 1.4;
  }
  .content-download__card__content__text {
    margin-top: 30px;
  }
  .content-download__card__cta {
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  .content-download {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-download__card img {
    height: 15vw;
  }
}
@media (min-width: 1700px) {
  .content-download__card__content__title {
    font-size: 30px;
    line-height: 1.2;
  }
}
.video-teaser {
  display: flex;
  flex-direction: column;
}
.video-teaser__item {
  width: 100%;
  padding: 20px 0;
}
.peytz-space-base .video-teaser .vjs-big-play-button {
  background-color: #242424 !important;
}

@media (min-width: 768px) {
  .video-teaser {
    flex-direction: row;
    margin: -20px;
  }
  .video-teaser__item {
    padding: 20px;
  }
  .video-teaser__item__count-1 {
    width: 100%;
  }
  .video-teaser__item__count-2 {
    width: 100%;
  }
  .video-teaser__item__count-3 {
    width: 33.3333333333%;
  }
}
.widget-type-rich_text {
  margin: auto;
  max-width: 900px;
}

.hero-video {
  position: relative;
  max-height: 100vh;
  width: 100%;
  line-height: 0;
}
.hero-video__video {
  width: 100%;
}
.hero-video__overlay {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #183fc6;
  opacity: 0.8;
}

.quote {
  color: #242424;
  width: 100%;
}
.quote blockquote {
  margin-bottom: 30px;
}
.quote blockquote p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
.quote__source {
  font-size: 16px;
  line-height: 1.5;
}
.quote__organisation {
  font-size: 16px;
  line-height: 1.5;
  color: #747474;
}

@media (min-width: 768px) {
  .quote {
    text-align: center;
  }
  .quote blockquote {
    margin-bottom: 40px;
  }
  .quote blockquote p {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 300;
  }
}
.contact-person {
  display: flex;
  gap: 20px;
  margin: auto;
  width: 100%;
  max-width: 735px;
  flex-direction: column;
}
.contact-person__image img {
  border-radius: 100%;
  height: 68px;
  width: 68px;
  object-fit: cover;
  margin: 0 !important;
}
.contact-person__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact-person__name, .contact-person__title, .contact-person__phone, .contact-person__email {
  font-size: 16px !important;
  line-height: 1.5;
  margin: 0 !important;
}
.contact-person__phone, .contact-person__email {
  text-decoration: none !important;
  color: #242424;
}
.contact-person__title {
  color: #747474;
}

@media (min-width: 768px) {
  .contact-person {
    flex-direction: row;
  }
}
.textbox {
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  max-width: 735px;
  margin: auto;
}
.textbox__text-content h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.textbox__text-content p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 25px;
}
.textbox__text-content--spacing-bottom {
  margin-bottom: 40px;
}
.textbox__text-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.textbox__text-items__item__label {
  color: #0000e5;
}
.textbox__text-items__item__text {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.5;
}
.textbox__bottom-items {
  margin-top: 40px;
}
.textbox__bottom-items p {
  margin-top: 15px;
  color: #747474;
}

@media (min-width: 768px) {
  .textbox {
    padding: 60px;
  }
  .textbox__text-content--spacing-bottom {
    margin-bottom: 60px;
  }
  .textbox__text-content h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
  }
  .textbox__text-content p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
  }
  .textbox__text-items {
    gap: 60px;
  }
  .textbox__text-items__item__text {
    margin-top: 12px;
    font-size: 28px;
    line-height: 1.4;
  }
  .textbox__bottom-items {
    margin-top: 60px;
  }
  .textbox__bottom-items p {
    margin-top: 30px;
  }
}
#form-fallback {
  color: #0000e5;
  border: 1px solid #0000e5;
  padding: 30px;
  max-width: 735px;
  margin: auto;
  text-align: center;
}

.hs-blog-post .footer {
  margin-top: 0px;
}

.body-container--blog-index {
  padding: 150px 20px;
}
.body-container--blog-index .content-wrapper {
  max-width: 1440px;
  display: block;
  position: relative;
  margin: auto;
}
.body-container--blog-index .blog-index__blog-title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.body-container--blog-index .blog-index__items {
  display: flex;
  flex-direction: column;
}
.body-container--blog-index .blog-index__card {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  width: 100%;
  min-height: 100%;
  background-clip: content-box;
}
.body-container--blog-index .blog-index__card__body {
  flex-grow: 1;
  padding: 20px;
  background-color: #0000e5;
  color: #ffffff;
  border-radius: 5px;
}
.body-container--blog-index .blog-index__card__top-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.body-container--blog-index .blog-index__card__link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.body-container--blog-index .blog-index__card__link:hover {
  text-decoration: none;
}
.body-container--blog-index .blog-index__card__link:hover .blog-index__card__arrow {
  transform: translateX(10px);
}
.body-container--blog-index .blog-index__card__arrow {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transform: translateX(0);
}
.body-container--blog-index .blog-index__card__arrow:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "peytz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #ffffff;
}
.body-container--blog-index .blog-index__card__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 35px;
}
.body-container--blog-index .blog-index__card__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.body-container--blog-index .blog-index__card__text p[style*="font-weight: bold;"],
.body-container--blog-index .blog-index__card__text span[style*="font-weight: bold;"],
.body-container--blog-index .blog-index__card__text p strong {
  font-weight: 600;
}
.body-container--blog-index .blog-index__card__text__h2 {
  display: none;
}

.blog-post__time-published {
  color: #747474;
}

/* Blog pagination */
.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px;
}
.blog-pagination__link {
  line-height: 1;
  margin: 0 5px 5px;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
}
.blog-pagination__link--active {
  color: #0000e5;
  font-weight: 600;
}
.blog-pagination__link:hover, .blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__link.blog-pagination__prev-link--disabled, .blog-pagination__link.blog-pagination__next-link--disabled {
  color: #c4c4c4;
  cursor: default;
  pointer-events: none;
}
.blog-pagination__prev-link {
  margin-right: 15px;
}
.blog-pagination__prev-link:hover {
  color: #0000e5;
}
.blog-pagination__prev-link:hover svg {
  transition: fill 0.2s ease-in-out;
  fill: #0000e5;
}
.blog-pagination__next-link {
  margin-left: 15px;
}
.blog-pagination__next-link:hover {
  color: #0000e5;
}
.blog-pagination__next-link:hover svg {
  transition: fill 0.2s ease-in-out;
  fill: #0000e5;
}
.blog-pagination__prev-link svg, .blog-pagination__next-link svg {
  transition: fill 0.2s ease-in-out;
  fill: #000000;
  margin: 0 0.3rem;
  max-height: 16px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination .blog-pagination__next-link--disabled svg {
  fill: #c4c4c4;
}
.blog-pagination__number-link {
  padding: 0px 10px 5px 10px;
}
.blog-pagination__number-link:hover, .blog-pagination__number-link:focus {
  text-decoration: underline;
}

.body-container--blog-post {
  background-color: #f4f4f4;
}
.body-container--blog-post .content-wrapper {
  padding: 20px;
  overflow: hidden;
}
.body-container--blog-post .blog-post__time-published {
  margin-top: 30px;
  font-weight: 500;
}
.body-container--blog-post .blog-post__time-updated {
  margin-top: 30px;
}
.body-container--blog-post .blog-post__body img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.body-container--blog-post .text {
  color: #000000;
}

@media (min-width: 768px) {
  .body-container--blog-index {
    padding: 210px 40px 50px;
  }
  .body-container--blog-index .blog-index__blog-title {
    font-size: 50px;
    line-height: 1.18;
    margin-bottom: 30px;
  }
  .body-container--blog-index .blog-index__items {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .body-container--blog-index .blog-index__card {
    padding: 20px;
    width: 50%;
  }
  .body-container--blog-index .blog-index__card__body {
    padding: 40px;
  }
  .body-container--blog-index .blog-index__card__title {
    font-size: 37px;
    line-height: 1.18;
    min-height: 124px;
  }
  .body-container--blog-index .blog-index__card__text {
    font-size: 16px;
    line-height: 1.5;
  }
  /* Blog pagination */
  .blog-pagination {
    justify-content: center;
    margin: 70px 0px;
  }
  .blog-pagination__link {
    margin: 0 15px 15px;
    font-size: 25px;
  }
  .body-container--blog-post .content-wrapper {
    padding: 40px;
  }
  .body-container--blog-post .blog-post__body img {
    margin: 30px auto 30px auto;
  }
}
@media (min-width: 1200px) {
  .body-container--blog-index {
    padding: 230px 60px 50px;
  }
  .body-container--blog-index .blog-index__blog-title {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .body-container--blog-index .blog-index__card__title {
    font-size: 28px;
    line-height: 1.4;
    min-height: 124px;
  }
  .body-container--blog-post .content-wrapper {
    padding: 100px;
  }
  .body-container--blog-post .blog-post {
    max-width: 735px;
    margin: auto;
  }
  .body-container--blog-post .blog-post__body img {
    max-width: 812px;
  }
}
/* Password prompt */
.password-prompt-section {
  max-width: 312px;
  margin: auto;
  padding: 100px 10px;
}
.password-prompt-section__content {
  max-width: 300px;
  margin: auto auto 40px auto;
  text-align: center;
}
.password-prompt-section__content__title {
  font-size: 36px;
  line-height: 1.2;
}
.password-prompt-section__content__text {
  font-size: 20px;
  line-height: 1.5;
}
.password-prompt-section__form-container form {
  display: flex;
  flex-wrap: wrap;
}
.password-prompt-section__form-container form #hs-pwd-widget-password {
  flex-grow: 1;
  font-size: 20px;
  min-height: 52px;
}
.password-prompt-section__form-container form .hs-button {
  min-height: 52px;
  font-size: 20px;
  margin: auto;
  margin-top: 1rem;
  flex-grow: 1;
}

/* Error pages */
.error-page__content-wrapper {
  text-align: center;
}

.error-page {
  padding: 100px 10px;
  text-align: center;
  position: relative;
}
.error-page__heading {
  font-size: 36px;
  line-height: 1.2;
  color: #0000e5;
}
.error-page:before {
  color: #CFDAE3;
  opacity: 1;
  content: attr(data-error);
  font-family: "Manrope";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  left: 50%;
  position: unset;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.error-page__button {
  display: inline-block;
  margin: 20px;
  padding: 15px 50px;
  border: solid 1px #0000e5;
  border-radius: 5px;
  text-decoration: none;
}
.error-page__button:hover {
  background-color: #0000e5;
  transition: color 0.2s ease-in-out;
  color: white;
  text-decoration: none;
}
.error-page__text {
  font-size: 16px;
  line-height: 1.5;
}

/* Search input */
.hs-search-field form {
  position: relative;
}
.hs-search-field input {
  margin: 0;
  padding-right: 50px;
  height: 56px;
  background-color: #ffffff;
  border: 0;
  border-radius: 28px;
  text-align: left;
  text-indent: 25px;
  color: #0000e5;
  font-size: 25px;
  line-height: 1.4;
  font-family: "Manrope";
  font-weight: 500;
}
.hs-search-field__submit {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 20px;
  top: calc(50% - 14px);
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  cursor: pointer;
}
.hs-search-field__submit:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "peytz" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #0000e5;
  font-size: 28px;
  transition: color 0.2s;
}
.hs-search-field__submit:hover:before {
  color: #000000;
}

/* Search inputsuggestions */
.hs-search-field__suggestions {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.hs-search-field__suggestions > li#results-for {
  display: none;
}
.hs-search-field__suggestions > li > a {
  display: block;
  color: #ffffff;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  padding: 30px 0;
  transition: padding 0.2s ease;
}
.hs-search-field__suggestions > li > a:hover {
  padding: 30px 10px;
}
.hs-search-field__suggestions .hs-search-highlight {
  font-weight: normal;
}
.hs-search-field__suggestions .hs-search-field.hs-search-field--open .hs-search-field__suggestions {
  border: 0;
}

/* search result page */
.search-result-page {
  display: block;
  position: relative;
  margin: auto;
  padding: 150px 20px;
  max-width: 1040px;
}
.search-result-page__head {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.search-result-page__head__title {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.search-result-page__head__search-term {
  margin-right: 15px;
  font-size: 36px;
  line-height: 1.7;
  font-family: "Manrope";
  font-weight: 500;
}
.search-result-page__head__result-count {
  color: #747474;
}
.search-result-page .hs-search-results__listing {
  padding: 0;
  list-style: none;
}
.search-result-page .hs-search-results__listing li {
  border-top: 1px solid rgba(204, 204, 204, 0.3);
}
.search-result-page .hs-search-results__listing a {
  position: relative;
  display: block;
  padding: 20px;
  color: #000000;
  font-size: 25px;
  line-height: 1.4;
  text-decoration: none;
}
.search-result-page .hs-search-results__listing a:hover {
  background: #0000e5;
  text-decoration: none;
  color: #ffffff;
}
.search-result-page .hs-search-results__listing a:hover .hs-search-results__title {
  color: #ffffff;
}
.search-result-page .hs-search-results__listing a .hs-search-results__title {
  font-family: "Manrope";
  font-weight: 500;
  color: #000000;
}
.search-result-page .hs-search-results__listing .hs-search-highlight.hs-highlight-html {
  font-weight: normal;
  font-family: "Manrope";
  font-weight: 500;
}
.search-result-page .hs-search-results .hs-search-highlight.hs-highlight-title {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  /* Password prompt */
  .password-prompt-section {
    max-width: 1400px;
    padding: 210px 30px;
  }
  .password-prompt-section__content {
    max-width: 1200px;
    margin: auto auto 80px auto;
    text-align: center;
  }
  .password-prompt-section__content__title {
    font-size: 78px;
    line-height: 1.2;
  }
  .password-prompt-section__content__text {
    margin-top: 20px;
    font-size: 25px;
    line-height: 1.4;
  }
  .password-prompt-section__form-container {
    max-width: 812px;
    margin-left: auto;
    margin-right: auto;
  }
  .password-prompt-section__form-container form {
    flex-direction: inherit;
  }
  .password-prompt-section__form-container form #hs-pwd-widget-password {
    text-align: left;
    padding-left: 20px;
    flex-grow: 4;
    width: 75%;
    min-height: 90px;
    font-size: 28px;
  }
  .password-prompt-section__form-container form .hs-button {
    flex-grow: 2;
    width: 25%;
    margin-top: -5px;
    min-height: 90px;
    font-size: 28px;
    border-left: none;
  }
  /* Error pages */
  .error-page {
    padding: 210px 30px;
  }
  .error-page:before {
    position: absolute;
    font-size: 116px;
    line-height: 1.2;
  }
  .error-page__heading {
    font-size: 78px;
    line-height: 1.2;
  }
  .error-page__button {
    padding: 24px 183px;
    font-size: 20px;
    line-height: 1.5;
  }
  .error-page__text {
    font-size: 28px;
    line-height: 1.2;
  }
  /* search result page */
  .search-result-page {
    padding: 210px 40px 50px;
  }
  .search-result-page__head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .search-result-page__head__search {
    max-width: 400px;
  }
  .search-result-page .hs-search-results__listing a {
    padding: 20px 120px 20px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .search-result-page .hs-search-results__listing a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "peytz" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    opacity: 0;
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    color: #ffffff;
  }
  @keyframes left-slide-arrow {
    0% {
      transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }
  .search-result-page .hs-search-results__listing a:hover {
    padding: 20px 100px 20px 20px;
  }
  .search-result-page .hs-search-results__listing a:hover:before {
    animation-name: left-slide-arrow;
    animation-duration: 0.5s;
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  /* Password prompt */
  .password-prompt-section {
    padding: 230px 10px;
  }
  .password-prompt-section__content__title {
    font-size: 78px;
    line-height: 1.11;
  }
  .password-prompt-section__content__text {
    font-size: 36px;
    line-height: 1.7;
  }
  .password-prompt-section__form-container .hs-button {
    flex-grow: 1;
    width: 20%;
  }
  .password-prompt-section__form-container #hs-pwd-widget-password {
    flex-grow: 4;
    width: 80%;
  }
  /* Error pages */
  .error-page {
    padding: 230px 0;
  }
  .error-page:before {
    font-size: 280px;
  }
  .error-page__heading {
    font-size: 78px;
    line-height: 1.11;
  }
  /* search result page */
  .search-result-page {
    padding: 230px 60px 50px;
  }
}
.subscription-page {
  background: #ffffff;
  color: #0000e5;
  max-width: 1024px;
  margin: auto;
  padding: 20px;
}
.subscription-page p.header {
  margin-left: 0px;
  padding: 0;
  position: initial;
  transition: none;
}
.subscription-page p span {
  color: #0000e5;
  font-family: "Manrope" !important;
}
.subscription-page form label {
  display: block;
}
.subscription-page img {
  width: 100%;
  max-width: 100px;
}
.subscription-page form .hs-button, .subscription-page form input[type=submit] {
  border: 1px solid #0000e5;
  color: #0000e5;
  width: auto;
}
.subscription-page form .hs-button:hover, .subscription-page form input[type=submit]:hover {
  background-color: #0000e5;
  color: #ffffff;
}

/*# sourceMappingURL=main.css.map */