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

.cm-svg-top [data-aos=fade-right].aos-animate {
  transform: translate3d(-100px,0,0);
  opacity:0;
}
.cm-svg-top [data-aos=fade-down].aos-animate {
  transform: translate3d(0,-100px,0);
  opacity:0;
}
.cm-svg-top [data-aos=fade-up-right].aos-animate {
  transform: translate3d(-100px,100px,0);
  opacity:0;
}
.cm-svg-top [data-aos=fade-up].aos-animate {
  transform: translate3d(0,100px,0);
  opacity:0;
}
.cm-svg-top [data-aos=fade-down-right].aos-animate {
  transform: translate3d(-100px,-100px,0);
  opacity:0;
}
.cm-svg-top [data-aos=fade-down-left].aos-animate {
  transform: translate3d(100px,-100px,0);
  opacity:0;
}
.cm-svg-top [data-aos=fade-left].aos-animate {
  transform: translate3d(100px,0,0);
  opacity:0;
}
.cm-svg-top.active-svg [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

.hs-inline-edit [data-aos] {
  transform: translate3d(0,0,0) !important;
  opacity: 1 !important;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: hidden;
}

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

/* Custom Content Container Start */

.content-container {
  max-width: 1440px;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1280px) {
  .content-container {
    padding: 0 140px;
  }
}

/* Custom Content Container End */
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}



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

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

.body-container-wrapper .content-wrapper,
.dnd-section>.row-fluid{
  padding: 0 1.25rem;
}

@media (min-width: 768px) {

  .dnd-section .dnd-column {
    padding: 0 20px;
  }
  .body-container-wrapper .content-wrapper,
  .dnd-section > .row-fluid{
    padding: 0 1.25rem;
  }
}

@media (min-width: 1280px) {
  .body-container-wrapper .content-wrapper,
  .dnd-section > .row-fluid{
    padding: 0 140px;
  }
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.arrow {
  background-image: url();
}
body {
    line-height: 1.5;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

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

/* Paragraphs */

p {
    margin: 0 0 1em;
}

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

/* Headings */

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

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

h1{
      line-height: 1;
}
h2{
      line-height: 1;
}
h3{
      line-height: 1;
}
h4{
      line-height: 1.5;
}
h5{
      line-height: 1.5;
}
h6{
      line-height: 1.5;
}
}
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
}

.button:active,
.hs-button:active {
  text-decoration: none;
}

.hs-accordion__item button {
  height: auto;
  line-height: 1.2;
  max-width: 100%;
  text-transform: none;
}

.button-arrow {
  background-color: #fff;
  color: #002855;
  display: inline-block;
  font-weight: 800;
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/arrow-right.svg);
  background-position: 16px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding: 0.5rem 1rem 0.5rem 3.5rem;
  transition: all 0.15s ease-in-out;
}

.button-arrow:hover {
  background-position: 24px center;
}

.button-round {
  text-align: center;
  display: inline-block;
  background-color: #009FDF;
  border-radius: 2rem;
  padding: 1.5rem 2rem;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}

.button-round:hover {
  color: #fff;
  background-color: #002855;
}

@media (max-width: 767px){
  .button-round {
    font-size: 0.9rem;
    padding: 1rem 1.5rem;
  }
}

.button-outline:hover {
  color: white;
  box-shadow: 0 0 12px 4px #009FDF, inset 0 0 12px 4px #009FDF;
}

.button-outline {
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #009FDF;
  box-shadow: 0 0 8px 1px #009FDF, inset 0 0 8px 1px #009FDF;
  border-radius: 32px;
  padding: 22px 33px;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out, box-shadow 1s ease;
}

@media (max-width: 767px){
  .button-outline {
    font-size: 0.9rem;
    padding: 18px 29px;
  }
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  color: #002855;
    font-weight: 800;
    padding-bottom: 15px;
      font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

/* 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 {
     box-sizing: border-box;
    min-height: 58px;
    line-height: 28px;
    padding: 0 15px;
    border: 1.5px solid;
    font-family: inherit;
    font-size: 18px;
    outline: 0;
    display: block;
  width:100%;
}

form .inputs-list>li>label {
    list-style: none;
    padding: 0;
    font-size: 16px;
    color: red;
    line-height: 22px;
    margin: 0;
    font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
    font-weight: 400;
}

form .inputs-list {
    margin: 10px 0 26px;
}

form .inputs-list>li {
    margin: 0;
}

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


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

.hs-input[type=checkbox],
.hs-input[type=radio] {
  padding: 0;
  margin: 4px 5px 3px 0px;
  line-height: normal;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button,.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
      -webkit-appearance: none;
    width: 100%;
    max-width: 500px;
    text-transform: uppercase;
    text-decoration: none;
    height: 60px;
    cursor: pointer;
    outline: 0;
    font-weight: 800;
    text-align: center;
    font-size: 18px;
    margin: 0 auto 0 0;
      line-height: 60px;
}
a.hs-button.primary {
    margin: 10px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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 {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.header__container {
  margin: 0 100px;
  display: flex;
  align-items: center;
}

.custom-header-logo img {
  max-width: 242px;
  margin: 25px 0;
  height: auto;
}

.header__navigation-desktop {
  margin: 1px 0 0 120px;
}

.mobile-menu {
  display: none;
}

.header__navigation-desktop .submenu-dropdown {
  transition: visibility .2s,opacity .2s ease-in;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  background-repeat: no-repeat;
  box-shadow: inset 0em 0.5rem 2rem -2rem #000;
  background-position: 0 calc(100% - 25px);
  height: 525px;
}

div#hs_menu_wrapper_desktop_header_menu>ul>li {
  padding: 0 22px;
  position: static;
}

.header__navigation-desktop .submenu-dropdown .heading-text-submenu {
  margin: 0 100px;
}

.header__navigation-desktop .submenu-dropdown .heading-text-submenu .subnav-overline {
  margin-top: 36px;
  font-weight: 800;
  font-size: 16px;
  color: #002855;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}

.header__navigation-desktop .submenu-dropdown .heading-text-submenu .headline {
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  color: #009fdf;
  margin-top: 10px;
}


.submenu-dropdown ul {
  position: relative !important;
  left: 0 !important;
  opacity: 1 !important;
  display: flex;
}

.submenu-dropdown > ul {
  margin: 43px 100px 0 !important;
}

.submenu-dropdown ul li a {
  color: #002855;
  line-height: 25px;
  font-weight: 700;
  font-size: 18px;
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
}


.submenu-dropdown ul li {
  padding: 0;
  margin-bottom: 15px;
}



div#hs_menu_wrapper_desktop_header_menu>ul>li>a {
  cursor: pointer;
  color: #6e7781;
  text-decoration: none;
  font-weight: 700;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  line-height: 1.5;
}

.custom-header-logo>div {
  line-height: 0;
}

.submenu-dropdown>ul {
  display: flex !important;
  flex-direction: row !important;
}
 .submenu-dropdown>ul>li>a {
    color: #009fdf !important;
}
.submenu-dropdown>ul>li {
  width: 280px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}


.submenu-dropdown>ul>li>a {
  font-size: 20px;
  padding: 0;
  margin-bottom: 16px;
  font-weight: 700;
  pointer-events: none;
}

div#hs_menu_wrapper_desktop_header_menu>ul>li:last-child .submenu-dropdown>ul>li {
    width: 300px;
}
.submenu-dropdown>ul>li>ul {
  margin-top: 16px ;
}

.submenu-dropdown>ul>li>ul>li {
  margin-bottom: 13px;
}
.underabsolute-header-textkarrieretext {

  color: #009fdf;
  margin-top: 80px;
  font-size: 18px;
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 400;
  margin-left:100px;
  max-width:1160px;
}

.submenu-dropdown a {
  white-space: normal !important;
  line-height: 27px !important;
}

.header__navigation-desktop div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(2) .submenu-dropdown>ul>li {
  width: 280px;
}

.header__navigation-desktop div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(2) .submenu-dropdown>ul>li>a {
  margin: 0 !important;
}

.header__navigation-desktop div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(2) .submenu-dropdown>ul>li>ul {
  margin-top: -2px ;
}

.header__navigation-desktop #hs_menu_wrapper_desktop_header_menu > ul > li:first-child > div > ul > li:first-child > a,
.header__navigation-desktop #hs_menu_wrapper_desktop_header_menu > ul > li:nth-child(3) > div > ul > li:nth-child(1) > ul > li > a {
  position: relative;
  background: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/iarrow.26c5d8c5.svg);
  background-repeat: no-repeat;
  background-position: 100%;
  padding-right: 40px;
  display: inline-block;
  font-size: 18px;
  pointer-events: all;
  color: #002855 !important;
}

.header__navigation-desktop #hs_menu_wrapper_desktop_header_menu > ul > li:first-child > div > ul > li:first-child > a:hover,
.header__navigation-desktop #hs_menu_wrapper_desktop_header_menu > ul > li:nth-child(3) > div > ul > li:nth-child(1) > ul > li > a:hover {
  color: #009fdf !important;
}

.header__navigation-desktop div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(3) .submenu-dropdown>ul>li {
  width: 280px;
}

.header__navigation-desktop div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(3) .submenu-dropdown>ul>li>ul {
  display: grid;
  grid: repeat(6,40px)/280px 280px;
  grid-auto-flow: column;
  grid-auto-columns: 280px;
  margin-top: 0;
}

.header__navigation-desktop div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(3) .submenu-dropdown>ul>li>a {
  display: none;
}

.header__navigation-desktop div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(4) .submenu-dropdown>ul ul {
  margin-top: 0 !important;
}


.header__navigation-desktop div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(5) .submenu-dropdown>ul ul {
  margin-top: 0 !important;
}

.header__navigation-desktop div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(5) .submenu-dropdown>ul>li>a {
  display: none;
}

.header__navigation-desktop div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(6) .submenu-dropdown>ul ul {
  margin-top: 0 !important;
}

.header__navigation-desktop div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(6) .submenu-dropdown>ul>li>a {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  top: 0 !important;
}

@media (min-width:1111px){
  .header-warapper {
    height: 70px;
  } 
}

@media (min-width:1500px){
  .submenu-dropdown>ul>li>ul>li {
    margin-bottom: 13px;
  }

  .submenu-dropdown>ul {
    margin-top: 42px !important;
  }
  div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(1) .submenu-dropdown>ul>li>ul>li {
    margin-bottom: 15px;
  }

  div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(1) .submenu-dropdown>ul,div#hs_menu_wrapper_desktop_header_menu>ul>li:nth-child(2) .submenu-dropdown>ul {
    margin-top: 45px !important;
  }

}
@media(min-width:1111px){
  .header__navigation-desktop .submenu-dropdown.show-submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .header__navigation-desktop .submenu-dropdown.show-submenu.no-hover {
    opacity: 0;
    visibility: hidden;
    display: none;
    pointer-events: none;
  }
}
@media (max-width:1400px){
  .header__navigation-desktop>span>div>ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .header__navigation-desktop {
    margin-left: 0;
  }

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

}

@media (max-width:1269px){
  .header__container {
    margin: 0 20px;
  } 
}

.fixed-header {
  min-height: 71px;
}
@media(max-width:1110px){
  .fixed-header {
    min-height: 50px;
  }
}

@media (max-width:1110px){
  .header__container {
    margin: 0;
  }

  header.header {
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding-bottom: 19.30px;
  }

  .custom-header-logo img {
    margin: 0;
    max-width: 140px;
  }

  .header__navigation-desktop {
    display: none;
  }

  div#burgerButton {
    right: 0px;
    top: 0;
    position: absolute;
    display: block;
    height: 55px;
    width: 37px;
    cursor: pointer;
  }

  .burgerLine {
    width: 20px;
    height: 3.7px;
    background-color: #002855;
    margin: 2.5px 0;
    transition: transform .1s;
    position: absolute;
    left: 0;
  }
  
  .body-wrapper--dark .burgerLine {
    background-color: #fff;
  }

  div#burgerLine1 {
    top: 17px;
  }

  div#burgerLine2 {
    top: 23px;
  }

  div#burgerLine3 {
    top: 29px;
  }

  .custom-header-logo {
    margin-top: 1px;
  }


  body.active-menu div#burgerLine1 {
    transform: rotate(-45deg);
    top: 23px;
  }

  body.active-menu div#burgerLine2 {
    opacity: 0;
  }

  body.active-menu div#burgerLine3 {
    transform: rotate(45deg);
    top: 23px;
  }

  .mobile-menu {
    position: absolute;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f3f5f8;
    box-shadow: 0 8px 16px rgb(0 0 0 / 15%);
    z-index: 9999;
    display: none;
    left: 0;
    top: 100%;
  }

  .mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu ul li {
    border-top: 1px solid #f3f5f8;
  }

  .mobile-menu ul.submenu.level-1>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    line-height: 24px;
    font-size: 14px;
    color: #002855;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
  }

  .mobile-menu ul.submenu.level-1>li>a:after {
    position: absolute;
    right: 18px;
    content: "";
    top: calc(50% - 10.5px);
    height: 21px;
    width: 21px;
    background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/plus.svg);
    background-repeat: no-repeat;
  }

  .mobile-menu ul.submenu.level-1>li ul>li>a {
    display: block;
    padding: 12px 0 12px 36px;
    font-weight: 400;
    color: #002855;
    font-size: 16px;
    line-height: 1.5;
  }

  .mobile-menu ul.submenu.level-2 {
    display: none;
  }

  body.active-menu .mobile-menu {
    display: block;
  }

  header.header .gptw-box {
    display: flex;
    padding: 10px 18px;
    padding-bottom: 2px;
  }

  header.header .gptw-box img {
    max-width: 60px;
  }

  header.header .gptw-box img:first-child {
    margin-right: 10px;
    margin-top: 1px;
  }

  .mobile-menu ul.submenu.level-1>li>a.child-open:after {
    width: 12px;
    height: 2px;
    right: 23px;
    top: calc(50% - 1px);
    background-color: #002855;
  }

}

.dnd-header {
  position: fixed;
  top: 0;
  right: 100px;
  z-index: 99999999;
  height: 70px;
  display: none;
  align-items: center;
}

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

.dnd-header .row-fluid {
  padding: 0;
  max-width: unset;
}

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

@media(min-width:1111px) {
  .dnd-header {
    display: flex;
  }
}
header.header_dark {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header_dark-container {
  margin: 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_dark-logo {
  position: relative;
  z-index: 100;
}

.header_dark-logo img {
  max-width: 242px;
  margin: 25px 0;
  height: auto;
}

.header_dark-navigation_desktop {
  margin: 1px 0 0 120px;
}

.header_dark-mobile_menu {
  display: none;
}

.header_dark-navigation_desktop .header_dark-submenu_dropdown {
  transition: visibility .2s,opacity .2s ease-in;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #010D1C;
  background-repeat: no-repeat;
  box-shadow: inset 0em 0.5rem 2rem -2rem #000;
  background-position: 0 calc(100% - 25px);
  height: 596px;
  padding-top: 71px;
  border-bottom: 1px solid white;
}

div#hs_menu_wrapper_header_desktop_menu>ul>li {
  padding: 0 22px;
  position: static;
}

.header_dark-navigation_desktop .header_dark-submenu_dropdown .header_dark-submenu_heading {
  margin: 0 100px;
}

.header_dark-navigation_desktop .header_dark-submenu_dropdown .header_dark-submenu_heading .subnav-overline {
  margin-top: 36px;
  font-weight: 800;
  font-size: 16px;
  color: white;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}

.header_dark-navigation_desktop .header_dark-submenu_dropdown .header_dark-submenu_heading .headline {
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  color: #009fdf;
  margin-top: 10px;
}

.header_dark-submenu_dropdown ul {
  position: relative !important;
  left: 0 !important;
  opacity: 1 !important;
  display: flex;
}

.header_dark-submenu_dropdown > ul {
  margin: 43px 100px 0 !important;
}

.header_dark-submenu_dropdown ul li a {
  color: white;
  line-height: 25px;
  font-weight: 700;
  font-size: 18px;
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
}

.header_dark-submenu_dropdown ul li a:hover {
  color: #009fdf;
}

.header_dark-submenu_dropdown ul li {
  padding: 0;
  margin-bottom: 15px;
}

div#hs_menu_wrapper_header_desktop_menu>ul>li>a {
  cursor: pointer;
  color: white;
  text-decoration: none;
  font-weight: 400;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  line-height: 1.5;
  position: relative;
  z-index: 100;
}

div#hs_menu_wrapper_header_desktop_menu>ul>li>a:hover {
  color: #009FDF;
}

.header_dark-logo>div {
  line-height: 0;
}

.header_dark-submenu_dropdown>ul {
  display: flex !important;
  flex-direction: row !important;
}

.header_dark-submenu_dropdown>ul>li>a {
    color: #009fdf !important;
}

.header_dark-submenu_dropdown>ul>li {
  width: 280px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header_dark-submenu_dropdown>ul>li>a {
  font-size: 20px;
  padding: 0;
  margin-bottom: 16px;
  font-weight: 700;
  pointer-events: none;
}

div#hs_menu_wrapper_header_desktop_menu>ul>li:last-child .header_dark-submenu_dropdown>ul>li {
    width: 300px;
}

.header_dark-submenu_dropdown>ul>li>ul {
  margin-top: 16px ;
}

.header_dark-submenu_dropdown>ul>li>ul>li {
  margin-bottom: 13px;
}

.underabsolute-header-textkarrieretext {
  color: #009fdf;
  margin-top: 80px;
  font-size: 18px;
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 400;
  margin-left:100px;
  max-width:1160px;
}

.header_dark-submenu_dropdown a {
  white-space: normal !important;
  line-height: 27px !important;
}

.header_dark-navigation_desktop div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(2) .header_dark-submenu_dropdown>ul>li {
  width: 280px;
}

.header_dark-navigation_desktop div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(2) .header_dark-submenu_dropdown>ul>li>a {
  margin: 0 !important;
}

.header_dark-navigation_desktop div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(2) .header_dark-submenu_dropdown>ul>li>ul {
  margin-top: -2px ;
}

.header_dark-navigation_desktop #hs_menu_wrapper_header_desktop_menu > ul > li:first-child > div > ul > li:first-child > a,
.header_dark-navigation_desktop #hs_menu_wrapper_header_desktop_menu > ul > li:nth-child(3) > div > ul > li:nth-child(1) > ul > li > a {
  position: relative;
  background: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/iarrow.26c5d8c5.svg);
  background-repeat: no-repeat;
  background-position: 100%;
  padding-right: 40px;
  display: inline-block;
  font-size: 18px;
  pointer-events: all;
  color: white !important;
}

.header_dark-navigation_desktop #hs_menu_wrapper_header_desktop_menu > ul > li:first-child > div > ul > li:first-child > a:hover,
.header_dark-navigation_desktop #hs_menu_wrapper_header_desktop_menu > ul > li:nth-child(3) > div > ul > li:nth-child(1) > ul > li > a:hover {
  color: #009fdf !important;
}

.header_dark-navigation_desktop div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(3) .header_dark-submenu_dropdown>ul>li {
  width: 280px;
}

.header_dark-navigation_desktop div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(3) .header_dark-submenu_dropdown>ul>li>ul {
  display: grid;
  grid: repeat(6,40px)/280px 280px;
  grid-auto-flow: column;
  grid-auto-columns: 280px;
  margin-top: 0;
}

.header_dark-navigation_desktop div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(3) .header_dark-submenu_dropdown>ul>li>a {
  display: none;
}

.header_dark-navigation_desktop div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(4) .header_dark-submenu_dropdown>ul ul {
  margin-top: 0 !important;
}


.header_dark-navigation_desktop div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(5) .header_dark-submenu_dropdown>ul ul {
  margin-top: 0 !important;
}

.header_dark-navigation_desktop div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(5) .header_dark-submenu_dropdown>ul>li>a {
  display: none;
}

.header_dark-navigation_desktop div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(6) .header_dark-submenu_dropdown>ul ul {
  margin-top: 0 !important;
}

.header_dark-navigation_desktop div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(6) .header_dark-submenu_dropdown>ul>li>a {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  top: 0 !important;
}

@media (min-width:1500px){
  .header_dark-submenu_dropdown>ul>li>ul>li {
    margin-bottom: 13px;
  }

  .header_dark-submenu_dropdown>ul {
    margin-top: 42px !important;
  }

  div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(1) .header_dark-submenu_dropdown>ul>li>ul>li {
    margin-bottom: 15px;
  }

  div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(1) .header_dark-submenu_dropdown>ul,
  div#hs_menu_wrapper_header_desktop_menu>ul>li:nth-child(2) .header_dark-submenu_dropdown>ul {
    margin-top: 45px !important;
  }
}

@media(min-width:1111px){
  .header_dark-navigation_desktop .header_dark-submenu_dropdown.show-submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .header_dark-navigation_desktop .header_dark-submenu_dropdown.show-submenu.no-hover {
    opacity: 0;
    visibility: hidden;
    display: none;
    pointer-events: none;
  }
}

@media (max-width:1400px){
  .header_dark-navigation_desktop>span>div>ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .header_dark-navigation_desktop {
    margin-left: 0;
  }
}

@media (max-width:1269px){
  .header_dark-container {
    margin: 0 20px;
  } 
}

@media (max-width:1110px){
  .header_dark-container {
    margin: 0;
  }

  header.header_dark {
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding-bottom: 19.30px;
  }

  .header_dark-logo img {
    margin: 0;
    max-width: 140px;
  }

  .header_dark-navigation_desktop {
    display: none;
  }

  div#header_dark-burger_button {
    right: 0px;
    top: 0;
    position: absolute;
    display: block;
    height: 55px;
    width: 37px;
    cursor: pointer;
    z-index: 100;
  }

  .header_dark-burger_line {
    width: 20px;
    height: 3.7px;
    background-color: #fff;
    margin: 2.5px 0;
    transition: transform .1s;
    position: absolute;
    left: 0;
  }

  div#header_dark-burger_line_1 {
    top: 17px;
  }

  div#header_dark-burger_line_2 {
    top: 23px;
  }

  div#header_dark-burger_line_3 {
    top: 29px;
  }

  .header_dark-logo {
    margin-top: 1px;
  }


  body.active-menu div#header_dark-burger_line_1 {
    transform: rotate(-45deg);
    top: 23px;
  }

  body.active-menu div#header_dark-burger_line_2 {
    opacity: 0;
  }

  body.active-menu div#header_dark-burger_line_3 {
    transform: rotate(45deg);
    top: 23px;
  }

  .header_dark-mobile_menu {
    position: absolute;
    width: 100%;
    background: #010D1C;
    border-bottom: 1px solid #f3f5f8;
    box-shadow: 0 8px 16px rgb(0 0 0 / 15%);
    z-index: 99;
    display: none;
    left: 0;
    top: 0;
    padding-top: 51px;
  }

  .header_dark-mobile_menu ul:first-child {
    overflow: scroll;
    max-height: calc(100vh - 134px);
  }
  
  .header_dark-mobile_menu nav:first-child {
    border-top: 1px solid white;
  }
  
  .header_dark-mobile_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .header_dark-mobile_menu ul li {
    border-top: 1px solid;
  }

  .header_dark-mobile_menu ul.submenu.level-1>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    line-height: 24px;
    font-size: 14px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
  }

  .header_dark-mobile_menu ul.submenu.level-1>li>a:after {
    position: absolute;
    right: 18px;
    content: "";
    top: calc(50% - 10.5px);
    height: 21px;
    width: 21px;
    background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/plus-white.svg);
    background-repeat: no-repeat;
  }

  .header_dark-mobile_menu ul.submenu.level-1>li ul>li>a {
    display: block;
    padding: 12px 0 12px 36px;
    font-weight: 400;
    color: #009FDF;
    font-size: 16px;
    line-height: 1.5;
  }

  .header_dark-mobile_menu ul.submenu.level-2 {
    display: none;
  }

  body.active-menu .header_dark-mobile_menu {
    display: block;
  }

  .header_dark-gptw_box {
    display: flex;
    padding: 10px 18px;
    padding-bottom: 2px;
    border-top: 1px solid white;
  }

  .header_dark-gptw_box img {
    max-width: 60px;
  }

  .header_dark-gptw_box img:first-child {
    margin-right: 10px;
    margin-top: 1px;
  }

  .header_dark-mobile_menu ul.submenu.level-1>li>a.child-open:after {
    width: 12px;
    height: 2px;
    right: 23px;
    top: calc(50% - 1px);
    background-color: white;
  }
}
#bm-footer {
  position: relative;
  background-color: #002855;
  margin-top: 170px;
  color: #fff;
  overflow-x: clip;
}

#bm-footer .footer-content {
  position: relative;
  z-index: 9998;
  margin: 0 auto;
  max-width:1440px;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 20px;
}

.footer-column.footer-menus>span>div>ul>li a span {
  display: inline;
  margin-left: 25px;
  letter-spacing: 2px;
  padding: 2px 10px 1px;
  background-color: #009FDF;
}

.IE .footer-column.footer-menus>span>div>ul {
  display: flex;
}

#bm-footer .footer-content .footer-siegel {
  margin-top: 80px;
  display: flex;
  width: 100%;
  gap: 50px;
}

.footer__copyright {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  color: #009fdf;
  margin-bottom: 0;
  width: 100%;
}

.footer__copyright>div>span>span {
  width: 25%;
  margin-bottom: 0;
  display: inline-block;
}

.footer__copyright>div>span {
  display: flex;
  width: 100%;
}

.footer__copyright>div {
  width: 100%;
}

#bm-footer .footer-content .footer-siegel img {
  max-width: 130px;
}

.footer-column.footer-menus {
  width: 100%;
}

.footer-column.footer-menus ul {
  position: relative !important;
  left: 0 !important;
  opacity: 1 !important;
}

.footer-column.footer-menus ul a {
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 0;
  display: inline-block !important;
  padding: 10px 0 11px;
}

.footer-column.footer-menus>span>div >ul>li>a {
  font-size: 20px;
  letter-spacing: 3px;
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 800 !important;
  color: #fff;
  padding-bottom: 15px;
  display: block;
  padding: 9px 0;
}


.footer-column.footer-menus>span>div> ul {
  grid-template-columns: repeat(4,1fr);
  display: grid;
  grid-column-gap: 20px;
}

#bm-footer .footer-column.footer-menus>span>div>ul>li:last-child a {
  font-size: 16px;
  letter-spacing: 3px;
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.5;
  padding-bottom: 15px;
  display: block;
}

.footer-column.column--social-media {
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 80px 0;
  position: relative;
  z-index: 999999;
}

#bm-footer .sm-grid {
  display: flex;
  gap: 40px;
}

#bm-footer .footer-content .column--social-media .sm-grid a {
  display: block;
}

#bm-footer #facebook, #bm-footer #linkedin {
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
}

#bm-footer #linkedin {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/linkedin_colour.330435ef.svg);
}

#bm-footer #instagram {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/insta.d23fe068.svg);
  width: 55px;
  height: 55px;
}

#bm-footer #facebook {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/facebook_colour.59a3b8ae.svg);
}

#bm-footer #twitter, #bm-footer #youtube {
  width: 55px;
  height: 55px;
  transition: all .2s;
}

#bm-footer #youtube {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/youtube_icon.f98871e.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#bm-footer #twitter {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/twitter_colour.7475117e.svg);
}

#bm-footer #xing {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/xing_colour.f005f937.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
}

#bm-footer.lp-footer .fragments {
  position: absolute;
  height: 314px;
}

#bm-footer .fragments {
  position: absolute;
  height: 759px;
  background: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/bm-fragments-footer.bc0615e0.svg);
  background-repeat: no-repeat;
  top: -256px;
  width: 100%;
  left: 180px;
}

.footer-column.footer-menus ul {
  top: 0 !important;
}

.safari #bm-footer .fragments { 
  left: 0 
}
@media screen and (max-width: 2080px) {
  #bm-footer .footer-content {
    padding: 0 140px 80px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1800px) {
  #bm-footer .footer-content {
    max-width:100%;
  }
}
@media (min-width: 1801px) {
  #bm-footer .footer-content {
    max-width:1440px;
    padding: 0 0px 80px;
  }
}

@media (max-width:1300px){
  .footer-column.footer-menus>span>div>ul {
    grid-template-columns: repeat(3,1fr);
  }
  
  .footer-column.footer-menus>span>div>ul>li {
    padding-bottom: 50px;
  }
}

@media (max-width:1230px){
  .footer__copyright>div>span>span {
    width: 33.33% ;
    margin-bottom: 10px;
  }

  .footer__copyright>div>span {
    flex-wrap: wrap;
  }

  #bm-footer .footer-content .footer-siegel {
    align-items: center;
  }

  #bm-footer .fragments {
    left: 0;
  }

  .footer-column.footer-menus {
    margin-top: 28px;
  }
}
@media (max-width:1120px){
  .footer__copyright>div>span>span {
    width: 50%;
  }

  #bm-footer .footer-content .footer-siegel {
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
  }

  .custom-dba_image, .custom-Mgp_image {
    width: auto;
  }

  .footer-column.footer-menus>span>div>ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
  }

  .footer-column.column--social-media {
    flex-wrap: wrap;
  }

  #bm-footer .footer-content .footer-siegel {
    margin-top: 30px;
  }
}
@media screen and (max-width: 770px){
  .bm-to-top {
    padding: 0 5%;
  }
}

@media (max-width:767px){
  #bm-footer .footer-content {
    padding: 0 5%;
  }

  .footer__copyright {
    padding-bottom: 85px;
  }

  .footer-column.footer-menus {
    margin-top: 0;
  }

  .footer-column.column--social-media {
    padding-top: 50px;
  }
}

@media (max-width:740px){
  .footer__copyright>div>span>span {
    width: 100%;
  }

  .footer-column.footer-menus>span>div>ul {
    grid-template-columns: repeat(1,1fr);
  }

}

@media (max-width:420px){
  .footer-column.footer-menus>span>div>ul>li:last-child a, .footer-column.footer-menus>span>div>ul>li>a {
    letter-spacing: 4px;
  } 
}

/* Reduced Footer */

.bm-footer-reduced {
  position: relative;
  background-color: #002855;
  color: #fff;
  padding: 1rem 0;
}

@media (min-width: 960px) {
  .bm-footer-reduced {
    padding: 2rem 0;
  }
}

.bm-footer-reduced .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0 100px;
  overflow: hidden;
}

@media (min-width: 960px) {
  .bm-footer-reduced .footer-content  {
    flex-direction: row;
    justify-content: space-between;
  }
}

.bm-footer-reduced .footer-content > div {
  width: auto;
}

.bm-footer-reduced .footer__copyright {
  margin: 0;
  padding-bottom: 0;
}

.bm-footer-reduced .footer__copyright > div > span > span {
  width: auto;
  color: #fff;
  margin: 0;
}

.bm-footer-reduced .footer-column.footer-menus {
  margin: 0;
}

.bm-footer-reduced .footer-column.footer-menus > span > div > ul {
  grid-column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
}

.bm-footer-reduced .footer-column.footer-menus > span > div > ul > li {
  width: auto;
  text-align: center;
  padding: 0;
}

.bm-footer-reduced .footer-column.footer-menus > span > div > ul > li > a {
  padding: 0;
  letter-spacing: 0;
}

.bm-footer-reduced .footer-column.column--social-media {
  padding: 0;
}

.bm-footer-reduced .social-icons {
  display: flex;
  gap: 1rem;
}

.bm-footer-reduced .social-icons a {
  width: 32px;
  height: 32px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}

.bm-footer-reduced .social-icons a:hover {
  transform: scale(1.2);
}

.bm-footer-reduced .social-icons a#facebook {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/Facebook-white.svg);
}
.bm-footer-reduced .social-icons a#instagram {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/Instagram-white.svg);
}
.bm-footer-reduced .social-icons a#xing {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/Xing-white.svg);
}
.bm-footer-reduced .social-icons a#linkedin {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/LinkedIn-white.svg);
}
.bm-footer-reduced .social-icons a#twitter {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/Twitter-white.svg);
}
.bm-footer-reduced .social-icons a#youtube {
  background-image: url();
}

.bm-footer-reduced .bm-to-top {
  position: absolute;
  width: 100%;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

@media (max-width: 1269px) {
  .bm-footer-reduced .footer-content  {
      margin: 0 20px;
  }
}

@media (max-width: 1110px) {
  .bm-footer-reduced .footer-content {
      margin: 0;
      padding: 18px 18px 19.3px;
  }
}
.footer-container {
    padding: 100px 100px 10px;
}

.footer-container .footer-upper_section, 
.footer-container .footer-below_section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer-container .footer-upper_section {
    column-gap: 40px;
    row-gap: 60px;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media (max-width: 1400px){
  .footer-container .footer-upper_section {
    flex-flow: column-reverse;
  }
}

.footer-container .footer-below_section {
    column-gap: 25vw;
    row-gap: 40px;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 14px;
}

@media (max-width: 767px) {
    .footer-container {
        padding: 50px 40px 0;
    }

    .footer-container .footer-below_section {
        column-gap: 18px;
    }
}

/* footer menu start */
.footer-menu ul:first-child {
    gap: 40px;
}

.footer-menu li.hs-menu-depth-1 > a,
.footer-menu li.hs-menu-depth-2 > a {
    display: inline-block;
}

.footer-menu li.hs-menu-depth-1 > a,
.footer-menu ul:first-child li:last-child li.hs-menu-depth-2 > a {
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 17px 14px;
}

.footer-menu li.hs-menu-depth-2 > a {
    font-size: 16px;
    padding: 16px 14px;
}

.footer-menu li.hs-menu-depth-2 > a span {
    margin-left: 4px;
    padding: 0 8px;
    background-color: #009FDF;
    color: white;
}

.footer-menu li a {
    color: white !important;
    line-height: 1;
}

.footer-menu ul:first-child li {
    min-width: 200px;
}
/* footer menu end */

/* footer socials start */
.footer-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.footer-socials a {
   cursor: pointer;
}

@media (max-width: 767px){
  .footer-socials {
    gap: 0;
  }
}

.footer-socials a {
  line-height: 0;
  padding: 14px;
}

.footer-socials img {
  max-width: 21px;
  max-height: 21px;
  height: 100%;
  width: 100%;
}
/* footer socials end */

/* footer copyright start */
.footer-copyright {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-copyright span:first-child {
  flex-grow: 1.5;
} 

.footer-copyright span {
  flex-grow: 1;
  font-size: 12px;
  color: white;
  line-height: 1;
}

@media (max-width: 991px) {
  .footer-copyright {
    flex-direction: column;
  }
}
/* footer copyright end */

/* footer arrow start */
.footer-arrow {
    cursor: pointer;
    transition: all 0.2s;
  }
  .footer-arrow:hover {
    transform: scale(1.2);
  }
/* footer arrow end */
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* Content Boxes & Filter */
.filter-container .content-boxes .box-body .title h2 {
  font-size: 1.5rem;
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
.brick-image .brick-161 {
  top: 4.5%;
  left: 76.71%;
  width: 11.5%;
}

.brick-image .brick-162 {
  top: 64.95%;
  left: -14.1%;
  width: 20.27%;
}

.brick-image .brick-163 {
  top: 32.78%;
  left: 49.32%;
  width: 58.9%;
  mix-blend-mode: multiply;
}

.brick-image .brick-164 {
  bottom: -21.1%;
  left: 100%;
  width: 48.76%;
}

.brick-image .brick-171 {
  top: 5.41%;
  right: -16.28%;
  width: 9.65%;
}

.brick-image .brick-172 {
  bottom: 0;
  left: -18.02%;
  width: 41.39%;
  mix-blend-mode: multiply;
}

.cm-overline {
  color: #009fdf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: uppercase;
}
.cm-diff-lay .dnd-section>.row-fluid{
  max-width: 1140px;
  padding: 0;
  padding: 0 5%;
}
.brickmakers-row1 .hs_cos_wrapper_type_rich_text p {
  color: #002855;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 0;
}

.brickmakers-row1 .widget-type-rich_text {
  max-width: 860px;
  margin-bottom: 80px;
  margin-top: 100px;
}
.brickmakers-row2 .advanced-header .h1-darkblue,
.brickmakers-row4 .advanced-header .h1-darkblue{
  color: #002855;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 0;
  padding:0 !important;
}

.brickmakers-row1 .widget-type-linked_image {
  position: relative;
  width: 100%;
  height: 716px;
}

.brickmakers-row1 .widget-type-linked_image img{
  position: absolute;
  right: 0;
  max-width: unset !important;
  width: 100%;
}
.brickmakers-row1 .widget-type-linked_image span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.h3-darkblue {
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  color: #002855;
  padding-bottom: 40px;
}
.body-1-darkblue {
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #002855;
  padding-bottom: 20px;
}
.lead {
  color: #002855;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 0;
}
.brick_bgimage {
  margin-top: -400px;
  z-index: -1;
}
.brick_bgimage svg {
  max-height: 1991px;
}
.brick_bgimage .image {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
.brick_bgimage .imageMobile{
  width: 110%;
  margin-left: -5%;
  background-size: cover;
}
.brickmakers-row3 .advanced-header {
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 21px;
}
.brickmakers-row3 .advanced-header .overline-cyan,
.brickmakers-row3 .advanced-header h1 {
  transform: unset !important;
  opacity: 1 !important;
}
.brickmakers-row3 .advanced-header h1{
  color: #002855;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin-top: 0px;
  padding-bottom: 0;
}
.brickmakers-row3 .advanced-header .introduction {
  opacity: 1 !important;
  transform: unset !important;
  color: #002855;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 0;
}
.advanced-header .overline-cyan {letter-spacing: 3px;}
.brickmakers-row3 .widget-type-header h3 {
  margin-bottom: 10px;
}
.brickmakers-inside-layout .brick-image.brick-image-8{
  margin-bottom: 80px;
}
.brickmakers-inside-layout {
  overflow-x: hidden;
  margin-top: 40px;
}
.brickmakers-inside-layout .mision-grid .text p,
.brickmakers-inside-layout .vision-grid .text p{
  margin: 0;
  font-size: 16px;
} 

.brickmakers-inside-layout .advanced-header .overline-cyan {letter-spacing: 3px;}
.body-2-darkblue {
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 400;
  color: #002855;
  font-size: 16px;
  line-height: 1.5;
}
.brickmakers-inside-layout .advanced-header .overline-cyan{
  font-size: 12px;
}
.moreButton {
  background-color: #009fdf;
  text-decoration: none;
  border: none;
  width: 90vw;
  cursor: pointer;
  outline: 0;
  position: relative;
  display: block;
}
.moreButton span {
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 60px;
}
.moreButton:hover {
  background-color: #002855 !important;
}
.ausbildung-layout .modern-brick-image.mbi-start {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: flex-end;
}
.modern-brick-image>div {
  position: relative;
}
.ausbildung-layout .modern-brick-image>div.mbi-4 {
  max-width: 730px;
  max-height: 487px;
}
.ausbildung-layout .modern-brick-image>div.mbi-4 .first-brick {
  position: absolute;
  top: -13.347023%;
  left: 7.123288%;
  width: 11.506849%;
  height: 19.917864%;
  mix-blend-mode: normal;
}
.modern-brick-image>div.mbi-4 .first-brick svg {
  fill:#c7d400;
}
.modern-brick-image>div svg {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modern-brick-image>div.mbi-4 .second-brick {
  position: absolute;
  bottom: 15.811088%;
  right: -2.465753%;
  height: 21.149897%;
  width: 20.273973%;
  mix-blend-mode:multiply;
}
.modern-brick-image>div.mbi-4 .second-brick svg {
  fill:#002855;
}
.modern-brick-image>div.mbi-4 .third-brick {
  position: absolute;
  top: 18.480493%;
  right: -9.589041%;
  height: 108.213552%;
  width: 76.712329%;
  mix-blend-mode: multiply;
  z-index: -1;
}
.modern-brick-image>div.mbi-4 .third-brick svg {
  fill: #009fdf;
}

.ausbildung-layout .dnd-section>.row-fluid {
  padding: 0 100px;
}
.h3-white {
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.ausbildung-layout{
  overflow-x: hidden;
}

.body-2-extrabold-darkblue {
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.5;
  color: #002855;
}

.brick-image.brick-image-8 {
  margin-top: 130px;
  position: relative;
  max-width: unset;
}

.brick-image.brick-image-8 .brick.brick-1 {
  top: 12.29%;
  left: -8.97%;
  width: 30.7%;
  mix-blend-mode: multiply;
}

.brick-image.brick-image-8 .brick {
  position: absolute;
}

.brick-image.brick-image-8 .brick.brick-2 {
  bottom: 3.53%;
  right: 1.72%;
  width: 20%;
  top: unset;
  left: unset;
}

.brick-image.brick-image-8 .brick.brick-3 {
  bottom: 20.7%;
  right: -5.52%;
  width: 7.24%;
  mix-blend-mode: multiply;
  top: unset;
  left: unset;
}
.ausbildung-layout .modern-brick-image.mbi-start{
  vertical-align:middle ;
}
.brickmakers-inside-layout .brick_bgimage img {
  max-width: 100%;
}

/* csr-page */

.csr-page .howto-apply-wrap p {
  color: #002855;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 0;
}
.csr-page .howto-apply-wrap .right .modern-brick-image {
  display: flex;
  justify-content: center;
}
.csr-page .howto-apply-wrap .modern-brick-image>div.mbi-8 .first-brick svg{
  fill: #b32486;
}

.csr-page .howto-apply-wrap .modern-brick-image>div.mbi-8 .second-brick svg{
  fill: #c7d400;
}

.csr-page .howto-apply-wrap .modern-brick-image>div.mbi-8 .third-brick svg{
  fill: #009fdf;
}
.csr-page .advanced-header .h1-darkblue {
  padding: 0;
}
.csr-page .howto-apply-wrap .left {
  margin: 0;
}
.csr-page .howto-apply-wrap{
  margin-bottom: 116px;
  margin-top: 80px; 
}
.csr-page .advanced-header .overline-cyan{
  letter-spacing: 3px;
  padding-bottom:16px;
}
.csr-page .howto-apply-wrap .right{
  margin-top: 80px;
}
.csr-page {
  overflow-x: hidden;
}
/* end */


/*  Location Bassed Services */

.location-bassed-page .advanced-header .h1-darkblue {
  padding: 0;
}
.location-bassed-page .content-wrapper{
  position:relative;  
  margin-top:50px;
}
.location-bassed-page .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}
.location-bassed-page {
  overflow: hidden;
}
.brick_bgimage{
  position:relative;
}
.lb-row2 .hs_cos_wrapper_type_rich_text {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto
}

.lb-row2 .dnd-section {
  padding-bottom: 60px;
  padding-top: 0
}

@media(max-width:400px){
  .lb-row2 .widget-type-cta {
    display: block;
    width: 100%
  }
}
/*  end */


/* Job Page */

.job_layout .dnd-section>.row-fluid {
  padding: 0 !important;
}
.brick-image.brick-image-20 {
  margin-top: 0;
  position: relative;
  margin-bottom: 40px;
  margin-right: 0;
  max-width: 100%;
}

.brick-image.brick-image-20 img.picture {
  width: 74.137931%;
}
.brick-image.brick-image-20 .picture{
  vertical-align: middle;
}
.brick-image-20.brick-image-v3 .brick.b1 {
  mix-blend-mode: multiply;
  bottom: 0;
  left: -11.982758%;
  width: 29.396551%;
  height: 35.888501%;
}

.brick-image-20.brick-image-v3 .brick.b3 {
  top: 5.400696%;
  left: 79.137931%;
  width: 7.241379%;
}
.job_layout .moreButton {
  background-color: #de095b;
  margin: 0 auto;
}
.brick-image.image-team.brick-image-21 {
  margin-top: 80px;
  position: relative;
  margin-bottom: 0;
  max-width: unset;
}

.brick-image-21.brick-image-v2 .brick.b1 {
  top: 37.548387%;
  left: 42.241379%;
  width: 62.931034%;
  height: 88.387097%;
}

.brick-image-21.brick-image-v2 .brick.b2 {
  mix-blend-mode: multiply;
  top: 9.16129%;
  left: 82.413793%;
  width: 20%;
  height: 23.612903%;
}

.brick-image-21.brick-image-v2 .brick.b3 {
  top: 17.758621%;
  left: 5.806452%;
  width: 7.241379%;
}

.job_layout .brick-image img{
  vertical-align: middle; 
}
.job_layout .advantages_wrap>.body-1-darkblue {
  max-width: 100%;
  font-size: 18px;
  padding-bottom: 18px;
}

.job_layout .advantages_wrap {
  padding-top: 120px;
}

.job_layout .advantages_wrap .advantages-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
.job_layout .advantages_wrap .advantages-item {
  justify-content: space-around;
  padding-top: 40px;
  margin: 0;
  width: 560px;
}

.job_layout .advantages_wrap .advantages-title {
  width: 75%;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 20px;
  margin-left:0;
}
.job_layout .advantages_wrap .advantages-text {
  line-height: 1.5;
  width: 75%;
}
.job_layout .howto-apply-wrap a.moreButton {
  margin: 0;
  background-color: #009fdf;
}

.job_layout .howto-apply-wrap .modern-brick-image>div.mbi-8 .first-brick svg{
  fill: #b32486;
}

.job_layout .howto-apply-wrap .modern-brick-image>div.mbi-8 .second-brick svg{
  fill: #002855;
}

.job_layout .howto-apply-wrap .modern-brick-image>div.mbi-8 .third-brick svg{
  fill: #f2af00;
}
.job_layout .job-row-4 .dnd-section > .row-fluid {
  box-sizing: border-box;
  max-width: 1440px;
  padding: 0 100px !important;
  margin: 0 auto 0;
}
.job_layout .howto-apply-wrap {
  margin-top: 229px;
}
.job_layout .howto-apply-wrap .headline h2 {
  max-width: 560px;
}

.job_layout .recent_post_slider {
  margin-top: 80px;
}
.job_layout .widget-type-cta {
  width:100%; 
}
.job_layout .dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding:0 !important;
}
.firefox section.contact .hubSpotContactForm .hs-form-field .input select {
  background: transparent;
  line-height: 58px;
  padding-top: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .job_layout  .advantages_wrap {
    padding-top:200px;
  }

  .job_layout .advantages_wrap .advantages-grid {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .job_layout .advantages_wrap .advantages-title {
    font-size: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .job_layout .advantages_wrap {
    width: 859px;
    padding-right: 100px;
    box-sizing: content-box;
    margin-bottom: 0;
  }
  .job_layout .advantages_wrap .advantages-title {
    margin-bottom: 20px;
    width: 460px;
    margin-top: 15px;
  }
  .job_layout .advantages_wrap .advantages-text {
    width: 460px;
  }
}

@media screen and (min-width: 1230px) {
  .job_layout .advantages_wrap .advantages-grid {
    padding-bottom: 120px;
    padding-top: 80px;
    width: 1230px;
  }
}



/* end */
.brick_bgimage .image {
  height: 1991px;
  margin-top: -1991px;
} 

@media(min-width:421px){
  .body-1-darkblue {
    font-size: 24px;
  }  
  .body-2-darkblue {
    font-size: 18px;
  }
  .body-2-extrabold-darkblue {
    font-size: 18px;
  }
  .brickmakers-inside-layout .mision-grid .text p,
  .brickmakers-inside-layout .vision-grid .text p{
    font-size: 18px;
  } 
}

@media (min-width: 576px){
  .cm-overline {
    font-size: 16px;
  }
  .cm-diff-lay .dnd-section>.row-fluid {
    margin: 0 auto;
    max-width: 540px;
    padding:0;
  }
  .brickmakers-row1 .hs_cos_wrapper_type_rich_text p {
    font-size: 24px;
  }
  .lead {
    font-size: 24px;
  }
  .ausbildung-layout .modern-brick-image.mbi-start {
    margin-bottom: 210px;
  }
  .brickmakers-row3 .advanced-header .introduction.aos-init {
    font-size: 24px;
  }
  .brickmakers-inside-layout .advanced-header .overline-cyan{
    font-size: 16px;
  }

}
@media screen and (min-width: 768px){
  .cm-diff-lay .dnd-section>.row-fluid{
    max-width: 720px;
  }
  .brickmakers-row2 .advanced-header .h1-darkblue,
  .brickmakers-row4 .advanced-header .h1-darkblue{
    font-size: 60px;
  }
  .h3-darkblue {
    font-size: 60px;
  }
  .brick_bgimage {
    margin-top: -600px;
  }
  .moreButton {
    width: 400px;
  }
  .h3-white {
    font-size: 60px;
  }
  .brickmakers-row3 .advanced-header h1{
    font-size: 60px;
  }
}
@media screen and (min-width: 992px){
  .cm-diff-lay .dnd-section>.row-fluid{
    max-width: 960px;
  }
  .brickmakers-row1 .advanced-header .h1-darkblue{    
    font-size: 110px;
    padding-bottom: 110px;
  }

}
@media(min-width:940px){
  .brickmakers-row1 .widget-type-linked_image {
    max-width: 1522px;
    margin-right:80px;
  }
  .csr-page .howto-apply-wrap {
    margin-top: 110px;
  }

}

@media screen and (min-width: 1024px){
  .brickmakers-row1 .widget-type-rich_text {
    margin-bottom: 200px;
  } 
  .brickmakers-row2 .timeline-wrapper {
    margin-top: 48px;
  }
  .brick_bgimage {
    margin-top: -1500px;
  }
  .brickmakers-row3 .advanced-header {
    display: grid;
    grid-template-columns: 260px auto;
    grid-gap: 40px;
    gap: 40px;
  }

  .brickmakers-row3 .advanced-header herotextfade,
  .brickmakers-row3 .advanced-header .introduction {
    grid-column: 2/3;
  }
  .brickmakers-row3 .widget-type-header {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 80px 40px;
    grid-column: 1/3;
  }
  .brickmakers-inside-layout .brick-image.brick-image-8{
    margin-bottom: 200px;
  }
  .csr-page .howto-apply-wrap p {
    font-size: 24px;
  }
  .job_layout .recent_post_slider {
    margin-top: 200px;
  }
  .brickmakers-row3 .advanced-header > div {
    grid-column: 2/3;
  }
  .job_layout .ausbildung-row1 .widget-type-header h2 {
    margin: 0;
  }
}
@media screen and (min-width: 1110px){
  .location-bassed-page .content-wrapper {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1200px){
  .cm-diff-lay .dnd-section>.row-fluid{
    max-width: 1140px;
  }
  .moreButton span {
    font-size: 18px;
  }
  .csr-page .howto-apply-wrap {
    margin-top: 200px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 0 100px;
    gap: 0 100px;
  }
  .csr-page .howto-apply-wrap .right{
    margin-top: 0;
  }
  .job_layout .howto-apply-wrap .headline {
    grid-column: span 2;
  }
  .brickmakers-inside-layout{
    margin-top: 45px;
  }

}
@media screen and (min-width: 1380px){
  .brickmakers-row1 .widget-type-linked_image img{
    left: -180px;
    right: auto;
  }
}
@media screen and (min-width: 1562px){
  .brickmakers-row1 .widget-type-linked_image {
    margin: 0 auto;
  }  
  .ausbildung-layout{
    margin-bottom: 150px;
  }
  .job_layout.ausbildung-layout {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 2048px){
  .ausbildung-layout .dnd-section>.row-fluid {
    padding: 0 140px;
  }
  .job_layout .job-row-4 .dnd-section > .row-fluid {
    padding: 0 140px !important;
  }
}
@media(max-width:1800px){
  .brick_bgimage .image {
    height: 1787.33px;
    margin-top: -1787.33px;
  }  
}
@media(max-width:1700px){
  .brick_bgimage .image {
    height: 1675.06px;
    margin-top: -1675.06px;
  }  
}
@media(max-width:1500px){
  .brick_bgimage .image {
    height: 1489.28px;
    margin-top: -1489.28px;
  }  
}
@media(max-width:1350px){
  .brick_bgimage .image {
    height: 1340.25px;
    margin-top: -1340.25px;
  }  
}

@media(max-width:1220px){
  .job_layout .bm-diversity .diversity-grid {
    margin-bottom:80px 
  }
  .ausbildung-layout .howto-apply-wrap {
    margin-top: 193px;
  }
}

@media(max-width:1199px){
  .brickmakers-inside-layout .mision-grid {
    margin-top: 40px;
  }
  .brick_bgimage .image {
    height: 1173.34px;
    margin-top: -1173.34px;
  }  
}

@media(max-width:1023px){
  .brickmakers-row3 .advanced-header h1{
    margin-bottom: 40px;
  }

  .brickmakers-row3 .advanced-header {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .brickmakers-row3 .widget-type-header h3 {
    margin: 0;
  }
  .job_layout .howto-apply-wrap {
    margin-top: 80px;
  }
  .brick_bgimage .image {
    height: 1173.34px;
    margin-top: -1173.34px;
  }
  .brickmakers-inside-layout .vision-grid {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 940px) {
  .brickmakers-row1 .widget-type-linked_image {
    height: 83.33333vw;
  }

  .brickmakers-row1 .widget-type-linked_image img {
    width: 100%;
    right: 5vw;
  }
  .brickmakers-row1 .widget-type-rich_text{
    margin-top: 0;
  }
  .brickmakers-row2 .vision-grid {
    margin-bottom: 80px;
  }
  .brick_bgimage .image {
    height: 917.012px;
    margin-top: -917.012px;
  }
}
@media screen and (max-width: 900px){
  .ausbildung-layout .recent_post_slider {
    margin-top: 80px;
  }
  .brick_bgimage .image {
    height: 877.272px;
    margin-top: -877.272px;
  }
}

@media screen and (max-width: 770px){
  .ausbildung-layout .dnd-section>.row-fluid {
    padding: 0 5%;
  }
  .job_layout .job-row-4 .dnd-section>.row-fluid {
    padding: 0 5%!important;
  }
  .brick_bgimage .image {
    height: 749.109px;
    margin-top: -749.109px;
  }
}
@media(max-width:767px){
  .job_layout .advantages_wrap {
    margin-bottom: 100px;
  }
  .recent_post_slider .feeditem .body-2-extrabold-darkblue {
    font-size: 12px;
    bottom: 20px;
  }
  .brick_bgimage .image {
    height: 744.141px;
    margin-top: -744.141px;
  }
}

@media(max-width:575px){
  .job_layout .dnd-section>.row-fluid {
    padding: 0 5%!important;
  }
}
@media(max-width:530px){
  .brick_bgimage > div:first-child{
    display: none;
  }
  .brick_bgimage > div:last-child{
    display: block !important;
  }
  .svg-hidden-mobile {
    display: none;
  }
}

@media screen and (max-width: 420px){
  .job_layout .advantages_wrap>.body-1-darkblue,
  .job_layout .advantages_wrap .advantages-text {
    font-size: 16px; 
  }
}

@media screen and (max-width: 340px){
  .ausbildung-layout .advanced-header .h1-darkblue {
    font-size: 35px;
  }
  .moreButton {
    width: 85vw;
  }
  .brickmakers-inside-layout {
    margin-top: 50px;
  }
}
.homepage-banner:after {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/fragments.9a5a01d2.svg);
}
.homepage-banner .gptw-section:before {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/brick-left.2febb450.svg);
}

.home-page .container {
  max-width: 100%;
  margin: 0 5%;
}
.home-page .recent_post_slider {
  margin-top: 0px;
  max-width: 1440px;
}
.home-page {
  overflow: hidden;
}
.text-raspberry {
  color: #de095b;
}
.text-darkblue {
  color: #002855;
}
@media screen and (min-width: 576px){
  .home-page .container {
    margin: 0 auto;
    width: 540px;
  }
}

.home-page .recent_post_slider .swiperfeed{
  margin-right:0px !important
}

.home-page section.contact .personal-contact[data-v-99d898fe] .hubSpotContactForm .form-columns-1{
  margin-top: 0 !important;
}

@media (max-width:991px){
  .home-page .recent_post_slider .swiperfeed {
    margin-right: 0px !important;
  } 
}

@media screen and (min-width: 768px){
  .home-page .container {
    width: 720px;
  }
}

@media screen and (min-width: 992px){
  .home-page .container {
    width: 960px;
  }
}

@media screen and (min-width: 1200px){
  .home-page .container {
    width: 1140px;
  }
}
@media screen and (min-width: 1280px){
  .home-page .recent_post_slider  {
    margin: 0 auto;
    padding: 0 140px;
  }
}

@media(max-width:991px){
  .home-page .recent_post_slider {
    max-width: calc(100vw);
  }
}

#toTeam {
  background-image:url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/arrow-up-team.svg);
}

#toTeam:hover {
  transform: scale(1.2);
}


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

.standorte-row1 .introduction p {
  font-size: 24px;
  max-width: 860px;
  padding-bottom: 0;
  color: #002855;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 0;
}

.standorte-row1 .advanced-header {
  margin-bottom: 180px;
}

.standorte-row1 .dnd-section {
  padding: 44px 0 0;
}

.standorte-row2 .dnd-section {
  padding: 0;
}

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

.standorte-row2 .yourWay.right .standort {
  margin-right: 0;
  margin-left: -75px;
  margin-bottom: 20px;
}

.standorte-row2 .yourWay .standort h3 {
  margin-top: 20px;
  margin-left: 15px;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 24px;
  font-weight: 800;
}

.standorte-row2 .yourWay.right {
  margin-left: 70px;
}

.standorte-row2 .yourWay .relativDiv {
  margin-top: -30px;
  margin-bottom:1060px;
}

.standorte-row2 .yourWay .relativDiv .kowelenz {
  top: 0 !important;
}

.standorte-layout .image {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  z-index: 999 !important;
}

.standorte-layout .left {
  margin-right: auto;
}

.standorte-layout .right {
  margin-left: auto;
}


.standorte-layout .yourWay.left {
  position: relative;
  height: 900px;
  width: 100%;
  margin-top: 95px !important;
}

.standorte-layout .yourWay.left .above {
  margin: 0;
}

.standorte-layout .yourWay .standort h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 24px;
  margin-top: 20px;
  margin-left: 15px;
}

.standorte-layout .yourWay .standort {
  margin-bottom: 20px;
}

.standorte-layout .yourWay.left .relativDiv .kowelenz {
  top: 70px;
}

.standorte-layout .moreButton a {
  margin-top: 40px;
  width: 100%;
}

.standorte-layout .moreButton {
  background:transparent !important;
  height:auto;
}

.standorte-layout .moreButton:hover {
  background:transparent !important;
}

.standorte-row3 .dnd-section {
  padding-bottom: 0;
}

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

.standorte-row4 .widget-type-header,.standorte-row4 .widget-type-rich_text {
  max-width: 860px;
  z-index: 999;
  position: relative;
}

.standorte-layout {
  overflow: hidden;
}

.standorte-row4 h3 {
  color: #de095b;
}

.standorte-row4 p {
  font-size: 24px;
  margin-bottom: 40px;
}

.standorte-row4 .hs_cos_wrapper_type_rich_text > a {
  color: #002855;
  display: flex;
  align-items: center;
}

.standorte-row4 a:after {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  content: '';
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/raspberry-arrow.svg);
  width: 15px;
  height: 11px;
  margin-left: 10px;
  width: 25px;
  height: 18px;
  background-size: contain;
  display: inline-block;
}

.standorte-row4 .advanced-image .brickImageSVG {
  display: none !important;
}

.standorte-row4 .advanced-image .brick-hands {
  margin-top: -358px;
  z-index: 9999;
  margin-right: -284px;
}

.standorte-row4 .advanced-image {
  overflow:unset;
}

.standorte-row4 .widget-type-rich_text img {
  margin: 97px 100px;
}

.standorte-row4 .dnd-section {
  padding-top: 60px;
  padding-bottom: 162px;
}

.standorte-row4 .hs_cos_wrapper_type_rich_text>a:hover {
  color: #de095b;
}

.standorte-row4 .hs_cos_wrapper_type_rich_text>a:hover:after {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.ux-ui-layout {
  margin-top: -1px;
}

.ux-ui-layout .banner-area h1.banner-area-h1-white {
  max-width: 860px;
}

.ux-ui-layout .banner-area .banner-area-h4-white {
  margin-top: 0;
}

.ux-ui-row1 .mision-grid h3.like-h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.ux-ui-row1 .mision-grid {
  margin-bottom: 130px;
  opacity:1 !important;
  grid-gap: 30px 80px;
  gap: 30px 80px;
  grid-template-columns: 1fr auto;
  margin-top: 30px;
  transform:unset !important;
}

.ux-ui-row1 .dnd-section .dnd-column,
.ux-ui-row2 .dnd-section .dnd-column{
  padding: 0;
}

.ux-ui-row1 .dnd-section>.row-fluid ,
.ux-ui-row2 .dnd-section>.row-fluid {
  max-width: 1140px;
  padding: 0;
}

.ux-ui-row1 .dnd-section,
.ux-ui-row2 .dnd-section{
  padding: 0;
}


.ux-ui-row1 .mision-grid .text h5 {
  line-height: 1.5;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
}

.ux-ui-row1 .mision-grid .text {
  grid-row: 1/4;
}

.ux-ui-row1 .mision-grid .image {
  margin-top: -30px;
}

.ux-ui-row1 .mision-grid .modern-brick-image>div.mbi-8 .third-brick {
  mix-blend-mode: multiply;
}

.ux-ui-row1 .mision-grid h6 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-top: 48px;
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  margin-bottom: 40px;
}

.ux-ui-row3 .dnd-section {
  padding: 0;
}

.ux-ui-row3 .dnd-section .dnd-column {
  padding: 0;
}

.ux-ui-row3 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 1140px;
}

.ux-ui-row3 .brick-image.brick-image-8 {
  margin-top: 0;
  margin-bottom: 130px;
}

.ux-ui-row4 .dnd-section {
  padding: 0;
}

.ux-ui-row4 .dnd-section .dnd-column {
  padding: 0;
}

.ux-ui-row4 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 1140px;
}

.ux-ui-layout {
  overflow:hidden;
}

.design-workflow .content-slide > div > a:after {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/arrow-slider-link.svg);
}

.standorte-row4 .widget-type-rich_text img.hidden-tab {
  display:none !important;
}

@media (min-width:992px) {
  .brick-image.brick-image-4.brick-image-19 {
    margin-top: 177px;
    margin-bottom: 140px;
  }

}

@media (min-width:1024px) {
  .standorte-row4 .widget-type-rich_text img.display-tab {
    display:none !important;
  }

  .standorte-row4 .widget-type-rich_text img.hidden-tab {
    display:block !important;
  }
}

@media (min-width:1200px) {
  .standorte-row2 .yourWay .relativDiv .kowelenz {
    width: 737px !important;
    height: 691px !important;
  }
}

@media (min-width:1230px) {
  .brick-image.brick-image-4.brick-image-19 {
    margin-bottom: 200px;
  }
}

@media (max-width:1699px) {
  .standorte-row2 .yourWay .relativDiv {
    margin-bottom: 930px;
  }

}

@media screen and (min-width: 1340px){
  .kontakt-row6 .yourWay.right .relativDiv .kowelenz {
    width: 550px;
    height: 515px;
    width: 737px;
    height: 691px;
    top: -620px;
  }
}

@media (max-width:1399px) {
  .standorte-row2 .yourWay .relativDiv {
    margin-bottom: 800px;
  }
}

@media (max-width:1339px) {
  .standorte-row2 .yourWay .relativDiv .kowelenz {
    width: 550px !important;
    height: 515px !important;
    left: auto !important;
  }

  .standorte-row3 .yourWay .relativDiv .kowelenz {
    width: 550px;
    height: 515px;
    right: auto;
  }
}

@media (max-width:1199px) {
  .standorte-row2 .yourWay.right {
    margin-left: 0;
  }

  .standorte-row2 .yourWay .relativDiv .kowelenz {
    width: 400px !important;
    height: 375px !important; 
    left:auto !important;
  }

  .standorte-layout .yourWay.left {
    margin-top: 95px !Important;
  }

  .standorte-row2 .yourWay .relativDiv {
    margin-bottom: 550px;
  }

  .standorte-layout .yourWay.left .relativDiv .kowelenz {
    top: 110px;
    width: 400px;
    height: 375px;
  }

  .standorte-row4 .dnd-section {
    padding-top: 80px;
  }

  .standorte-row4 .widget-type-rich_text img {
    margin: 57px 100px;
    margin-bottom: 0;
  }

  .standorte-row4 .advanced-image .brick-hands {
    width: 400px;
    height: 375px;
    margin: 0 auto;
    margin-top: -88px;
  }

  .standorte-row4 p:last-child {
    margin: 0;
  }

  .ux-ui-layout .banner-area {
    margin-top: -1px;
  }

  .ux-ui-layout .banner-area .banner-area-h4-white {
    margin-top: -45px;
  }

  .ux-ui-row1 .dnd-section>.row-fluid,
  .ux-ui-row2 .dnd-section>.row-fluid,
  .ux-ui-row3 .dnd-section>.row-fluid,
  .ux-ui-row4 .dnd-section>.row-fluid{
    width: 960px;
  }

  .ux-ui-row1 .mision-grid {
    display: grid;
    grid-gap: 0 80px;
    gap: 0 80px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    grid-template-rows: 0;
  }

  .ux-ui-row1 .mision-grid .text {
    grid-row: unset;
    grid-column: unset;
  }

  .ux-ui-row1 .mision-grid .image {
    grid-column: unset;
    grid-row: unset;
    margin-top: 80px;
  }

  .ux-ui-row1 .mision-grid h6 {
    margin-top: 0;
  }

  .ux-ui-layout {
    margin-top:0;
  }

  .standorte-row1 .dnd-section {
    padding-top:50px;
  }
}

@media (max-width:1024px) {
  .standorte-layout .yourWay .standort {
    margin-left: -75px;
  }
}

@media (max-width:1023px) {
  .standorte-row2 .yourWay .relativDiv {
    margin-top: 0;
  }

  .standorte-row2 .yourWay .relativDiv .kowelenz {
    right: -140px;
    left: 0 !important;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -30px !important;
  }

  .standorte-row3 .dnd-section {
    padding-top: 0;
  }

  .standorte-layout .yourWay.left {
    margin-top: 0 !important;
    height: auto;
  }

  .standorte-layout .yourWay.left .relativDiv .kowelenz {
    top: 0;
  }

  .standorte-row3 .yourWay .relativDiv {
    margin-top: 40px;
  }

  .standorte-row4 a:after {
    width: 15px;
    height: 11px;
    margin-left: 10px;
  }

  .standorte-row4 .widget-type-rich_text img {
    max-width: 285px;
    margin: 0 auto;
    display: block;
  }

  .standorte-row4 .hs_cos_wrapper_type_rich_text>a {
    margin-bottom: 40px;
  }

  .standorte-row4 .advanced-image .brick-hands {
    margin-top: 0;
  }

  .standorte-row4 .advanced-image .page-center {
    padding: 0;
  }

  .brick-image.brick-image-4.brick-image-19 {
    margin-top: 89px;
    margin-bottom: 70px;
  }

  .ux-ui-row1 .mision-grid .text p:last-of-type{
    margin-bottom:0;
  }

  .ux-ui-row1 .mision-grid .image {
    margin:80px auto;
  }

  .standorte-row1 .dnd-section {
    padding: 50px 0 0;
  }
}

@media (max-width:991px) {
  .ux-ui-layout .banner-area .banner-area-h4-white {
    margin-top: -30px;
  }

  .ux-ui-row1 .dnd-section>.row-fluid,
  .ux-ui-row2 .dnd-section>.row-fluid, 
  .ux-ui-row3 .dnd-section>.row-fluid,
  .ux-ui-row4 .dnd-section>.row-fluid {
    width: 720px;
  }

  .ux-ui-row1 .mision-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .ux-ui-row1 .mision-grid .modern-brick-image>div.mbi-8 {
    margin: 0 auto;
  }

  .ux-ui-layout .banner-area {
    margin-top: 0px;
  }
}

@media (max-width:900px) {
  .standorte-row2 .yourWay .relativDiv .kowelenz {
    top: 60px !important;
  }
}

@media (max-width:771px) and (min-width:768px) {
  .standorte-row2 .yourWay .relativDiv .kowelenz {
    top: -10px !important;
  }

  .standorte-row2 .yourWay .relativDiv {
    margin-bottom: 500px;
  }
  .standorte-row2 .yourWay.right .standort {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .standorte-layout .yourWay .standort {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .standorte-row2 .yourWay .relativDiv .kowelenz {
    top: -10px!important;
    right: 0;
  }
}

@media (max-width:767px) {
  .standorte-row2 .yourWay .relativDiv .kowelenz {
    right: 0;
  }

  .standorte-layout .advanced-image .page-center {
    padding: 0;
  }

  .standorte-row2 .yourWay.right .standort {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .standorte-layout .yourWay .standort {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .standorte-row1 .advanced-header {
    margin-bottom:80px;
  }

  .standorte-layout .yourWay .standort h3 {
    font-size: 24px;
    margin-top: 8px;
    margin-left: 10px;
    margin-bottom: 0;
    line-height: 24px;
  }

  .standorte-layout .above {
    margin-top: 0;
  }

  .standorte-row2 .yourWay .relativDiv {
    margin-bottom: 250px;
  }

  .standorte-row2 .yourWay .relativDiv .kowelenz {
    top: 40px !important;
  }

  .brickImageSVG.flyingfragements .svg-desktop {
    display: none !important;
  }

  .brickImageSVG.flyingfragements .svg-tab {
    display: block !important;
  }

  .brickImageSVG.flyingfragements .imageMobile {
    width: 110%;
    margin-left: 3px;
    background-size: cover;
  }

  .standorte-row3 .yourWay.left .above {
    margin-top: 40px;
  }

  .standorte-row3 .yourWay .relativDiv > div {
    width: 285px !important;
    height: 267px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: 0px auto 0 !important;
  }

  .standorte-row3 .yourWay .relativDiv {
    margin-top: 40px !important;
  }

  .standorte-row4 .advanced-image .brick-hands {
    width: 285px;
    height: 267px;
  }

  .ux-ui-layout .banner-area .banner-area-h4-white {
    bottom: 27%;
    left: 215px;
    width: 300px;
    margin-top: unset;
    position: absolute;
    margin-left: 0;
  }

  .ux-ui-row1 .dnd-section>.row-fluid, .ux-ui-row2 .dnd-section>.row-fluid, .ux-ui-row3 .dnd-section>.row-fluid, .ux-ui-row4 .dnd-section>.row-fluid {
    max-width: 540px;
  }
}

@media (max-width:575px) {
  .ux-ui-row1 .dnd-section>.row-fluid, .ux-ui-row2 .dnd-section>.row-fluid, .ux-ui-row3 .dnd-section>.row-fluid, .ux-ui-row4 .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 0 5%;
  }

  .ux-ui-layout .banner-area .banner-area-h4-white {
    position: absolute;
    left: 20%;
    bottom: 23%;
    padding: 0;
    width: 250px;
  }

  .ux-ui-row1 .mision-grid .text h5 {
    font-size: 18px;
  }

  .ux-ui-row1 .mision-grid h6 {
    font-size: 18px;
  }

  .standorte-row1 .introduction p {
    font-size: 18px;
  }

  .standorte-row4 p {
    font-size: 18px;
  }
}

@media (max-width:499px) {
  .standorte-layout .moreButton {
    width: 100%;
  }

  .standorte-row2 .yourWay .relativDiv .kowelenz {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 285px !important;
    height: 267px  !important;
  }

  .standorte-row2 .yourWay .relativDiv {
    margin-bottom: 150px;
  }

  .brickImageSVG.flyingfragements .imageMobile {
    margin-left: 2px;
  }
}

@media (max-width:420px) {
  .brickImageSVG.fragments .imageMobile {
    margin-left: 2px;

  }
}

.kontakt-row1 .dnd-section {
  padding-top: 44px;
  padding-bottom: 0;
}

.kontakt-row2 .dnd-section {
  padding-top: 0;
}

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

.kontakt-row2 .dnd-section .dnd-column p {
  margin: 0;
  font-size: 24px;
  color: #002855;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 0;
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
}

.kontakt-row3 .dnd-section {
  padding-top: 86px;
  padding-bottom: 0;
}

.kontakt-page {
  overflow: hidden;
}

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

.kontakt-row3 .dnd-section .widget-type-rich_text span span {
  max-width: 560px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 0;
  color: #002855;
  display: block;
}
.kontakt-row5 .dnd-section {
  padding-top: 85px;
}
.kontakt-row4 .dnd-section {
  padding-top: 0;
}


@media (max-width:1229px){
  .kontakt-row3 .dnd-section .widget-type-rich_text span span {
    max-width: 100%;
  } 
  .kontakt-row5 .dnd-section {
    padding-top: 61px;
  }
  .container-fluid.kontakt-row7 {
    margin-top: 100px;
    margin-bottom: 172px;
  }
}

@media (max-width:1024px){
  .kontakt-row1 .dnd-section {
    padding-top: 50px;
  }

  .kontakt-row5 .dnd-section {
    padding-top: 20px;
  }

  .kontakt-row3 .dnd-section {
    padding-top: 0px;
  }

  .kontakt-row2 .dnd-section {
    padding-bottom: 40px;
  }

  .container-fluid.kontakt-row7 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-fluid.kontakt-row7 .dnd-section {
    padding: 0;
  }
  .container-fluid.kontakt-row6 .dnd-section {
    padding-bottom: 0;
  }
  .container-fluid.kontakt-row7 {
    margin-top: 100px;
    margin-bottom: 12px !important;
  }
}

@media (max-width:767px){
  .container-fluid.kontakt-row6 .dnd-section {
    padding-top: 0;
  }

  .kontakt-row5 .dnd-section {
    padding-bottom: 0;
  }
}

@media (max-width:575px){
  .kontakt-row2 .dnd-section .dnd-column p,
  .kontakt-row3 .dnd-section .widget-type-rich_text span span {
    font-size: 18px;
  } 
}

@media (max-width:420px){
  .kontakt-row2 .dnd-section .dnd-column p {
    color: #002855;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 40px;
    margin-top: 0;
  }

  .kontakt-row3 .dnd-section .widget-type-rich_text span span {
    color: #002855;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 40px;
    margin-top: 0;
  }
}

/*********** Mobile Application *****************/

.mobile-application-row1 h2 {
  font-size: 60px;
  margin: 0;
}

.mobile-application-row1 .dnd-row:nth-child(2) h2 {
  line-height: 1;
  color: #009fdf;
}

.container-fluid.mobile-application-row2 .dnd-column {
  padding: 0px 12px;
}

.container-fluid.mobile-application-row2 .dnd-section {
  padding-top: 25px;
}

.container-fluid.mobile-application-row3 .dnd-section {
  padding-top: 0;
}

.container-fluid.mobile-application-row2 .dnd-section {
  padding-bottom: 0;
}

.container-fluid.mobile-application-row3 .dnd-section .dnd-module {
  padding: 0 10px;
}

.mobile-application section.banner-area {
  height: 1081px;
  background-size: 1998px;
  margin-top: -1px;
}

.mobile-application .banner-area .banner-area-overline-white {
  padding-bottom: 16px;
}

.mobile-application  .banner-area h1.banner-area-h1-white {
  max-width: 860px;
}

.mobile-application .banner-area .banner-area-h4-white {
  max-width: 715px;
  font-size: 40px;
  margin-top: 110px;
  margin-left: 570px;
  width: 100%;
}
.container-fluid.mobile-application-row7 .dnd-section {
  padding-bottom: 0;
}
.container-fluid.mobile-application-row4 .dnd-section:last-child section.web-apps {
  margin: auto;
  max-width: 730px;
  margin-left: 300px;
  margin-bottom: 200px;
}

.container-fluid.mobile-application-row4 .dnd-section:first-child {
  display: none;
}

.container-fluid.mobile-application-row4 .dnd-section:last-child {
  padding-top: 0;
  padding-bottom: 0;
}

.container-fluid.mobile-application-row3 .dnd-section:last-child {
  display: none;
}

.container-fluid.mobile-application-row3 .dnd-section {
  padding: 0;
}

.mobile-application-row4 .dnd-section:last-child section.web-apps .button-wrapper a {
  display: flex;
  margin: 40px auto 0;
  max-width: 400px;
  background-color: #009fdf;
  text-decoration: none;
  border: none;
  height: 60px;
  cursor: pointer;
  outline: 0;
  position: relative;
  color: #fff;
}

.mobile-application-row4 .dnd-section:last-child section.web-apps .button-wrapper a span {
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 60px;
  width: 100%;
}
.mobile-application-row6 .dnd-section {
  padding: 0;
}

.mobile-application-row5 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-application-row4 .dnd-section:last-child section.web-apps .button-wrapper {
  padding-left: 12px;
}

.background-brick img.colored-bricks {
  position: absolute;
  bottom: -26px;
  left: 0;
}

.background-brick {
  position: absolute;
  height: 1970px;
  z-index: -1;
  left: 0;
  right: 0;
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/mega-brick.87887024.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 1200px){
  .background-brick {
    background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/bg3.png);
  }
  .kontakt-row7 .yourWay .anreise.body-3-darkblue span,
  .kontakt-row6 .yourWay .anreise.body-3-darkblue span {
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #002855;
    font-size: 16px;
  }
}

@media screen and (min-width: 1400px){
  .background-brick {
    background-position: 0 100px;
    background-size: auto;
    background-image:url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/bg-1.svg) ;
  }
}

@media screen and (max-width: 1399px){
  .colored-bricks {
    display: none;
  }
}

.mobile-application-row7 .dnd-column {
  padding: 0;
}

.container-fluid.mobile-application-row7 .dnd-section>.row-fluid , 
.container-fluid.mobile-application-row5 .dnd-section>.row-fluid,
.container-fluid.mobile-application-row6 .dnd-section>.row-fluid
{
  width: 1140px;
  padding: 0;
}

.mobile-application {
  overflow-x: clip;
}

.mobile-application-row1 .dnd-section {
  padding-top: 5px;
}

.container-fluid.body-container.mobile-application-row1 .dnd-column {
  padding-left: 9px;
}

.container-fluid.mobile-application-row6 .dnd-section>.row-fluid .dnd-column {
  padding: 0;
}

@media (max-width:1500px){
  .mobile-application .container-fluid.body-container .dnd-section>.row-fluid {
    padding: 0;
  }

  .mobile-application .container-fluid .dnd-section>.row-fluid {
    padding: 0;
    max-width: 1140px;
  }

  .mobile-application .container-fluid.body-container .dnd-section>.row-fluid .dnd-column ,
  .mobile-application .container-fluid .dnd-section>.row-fluid .dnd-column {
    padding: 0;
  }

  .container-fluid.mobile-application-row3 .dnd-section .dnd-module{
    padding:0; 
  }

}
@media(min-width:1200px) and (max-width:1250px){
  .mobile-application .banner-area .banner-area-h4-white {
    max-width: 580px; 
  }
}

@media (max-width:1199px){
  .mobile-application .container-fluid .dnd-section>.row-fluid,
  .container-fluid.mobile-application-row7 .dnd-section>.row-fluid,
  .container-fluid.mobile-application-row5 .dnd-section>.row-fluid,
  .container-fluid.mobile-application-row6 .dnd-section>.row-fluid{
    padding: 0;
    max-width: 960px;
  }

  .mobile-application .banner-area .banner-area-h4-white {
    max-width: 490px;
    font-size: 40px;
    margin-top: 110px;
    margin-left: 49.2%;
  }
  .portal-web-application {
    margin-bottom: 0 !important;
    overflow: hidden;
  }

  .mobile-application .banner-area .banner-area-overline-white {
    margin: auto;
  }

  .mobile-application .banner-area h1.banner-area-h1-white {
    padding-left: 0;
    font-size: 110px;
    margin-left: 0;
  }

  .container-fluid.mobile-application-row4 .dnd-section:last-child section.web-apps {
    max-width: 100%;
    margin: auto;
    margin-bottom: 140px;
  }

  .mobile-application section.banner-area {
    margin-top: -5px;
  }

  .mobile-application .banner-wrapper-container {
    max-width: 960px;
    margin: auto;
  }
  .container-fluid.mobile-application-row7 .dnd-section {
    padding-top:0;
    padding-bottom: 0;
  }

}


@media (max-width:991px){
  .mobile-application .container-fluid .dnd-section>.row-fluid,
  .container-fluid.mobile-application-row7 .dnd-section>.row-fluid,
  .container-fluid.mobile-application-row5 .dnd-section>.row-fluid,
  .container-fluid.mobile-application-row6 .dnd-section>.row-fluid{
    padding: 0;
    max-width: 720px;
  }
  .container-fluid.mobile-application-row3 .dnd-section {
    padding-bottom: 0;
  }
  .container-fluid.mobile-application-row4 .dnd-section:nth-child(2) {
    padding-top: 0;
  }

  .mobile-application .banner-wrapper-container {
    max-width: 720px;
    overflow:hidden;
  }

  .mobile-application section.banner-area {
    height: 675px;
    background-size: 1180px;
    margin-bottom: 10px;
  }

  .mobile-application .banner-area .banner-area-overline-white {
    padding-top: 45px;
  }

  .mobile-application .banner-area h1.banner-area-h1-white {
    font-size: 80px;
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .mobile-application .banner-area .banner-area-h4-white {
    max-width: 488px;
    margin-top: 146px;
    margin-left: 263px;
    font-size: 24px;
  }

  .mobile-application-row1 .dnd-section {
    padding-top: 45px;
  }

}


@media (max-width:767px){
  .mobile-application .container-fluid .dnd-section>.row-fluid,
  .container-fluid.mobile-application-row7 .dnd-section>.row-fluid,
  .container-fluid.mobile-application-row5 .dnd-section>.row-fluid,
  .container-fluid.mobile-application-row6 .dnd-section>.row-fluid{
    padding: 0;
    max-width: 540px;
  }

  .container-fluid.mobile-application-row2 {
    overflow: hidden;
  }

  .mobile-application .banner-wrapper-container {
    max-width: 540px;
  }

  .mobile-application section.banner-area {
    height: 570px;
    background-repeat: no-repeat;
    background-size: 970px;
    background-position: 0 100%;
  }

  .container-fluid.mobile-application-row4 .dnd-section:last-child section.web-apps {
    margin-bottom: 80px;
  }

  .mobile-application .banner-area h1.banner-area-h1-white {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .mobile-application .banner-area .banner-area-h4-white {
    margin-top: 160px;
    margin-left: 218px;
    max-width: 343px;
    width: 100%;
  }

  .mobile-application-row4 .dnd-section:last-child section.web-apps .button-wrapper a {
    max-width: 90vw;
    font-size: 16px;
    width: 100%;
  }

  .mobile-application-row4 .dnd-section:last-child section.web-apps .button-wrapper a span {
    font-size: 16px;
  }

  .mobile-application-row4 .dnd-section:last-child section.web-apps .button-wrapper {
    padding: 0;
  }
}


@media (max-width:576px){
  .mobile-application .container-fluid .dnd-section>.row-fluid,
  .container-fluid.mobile-application-row7 .dnd-section>.row-fluid,
  .container-fluid.mobile-application-row5 .dnd-section>.row-fluid,
  .container-fluid.mobile-application-row6 .dnd-section>.row-fluid,
  .mobile-application .container-fluid.body-container .dnd-section>.row-fluid{
    max-width: 100%;
    padding: 0 5%;
  }

  .mobile-application .banner-wrapper-container {
    margin: 0 5%;
    max-width: 100%;
  }

  .mobile-application section.banner-area {
    background-position: -200px -440px;
  }

  .mobile-application .banner-area .banner-area-h4-white {
    max-width: 350px;
    margin-top: 183px;
    margin-left: 50px;
    left: 0;
    position: relative;
    width: auto;
  }

  .mobile-application .banner-area .banner-area-overline-white {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-top: 0;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 0;
    width: auto;
  }
  .container-fluid.body-container.mobile-application-row1 {
    overflow: hidden;
  }

  .mobile-application .banner-area h1.banner-area-h1-white {
    margin-right: 0;
  }
}

@media (max-width:420px){
  .mobile-application-row1 h2 {
    font-size: 36px;
    padding-bottom: 0;
  }
}

/***************Portal Web Applications *********************/

.portal-web-application .body-container-wrapper .content-wrapper, .portal-web-application .dnd-section>.row-fluid {
  padding: 0 30px;
}

.portal-web-application-row1,
.portal-web-application-row2,
.portal-web-application-row3,
.portal-web-application-row4{
  overflow: hidden;
  position:relative;
}

.portal-web-application {
  margin-bottom: 400px;
  overflow: hidden;
}

.container-fluid.portal-web-application-row3,.container-fluid.portal-web-application-row2 {
  overflow: visible;
}

.container-fluid.portal-web-application-row4 .dnd-section, .container-fluid.portal-web-application-row3 .dnd-section {
  padding: 0;
}

.container-fluid.body-container.portal-web-application-row1 .dnd-section {
  padding: 0;
}

.container-fluid.body-container.portal-web-application-row1 .dnd-section h2 {
  margin: 0;
  font-size:60px;
}

.container-fluid.body-container.portal-web-application-row1 .dnd-column {
  padding: 0;
}

.container-fluid.body-container.portal-web-application-row1 .dnd-section .dnd-row:last-child h2 {
  color: #009fdf;
}

.container-fluid.body-container.portal-web-application-row1 .dnd-section {
  padding-top: 0;
}

.container-fluid.portal-web-application-row2 .dnd-section {
  padding-top: 0;
}

@media (max-width:1230px){
  .container-fluid.body-container.portal-web-application-row1 {
    margin-top: 261px;
  } 
}

@media (max-width:991px){
  .portal-web-application {
    margin-bottom: 36px;
    overflow: hidden;
  } 
  .container-fluid.body-container.portal-web-application-row1 {
    margin-top: 211px;
  }
}

@media (max-width:770px){
  .portal-web-application .body-container-wrapper .content-wrapper, .portal-web-application .dnd-section>.row-fluid {
    padding: 0 5% !important;
  } 

  .container-fluid.body-container.portal-web-application-row1 {
    margin-top: 0;
  }
  .portal-web-application {
    margin-bottom: 60px !important;
    overflow: hidden;
  }
}
@media (max-width:421px){
  .container-fluid.body-container.portal-web-application-row1 .dnd-section h2 {
    margin: 0;
    font-size:36px;
  } 
}

@media (max-width:575px){
  .portal-web-application {
    margin-bottom: 248px!important;
    overflow: hidden;
  } 
}

.cloudservices-row6 .widget-type-rich_text h6,
.iot-page h6,
.quality-standard-page h6{
  color: #002855;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 0;
}
.individual-software-row1 .dnd-section {
  padding-top: 44px;
  padding-bottom: 0;
}
.cloudservices-page .dnd-section .dnd-column,
.leistungen-page .dnd-section .dnd-column,
.iot-page .dnd-section .dnd-column,
.quality-standard-page .dnd-section .dnd-column {
  padding: 0 0px;
}

[class*="force-full-width-section"] >.row-fluid {
  padding: 0 !important;
}
.overline,
.iot-row8 h5{
  display: block;
  color: #009fdf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: uppercase;
}

.cloudservices-page .dnd-section > .row-fluid {
  padding: 0 30px;
}
.cloudservices-page .page-header.section-header {
  margin-bottom: 30px;
}
.cloudservices-page .page-header h2 {
  margin: 0; 
  font-size: 60px;
}
.cloudservices-page .page-header p.secondary-header {
  font-size: 60px;
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  color: #009fdf;
  margin: 0;
}
.cloudservices-row1 .content-image-wrapper {
  margin-top: 30px;
}

.cloudservices-row3 .widget-type-rich_text h3 {
  color: #002855;
}
.cloudservices-row4 .content-image-wrapper {
  margin-top: 142px;
}
.cloudservices-row4 .content-image-wrapper .image-col {
  height: 405px;
  width: 291px;
  margin: 40px auto;
  background-size: cover;
}
.cloudservices-row4 .content-image-wrapper .link {
  display: block;
  text-align: left;
}

.cloudservices-row4 .content-image-wrapper .moreButton {
  margin: 0;
}
.cloudservices-row6 .dnd-section {
  padding-top: 200px;
  text-align: center; 
  padding-bottom: 0;
}
.cloudservices-page,
.leistungen-page,
.iot-page { 
  overflow: hidden;
}
.leistungen-page .dnd-section>.row-fluid,
.iot-page .dnd-section>.row-fluid {
  max-width: 1140px;
  padding: 0;
}
.leistungen-page .references {
  margin-top: 0;
}
.leistungen-page .references .references-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 130px 220px;
  gap: 130px 220px;
  margin-bottom: 40px;

}
.leistungen-page .references .references-list .item {
  display: block;
  max-width: 510px;
  width: auto;
  margin: 0 auto 0px !important;
}

.leistungen-page .references .references-list .item img {
  width: 100%;
  max-width: 100%;
  display: block;
  max-width: 100%;
}
.leistungen-page .references .references-list .item:nth-child(2) {
  margin-top: 0;
}
.bottom-contact-section {
  margin-bottom: 230px;
}
.leistungen-page .widget-type-rich_text h6 {
  font-size: 24px;
  color: #002855;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 0;
}
.bottom-contact-section .widget-type-rich_text h6 {
  width: 560px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
.leistungen-row2 .dnd-section>.row-fluid {
  margin-bottom: 250px;
  align-items: flex-start; 
}
.leistungen-row2 .span5 {
  width: 430px;

}
.leistungen-row2 .span5 p {
  margin-bottom: 50px; 
}
.leistungen-row2 .span5 p:last-child {
  margin-bottom: 0;
}
.leistungen-row2 .image-brick-graphic {
  margin-top: 0;
  max-width: 645px;
  margin-bottom: 0;
}

.leistungen-row2 .span7 {
  width: auto;
  margin-left: 0;
  padding-left: 65px !important;
}
.leistungen-row2 .image-brick-graphic .top-left {
  position: absolute;
  width: 11.507%;
  top: -13.347%;
  left: 7.123%;
  mix-blend-mode: initial;
}

.leistungen-row2 .image-brick-graphic img {
  display: block;
  width: 100%;
  max-width: 730px;
}

.leistungen-row2 .image-brick-graphic .right {
  position: absolute;
  width: 72.603%;
  bottom: -18.48%;
  right: -5.48%;
  z-index: -1;
  top: auto;
}

.leistungen-row2 .image-brick-graphic .bottom {
  position: absolute;
  width: 20.274%;
  bottom: 16.016%;
  right: -2.466%;
  top: auto;
  left: auto;
}
.leistungen-page .references .overline {
  margin-top: 20px;
}
.leistungen-page .references .references-list .item h3 {
  margin-bottom: 40px;
}
.leistungen-row5 .widget-type-rich_text h6 {
  max-width: 860px;
}
.information .item .responsivenow .arrow {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/arrow.svg);

}
.bottom-contact-section.no-margin {
  margin-bottom: 0px;
}
.arrow-bounce {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.arrow-bounce:active {
  transform: translateX(300px)
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0)
  }
  40% {
    transform: translateX(20px)
  }
  60% {
    transform: translateX(10px)
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0)
  }
  40% {
    transform: translateX(20px)
  }
  60% {
    transform: translateX(10px)
  }
}
.insight-contact .dnd-section {
  padding-bottom: 80px;
  padding-top: 100px;
}

.insight-contact h4 {
  max-width: 560px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.image-brick-graphic {
  position: relative;
}
.image-brick-graphic .brick-1 {
  position: absolute;
  bottom: 0;
  left: -16.27%;
  width: 41.39%;
  mix-blend-mode: multiply;
}
.iot-row8 .dnd-section {
  padding-bottom: 110px;
  padding-top: 160px;
}

.iot-row8 .hs-button {
  background-color: #009fdf;
  text-decoration: none;
  border: none;
  width: 400px;
  height: 60px;
  cursor: pointer;
  outline: 0;
  position: relative;
  display: block;
}

.iot-row8 .hs-button > span {
  text-transform: uppercase;
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 60px;
}
.iot-row8 .hs-button:hover {
  background-color: #002855;
}
.iot-row8 .widget-type-rich_text h2 {
  margin-bottom: 80px;
}

.containerOSProblem .containerBackgroundBrick {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/mega-brick.svg);
  position: absolute;
  background-size: cover; 
  background-repeat: no-repeat;
  min-height: 1000px;
  width: 100%;
  top: 1000px;
  left: 0;
  z-index: -1;
}
.quality-standard-page {
  overflow-x: hidden; 
}
.quality-standard-page .analytics img {
  min-height: 284px;
  min-width: 237px;
}
.quality-standard-row1 .widget-type-rich_text h6 {
  margin: 0; 
}
.quality-standard-page .fragments {
  margin-top: -450px;
}
.quality-standard-page .right {
  margin-left: auto;
}
.quality-standard-page .left {
  margin-right: auto;
}
.quality-standard-page .image {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
}
.quality-standard-page .imageMobile {
  width: 110%;
  margin-left: -5%;
  background-size: cover;
}
.quality-standard-page .img-tower {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 50%;
  margin-top: 80px;
}
.quality-standard-page .fragments2{
  margin-top: -180px;
}

.h5-darkblue {
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #002855;
  padding-bottom: 40px;
}
.h2-darkblue {
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  color: #002855;
  padding-bottom: 40px;
}
.h3-darkblue {
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  color: #002855;
  padding-bottom: 40px;
}

/* Media Queries */

@media screen and (min-width: 421px) {
  .h2-darkblue {
    font-size: 60px;
  }
}
@media (min-width: 576px) {
  .overline,
  .iot-row8 h5{
    font-size: 16px;
  }
  .cloudservices-row6 .widget-type-rich_text h6,
  .leistungen-page .widget-type-rich_text h6,
  .iot-page h6,
  .quality-standard-page h6{
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .quality-standard-page .analytics img {
    margin-bottom: 40px;
  }
  .quality-standard-page .fragments {
    margin-top: -50px;
  }
  .quality-standard-page .fragments2 {
    margin-top: -250px;
  }
  .h5-darkblue {
    font-size: 24px;
  }
  .h3-darkblue {
    font-size: 60px;
  }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
  .quality-standard-row1 .advanced-header .h1-darkblue {
    font-size: 60px;
  }
}

@media screen and (max-width: 1220px) and (min-width: 1024px) {
  .quality-standard-row1 .advanced-header .h1-darkblue {
    font-size: 90px;
  }
}

@media (min-width: 1230px) {
  .cloudservices-page .page-header.section-header {
    margin-bottom: 50px;
  }
  .cloudservices-row3 .widget-type-rich_text {
    max-width: 560px;
    margin-left: auto;
  }
  .quality-standard-row1 .widget-type-rich_text h6 {
    max-width: 860px;
  }
  .quality-standard-page .analytics img {
    margin-left: 100px;
    margin-top: 220px;
    height: 515px;
    width: 876px;
  }
  .quality-standard-page .analytics h3,
  .quality-standard-page .analytics p{
    width: 560px;
    margin-left: 20%;
  }
  .costs .widget-type-rich_text {
    margin-top: 200px;
    width: 560px;
    margin-left: 20%;
  }
  .quality-standard-page .img-tower {
    width: 737px;
    height: 691px;
    position: relative;
    right: -144px;
    margin-left: auto;
  }
  .quality-standard-page .fragments2 {
    margin-top: -451px;
  }
}
@media screen and (min-width: 2047px) {
  .cloudservices-page .dnd-section>.row-fluid,
  .quality-standard-page .dnd-section>.row-fluid {
    padding: 0 100px;
  }
}

@media (max-width: 1229px) {
  .cloudservices-row1 .content-image-wrapper {
    margin-top: 50px;
  }
  .cloudservices-row4 .content-image-wrapper .image-col {
    width: 229px;
    height: 316px;
  }
  .cloudservices-row5 .content-with-left-icon {
    margin-top: 40px;
  }

  .bottom-contact-section .widget-type-rich_text h6 {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .leistungen-page .dnd-section>.row-fluid,
  .iot-page .dnd-section>.row-fluid{
    max-width: 960px;
  }
  .leistungen-row1 .dnd-section {
    padding-top: 40px !important;
  }

  .container-fluid.individual-software-row1.leistungen-row1 {
  }

  .leistungen-row2 .dnd-section>.row-fluid {
    display: block !important;
    margin-bottom: 190px;
  }

  .leistungen-row2 .span5 {
    width: 100%;
    margin-bottom: 85px;
  }

  .leistungen-row2 .span7 {
    padding-left: 0px !important;
    text-align: center;
    width: 100%;
  }


  .leistungen-row2 .image-brick-graphic {
    margin: 0 auto;
    max-width: 730px;
  }
  .iot-row8 .hs-button > span {
    font-size: 16px;
  }
}
@media (max-width: 1109px) {
  .quality-standard-row1 .dnd-section {
    padding-top: 50px; 
  }
  .quality-standard-row1 .information {
    margin-top: 35px;
  }
}
@media (max-width: 1023px) {
  .individual-software-row1 .dnd-section{
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .leistungen-page .references .references-list .item {
    margin-bottom: 100px !important; 
  }
  .leistungen-page .dnd-section>.row-fluid,
  .iot-page .dnd-section>.row-fluid{
    max-width: 720px;
  }
  .leistungen-page .references .references-list {
    display: block;
  }

  .leistungen-page .references .references-list .item img {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
  }
}

@media screen and (max-width: 770px) {
  .cloudservices-page .dnd-section>.row-fluid {
    padding: 0 5%;
  }
  .cloudservices-page .hs_cos_wrapper_widget.hs_cos_wrapper_type_cta,
  .iot-page .hs_cos_wrapper_widget.widget-type-cta{
    width: 100%;
    display: block;
  }
  .bottom-contact-section .widget-type-cta {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .body-container-wrapper .moreButton {
    width: 100%;
  }
  .leistungen-page .dnd-section>.row-fluid,
  .iot-page .dnd-section>.row-fluid{
    max-width: 540px;
  }
  .leistungen-row2 .dnd-section>.row-fluid {
    margin-bottom: 120px;
  }
  .bottom-contact-section .widget-type-rich_text h6 {
    font-size: 16px;
    width: 100%;
  }
  .bottom-contact-section {
    margin-bottom: 90px;
  }
  .iot-row8 .hs-button {
    width: 100%;
  }
  .container-fluid.iot-row8 .hs_cos_wrapper_type_module {
    width: 100%;
  }
  .quality-standard-page .brickImageSVG .svg-desktop {
    display: none!important;
  }
  .quality-standard-page .brickImageSVG .svg-tab {
    display: block!important;
  }
  .individualsoftware-page .widget-type-rich_text h5 {
    padding-top: 20px;
  }
  .iot-page .banner-area .banner-area-h4-white {
    position: absolute;
    left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .leistungen-page .dnd-section>.row-fluid,
  .iot-page .dnd-section>.row-fluid{
    max-width: 100%;
    padding: 0 5%;
  }
  .leistungen-row1 .advanced-header .overline-cyan {
    font-size: 12px;
  }
  .leistungen-row5 .widget-type-rich_text h6 {
    font-size: 18px; 
  }
  .iot-page .banner-area .banner-area-h4-white {
    width: 250px;
    left: 20%;
  }
}
@media screen and (max-width: 440px) {
  .quality-standard-row1 .advanced-header .h1-darkblue {
    font-size: 26px;
  }
}
@media screen and (max-width: 420px) {
  .cloudservices-page .page-header h2 {
    font-size: 36px;
  }

  .cloudservices-page .page-header p.secondary-header {
    font-size: 36px;
  }
  .leistungen-row5 .widget-type-rich_text h2 {
    font-size: 27px;
  }
}
.impressum-page {
  margin-top: 120px;
}

.impressum-page h1 {
  font-size: 110px;
  padding-bottom: 110px;
  margin-bottom: 0;
}

.impressum-page .dnd-section {
  padding-top: 15px;
  padding-bottom: 0;
}

.body-container.impressum-page p {
  color: #002855;
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 400;
}

.impressum-page h2 {
  margin-top: 52px;
  margin-bottom: 26px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  color: #009fdf;
}
.bm-to-top {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  top: 100px;
  display: flex;
  justify-content: flex-end;
  box-sizing: content-box;
}
div#back-to-top .arrow-wrapper {
  z-index: 99;
}
.arrow-wrapper {
  height: 70px;
  width: 70px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-wrapper #arrow {
  display: block;
  background-color: transparent;
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/arrowup.d2e70b1e.svg); 
  width: 35px;
  height: 50px;
  cursor: pointer;
  transition: all .2s;
}
.arrow-wrapper #arrow:hover {
  transform: scale(1.2);
}

.brick-image.brick-image-2 {
  position: relative;
  max-width: 730px;
  margin-top: 65px;
  margin-bottom: 70px;
}

.brick-image.brick-image-2 .brick-5 {
  top: -12.32%;
  left: -10.13%;
  width: 32.73%;
  mix-blend-mode: multiply;
}

.brick-image.brick-image-2 .brick-6{
  top: 15.4%;
  right: -8.08%;
  width: 11.5%;
}
.brick-image.brick-image-2 .brick-7 {
  bottom: 8.82%;
  left: 1.37%;
  width: 20.27%;
}

.brick-image.brick-image-3 {
  margin-top: 294px;
  margin-bottom: 100px;
  margin-right: auto;
  margin-left: 0;
}

.brick-image.brick-image-3 .brick-8 {
  top: -15.36%;
  left: -8.22%;
  width: 58.9%;
  mix-blend-mode: multiply;
}
.brick-image.brick-image-3 .brick-9 {
  top: 37.3%;
  left: 106.98%;
  width: 31.78%;
}

.brick-image.brick-image-3 .brick-10 {
  bottom: 9.22%;
  left: 26.85%;
  width: 11.5%;
}

.brick-image.brick-image-6 .brick-13 {
  top: -15.36%;
  left: -8.22%;
  width: 58.9%;
  mix-blend-mode: multiply;
}
.brick-image.brick-image-6 .brick-14 {
  top: 37.3%;
  left: 106.98%;
  width: 31.78%;
}
.brick-image.brick-image-6 .brick-15 {
  bottom: 9.22%;
  left: 26.85%;
  width: 11.5%;
}

.brick-image.brick-image-6 {
  position: relative;
  max-width: 730px;
  margin-top: 115px;
  margin-bottom: 50px;
}

.agile-softwareentwicklung-page .quality-standard-row1 .hs_cos_wrapper_type_rich_text span {
  max-width: 861px;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 0;
  color: #002855;
  font-size: 18px;
}
.agile-softwareentwicklung-page .quality-standard-row1 .hs_cos_wrapper_type_rich_text p {
  max-width: 861px;
}
.agile-softwareentwicklung-page  .advanced-header {
  padding-top: 45px;
}
.agile-softwareentwicklung-page .dnd-section {
  padding: 0;
}
.agile-softwareentwicklung-page .quality-standard-row1 .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 0;
}
.agile-softwareentwicklung-page .image.left.right {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
}
.agile-softwareentwicklung-row3 .span6 {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 560px;
}
.agile-softwareentwicklung-row3 .span6 h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 13px;
  margin-bottom: 20px;
  margin-top: 0;
}
.agile-softwareentwicklung-row3 .span6 p {
  margin-bottom: 80px;
  max-width: 560px;
}
.agile-softwareentwicklung-row3 .row-fluid {
  flex-wrap: wrap;
}
.agile-softwareentwicklung-page .brickImageSVG.fragments {
  position: relative;
}
.agile-softwareentwicklung-page .image.left.right {
  mix-blend-mode: multiply;
  top: 00;
}

.buchungsportale-row11 .hs_cos_wrapper_type_rich_text {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.buchungsportale-page {
  overflow-x: hidden;
}

.booking-portal {
  position: relative;
}

.buchungsportale-row11 .dnd-section {
  padding-bottom: 60px;
  padding-top: 0;
}

.buchungsportale-row9 .dnd-section {
  padding: 0;
}
.buchungsportale-row9 h3 {
  font-family: proxima-nova, Verdana, -apple-system, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  color: #002855;
  padding-bottom: 40px;

}

.buchungsportale-row8 .dnd-section {
  padding: 0;
}
.buchungsportale-row7 .dnd-section {
  padding: 0;
}
.buchungsportale-row5 .dnd-section {
  padding: 0;
}
.fragments-brick-way .image.left.right {
  max-width: 100%;
  z-index: 9;
}

.yourWay.left {
  margin-top: 40px !important;
}
.fragments-brick-way {
  margin-top: -110px;
}
.yourWay.left {
  margin-top: 75px!important;
}
.container-fluid.kontakt-row6 .dnd-section {
  padding-bottom: 0;
}

.container-fluid.kontakt-row7 .dnd-section {
  padding-top: 0;
}
.fragments-brick-way .image.left.right {
  z-index: 9;
}
.kontakt-row6 .dnd-column {
  padding: 0;
}
.container-fluid.kontakt-row7 {
  margin-top: 100px;
  margin-bottom:200px;
}
.IE .custom-header-logo img {
  height:70px !important;
  margin:0;
}
.IE {
  overflow-x:hidden;
}
.brickmakers-row4 .brick_bgimage svg {
  width: 100%;
  height: auto;
  position: relative;
  opacity: 0;
  left: -99999999999px;
  text-indent: -99999999px;
  position: fixed;
}
.brickmakers-row4 .about_us_wrap .grid-item:last-child {
  margin-bottom: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section.services .service-grid .service-item {
    width:50% !important;
    float:left !important;
    text-align:center !important;
  }
  section.services .s-icon {
    text-align:center !important;
  }
  section.contact .personal-contact .picture {
    float:left !important;
    width:30% !important;
  }
  section.contact .personal-contact .hubSpotContactForm {
    float:right !important;
    width:60% !important;
  }
  section.contact .hs-form-field {
    padding-right:15px !important;
  }
  section.services [data-v-99d898fe].service-grid {
    overflow:hidden;
  }
  section.services .service-grid .service-item{
    display:block !important;
  }
}
@media screen and (min-width: 576px){
  .agile-softwareentwicklung-page .quality-standard-row1 .hs_cos_wrapper_type_rich_text span {
    font-size: 24px;
  }

  .buchungsportale-page .dnd-section>.row-fluid {
    padding: 0;
    max-width: 540px;
  }
}
@media screen and (min-width: 768px){
  .agile-softwareentwicklung-page .quality-standard-row1 .hs_cos_wrapper_type_rich_text p {
    margin-top: 20px;
    position: relative;
    bottom: unset;
  }
  .agile-softwareentwicklung-page .brickImageSVG.fragments {
    margin-top: 230px;
  }
  .agile-softwareentwicklung-row3 {
    margin-top: 300px;
  }
  .agile-softwareentwicklung-row3 .span6 h4 {
    font-size: 26px;
  }
  .buchungsportale-page .dnd-section>.row-fluid {
    padding: 0;
    max-width: 720px;
  }
  .buchungsportale-row9 h3 {
    font-size: 60px;
  }
}

@media screen and (min-width: 992px){
  .brick-image.brick-image-2 {
    margin-top: 130px;
    margin-bottom: 140px;
  }
  .brick-image.brick-image-3 {
    margin-top: 294px;
    margin-bottom: 100px;
  }
  .brick-image.brick-image-6 {
    margin-top: 230px;
    margin-bottom: 100px;
  }
  .buchungsportale-page .dnd-section>.row-fluid {
    padding: 0;
    max-width: 960px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1024px){
  .agile-softwareentwicklung-page .advanced-header .h1-darkblue {
    font-size: 110px !important;
    padding-bottom: 110px;
    word-break: break-word;
  }
}
@media screen and (min-width: 1024px){
  .agile-softwareentwicklung-page .brickImageSVG.fragments {
    margin-top: 450px;
  }

}
@media screen and (min-width: 1170px){
  .agile-softwareentwicklung-row3 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px){
  .buchungsportale-page .dnd-section>.row-fluid {
    padding: 0;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px){
  .agile-softwareentwicklung-row3 .span6 p {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 2048px) {
  .bm-to-top {
    padding: 0 140px;
  }
}
@media(max-width:1399px){
  .agile-softwareentwicklung-row3 .span6 p {
    margin-bottom: 40px;
  }
}
@media (max-width:1199px){
  .fragments-brick-way {
    margin-top: 620px;
  }
}
@media(max-width:1149px){
  .buchungsportale-row9 h3 {
    margin:0;

  }
}
@media(max-width:1023px){
  .impressum-page h1 {
    font-size: 110px;
    padding-bottom: 110px;
    margin-bottom: 0;
    font-size: 80px;
    padding-bottom: 80px;
  } 
  .agile-softwareentwicklung-page .brickImageSVG.fragments>div>div:last-child {
    margin: 0 !important;
  }
  .buchungsportale-row1 .dnd-section {
    padding-top: 50px;
  }
}
@media(max-width:1024px){
  .agile-softwareentwicklung-page .advanced-header {
    padding-top: 0;
  }
  .agile-softwareentwicklung-page .advanced-header .h1-darkblue {
    word-break: break-word;
  }
  .fragments-brick-way {
    margin-top: -280px;
  }
}
@media screen and (max-width: 980px) and (min-width: 768px){
  .agile-softwareentwicklung-page .advanced-header .h1-darkblue{
    font-size: 60px;
    font-size: 80px !important;
    padding-bottom: 80px;
  }

}
@media(max-width:991px){
  .brick-image.brick-image-3 {
    margin: 294px auto 100px 0;
    position: relative;
    max-width: 730px;
    margin-top: 147px;
    margin-bottom: 50px;
  }
}
@media(max-width:767px){
  .impressum-page h1 {
    font-weight: 800;
    font-size: 42px;
    line-height: 1;
    color: #002855;
    padding-bottom: 40px;
  }
  .impressum-page h2 {
    color: #009fdf;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
  }
  .agile-softwareentwicklung-page .image.left.right {
    display: none;
  }

  .agile-softwareentwicklung-page .brickImageSVG.fragments>div:nth-child(2) {
    display: block !important;
  }

  .agile-softwareentwicklung-page .scrum {
    margin-top: 470px;
  }

  .agile-softwareentwicklung-page .quality-standard-row1 .hs_cos_wrapper_type_rich_text p {
    max-width: 861px;
    position: absolute;
    bottom: -40%;
    width: 100%;
    padding: 0 5%;
    left: 0;
    right: 0;
  }

  .row1-agile {
    position: relative;
  }
  .agile-softwareentwicklung-page .brickImageSVG.fragments {
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 575px){
  .location-bassed-page .widget-type-cta {
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .container-fluid.kontakt-row7 {
    margin-top: 70px;
  }
  section.contact .hs-form-field {
    width: 100% !important;
  }
}
@media screen and (max-width: 770px){
  .bm-to-top {
    padding: 0 5%;
  }
  .agile-softwareentwicklung-page {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 420px){
  .impressum-page {
    margin-top: 50px;
  }
}
@media screen and (max-width: 400px){
  .agile-softwareentwicklung-page .quality-standard-row1 .hs_cos_wrapper_type_rich_text p {
    bottom: -41%;
  }
  .agile-softwareentwicklung-page .quality-standard-row1 .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 6px;
  }
  .buchungsportale-row11 .widget-type-cta {
    display: block;
    width: 100%;
  }
}


@media (max-width:481px){
  .container-fluid.kontakt-row7 .dnd-section .fragments >div:nth-child(1) {
    display: none;
  }

  .container-fluid.kontakt-row7 .dnd-section .fragments div:nth-child(2) {
    display: block !important;
  }

  .container-fluid.kontakt-row7 .dnd-section .fragments >div .imageMobile {
    margin-left: -5%;
    background-size: cover;
    height: 242px;
    width: 768px;
    margin-top: -191px;
  }

  .container-fluid.kontakt-row7 {
    margin-top: 0;
  }

  .container-fluid.kontakt-row7 .dnd-section .fragments {
    margin-bottom: 42px;
    overflow-x: clip;
  }

} 

@media screen and (max-width: 350px){
  .buchungsportale-page .advanced-header .h1-darkblue {
    font-size: 31px;
  }
}
@media (min-width:1200px) and (max-width:1339px){
  .kontakt-page .yourWay .relativDiv .kowelenz {
    width: 550px;
    height: 515px;
  } 
}
@media (min-width: 1200px) and (max-width: 1229px){
  .kontakt-page .yourWay.left {
    margin-top: 450px !important;
  }
  .kontakt-page .fragments-brick-way .image.left.right {
    margin-top: 20px!important;
  }
  .kontakt-row7 .yourWay .relativDiv .kowelenz {
    left: 0;
  }
  .yourWay .relativDiv .kowelenz {
    left: 325px !important;
  }
  .yourWay.left .relativDiv .kowelenz {
    left: -140px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px){
  .kontakt-row7 .yourWay .relativDiv .kowelenz {
    left: 0;
  }
  .kontakt-page .yourWay.left .kowelenz {
    left: -140px !important;
  }
}

@media (max-width:480px) {
  section.contact .hubSpotContactForm .hs-form-field .input .hs-input {
    width: 100% !important;
  }
}

/* Icons */
.arrow {
  background-image: url(//8937771.fs1.hubspotusercontent-na1.net/hubfs/8937771/raw_assets/public/Brickmakers_May2022/images/arrow.svg);
}