*, *: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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* .content-wrapper {  
  margin-right: auto;
  margin-left: auto;
   padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

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

.bauer-landing-page .dnd-section .dnd-column {
  padding: 0;
}
.banner-section .Banner-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}


.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
}
.col {
  flex: none;
  width: 100%;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
}

.mt-50 {
  margin-top: 50px;
}

.w-full {
  width: 100%;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.banner-section .dnd-section, .content-wrapper--vertical-spacing {
  padding: 0;
}


.banner-section .dnd-section {
    max-width: 100% !important;
    width: 100%;
}

.banner-section .dnd-section > .row-fluid {
    width: 100% !IMPORTANT;
    margin: 0 !IMPORTANT;
    padding: 0 !IMPORTANT;
}

@media (min-width: 900px){
  .md\:w-8\/14 {
    width: 57.14%;
  }
  .md\:w-5\/14 {
    width: 35.71%;
  }

  .md\:flex {
    display: flex;
  }
  .md\:w-8\/14 {
    width: 57.14%;
  }
  .md\:ml-1\/14 {
    margin-left: 7.14%;
  }
  
}

@media (min-width: 1024px){
  .lg\:ml-1\/14 {
    margin-left: 7.14%;
  }
  .lg\:w-4\/14 {
    width: 28.57%;
  }
  .lg\:w-8\/14 {
    width: 57.14%;
  }
  .lg\:ml-1\/14 {
    margin-left: 7.14%;
  }
  .lg\:w-5\/14 {
    width: 35.71%;
  }
  .lg\:mt-80 {
    margin-top: 80px;
  }
  .lg\:mt-100 {
    margin-top: 100px;
  }

  
}


@media (min-width: 1280px){
  .xl\:w-5\/14 {
    width: 35.71%;
  }
  .xl\:w-3\/14 {
    width: 21.43%;
  }
  .xl\:w-5\/14 {
    width: 35.71%;
  }
  .xl\:w-4\/14 {
    width: 28.57%;
  }
  .xl\:ml-3\/14 {
    margin-left: 21.43%;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
   


}
@media (min-width: 1600px){
  .xxl\:w-2\/14 {
    width: 14.29%;
  }

}














 */
@font-face { font-family: "Roboto"; src:
  url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
  font-style: normal; font-weight: 400; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }


@font-face { font-family: "Roboto"; src:
  url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") 
  format("woff2"); font-style: normal; font-weight: 500; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: Subset Bauermediasans;
  src: url(//5228376.fs1.hubspotusercontent-na1.net/hubfs/5228376/raw_assets/public/Bauer_2025/fonts/BauerMediaSans-Bold_all.woff2) format("woff2"),
  url(//5228376.fs1.hubspotusercontent-na1.net/hubfs/5228376/raw_assets/public/Bauer_2025/fonts/BauerMediaSans-Bold_all.woff) format("woff"); 
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Subset Bauermediasans; 
  src: url(//5228376.fs1.hubspotusercontent-na1.net/hubfs/5228376/raw_assets/public/Bauer_2025/fonts/BauerMediaSans-Regular_all.woff2) format("woff2"),
  url(//5228376.fs1.hubspotusercontent-na1.net/hubfs/5228376/raw_assets/public/Bauer_2025/fonts/BauerMediaSans-Regular_all.woff) format("woff"); 
  font-weight: 400;
  font-display: swap;
}


body {
  line-height: 1.5;
  word-break: break-word;
  overscroll-behavior-y: none;
  font-family: "Subset Bauermediasans", Arial, Helvetica, sans-serif;
}
html {
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-weight: 700;
}
a:hover{
}

a:focus-visible {
  outline: 2px solid #1fd1bd;
  outline-offset: 2px;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  background-color: #4700a3;
  font-family: "Subset Bauermediasans", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 0.375rem !important;
  padding: 1rem 1.25rem !important;
  padding-right: 2.5rem !important;
  border: 1.5px solid #4700a3;
  margin: 0.5rem 0 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.875rem 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.76547 15.4966C1.51955 15.4966 1.27363 15.4303 1.04945 15.2978C0.606122 15.0361 0.341797 14.5687 0.341797 14.0487L0.341797 1.94746C0.341797 1.42745 0.606122 0.960125 1.04945 0.698421C1.49278 0.436717 2.0231 0.433318 2.4681 0.691623L12.9558 6.74481C13.4058 7.00481 13.6751 7.47384 13.6751 8.00065C13.6751 8.52745 13.4058 8.99648 12.9558 9.25649L2.46643 15.3097C2.2456 15.4371 2.0047 15.5 1.7638 15.5L1.76547 15.4966Z' fill='white'/%3E%3C/svg%3E");
  transition: background-color 0.3s;
  line-height: 1.2;
  min-height: 3.25rem;
  width: auto;
}

button:hover,
.button:hover {
  background-color: #561fcb;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.76547 15.4966C1.51955 15.4966 1.27363 15.4303 1.04945 15.2978C0.606122 15.0361 0.341797 14.5687 0.341797 14.0487L0.341797 1.94746C0.341797 1.42745 0.606122 0.960125 1.04945 0.698421C1.49278 0.436717 2.0231 0.433318 2.4681 0.691623L12.9558 6.74481C13.4058 7.00481 13.6751 7.47384 13.6751 8.00065C13.6751 8.52745 13.4058 8.99648 12.9558 9.25649L2.46643 15.3097C2.2456 15.4371 2.0047 15.5 1.7638 15.5L1.76547 15.4966Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.875rem 1rem;
}

button:focus-visible,
.button:focus-visible {
  outline: 2px solid #1fd1bd;
  outline-offset: 2px;
}

.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem; 
  line-height: 1.4;
  font-family: "Subset Bauermediasans", sans-serif;
  color: #4700a3 !important;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

/* 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 {
  border: 1px solid #4700a3 !important; 
  font-size: 1rem !important; 
  font-weight: 400 !important;
  font-family: "Subset Bauermediasans", sans-serif;
  border-radius: 0.5rem; 
  padding: 0.75rem 1rem !important; 
  margin-top: 4px;
  background-color: transparent;
  color: #4700a3 !important; 
  width: 100% !important; 
}

form input::placeholder {
  color: #565656; 
}

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;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: #4700a3; /* Updated to match theme */
  font-family: "Subset Bauermediasans", sans-serif;
  font-weight: 700;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0.5rem;
  box-shadow: none;
  background-color: #4700a3;
  color: white;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0.5rem !important;
  background-color: #561fcb;
  color: #fff;
}

/* Inputs - file picker */

form input[type="file"] {
  background-color: transparent;
  border: 1px solid #4700a3;
  padding: 0.75rem 1rem !important;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #4700a3;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
  font-family: "Subset Bauermediasans", sans-serif;
  color: #1d1d1d; 
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
  font-size: 0.875rem;
  color: #1d1d1d;
  font-family: "Subset Bauermediasans", sans-serif;
}

/* Validation */

.hs-form-required {
  color: #3b0b0b;
}

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

.hs-error-msg {
  color: #3b0b0b !important;
  margin-top: 0.35rem;
  background-color: #f8e4e4;
  border-radius: 0.5rem;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  font-family: "Subset Bauermediasans", sans-serif;
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  cursor: pointer;
  background-color: #4700a3; 
  font-family: "Subset Bauermediasans", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 1rem; 
  border-radius: 0.375rem !important; 
  padding: 1rem 1.25rem !important;
  padding-right: 2.5rem !important;
  border: 1.5px solid #4700a3;
  margin: 0.5rem 0 0 0;
  display: inline-flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.875rem 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.76547 15.4966C1.51955 15.4966 1.27363 15.4303 1.04945 15.2978C0.606122 15.0361 0.341797 14.5687 0.341797 14.0487L0.341797 1.94746C0.341797 1.42745 0.606122 0.960125 1.04945 0.698421C1.49278 0.436717 2.0231 0.433318 2.4681 0.691623L12.9558 6.74481C13.4058 7.00481 13.6751 7.47384 13.6751 8.00065C13.6751 8.52745 13.4058 8.99648 12.9558 9.25649L2.46643 15.3097C2.2456 15.4371 2.0047 15.5 1.7638 15.5L1.76547 15.4966Z' fill='white'/%3E%3C/svg%3E");
  transition: background-color 0.3s;
}

form input[type="submit"]:hover,
form .hs-button:hover {
  background-color: #561fcb;
}

/* Focus states */
form input:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form .hs-button:focus-visible {
  outline: 2px solid #1fd1bd; 
  outline-offset: 2px;
}

/* Captcha */

.grecaptcha-badge {
  border-radius: 0.5rem;
  overflow: hidden;
}

/* Select styling */
form select {
  appearance: none;
  background-repeat: no-repeat;
  padding-right: 2.5rem !important;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.00776 4.50467C3.00776 4.34072 3.05194 4.17678 3.14031 4.02733C3.31478 3.73177 3.62633 3.55556 3.97301 3.55556L12.0405 3.55556C12.3872 3.55556 12.6987 3.73177 12.8732 4.02733C13.0477 4.32288 13.0499 4.67643 12.8777 4.9731L8.84229 11.9649C8.66895 12.2649 8.35627 12.4444 8.00506 12.4444C7.65386 12.4444 7.34117 12.2649 7.16783 11.9649L3.13238 4.97198C3.04741 4.82476 3.00549 4.66416 3.00549 4.50356L3.00776 4.50467Z' fill='%234700a3'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header a:hover{
   background:none;

}
.mega__wrapper .submenu.level-2 {
   display: none;
}
.desktop_menu .submenu.level-1>li:hover>a:after {
   width: 100%;
}
.mega__wrapper.active ul.submenu.level-2 {
   display: block;
}
.no-banner header.header {
   min-height: 128px;
}
.bottom_header {
   min-height: 88px;
}

.menu_toggle.lp {
   visibility: hidden;
   opacity: 0;
}
.header_inner {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   background-color: #fff;
   transition: all .3s ease;
  padding-top: 16px;
  padding-bottom: 16px;
}

.top_header {
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   padding-left: 40px;
   padding-right: 40px;
   height: 40px;
   justify-content: flex-end;
   display: flex;
   align-items: center;
   background-color: #32363f;
}
.hs_header {
   z-index: 10;
   width: 100%;
   position: fixed;
   top: 0;
   background-color: #fff;
}
.top_link ul {
   font-size: 11px;
   align-items: center;
   display: flex;
   list-style: none;
   padding: 0;
   margin: 0;
   margin-right: 25px;
}
.top_link ul li {
   padding-left: 15px;
   padding-right: 15px;
   border-right: 1px solid #878787;
}

.top_link ul li:last-child {
   border: none;
}

.top_link ul li a {
   font-weight: 700;
   color: #fff;
}
.top_link ul li a:hover {
   color: #0099d8;
}
.header_social_link ul {
   margin: 0;
   margin-left: -10px;
   margin-right: -10px;
   justify-content: flex-end;
   align-items: center;
   display: flex;
   list-style: none;
   padding: 0;
}
.header_social_link ul li {
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 6px;
}

.header_social_link ul li a {
   font-weight: 700;
   color: #fff;
   display: block;
   padding: 5px;
}

.header_social_link ul li a svg {
   fill: #FFF;
}
.header_social_link ul li a svg:hover {
   fill: #0099d8;
}
.bottom_header {
   position: relative;
   padding-left: 40px;
   justify-content: space-between;
   align-items: center;
}

.header_left {
   width: 100%;
   position: relative;
   padding-top: 6px;
}
.header_logo a {
   z-index: 9;
   position: relative;
   pointer-events: auto;
   height: 20px;
   align-items: center;
   display: flex;
   color: inherit;
   margin-bottom: 10px;
   max-width: 170px;
   padding: 10px;
}
.header_logo a:hover {
   color: inherit;
}
.header .fill-current {
   fill: currentColor;
}
.get_in_Btn #hs-button_header_button {
   width: 100%;
   white-space: nowrap;
   text-align: left;
   position: relative;
   padding-top: 20px;
   padding-bottom: 20px;
   margin-left: auto;
   font-size: 16px;
   min-height: 88px;
   font-weight: 700;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border: 1px solid #0099d8;
   background-color: #0099d8;
   transition: background-color .25s;
   color: #FFF;
}

.get_in_Btn #hs-button_header_button:hover {
   background-color: #03609f;
   border-color: #03609f;
}
.get_in_Btn #hs-button_header_button svg .stroke-current {
   stroke: aliceblue;
}

.get_in_Btn #hs-button_header_button svg {
   margin-left: 30px;
   flex-shrink: 0;
   transition: transform .3s,-webkit-transform .3s;
}

.get_in_Btn #hs-button_header_button:hover svg {
   -webkit-transform: translateX(4px);
   transform: translateX(4px);
}



.desktop_menu {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   min-height: 100%;
}
.desktop_menu .submenu.level-1 {
   text-align: center;
   flex-wrap: wrap;
   display: flex;
   list-style: none;
   margin: 0;
   padding: 0;
}

.desktop_menu .submenu.level-1>li {
   padding-right: 25px;
   display: flex;
   align-items: center;
   position: relative;
}
.desktop_menu .submenu.level-1>li>a {
   transition: all .25s;
   cursor: pointer;
   padding-right: 20px;
}
.desktop_menu .submenu.level-1>li>a:hover {
   color: #0099d8;
}

.desktop_menu .submenu.level-1>li>a:before {

   background-image:url(//5228376.fs1.hubspotusercontent-na1.net/hubfs/5228376/raw_assets/public/Bauer_2025/images/chevron-7f31087904.svg);
   background-repeat: no-repeat;
   content: "";
   width: 22px;
   height: 13px;
   margin-left: 10px;
   position: absolute;
   top: 10px;
   right: 13px;
   transform-origin: center center;


}
.desktop_menu .submenu.level-1>li>a:after {
   transition: all .2s ease-in-out;
   background: none repeat scroll 0 0 #0099d8;
   content: "";
   display: flex;
   height: 2px;
   width: 0;
   position: relative;
   bottom: 0;
}

.desktop_menu .submenu.level-1>li:hover>a:after {
   display: flex;
   width: calc(100% + 20px);
}




body.fixed .header_inner {
   padding-top: 0;
   height: 88px;
}

body.fixed .top_header {
   z-index: -1;
}

body.fixed  .mega__wrapper.active {
   padding-top: 88px;
}









.mega__wrapper {
   background-color: #f2f2f2;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   -webkit-transform: translateY(-100%); 
   transform: translateY(-100%);
   pointer-events: all;
   transition: all .3s ease;
   padding-bottom: 54px;
   overflow-y: scroll;
   z-index:-1;
   height: 100%;
}

.mega__wrapper .submenu-inner{
   display: flex;
   margin-top: 20px;
   flex-direction: column;
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   list-style: none;
   margin-bottom: 0;
}
.mega__wrapper .submenu-inner>li {
   margin-bottom: 10px;
   width: 400px;
   max-width: 100%;
   padding-right: 20px;
   padding-left: 20px;
   border-left: 1px solid #0099d8;
}

.mega__wrapper .submenu.level-2 {
   display: block;
   margin: 0;
   padding: 0;
}


.mega__wrapper .submenu.level-3 {
   margin: 0;
   padding: 0;
   list-style: none;
}
.mega__wrapper .submenu.level-3>li {
   padding-bottom: 10px;
}

.mega__wrapper .submenu.level-3>li>a {
   display: flex;
   justify-content: space-between;
}

.mega__wrapper .submenu.level-3>li>a:hover {
   cursor: pointer;
   color: #0099d8;
}





.mega__wrapper .submenu-inner>li>a {
   text-transform: uppercase;
   color: #0099d8;
   padding-bottom: 20px;
   font-size: inherit;
   font-weight: inherit;

   text-align: left;
   display: flex;
   justify-content: space-between;
}
.mega__wrapper .menu_title {
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 10px;
   padding-bottom: 20px;
   position: relative;
   text-align: left;

}
.mega__wrapper .menu_title h3 {
   color: #0099d8;
   font-size: 24px;
   font-weight: inherit;
   margin-bottom: 0;
}


.mega__wrapper.active {
   z-index: -1;
   transform: none;
}


.mega__wrapper .submenu.level-2{
   opacity:0
}

.mega__wrapper.active .level-2 {
   opacity: 1;
}



.mobile_bar{
   display:none;
}

.mobile_bar .header_logo a {
   display: flex;
   align-items: center;
   margin-left: 20px;
   height: 64px;
   pointer-events: auto;
   position: relative;
   z-index: 9;
   transition-property: all;
   margin-bottom: 0;
   max-width: 100%;
   padding: 0;
}


/* .no-banner .header_logo svg {
width: 224px !important;
}
*/

.mobile_menu_inner .hs_top_links ul {
   text-transform: uppercase;
   position: relative;
   padding: 0;
   padding-top: 10px;
   padding-bottom: 10px;
   font-size: 14px;
   list-style: none;
   margin: 0;
}

.mobile_menu_inner .hs_top_links ul li {
   color: #aabac5;
   padding-top: 10px;
   padding-left: 20px;
   padding-right: 20px;
   font-weight: 700;
}



.mobile_menu_inner .hs_top_links ul li a {
   color: #aabac5;
}

.mobile_menu_inner .hs_top_links ul li a:hover {
   color:#0099d8;
}
.desktop_menu .submenu.level-1>li.rotate>a:before {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
   top: 2px;
   right: 25px;
}


























@media (min-width: 400px){


   .mega__wrapper .menu_title h3 {
      font-size: calc(.5vw + 22px);
   }



}



@media (min-width: 500px){

   .get_in_Btn #hs-button_header_button {
      width: auto;
   }
   .mega__wrapper .submenu-inner{
      padding-left: 40px;
      padding-right: 40px;
   }
   .mega__wrapper .menu_title {
      padding-left: 40px;
      padding-right: 40px;
   }

   .mobile_bar .header_logo a {
      margin-left: 40px;
   }
   .mobile_menu_inner .submenu.level-1>li {
      padding-left: 40px !important;
   }

   .back_btn {
      padding-left: 40px !important;
      padding-right: 40px !important;
   }
   .mobile_menu_inner .hs_top_links ul li {
      padding-left: 40px;
   }
}




@media (min-width: 640px){
   .header_logo a {
      padding: 20px;
   }
   .get_in_Btn #hs-button_header_button {
      padding-left: 40px;
      padding-right: 40px;
   }
}



@media (min-width: 900px){
   .hs_header {
      display: block;
   }
   .header_logo a {
      padding: 0;
   }

   .mobile_bar .header_logo a {
      height: 100%;
   }

}

@media (min-width: 1024px){
   .bottom_header {
      display: flex;
   }
   .get_in_Btn #hs-button_header_button {
      width: 220px;
      max-width: 100%;
   }

   .mega__wrapper{
      height: unset;
      padding-top: 128px;
      padding-bottom: 0;
   }

   .mega__wrapper{
      padding-left: 50px;
      padding-right: 50px;
   }
   .mega__wrapper .submenu-inner{
      padding-bottom: 100px;
      padding-left: 0;
      padding-right: 0;
      flex-direction: row;
   }

   .mega__wrapper .submenu.level-2>li {
      padding-left: 15px;

   }
   .mega__wrapper .submenu-inner>li a:after {
      background-image: url(//5228376.fs1.hubspotusercontent-na1.net/hubfs/5228376/raw_assets/public/Bauer_2025/images/nav-arrow-6389e3b4ba.svg);
      background-size: 22px 10px;
      background-repeat: no-repeat;
      background-position: 50% 60%;
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      margin-left: 4px;
      opacity: 0;
   }

   .mega__wrapper .submenu-inner>li a:hover:after{
      opacity: 1;
   }


   .mega__wrapper .menu_title {
      padding-left: 0;
      padding-right: 0;
   }
   .mega__wrapper .menu_title h3 {
      padding-top: 10px;
      padding-bottom: 10px;
   }


}

@media (min-width: 1280px){

   .desktop_menu {
      margin-right: 25px;
   }
   .mega__wrapper .submenu.level-2>li {
      padding-left: 20px;
   }
}


@media (min-width: 1320px){
   .header_left {
      display: flex;
      align-items: center;
      justify-content: space-between;
   }

   .header_logo a {
      max-width: 320px;
   }
   .desktop_menu {
      justify-content: flex-end;
   }
}
@media (min-width: 1600px){

   .mega__wrapper .menu_title h3 {
      font-size: 30px;
   }



}

@media (max-width:1023px){
   .header_inner {
      display: none;
   }

   .mobile_bar {
      width: 100%;
      position: fixed;
      padding-top: 0;
      padding-bottom: 0;
      align-items: center;
      height: 80px;
      display: flex;
      justify-content: space-between;
      background-color: #fff;
   }


   .menu_toggle button {
      position: relative;
      display: block;
      width: 80px;
      height: 80px;
      background-color: #0099d8;
      transition: all .3s ease-in-out;
      border: 0;
      background-image: none;
      margin: 0;

   }

   .menu_toggle  .absolute {
      position: absolute;
   }

   .menu_toggle  .mobile-toggle__line--x {
      top: calc(50% - 6px);
      left: 50%;
      width: 30px;
   }

   .menu_toggle  .mobile-toggle__line {
      -webkit-transform-origin: center center;
      transform-origin: center center;
      width: 30px;
      height: 3px;
      border-radius: 3px;
      background: #fff;
      -webkit-transform: translate(-50%,-50%) rotate(0);
      transform: translate(-50%,-50%) rotate(0);
      transition: all .3s ease-in-out;
   }

   .menu_toggle .mobile-toggle__line--y {
      top: calc(50% + 4px);
      left: calc(50% - 5px);
      width: 20px;
   }

   .mobile_menu_wrapper {
      position: fixed;
      top: 0;
      z-index: 11;
      transition: all .3s ease;
      padding-top: 80px;
      flex-direction: column;
      display: flex;
      height: 100%;
      width: 100%;
      z-index: 6;
      background-color: #fff;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
   }

   .menu_toggle {
      position: relative;
      z-index: 11;
   }

   .mobile_menu_inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding-bottom: 200px;
      padding-top: 80px;
      overflow: auto;
   }

   .mobile_menu_inner .submenu.level-1 {
      width: 100%;
      position: relative;
      padding: 0;
      padding-top: 10px;
      margin-bottom: 0;
   }

   .mobile_menu_inner .submenu.level-1>li {
      padding-top: 10px;
      padding-left: 20px;
      padding-right: 20px;
      display: block;
   }


   .mobile_menu_inner .submenu.level-1>li>a {
      padding-bottom: 15px;
      font-size: 18px;
      display: flex;
      justify-content: space-between;
      color: inherit;
   }
   .mobile_btn {
      position: fixed;
      bottom: 0;
      left: 0;
      text-align: center;
      width: 100%;
      transition-property: all;
      transition-duration: .3s;
      background-color: #0099d8;
      z-index: 18;
      opacity: 0;
   }

   .mobile_btn a {
      display: block;
      font-weight: 700;
      font-size: 16px;
      padding: 15px;
      color: #fff;
   }
   .expanded .mobile_menu_wrapper {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }

   body.expanded {
      overflow: hidden;
   }


   .expanded .menu_toggle button {
      background: #000;
   }

   .expanded .menu_toggle .mobile-toggle__line--x {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%) rotate(-45deg);
      transform: translate(-50%,-50%) rotate(-45deg);
   }
   .expanded .menu_toggle .mobile-toggle__line--y {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%) rotate(45deg);
      transform: translate(-50%,-50%) rotate(45deg);
   }

   .expanded .menu_toggle .mobile-toggle__line {
      width: 30px;
      will-change: width;
   }
   .menu_toggle button:hover {
      background: #0099d8;
   }
   .expanded .menu_toggle button:hover {
      background: #000;
   }

   .expanded  .mobile_btn {
      opacity: 1;
      pointer-events: auto;
   }
   .mobile_btn a:hover {
      border-color: #03609f;
      background-color: #03609f;
      color: #fff;
   }


   .mega__wrapper {
      padding-top: 100px;
      padding-bottom: 54px;

   }

   .hs_mobile_inner {
      align-items: center;
      height: 80px;
      display: flex;
      justify-content: space-between;
      background-color: #fff;
      width: 100%;
      position: relative;
      z-index: 222;
   }

   .mobile_bar {
      width: 100%;
      position: fixed;
      padding-top: 0;
      padding-bottom: 0;
   }

   .mega__wrapper.active {
      z-index: 2;
      transform: none;
   }


   .back_btn {
      padding: 10px;
      padding-left: 20px;
      padding-right: 20px;
   }

   .back_btn button {
      background-color: transparent;
      background-image: none;
      border: 0;
      padding: 0;
      font-size: 14px;
      display: flex;
      align-items: center;
      color: #000;
      margin: 0;
      font-weight: 400;
      font-family: "Proxima Nova Alt", sans-serif;
   }
   .back_btn button:hover {
      color: inherit;
   }
   .back_btn button svg {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      padding-right: 10px;
      display: block;
      vertical-align: middle;
   }
   .back_btn button:hover {
      background: transparent;
   }


   .mega__wrapper .submenu.level-3>li>a {
      padding: 0;
   }

   /*   .no-banner .header_inner {
   display: block;
}
   */


}

@media (max-width:768px){

   header.header {
      min-height: 80px;
   }

}
@media (max-width:639px){

   .mobile_bar .header_logo a svg {
      width: 90%;
   }

}
@media (max-width:320px){
   .menu_toggle button{
      width: 70px;
   }
}
.bauer-footer {
  background: #4700A3;
  color: #fff;
}
