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

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

.content-wrapper, .dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (min-width: 576px){
  .content-wrapper, .dnd-section > .row-fluid {
    max-width: 540px;
  }
}


@media (min-width: 768px){
  .content-wrapper, .dnd-section > .row-fluid {
    max-width: 720px;
  }
}


@media (min-width: 992px){
  .content-wrapper, .dnd-section > .row-fluid {
    max-width: 960px;
  }
}
@font-face {
  font-family: frank-new;
  src: url("https://use.typekit.net/af/688988/00000000000000003b9ae439/27/l?fvd=n3&subset_id=2&v=3") format("woff2"),
    url("https://use.typekit.net/af/688988/00000000000000003b9ae439/27/d?fvd=n3&subset_id=2&v=3") format("woff"),
    url("https://use.typekit.net/af/688988/00000000000000003b9ae439/27/a?fvd=n3&subset_id=2&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: auto;
}

@font-face {
  font-family: frank-new;
  src: url("https://use.typekit.net/af/f2dc8e/00000000000000003b9ae43b/27/l?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff2"),
    url("https://use.typekit.net/af/f2dc8e/00000000000000003b9ae43b/27/d?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff"),
    url("https://use.typekit.net/af/f2dc8e/00000000000000003b9ae43b/27/a?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: frank-new;
  src: url("https://use.typekit.net/af/bd04f1/00000000000000003b9ae43d/27/l?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff2"),
    url("https://use.typekit.net/af/bd04f1/00000000000000003b9ae43d/27/d?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff"),
    url("https://use.typekit.net/af/bd04f1/00000000000000003b9ae43d/27/a?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: frank-new;
  src: url("https://use.typekit.net/af/76347c/00000000000000003b9ae440/27/l?fvd=n5&subset_id=2&v=3") format("woff2"), 
    url("https://use.typekit.net/af/76347c/00000000000000003b9ae440/27/d?fvd=n5&subset_id=2&v=3") format("woff"),
    url("https://use.typekit.net/af/76347c/00000000000000003b9ae440/27/a?fvd=n5&subset_id=2&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}


@font-face {
  font-family: frank-new;
  src: url("https://use.typekit.net/af/7dd6c8/00000000000000003b9ae442/27/l?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff2"),
    url("https://use.typekit.net/af/7dd6c8/00000000000000003b9ae442/27/d?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff"),
    url("https://use.typekit.net/af/7dd6c8/00000000000000003b9ae442/27/a?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}

@font-face {
  font-family: frank-new;
  src: url("https://use.typekit.net/af/1e948a/00000000000000003b9ae444/27/l?fvd=n8&subset_id=2&v=3") format("woff2"), 
    url("https://use.typekit.net/af/1e948a/00000000000000003b9ae444/27/d?fvd=n8&subset_id=2&v=3") format("woff"),
    url("https://use.typekit.net/af/1e948a/00000000000000003b9ae444/27/a?fvd=n8&subset_id=2&v=3") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: auto;
}


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

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

img {
  max-width: 100%;
}

/* Paragraphs */

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

@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
}


@media (max-width:767px){
  body , p{
    font-size: 16px !important;
    line-height: 1.75;
  }
}
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;
}
.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.blog-comments {
  max-width: 500px;
  padding: 48px;
  -webkit-box-shadow: 0 10px 30px 0 rgb(25 24 53 / 8%);
  box-shadow: 0 10px 30px 0 rgb(25 24 53 / 8%);
  background-color: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
}

/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 14px;
  line-height: 1.14;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  display: inline-block;
  font-size: 14px;
  margin-top: 8px;
  border: 1px solid #dedee5;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057 !important;
  outline: none;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}


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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

.hs-error-msg {
  color: #f00;
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 1.14;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  font-size: 14px;
  line-height: 1.14;
  font-weight: 500;
  margin-top: 15px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

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

h3.form-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 23px;
  line-height: 1.39;
  letter-spacing: normal;
  font-weight: 800;
}

.hs-error-msgs label {
    color: red;
}


@media (min-width: 768px) {
  h3.form-title {
    font-size: 28px;
    line-height: 1.43;
  }
} 

@media (min-width: 992px) {
  h3.form-title {
    font-size: 28px;
    line-height: 1.43;
  }
}

@media (max-width: 767px) {
  .hs_cos_wrapper_type_form, 
  .hs_cos_wrapper_type_blog_subscribe, 
  .hs_cos_wrapper_type_google_search, 
  .hs_cos_wrapper_type_email_simple_subscription, 
  .hs_cos_wrapper_type_password_prompt, 
  .hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
  .hs_cos_wrapper_type_member_login, 
  .hs_cos_wrapper_type_member_register, 
  .hs_cos_wrapper_type_password_reset_request, 
  .hs_cos_wrapper_type_password_reset, 
  .blog-comments {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0px;
    padding: 48px 15px 16px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-wrapper {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  padding: 16px 0;
  -webkit-box-shadow: 0 10px 30px 0 rgb(25 24 53 / 5%);
  box-shadow: 0 10px 30px 0 rgb(25 24 53 / 5%);
  box-shadow:0px 10px 30px 0px rgba(25,24,53,0.05);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99;
  top: 0;
  width: 100%;
}

.header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-logo {
  flex-basis: 16%;
  position: relative;
  top: -2px;
}

.header-logo img {
  max-width: 122px;
  vertical-align: middle;
}

.custom-menu-primary {
  flex-basis: 84%;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
  line-height: 1.71;
  display: inline-block;
  margin-top: 9px;
  font-family: frank-new,sans-serif;
  font-weight: 500;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  position: relative;
  padding-right: 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: "";
  background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/raw_assets/public/Nokeval_NSnappy2022/images/dropdown-icon.png);
  background-size: 100% 100%;
  position: absolute;
  top: 40%;
  right: 0;
  width: 9px;
  height: 6px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > a {
  padding: 8px 16px;
  line-height: 1.71;
  color: #fff !important;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  background-color: #1f399c;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid transparent;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) {
  text-transform: uppercase;
  display: inline-block;
  margin-left: -16px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) > a {
  font-size: 14px;
  line-height: 1.71;
  padding: 8px 11px;
  background-color: #fff;
  border: 1px solid #dedee5;
  margin: 0;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  font-weight: 500;
  border-radius: 8px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > a:hover {
  background-color: #3554ca;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) > a:hover {
  background-color: #faf5f4;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(10) {
  margin-left: -16px;
}

header.header {
  min-height: 73px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(10) img {
  width: 40px;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(10) > a {
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after {
  background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/raw_assets/public/Nokeval_NSnappy2022/images/dropdown-icon-opened.png);
}

.header-form-wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 73px;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgb(25 24 53 / 5%);
  box-shadow: 0 10px 30px 0 rgb(25 24 53 / 5%);
  padding: 16px 0;
  display: none;
}

.header-form-row {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header-form-wrapper form.search-form {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-form-wrapper form.search-form input[type="text"] {
  border: 1px solid #1f399c;
  border-radius: 8px;
  padding: 8px 19px;
  background-color: transparent;
  font-size: 14px;
  margin-right: 16px;
  min-width: 539px;
  font-family: frank-new, sans-serif;
  font-weight: 400;
  line-height: 24.92px;
  margin-top: 0;
  color: #000 !important;
}

.header-form-wrapper form.search-form input[type="submit"] {
  display: inline-block;
  padding: 8px 17px;
  line-height: 1.71;
  color: #fff;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  background-color: #1f399c;
  font-weight: 500;
  border-radius: 8px;
  font-size: 14px;
  border: 1px solid transparent;
  vertical-align: middle;
  font-family: frank-new,sans-serif;
  white-space: nowrap;
  margin-left: 5px;
  margin-top: 0;
}

.header-form-wrapper form.search-form > div {
  display: flex;
}

.header-form-wrapper .header-form-row .js-search-close img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.header-form-wrapper .header-form-row .js-search-close {
  cursor: pointer;
}

body.search-open .header-form-wrapper {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > ul {
  display: none;
  position: absolute;
  top: 40px;
  left: -135px;
  width: 448px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 30px 0 rgb(25 24 53 / 8%);
  box-shadow: 0 10px 30px 0 rgb(25 24 53 / 8%);
  padding: 24px 0;
  text-align: left;
  z-index: 66;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: normal;
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > ul li {
  display: block;
  padding: 16px 48px;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > ul li a {
  font-size: 18px;
  line-height: 1.78;
  font-weight: 800;
  margin-top: 16px;
  display: flex;
  font-family: frank-new,sans-serif;
}



.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 32px;
  vertical-align: middle;
}


.nav-mobile__hamburger-wrap {
  display: none;
}


header.header.lp .header-wrapper {
  padding: 20.5px 0px;
}

.js-search-mobile {
  display: none;
}


.header-form-wrapper ::-webkit-input-placeholder {
  color: #8c8b9a;
}

.header-form-wrapper :-moz-placeholder { 
  color: #8c8b9a;
}

.header-form-wrapper ::-moz-placeholder { 
  color: #8c8b9a;
}

.header-form-wrapper :-ms-input-placeholder { 
  color: #8c8b9a;
}




.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(9):hover > a {
  color: inherit;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a.cta_button {
  display: inline-block;
}

.header-cta-btn {
  display: none;
}

.header-form-wrapper form.search-form input[type="submit"]:hover {
  background-color: #6e87ff;
}





    .mobile-nav-toggle {
   display:none; 
  }


@media (min-width:1200px){
  /* Kirjaudu link */
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) {
    margin-right:15px; 
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a {
    padding: 8px 54px 8px 16px;
    line-height: 1.71;
    color: #fff !important;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-color: #1d0f44;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid transparent;
    margin: 0;
    position:relative;
    min-width:125px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8):hover > a {
    background-color: #1d0f44;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8).login--open > a {
    background-color: #505cc8 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a:before {
    content: "";
    background-color: #1d0f44;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    border-left: 1px solid #3554ca;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    z-index: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8):hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8).login--open > a:before{
    background-color: #505cc8;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a:after {
    content: "";
    background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/Ikonit/dropdown-icon.png);
    background-position: 50%;
    background-size: 9px 6px;
    background-repeat: no-repeat;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    z-index: 1;
    -webkit-transform: background-image .2s ease-out;
    -o-transform: background-image .2s ease-out;
    transform: background-image .2s ease-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > ul.hs-menu-children-wrapper {
    position: absolute;
    top: 100%;
    margin: 0;
    left: 0;
    z-index: 99;
    list-style: none;
    padding: 0 0 4px;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 1px solid #505cc8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all forwards .2s;
    -o-transition: all .2s forwards;
    transition: all forwards .2s;
    background:#505cc8;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8).login--open > ul.hs-menu-children-wrapper {
    opacity:1;
    visibility:visible;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > ul.hs-menu-children-wrapper > li {
    padding: 0;
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > ul.hs-menu-children-wrapper > li > a {
    display: block;
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    margin:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > ul.hs-menu-children-wrapper > li:hover > a {
    color: #fff;
    background-color: #3554ca;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > ul.hs-menu-children-wrapper > li:hover {
    background:transparent; 
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover > ul {
    display: block;
  }
  body.header-hide .header-wrapper {
    -webkit-transform: translateY(-73px);
    -o-transform: translateY(-73px);
    transform: translateY(-73px);
  }

  
  
}




@media (max-width:1199px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) {
    order:1;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
    order:2;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) {
    order:3;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) {
    order:4;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) {
    order:5;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) {
    order:6;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) {
    order:8;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8) {
    order:7;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(9) {
    order:9;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(10) {
    order:10;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul li {
    background-color: transparent !important;
  }

  header.header.lp .header-wrapper {
    padding: 20px 15px;
  }

  .lp .header-wrapper .content-wrapper {
    min-height: 40px;
    display: flex;
    align-items: center;
  }

  .custom-menu-primary {
    max-height: 0; 
    overflow-y: hidden;
    -webkit-transition: max-height .3s,padding .3s;
    -o-transition: max-height .3s,padding .3s;
    transition: max-height .3s,padding .3s;
    width: 100%;
    position: fixed;
    right: 0;
    background-color: #fff;
    padding: 0 15px;
    top: 80px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 0 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-bottom: 16px;
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%;
        display: flex;
    flex-wrap: wrap;
    align-items:center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: inline-block;
    font-size: 23px;
    line-height: 1.39;
    font-weight: 800;
    margin-bottom: 16px;
    color: #191835 !important;
    margin-top: 0;
    order:1;
    margin-bottom:0;
  }
  
  .hs-item-has-children .mobile-nav-toggle {
    order:2; 
    align-self: center;
    background-color: transparent;
    position: relative;
    padding: 0;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dedee5;
    margin-left: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: auto;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    padding-left: 40px;
    order:3;
    flex:0 1 100%;
    padding-top:1rem;
    display:none;
  }

.custom-menu-primary .hs-menu-wrapper>ul>li.nav-open >ul {
 display: block;
}

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul li {
    padding: 0;
    margin-bottom: 16px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a img {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
    line-height: 2;
    font-weight: 500;
    display: inline-block;
    margin: 0;
  }
  .header-wrapper {
    padding: 20px 15px;
  }

  .header-wrapper .content-wrapper {
    max-width: 100%;
    padding: 0;
  }

  .header-logo {
    flex-basis: 50%;
  }

  .header-logo img {
    max-width: 110px;
  }

  .nav-mobile__hamburger-wrap {
    flex-basis: 50%;
    text-align: right;
    display: block;
  }

  span.nav-mobile__search-wrap a {
    display: inline-block;
    margin-right: 46px;
    font-weight: 500;
  }

  span.nav-mobile__search-wrap a img {
    width: 40px;
    vertical-align: middle;
  }

  span.nav-mobile__hamburger span {
    position: relative;
    display: inline-block;
    background-color: #191835;
    border-radius: 8px;
    width: 20px;
    height: 3px;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
  }

  span.nav-mobile__hamburger span:before,span.nav-mobile__hamburger span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #191835;
    border-radius: 8px;
    left: 0;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: -o-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out,-o-transform .25s ease-in-out;
  }

  span.nav-mobile__hamburger span:before {
    top: -8px;
  }

  span.nav-mobile__hamburger span:after {
    bottom: -8px;
  }

  span.nav-mobile__hamburger {
    cursor: pointer;
  }

  .header-logo {
    top: -3px;
  }

  header.header {
    min-height: 80px;
  }

  body.mobile-open .custom-menu-primary {
    padding: 48px 15px 83px;
    max-height: calc(100vh - 80px);
    overflow-y: scroll;
    min-height: calc(100vh - 80px);
    padding-bottom: 75px;
  }

  body.mobile-open span.nav-mobile__hamburger span {
    background-color: transparent;
  }

  body.mobile-open span.nav-mobile__hamburger span:before {
    -webkit-transform: rotate( 135deg);
    -o-transform: rotate(135deg);
    transform: rotate( 135deg);
    top: -2px;
  }

  body.mobile-open span.nav-mobile__hamburger span:after {
    top: -2px;
    -webkit-transform: rotate( -135deg);
    -o-transform: rotate(-135deg);
    transform: rotate( -135deg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(10) {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(9) {
    margin: 0;
    margin-top: 16px;
    text-transform: capitalize;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(10)>a {
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(9)>a {
    line-height: 1.14;
    padding: 16px 32px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) {
    margin-bottom: 0;
  }



}


@media (max-width:767px){
  .header-logo {
    top: -4px;
  }

  span.nav-mobile__search-wrap a {
    margin-right: 45px;
  }

  .header-form-wrapper form.search-form input[type="text"] {
    min-width: 289px;
  }

  .header-form-wrapper form.search-form input[type="submit"] {
    display: none;
  }

  .js-search-close {
    display: none;
  }

  .header-form-row .js-search-mobile {
    background-color: #1f399c;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    cursor: pointer;
  }

  .header-form-row .js-search-mobile img {
    width: 17px;
    vertical-align: middle;
  }


}


@media (max-width:380px){
  .header-form-row {
    flex-wrap: wrap;
  }

  .header-form-wrapper form.search-form input[type="text"] {
    min-width: auto;
    width: 100%;
  }

  .header-form-wrapper form.search-form>div {
    width: 100%;
  }

  .header-form-wrapper form.search-form {
    width: calc(100% - 40px);
  }

  .header-form-row .js-search-mobile {
    margin-top: 5px;
  }

}
footer.footer {
  padding: 32px 0;
  border-top: 1px solid #dedee5;
}

.footer-bottom-section .content-wrapper {
  max-width: 1140px;
  padding: 32px 0;
  font-size: 14px;
  line-height: 1.71;
  width: 100%;
}



.footer-copyright p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 1.71;
  font-family: frank-new,sans-serif;
  font-weight: 400;
}

.footer-copyright {
  text-align: center;
}

.footer-copyright a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 44px;
  line-height: 2;
  font-weight: 500;
  font-family: frank-new,sans-serif;
}

.footer-copyright a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -24px;
  background-color: #1f399c;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.footer-top-content {
  position: relative;
  padding-bottom: 56px;
  border-bottom: 1px solid #dedee5;
  margin-bottom: 72px;
}

.footer-image-section {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
}

.footer-image-section img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 70px;
}

.footer-image-3 img {
  margin: 0;
  height: 124px;
  width: 121.63px !important;
}

.footer-image-1 img {
  height: 78px;
  width: 80.05px !important;
}

.footer-image-2 img {
  width: 124px !important;
}

.footer-top-content .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.footer-top-content .hs-menu-wrapper > ul > li {
  flex-basis: 14%;
  padding-right: 30px;
}

.footer-top-content .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}

.footer-top-content .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: frank-new,sans-serif;
}

.footer-top-content .hs-menu-wrapper > ul ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  margin-bottom: 8px;
  font-family: frank-new,sans-serif;
}

.footer-top-content .hs-menu-wrapper>ul ul li {
  font-size: 18px;
  line-height: 1.78;
  font-family: frank-new,sans-serif;
}

.footer-top-content .hs-menu-wrapper>ul>li:nth-child(2)>a {
  white-space: nowrap;
}

.footer-top-content .hs-menu-wrapper>ul>li:last-child > ul li:last-child {
  margin-top: 24px;
}

.footer-social-share a {
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-right: 22px;
  display: inline-block;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  line-height: 2 !important;
  -webkit-transition: background-image .2s ease-out;
  -o-transition: background-image .2s ease-out;
  transition: background-image .2s ease-out;
}

a.social-media__link--linkedin {
  background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/raw_assets/public/Nokeval_NSnappy2022/images/linkedin-footer.png);
}

a.social-media__link--twitter {
  background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/raw_assets/public/Nokeval_NSnappy2022/images/twitter-footer.png);
}

a.social-media__link--facebook {
  background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/raw_assets/public/Nokeval_NSnappy2022/images/facebook-footer.png);
}

a.social-media__link--instagram {
  background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/raw_assets/public/Nokeval_NSnappy2022/images/instagram-footer.png);
}

a.social-media__link--youtube {
  background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/raw_assets/public/Nokeval_NSnappy2022/images/youtube-footer.png);
}


a.social-media__link--linkedin:hover {
  background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/raw_assets/public/Nokeval_NSnappy2022/images/linkedin-footer-hover.png);
}

a.social-media__link--twitter:hover {
  background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/raw_assets/public/Nokeval_NSnappy2022/images/twitter-footer-hover.png);
}

a.social-media__link--facebook:hover {
  background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/raw_assets/public/Nokeval_NSnappy2022/images/facebook-footer-hover.png);
}

a.social-media__link--instagram:hover {
  background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/raw_assets/public/Nokeval_NSnappy2022/images/instagram-footer-hover.png);
}

a.social-media__link--youtube:hover {
  background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/raw_assets/public/Nokeval_NSnappy2022/images/youtube-footer-hover.png);
}




@media (min-width: 576px) {
  .footer-bottom-section .content-wrapper {
    max-width: 540px;
  }

}

@media (min-width: 768px) {
  .footer-bottom-section .content-wrapper {
    max-width: 720px;
  }

}

@media (min-width: 992px) {
  .footer-bottom-section .content-wrapper {
    max-width: 960px;
  }

}

@media (min-width:1200px){
  .footer-bottom-section .content-wrapper {
    max-width: 1140px;
  }

}



@media (max-width:1199px){
  .footer-top-content .hs-menu-wrapper>ul>li {
    flex-basis: 26%;
    margin-bottom: 32px;
    padding-right: 0;
  }

  .footer-top-content .hs-menu-wrapper>ul>li:last-child>ul li:last-child {
    margin-right: 10px;
  }
  .footer-top-content .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: 0;
  }


}


@media (max-width:991px){
  .footer-top-content .hs-menu-wrapper>ul>li {
    flex-basis: 50%;
  }

  .footer-top-content .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: 0;
  }

  .footer-top-content .hs-menu-wrapper>ul>li:last-child>ul li:last-child {
    margin-right: 114px;
  }

  .footer-top-content {
    margin-bottom: 0;
  }
  .footer-top-content {
    padding-bottom: 64px;
  }

  .footer-top-content .hs-menu-wrapper>ul>li>a {
    margin-bottom: 16px;
  }

  .footer-top-content .hs-menu-wrapper>ul>li:nth-child(3),.footer-top-content .hs-menu-wrapper>ul>li:nth-child(1) {
    margin-bottom: 39px;
  }


}

@media (max-width:767px){
  .footer-top-content .hs-menu-wrapper>ul>li>a {
    margin-bottom: 16px;
  }

  .footer-image-section img {
    margin-right: 0;
  }

  .footer-copyright a:before {
    display: none;
  }

  .footer-bottom-section .content-wrapper {
    width: 50%;
    max-width: 540px;
  }

  .footer-copyright a {
    margin-left: 4px;
  }

  .footer-top-content .hs-menu-wrapper>ul {
    flex-direction: row !important;
  }

  .footer-top-content .hs-menu-wrapper>ul>li:last-child>ul li:last-child {
    margin-right: 20px;
  }

  .footer-top-content .hs-menu-wrapper>ul ul li {
    font-size: 16px;
    line-height: 1.75;
  }

  .footer-top-content .hs-menu-wrapper>ul>li:nth-child(3), .footer-top-content .hs-menu-wrapper>ul>li:nth-child(1) {
    margin-bottom: 36px;
  }


}


@media (max-width:449px){
  .footer-copyright a {
    margin-left: 0px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
}
.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}


.blog-comments {
  max-width: 680px;
  margin: 0 auto;
  margin-top: 60px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: ;
}

.read-more:after {
  background-image: url(https://4334654.fs1.hubspotusercontent-na1.net/hubfs/4334654/raw_assets/public/Nokeval_NSnappy2022/images/link-arrow.png);
}

.blog-post-index {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 2rem;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: normal;
  font-weight: 400;
  color: #191835;
  font-family: frank-new,sans-serif;
}
.blog-post-index-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.cm-post-meta {
  margin-bottom: 1rem;
}
.cm-blog-post__tags {
  display: inline-block;
  font-size: 14px;
  color: #1F399C;
  margin-right: 1rem;
}
.cm-post-date {
  font-size: 14px;
  color: #191835;
  font-weight: 700;
  position: relative;
  margin-left: 1.5rem;
}
.cm-post-date:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -24px;
  width: 8px;
  height: 8px;
  background-color: #1F399C;
  border-radius: 50%;
}
h1.blog-post-title {
  margin-top: 0;
  font-size: 35px;
  line-height: 1.37;
  letter-spacing: normal;
  font-weight: 800;
  font-family: frank-new,sans-serif;
  margin-bottom: 2rem;
}
.blog-post-author img {
  max-width: 64px;
  border-radius: 50%;
  margin-right: 1.5rem;
  vertical-align: middle;
}
.blog-post-author span {
  font-size: 14px;
  line-height: 1.71;
  margin-right: 16px;
  margin-top: 1rem;
} 
.blog-post-author {
  margin-bottom: 1.5rem;
}
.blog-social-share {
  margin-bottom: 2rem;
}
.social-share__title {
  font-size: 14px;
  line-height: 1.71;
  margin-right: 1rem;
}
.blog-social-share img {
  width: 24px;
  margin-right: 16px;
  max-width: 100%;
  vertical-align: middle;
}

.post-page-featured-image img {
  width: 100%;
}
a.hs-author-social-link.hs-social-linkedin {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    font-size: 14px;
    line-height: 1.71;
    font-weight: 500;
}

a.hs-author-social-link.hs-social-linkedin:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -24px;
    width: 8px;
    height: 8px;
    background-color: #1f399c;
    border-radius: 50%;
}



@media (min-width: 768px) {
  .blog-post-index {
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: normal;
    font-weight: 400;
  }
  h1.blog-post-title {
    font-size: 44px;
    line-height: 1.27;
  }
  .blog-post-author span {
    margin-top: 0;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .blog-post-index {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 16.66667%;
    margin-top: 4rem;
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: normal;
    font-weight: 400;
  }
  .blog-social-share {
    margin-bottom: 4rem;
  }
}


@media (max-width:767px){
  .blog-post-author span {
    display: block;
  }
}