*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.banner-area .dnd-section,
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}

.page-center,
.dnd-section > .row-fluid,
.header__container,
.footer__container{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left:15px;
  padding-right:15px;
}
@font-face {
  font-family: 'robotoregular';
  src: url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/Roboto-Regular.woff2) format('woff2'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/Roboto-Regular.woff) format('woff'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/Roboto-Regular.ttf) format('truetype'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/Roboto-Regular.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'robotolight';
  src: url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/Roboto-Light.woff2) format('woff2'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/Roboto-Light.woff) format('woff'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/Roboto-Light.ttf) format('truetype'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/Roboto-Light.svg) format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'robotoblack';
  src: url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/Roboto-Black.woff2) format('woff2'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/Roboto-Black.woff) format('woff'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/Roboto-Black.ttf) format('truetype'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/Roboto-Black.svg) format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'revicons';
  src: url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/revicons.woff2) format('woff2'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/revicons.woff) format('woff'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/revicons.ttf) format('truetype'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/revicons.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  src: url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/FontAwesome.woff2) format('woff2'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/FontAwesome.woff) format('woff'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/FontAwesome.ttf) format('truetype'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/FontAwesome.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 6 Free Solid';
  src: url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/FontAwesome6Free-Solid.woff2) format('woff2'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/FontAwesome6Free-Solid.woff) format('woff'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/FontAwesome6Free-Solid.ttf) format('truetype'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/FontAwesome6Free-Solid.svg) format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  src: url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/FontAwesome6Brands-Regular.woff2) format('woff2'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/FontAwesome6Brands-Regular.woff) format('woff'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/FontAwesome6Brands-Regular.ttf) format('truetype'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/FontAwesome6Brands-Regular.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'imagina';
  src: url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/imagina.woff2) format('woff2'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/imagina.woff) format('woff'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/imagina.ttf) format('truetype'),
    url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/Fonts/imagina.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





body{
  background-color: #ebebeb;
}



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

/* Paragraphs */

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

/* Anchors */

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

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  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 {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
  vertical-align: baseline;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
  height: auto;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  white-space: normal;
}

.hs-button:hover,
.button--primary:hover {
  text-decoration: none;
  color: #fff;
}

/* .hs-button:active {
background-color: ;
border-color: ;
} */


.hs-form label {
  font-size: .83rem;
  color: ;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: ;
  color: #dc3232;
  font-size: 1em;
}

.hs-input,
input#hs-pwd-widget-password {
  margin: 15px 0;
  width: 100%;
  border: 1px solid #cccccc;
  height: 40px !important;
  padding: 10px !important;
  outline: none;
  display:block;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  font-size: 14px;
  font-family: 'Arial';
  font-weight: 400;
}

.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: 0;
  border-color: #cccccc;
  box-shadow: 0 0 5px #c3c3c3;
}

input.email-edit.hs-input {
  width: 100% !important;
}

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

.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: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

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

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

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


@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: ;
}
/* 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;
}
.headerWrapper {
  min-height: 100px;
  position: relative;
}

header.header {
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  border-bottom: solid 1px #333;
}

.header .headerLogo {
  line-height: 120%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow-wrap: break-word;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 28px;
  color: #9a8543;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 192px;
  height: 58px;
}

.header .headerLogo a {
  font-size: inherit;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  position: relative;
  color: #9a8543;
}

.header .headerLogo a img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: 8px;
}

.header .menuToggler {
  float: left;
  margin: 31px 0 0 55px;
}

.header .togglerInner {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 6px 5% 0 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  float: right;
}

.header .togglerInner .menuText {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff;
}

.header .togglerInner .menuText:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
  top: -10px;
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.header .togglerInner .menuText:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
  bottom: -10px;
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.header .videoIcon a {
  float: left;
  padding: 10px;
  margin-top: 25px;
  margin-left: 20px;
  border: 2px solid #fff;
  border-radius: 30px;
}

.header .videoIcon a i {
  color: #fff;
  font-size: 20px;
  margin: 0px;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 6 Free Solid';
  font-weight: 900;
}

.header .videoIcon a i:before {
  content: "\f03d";
}

.header .customMenuPrimary {
  min-width: 320px;
  max-width: 430px;
  padding: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #000;
  overflow: hidden;
  top: 100px;
  position: fixed;
  left: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.header .customMenuPrimary nav>ul {
  float: left;
  width: 100%;
}

.header .customMenuPrimary nav>ul>li {
  float: left;
  width: 100%;
  border-bottom: solid 1px #979797;
}

.header .customMenuPrimary nav>ul>li>a {
  font-size: inherit;
  font-family: "roboto";
  position: relative;
  padding: 20px 10px;
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: normal;
}

.header .customMenuPrimary nav>ul>li>ul {
  float: left;
  width: 100%;
  border-top: solid 1px #979797;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header .customMenuPrimary nav>ul>li>ul>li {
  float: left;
  width: 100%;
  border: none;
}

.header .customMenuPrimary nav>ul>li>ul>li>a {
  font-size: inherit;
  font-family: "roboto";
  position: relative;
  padding: 20px 10px;
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 100;
  padding-left: 40px;
  line-height: normal;
}

.header .customMenuPrimary.showMenu {
  max-height: 10000px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 999999;
  display: block;
  bottom: 0;
  width: 100%;
  overflow: auto;
}

.header .togglerInner.closeIcon .menuText {
  background: none;
  -webkit-transition: background 0s 0.2s;
  transition: background 0s 0.2s;
}

.header .togglerInner.closeIcon .menuText:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.header .togglerInner.closeIcon .menuText:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.header .customMenuPrimary nav>ul>li>a>i {
  float: right;
  font-family: 'imagina';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

.header .customMenuPrimary nav>ul>li>a>i:before {
  content: "\e905";
}

.header .customMenuPrimary nav>ul>li>a.menuActive {
  color: #9a8543;
}

.header .customMenuPrimary nav>ul>li>ul.showDropdownContent {
  max-height: 10000px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header .rightSideMenu {
  float: right;
  margin-right: 40px;
}

.header .rightSideMenu nav>ul {
  display: table;
  height: 100px;
  float: right;
}

.header .rightSideMenu nav>ul>li {
  display: table-cell;
  vertical-align: middle;
}

.header .rightSideMenu nav>ul>li:not(:first-child)>a {
  position: relative;
  font-size: inherit;
  font-family: "roboto";
  display: block;
  margin: 0 20px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  line-height: normal;
}

.header .rightSideMenu nav>ul>li:first-child>a {
  position: relative;
  font-size: inherit;
  font-family: "roboto";
  display: block;
  margin: 0 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid white;
  border-radius: 2px;
  padding-left: 40px;
  transition: .2s;
  line-height: normal;
}

.header .rightSideMenu nav>ul>li:first-child>a>i {
  position: absolute;
  top: 6px;
  left: 10px;
}

.header .rightSideMenu nav>ul>li:first-child>a>i:after {
  content: url(https://21178245.fs1.hubspotusercontent-na1.net/hubfs/21178245/raw_assets/public/Imagina_April2022/images/icon-carro-imagina.png);
}

.header .rightSideMenu nav>ul>li:not(:first-child)>a:hover {
  border-color: #fff;
}

.header .customMenuPrimary nav>ul>li>a.menuActive>i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1178px) and (min-width: 1025px) {
  .header .rightSideMenu nav>ul>li:first-child>a,
  .header .rightSideMenu nav>ul>li:not(:first-child)>a {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  .header .headerLogo {
    width: 122px;
  }
}

@media (max-width: 1024px) {
  .header .rightSideMenu {
    display: none;
  }
}

@media (max-width: 960px) {
  .header .headerLogo {
    max-width: 130px;
    margin-top: 30px;
    width: 100%;
  }

  .header .menuToggler {
    margin: 30px 0 0 30px;
  }
}

@media (max-width: 450px) {
  .header .headerLogo {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 320px) {
  .header .headerLogo {
    position: absolute;
    left: 25px;
    left: 115px;
  }

  .header.lpHeader .headerLogo {
    left: 25px;
    margin: auto;
    margin-top: 30px;
  }
}
footer.footer {
  padding-top: 20px;
  background: #000;
  width: 100%;
  display: inline-block;
}

.footer .upperFooter {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: block;
  padding: 40px 4% 0px;
}

.footer .directionSection {
  width: 30%;
  float: left;
  margin-bottom: 30px;
  min-height: 200px;
}

.footer .directionSection h3 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 120%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow-wrap: break-word;
  letter-spacing: .03em;
  font-family: "roboto";
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.footer .directionSection h3:after {
  content: "";
  height: 0.5em;
  width: 100%;
  border-bottom: 1px solid #212529;
  position: absolute;
  margin-left: 15px;
}

.footer .directionSection p {
  padding: 0;
  margin: 0;
  line-height: 140%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow-wrap: break-word;
  font-family: "roboto";
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.footer .directionSection p:last-child {
  margin-top: 10px;
}

.footer .complaintsBook {
  line-height: normal;
  margin-top: 2px;
}

.footer .complaintsBook a {
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  position: relative;
  font-family: "roboto";
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.footer .complaintsBook a>i {
  font-style: normal;
}

.footer .complaintsBook a>i>i {
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Free Solid';
}

.footer .complaintsBook a>i>i:before {
  content: "\f02d";
}

.footer .footerMenus nav>ul>li:first-child {
  width: 34%;
  float: left;
  margin-bottom: 30px;
  min-height: 200px;
}

.footer .footerMenus nav>ul>li:last-child {
  width: 24%;
  float: left;
  margin-bottom: 30px;
  min-height: 200px;
}

.footer .footerMenus nav>ul>li>a {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 120%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow-wrap: break-word;
  letter-spacing: .03em;
  font-family: "roboto";
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 900;
}

.footer .footerMenus nav>ul>li>a:after {
  content: "";
  height: 0.5em;
  width: 100%;
  border-bottom: 1px solid #212529;
  position: absolute;
  margin-left: 15px;
}

.footer .footerMenus {
  width: 100%;
}

.footer .footerMenus nav>ul>li:first-child>ul>li {
  line-height: 140%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow-wrap: break-word;
  font-family: "roboto";
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.footer .footerMenus nav>ul>li:first-child>ul>li:not(:first-child) {
  margin-top: 10px;
}

.footer .footerMenus nav>ul>li:first-child>ul>li>a {
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  position: relative;
  font-family: "roboto";
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.footer .footerMenus nav>ul>li:last-child>ul {
  overflow-wrap: break-word;
}

.footer .footerMenus nav>ul>li:last-child>ul>li>a {
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  position: relative;
  font-family: "roboto";
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
  display: block;
}

.footer .footerMenus nav>ul>li:first-child>ul>li>a>i {
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.footer .footerMenus nav>ul>li:first-child>ul>li>a>i:before {
  content: "\f232";
}

.footer .socialArea {
  width: 12%;
  float: right;
  margin-bottom: 30px;
  min-height: 200px;
}

.footer .socialArea>div {
  margin-bottom: 10px;
}

.footer .socialArea h3 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 120%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow-wrap: break-word;
  letter-spacing: .03em;
  font-family: "roboto";
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.footer .socialArea h3:after {
  content: "";
  height: 0.5em;
  width: 100%;
  border-bottom: 1px solid #212529;
  position: absolute;
  margin-left: 15px;
}

.footer .socialArea a {
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  position: relative;
  font-family: "roboto";
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-right: 8px;
}

.footer .socialArea a i {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 24px;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

/* bottom footer css */


.footer .lowerFooter {
  display: inline-block;
  font-size: 11px;
  text-align: center;
  width: 100%;
  background: #171717;
  color: #505050;
  padding: 10px;
  font-family: robotolight;
  line-height: normal;
}

.footer .lowerFooter .content-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 960px;
  padding: 0;
}

footer.footer.lpFooter {
  padding: 0;
}


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

@media (max-width: 680px) {
  .footer .footerMenus nav>ul>li:first-child>ul {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .footer .directionSection,
  .footer .footerMenus nav>ul>li:first-child,
  .footer .footerMenus nav>ul>li:last-child,
  .footer .socialArea {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    padding: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.navigation-primary ul{
  list-style: none;
  padding: 0;
  margin: 0;
}