/* Theme base styles */

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *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,
.slim-content-wrapper {
  margin: 0 auto;
}

.content-wrapper--horizontal-spacing,
.dnd-section .dnd-column {
  padding: 0 20px;     
}

@media (max-width: 767px) {	 
  .content-wrapper--horizontal-spacing,
  .dnd-section .dnd-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dnd-section .dnd-column,
.dnd-module {  
  padding-top: 1.115rem;
  padding-bottom: 1.115rem;
}

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

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

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

/* Highlight */

::selection {
  color: #ffffff;
}

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
  transition: opacity .4s linear;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:hover,
a:focus,
a:active {
  opacity: 0.9;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
}
h1,
h2 {
  line-height: 1.4;
}
h3,
h4 {
  line-height: 1.6;  
}

/* Lists */

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

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

ul li,
ol li {
  margin: 0 0 0.4rem;
  padding: 0 0 0 0.5rem;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 4px solid;
  margin: 0 0 1rem;
  padding-left: 1.5rem;
  font-style: italic;
}

/* Horizontal rules */

hr {
  border: none;
  height: 1px;  
  margin: 1rem 0;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
  height: auto;
  max-width: 100%;
}

/* Table */

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

th,
td {
  border: 1px solid;
  padding: 0.5rem 1rem;
  vertical-align: top;
  font-size: 0.875rem;
}

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

table tr td img {
    max-width: initial;
}
button,
.button,
a.hs-button,
.cta_button_primary, 
.cta_button_secondary {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.4s linear;
  white-space: normal;
  opacity: 1;
  line-height: 1.15;
}

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

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

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

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active,
a.hs-button:hover,
a.hs-button:focus,
a.hs-button:active,
.cta_button_primary:hover, 
.cta_button_secondary:hover,
.cta_button_primary:focus, 
.cta_button_secondary:focus,
.cta_button_primary:active, 
.cta_button_secondary:active {  
  opacity: 0.9;
}
/* General */

input:focus, 
textarea:focus,
select:focus {
  outline: 0;
}
select {    
    cursor: pointer;
}

/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
}
form ul li label { 
  font-size: 0.825rem;  
}

/* Help text - legends */

form legend {
  font-size: 0.775rem;
  margin-bottom: 0.3rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.825rem;
  padding: 0.6rem 0.9rem;
  width: 100%;
  margin: 0.5rem 0;
}

form input[type="number"] {
  padding-right: 0;
} 

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* Form title */

.form-title {
  margin-bottom: 1.5rem;
}
.form-title:empty {
  display: none;
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
    display: inline;
    margin: 0 0;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span p {
}
form .legal-consent-container .hs-form-booleancheckbox-display input {
    float: none;
}
form .legal-consent-container .hs-richtext,
form .legal-consent-container label {
  font-size: 0.825rem;
}

/* Validation */

.hs-form-required {
  margin-left: 0.4rem;
}

.hs-input.invalid.error {
}

form .hs-error-msgs > li {
  padding: 0 0;
  margin: 0 0;
}

.hs-error-msg,
.hs_error_rollup label,
form .legal-consent-container .hs-error-msgs .hs-error-msg {
  margin-top: 0;
  font-size: 0.725rem;
}

.hs_error_rollup {
    margin-bottom: 1.0rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.4s linear;
  white-space: normal;
  opacity: 1;
  margin: 1rem 0px 1rem;
}
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
form input[type=submit]:active,
form .hs-button:active {
  opacity: 0.9;
}

/* Captcha */

.grecaptcha-badge {
  margin: 1rem 0px 1.5rem;
  box-shadow: none !important;
}
.grecaptcha-error {
  font-size: 0.725rem;
}
.grecaptcha-error:empty {
  display: none;
}

/* Column */

body .hs-form .form-columns-2 .hs-form-field:nth-last-of-type(1),
body .hs-form .form-columns-3 .hs-form-field:nth-last-of-type(1) {
    padding-right: 0;
}

body form.hs-form fieldset[class*="form-columns"] .input { 
    margin-right: 0; 
}
body form.hs-form fieldset[class*="form-columns"] .hs-input { 
    width: 100% !important; 
}
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"],
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="radio"] { 
    width: auto !important; 
}

@media (min-width: 481px) {
.hs-form .form-columns-2 .hs-form-field,
.hs-form .form-columns-3 .hs-form-field { 
    padding-right: 0.875rem;
}
body form.hs-form fieldset.form-columns-3 .hs-form-field { 
    width: 33.33%; 
}  
}

/* Message */

.submitted-message {
  margin-top: 1rem;
}
.submitted-message * {
  font-size: 0.875rem;
}

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

/* Social Sharing */

.widget-type-social_sharing .hs_cos_wrapper_type_social_sharing a,
.widget-type-follow_me a.fm_button span {
  width: 40px !important;
  height: 40px !important;
  background-size: 100%;
  display: inline-block;
}

.widget-type-social_sharing .hs_cos_wrapper_type_social_sharing a img {
  display: none;
}

.hs_cos_wrapper_type_social_sharing a[href*="facebook.com"] {
  background-image: url(https://20484177.fs1.hubspotusercontent-na1.net/hubfs/20484177/raw_assets/public/@marketplace/Zerys/Deurali_Pro/images/icons/facebook_icon.png);
}
.hs_cos_wrapper_type_social_sharing a[href*="linkedin.com"] {
  background-image: url(https://20484177.fs1.hubspotusercontent-na1.net/hubfs/20484177/raw_assets/public/@marketplace/Zerys/Deurali_Pro/images/icons/linkedin_icon.png);
}
.hs_cos_wrapper_type_social_sharing a[href*="twitter.com"] {
  background-image: url(https://20484177.fs1.hubspotusercontent-na1.net/hubfs/20484177/raw_assets/public/@marketplace/Zerys/Deurali_Pro/images/icons/twitter_icon.png);
}
.hs_cos_wrapper_type_social_sharing a[href*="pinterest.com"],
.widget-type-follow_me a.fm_button.fm_pinterest span {
  background-image: url(https://20484177.fs1.hubspotusercontent-na1.net/hubfs/20484177/raw_assets/public/@marketplace/Zerys/Deurali_Pro/images/icons/pinterest_icon.png) !important;
}
.hs_cos_wrapper_type_social_sharing a[href*="mailto:?subject"] {  
  background-image: url(https://20484177.fs1.hubspotusercontent-na1.net/hubfs/20484177/raw_assets/public/@marketplace/Zerys/Deurali_Pro/images/icons/email_icon.png);
}

/* Follow Me */

.widget-type-follow_me a.fm_button {
  margin: 2px;
}

.widget-type-follow_me a.fm_button.fm_youtube span {
  background-image: url(https://20484177.fs1.hubspotusercontent-na1.net/hubfs/20484177/raw_assets/public/@marketplace/Zerys/Deurali_Pro/images/icons/youtube_icon.png) !important;
}
.widget-type-follow_me a.fm_button.fm_rss span {
  background-image: url(https://20484177.fs1.hubspotusercontent-na1.net/hubfs/20484177/raw_assets/public/@marketplace/Zerys/Deurali_Pro/images/icons/rss_icon.png) !important;
}
.widget-type-follow_me a.fm_button.fm_default span {
  background-image: url(https://20484177.fs1.hubspotusercontent-na1.net/hubfs/20484177/raw_assets/public/@marketplace/Zerys/Deurali_Pro/images/icons/website_icon.png) !important;
}

/* Language Switcher */

.lang_switcher_class .globe_class {
  background: none;  
}
.lang_switcher_class .globe_class:before {
  content: "";
  background-image: url(https://20484177.fs1.hubspotusercontent-na1.net/hubfs/20484177/raw_assets/public/@marketplace/Zerys/Deurali_Pro/images/icons/globe_icon.png);  
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 100%;
  opacity: 0.6;
  background-repeat: no-repeat;
}

.lang_switcher_class .lang_list_class {
  min-width: 100px;
  width: max-content;
  top: 24px;
  left: 55%;
  text-align: center;
  list-style-type: none;
}
.lang_switcher_class .lang_list_class li {
  margin: 0;
  padding-bottom: 12px;
}
.lang_switcher_class .lang_list_class li a {  
  transition: all 0.4s linear;
  text-decoration: none;
}

/* Image */ 

.widget-type-linked_image img.hs-image-widget {
  display: block;	
}

/* Image Gallery */

.hs_cos_wrapper_type_gallery .hs_cos_gallery_main .slick-dots li button:before, 
.hs_cos_wrapper_type_gallery .hs_cos_gallery_thumbnails .slick-dots li button:before, 
.hs_cos_wrapper_type_gallery .hs_cos_gallery_lightbox .slick-dots li button:before {
  content: ".";
  font-size: 50px;
  line-height: 20px;
  bottom: 0;
  top: -12px;
}
.hs_cos_wrapper_type_gallery .slick-dots li {
  vertical-align: middle;
}

.hs_cos_wrapper_type_gallery .hs_cos_gallery_main .caption.below {
  margin-top: 0.775rem;
}
.hs_cos_wrapper_type_gallery .hs_cos_gallery_main .caption p,
.vex .hs_cos_gallery_lightbox .caption span p {
  font-size: 0.775rem;
  margin-bottom: 0px;  
  line-height: 1.6; 
  text-align: left;
  opacity: 0.8;
}
.hs_cos_wrapper_type_gallery .hs_cos_gallery_main .caption.superimpose, 
.hs_cos_wrapper_type_gallery .hs_cos_gallery_thumbnails .caption.superimpose, 
.hs_cos_wrapper_type_gallery .hs_cos_gallery_lightbox .caption.superimpose,
.vex .hs_cos_gallery_lightbox .caption {
  padding: 0.575rem 0.775rem;  
}

.hs_cos_gallery_lightbox_container .hs_cos_gallery_lightbox .slick-prev::before,
.hs_cos_gallery_lightbox_container .hs_cos_gallery_lightbox .slick-next::before {
  color: #ffffff;
}
.hs_cos_gallery_lightbox_container .hs_cos_gallery_lightbox .slick-prev {
  left: 5px;
}
.hs_cos_gallery_lightbox_container .hs_cos_gallery_lightbox .slick-next {
  right: 5px;
}

.vex .hs_cos_gallery_lightbox_container .slick-list {
  height: 100% !important;
  max-height: 100%;
}
.vex .hs_cos_gallery_lightbox_container .slick-list .slick-track {  
}

.vex .hs_cos_gallery_lightbox .slick-slide .slick-slide-inner-wrapper {
  height: auto;
  max-height: 100%;
}
.vex .hs_cos_gallery_lightbox .slick-slide .slick-slide-inner-wrapper > a {  
  display: block;
}
.vex .hs_cos_gallery_lightbox .slick-slide img {
  display: block;
  max-height: 100vh;
}

.vex .hs_cos_gallery_lightbox_container .slick-slider {
  margin-bottom: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.vex .hs_cos_gallery_lightbox .caption {
  width: 100%;
  position: absolute;
	bottom: 0;
	left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.75);
}
.vex .hs_cos_gallery_lightbox .caption span p {
	color: #ffffff;
  text-align: center;
}

.vex .vex-content.hs-gallery .vex-close {
  width: 16px;
  height: 16px;
  opacity: 0.8;
  top: 1rem;
  right: 6px;
}
.vex .vex-content.hs-gallery .vex-close::after, 
.vex .vex-content.hs-gallery .vex-close::before {
  height: 3px;    
}
.vex .vex-content.hs-gallery .vex-close:hover::after, 
.vex .vex-content.hs-gallery .vex-close:hover::before {
  box-shadow: none !important;
}

/* Site Search Input */

.hs-search-field form {
  position: relative;
}
.hs-search-field form input.hs-search-field__input {
  padding-right: 40px;
  margin-bottom: 0;
}
.hs-search-field form button {
  float: right;
  position: relative;
  top: -32px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  right: 12px;
}
.hs-search-field form button svg {
  height: 20px;
  opacity: 0.3;
}

.hs-search-field--open .hs-search-field__input {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.hs-search-field .hs-search-field__suggestions:empty {
  display: none;
}
.hs-search-field .hs-search-field__suggestions {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  margin: -1px 0 0;
}
.hs-search-field .hs-search-field__suggestions li {
  font-size: 0.875rem;
  padding: 0.25rem 0;
}
.hs-search-field .hs-search-field__suggestions li#results-for {
}
.hs-search-field .hs-search-field__suggestions a:hover, 
.hs-search-field .hs-search-field__suggestions a:focus {
  background: none;
}

/* Horizontal Spacer */

.widget-type-space {
    margin: 2.0rem 0 0;
}

/* RSS Listing */

.widget-type-rss_listing .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100%;
  padding-right: 0;
}
.widget-type-rss_listing .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  width: 100%;
  margin-bottom: 0.8rem;
}

.hs-rss-item .hs-rss-item-text a.hs-rss-title {
}
.hs-rss-item .hs-rss-item-text .hs-rss-byline {
  margin: 0.4rem 0 0.6rem;
}
.hs-rss-item .hs-rss-item-text .hs-rss-description p {
  font-size: 0.875rem;
}
.hs-rss-item .hs-rss-item-text .hs-rss-description p a {
  margin-left: 0.25rem;
}

/* Post Filter and Listing */

.widget-type-post_filter ul,
.widget-type-post_listing ul {
  padding: 0;
}
.widget-type-post_filter ul li,
.widget-type-post_listing ul li {
  padding: 0;
  list-style: none;
}
.widget-type-post_listing ul li {
  margin-bottom: 0.6rem;
}
.widget-type-post_filter ul li a span.filter-link-count {
  margin-left: 0.25rem;
  opacity: 0.8;
}
a.filter-expand-link {
    font-size: 0.875rem; 
}

/* Menu and Simple Menu */

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

@media (min-width: 768px) {
  .hs-menu-wrapper ul li {
    padding-right: 1.5rem;
  }
}

/* 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.flyouts 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-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}

.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-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper .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;
  }
  .hs-menu-wrapper.flyouts ul li ul {
    padding-left: 1rem;
  }
}

.hs-menu-wrapper.no-flyouts ul li ul {
  padding-left: 1rem;
}
.hs-menu-wrapper.flyouts ul li ul a,
.hs-menu-wrapper.no-flyouts ul li ul a {
  font-size: 0.875rem;
}

/* CTA, Logo, and Rich Text Images */

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

.module_section__container {
  position: relative;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: center; 
  background-size: cover;  
}

.module_section__container {
  margin-top: -1.115rem;
  margin-bottom: -1.115rem;
}

.module_section__overlay {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.module_section__vertical_space {
  z-index: 3;
  position: relative;
}

.module_section__wrapper {
  margin: 0 auto;
}


/* Card */

.module_card__container {
}

.content_card__container {
}

/* Video */

video.background__video {  
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
  z-index: 0;
}

body .oembed_container,
body .embed_container {
  display: block;
}
body .oembed_container .iframe_wrapper,
body .embed_container .iframe_wrapper {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;  
  display: block;
  overflow: hidden;
}
body .embed_container .iframe_wrapper iframe,
body .oembed_container .iframe_wrapper > * {
  max-height: 100%;
  max-width: 100%;  
  height: 100%;
  width: 100%;  
  bottom: 0;  
  margin: 0 auto;
  border: 0;
  box-shadow: none;
}


/* Content */

.module___content {
}

.module_section__container .module___content {
  padding: 0 20px;     
}
@media (max-width: 767px) {
  .module_section__container .module___content {
    padding-left: 15px;
    padding-right: 15px;
  }
}


.module___content___cta {  
  margin-top: 2.115rem;
  margin-bottom: 1.115rem;
}


.module___content___form {
  margin-top: 3rem;
}
.module___content___form__wrapper {
}


.hero_area___visual_wrapper {
}
.hero_area___visual_content {
}

.hero_area___image_container {
}
.hero_area___image_container > img,
.card___content__image > img,
.image_grid__list > img,
.blog-post-listing__feature_image img,
.hero_content_section__container .hero___content___visual > img {
  width: 100%;
  display: block;
}

.hero_area___visual_content .iframe_wrapper {
}
.hero_area___visual_content .iframe_wrapper iframe {
}


.card___content {
}

.card___content__icon {
  margin-bottom: 1.5rem;
}
.card___content__icon svg,
.card___content__icon img {
  display: block;
}

.card___content__image {
}
.card___content__image > img {
}

.card___content__video {
}

.card___content__detail {
}
.card___content__detail h4 {
}
.card___content__detail h2 {
}
.card___content__detail p {
}

.card___content__detail .hs_cos_wrapper_type_inline_rich_text {
}
.card___content__detail .hs_cos_wrapper_type_inline_rich_text * {
  font-size: 0.875rem;  
}


.module___divider {
  display: block;
  width: 5rem;
  height: 0.225rem;
  margin-top: 2rem !important;
}


.zoom_wrapper {
  overflow: hidden;
}
.zoom_container .zoom_wrapper .zoom_content,
.shrink_container .shrink_content {
  transition: transform .5s ease;
}
.zoom_container:hover .zoom_wrapper .zoom_content {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); 
}
.shrink_container:hover .shrink_content {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9); 
}


.module_section__container__light {
}

.module_section__container__dark {
}
.module_section__container__dark p,
.module_section__container__dark h1,
.module_section__container__dark h2,
.module_section__container__dark h3,
.module_section__container__dark h4,
.module_section__container__dark h5,
.module_section__container__dark h6,
.module_section__container__dark label,
.module_section__container__dark li,
.module_section__container__dark img,
.module_section__container__dark blockquote,

.module_section__container__dark .hs_cos_wrapper_type_inline_rich_text,
.module_section__container__dark .hs_cos_wrapper_type_inline_rich_text a:not(.cta_button),
.module_section__container__dark .hs_cos_wrapper_type_inline_rich_text span,

.module_section__container__dark form,
.module_section__container__dark .form-title,
.module_section__container__dark form label,
.module_section__container__dark form legend,
.module_section__container__dark form .hs-form-required,
.module_section__container__dark form .hs-error-msg,
.module_section__container__dark form .hs_error_rollup label,
.module_section__container__dark form input[type="file"], 
.module_section__container__dark form .hs-richtext,
.module_section__container__dark .submitted-message,
.module_section__container__dark .grecaptcha-error,
.module_section__container__dark form .legal-consent-container .hs-error-msgs .hs-error-msg,

.module_section__container__dark .blog-post-listing__content h4.blog-post-listing__blog_name > a,
.module_section__container__dark.content_card__team_member__container .card___content__detail .hs_cos_wrapper_type_inline_rich_text,
.module_section__container__dark.content_card__resource__container .card___content__detail .hs_cos_wrapper_type_inline_rich_text {
  color: #ffffff;
}

.module_section__container__dark .hs_cos_wrapper_type_inline_rich_text a:not(.cta_button) {
  text-decoration: underline;
}

.module_section__container__dark.content_card__pricing_table__container .card___content__detail ul li.card___content__list__disable .hs_cos_wrapper_type_icon svg {
  fill: #ffffff !important;
}
.module_section__container__dark.content_card__faq__container .card___content__detail .card___content__faq_title .card___content__faq_icon svg {
  fill: #ffffff;
}


/* ########## Testimonial ########## */

.testimonial_section__container {
}

.testimonial___content {
}

.testimonial__image img,
.testimonial__icon svg {
  display: block;
  margin: 0 auto;
}

.testimonial__quote {
}
.testimonial__quote blockquote,
.testimonial__detail h5,
.testimonial__detail h6 {
  text-align: center;
}
.testimonial__quote blockquote {
  padding-left: 0;
  border-left: none;
}

.testimonial__detail {
}
.testimonial__detail h5,
.testimonial__detail h6 {
  opacity: 0.8;
  margin-bottom: 0.2rem;
}
.testimonial__detail h5 {
}
.testimonial__detail h6 {
  font-weight: normal;
}

.testimonial_section__container .testimonial__image,
.testimonial_section__container .testimonial__quote blockquote {
  margin-bottom: 2rem;
}
.testimonial_section__container .testimonial__quote blockquote {
  font-size: 1.5rem;
}

.testimonial_card__container .testimonial__image,
.testimonial_card__container .testimonial__icon {
  margin-bottom: 1.5rem;
}
.testimonial_card__container .testimonial__quote blockquote {
  font-size: 1.115rem;
  margin-bottom: 1.225rem;
}


/* ########## Number Card ########## */

.content_card__number__container {
}

.content_card__number__container .card___content__icon {
  margin-bottom: 1rem;
  margin-top: 0.335rem;
}

.content_card__number__container .card___content__detail h2 {
  font-size: 3rem;  
  margin-bottom: 0;
}
.content_card__number__container .card___content__detail p {
  font-size: 0.875rem;  
  margin-bottom: 0;
}


/* ########## Image Grid  ########## */

.image_grid__container {
}

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

@media (min-width: 768px) {
.image_grid__list {
  float: left;
}
} 

@media (min-width: 768px) and (max-width: 1139px) {
.image_grid__list {
  width: 50%;
}
}

@media (min-width: 1140px) {
.image_grid__col_4 {
  width: 25%;
}
.image_grid__col_3 {  
  width: 33.33%;
}
.image_grid__col_2 {
  width: 50%;
}  
}

.image_grid__list > img {
}


/* ########## Section Title ########## */

.section_title__container {
}

.section_title___content h2 {
  margin-bottom: 0;
}
.section_title___content p {
  margin-top: 1rem; 
  margin-bottom: 0; 
}


/* ########## Blog Post ########## */

.blog-post-listing__container {
  display: flex;
}

.blog-post-listing__wrapper {
  margin: 0 -20px;     
}
@media (max-width: 767px) {
  .blog-post-listing__wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.blog-post-listing__article_list {
  padding: 1.115rem 20px;     
}
@media (max-width: 767px) {
  .blog-post-listing__article_list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
.blog-post-listing__article_list {
  width: 100%;
}
}

@media (min-width: 768px) {
.blog-post-listing__article_list {
  float: left;
}
} 

@media (min-width: 768px) and (max-width: 1139px) {
.blog-post-listing__article_list {
  width: 50%;
}
}

@media (min-width: 1140px) {
.blog-post-listing__article_list__col_3 {  
  width: 33.33%;
}
.blog-post-listing__article_list__col_2 {
  width: 50%;
}  
}

.blog-post-listing__feature_image {
}
.blog-post-listing__feature_image > a {
  display: block;
}
.blog-post-listing__feature_image img {
}

.blog-post-listing__content {
}
.blog-post-listing__content h4.blog-post-listing__blog_name {
}
.blog-post-listing__content h4.blog-post-listing__blog_name > a {
}
.blog-post-listing__content h4.blog-post-listing__blog_name > a:hover {
  text-decoration: none;
}
.blog-post-listing__content p.blog-post-listing__summary {
  font-size: 0.875rem;  
  margin-bottom: 0;
}


/* ########## Team Member Card - Resource Card ########## */

.content_card__team_member__container {
}
.content_card__resource__container {
}

.content_card__team_member__container > a,
.content_card__resource__container > a,
.content_card__logo__container > a,
.content_card__title__container > a {
  min-width: 100%;
  min-height: 100%;
  display: block;
}
.content_card__team_member__container > a:hover,
.content_card__team_member__container > a:focus,

.content_card__resource__container > a:hover,
.content_card__resource__container > a:focus,

.content_card__logo__container > a:hover,
.content_card__logo__container > a:focus,

.content_card__title__container > a:hover,
.content_card__title__container > a:focus {
  text-decoration: none;
}

.content_card__team_member__container .card___content__detail h4,
.content_card__resource__container .card___content__detail h6 {
  margin-bottom: 0.2rem;
}

.content_card__team_member__container .card___content__detail h6,
.content_card__resource__container .card___content__detail h6,
.content_card__title__container .card___content__detail h6 {
  opacity: 0.8;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.775rem;
}

.content_card__resource__container .card___content__detail h4 {
}

.content_card__team_member__container .card___content__detail .hs_cos_wrapper_type_inline_rich_text,
.content_card__resource__container .card___content__detail .hs_cos_wrapper_type_inline_rich_text {
}


/* ########## Logo Card ########## */

.content_card__logo__container,
.content_card__logo__container > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_card__logo__container .card___content__logo {
}
.content_card__logo__container .card___content__logo > img {
  width: auto;
  display: block;
}


/* ########## Content Card ########## */

.content_card__title__container {
  position: relative;
  overflow: hidden;
}

.content_card__title__container > a {
  display: flex;
  align-items: center;
}

.content_card__title__container .card___content {
  width: 100%;
}

.content_card__title__container .card___content > img {
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  width: 100%;  
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.content_card__title__container .module_section__overlay {
  position: absolute;
}

.content_card__title__container .card___content__detail {
  z-index: 3;
  position: relative;
  width: 100%;
}

.content_card__title__container .card___content__detail h4,
.content_card__title__container .card___content__detail h6 {
  margin-bottom: 0;  
}
.content_card__title__container .card___content__detail h6 {
  margin-top: 0.775rem;
}


/* ########## Pricing Table ########## */

.content_card__pricing_table__container {
}

.content_card__pricing_table__container .card___content {
}

.content_card__pricing_table__container .card___content__detail {
}

.content_card__pricing_table__container .card___content__detail > h5 {
}
.content_card__pricing_table__container .card___content__detail > h5 span {
  font-size: 0.825rem;
  padding: 0.115rem 0.775rem 0.175rem;
  display: inline-block;
  border-radius: 4px;
}

.content_card__pricing_table__container .card___content__detail > h4 {
}

.content_card__pricing_table__container .card___content__detail > h2 {
}
.content_card__pricing_table__container .card___content__detail > h2 span {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  opacity: 0.7;
}

.content_card__pricing_table__container .card___content__detail > .hs_cos_wrapper_type_inline_rich_text {
}
.content_card__pricing_table__container .card___content__detail > .hs_cos_wrapper_type_inline_rich_text p {
}

.content_card__pricing_table__container .card___content__detail ul {
  padding: 0;
  list-style: none;
  margin: 1.5rem 0 1.5rem;
}

.content_card__pricing_table__container .card___content__detail ul li {
  padding: 0;
  position: relative;
  margin: 0;
}
.content_card__pricing_table__container .card___content__detail ul li .hs_cos_wrapper_type_icon {
  position: absolute;
  top: 6px;
  left: 0;
}
.content_card__pricing_table__container .card___content__detail ul li .hs_cos_wrapper_type_icon svg {
  display: block;
}
.content_card__pricing_table__container .card___content__detail ul li .hs_cos_wrapper_type_inline_rich_text {
  margin: 0 0 0 14px;
}
.content_card__pricing_table__container .card___content__detail ul li .hs_cos_wrapper_type_inline_rich_text p {
}

.content_card__pricing_table__container .card___content__detail ul li.card___content__list__disable {
  opacity: 0.4;
}
.content_card__pricing_table__container .card___content__detail ul li.card___content__list__disable .hs_cos_wrapper_type_icon {
}
.content_card__pricing_table__container .card___content__detail ul li.card___content__list__disable .hs_cos_wrapper_type_icon svg {
}
.content_card__pricing_table__container .card___content__detail ul li.card___content__list__disable .hs_cos_wrapper_type_inline_rich_text {
}
.content_card__pricing_table__container .card___content__detail ul li.card___content__list__disable .hs_cos_wrapper_type_inline_rich_text p {
}

.content_card__pricing_table__container .card___content__detail > .hs_cos_wrapper_type_cta a.cta_button {
  margin: 1rem 0 1.5rem;
}


/* ########## Sidebar Menu ########## */

.sidebar_menu__container {
}

.sidebar_menu__container .sidebar_menu__content {
}

.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper {
}

.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper ul {
  flex-direction: column;
  padding: 0;
}
.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper ul li {
  padding: 0;
}
.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper ul li a {
  display: block;
  padding: 0.5rem 1rem;
  margin: 0.075rem 0;
}
.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper ul li a:hover,
.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper ul li a:focus,
.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper ul li.active > a {
  text-decoration: none;
}

.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper ul li ul {
  padding-left: 1rem;  
  display: flex !important;
}
.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper ul li ul,
.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper .hs-item-has-children:hover > .hs-menu-children-wrapper,
.sidebar_menu__container .sidebar_menu__content .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;
}

.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper ul li ul li {
}

.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper ul li a,
.sidebar_menu__container .sidebar_menu__content .hs-menu-wrapper ul li ul li a {  
  white-space: normal;
  font-size: 0.825rem;
}


/* ########## Hero Content ########## */

.hero_content_section__container {
}

.hero_content_section__container .module_section__vertical_space {
}
.hero_content_section__container .module_section__wrapper {
}

.hero_content_section__container .hero___content {
  padding: 0;
}
.hero_content_section__container .hero___content___visual__position_left {
}
.hero_content_section__container .hero___content___visual__position_right {
}
@media (min-width: 768px) {
.hero_content_section__container .hero___content {
  display: flex;
  align-items: center;
}
.hero_content_section__container .hero___content___visual__position_left {
  flex-direction: row;
}
.hero_content_section__container .hero___content___visual__position_right {
  flex-direction: row-reverse;
}  
}

.hero_content_section__container .hero___content___visual,
.hero_content_section__container .hero___content___text {  
  padding: 1.115rem 20px;     
}
@media (max-width: 767px) {
  .hero_content_section__container .hero___content___visual,
  .hero_content_section__container .hero___content___text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
.hero_content_section__container .hero___content___visual,
.hero_content_section__container .hero___content___text {  
  flex: 0 0 50%;
} 
}

.hero_content_section__container .hero___content___visual > img {
}
.hero_content_section__container .hero___content___visual .oembed_container {
}
.hero_content_section__container .hero___content___visual .embed_container {
}

.hero_content_section__container .hero___content___text > h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
.hero_content_section__container .hero___content___text > h2 {
  margin-top: 1.115rem;
} 
}

.hero_content_section__container .hero___content___text .hs_cos_wrapper_type_inline_rich_text {
}

.hero_content_section__container .hero___content___text .module___content___cta {
}
.hero_content_section__container .hero___content___text .module___content___cta a.cta_button {
}


/* ########## FAQ Card ########## */

.content_card__faq__container {
}

.content_card__faq__container .card___content {
}
.content_card__faq__container .card___content > h3 {
  margin-bottom: 2rem; 
}

.content_card__faq__container .card___content__detail {
}

.content_card__faq__container .card___content__detail .card___content__faq_title {
  cursor: pointer;
  margin-bottom: 0.825rem; 
  position: relative;
  padding-right: 30px;
}

.content_card__faq__container .card___content__detail .card___content__faq_title .card___content__faq_icon {
  display: block;    
  position: absolute;
  top: 10px;
  right: 0;    
}
@media (max-width: 767px) {
.content_card__faq__container .card___content__detail .card___content__faq_title .card___content__faq_icon {
  top: 8px;
}
}

.content_card__faq__container .card___content__detail .card___content__faq_title .card___content__faq_icon svg {
  display: block;
  width: 14px;
  height: auto;
  opacity: 0.6;
}
.content_card__faq__container .card___content__detail.faq_open .card___content__faq_title .card___content__faq_icon__plus,
.content_card__faq__container .card___content__detail.faq_close .card___content__faq_title .card___content__faq_icon__minus {
  display: none;
}

.content_card__faq__container .card___content__detail .card___content__faq {
}
.content_card__faq__container .card___content__detail .card___content__faq .hs_cos_wrapper_type_inline_rich_text {
}
.content_card__faq__container .card___content__detail .card___content__faq .hs_cos_wrapper_type_inline_rich_text p {  
  margin-bottom: 0.825rem; 
}




/* Header DND sections */

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

/* Header container */

.header__container {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
  position: relative;
  z-index: 970;
}

.header__container .content-wrapper {
}
@media (max-width: 479px) {	 
  .header__container .content-wrapper {
    flex-direction: column;  
  }
}

.header__container .content-wrapper, 
.header__column {  
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {	 
  .header__container .content-wrapper, 
  .header__column {  
    flex-wrap: wrap;
  }
}

/* Common */

.header__column { 
}

.header__column,
.header__navigation__column {
  padding: 2px 12px; 
}

@media (max-width: 767px) {	 
  .header__column,
  .header__navigation__column {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 1139px) {
  .header__navigation__column {
    padding: 0px;
  }
}

.header__navigation,
.header--toggle,
.header__cta {
  padding: 8px;
}
@media (max-width: 1139px) {	 
  .header__navigation {
    padding: 0;
  }
}

.header .header__column svg {
  float: left;
  width: 20px;
  height: auto;
}

/* Navigation skipper */

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

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

/* Logo */

.header__logo {
  padding: 10px 20px;
  margin-right: auto; 
}

@media (max-width: 767px) {	 
  .header__logo { 
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 479px) {
  .header__logo--main {
    margin: 0 auto;
  }
}

.header--no-navigation .header__logo {
    margin: 0 auto;
}

.header__logo .hs_cos_wrapper_type_logo img {
  float: left;
  max-width: none;
}
@media (max-width: 479px) {
  .header__logo .hs_cos_wrapper_type_logo img {
    max-width: 100%;
  }
}

/* Search bar */

.header__search {
}
.header__search .hs-search-field {
  padding: 2.5rem;
}

.header__search .hs-search-field__input {
  margin-bottom: 0;
  padding: 1rem 3rem 1rem 1.5rem;
  font-size: 1.5rem;
}

.header__search .hs-search-field form button {
  top: -50px;
  right: 20px;
}
@media (max-width: 767px) {
 .header__search .hs-search-field form button {
    top: -46px;
    right: 18px;
  } 
}

.header__search .hs-search-field form button svg {
  width: 25px;
}

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

/* Language switcher */

.header__language-switcher {
}

.header__language-switcher .lang_switcher_class,
.header__language-switcher .lang_switcher_class .globe_class,
.header__language-switcher .lang_switcher_class .lang_list_class {
  float: left;
  width: 100%;
  height: auto;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background: none;
}
.header__language-switcher .lang_switcher_class .globe_class:before {
  display: none;
}
.header__language-switcher .lang_switcher_class {
  padding: 1.5rem;
}

.header__language-switcher .lang_switcher_class .lang_list_class {
  min-width: 100px;
  top: 0;
  left: 0;
  transform: none;
  display: block;
  position: relative;
  padding: 1rem;
}
.header__language-switcher .lang_switcher_class .lang_list_class:before,
.header__language-switcher .lang_switcher_class .lang_list_class:after {
  display: none;
}

.header__language-switcher .lang_switcher_class .lang_list_class li,
.header__language-switcher .lang_switcher_class .lang_list_class li:first-child,
.header__language-switcher .lang_switcher_class .lang_list_class li:last-child {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-size: 0.875rem;
  padding: 0.25rem 0;
}
.header__language-switcher .lang_switcher_class .lang_list_class li:hover {
  background: none;
}

/* Navigation */

.navigation-primary {  
}

.submenu-toggle {
  display: none;
}

.navigation-primary .menu-arrow {
  display: none;
}
.navigation-primary .menu-arrow svg {
  float: left;
  width: 12px;
}

.navigation-primary ul,
.navigation-primary ul li,
.navigation-primary ul li a {
  background: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu {
  list-style: none;  
}

.submenu li.has-submenu {
  position: relative;
}
.navigation-primary a.active-item {
  position: relative;
}
.submenu.level-2 .menu-item .menu-link {
  display: block;  
  cursor: pointer;
}

.submenu.level-1 {
  display: inline-block;
}
.navigation-primary .submenu.level-1 > li {
  display: inline-block;
  margin: 0;
  padding: 10px 0;
}
.navigation-primary .submenu.level-1 > li a {
  text-decoration: none;
  white-space: nowrap; 
}
.navigation-primary .submenu.level-1 > li a:hover,
.navigation-primary .submenu.level-1 > li a.active-item {
  text-decoration: none;  
}

.navigation-primary .submenu.level-1 > li > a {
}
.navigation-primary .submenu.level-1 > li > a:hover,
.navigation-primary .submenu.level-1 > li > a.active-item {  
}

.navigation-primary .submenu.level-1 > li ul {  
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15);
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: max-content;  
  z-index: 960;
  padding: 0.25rem 0; 
}
.navigation-primary .submenu.level-1 > li ul li {
}
.navigation-primary .submenu.level-1 > li ul li a {
  padding: 0.25rem 1rem; 
}
.navigation-primary .submenu.level-1 > li ul li a:hover,
.navigation-primary .submenu.level-1 > li ul li a.active-item {
}

.navigation-primary .submenu.level-1 > li:hover > ul {
  left: 0;
  opacity: 1;
  top: 100%;
}
.navigation-primary .submenu.level-1 > li:hover > ul li:hover > ul {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 1139px) {
  
  .header__navigation .navigation-primary {    
    padding: 2.5rem;
  }  
  
  .navigation-primary .menu-arrow {
    display: block;    
    position: absolute;
    top: 12px;
    right: 0;    
    cursor: pointer;
    z-index: 970;
  }
  .navigation-primary .menu-arrow .menu-arrow-bg {
    display: block;
    transition: transform 0.4s;    
  }
  
  .navigation-primary .submenu.level-1 {
    display: block;
  }
  .navigation-primary .submenu {
    display: none;
  }
  .navigation-primary input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  .navigation-primary input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }  
  .navigation-primary input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg svg {
    position: relative;
    right: -4px;
    top: -3px;
  }
      
  .navigation-primary .submenu.level-1 > li ul {  
    box-shadow: none;
    opacity: 1;
    width: 100%;  
    padding: 0 0 0 1rem; 
    position: static;
    visibility: visible;
  }
  .navigation-primary .submenu.level-1 > li a,
  .navigation-primary .submenu.level-1 > li ul li a {
    padding: 0.25rem 0; 
    white-space: normal;
  }
  .navigation-primary .submenu.level-1 > li:hover > ul,
  .navigation-primary .submenu.level-1 > li:hover > ul li:hover > ul {
    opacity: 1;
  }

  .navigation-primary .submenu > li > a {
    display: block;
    width: 100%;
  }
  
  .navigation-primary .submenu.level-1 > li.has-submenu a,
  .navigation-primary .submenu.level-1 > li.has-submenu ul li.has-submenu a,
  .navigation-primary .submenu > .has-submenu > a {
    padding-right: 1.5rem;
  }
  
  .navigation-primary .submenu.level-1 {
    width: 100%;
  }
  .navigation-primary .submenu.level-1 > li {
    display: block;
    padding: 0;
    width: 100%;
  }

}
 
/* Toggle */

.header__navigation--toggle {
  display: none;
}

@media (max-width: 1139px) {
  .header__navigation {
    display: none;
  }    
  .header__navigation--toggle {
    display: block;
  }
}

.header__search,
.header__language-switcher {
  display: none;
  width: 100%;
}

.header__search.open,
.header__language-switcher.open,
.header__navigation.open {
  display: block;
  left: 0;
  right: 0;
  top: 0;
  z-index: 980;
  position: fixed;
  bottom: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

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

.header__search--toggle,
.header__language-switcher--toggle {
  display: block;
}

.header__close--toggle {
  display: none;
}
.header__close--toggle.show {
  display: block;
}

.header__close--toggle {
  z-index: 990;
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 15px;
  height: auto;
  opacity: 0.6;
}
.header__close--toggle svg {
  float: left;
}

/* Sticky Header */

@media (min-width: 768px) {
  .sticky_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 970;
  }
}

/* Header CTA */

.header__cta .cta_button_primary {
  font-size: 0.775rem;
  padding: 0.6rem 1.2rem;
  white-space: nowrap;
}

@media (max-width: 479px) {
  .header__cta .cta_button_primary {    
    white-space: normal;
  }
}
/* Footer DND sections */

.footer .footer__container .dnd-section {  
  border-bottom-width: 1px;
  border-bottom-style: solid;  
}

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

.footer .dnd-module {
  padding-bottom: 0;
}

/* Footer container */

.footer {
}

/* Common */

.footer p,
.footer label,
.footer span,
.footer li,
.footer a,
.footer .widget-type-text {
  font-size: 0.875rem;
}
.footer h3,
.footer h4 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .footer .bottom_footer__container span,
  .footer .bottom_footer__container a {
    font-size: 0.775rem;
  }
}

.bottom_footer__copyright footer span,
.footer .widget-type-text,
.footer .social-links__icon,
.footer .hs-menu-wrapper ul li a {  
  opacity: 0.8;
}
.footer .social-links__icon:hover,
.footer .hs-menu-wrapper ul li a:hover {
  opacity: 1;
}

.footer .widget-type-header h3,
.footer .widget-type-header h4 {
  margin-bottom: 0;
}

/* Bottom Footer */

.bottom_footer__container {
}

.bottom_footer__section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {	
  .bottom_footer__simple_menu,
  .bottom_footer__copyright {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .bottom_footer__simple_menu,
  .bottom_footer__copyright {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bottom_footer__simple_menu .widget-type-simple_menu {
    float: right;
    width: auto;
  }
}

/* Copyright */

.bottom_footer__copyright {
}
.bottom_footer__copyright footer,
.footer .hs-menu-wrapper ul li {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

@media (min-width: 768px) {
  .footer .bottom_footer__copyright,
  .footer .bottom_footer__simple_menu {
    padding-right: 5px;
    padding-left: 5px;
  }
}

/* Menu */

@media (max-width: 767px) {	
  .footer .bottom_footer__simple_menu .hs-menu-wrapper ul {
    flex-direction: row;
  }
  .footer .bottom_footer__simple_menu .hs-menu-wrapper ul li {
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .footer .hs-menu-wrapper ul li {
    padding-right: 0;
  }
  .footer .bottom_footer__simple_menu .hs-menu-wrapper ul li {
    padding-left: 1.5rem;
  }
}

/* Templates
Specific style for each page template 
*/

/* Website Page */
/* Landing Page */