/* Theme base styles */

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

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

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

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

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

.grecaptcha-badge {
  margin: 0px !important;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

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

body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #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 {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
}

@media (max-width: 767px) {
  .header__language-switcher--toggle.open:after, .header__navigation--toggle.open:after, .header__search--toggle.open:after {
      display: none !important;
      word-break: normal;
  }
 }

@media (max-width: 767px) {
  .header__close--toggle.show {
      display: none !important;
  }
}

@media (max-width: 767px) {
  .header__language-switcher.open, .header__navigation.open, .header__search.open {
      background-color: #f8fafc;
      display: block;
      left: 0;
      min-height: calc(100vh - 115px);
      position: absolute;
      right: 0;
      top: 45px !important;
      z-index: 2;
  }
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: centre;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1500px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .header__container {
    flex-direction: column;
    padding: 0rem 0 0;
  }

  .header__column {
    position: relative;
    margin-right: 0px;
    margin-bottom: 10px
  }

  .header__row-1 {
    padding-top: 0;
    margin-right: 0px;
    margin-bottom: 10px
  }

  .header__row-2 {
    justify-content: center;
    padding: 0rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: left;
  display: flex;
  height: auto;
  margin-right: 500px;
  margin-left: auto;
  max-width: 100px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 60%;
  }
}

.header__logo img {
  max-width: 60%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 25px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

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

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

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/*****************************************/
/* Footer */
/*****************************************/
footer.footer{
  padding: 30px 0;
}
footer .scroll-top-item .fas{
  font-size: 40px;
  color: #fff;
}
footer .scroll-top-item, footer .footer-social-icons{
  text-align: center;
}
footer .footer-social-icons{
  margin-top: 20px;
  margin-bottom: 0px;
}
footer .social-icon-links a:hover{
  background: #0adbd4;
  transition: all 0.3s ease;
}
.contact-info .info-wrapper a, .contact-info .info-wrapper > div{
  font-size: 46px;
  line-height: 60px;
  color: #fff;
}
.contact-info .info-wrapper > div{
  display: block;
}
.contact-info .info-wrapper a{
  display: inline-block;
  font-family: 'aktivgrotesk-bolduploadedfile';
  text-decoration: underline;
}
footer .contact-details{
  margin: 40px 0;
  text-align: center;
  float: left;
  width: 100%;
}
footer .signup-btn{
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
footer .signup-btn .hs-button:hover{
  color: #2c2b2b;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
footer .signup-btn .hs-button{
  font-size: 10px;
  border-radius: 2px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8em;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  font-family: 'aktivgrotesk-mediuploadedfile';
  background-color: #2C2B2B00;
  border-style: solid;
  padding: 0px 80px 20px 80px;
}
footer .custom-social-icon.social-icon-links a {
  background: #fff;
  font-size: 18px;
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  color: #2c2b2b;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0 5px;
}
footer .footer-menu .submenu.level-1 .has-submenu > a{
  padding: 15px 20px;
  color: #00000870;
  font-size: 18px;
  font-family: 'aktivgrotesk-bolduploadedfile';
}
footer .submenu.level-2{
  padding: 15px 20px !important;
}
footer .footer-menu .submenu.level-2 .menu-link {
  padding: 0 !important;
  color: #2c2b2b !important; 
  font-family: 'aktivgrotesk-bolduploadedfile';
  font-size: 18px;
  text-decoration: underline;
  padding-bottom: 5px !important;
}
footer .footer__row-3{
  margin-top: 10px;
}
footer .footer__row-1, footer .footer__row-2, footer .footer__row-3, footer .footer__row-4, footer .footer__row-5, footer .footer__row-6{
  float: left;
  width: 100%;
}

footer .footer-menu .menu-disabled{
  cursor:context-menu;
}
footer .footer__row-5{
  margin-bottom: 20px;
}
footer .footer__row-5 ul{
  justify-content: center;
  padding: 15px 0;
}
footer .footer__row-5 ul li a{
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'aktivgrotesk-bolduploadedfile';
}
footer .footer__row-6 .copyright-section p{
  color: #2C2B2BA8;
  font-size: 18px;
}
footer .footer__row-5 ul li:first-child{
  margin-right: 20px;
}
footer .footer__row-5, footer .footer__row-6{
  text-align: center;
}
footer .footer__row-4{
  margin-bottom: 30px;
}
.footer-cta-button .cta-btn{
  padding: 20px 80px 20px 80px;
  color: #fff;
  border-color: #fff;   
  font-size: 26px;
}
.footer-cta-button .cta-btn:hover{
  background: #fff;
  color: #000;
  border-color: #fff;
}
.hs-site-page form input[type=radio]{
  width: auto !important;
}

@media(max-width: 767px){
  footer .contact-details{
    margin: 10px 0;
  }
  .footer-cta-button .cta-btn{
    font-size: 10px;
    padding: 20px 30px 20px 30px;
  }
  .contact-info .info-wrapper a, .contact-info .info-wrapper>div{
    font-size: 18px;
    line-height: 25px;
  }
  footer .signup-btn .hs-button{
    font-size: 10px;
    padding: 20px 30px 20px 30px;
  }
}
/*****************************************/
/* Custom Style */
/*****************************************/

/* Font */
@font-face {
  font-family: 'aktivgrotesk-reguuploadedfile';
  src: url('https://24970484.fs1.hubspotusercontent-eu1.net/hubfs/24970484/font/normal/aktivgrotesk-regular-webfont.woff2') format('woff2'),
    url('https://24970484.fs1.hubspotusercontent-eu1.net/hubfs/24970484/font/normal/aktivgrotesk-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'aktivgrotesk-mediuploadedfile';
  src: url('https://24970484.fs1.hubspotusercontent-eu1.net/hubfs/24970484/font/medium/aktivgrotesk-medium-webfont.woff2') format('woff2'),
    url('https://24970484.fs1.hubspotusercontent-eu1.net/hubfs/24970484/font/medium/aktivgrotesk-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'aktivgrotesk-lighuploadedfile';
  src: url('https://24970484.fs1.hubspotusercontent-eu1.net/hubfs/24970484/font/light/aktivgrotesk-light-webfont.woff2') format('woff2'),
    url('https://24970484.fs1.hubspotusercontent-eu1.net/hubfs/24970484/font/light/aktivgrotesk-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'aktivgrotesk-bolduploadedfile';
  src: url('https://24970484.fs1.hubspotusercontent-eu1.net/hubfs/24970484/font/bold/aktivgrotesk-bold-webfont.woff2') format('woff2'),
    url('https://24970484.fs1.hubspotusercontent-eu1.net/hubfs/24970484/font/bold/aktivgrotesk-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

/* Global */

body{
  line-height: 25px;
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  overflow-X: hidden;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'aktivgrotesk-bolduploadedfile' !important;
  line-height: 1.8em;
}
p, a{
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
}

a.theme-btn, .hs-button, button, .button{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8em;
  letter-spacing: 0.15px;
  fill: #2C2B2B;
  color: #2C2B2B;
  background-color: #2C2B2B00;
  border-style: solid;
  padding: 20px 40px 20px 40px;
  transition: all 0.3s ease;
  display: inline-block;
}

a.theme-btn:hover, .hs-button:hover{
  color: #FFFFFF;
  background-color: #2C2B2B;
  border-color: #2C2B2B;
  transition: all 0.3s ease;  
}


.section-title h2{
  line-height: 1.8em;
  letter-spacing: 0.15px;
  font-family: 'aktivgrotesk-mediuploadedfile' !important;
  font-weight: 400;
}
.body-container .align-center{
  text-align:center;
}

.body-container .wt-text,
.body-container .wt-text h2,
.body-container .wt-text li{
  color:#fff;
}

#hs_cos_wrapper_dnd_area-module-36,
#hs_cos_wrapper_dnd_area-module-37{
  text-align:center;
}
.intro-section .section-title h3{
  line-height: 1.8em;
  font-size: 28px;
}
.description-content p{
  margin-top: 20px;
  font-family: 'aktivgrotesk-lighuploadedfile';
}

.hs-content-id-46135325932 #hs_cos_wrapper_dnd_area_main-module-16 #hs-button_dnd_area_main-module-16,
.hs-content-id-46193695449 .green-image-box-layout .green-box-right .theme-btn,
.hs-content-id-46210131946 .green-image-box-layout .green-box-right .theme-btn,
.hs-content-id-46190782453 .green-image-box-layout .theme-btn,
.internal-banner .banner-btn{
  border-color:#fff;
  color:#fff;
}
.hs-content-id-46135325932 #hs_cos_wrapper_dnd_area_main-module-16 #hs-button_dnd_area_main-module-16:hover,
.hs-content-id-46193695449 .green-image-box-layout .green-box-right .theme-btn:hover,
.hs-content-id-46210131946 .green-image-box-layout .green-box-right .theme-btn:hover,
.hs-content-id-46190782453 .green-image-box-layout .theme-btn:hover,
.internal-banner .banner-btn:hover{
  border-color:#fff;
  color:#000;
  background:#fff;
  font-weight:bold;
}

.hs-content-id-46047552231 #hs_cos_wrapper_dnd_area-module-33 a.green-btn:hover{
  background: #000;
  color: #fff;
}
/* Home box layout */
.home-section .image-box-layout .featured-image-item:hover img{
  opacity: 1;
  cursor:pointer;
  transition-duration: 0.4s;
  filter: brightness( 51% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.image-box-layout .description p{
  font-size: 15px !important;
}
.image-box-layout .inner-box-item h3{
  font-size: 30px;
}
.hs-content-id-46144904415 .image-box-layout .btn-section a{
  font-weight: 700;
}
.hs-content-id-46144904415 .featured-image-item:hover img{
  opacity: 1;
  transition-duration: 0.4s;
  filter: brightness( 51% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.text-wrapper p, .description p{
  font-size: 25px !important;
  /*   cursor: pointer; */
  line-height: 1.8em;
  font-family: 'aktivgrotesk-lighuploadedfile' !important;
}
.description p{
  padding-top: 20px;
}
.internal-banner.banner-section .banner-item{
  background-size: cover;
  background-position: center;
}
.section-title h2.size-small{
  font-size: 32px;
  font-family: 'aktivgrotesk-bolduploadedfile' !important;
  font-weight: 700;
  margin-bottom: 50px;
}
#hs_cos_wrapper_module_16455103703114 h2, #hs_cos_wrapper_dnd_area_main-module-12 .section-title h2, #hs_cos_wrapper_dnd_area_main-module-19 .section-title h2{
  font-size: 50px;
  line-height: 1.2em;
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
}
.slick-slide img{
  max-width: 100%;
}
.body-container--project-details-page .quote-section{
  max-width: 900px;
  margin: 0 auto;
}
.quote-section .blockquote__content{
  font-size: 32px;
  font-family: 'aktivgrotesk-lighuploadedfile' !important;
  line-height: 1.5em;
}
.quote-section p .blockquote__author{
  font-size: 16px;
  font-family: 'aktivgrotesk-lighuploadedfile' !important;
}
.internal-banner.banner-section, .banner-slider{
  position: relative;
}
.internal-banner.banner-section .slide-arrow, .banner-slider .slide-arrow{
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  background: transparent;
  border: none;
  padding: 0;
}
.internal-banner.banner-section .slide-arrow img, .banner-slider .slide-arrow img{
  max-width: 30px;
}
.internal-banner.banner-section .prev-arrow, .banner-slider .prev-arrow{
  left: 10px;
}
.internal-banner.banner-section .next-arrow, .banner-slider .next-arrow{
  right: 10px;
}

.hs-content-id-46047552231 .body-container--about .box-hover-layout .description p{
  color: #fff;
  font-family: "Aktiv Grotesk", Sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.15px;
}

.product-category-page #hs_cos_wrapper_dnd_area_main-module-9 {
  text-align:center;
}
.contact-description-text .text-wrapper p, .body-container--contact form label{
  font-size: 18px !important;
  line-height: 1.8em;
}
.body-container--contact form .hs-input{
  background-color: #f9f9f9;
  padding: 10px 10px 10px 10px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 50px;
  width: 100% !important;
}
.body-container--contact form input[type=checkbox]{
  height: auto;
  width: auto !important;
}
.body-container--contact form .hs-button{
  color: #0adbd4;
  background-color: #FFFFFF;
  border-style: solid;
  border-radius: 0;
  border-width: 2px 2px 2px 2px;
  font-size: 18px;
  font-weight: bold;
  border-color: #0adbd4;
  line-height: 1.8em;
  padding: 10px 26px;
}
.body-container--contact form select{
  border-radius: 0 !important;
}
.visit-us-section h3{
  color: #454545;
  line-height: 1.8em;
  font-size: 25px;
}
.visit-us-section .description p{
  color: #454545;
  font-size: 22px;
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
}
.body-container--contact form .hs-form-booleancheckbox-display{
  display: flex;
  align-items: center;
}
.body-container--contact form textarea.hs-input{
  height: 288px;
}
.contact-wrapper #hs_cos_wrapper_dnd_area-module-3 h2{
  font-size: 46px;
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  line-height: 1.4em;
}
.contact-wrapper #hs_cos_wrapper_dnd_area-module-4 .sub-title h2{
  color: #454545;
  font-size: 25px;
  line-height: 1.8em;
}
#hs_cos_wrapper_dnd_area-module-14 .hs-button {
  font-size: 26px;
  color: #FFFFFF;
  background-color: #000000;
  border: none;
  padding: 20px 80px 20px 80px;
  margin-top: 15px;
}
#hs_cos_wrapper_dnd_area-module-14 .hs-button:hover{
  background: #fff;
  font-weight: bold;
  color: #000;
}
.location-info .text-wrapper p{
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  color: #454545;
  font-size: 22px !important;
  margin-bottom: 50px;
}
.product-page .box-desktop .featured-img img, .body-container--service .box-desktop .featured-img img, .green-image-box-layout .featured-img img{
  max-height: 650px;
  width: 1000px;
  max-width: 1000px;
}
.green-image-box-layout .featured-image-right{
  position: relative;
}
.green-image-box-layout .featured-img{
  position: absolute;
}
.hs-content-id-46225716725 .green-image-box-layout .featured-img{
  width: 1095px;
  max-width: 1095px;
  top: -39px;
}
.green-image-box-layout.customize-your-space{
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-page .similar-products-title .section-title a{
  color:#000;
}

.mb-visible{
  display: none;
}
.body-container--internal .cell_16443074738592-row-1-margin .hs_cos_wrapper_type_linked_image{
  text-align: center;
}
.products-downloads-section h3.image-box-title{
  font-size: 28px;
  line-height: 1.2em;
  color: #0adbd4;
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
}
.body-container--internal .products-downloads-section{
  background: #fff;
  padding: 20px;
}
.body-container--internal .image-box-description{
  font-size: 16px;
  line-height: 1.8em;
  color: #2c2b2b;
  font-family: 'aktivgrotesk-lighuploadedfile' !important;
}
.banner-section .banner-content .scroll-bottom-content img{
  margin: 0 auto;
}
#hs_cos_wrapper_dnd_area_main-module-6 .section-title.wt-text h2{
  margin-bottom: 30px;
}
#hs_cos_wrapper_dnd_area_main-module-8 .session-details-left-col{
  margin: 0 0 1.5em 3em;
}
#hs_cos_wrapper_dnd_area_main-module-8 .session-details-left-col li, #hs_cos_wrapper_dnd_area_main-module-10 .session-details-right-col li{
  font-size: 25px !important;
  line-height: 1.8em;
  font-family: 'aktivgrotesk-lighuploadedfile' !important;
}

.image-slider-section .slick-prev{
  left: 0;
}
.image-slider-section .slick-prev{
  right: 0;
}
.image-slider-section .slick-arrow{
  background-color: #0000004D;
  padding: 10px;
  z-index: 1;
}
/* .body-container-wrapper .book-cpd{
padding: 0px 80px 0px 40px;
} */
#hs_cos_wrapper_dnd_area_main-module-19 .book-cpd .section-title.wt-text h2{
  font-size: 50px !important;
  font-family: 'aktivgrotesk-mediuploadedfile' !important;
}
#hs_cos_wrapper_dnd_area_main-module-25 .hs-custom-form .hs-input{
  background-color: #f9f9f9;
  border: none;
  height: 50px;
  width: 100% !important;
  padding: 10px;
}
form.hs-custom-form{
  font-family: 'aktivgrotesk-reguuploadedfile';
}
form.hs-custom-form input[type=checkbox], #hs_cos_wrapper_dnd_area_main-module-25 .hs-custom-form input[type=checkbox]{
  width: auto !important;
  height: auto;
}
form.hs-custom-form textarea{
  height: 288px;
}
form.hs-custom-form .hs-button{
  background-color: #FFFFFF00;
  color: #FFFFFFB0;
  border-radius: 0;
  border-width: 3px;
  font-size: 18px;
  border-color:#ffffffc2;
}
form.hs-custom-form .form_field_description{
  font-size: 13px;
}
.hs-content-id-46135325932 .button-wrapper .green-btn{
  font-family: 'aktivgrotesk-bolduploadedfile' !important;
  padding: 20px 40px 20px 40px;
  border-radius: 3px;
  border-width: 3px;
}
.book-cpd .text-wrapper p{
  font-family: 'aktivgrotesk-bolduploadedfile' !important;
}

.home-section .image-box-layout .image-box-content .box-layout{
  flex:0 0 calc(100%/3);
}

.hs-content-id-46187756499 .section-title h2, .service-title.section-title h2{
  font-size: 46px;
}
.service-title.section-title h2{
  line-height: 1.5em;
}
.hs-content-id-46147247579 .hs-search-field .hs-search-field__input{
  padding-left: 50px;
  height: 60px;
  border: 1px solid #00000059;
  color: #55595c;
  opacity: 0.6;
}
.hs-search-field .hs-search-field__bar .icon-section{
  position: absolute;
  top: 20px;
  left: 15px;
}
.body-container--service a.theme-btn{
  background-color: #2C2B2B00;
  font-family: 'aktivgrotesk-mediuploadedfile' !important;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #fff;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 80px 10px 80px;
  font-size: 26px;
  font-weight: 500;  
  color: #FFFFFF;
  text-transform: uppercase;
}
.body-container--service a.theme-btn:hover{
  background: #fff;
  color: #000;
}
.hs-search-results .hs-search-results__listing, .more-architectural-projects .project-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.hs-search-results .hs-search-results__listing li, .more-architectural-projects .project-list .project-item{
  flex-basis: 33.33%;
  padding: 0 15px;
}
.more-architectural-projects .project-list .featured-image-area img{
  width: 100%;
  max-height: 280px;
  min-height: 280px;
  object-fit: cover;
}
.hs-search-results .hs-search-results__listing .hs-search-results__title{
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'aktivgrotesk-bolduploadedfile' !important;
  padding: 0 30px;
}
#hs_cos_wrapper_module_16444318578985 h2, #hs_cos_wrapper_module_1644432010557 h2{
  line-height: 1.8em;
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
}
.more-architectural-projects .project-title h3 a{
  color: #2c2b2b;
}
.hs-content-id-46144904415 .image-box-layout .inner-box-item{
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
.hs-content-id-46218065864 .green-image-box-layout .green-box-left{
  flex-basis: 40%;
}
.hs-content-id-46218065864 .green-image-box-layout .featured-image-right{
  flex-basis: 60%;
}
.hs-content-id-46144904415 .image-box-content .box-layout-wrapper{
  display: flex;
  flex-direction: column;
}
.hs-content-id-46218065864  .body-container--service a.theme-btn{
  padding: 10px 45px 10px 45px;
}
.hs-content-id-46219757029 .row-number-7, .hs-content-id-46220727271 .row-number-7{
  overflow: hidden;
}
.hs-content-id-46218066118  .design-process-steps li{
  font-size: 25px;
  padding-bottom: 10px;
  font-family: 'aktivgrotesk-lighuploadedfile' !important;
}
.hs-content-id-46144904415 .image-box-layout .btn-section{
  margin-top: auto;
}
.hs-content-id-46532359908 .green-image-box-layout .featured-img img, .hs-content-id-46529611967  .green-image-box-layout .featured-img img, .hs-content-id-46531847395 .green-image-box-layout .featured-image-right img, .hs-content-id-46508896698 .green-image-box-layout .featured-image-right img{
  height: 500px;
}
.more-architectural-projects .project-title h3{
  font-size: 20px;
  line-height: 1.8em;
}
.hs-search-results .hs-search-results__listing .hs-search-results__description{
  color: #777;
  line-height: 1.8em;
  padding: 0 30px 15px;
}
.systems-page--search-results h1{
  line-height: 1.8em;
}
.hs-search-results .hs-search-results__featured-image img{
  width: 100%;
}
.hs-search-results .seacrh-results-wrapper{
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  border-radius: 3px;
}
.mb-box-layout .greenbox-wrap .featured-img img{
  width: 100%;
  object-fit: cover;
}
.mb-visible .title, .mb-visible .description{
  padding: 20px 20px 0 20px;  
}
.mb-visible .btn-section{
  margin-bottom: 20px;
}
.body-container--product-page .green-image-box-layout{
  padding: 70px 0;
}
.latest-products .products-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.latest-products .products-list .product-item{
  flex: 1;
  padding: 0 15px;
}
.hs-content-id-46545744088 .latest-products .products-list .product-item{
  flex: none;
  flex-basis: 25%;
}
.hs-content-id-46047552231 .row-number-22.dnd_area-row-7-padding{
  margin-top: 170px;
}
.hs-content-id-46141821422 .row-number-4 .green-image-box-layout .featured-image-right img{
  height: 800px;
  width: 1000px;
  max-width: 1000px;
  object-fit: cover;
  max-height: 100%;
}
.hs-content-id-46141821422 .row-number-4{
  overflow: hidden;
  margin: 100px 0;
}
.two-col-layout .left-col svg, .sec-three .right-col svg, .sec-one .right-col svg{
  display: none;
}
.hs-content-id-46222430419 .full-width-image-greeen-box .text-content{
  padding: 70px;
}
.hs-content-id-46222430419 .full-width-image-greeen-box .text-content h2, .hs-content-id-46222430419 .full-width-image-greeen-box .text-content p{
  color: #2c2b2b;
}
.hs-content-id-46222430419 .full-width-image-greeen-box .image-area{
  margin-left: 0;
}
.hs-content-id-46222430419 .full-width-image-greeen-box .text-content h2{
  font-family: 'aktivgrotesk-bolduploadedfile' !important;
  line-height: 1.4em;
}
.hs-content-id-46222430419 .full-width-image-greeen-box .row-fluid{
  display: flex;
  flex-wrap: wrap;
}
.hs-content-id-46222430419 .full-width-image-greeen-box .right-banner-img{
  line-height: 0;
}
.hs-content-id-46145421506 .full-width-content .banner-item{
  padding: 200px 0;
}
.hs-content-id-46145421506 #hs_cos_wrapper_widget_1644315407019 h3{
  font-size: 46px;
  line-height: 1.8em;
  margin-top: 50px;
}
.hs-content-id-46145421506 .benefits-section-box .section-title h3{
  font-size: 25px;
  font-weight: bold;
  line-height: 1.8em;
}
.hs-content-id-46145421506 .quotes .section-title h2{
  font-size: 34px;
  font-family: 'aktivgrotesk-lighuploadedfile'  !important;
  line-height: 1.8em;
}
.quote-description p{
  font-family: 'aktivgrotesk-lighuploadedfile'  !important;
  line-height: 1.8em;
  font-size: 14px;
}
.mb-box-layout .greenbox-wrap .featured-img{
  line-height: 0;
}
.full-width-content .banner-title h2{
  margin-bottom: 0;
}
.full-width-content .row-number-13{
  margin: 100px 0;
}
#book .section-title h2{
  margin-top: 20px;
}
.hs-content-id-46145421506 #hs_cos_wrapper_module_16443266422493 h3{
  line-height: 1.8em;
  letter-spacing: 0.15px;
}
iframe{
  width: 100%;
}
.design-requirements .requirement-list{
  margin: 0 0 1.5em 3em;
}
.design-requirements .requirement-list li{
  font-family: 'aktivgrotesk-lighuploadedfile' !important;
  line-height: 1.8em;
}
/* .hs-content-id-46218066118 #hs_cos_wrapper_widget_1644507074751 a.hs-button {
font-weight: 400;
} */

.hs-content-id-46145421506 .open-position-section-box .description p.main-title{
  font-size: 18px !important;
  font-family: 'aktivgrotesk-bolduploadedfile' !important;
}
.hs-content-id-46145421506 .open-position-section-box .description p.sub-title, .hs-content-id-46145421506 .open-position-section-box .blockquote-content p{
  font-size: 18px !important;
}
.hs-content-id-46145421506 .open-position-section-box .blockquote-content{
  margin: 0 1.5em;
}
.hs-content-id-46145421506 .contact-info h3, .hs-content-id-46145421506 .contact-info h3 a{
  font-size: 36px;
  font-family: 'aktivgrotesk-bolduploadedfile' !important;
  line-height: 1.8em;
}
.hs-content-id-46145421506 .contact-info h3 a{
  color: #2c2b2b;
}
.hs-content-id-46145421506 a.hs-button{
  padding: 10px 30px 10px 30px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.contact-wrapper #hs_form_target_dnd_area-module-7 .hs-button{
  background:#fff;
  border:2px solid #0ADBD4;
  color:#0ADBD4;
}
.contact-wrapper #hs_form_target_dnd_area-module-7 .hs-button:hover{
  background:#0ADBD4;
  border:2px solid #0ADBD4;
  color:#fff;
}
.product-enquiry-form .hs-form-field{
  margin-bottom:10px;
}
.inner-box-item a.image-box-btn{
  color: #0ADBD4;
}
.product-details-wrapper .row-number-1.dnd-section{
  padding-bottom:0;
}
.hs-content-id-46135325932 .internal-banner.banner-section .banner-item{
  background-position: center top;
}
.hs-content-id-46233026286 .greenbox-wrap .green-btn{
  padding: 20px 80px 20px 80px;
  background-color: #2C2B2B00;
  font-family: 'aktivgrotesk-mediuploadedfile' !important;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
}
.hs-content-id-46233026286 .greenbox-wrap .green-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2c2b2b;
}
.hs-content-id-46233026286 .greenbox-wrap .description{
  font-size: 25px;
  font-family: 'aktivgrotesk-mediuploadedfile';
  padding-bottom: 50px;
}
.hs-content-id-46222430406 .blog-post__body .greenbox-wrap .description p{
  font-family: 'aktivgrotesk-mediuploadedfile' !important;
}
.hs-content-id-46222430406 .related-blog{
  max-width: 1000px;
  margin: 0 auto;
}
.hs-content-id-46222430406 .related-blog .latest-blog-list-wrapper{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: stretch;
  grid-column-gap: 30px;
}
.hs-content-id-46222430406 .related-blog .blog-featured-image img{
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.hs-content-id-46222430406 .related-blog .latest-blog-list-wrapper .blog-featured-image img{
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46222430398 .body-container--blog-post .blog-post .green-image-box-layout{
  overflow: hidden;
  padding: 100px 0;
  margin-top: 80px !important;
}
.hs-content-id-46222430412 .blog-image-gallery img{
  max-height: 493px;
  min-height: 493px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46222430404 .body-container--blog-post .blog-post .blog-post__body .lighting-scheme-intro-text p{
  font-family: 'aktivgrotesk-bolduploadedfile' !important;
}
.hs-content-id-46222430406 .related-blog h3{
  margin-bottom: 0;
  padding-top: 15px;
}
.hs-content-id-46222430406 .related-blog .date{
  text-align: left;
}
.hs-content-id-46222430406 .related-blog .latest-blog-list-wrapper .blog-featured-image{
  line-height: 0;
}
.hs-content-id-46222430398 .body-container--blog-post  .blog-post .blog-post__body h3{
  font-size: 20px;
}
.hs-content-id-46222430406 .related-blog .post-title h3, .hs-content-id-46222430406 .related-blog .post-title h3 a{
  font-size: 20px;
  color: #2c2b2b !important;
}
.yellow-video-player .hs-responsive-embed{
  max-height: 100% !important;
}
.yellow-video-player .hs-responsive-embed-inner-wrapper{
  padding-bottom: 100% !important;
}
.hs-content-id-46225716699 .two-col-layout.session-starts-section h2{
  font-size: 60px;
  line-height: 1.4em;
}
/* .green-image-box-layout.eager-to-learn{
overflow-X: hidden;
} */
.eager-to-learn .green-box-left, .eager-to-learn .featured-image-right, .green-image-box-layout.proud-to-work .green-box-left,
.green-image-box-layout.proud-to-work .featured-image-right{
  flex-basis: 50%;
}
.eager-to-learn .featured-image-right, .green-image-box-layout.proud-to-work .featured-image-right{
  position: relative;
}
.green-image-box-layout.eager-to-learn .greenbox-wrap h3{
  line-height: 1.2em !important;
}
.green-image-box-layout.eager-to-learn{
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 100px;
}
.green-image-box-layout.proud-to-work{
  overflow: hidden;
  padding-top: 80px;
  margin: 0 !important;
}
.blog-post .green-image-box-layout .white-btn, .hs-content-id-46225716695 .body-container--blog-post .white-btn{
  font-size: 26px;
  padding: 10px 80px 10px 80px;
}
.green-image-box-layout.proud-to-work .green-box-left h3{
  line-height: 1.2em !important;
}
.green-image-box-layout.eager-to-learn .greenbox-wrap .description a,.green-image-box-layout.eager-to-learn .greenbox-wrap .description p span{
  color: #454545 !important;
  font-family: 'aktivgrotesk-mediuploadedfile' !important;
}
.green-image-box-layout.ready-to-learn-more-box .featured-img  img, .eager-to-learn .featured-image-right .featured-img img, .green-image-box-layout.proud-to-work .featured-image-right img{
  width: 1000px;
  max-width: 1000px;
  height: 600px;
  object-fit: cover;
}

.hs-content-id-46141821422 .row-number-4 .featured-image-right .featured-img{
  left: -359px;
}
.green-image-box-layout.proud-to-work .featured-image-right .featured-img{
  position: absolute;
  top: -80px;
  left: -260px;
  z-index: -1;
}
.eager-to-learn .featured-image-right .featured-img{
  position: absolute;
  top: -80px;
  left: -260px;
  z-index: -1;
}
.eager-to-learn a.theme-btn, .green-box-left .white-btn{
  padding: 10px 80px 10px 80px;
}
.green-box-left .white-btn{
  font-size: 26px;
}
.quote-section.team-statement h3{
  font-size: 36px !important;
  line-height: 1.4em;
  font-family: 'aktivgrotesk-lighuploadedfile' !important;
}
.quote-section.team-statement p{
  font-size: 14px !important;
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  margin-bottom: 50px;
}
.hs-content-id-46225716727 .blog-post .blog-post__body .post-section-wrapper{
  margin-bottom: 0;
}
.hs-content-id-46225716727 .banner-image-gallery .post-gallery-image-list{
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  padding: 0;
  list-style: none;
  grid-gap: 20px;

}
.hs-content-id-46225716727 .banner-image-gallery li{
  background-size: cover;
  padding-bottom: 177.7%;
  background-position: center;
  position: relative;
}
.blog-post .blog-image-gallery.point-7-gallery-img .image-item{
  position: relative;
  line-height: 0;
}
.hs-content-id-46225716727 .banner-image-gallery li:hover::before,
.blog-post .blog-image-gallery.point-7-gallery-img .image-item:hover::before{
  opacity: 1;
}
.hs-content-id-46225716727 .banner-image-gallery li::before, .blog-post .blog-image-gallery.point-7-gallery-img .image-item::before{
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
}
.hs-content-id-46225716707 p.elements-sub-title{
  font-size: 24px !important;
}
.blog-post .blog-image-gallery.point-6-gallery-img .image-item{
  flex-basis: 50%;
  padding: 0 20px;
}
.blog-post .blog-image-gallery.point-7-gallery-img{
  gap: 20px;
}
.hs-content-id-46225716701 .blog-image-gallery .image-item, .blog-post .blog-image-gallery.point-7-gallery-img .image-item, .blog-image-gallery.celebrate-gallery .image-item{
  flex: 1;
}
.blog-image-gallery.celebrate-gallery.team-meet-gallery .image-item{
  flex-basis: min-content;
}
.blog-image-gallery.celebrate-gallery, .hs-content-id-46225716701 .blog-image-gallery {
  gap: 30px;
}
.blog-image-gallery.celebrate-gallery img{
  max-height: 350px;
  object-fit: cover;
  min-height: 350px;
}
.hs-content-id-46225716701 .blog-image-gallery .image-item img{
  max-height: 500px;
  object-fit: cover;
  min-height: 500px;
}
.two-col-layout.story-section-img-gallery .span6{
  flex: 1;
  width: auto;
  margin: 0;
}
.two-col-layout.story-section-img-gallery .span6 img{
  max-height: 380px;
  width: 100%;
  object-fit: cover;
}
.two-col-layout.story-section-img-gallery .row-fluid{
  gap: 10px;
}
.blog-post .blog-image-gallery.point-7-gallery-img .image-item img{
  width: 100% !important;
}
.hs-content-id-46225716713 .two-col-layout .right-col h2, .hs-content-id-46225716713 .story-title h2, 
.hs-content-id-46225716713 .two-col-layout .left-col h2, .hs-content-id-46225716713 .two-col-layout .right-col h2,
.hs-content-id-46222430396 h2.section-title{
  font-size: 50px;
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  line-height: 1.4em;
  font-weight: 400 !important;
}
.green-image-box-layout.distinct-visual-statement-green{
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}
.green-image-box-layout.what-you-see-teal{
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}
.green-image-box-layout.wireless-lighting-teal .featured-img{
  left: -300px;
  z-index: -1;
}
.green-image-box-layout.wireless-lighting-teal{
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 70px;
}
.hs-content-id-46225716713 .two-col-layout .left-col p, .hs-content-id-46225716713 .two-col-layout .right-col p{
  font-size: 24px !important;
}
.full-width-image-green-box.join-riba-section h2{
  font-size: 46px;
  font-family: 'aktivgrotesk-mediuploadedfile' !important;
  font-weight: 500;
}
.full-width-image-green-box.join-riba-section .sub-title p, .our-defining-moments p{
  font-size: 24px !important;
}
.full-width-image-green-box.join-riba-section .green-box, .amount-of-creativity-cta .green-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.green-box .left-banner-img{
  line-height: 0;
}
.hs-content-id-46225716713 .green-image-box-layout{
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 140px;
}
.hs-content-id-46225716697 .body-container--blog-post .blog-post__body .full-width-green-box-right .green-box h2{
  line-height: 1.3em;
}
.message-banner .banner-item{
  padding: 175px 50px !important;
}
.message-banner .banner-title h3{
  color: #fff;
}

.green-image-box-layout .featured-image-right, .green-image-box-layout .green-box-left, .green-image-box-layout.ready-to-learn-more-box .green-box-left, .green-image-box-layout.ready-to-learn-more-box .featured-image-right{
  flex-basis: 50%;
}
.green-image-box-layout.ready-to-learn-more-box .featured-image-right{
  position: relative;
}
.green-image-box-layout.ready-to-learn-more-box .featured-img {
  position: absolute;
  top: -80px;
  left: -260px;
  z-index: -1;
}
.hs-content-id-46225716713  .green-image-box-layout .featured-image-right{
  position: relative;
}
.four-col-img-layout .cards-list-item, .three-col-img-layout .cards-list-item{
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.hs-content-id-46225716697 .four-col-img-layout, .hs-content-id-46225716697 .three-col-img-layout{
  margin-bottom: 50px;
}
.hs-content-id-46225716697 .four-col-img-layout .cards-list-item img{
  min-height: 280px;
  max-height: 280px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46225716697 .three-col-img-layout .cards-list-item .card-item img{
  min-height: 380px;
  max-height: 380px;
  object-fit: cover;
  width: 100%;
}
.four-col-img-layout .cards-list-item .card-item, .three-col-img-layout .cards-list-item .card-item{
  flex: 1;
  padding: 0 5px;
}
.hs-content-id-46225716924 .body-container--blog-post  .blog-post__body p{
  font-size: 24px !important;
  font-family: 'aktivgrotesk-mediuploadedfile' !important;
}
.new-range-img-layout .right-col h2, .never-stop-exploring h2{
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  font-weight: 400;
  font-size: 50px !important;
}
.hs-content-id-46225716695 .body-container--blog-post .blog-post .blog-post__body .greenbox-wrap h3{
  line-height: 1.2em;
}
.hs-content-id-46225716695 .slick-slide {
  margin: 0 15px;
}
.hs-content-id-46225716695 .slick-list {
  margin: 0 -15px;
}
.hs-content-id-46225716725 .related-projects .section-title h2{
  font-family: 'aktivgrotesk-lighuploadedfile' !important;
  font-size: 28px;
}
.hs-content-id-46225716725 .related-projects .project-title h3{
  margin-bottom: 0;
  font-size: 20px;
}
.hs-content-id-46225716725 .blog-post .date span{
  color: #adadad !important;
  font-size: 13px;
}
.hs-content-id-46225716725 .latest-project-enclose{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 50px;
}
.hs-content-id-46225716725 .latest-project-enclose .latest-project-list-wrapper{
  flex-basis: 33.33%;
  padding: 0 15px;
}
.img-hover .image-section{
  line-height: 0;
}

.hs-content-id-46208506308 #hs_cos_wrapper_widget_1644479950604_ h2{
  font-family: 'aktivgrotesk-mediuploadedfile' !important;
}

.hs-content-id-46367143371 .green-box-right .description P{
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.15px;
}

.img-hover .title h3{
  font-size: 18px;
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.two-col-layout .img-hover{
  position: relative;
}
.two-col-layout .img-hover:hover .title{
  opacity: 1;
}
.img-hover .title{
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: rgb(0 0 0 / 50%);
}

.hs-content-id-46225716717 .blog-post .img-hover .image-section img{
  min-height: 490px;
  max-height: 490px;
}
.hs-content-id-46225716717 .body-container--blog-post .two-col-layout .row-fluid{
  align-items: start;
}
.hs-content-id-46225716717 .body-container--blog-post .blog-post .blog-post__body p{
  font-family: 'aktivgrotesk-reguuploadedfile' !important;

}
.hs-content-id-46225716717 h3 strong{
  font-size: 21px;
}
.section-title-36 h3{
  font-size: 36px !important;
  line-height: 1.8em;
}

.hs-content-id-46225716725 .products-featured-image img{
  width: 100%;
  min-height: 240px;
  max-height: 240px;
  object-fit: cover;
}
.hs-content-id-46225716725 .products-wrapper .slick-slide {
  margin: 0 15px;
}

.hs-content-id-46225716725 .products-wrapper .slick-list {
  margin: 0 -15px;
}
.thumbnail-image-slider-section .slide-arrow img{
  max-width: 25px;
  padding-top: 5px;
  line-height: 25px;
}
.thumbnail-image-slider-section .prev-arrow{
  left: 0;
}
.thumbnail-image-slider-section .next-arrow{
  right: 0;
}
.thumbnail-image-slider-section{
  position: relative;
  margin: 70px 0;
}
.thumbnail-image-slider-section .slide-arrow{
  position: absolute;
  background-color: rgb(0 0 0 / 52%);
  padding: 10px;
  border-radius: 0;
  margin-top: unset;
  border: none;
  top: calc(50% - 25px);
  z-index: 1;
}
.blog-post .full-width-content .banner-item h3{
  color: #fff;
}
.blog-post .full-width-content .banner-item::before{
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background: #2C2B2B;
  opacity: 0.5;
}
.count-in-figures > p{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 70px;
}
.hs-content-id-46225716717 .body-container--blog-post .blog-post .blog-post__body .greenbox-wrap h3{
  line-height: 1.2em;
}
.hs-content-id-46225716717 .green-image-box-layout, .hs-content-id-46222430408 .green-image-box-layout{
  overflow: hidden;
  padding: 75px 0;
}
.hs-content-id-46222430408 .body-container--blog-post .blog-post .blog-post__body p{
  font-size: 24px;
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
}
.hs-content-id-46222430408 .green-image-box-layout .description p{
  font-size: 18px !important;
  color: #2c2b2b !important;
}
.hs-content-id-46222430408 .body-container--blog-post .blog-post .blog-post__body .greenbox-wrap h3{
  font-size: 39px;
  line-height: 1.3em;
}
.hs-content-id-46222430408 .section-title.align-center h2{
  padding-bottom: 20px;
  border-bottom: 1px solid #0000002B;
}
.body-container--blog-post .blog-post .full-width-image-green-box.connected-lighting-full-width-teal .text-content h3,
.body-container--blog-post .blog-post .full-width-image-green-box.energy-full-width-teal .text-content h3,
.body-container--blog-post .blog-post .full-width-image-green-box.featured-lighting-full-width-teal .text-content h3{
  font-size: 40px ;
  line-height: 1.3em;
}
.body-container--blog-post .blog-post .full-width-image-green-box.energy-full-width-teal,
.body-container--blog-post .blog-post .full-width-image-green-box.connected-lighting-full-width-teal,
.body-container--blog-post .blog-post .full-width-image-green-box.featured-lighting-full-width-teal{
  margin: 70px 0;
}
.body-container--blog-post .blog-post .linear-leftimg .featured-image-left .featured-img,
.hs-content-id-46222430408 .body-container--blog-post .green-image-box-layout.guidelines-teal-box .featured-image-left .featured-img{
  left: 122px;
  right: -100px;
}
.body-container--blog-post .blog-post .linear-rightimg .featured-image-right .featured-img{
  top: -100px;
  left: -93px;
  z-index: -1;
}
.blog-post .guidelines-teal-box .green-box-right .greenbox-wrap{
  padding: 40px;
}

.blog-post .green-image-box-layout.guidelines-teal-box .featured-img img,
.blog-post .green-image-box-layout.linearimage-layout .featured-img img{
  width: 100%;
  max-width: 100%;
  height: 650px;
}
.similar-project-section-wrapper .section-title h2, .hs-content-id-46222430408 .section-title h2.size-small{
  text-align: center;
}
.hs-content-id-46222430408  .similar-project-section-wrapper .card-featured-image img{
  min-height: 270px;
  max-height: 270px;
  object-fit: cover;
}
.hs-content-id-46222430408 .similar-projects .projects-list-item .card-item{
  flex-basis: 33.33%;
}
.hs-content-id-46222430408 .alternative-products .products-list{
  grid-template-columns: repeat(3,1fr);
}
.hs-content-id-46222430408 .similar-projects .projects-list-item{
  margin-bottom: 30px;
}
.hs-content-id-46222430408 .green-image-box-layout.investment-teal-box .description p,
.hs-content-id-46222430201 .green-image-box-layout.favourite-teal .description p{
  font-size: 22px !important;
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  color: #2c2b2b !important;
  padding: 0;
  margin: 40px 0;
}
.span6.left-col.img-area{
  line-height: 0;
}
.two-col-layout.walking-the-walk-post.img-col-layout img{
  max-height: 520px;
  object-fit: cover;
}
.green-image-box-layout.linearimage-layout{
  overflow: hidden;
  padding: 120px 0;
}
.green-image-box-layout.learnmore-teal, .green-image-box-layout.favourite-teal{
  overflow: hidden;
  padding: 70px 0;
}
.hs-content-id-46222430412 .body-container--blog-post .blog-post .blog-post__body .post-section-wrapper p, .hs-content-id-46225716723 .body-container--blog-post  .blog-post .post-section-wrapper p, .body-container--blog-post .blog-post .blog-post__body .green-image-box-layout.learnmore-teal p, .body-container--blog-post .blog-post .two-col-layout.three-ways p, .body-container--blog-post .blog-post .two-col-layout.regular-font p{
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
}
.blog-post .blog-post__body .post-section-wrapper.regular-font p{
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  font-size: 24px;
}
.body-container--blog-post .blog-post .blog-post__body .greenbox-wrap h3{
  line-height: 1.3em;
}
.footer-cta-button .hs-custom-form .input input[type=radio], .footer-cta-button .hs-custom-form .input input[type=checkbox]{
  width: auto;
}
.hs-content-id-46225716723 .body-container--blog-post .blog-post .post-section-wrapper p{
  font-size: 24px;
}
.hs-content-id-46222430400 .body-container--blog-post .blog-post .two-col-layout.regular-font p{
  font-size: 24px;
  line-height: 1.8em;
}
.body-container--blog-post .two-col-layout.three-ways .row-fluid{
  align-items: start;
}
.similar-projects.feature-suspend .projects-list-item .card-item{
  flex-basis: 25%;
}
.similar-projects.feature-suspend .projects-list-item .card-itemimg{
  min-height: 180px;
  max-height: 180px;
}
.blog-post .blog-image-gallery.new-299-post-img-gallery .image-item, .blog-post .blog-image-gallery.two-adjacent-images .image-item, .blog-post .blog-image-gallery.two-adjacent-images-section-2 .image-item{
  flex-basis: 50%;
  padding: 0 15px;
}
.blog-image-gallery.new-299-post-img-gallery, .blog-post .blog-image-gallery.two-adjacent-images, .blog-post .blog-image-gallery.two-adjacent-images-section-2{
  margin: 0 -15px;
}
.blog-post .blog-image-gallery.two-adjacent-images-section-2 .image-item img{
  max-height: 850px;
  object-fit: cover;
  width: 100%;
}
.blog-post .blog-image-gallery.two-adjacent-images-section-2, .blog-image-gallery.new-299-post-img-gallery{
  padding: 80px 0;
}
.blog-image-gallery.new-299-post-img-gallery{
  padding-bottom: 0;
}
.blockquote-section.remove-line{
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #0000002B;
}
.full-width-green-box-right.new-299-post .row-fluid .span6 {
  width: 50%;
}
.blockquote-section.remove-line blockquote{
  border: none;
  margin-bottom: 100px;
}
.blockquote-section.remove-line blockquote p{
  font-size: 32px !important;
  line-height: 1.5em;
}
.blockquote-section.remove-line blockquote cite{
  font-size: 16px;
  font-style: normal;
}
.blog-image-gallery.new-299-post-img-gallery .image-item img{
  max-height: 400px;
  object-fit: cover;
}
.blog-image-gallery.new-299-post-img-gallery.padd-t0{
  padding-top: 0;
}
.hs-content-id-46222430201 .banner-title p{
  font-size: 26px;
}
.hs-content-id-46222430201 .banner-title h3{
  font-size: 40px;
}
.hs-content-id-46225716729 .body-container--blog-post .two-col-layout .row-fluid{
  align-items: start;
}
.hs-content-id-46225716729 .body-container--blog-post .two-col-layout .row-fluid.align-middle{
  align-items: center;
}
.hs-content-id-46222430412 .blog-post .blog-image-gallery .image-item{
  flex-basis: 33.33%;
  padding: 0 5px;
}
.hs-content-id-46222430412 .body-container--blog-post .blog-post .blog-post__body .post-section-wrapper h3{
  font-size: 21px;
}
.hs-content-id-46222430412 .blog-post .blog-image-gallery{
  margin: 0 -5px;
}
.hs-content-id-46225716725 .green-image-box-layout.customize-your-space .featured-img{
  left: -300px;
  z-index: -1;
}
.similar-projects .card-featured-image img{
  max-height: 270px;
  min-height: 270px;
}
.hs-content-id-46338602722 .image-slider-section.single-image-slider .slide-arrow,
.image-slider-section.single-image-slider .slide-arrow{
  top: calc(50% - 25px);
  bottom: unset;
  padding: 10px;
}
.hs-content-id-46338602722 .image-slider-section.single-image-slider .prev-arrow,
.image-slider-section.single-image-slider .prev-arrow{
  left: 0;
}
.hs-content-id-46338602722 .image-slider-section.single-image-slider .next-arrow,
.image-slider-section.single-image-slider .next-arrow{
  right: 0 !important;
}


.hs-content-id-46344709839 .thumbnail-image-slider-section .slick-slide {
  margin: 0 5px;
}

.hs-content-id-46344709839 .thumbnail-image-slider-section .slick-list {
  margin: 0 -5px;
}
.product-details-wrapper .full-width-content .banner-item{
  padding:300px 0;
}
.hs-content-id-46218066118 .internal-banner.banner-section .banner-item{
  background-position: 10% 12%;
  padding-top: 175px;
}
.hs-content-id-46218066118 .internal-banner .scroll-bottom-content{
  margin-top: 170px;
}
.hs-content-id-46218066118 .row-number-37 .green-image-box-layout{
  overflow: hidden;
  padding: 30px 0;
}
.hs-content-id-46218066118 .row-number-37 .green-image-box-layout .title h3{
  font-size: 20px;
}
.hs-content-id-46218066118 .row-number-37 .green-image-box-layout .description p{
  color: #454545;
  font-size: 14px !important;
  padding-top: 0;
  margin-bottom: 50px;
}
.hs-content-id-46218066118 .row-number-37 .green-image-box-layout a.theme-btn.wt-btn{
  font-size: 18px;
  padding: 20px 40px 20px 40px;
  font-weight: 500;
  font-family: 'aktivgrotesk-mediuploadedfile' !important;
}
.hs-content-id-46218066118 .row-number-37 .featured-image-left .featured-img{
  left: 0;
}
.hs-content-id-46218066118 .row-number-37 .featured-image-left .featured-img img{
  width: 600px;
}
.speed-of-light-sub-title {
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  font-size: 25px;
  font-weight: 100;
  line-height: 1.8em;
  letter-spacing: 0.15px;   
}

.hs-content-id-46147247564 .banner-card-layout #widget_1645770746080{
  background-attachment:fixed;
}

.hs-content-id-46505908954 .similar-product-talla-wall h2{
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
}
.hs-content-id-46222430419 .full-width-image-greeen-box .text-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.hs-content-id-46222430414 .body-container--blog-post .image-box-layout .image-box-content{
  max-width: 1200px;
  margin: 0 auto;
}
.hs-content-id-46222430414 .body-container--blog-post .image-box-layout .inner-box-item h3{
  font-size: 36px;
}
.hs-content-id-46222430414 .body-container--blog-post .image-box-layout .inner-box-item .description p{
  font-family: 'aktivgrotesk-mediuploadedfile' !important;
  line-height: 1.8em;
}
.hs-content-id-46222430414 .two-col-layout .left-col p{
  font-size: 24px !important;
}
.hs-content-id-46222430414 .two-col-layout .left-col h2{
  font-size: 70px !important;
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  font-weight: 400;
}
.hs-content-id-46193695449 .more-architectural-projects .project-list .featured-image-area img{
  max-height: 440px;
  min-height: 440px;
}


.hs-content-id-46144904415 .internal-banner.banner-section .banner-item{
  background-position: top;
}

.hs-content-id-46147247564 #widget_1645807952382.banner-item{
  background-attachment:fixed;
}

.container-fluid.body__container-main.body-container.product-details-wrapper .product-enquiry-form {
  display: none;
}

/* @media(min-width: 1401px){
.dnd-section>.row-fluid, .header .header__container, .content-wrapper{
max-width: 1300px !important;
}

} */

@media(min-width: 1500px){
  .hs-content-id-46412730556 .product-main-banner.banner-section .banner-item{
    padding: 150px 70px;
    height: 560px;
  }
}
@media(max-width:1300px){
  .hs-content-id-46218066118 .row-number-37 .green-image-box-layout a.theme-btn.wt-btn{
    padding: 10px;
  }
  .hs-content-id-46218066118 .row-number-37 .featured-image-left .featured-img img {
    width: 500px;
  }
  .hs-content-id-46218066118 .row-number-37 .green-box-right .greenbox-wrap{
    padding: 30px;
  }
  .hs-content-id-46218066118 .row-number-37 .green-image-box-layout a.theme-btn.wt-btn {
    font-size: 16px;
  }
}

@media(min-width: 1401px){
  .hs-content-id-46532359908 .green-image-box-layout .featured-img img, .hs-content-id-46529611967  .green-image-box-layout .featured-img img, .hs-content-id-46531847395 .green-image-box-layout .featured-image-right img, .hs-content-id-46508896698 .green-image-box-layout .featured-image-right img{
    width: 800px;
  }
}
@media(max-width:1200px){
  .hs-content-id-46218065864  .body-container--service a.theme-btn{
    font-size: 16px;
  }
  .hs-content-id-46047552231 .row-number-22.dnd_area-row-7-padding {
    margin-top: 100px;
  }
}

@media(max-width:1024px){
  .speed-of-light-sub-title {
    font-size: 32px;
  }
}

@media(min-width: 992px){
  .hs-content-id-46360572391  #hs_cos_wrapper_dnd_area_main-module-17_ img{
    height: 800px !important;
    object-fit: cover;
  }

  /*   #body-content{
  max-width:1600px;
  padding:0 50px;
  margin:0 auto;
} */

  .hs-content-id-46147247564 .body-container--internal .hs_cos_wrapper h2, .body-container--internal .section-title h2, .body-container--internal .section-title h2, #hs_cos_wrapper_dnd_area-module-3 .section-title h2, .section-title.wt-text h2, #hs_cos_wrapper_dnd_area-module-32 .section-title h2 {
    font-size: 46px;
    line-height: 1.8em;
  }
  .hs-content-id-46147247564 .section-title.wt-text h2{
    font-size: 50px;
  }
}
@media(max-width: 991px){
  .hs-content-id-46222430398 .body-container--blog-post .blog-post .green-image-box-layout{
    overflow: hidden;
    padding: 0;
  }
  .hs-content-id-46222430412 .blog-post .blog-image-gallery .image-item, .blog-post .blog-image-gallery.new-299-post-img-gallery .image-item, .blog-post .blog-image-gallery.two-adjacent-images .image-item, .blog-post .blog-image-gallery.two-adjacent-images-section-2 .image-item{
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .two-col-layout.three-ways .span6{
    width: 100%;
  }
  .similar-projects.feature-suspend .projects-list-item .card-item{
    flex-basis: 50%;
  }
  .hs-content-id-46222430408 .alternative-products .products-list{
    grid-template-columns: repeat(1,1fr);
  }

  .hs-content-id-46222430408 .similar-projects .projects-list-item .card-item{
    flex-basis: 100%;
  }
  .hs-content-id-46222430408 .body-container--blog-post .two-col-layout h3 br{
    display: none;
  }
  .hs-content-id-46222430408 .body-container--blog-post .two-col-layout .span6{
    width: 100%;
  }
  .hs-content-id-46222430408 .body-container--blog-post .blog-post .blog-post__body h3{
    font-size: 27px !important;
  }
  .blog-post .full-width-content .banner-item h3{
    font-size: 24px;
  }
  .green-image-box-layout.linearimage-layout, .hs-content-id-46225716717 .green-image-box-layout, .hs-content-id-46222430408 .green-image-box-layout{
    padding: 0;
  }
  .two-col-layout .img-hover{
    margin-bottom: 30px;
  }
  .hs-content-id-46225716725 .latest-project-enclose .latest-project-list-wrapper{
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .green-image-box-layout.wireless-lighting-teal, .green-image-box-layout.customize-your-space, .green-image-box-layout.distinct-visual-statement-green, .green-image-box-layout.what-you-see-teal{
    padding: 0;
  }
  .new-range-img-layout .right-col h2, .never-stop-exploring h2{
    font-size: 28px !important;
  }
  .hs-content-id-46225716723 .body-container--blog-post .blog-post .post-section-wrapper p, .hs-content-id-46225716924 .body-container--blog-post  .blog-post__body p, .hs-content-id-46222430400 .body-container--blog-post .blog-post .two-col-layout.regular-font p{
    font-size: 18px !important;
  }
  .message-banner .banner-title h3{
    font-size: 18px;
  }
  .three-col-img-layout .cards-list-item .card-item{
    flex: 1 1 100%;
  }
  .four-col-img-layout .cards-list-item .card-item {
    flex: 1 1 50%;
  }
  .full-width-image-green-box.join-riba-section .sub-title p, 
  .hs-content-id-46225716713 .two-col-layout .left-col p, .hs-content-id-46225716713 .two-col-layout .right-col p{
    font-size: 18px !important;
  }
  .message-banner .banner-item {
    padding: 75px 20px !important;
  }
  .full-width-image-green-box.join-riba-section h2{
    font-size: 32px;
  }
  .hs-content-id-46222430396 h2.section-title, .hs-content-id-46225716713 .two-col-layout .right-col h2, .hs-content-id-46225716713 .story-title h2, .hs-content-id-46225716713 .two-col-layout .left-col h2, .hs-content-id-46225716713 .two-col-layout .right-col h2{
    font-size: 36px;
  }
  .blog-post .green-image-box-layout .featured-image-right, .blog-post .green-image-box-layout .green-box-left, .blog-image-gallery.celebrate-gallery .image-item, .green-image-box-layout.ready-to-learn-more-box .green-box-left, .green-image-box-layout.ready-to-learn-more-box .featured-image-right, .blog-post .blog-image-gallery.point-6-gallery-img .image-item, .two-col-layout.story-section-img-gallery .span6{
    flex-basis: 100%;
    width: 100%;
  }
  .green-image-box-layout.proud-to-work .white-btn, .blog-post .green-image-box-layout .white-btn{
    font-size: 18px;
  }
  .hs-content-id-46225716727 .banner-image-gallery .post-gallery-image-list{
    grid-template-columns: repeat(2, 1fr);
  }
  .quote-section.team-statement h3{
    font-size: 18px !important;
  }
  .green-image-box-layout.eager-to-learn{
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .eager-to-learn .green-box-left, .eager-to-learn .featured-image-right, .green-image-box-layout.proud-to-work .green-box-left, .green-image-box-layout.proud-to-work .featured-image-right{
    flex-basis: 100%;
  }
  .eager-to-learn .greenbox-wrap, .green-image-box-layout.proud-to-work .greenbox-wrap, .blog-post .green-box-right .greenbox-wrap, .blog-post__body .green-box-left .greenbox-wrap{
    text-align: center;
  }
  .eager-to-learn .featured-image-right .featured-img, .green-image-box-layout.proud-to-work .featured-img, .green-image-box-layout .featured-img{
    position: static !important;
  }
  .green-box-left .white-btn, .hs-content-id-46225716695 .body-container--blog-post .white-btn, .blog-post .green-image-box-layout .white-btn{
    font-size: 18px;
    padding: 10px 40px 10px 40px;
  }
  .hs-content-id-46225716699 .two-col-layout.session-starts-section h2{
    font-size: 32px;
    line-height: 1.4em;
  }
  .hs-content-id-46222430406 .related-blog .latest-blog-list-wrapper{
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 30px;
  }
  .hs-content-id-46233026286 .greenbox-wrap .green-btn, .our-defining-moments p{
    font-size: 18px !important;
  }
  .latest-products .products-list .product-item, .hs-content-id-46545744088 .latest-products .products-list .product-item{
    flex-basis: 50%;
  }
  .systems-page--search-results h1 {
    font-size: 36px;
  }
  .hs-content-id-46145421506 .row-number-24 .row-fluid, .hs-content-id-46145421506 .row-number-31 .row-fluid{
    flex-direction: column;
  }
  .hs-content-id-46145421506 .row-number-24 .span6, .hs-content-id-46145421506 .row-number-31 .span6{
    width: 100%;
    margin: 0;
  }
  .hs-content-id-46145421506 .quotes .section-title h2, #hs_cos_wrapper_module_16444318578985 h2, #hs_cos_wrapper_module_1644432010557 h2, .hs-content-id-46145421506 #hs_cos_wrapper_widget_1644315407019 h3{
    font-size: 32px;
  }
  .hs-search-results .hs-search-results__listing li, .more-architectural-projects .project-list .project-item{
    flex-basis: 50%;
  }
  .hs-content-id-46145421506 .contact-info h3, #hs_cos_wrapper_dnd_area_main-module-8 .session-details-left-col li, #hs_cos_wrapper_dnd_area_main-module-10 .session-details-right-col li{
    font-size: 20px !important;
  }
  .description-content p, .hs-content-id-46145421506 .contact-info h3 a{
    font-size: 20px !important;
  }
  .text-wrapper p, .description p{
    font-size: 20px !important;
  }
  .section-title h2, .contact-wrapper #hs_cos_wrapper_dnd_area-module-3 h2, .hs-content-id-46147247564 .hs_cos_wrapper h2{
    font-size: 32px !important;
  }
  .image-box-layout .inner-box-item h3, .products-downloads-section h3.image-box-title{
    font-size: 15px;
  }
  .body-container--contact .custom-social-icon.social-icon-links a{
    height: 26px;
    color: #fff;
    line-height: 26px;
    width: 30px;
  }
  .body-container--contact .custom-social-icon.social-icon-links a i, .body-container--service a.theme-btn{
    font-size: 18px;
  }
  .body-container--internal .image-box-description, .design-requirements .requirement-list li{
    font-size: 13px;
  }
}

@media(min-width: 768px){
  .hs-content-id-46193695449 .row-number-2 .banner-wrapper .row-fluid{
    min-height: 795px;
  }
  .hs-content-id-46193695449 .row-number-2 .img-wrapper, .hs-content-id-46193695449 .row-number-2 .right-banner-img, .hs-content-id-46193695449 .row-number-2 .right-banner-img img{
    height: 100%;
  }
  .hs-content-id-46193695449 .row-number-2 .right-banner-img img{
    object-fit: cover;
  }
  #hs_form_target_dnd_area_main-module-25 .hs-form{
    padding-right: 50px;
  }
}
@media(max-width: 767px){
  .hs-content-id-46222430414 .two-col-layout .left-col p{
    font-size: 18px;
  }
  .hs-content-id-46222430414 .two-col-layout .left-col h2{
    font-size: 28px !important;
  }
  .body-container--blog-post .two-col-layout h2, .body-container--blog-tag-listing h2.blog-tag-heading {
    font-size: 18px !important;
  }
  .hs-content-id-46222430201 .banner-title p{
    font-size: 14px;
  }
  .hs-content-id-46222430201 .banner-title h3{
    font-size: 24px;
  }
  .similar-projects.feature-suspend .projects-list-item .card-item{
    flex-basis: 100%;
  }
  .blog-post .blog-post__body .post-section-wrapper.regular-font p, .blockquote-section.remove-line blockquote p, .hs-content-id-46222430408 .section-title.align-center h2, .hs-content-id-46222430408 .body-container--blog-post .blog-post .blog-post__body p{
    font-size: 18px !important;
  }
  .blockquote-section.remove-line blockquote cite{
    font-size: 12px;
  }
  .blog-image-gallery.celebrate-gallery .image-item{
    flex-basis: 100% !important;
  }
  .full-width-image-green-box.join-riba-section h2{
    font-size: 24px;
  }
  .hs-content-id-46225716713 .two-col-layout .right-col h2, .hs-content-id-46225716713 .story-title h2, 
  .hs-content-id-46222430396 h2.section-title, .hs-content-id-46225716713 .two-col-layout .left-col h2, .hs-content-id-46225716713 .two-col-layout .right-col h2{
    font-size: 28px;
  }
  .blog-post .blog-image-gallery.point-7-gallery-img .image-item {
    flex: 100%;
  }
  .green-image-box-layout.proud-to-work .white-btn {
    padding: 10px 40px 10px 40px;
  }
  .hs-content-id-46225716699 .two-col-layout.session-starts-section h2{
    font-size: 28px;
  }
  .hs-content-id-46225716705 .two-col-layout .span6.left-col{
    width: 100%;
  }
  .hs-content-id-46233026286 .greenbox-wrap .green-btn {
    padding: 10px 40px 10px 40px;
  }
  .hs-content-id-46222430419 .full-width-image-greeen-box .image-area{
    width: 100%;
  }
  .body-container--service a.theme-btn{
    font-size: 16px;
    padding: 10px 30px 10px 30px;
  }
  .hs-search-results .hs-search-results__listing li, .more-architectural-projects .project-list .project-item, .hs-content-id-46545744088 .latest-products .products-list .product-item{
    flex-basis: 100%;
  }
  .home-section .image-box-layout .image-box-content .box-layout{
    flex:0 0 calc(100%)
  }
  .hs-content-id-46135325932 .button-wrapper .green-btn{
    font-size: 14px;
  }
  .hs-content-id-46135325932 .dnd_area_main-module-2-flexbox-positioning, .hs-content-id-46135325932 .widget_1644236670613-flexbox-positioning{
    align-items: center !important;
  }
  .body-container--internal .products-downloads-section{
    margin-bottom: 30px;
  }
  .body-container--contact .custom-social-icon.social-icon-links .inner-wrapper{
    text-align: center;
    margin-bottom: 50px;
  }
  .intro-section .section-title h3, .hs-content-id-46145421506 .benefits-section-box .section-title h3{
    font-size: 20px;
  }
  #hs_cos_wrapper_dnd_area_main-module-12 .section-title h2, #hs_cos_wrapper_dnd_area_main-module-19 .section-title h2{
    font-size: 28px;
  }
  #hs_cos_wrapper_widget_1645004890304 img{
    margin-bottom: 30px;
  }
  .quote-section .blockquote__content{
    font-size: 18px;
  }
  .quote-section p .blockquote__author{
    font-size: 12px;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */

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

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

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

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

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

/* Templates
*/
/*****************************************/
/* Insights    */
/*****************************************/

.body-container--blog-post .article-sub-title p{
  font-size: 24px !important;
  font-weight: bold;  
  letter-spacing: 0.15px;
}

.body-container--blog-post .white-btn{
  color:#fff;
  border-color:#fff;
}
.body-container--blog-post .white-btn:hover{
  color:#000;
  background-color:#fff;
  border-color:#fff;
}

.body-container--blog-post .stand-out-banner .banner-item{
  background-attachment:unset !important;
}

.body-container--blog-post .cst-featured-image.custom-img-item img{
  width:100%;
}

/* .body-container--blog-post .cst-featured-image.custom-img-item{
padding-bottom:30px;
} */

.body-container--blog-post .thick-bolder-text{
  font-family:'aktivgrotesk-bolduploadedfile' !important;
}

/* Featured image hide */
.hs-content-id-46222430419 .blog-post .blog-featured-image,
.hs-content-id-46222430398 .blog-post .blog-featured-image,
.hs-content-id-46222430402 .blog-post .blog-featured-image,
.hs-content-id-46225716699 .blog-post .blog-featured-image,
.hs-content-id-46225716703 .blog-post .blog-featured-image,
.hs-content-id-46222430410 .blog-post .blog-featured-image,
.hs-content-id-46222430201 .blog-post .blog-featured-image,
.hs-content-id-46222430404 .blog-post .blog-featured-image,
.hs-content-id-46225716709 .blog-post .blog-featured-image{
  display:none;
}

/* Thumbnail image hide */
.hs-content-id-46225716727 .blog-post .blog-featured-image,
.hs-content-id-46225716924 .blog-post .blog-featured-image,
.hs-content-id-46225716695 .blog-post .blog-featured-image,
.hs-content-id-46225716725 .blog-post .blog-featured-image,
.hs-content-id-46222430408 .blog-post .blog-featured-image,
.hs-content-id-46222430400 .blog-post .blog-featured-image,
.hs-content-id-46222430414 .blog-post .blog-featured-image,
.hs-content-id-46225716713 .blog-post .blog-featured-image,
.hs-content-id-46222430396 .blog-post .blog-featured-image{
  display:none;
}

/* Square box */
.hs-content-id-46222430406 .blog-post__body .square-box-layout
.new-range-featured-img img{
  width:100%;
}


/* Intro text bold */
.hs-content-id-46222430404 .lighting-scheme-intro-text {
  font-family:'aktivgrotesk-bolduploadedfile' !important;
}

/* Reduce post body space */
.hs-content-id-46222430414 .blog-post__body,
.hs-content-id-46222430396 .blog-post__body{
  margin-top:40px !important;
}

/* Product gallery */
.hs-content-id-46225716725 .blog-post .blog-image-gallery .image-item {
  flex-basis: 33%;
  text-align: center;
}

.hs-content-id-46225716713 .blog-post .blog-post__body {
  margin-top: 20px;
}

.hs-content-id-46225716713 .body-container--blog-post .blog-post .two-col-layout {
  margin: 40px 0;
}

@media (max-width: 991px)
  .hs-content-id-46225716725 .blog-post .blog-image-gallery .image-item {
    flex-basis: 50%;
}

.hs-content-id-46222430201 .similar-projects .projects-list-item .card-item{
  flex-basis: 33.33%;
}

.hs-content-id-46225716703 .regular-text-content{
  font-family:'aktivgrotesk-mediuploadedfile' !important
}

.hs-content-id-46222430414 .body-container--blog-post .like-what-you-see-text p,
.hs-content-id-46222430414 .body-container--blog-post .like-what-you-see-text span{
  font-family: 'aktivgrotesk-mediuploadedfile' !important;
}

.hs-content-id-46222430414 .body-container--blog-post .image-box-layout .featured-image-item{
  text-align:center;
}

.hs-content-id-46222430414 .form-content .hs-button{
  background:#000;
  color:#fff;
}

.body-container--blog-post .march-month-img-gallery .span6.left-col .featured__image,
.body-container--blog-post .march-month-img-gallery .span6.right-col .featured__image{
  min-height: unset;
  max-height: unset;
  object-fit: cover;
  width: 100%;
}
.body-container--blog-post .march-month-img-gallery .image-section:hover img{
  cursor:pointer;
  opacity: 1;
  transition-duration: .4s;
  filter: brightness(51%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0);
}

.body-container--blog-post .team-statement h3{
  font-size: 36px;
  font-weight: 100;
  line-height: 1.4em;
  letter-spacing: 0.15px;
}
.body-container--blog-post .elements-sub-title{
  font-size:28px;  
}

.hs-content-id-46225716701 .blog-image-gallery .image-item{
  flex-basis:50%;
}

.hs-content-id-46222430414 .box-layout-wrapper .featured-image-item img,
.hs-content-id-46225716705 .march-month-img-gallery img{
  cursor:unset !important;
}

/* Image box layout with hover */
.body-container--blog-post  .image-box-layout .image-box-content{
  display:flex;  
  flex-wrap:wrap;
  margin: 0 -15px;
}
.body-container--blog-post  .image-box-layout .image-box-content .featured-image-item img{
  cursor:pointer;
}
.body-container--blog-post .image-box-layout .image-box-content .box-layout{
  flex: 0 0 calc(100% / 2);
  display: flex;
  padding: 15px;
}
.body-container--blog-post .image-box-layout .featured-image-item:hover img {
  opacity: 1;
  transition-duration: .4s;
  filter: brightness(51%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0);
}
.body-container--blog-post .image-box-layout .inner-box-item{
  text-align: center;
  padding: 0 30px 10px;
}
.body-container--blog-post  .image-box-layout .btn-section a{
  font-size: 18px;
  display: inline-block;
  padding: 12px 24px;
  font-weight: 400;
  font-family: 'aktivgrotesk-mediuploadedfile';
  text-decoration: underline;
}
.body-container--blog-post  .image-box-layout .inner-box-item h3{
  font-size: 28px;
  line-height: 1.2em;
  margin: 20px 0;
  letter-spacing: 0.15px;
  font-family: 'aktivgrotesk-mediuploadedfile' !important;
  font-weight: 400;
}
.body-container--blog-post .image-box-content .box-layout img{
  width: 100%;
}

.hs-content-id-46222430398 .blog-post .full-width-content .banner-item{
  padding: 175px 0;
}
.hs-content-id-46225716705 .body-container--blog-post .march-month-img-gallery .span6.left-col .featured__image,
.hs-content-id-46225716705 .body-container--blog-post .march-month-img-gallery .span6.right-col .featured__image{
  min-height: 510px;
  max-height: 510px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46225716705 .blog-post .img-hover .image-section img{
  min-height: 337px;
  max-height: 337px;
}
.hs-content-id-46225716705 .blog-post .june-two-img-section .img-hover .image-section img{
  min-height: 503px;
  max-height: 503px;
}
.hs-content-id-46225716695 .new-range-img-layout > .row-fluid{
  display: flex;
  flex-wrap: wrap;
}
.hs-content-id-46225716695 .new-range-img-layout .right-col{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hs-content-id-46225716695 .new-range-img-layout p{
  margin-bottom: 0;
}

@media(max-width: 991px){
  .body-container--blog-post .inner-box-item h3{
    font-size: 15px;
  }
  .body-container--blog-post .description p{
    font-size: 13px !important;
  }
  .body-container--blog-post .image-box-layout .btn-section a{
    font-size: 13px;
  }
}
@media(max-width: 767px){
  .body-container--blog-post .image-box-layout .image-box-content .box-layout{
    flex: 0 0 calc(100%);
  }
}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.hs-content-id-46389927888 .row-number-35 img{
  min-height: 600px;
  max-height: 600px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46499409872 .row-number-22 img, .hs-content-id-46517967039 .row-number-19 img,
.hs-content-id-46452888294 .row-number-7 img, .hs-content-id-46454474469 .row-number-19 img,
.hs-content-id-46496973520 .row-number-19 img, .hs-content-id-46546010566 .row-number-18 img,
.hs-content-id-46546010566 .row-number-22 img{
  min-height: 500px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46344709839 .row-number-55 .thumbnail-image-slider-section .slick-slide img {
  max-height: 500px !important;
  min-height: 500px !important;
  object-fit: cover;
}
.hs-content-id-46344709839 .thumbnail-image-slider-section .slick-slide img{
  max-height: 350px !important;
  min-height: 350px !important;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46344709839 .thumbnail-image-slider-section{
  max-width: 1200px;
  margin: 0 auto;
}
.hs-content-id-46519337718 .row-number-24 img{
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46519495616 .row-number-11 img, .hs-content-id-46519495616  .row-number-15 img{
  min-height: 350px;
  max-height: 350px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46519934179 .row-number-18 img, .hs-content-id-46547082441 .row-number-25 img,
.hs-content-id-46545863900 .row-number-17 img{
  min-height: 700px;
  max-height: 700px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46519495616 .row-number-22 img{
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46546330320 .row-number-16 img, .hs-content-id-46546330320 .row-number-19 img{
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46495687896 .body-container--project-page .thumbnail-image-slider-section .img-area img{
  min-height: 100%;
  max-height: 100%;
}
.hs-content-id-46448605923 .row-number-27 img{
  min-height: 990px;
  max-height: 990px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46448605923 .body-container--project-page .thumbnail-image-slider-section .img-area img {
  min-height: 850px;
  max-height: 850px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46499409872 .body-container--project-page .thumbnail-image-slider-section .img-area img {  
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hs-content-id-46499409872 .body-container--project-page .thumbnail-image-slider-section .slick-track{
  display: flex !important;
}
.project-details-wrapper .dnd-section>.row-fluid {
  max-width: 1300px;
}
.hs-content-id-46499409872 .body-container--project-page .thumbnail-image-slider-section .slick-slide{
  height: inherit !important;
}
.hs-content-id-46499409872 .body-container--project-page .thumbnail-image-slider-section .img-area{
  height: 100%;
}
.hs-content-id-46470136797 .project-page-banner .banner-title h3{
  text-transform: uppercase;
}
.hs-content-id-46452888294 #hs_cos_wrapper_widget_1645444502990 .featured-image-left .featured-img, .hs-content-id-46523429325  #hs_cos_wrapper_widget_1645699759123 .featured-image-left .featured-img{
  left: 0;
  right: unset;
}

.hs-content-id-46519337718 #hs_cos_wrapper_widget_1645679875452_ img, .hs-content-id-46519337718 #hs_cos_wrapper_widget_1645679697886_ img, .hs-content-id-46519337718 #hs_cos_wrapper_widget_1645679325511_ img, .hs-content-id-46536234723 #hs_cos_wrapper_widget_1645761668636_ img, .hs-content-id-46536234723 #hs_cos_wrapper_widget_1645761844444_ img, .hs-content-id-46545744075 #hs_cos_wrapper_dnd_area_main-module-8 img, .hs-content-id-46519495616 #hs_cos_wrapper_widget_1649333338630, .hs-content-id-46517967039 .row-number-19 .hs_cos_wrapper, .hs-content-id-46389927888 .row-number-35 .hs_cos_wrapper, .hs-content-id-46499409872 .row-number-22 .hs_cos_wrapper{
  width: 100%;
}
#hs_cos_wrapper_widget_1645531967362 img, .body-container--project-page .module_16456860690577-flexbox-positioning > div, .hs-content-id-46519495616 #hs_cos_wrapper_widget_1649333338630 img{
  width: 100%;
}
.hs-content-id-46452187327 #hs_cos_wrapper_widget_1645447300928 img, .hs-content-id-46452187327 #hs_cos_wrapper_widget_1645443845084 img, .hs-content-id-46521752019 #hs_cos_wrapper_widget_1645689772196_ img, .body-container--project-page [class*="flexbox-positioning"] > div{
  width: 100%;
}
.hs-content-id-46499409872 #hs_cos_wrapper_module_16456170310872 p strong, 
#hs_cos_wrapper_module_16457076823182 p strong, #hs_cos_wrapper_dnd_area_main-module-12 p strong, #hs_cos_wrapper_widget_1645449494998 p strong{
  font-family: 'aktivgrotesk-bolduploadedfile' !important;
  font-weight: 700;
}
.hs-content-id-46547082441 .latest-products .product-image{
  margin-bottom: 0;
}
.hs-content-id-46536234723 .row-number-24 .row-fluid,
.hs-content-id-46536234723 .row-number-16 .row-fluid,
.hs-content-id-46536234723 .row-number-10 .row-fluid,
.hs-content-id-46452888294 .row-number-24 .row-fluid,
.hs-content-id-46521752019  .row-number-15 .row-fluid{
  max-width: 1400px;
}
.hs-content-id-46536234723 .row-number-24 .row-fluid img,
.hs-content-id-46536234723 .row-number-10 .row-fluid img{
  width: 100%;
  min-height: 440px;
  max-height: 440px;
  object-fit: cover;
}
.hs-content-id-46536234723 .row-number-16 .row-fluid img{
  max-height:100%;
  width: 100%;  
  object-fit: cover;
}
.hs-content-id-46454474469 .row-number-17 img{
  max-height:800px;
  object-fit: cover;
}
.hs-content-id-46543171033 .row-number-19 img{
  width: 100%;
  min-height: 700px;
  max-height: 700px;
  object-fit: cover;
}
.hs-content-id-46455529942 .row-number-20  img{
  width: 100%;
  min-height: 472px;
  max-height: 472px;
  object-fit: cover;
}
.hs-content-id-46447427565 .row-number-27 img{
  width: 100%;
  min-height: 420px;
  max-height: 420px;
  object-fit: cover;

}
.hs-content-id-46536234723 .row-number-23 img, .hs-content-id-46452888294 .row-number-24 img,
.hs-content-id-46454474469  .row-number-17 img, .hs-content-id-46547082441 .row-number-12 img,
.hs-content-id-46547082441 .row-number-18 img, .hs-content-id-46545744059  .row-number-18 img, 
.hs-content-id-46545744059 .row-number-15 img, .hs-content-id-46546010566  .row-number-12 img,
.hs-content-id-46521752019  .row-number-15 .row-fluid img{
  width: 100%;
}
.hs-content-id-46545863900 #hs_cos_wrapper_widget_1645843322405 .left-banner-img img{
  max-height: 800px; 
  object-fit: cover;
}
.hs-content-id-46530403797 .thumbnail-image-slider-section .slick-slide {
  margin: 0 10px;
}
.hs-content-id-46530403797 .thumbnail-image-slider-section .slick-list {
  margin: 0 -10px;
}
.body-container--project-page .thumbnail-image-slider-section .img-area img{
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46517967039 #hs_cos_wrapper_dnd_area_main-module-12 .section-title h2{
  font-size: 60px;
}
a.theme-btn.wt-btn{
  font-size: 26px;
  padding: 10px 80px 10px 80px;
  color: #fff;
  border-color: #fff;
}
a.theme-btn.wt-btn:hover{
  color: #000;
  background-color: #fff;
  border-color: #fff
}
.body-container--project-page .latest-products .product-image img{
  max-width: 100%;
  max-height: 300px;
}
.hs-content-id-46384614089 #hs_cos_wrapper_widget_1645169853877 .green-image-box-layout .title h3{
  font-size: 30px;
  line-height: 1.3em;
}
.hs-content-id-46384614089 #hs_cos_wrapper_widget_1645169853877 .green-image-box-layout .description p{
  font-size: 18px !important;
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  font-weight: 400;
}
.hs-content-id-46387528382 #hs_cos_wrapper_widget_1645178928785 .green-image-box-layout .description p{
  font-size: 34px !important;
}
.hs-content-id-46387528382 #hs_cos_wrapper_widget_1645178928785 .green-image-box-layout .box-layout>.row-fluid{
  align-items: center;
}
.hs-content-id-46387528382 #hs_cos_wrapper_widget_1645178928785 .green-image-box-layout .featured-img{
  position: static;
}
#hs_cos_wrapper_widget_1645178928785 .featured-image-right .featured-img img{
  height: 500px;

}
#hs_cos_wrapper_widget_1645520965868 .full-width-image-greeen-box .section-title h2{
  font-size: 34px;
  line-height: 1.5em;
}
#hs_cos_wrapper_widget_1645178928785 .featured-image-right .featured-img{
  left: 0;
}
.hs-content-id-46471017412 #hs_cos_wrapper_module_16455144376594_ .text-wrapper  p{
  font-size: 24px !important;
}
.hs-content-id-46498726116 #hs_cos_wrapper_widget_1645608534122 .featured-image-left .featured-img{
  left: 0;
  right: unset;
}
.hs-content-id-46471017412 #hs_cos_wrapper_module_16455144376596_ img{
  height: 600px !important;
  object-fit: cover;
}
.hs-content-id-46468579298 #hs_cos_wrapper_dnd_area_main-module-17_ img{
  max-height: 800px;
  object-fit: cover;
}
.hs-content-id-46387528382 .latest-products .products-list .product-item{
  flex-basis: 25% !important;
  flex: unset;
}
.hs-content-id-46389927888  #hs_cos_wrapper_widget_1645186761023 .full-width-image-greeen-box .section-title h2,
.hs-content-id-46389927888  #hs_cos_wrapper_widget_1645186761023 .full-width-image-greeen-box .section-title a{
  font-size: 30px;
  font-family: 'aktivgrotesk-bolduploadedfile' !important;
}
.body-container--project-page .latest-products .product-image img, .hs-content-id-46410419439 .latest-products .product-image img, .hs-content-id-46396188113 .latest-products .product-image img, .hs-content-id-46403748327 .latest-products .product-image img{
  width: auto;
}
#hs_cos_wrapper_dnd_area_main-module-30 .green-image-box-layout .description p{
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
}
.hs-content-id-46410419439 .row-depth-1.row-number-7 img{
  min-height: 500px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46471017412 .section-title h2{
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
  font-weight: 400;
}
.font-21  h3{
  font-size: 21px;
  font-size: 21px;
}
.hs-content-id-46490297580 .dnd-section>.row-fluid, .hs-content-id-46490297580 .content-wrapper, .hs-content-id-46490297580 .header .header__container{
  max-width: 1400px;
}
/* slick height */
.project-details-wrapper .single-image-slider .slick-slide img,#hs_cos_wrapper_widget_1645595414953 .slick-slide img, #hs_cos_wrapper_widget_1645431874872 .slick-slide img, #hs_cos_wrapper_widget_1645510475813 .slick-slide img{
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 900px;
}
.project-details-wrapper .single-image-slider .img-area, #hs_cos_wrapper_widget_1645595414953 .img-area, #hs_cos_wrapper_widget_1645431874872 .img-area, #hs_cos_wrapper_widget_1645510475813 .img-area{
  height: 100%;
}
.project-details-wrapper .single-image-slider .slick-track, #hs_cos_wrapper_widget_1645595414953 .slick-track, #hs_cos_wrapper_widget_1645431874872 .slick-track, #hs_cos_wrapper_widget_1645510475813 .slick-track{
  display: flex !important;
}

.project-details-wrapper .single-image-slider .slick-slide, #hs_cos_wrapper_widget_1645595414953 .slick-slide, #hs_cos_wrapper_widget_1645431874872 .slick-slide, #hs_cos_wrapper_widget_1645510475813 .slick-slide{
  height: inherit !important;
}
/* slick height */

#hs_cos_wrapper_widget_1645520965868 .img-wrapper, #hs_cos_wrapper_widget_1645520965868 .right-banner-img,
#hs_cos_wrapper_widget_1645520965868 .img-wrapper img{
  height: 100%;
}
.hs-content-id-46526899681 #hs_cos_wrapper_widget_1649065641839_, .hs-content-id-46526899681 #hs_cos_wrapper_widget_1649065641839_ img{
  width: 100%;
}

.hs-content-id-46490297580 .row-number-28 img{
  max-height: 440px;
  min-height: 440px;
  object-fit: cover;
  width: 100%;
}
.hs-content-id-46490298045 .row-number-20 img, .hs-content-id-46490298045 .row-number-23 img{
  max-height: 900px;
  min-height: 900px;
  object-fit: cover;
  width: 100%;
}
#hs_cos_wrapper_widget_1645503238098 .full-width-image-greeen-box .section-title h2{
  font-size: 34px;
}
#hs_cos_wrapper_widget_1645594550839 .full-width-image-greeen-box .section-title h2{
  font-size: 30px;
  line-height: 1.5em;
}
.hs-content-id-46490297580 #hs_cos_wrapper_widget_1645590112222{
  width: 100%;
}
#hs_cos_wrapper_widget_1645525710082 .full-width-image-greeen-box .section-title h2 a,
#hs_cos_wrapper_widget_1645525710082 .full-width-image-greeen-box .section-title h2 a strong{
  color: #fff !important;
}
.hs-content-id-46479703777 #hs_cos_wrapper_dnd_area_main-module-19 .section-title h2{
  font-size: 26px;
}
.hs-content-id-46479703777 #hs_cos_wrapper_dnd_area_main-module-19 .text-wrapper p{
  font-size: 18px !important;
}
#hs_cos_wrapper_widget_1645525710082 .full-width-image-greeen-box .section-title h2{
  font-size: 40px;
}
#hs_cos_wrapper_widget_1645520965868 .img-wrapper img{
  object-fit: cover;
}
#hs_cos_wrapper_widget_1645503238098 .full-width-image-greeen-box .sub-title p{
  font-size: 18px;
}
#hs_cos_wrapper_widget_1645520965868 .full-width-image-greeen-box .sub-title p{
  font-size: 18px;
}
/* Product image huge issue */
.hs-content-id-46546010560 .body-container--project-page .latest-products .product-image img,
.hs-content-id-46546010556 .body-container--project-page .latest-products .product-image img,
.hs-content-id-46541323450 .body-container--project-page .latest-products .product-image img{
  max-width:330px;
}
.hs-content-id-46454474469 .body-container--project-page .latest-products .product-image img{
  max-width:446px;
}

/* Adjust font size for teal box wrap */
.body-container--project-page .greenbox-wrap .title h2{
  font-size:38px;
}
.body-container--project-page .full-width-image-greeen-box .section-title h2{
  font-size:34px;
}


/* Project summary size */
.body-container--project-page .layout-wrapper .project-summary p br{
  content: " ";
  display: block;
  margin: 10px;
}

.hs-content-id-46499409872 #hs_cos_wrapper_module_16456143156564_ .section-title h2{
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
}

.hs-content-id-46519495616 #hs_cos_wrapper_widget_1649333338630_ img{
  height:700px !important;
}

.hs-content-id-46545863912 #hs_cos_wrapper_module_16458541416862_ img{
  width:100%;
}

.body-container--project-page .green-image-box-layout .description p{
  font-family: 'aktivgrotesk-reguuploadedfile' !important;
}
.hs-content-id-46347710676 #hs_cos_wrapper_dnd_area_main-module-10 .green-box-left{
  flex-basis: 40%;
}
.hs-content-id-46347710676 #hs_cos_wrapper_dnd_area_main-module-10 .featured-image-right{
  flex-basis: 60%;
}
.hs-content-id-46347710676 #hs_cos_wrapper_dnd_area_main-module-10 .featured-image-right img{
  width: 100%;
  max-width: 100%;
}
.hs-content-id-46347710676 #hs_cos_wrapper_dnd_area_main-module-10 .featured-image-right .featured-img{
  right: 0;
}
.hs-content-id-46347710676 #hs_cos_wrapper_dnd_area_main-module-5_ p{
  padding: 0 100px;
}


@media(max-width: 1300px){
  .hs-content-id-46347710676 #hs_cos_wrapper_dnd_area_main-module-10 .featured-image-right img{
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px){
  .hs-content-id-46519495616 #hs_cos_wrapper_widget_1649333338630_ img {
    height: 408px !important;
  }
}

@media(max-width: 991px){
  .hs-content-id-46347710676 #hs_cos_wrapper_dnd_area_main-module-5_ p{
    padding: 0 ;
  }
  .hs-content-id-46387528382 .latest-products .products-list .product-item{
    flex-basis: 50% !important;
  }
  a.theme-btn.wt-btn{
    font-size: 18px;
    padding: 10px 40px 10px 40px;
  }
}
@media(max-width: 767px){
  .latest-products .products-list .product-item, .hs-content-id-46545744088 .latest-products .products-list .product-item {
    flex-basis: 100%;
  }
  .hs-content-id-46387528382 #hs_cos_wrapper_widget_1645178928785 .green-image-box-layout .description p, #hs_cos_wrapper_widget_1645520965868 .full-width-image-greeen-box .section-title h2{
    font-size: 18px !important; 
  }
  .hs-content-id-46387528382 .latest-products .products-list .product-item{
    flex-basis: 100% !important;
  }
}