/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* @import url('http://example.com/example_style.css'); */

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

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

:root {
  /* fohhn new ci colors 2026 */
  --blue-puls: #194ee8;
  --blue-puls-dark: #1139ac;
  --blue-puls-light: #3d79f9;
  --black-stage-1: #000000;
  --black-stage-2: #1d1d1d;
  --black-stage-3: #333333;
  --gray-light: #ebebeb;
  --white: #ffffff;
  
    /* new fontsizes 2025/10 */
  --fontsize-h0: 96px;
  --fontsize-h0-mobile: 36px;
  --fontsize-h1: 55px;
  --fontsize-h1-mobile: 28px;
  --fontsize-h2: 36px;
  --fontsize-h2-mobile: 23px;
  --fontsize-h3: 22px;
  --fontsize-h3-mobile: 20px;
  --fontsize-h3-mobile-small: 16px;
  
  --floatingTextFontsize: 20px;
  --floatingTextFontsize--small: 16px;
  --floatingTextFontsize--mobile: 16px;
  
  /* new lineheights 2025/10 */
  --lineheight-h0: 1.02;
  --lineheight-h1: 1.02;
  --lineheight-h2: 1.1;
  --lineheight-h3: 1.12;
  
  /* headline fontweight */
  --fontweight-hdefault: 500;  
}

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

*, *: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;
}

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

/**
* Add the correct box sizing in Firefox.
*/

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

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

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, 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: 600;
}

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

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

/**
* Remove the inheritance of text transform in Edge and Firefox.
* 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;
}

/**
* Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
*/

legend {
   padding: 0;
}

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

progress {
   vertical-align: baseline;
}

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

details {
   display: block;
}

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

summary {
   display: list-item;
}

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



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.custom-width {
   margin: 0 auto;
   padding: 0 16px;
   width: 100%
}
.bg_image,
.gradient{
   width:100%;
   height:100%;
   top:0;
   left:0;
   right:0;
   pointer-events:none;
}
div[data-aos="none"] {
   transition-delay: unset !important;
   transition-timing-function: unset !important;
   transition-duration: unset !important;
}
.dnd-section[class*=force-full-width-section] {
   padding-bottom: 0;
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
}
.dnd-section[class*="full-width-section"]>.row-fluid, .dnd-section[class*=force-full-width-section] {
   max-width: 100%;
   padding-left: 0;
   padding-right: 0;
}
.position-relative{
   position: relative;
}
section .full-width,
.custom-width, .content-wrapper {
   position: relative;
   z-index: 1;
}
.overflow-hidden{
   overflow: hidden;
}
.dnd-section > .row-fluid,
.content-wrapper,
.page-center{
   margin: 0 auto;
   padding: 0 16px;
   width: 100%
}
.dnd-section[class*="full-width-section"]>.row-fluid,
.dnd-section[class*=force-full-width-section] {
   max-width: 100%;
   padding-left: 0;
   padding-right: 0;
}
.dnd-section[class*=full-width-section]>.row-fluid>.dnd-column {
   padding-left: 0;
   padding-right: 0;
}
.dnd-section .dnd-column {
   padding: 0 16px;
}
@media (min-width: 768px) {
   .visible-phone{
      display: none; 
   }
}
@media (max-width: 767px) {
   .hidden-phone{
      display: none; 
   }

}

/* Elements
Base HTML elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */
body {
   overflow-wrap: break-word;
}
html {
   scroll-behavior: smooth;
}



@font-face {
    font-family: "Sofia Pro";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(https://cloud.fohhn.com/hubfs/raw_assets/public/Fohhn%20May2026%20%20Theme/fonts/SofiaProRegular.woff2) format("woff2"),
       url(https://cloud.fohhn.com/hubfs/raw_assets/public/Fohhn%20May2026%20%20Theme/fonts/SofiaProRegular.woff) format("woff")
}

@font-face {
    font-family: "Sofia Pro";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(https://cloud.fohhn.com/hubfs/raw_assets/public/Fohhn%20May2026%20%20Theme/fonts/SofiaProMedium.woff2) format("woff2"),
       url(https://cloud.fohhn.com/hubfs/raw_assets/public/Fohhn%20May2026%20%20Theme/fonts/SofiaProMedium.woff) format("woff")
}

@font-face {
    font-family: "Sofia Pro";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(https://cloud.fohhn.com/hubfs/raw_assets/public/Fohhn%20May2026%20%20Theme/fonts/SofiaProBold.woff2) format("woff2"),
       url(https://cloud.fohhn.com/hubfs/raw_assets/public/Fohhn%20May2026%20%20Theme/fonts/SofiaProBold.woff) format("woff")
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

p, .p {
   margin: 0 0 16px;
}

/* Anchors */
a {
   cursor: pointer;
   transition: all 0.3s ease;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 24px;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
   overflow: auto;
}

code {
   vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* standardize visuals for media elements */
img, video, svg, canvas, picture {
   max-width: 100%;
   height: auto;
   vertical-align: middle;
}
@media (max-width:767px){
   br{
      display:none;
   }
}

/* new font definition 2026/06 */

h1,
.h1 {
  font-size: var(--fontsize-h1);
  line-height: var(--lineheight-h1);
  font-weight: var(--fontweight-hdefault);
  padding-bottom: 0.4363em;
}

h2,
.h2 {
  font-size: var(--fontsize-h2);
  line-height: var(--lineheight-h2);
  font-weight: var(--fontweight-hdefault);
  padding-bottom: .4em;
}

h3,
.h3 {
  font-size: var(--fontsize-h3);
  line-height: var(--lineheight-h3);
  font-weight: var(--fontweight-hdefault);
  padding-bottom: 0.36em;
}

h4,
.h4 {
  font-size: var(--fontsize-h3);
  line-height: var(--lineheight-h3);
  font-weight: var(--fontweight-hdefault);
  padding-bottom: 0.36em;
}

h5,
.h5 {
  font-size: var(--fontsize-h3);
  line-height: var(--lineheight-h3);
  font-weight: var(--fontweight-hdefault);
  padding-bottom: 0.36em;
}

h6,
.h6 {
  font-size: var(--fontsize-h3);
  line-height: var(--lineheight-h3);
  font-weight: var(--fontweight-hdefault);
  padding-bottom: 0.36em;
}

p.text {
  font-size: var(--floatingTextFontsize);
  line-height: 1.375em;
  font-weight: 400;
}

/* Fohhn Mobile styling */
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: var(--fontsize-h1-mobile);
  }
  h2, .h2 {
    font-size: var(--fontsize-h2-mobile);
  }
  h3, .h3 {
    font-size: var(--fontsize-h3-mobile);
  }
  h4, .h4 {
    font-size: var(--fontsize-h3-mobile);
  }
}
button,
.button,
.hs-button {
   cursor: pointer;
   display: inline-block;
   text-align: center;
   transition: all 0.15s linear;
   white-space: normal;
}
/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
   background: none;
   border: none;
   border-radius: 0;
   color: initial;
   font-family: inherit;
   font-size: inherit;
   font-style: inherit;
   font-weight: inherit;
   letter-spacing: inherit;
   line-height: inherit;
   margin-bottom: 0;
   padding: 0;
   text-align: left;
   text-decoration: none;
   transition: none;
}
.cta-group {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 24px;
   margin-top: 24px;
}
.text-left .cta-group {
   -webkit-box-pack: start!important;
   -ms-flex-pack: start!important;
   justify-content: flex-start!important
}
.text-right .cta-group {
   -webkit-box-pack: end!important;
   -ms-flex-pack: end!important;
   justify-content: flex-end!important
}
.text-center .cta-group {
   -webkit-box-pack: center!important;
   -ms-flex-pack: center!important;
   justify-content: center!important
}
.cta-group .btn-wrapper {
   display: inline-block;
}
.text-left {
   text-align: left;
}
.text-center {
   text-align: center;
}
.text-right {
   text-align: right;
}
.hs-button svg {
   width: 14px;
   height: 14px;
   margin-left: 9px;
}
.cta__button--btn-primary a,
.cta__button--btn-secondary a,
.cta__button--btn-tertiary a {
   font-size: 16px;
   line-height: 1.25;
   font-weight: 600;
   position: relative;
   text-align: center;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   white-space: normal;
   display: inline-flex;
   padding: 12px 16px 12px 16px;
   align-items: center;
   gap: 8px;
   justify-content: center;
   text-decoration: none;
}
.cta-custom-btn a {
   justify-content: center;
}
.cta__button--btn-tertiary a {
   margin: 0;
   padding: 0;
   font-weight: 700;
   line-height: 1.5;
   flex-direction: row-reverse;
}
.cta__button--btn-primary a svg,
.cta__button--btn-secondary a svg,
.cta__button--btn-tertiary a svg {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
}
.cta__button--btn-primary a svg path,
.cta__button--btn-secondary a svg path,
.cta__button--btn-tertiary a svg path {
   transition: all 0.3s ease;
}
.cta__button.sm .cta__link {
   font-size: 14px;
   line-height: normal;
}
.cta__button.sm .cta__link svg {
   width: 10px;
}
@media (max-width: 767px) {
   .cta-group {
      margin-top: 16px;
   }
}
@media (max-width: 405px) {
   .advanced-button .cta-group > div {
      width: 100%;
   }
   .cta__button--btn-primary a,
   .cta__button--btn-secondary a,
   .cta-custom-btn a {
      width: 100%;
   }
   .cta__button--btn-tertiary a {
      width: auto;
   }
}
/* Form */
input::-webkit-input-placeholder {
   color: var(--primary);
   opacity: 1;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.4;
}
input::-moz-placeholder {
   color: var(--primary);
   opacity: 1;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.4;
}
input:-ms-input-placeholder {
   color: var(--primary);
   opacity: 1;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.4;
}
input::-ms-input-placeholder {
   color: var(--primary);
   opacity: 1;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.4;
}
form select {
   background-image: url(https://44724049.fs1.hubspotusercontent-na1.net/hubfs/44724049/Fohhn_January2026/images/select-arrow.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 15px 15px;
   background-position: 98% center;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
@media(max-width: 767px) {
   form select {
      background-position: 95% center;
   }
}
h3.form-title:empty {
   display: none;
}
form {
   max-width: 767px;
}
form fieldset.form-columns-1 .input,
form fieldset.form-columns-2 .hs-form-field .input {
   margin-right: 0 !important;
}
form fieldset.form-columns-2 .hs-form-field:first-child .input {
   margin-right: 0 !important;
}
form fieldset.form-columns-2 {
   display: flex;
   column-gap: 24px;
}
form fieldset.form-columns-1 .hs-input {
   width: 100% !important;
}
form fieldset .hs-input[type=radio],
form fieldset .hs-input[type=checkbox] {
   width: auto !important;
}
.hs-fieldtype-textarea.hs-input {
   vertical-align: middle;
}
@media(max-width: 767px) {
   form fieldset.form-columns-2 {
      flex-wrap: wrap;
   }
   form fieldset.form-columns-2 .hs-form-field {
      float: none;
      width: 100% !important;
   }
}
@media(max-width:479px) {
   form fieldset.form-columns-2 .hs-form-field:first-child .input,
   form fieldset.form-columns-2 .hs-form-field:first-child .input {
      margin-right: 0 !important;
   }
   form fieldset.form-columns-2 .hs-form-field {
      width: 100% !important;
      float: none;
   }
   .form-columns-2 .hs-form-field .hs-input {
      width: 100% !important;
   }
}
/* Form fields */
.hs-form-field {
   margin-bottom: 24px;
}
@media(max-width:767px) {
   .hs-form-field {
      margin-bottom: 8px;
   } 
}
/* Labels */
.hs-form label {
   display: block;
   margin-bottom: 0.35rem;
}
.hs-form label {
   font-size: 16px;
   font-weight: 500;
   line-height: 1.25;
   color: ;
   display: block;
   float: none;
   width: auto;
   text-align: left;
   padding-top: 0;
   margin-bottom: 8px;
}
.hs-form-field > label {
   display:inline-block;
   margin-bottom: 8px;
   font-weight:bold;
}
.hs-form-field {
  /*display: flex;
  align-items: flex-start;*/
}
.hs-form-field input[type=checkbox]+label {
  font-weight:normal;
  padding-left:8px;
  max-width:90%
}

.inputs-list.hs-error-msgs label {
   font-size: 16px;
   font-weight: 600;
   line-height: 1.25;
   margin-top: .5rem;
   color: #f00;
}
.hs-error-msgs label {
   color: #f00;
}
@media(max-width: 767px) {
   .hs-form label,
   .inputs-list.hs-error-msgs label {
/*       font-size: 12px;
      font-weight: 700; */
      line-height: 1.16;
   }
}
/* Help text - legends */
form legend {
   font-size: 0.875rem;
}
/* Inputs */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   display: inline-block;
   min-height: 50px;
   padding: 2px 12px;
   width: 100%;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.25;
   box-sizing: border-box;
   outline: none;
}
textarea.hs-input {
   height: auto;
}
.hs-input:focus {
   outline: none;
}
.hs-input::placeholder { /* we do not use placeholders on fohhn */
  color: transparent;
  opacity: 0;
}
  
form fieldset {
   max-width: 100% !important;
}
/* Inputs - checkbox/radio */
form .inputs-list {
   margin: 0;
   padding: 0;
   list-style: none;
}
form .inputs-list > li {
   display: block;
   margin: 0.7rem 0;
}
form .inputs-list input,
form .inputs-list span {
   vertical-align: middle;
}
form input[type=checkbox],
form input[type=radio] {
   cursor: pointer;
   width: auto;
   height: auto;
   padding: 0;
   margin: 3px 5px 3px 0px;
   line-height: normal;
   border: none;
   width: auto;
}
.hs-form label.hs-form-checkbox-display,
.hs-form label.hs-form-radio-display {
   position: relative;
   display: flex;
}
form fieldset .hs-input[type=checkbox], 
form fieldset .hs-input[type=radio] {
   width: 16px !important;
   height: 16px;
   border: 1px solid var(--secondary);
   -webkit-appearance: none;
   flex-shrink: 0;
   margin: 3px 8px 3px 0px;
}
form fieldset .hs-input[type=radio] {
   border-radius: 50%;
}
form fieldset .hs-input[type=checkbox] ~ span:after {
   content: "";
   position: absolute;
   left: 6px;
   top: 5px;
   width: 5px;
   height: 10px;
   border: solid var(--secondary);
   border-width: 0 2px 2px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   display: none;
}
form fieldset .hs-input[type=checkbox]:checked ~ span:after {
   display: block;
}
form fieldset .hs-input[type=radio] ~ span:after {
   content: "";
   position: absolute;
   left: 3px;
   top: 6px;
   width: 10px;
   height: 10px;
   display: none;
   background-color: var(--secondary);
   border-radius: 50%;
}
form fieldset .hs-input[type=radio]:checked ~ span:after {
   display: block;
}

textarea.hs-input {
   min-height: 124px;
   padding: 2px 12px;
}
/* Inputs - datepicker */
.hs-dateinput {
   position: relative;
}
.hs-dateinput:before {
   content:'\01F4C5';
   position: absolute;
   right: 10%;
   top: 50%;
   transform: translateY(-50%);
}
.fn-date-picker .pika-table thead th {
   color: #FFF;
}
.fn-date-picker td.is-selected .pika-button {
   border-radius: 0;
   box-shadow: none;
}
.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
   border-radius: 0 !important;
   color: #FFF;
}
/* Inputs - file picker */
form input[type=file] {
   background-color: transparent;
   padding: initial;
   border: initial;
   line-height: initial;
   box-shadow: none;
}
/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
   font-size: 16px;
   line-height: 1.4375;
   margin: 0 0 24px;
}
@media(max-width: 1024px) {
   form .hs-richtext p br {
      display: none;
   }
}
@media(max-width: 767px) {
   form .hs-richtext,
   form .hs-richtext p {
      line-height: 1.2;
      margin: 0 0 16px;
   }
   form .hs-richtext {
      padding-top: 8px;
   }
}
form .hs-richtext img {
   max-width: 100% !important;
}
/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
   margin-left: 1rem !important;
}
/* Validation */
.hs-form-required {
   margin-left: 4px;
}
.hs-input.invalid.error {
   border-color: #ff2a00;
}
.hs-error-msg {
   color: #ff2a00;
   margin-top: 0.35rem;
}
.hs-error-msgs label {
   color: #f00;
}
/* Submit button */
form input[type=submit],
form .hs-button {
   margin: 0;
   cursor: pointer;
   display: inline-block;
   text-align: center;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   white-space: normal;
   border-style: solid;
   border-width: 1px;
   font-size: 16px;
   line-height: 1.25;
   font-weight: 600;
   position: relative;
   text-decoration: none;
}
/* Captcha */
.grecaptcha-badge {
   margin: 0 auto;
}
#hs-search-module .hs-input {
   margin-bottom: 20px;
}
@media (max-width: 767px) {
   form {
      max-width: 100%;
   }
}




/* start: to top align checkbox and label */
.hs-form-field:has(input[type="checkbox"]) {
  display: flex;
  flex-wrap: wrap;
}

.hs-form-field:has(input[type="checkbox"]) > p {
  width: 100%;
}

.hs-form-field input[type="checkbox"] {
  margin-top: 6px;
  align-self: flex-start;
}

.hs-form-field input[type="checkbox"] + label {
  align-self: flex-start;
  font-weight: normal;
  padding-left: 8px;
  max-width: 90%;
}
/* end: to top align checkbox and label */
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

.custom-header {
   padding: 25px 0;
   padding-bottom: 40px;
}
.header__container {
   margin: 0 auto;
   padding: 0 16px;
   width: 100%;
}
@media (max-width: 1200px) {
   .custom-header {
      padding: 21.5px 0;
   }
   .custom-logo img {
      max-width: 30.5px !important;
   }
}
.footer-top {
   padding: 112px 0;
}
.footer .content-wrapper {
   margin: 0 auto;
   width: 100%;
   padding: 0 16px;
}
.footer-top .row {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: flex-end;
   gap: 20px;
}
.footer-top a {
   text-decoration: none;
}
.footer-top h1,
.footer-top h2,
.footer-top h3,
.footer-top h4,
.footer-top h5,
.footer-top h6,
.contact-info p {
   margin-bottom: 8px;
}
.contact-info p:last-of-type {
   margin: 0;
}
.footer-bottom {
   padding: 24.5px 0 18px;
}
.footer-bottom .row {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   gap: 20px;
}
.footer-bottom .row-bottom {
   padding-top: 41px;
      justify-content: flex-end;
}
.footer-bottom .top-text,
.footer-bottom .engineered-logo {
   width: calc(50% - 20px);
}
.footer-bottom .engineered-logo {
   text-align: right;
}
.footer-bottom .top-text p {
   font-weight: 400;
   font-size: 22px;
   line-height: 1.18;
   margin: 0;
}
.footer-bottom .top-text p strong {
   font-weight: 600;
}
.footer-bottom .top-text p a {
   text-decoration: none;
}
.bottom-text p {
   font-weight: 400;
   font-style: Italic;
   font-size: 16px;
   line-height: 1.5;
}
.bottom-text p:last-child {
   margin: 0;
}
.bottom-link ul {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   gap: 35px;
}
.bottom-link ul li a {
   font-weight: 400;
   font-size: 16px;
   line-height: 1.25;
   text-decoration: none;
}
.bottom-link .hs-menu-wrapper>ul>li ul {
    display: none !important;
}
@media (max-width: 1024px) {
   .footer-bottom .top-text{
      width: calc(60% - 20px);
   }
   .footer-bottom .engineered-logo {
      width: calc(40% - 20px);
   }
}
@media(max-width: 767px) {
   .footer-top {
      padding: 32px 0 40px;
   }
   .footer-top .row {
      gap: 30px;
      flex-direction: column;
   }
   .contact-info,
   .footer-social {
      width: 100%;
   }
   .footer-social ul {
      justify-content: center;
   }
   .footer-bottom .row-bottom {
      padding-top: 24px;
      flex-direction: column-reverse;
      gap: 24px;
   }
   .bottom-link ul {
      gap: 22px;
      justify-content: center;
   }
   .bottom-link ul li a {
      font-size: 12px;
      line-height: 1.25;
   }

}
@media (max-width: 1199.98px) {
   .bottom-link ul li a {
      font-size: 12px;
   }
   .hs-menu-wrapper ul {
      gap: 0 16px;
   }
   .row.row-bottom {
      flex-direction: column-reverse;
      padding-top: 27px;
      gap: 24px;
   }
   .footer-bottom {
    padding: 24px 0 20px;
}
}
@media (max-width: 767px) {
    .row.row-bottom {
        padding-top: 27px;
    }
}
/* Menu and simple menu */
.hs-menu-wrapper ul {
   list-style: none;
   margin: 0;
   padding-left: 0;
}
/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
   height: auto;
   max-width: 100%;
   vertical-align: middle;
}

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

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

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

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