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

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid,
.page-center{
  margin: 0 auto;
  width:100%;

}

@media(max-width:1400px){


  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center{
    padding: 0 15px;

  }

}


@media screen and (max-width: 767px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center{
    margin: 0 auto;
    width:100%;
    padding-left:15px;
    padding-right: 15px;                                                                                                                                                                                                                               
  }

}
@font-face { 
  font-family: "Titilliumweb"; 
  src: url(https://8633228.fs1.hubspotusercontent-na1.net/hubfs/8633228/raw_assets/public/Fisikal_Nov2022/fonts/609a57bc8b585e9ff35d230c_TitilliumWeb-Bold.ttf) format("truetype");
  font-style: normal; 
  font-weight: 700;
  font-display: swap;
}
 
@font-face { font-family: "Titilliumweb1";
  src: url(https://8633228.fs1.hubspotusercontent-na1.net/hubfs/8633228/raw_assets/public/Fisikal_Nov2022/fonts/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { font-family: "Titillium Web";
  src: url(https://8633228.fs1.hubspotusercontent-na1.net/hubfs/8633228/raw_assets/public/Fisikal_Nov2022/fonts/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "Titillium Web";
  src: url(https://8633228.fs1.hubspotusercontent-na1.net/hubfs/8633228/raw_assets/public/Fisikal_Nov2022/fonts/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzYw.woff2) format("woff2");
  font-style: normal; font-weight: 700;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: webflow-icons; 
  src: url("https://8633228.fs1.hubspotusercontent-na1.net/hubfs/8633228/Fisikal_Nov2022/fonts/download") format("truetype"); font-style: normal;
  font-weight: 400;
}



html{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  line-height: 1;
}


p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Anchor Links */
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

img{
  max-width:100%;
  vertical-align:middle;
  height:auto;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
  word-break: break-word;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}
ul{
  list-style-type: disc;
}
ul,
ol {
  margin-left: 1.25rem;
  padding-left:0;
  margin-bottom: 2rem;
  list-style-position: outside;
}

ul li,
ol li {
  line-height: inherit;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 2rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 0;
  line-height: 1.6;
  color: #2a2b2e;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: 2rem;
  margin-top: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form,
.submitted-message {
  max-width: ;
  font-family: ;
}

.hs-button,
.button--primary {

  -webkit-appearance: button;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Titilliumweb,sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

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

}

.hs-search-module .input {
  margin-top: 10px;
}
.hs-form label {
  font-family: Titilliumweb,sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
  margin-bottom:10px;
  display:block;
}

form .hs-error-msgs label {
  FONT-SIZE: 14PX;
  TEXT-ALIGN: CENTER;
  color: red!important;
  display: block;
  margin-top: 0.5rem;
  text-transform: capitalize;
  margin-bottom: 15px !important;
  font-family: Titillium web,sans-serif;
}

.hs-input,
input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #323232;
  vertical-align: middle;
  background-color: #fff;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 12px;
  padding-left: 12px;
  border: 1px solid #000;
  font-family: 'Titillium Web',sans-serif;
  text-align: center;
}
input#hs-pwd-widget-password {
  height: 45px!important;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: 0;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto!important;
  display:inline-block;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  vertical-align: middle;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #e49f9f;
}


form input[type=submit]:focus, button:focus, .button:focus, .hs-button:focus, .button--primary:focus {
  outline: none;
}


.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto!important;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.hs-form-field{
  margin-bottom: 18px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs-search-module form input {
  margin-bottom: 20px;
}



.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_blog_comments,
.hs_cos_wrapper_type_email_subscriptions,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_blog_subscribe {
  display: block;
  max-width: 767px;
  position: static;
  width: 100%;
  max-width:767px;
  margin-bottom: 50px;
  padding: 30px 20px;
  border-radius: 30px;
  background-color: #969696;
  text-align: center;

}



@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}


@media(max-width:767px){
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_google_search,
  .hs_cos_wrapper_type_blog_comments,
  .hs_cos_wrapper_type_email_subscriptions,
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_password_reset,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_member_register,
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_blog_subscribe {
    display: block;
    max-width: 767px;
    margin-top:25px;
  }
  .systems-page {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .form-title {
    font-size: 24px;
  }

  .custom_pref_page .hs_cos_wrapper_type_email_subscriptions {
    padding-left: 0px;
    padding-right: 0px;
  }


}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header.header_main_nav {
  min-height: 312px;
}
.header_logo_wrap {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.header_logo a {
  height: 200px;
  max-height: 200px;
  max-width: 430px;
  margin-top: -1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.header_logo_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.header-main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.sticky-active .header-main {
  position: fixed;
}
.header-main .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.header_menu_wrap {
  padding: 10px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}
.custom-menu-primary .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper > ul li a {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0;
  padding-left: 0;
  border: 1px solid #fff;
  border-radius: 30px;
  -webkit-transition: color .2s,border-color .2s;
  transition: color .2s,border-color .2s;
  font-family: Titilliumweb,sans-serif;
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  max-width: 100%;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper>ul > li:hover > a {
  border-color: #227fcf;
  border-radius: 30px;
  color: #227fcf;
}

.custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children {
  position: relative;
}

.header-main .custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  white-space: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul > li.hs-menu-item.active-branch > a {
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #969696;
  border-radius: 30px;
  font-family: Titilliumweb,sans-serif;
  font-weight: 700;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  width: 100%;
}



@media (min-width: 768px) {
  .child-trigger,
  .mobile-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > ul:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: -10px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > ul {
    left: 0;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    padding: 10px;
    margin-top: 10px;
    min-width: 160px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > ul {
    min-width: 240px;
  }
}

@media screen and (max-width: 1280px) {
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 10px 8px;
  }
}

@media screen and (max-width: 991px) {
  .header_logo a {
    height: 100px;
  }
  .header_logo_wrap {
    max-width: 99.9999691082729%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 15px;
  }
  .header_menu_wrap {
    padding: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > ul {
    padding: 5px;
  }
  header.header.header_main_nav {
    min-height: 187px;
  }
}

@media screen and (max-width: 767px) {
  header.header.header_main_nav {
    min-height: 232px;
  }
  .header_logo_wrap {
    margin-bottom: 50px;
  }

  .mobile-trigger {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
  }
  .mobile-trigger h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0.67em 0;
    padding-left: 10px;
    font-size: 8px;
    line-height: 8px;
    padding-right: 10px;
    display: block;
    width: 50vw;
    max-width: 50vw;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
    color: #222;
    font-family: Arial,sans-serif;
  }
  .mobile-trigger:after {
    content: "\e603";
    font-family: webflow-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 20px auto auto;
    width: 1em;
    height: 1em;
  }
  .header_menu_wrap {
    box-shadow: none;
    padding: 0;
    border: 1px solid #323232;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
  }
  .custom-menu-primary {
    position: absolute;
    background: #ddd;
    display: none;
    min-width: 100%;
    border: 1px solid #323232;
    background-color: #fff;
    top: 0;
    margin-top: 60px;
    padding-bottom: 10px;
    border-radius: 20px;
    left:auto;
    right:auto;
    min-width: 278px;
    top: 0;

    max-height: calc(100vh - 85px);
  }
  .header-main .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .mobile-open .custom-menu-primary {
    display: block;
  }
  .header-main .custom-menu-primary .hs-menu-wrapper ul {
    display: block;
    overflow-y: auto;
    max-height: 300px;
  }

  .header-main .custom-menu-primary .hs-menu-wrapper ul li a {
    width: 100%;
    max-width: calc(100% - 6%);
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: block;
    padding-left: 10px;
    font-size: 8px;
    line-height: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > ul {
    padding: 0;
    display: none;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
  }
  .child-trigger:before {
    content: '+';
  }
  .child-open > .child-trigger:before {
    content: '-';
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children.child-open > ul {
    display: block;
  }

  .header-main .custom-menu-primary .hs-menu-wrapper ul > li > a {
    width: 50vw;
    max-width: 50vw;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
  }

}




@media screen and (max-width: 767px) {
  .header_logo_wrap {
    margin-bottom: 0;
  }
  .custom-menu-primary {
    max-width: none;
    min-width: auto;
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li.hs-menu-item.active-branch > a{
    font-size: 8px;
    margin: 0 20px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 15px!important;
    padding: 0;
    padding-top: 0;
    padding-left: 5px;
    border: 1px solid #969696;
    border-radius: 30px;
    background-color: #323232;
    font-family: Titilliumweb,sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    width: auto!important;
    padding-top:0!important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li > a{
    margin-left: 18px;
    margin-right: 18px;
    max-width: 50vw!important;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
    margin: 10px 15px!important;
    padding: 0!important;
    padding-top: 0;
    padding-left: 5px;
    font-family: Titilliumweb,sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    width: auto!important;
    margin: 0!important;
    max-width: initial!important;
  }




  .custom-menu-primary .hs-menu-wrapper>ul > li.hs-menu-item.active-branch>a  {
    margin: 10px 15px!important;
    padding: 0;
    padding-top: 0;
    border: 1px solid #969696;
    border-radius: 30px;
    background-color: #323232;
    font-family: Titilliumweb,sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    width: auto!important;
    padding-top:0!important;
    padding-left: 5px!important;
  }

  .header-main .custom-menu-primary .hs-menu-wrapper>ul >li> a >span {
    width: 50vw;
    max-width: 50vw;
    padding-top: 7px;
    padding-bottom: 5px;
    display: block;
    padding-left: 10px;
    font-size: 8px;
    line-height: 8px;
    text-transform: uppercase;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    padding-right: 10px!important;
  }

  .header-main .custom-menu-primary .hs-menu-wrapper ul ul li {    
    width: 100%;
    text-align: left;
  }
  .header-main .custom-menu-primary .hs-menu-wrapper ul ul li a {
    width: auto;
  }
  .header-main .custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    padding-left: 5px;
  }
}

@media screen and (max-width: 479px) {  

  header.header.header_main_nav {
    min-height: 182px;
  }
  .custom-menu-primary {
    left:-15px;
    min-width: 197px;
  }
  .header-main .custom-menu-primary .hs-menu-wrapper ul>li {
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-main .custom-menu-primary .hs-menu-wrapper ul>li.active-branch {
    padding-left: 0;
    padding-right: 0;
  }

}
footer.footer {
  line-height: 1.42857143;
}

footer.footer .content-wrapper {
  width: 90%;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

footer.footer .footer_top {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 30px;
  background-color: #227fcf;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
  color: #ffffff;
}

footer.footer .footer_copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Titillium Web',sans-serif;
  text-align: left;
  margin-bottom: 10px;
}

.footer_social_icons_inner {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  width: 80%;
  height: 50px;
  max-height: 50px;
  max-width: 80%;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.footer_social_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
}
.footer_social_icons a {
  max-width: 100%;
  display: inline-block;
}
.footer_social_icons a img {
  width: 60px;
  max-width: 60%;
  display: inline-block;
}
.footer h6 {
  margin-top: 30px;
  margin-bottom: 26px;
  -ms-grid-columns: 100fr 1fr 1fr 1fr;
  grid-template-columns: 100fr 1fr 1fr 1fr;
  font-family: Titilliumweb,sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.footer_column {
  width: 90%;
  max-width: 90%;
  padding-left: 0;
}

footer.footer .footer_column > .hs_cos_wrapper_type_module {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(30%,30%) minmax(40%,40%) auto;
  grid-template-rows: minmax(30%,30%) minmax(40%,40%) auto;
  text-align: center;
}

.footer_menu_column {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}
.footer_contact_column {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}
.footer_social_column {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

.footer_social_icons_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(30%,30%) minmax(40%,40%) auto;
  grid-template-rows: minmax(30%,30%) minmax(40%,40%) auto;
  text-align: center;
}
.footer_logo {
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  display: inline-block;
}
.footer_contact_column p {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Titillium Web',sans-serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.footer_menu_column .hs-menu-wrapper ul {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Titillium Web',sans-serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.footer_menu_column .hs-menu-wrapper ul a {
  text-align: center;
}
.footer .footer_top a {
  color: #ffffff;
}
.footer_menu_column .hs-menu-wrapper ul a:hover {
  color: #323232;
}

footer.footer .footer_top {
  font-size: 14px;
  line-height: 20px;
}

footer.footer .footer_logo a {
    pointer-events: none;
}

@media screen and (max-width: 991px) {
  footer.footer .footer_top {
    font-size: 10px;
    line-height: 14px;
  }
  .footer h6 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  footer.footer .footer_top {
    margin-right: 0;
    margin-left: 0;
    border-radius: 20px;
  }
  .footer_logo {
    max-width: 80%;
  }
  .footer_social_icons a img {
    width: 100%;
    max-width: 100%;
  }
  footer.footer .footer_copyright {
    margin-top: 0;
    font-size: 10px;
    line-height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer h6 {
    margin-top: 0;
    margin-bottom: 31px;
    margin-left: 0;
    line-height: 12px;
  }
  footer.footer .footer_top {
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
  }
  .footer_logo {
    padding-bottom: 20px;
  }
  .footer_social_icons {
    height: 100%;
    max-height: 100%;
  }
  .footer_social_icons_inner {
    height: 70px;
    max-height: 70px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer_social_icons a img {
    width: 60%;
  }
  .footer_menu_column .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: block;
  }
  footer.footer .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  footer.footer .footer_top {
    font-size: 10px;
    line-height: 12px;
  }
  .footer h6 {
    margin: 0 auto 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
  footer.footer .footer_top {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 15px;
  }
  .footer_logo {
    display: block;
    max-height: 80px;
    max-width: 100%;
    padding-left: 0;
  }
  .footer_social_icons a img {
    width: 80%;
    max-width: 80%;
  }
  footer.footer .footer_copyright {
    margin-top: 10px;
  }
  .footer_contact_column p, .footer_menu_column .hs-menu-wrapper ul {
    margin-bottom: 0;
  }
}
/* 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;
  }
}
.about-page .col-1 h3 {
  text-align: center;
  color: #323232;
  line-height: 28px;
  letter-spacing: -1px;
  padding: 30px 0;
  font-family: Titilliumweb,sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-page .col-1 .dnd-section>.row-fluid > .dnd-column {
  width: 90%;
  margin: 0 auto;
  float: none;
}

.home-page .booking_wrap{
  width:100%;
}
.about-page .col-1 p {
  width: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Titillium Web',sans-serif;
  text-align: center;
  margin-bottom: 10px;
  line-height: 20px;
  color: #333;
}

.full-width .col-1 h1 {
  font-family: Titilliumweb,sans-serif;
  color: #323232;
  font-size: 140px;
  line-height: 115px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -6px;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 50px;
}

.full-width .col-1 p {
  font-family: 'Titillium Web',sans-serif;
  color: #323232;
  white-space: normal;
  font-size: 14px;
  line-height: 20px;
}

.full-width .col-1 .dnd-section > .row-fluid > .dnd-column {
  width: 90%;
  margin: 0 auto;
  float: none;
}

.home-page .col-4 .business_wrap .title h2 {
  color: #227fcf;
}

.home-page .col-4 .business_wrap h3.subhead {
  color: #227fcf;
}

.home-page .col-4 .business_wrap .business-item p {
  color: #227fcf;
}



.home-page .col-7 .dnd-section > .row-fluid > .dnd-column {
  width: 90%;
  margin: 0 auto;
  float: none;
}

.home-page .col-7 h2 {
  padding-top: 90px;
  padding-bottom: 70px;
  color: #227fcf;
  font-size: 140px;
  line-height: 115px;
  text-align: center;
  letter-spacing: -6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}


.home-page .col-7 img {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
  text-align: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.home-page .col-7 h3 {
  padding: 30px 0;
  font-family: Titilliumweb,sans-serif;
  color: #227fcf;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 70px;
}

.home-page .col-7 h4 {
  color: #227fcf;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  font-family: 'Titillium Web',sans-serif;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 20px;
}

.home-page .col-7 h6 {
  margin-top: 10px;
  color: #227fcf;
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Titillium Web',sans-serif;
  padding-bottom: 20px;
}

.home-page .col-8 .twi_wrap .main-text h2 {
  color: #fff;
}

.home-page .col-8 .twi_wrap .twi-item h3.subhead {
  color: #fff;
}

.home-page .col-8 .twi_wrap .twi-item p {
  color: #fff;
}

.home-page .col-8 .twi_wrap {
  margin-bottom: 50px;
  padding: 0;
  display: flex;
}

.home-page .col-8 .twi_wrap img {
  padding: 0;
  max-height: 928px;
}

.home-page .col-4 .business_wrap {
  padding-top: 50px;
  padding-bottom: 70px;
}

.home-page .col-5 .booking_wrap {
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.home-page .col-8 .twi_wrap .main-text h2 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0;
}

.contact-page .col-1 .hs_cos_wrapper_type_form {
  max-width:100%;
  margin-bottom: 65px;
  padding-left: 50px;
  padding-right: 50px;
}

.contact-page .col-1 h2 {
  position: static;
  display: block;
  margin-bottom: 50px;
  font-family: Titilliumweb,sans-serif;
  color: #323232;
  font-size: 140px;
  line-height: 115px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -6px;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 20px;
}

.contact-page .col-1 p {
  color: #323232;
  line-height: 28px;
  text-align: center;
  letter-spacing: -1px;
  padding: 30px 0;
  font-family: Titilliumweb,sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.full-width-v1 .col-1 h1 {
  display: block;
  margin-bottom: 50px;
  font-family: Titilliumweb,sans-serif;
  color: #323232;
  font-size: 140px;
  line-height: 115px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -6px;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 20px;
}

.full-width-v1 .col-1 img {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 700px !important;
}

.full-width-v1 .col-1 p {
  font-size: 14px;
  line-height: 20px;
}

.full-width-v1 .col-1 .dnd-row > .row-fluid > div {
  display: block !important;
}

.contact-page .col-1 .hs-form label {
  margin-bottom: 5px;
}

.contact-page .col-1 .hs-form-field {
  margin: 0;
}

.contact-page input.hs-button.primary.large {
  margin-bottom: 0;
  text-transform: uppercase;
}

.contact-page .col-1 .hs-form  label.hs-form-booleancheckbox-display {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-top: 16px;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-page .col-1 .hs-form label.hs-form-booleancheckbox-display span {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
  white-space: normal;
  font-family: 'Titillium Web',sans-serif;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.contact-page .col-1 .hs-form label.hs-form-booleancheckbox-display {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: inline-block;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  padding-left: 0;
  padding-top: 16px;
  width: 100%;
}

.contact-page .col-1 .hs-input[type=checkbox] {
  margin: 0;
  padding: 0;
  margin-right: 5px;
}

.contact-page .col-1 .hs-form select {
  background-color: #f3f3f3;
}

.press .col-2 .features_wrap .collection-list {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.press .col-2 .features_wrap .list-item img {
  width: 100%;
  border: 1px solid #323232;
  object-fit: cover;
}

.project .col-1 .content-with-image-wrap .main-text {
  padding: 0;
}

.project .col-2 .features_wrap .collection-list {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project .col-2 .features_wrap .list-item img {
  width: 100%;
  max-height: 320px;
  border: 1px solid #323232;
  object-fit: cover;
}

.project-v1 .col-1 .content-with-image-wrap .main-text {

  padding-top: 40px;
  padding-bottom: 20px
}

.project-v1 .content-with-image-wrap .main-text p.intro-text.grey {
  margin: 0;
}

.project-v1 .content-with-image-wrap .image-section img {
  position: static;
  width: 100%;
  height: auto !important;
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.project-v1 p {
  font-size: 14px;
  line-height: 20px;
}

.project-v1 h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;

}

.project-v1 .col-2 .hs_cos_wrapper_type_rich_text,
.project-v1 .col-4 .hs_cos_wrapper_type_rich_text,
.project-v1 .col-6 .hs_cos_wrapper_type_rich_text{
  text-align: left;
  margin-top: 10px;
  display: block;
}

.project-v1 .col-2 .dnd-section > .row-fluid > .dnd-column,
.project-v1 .col-4 .dnd-section > .row-fluid > .dnd-column,
.project-v1 .col-6 .dnd-section > .row-fluid > .dnd-column{
  width: 90%;
  float: none;
  margin: 0 auto;
}


.project-v1 .col-3 .content-with-image-wrap .main-text,
.project-v1 .col-5 .content-with-image-wrap .main-text,
.project-v1 .col-6 .content-with-image-wrap .main-text{
  padding: 0;
}

.project-v1 .col-1 .content-with-image-wrap .image-section,
.project-v1 .col-3 .content-with-image-wrap .image-section,
.project-v1 .col-5 .content-with-image-wrap .image-section{
  overflow: hidden;
  width: 100%;
  max-height: 600px;
  max-width: 100%;
  margin-bottom: 50px;
  border-radius: 30px;
  -o-object-fit: fill;
  object-fit: fill;
  padding: 0;
}

.project-v1 .col-7 .back-to-blog {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 20px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #323232;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.project-v1 .col-7 .back-to-blog h3.subhead {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 0;
  font-family: Titilliumweb,sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  margin: 0;
}

.project-v1 .col-7 .back-to-blog a {
  margin: 0;
  margin-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  font-family: Titilliumweb,sans-serif;
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.project-v1 .col-7 .back-to-blog a:focus {
  outline: none;
  color: #323232;
}

.project-v1 h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-v1 .dnd-section > .row-fluid {
  width: 80%;
}

.project-v1 .container-fluid.col-7 .dnd-section>.row-fluid {
  width: 100%;
}

.project-v1 .col-7 .back-to-blog a:hover {
  color: #323232;
}

em {
  font-family: TitilliumWeb,sans-serif;
}

.contact-page input.hs-button.primary.large:focus {
  outline: none;
}

.project-v1 .content-with-image-wrap .image-section a {
  pointer-events: none;
}

.full-width-v1 .col-1 h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.full-width-v1 .col-1 h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.full-width-v1 .col-1 h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.full-width-v1 .col-1 h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.full-width-v1 .col-1 ol,ul {
  margin-bottom: 10px;
  padding-left: 40px;
  margin-left: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}

.full-width-v1 .col-1 figure img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  border-radius: 0;
}

.full-width-v1 .col-1 figure {
  clear: both;
  display: table;
  position: relative;
  max-width: 60%;
  margin: 0 0 10px;
}
.hs-blog-post .content-wrapper,
.project-v1 .container-fluid.col-7 .dnd-section>.row-fluid,
.full-width-v1 .dnd-section > .row-fluid,
.about-page .dnd-section > .row-fluid,
.contact-page .dnd-section > .row-fluid,
.hs-blog-listing .dnd-section > .row-fluid,
.press .dnd-section > .row-fluid,
.full-width .dnd-section > .row-fluid,
.project .dnd-section > .row-fluid,
.features-page .col-2 .dnd-section > .row-fluid,
.features-page .col-1 .dnd-section > .row-fluid,
.home-page .col-2 .dnd-section > .row-fluid,
.home-page .col-3 .dnd-section > .row-fluid,
.home-page .col-5 .dnd-section > .row-fluid,
.home-page .col-6 .dnd-section > .row-fluid,
.home-page .col-8 .dnd-section > .row-fluid {
  width: 90%;
}

.hs-blog-listing .sidebar .img_wrap {
  width: 100%;
}
.project .col-2 .features_wrap .list-item img,
.press .col-2 .features_wrap .list-item img{
  width: 100%;
  height: 320px!important;
  max-height: 320px;
  border: 1px solid #323232;
  border-radius: 20px;
  -webkit-transition: .2s;
  transition: .2s;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.vjs-poster {
  border-radius: 30px;
}

@media screen and (max-width: 767px){
  .project-v1 .dnd-section>.row-fluid{
    width: 90%!important;
  }
  .project-v1 .content-with-image-wrap .page-center,
  .hs-blog-post .content-wrapper,
  .project-v1 .dnd-section > .row-fluid,
  .hs-blog-listing .dnd-section > .row-fluid,
  .hs-blog-listing .leadership_wrap .content-wrapper,
  .project .content-with-image-wrap .page-center,
  .press .dnd-section > .row-fluid,
  .project .dnd-section > .row-fluid,
  .full-width-v1 .dnd-section > .row-fluid,
  .features-page .col-2 .dnd-section > .row-fluid,
  .features-page .col-1 .dnd-section > .row-fluid,
  .full-width .dnd-section > .row-fluid,
  .about-page .dnd-section > .row-fluid,
  .contact-page .dnd-section > .row-fluid,
  .home-page .col-2 .dnd-section > .row-fluid,
  .home-page .col-3 .dnd-section > .row-fluid,
  .home-page .col-5 .dnd-section > .row-fluid,
  .home-page .col-6 .dnd-section > .row-fluid,
  .home-page .col-8 .dnd-section > .row-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-page .team-wrap .page-center {
    padding: 0;
  }
}

@media (min-width:768px) and (max-width: 991px){
  .project .col-2 .features_wrap .list-item img {
    border: 0.5px solid #323232;
    border-radius: 15px;
  }

}

@media(max-width:991px){
  .project .col-2 .features_wrap .list-item img,
  .press .col-2 .features_wrap .list-item img{
    height: 150px!important;;
    max-height: 150px !important;
    border: 0.5px solid #323232;
    border-radius: 15px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .full-width .col-1 h1 {
    width: auto;
    max-width: none;
    font-size: 60px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -3px;
  }

  .contact-page .col-1 h2 {
    width: auto;
    max-width: none;
    font-size: 60px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -3px;
  }

  .contact-page .col-1 p {
    width: auto;
    max-width: none;
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 18px;
  }

  .home-page .col-7 h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -3px;
  }

  .home-page .col-7 h3 {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
  }

  .home-page .col-7 h4 {
    width: auto;
    max-width: none;
    margin: auto;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .home-page .col-7 h6 {
    font-size: 10px;
    line-height: 12px;
  }

  .full-width-v1 .col-1 h1 {
    width: auto;
    max-width: none;
    font-size: 60px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -3px;
  }



  .press .col-2 .features_wrap h3.press-heading {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .content-with-image-wrap .image-section img {
    height: 300px;
    max-height: 300px;
    padding-right: 0;
    padding-left: 0;
    border-radius: 15px;
  }

  .content-with-image-wrap .image-section h3.subhead {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1px;
  }

  .project .col-2 .features_wrap h3.press-heading {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

}

@media(max-width:767px){
  .project .col-2 .features_wrap .list-item img,
  .press .col-2 .features_wrap .list-item img{
    height: 120px !important;
    max-height: 120px !important;
    border-radius: 10px;
  }
  .project-v1 .dnd-section > .row-fluid {
    width: 100%;
  }

  .about-page .col-1 p {
    padding: 0;
  }

  .about-page .col-1 .dnd-section>.row-fluid>.dnd-column {
    width: 100%;
  }

  .about-page .col-1 h3 {
    width: auto;
    max-width: none;
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 18px;
  }

  .full-width .col-1 .dnd-section > .row-fluid > .dnd-column {
    width: 100%;
  }

  .full-width .col-1 h1 {
    align-items: center;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: -2px;

  }

  .contact-page .col-1 h2 {
    font-size: 40px;
    line-height: 30px;
    letter-spacing: -2px;
  }

  .home-page .col-7 h2 {
    line-height: 28px;
    text-align: center;
    letter-spacing: -2px;
    white-space: normal;
    font-size: 30px;
  }

  .home-page .col-7 h2 {
    line-height: 28px;
    text-align: center;
    letter-spacing: -2px;
    white-space: normal;
    font-size: 30px;
  }

  .full-width-v1 .col-1 h1 {
    font-size: 40px;
    line-height: 30px;
    letter-spacing: -2px;
  }


  .home-page .col-8 .twi_wrap img {
    max-height: 100%;
  }

  .home-page .col-4 .business_wrap {
    padding-bottom: 20px;
    padding-top: 0;
  }

  .home-page .col-7 h2 {
    padding: 20px 0;
  }

  .press .col-2 .features_wrap .collection-list {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    width: 100%;
    max-width: none;
    grid-column-gap: 15px;
  }


  .project .col-2 .features_wrap .collection-list {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    width: 100%;
    max-width: none;
    grid-column-gap: 15px;
  }

  .project .col-2 .features_wrap .list-item img {
    width: 100%;
    max-height: 100%;
    border-radius: 10px;
  }

  .project-v1 .col-7 .back-to-blog a {
    margin-left: 0;
    margin-top: 15px;
  }

  .project-v1 .col-7 .back-to-blog {
    border-radius: 15px;
    margin-bottom: 25px;
  }

  .project-v1 .col-1 .content-with-image-wrap .image-section,
  .project-v1 .col-3 .content-with-image-wrap .image-section,
  .project-v1 .col-5 .content-with-image-wrap .image-section{
    margin-bottom: 0;
  }
}

@media(max-width:479px){
  .project .col-2 .features_wrap .list-item img,
  .press .col-2 .features_wrap .list-item img {
    width: 100%;
    height: 140px!important;
    max-height: 140px !important;
  }
  .press .col-2 .features_wrap .collection-list, .project .col-2 .features_wrap .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .project .col-2 .features_wrap h3.press-heading {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .project .features_wrap {
    padding-bottom: 15px;
  }
  .full-width .col-1 h1,
  .contact-page .col-1 h2,
  .full-width-v1 .col-1 h1{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
    color: #323232;
    font-size: 30px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -2px;
    white-space: normal;
  }

  .contact-page .col-1 .hs-form label.hs-form-booleancheckbox-display {
    display: flex;
    flex-direction: inherit;
  }

  .contact-page .col-1 .hs_cos_wrapper_type_form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hs-form label {
    font-size: 14px;
  }
  .contact-page .col-1 h2, .full-width .col-1 h1 {
    margin: 0;
  }

}