*, *: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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* 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: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

/*  */


.flex_row .col12 {
  width: 100%;
}
.flex_row .col11 {
  width: 91.66%;
}
.flex_row .col10 {
  width: 83.33%;
}
.flex_row .col9 {
  width: 75%;
}
.flex_row .col8 {
  width: 66.66%;
}
.flex_row .col7 {
  width: 58.33%;
}
.flex_row .col6 {
  width: 50%;
}
.flex_row .col5 {
  width: 41.66%;
}
.flex_row .col4 {
  width: 33.33%;
}
.flex_row .col3 {
  width: 25%;
}

.flex_row .col20 {
  width: 20%;
}

.flex_row .col2 {
  width: 16.66%;
}
.flex_row .col1 {
  width: 8.33%;
}

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

  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 {
    width: 100%;  
  }

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

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 12px;

  }
}

.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding:0;
}


@media (min-width: 768px) {

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 12px;
  }


  .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: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

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

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}
/* 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 ;
  }
}
.page-center,
.content-wrapper {
  margin: 0 auto;
  padding: 0 12px;
  width:100%;
}
.dnd-section .dnd-column {
  padding: 0 12px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.4;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

@font-face {
  font-family: "Axiforma";
  src: url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Bold.eot") format("eot"),
    url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Bold.woff") format("woff"),
      url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Bold.ttf") format("truetype"),
        url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Bold.woff2") format("woff2");
          font-style: normal;
          font-weight: 700;
          font-display: block;
          } 

@font-face {
  font-family: "Axiforma";
  src: url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-SemiBold.eot") format("eot"),
    url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-SemiBold.woff") format("woff"),
      url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-SemiBold.ttf") format("truetype"),
        url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-SemiBold.woff2") format("woff2");
          font-style: normal;
          font-weight: 600;
          font-display: block;
          }

@font-face {
  font-family: "Axiforma";
  src: url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Medium.eot") format("eot"),
    url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Medium.woff") format("woff"),
      url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Medium.ttf") format("truetype"),
        url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Medium.woff2") format("woff2");
          font-style: normal;
          font-weight: 500;
          font-display: block;
          }

@font-face {
  font-family: "Axiforma";
  src: url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Regular.eot") format("eot"),
    url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Regular.woff") format("woff"),
      url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Regular.ttf") format("truetype"),
        url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Regular.woff2") format("woff2");
          font-style: normal;
          font-weight: 400;
          font-display: block;
          }


@font-face {
  font-family: "Axiforma";
  src: url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Light.eot") format("eot"),
    url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Light.woff") format("woff"),
      url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Light.ttf") format("truetype"),
        url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Axiforma-Light.woff2") format("woff2");
          font-style: normal;
          font-weight: 300;
          font-display: block;
          }



@font-face {
 font-family: "Nioicon"; 
 src: url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Nioicon.ttf") format("truetype"),
url("//25668249.fs1.hubspotusercontent-eu1.net/hubfs/25668249/raw_assets/public/PlummHealth%202024/fonts/Nioicon.woff") format("woff");
   font-style: normal;
   font-weight: normal;
   font-display: block;
    }


p {
  margin: 0 0 1rem;
      line-height: 1.75;
}

/* 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, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.42;
  margin: 0 0 1.4rem;
}


.h1,
h1{
  line-height:1.07;
}

.h2,
h2{
    line-height: 1.4;
}

.h3,
h3{
/*   line-height:1.35; */
}

.h4,
h4{
  line-height:1.41;
}

h5,
.h5{
/*   line-height:1.33; */
}

h6,
.h6{
  line-height:1.25;
}

.page-center{
  margin:0 auto;
}

/* Lists */

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

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

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

@media (min-width:768px) {
  .row-fluid [class*=span] {
    padding: 0 15px;
  }

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

  .row-fluid [class*=span]:last-child {
    padding-right: 0;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-style:solid;
  border-width:3px;
}

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

.hs-form-field {
  margin-bottom: 1.4rem;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
    overflow-x: auto;
  }
}
/* Labels */

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

/* 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 {
  border: 3px solid;
    display: inline-block;
    min-height: 42px;
    outline: none;
    padding: .375rem .75rem;
    width: 100%;
    font-size: 0.835rem;
}

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

textarea.hs-input {
  min-height: 90px;
}

/* Inputs - checkbox/radio */

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

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

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

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

form label.hs-form-booleancheckbox-display input:checked +span:before {
  background-color: #2196F3;
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  content: '';
  border-radius: 5px;
}


form label.hs-form-booleancheckbox-display input:checked +span:after {
  left: 9px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: block;
}



form label.hs-form-booleancheckbox-display {
  position: relative;
}
form input[type=checkbox],
form input[type=radio] {
  width: 25px !important;
  height: 25px !important;
  border-radius: 5px;
  border: 3px solid;
  appearance: none;
  border-color: #CDD9E0 !important;
  border-width: 1px !important;
}
/* 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-input.invalid.error {
  border-color: #EF6B51;
}


ul.hs-error-msgs label,
.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */
.secondary-btn,
.button,
form input[type=submit],
form .hs-button,
.primary-btn{
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-style:solid;
  border-width:3px;
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(min-width:768px){

  fieldset.form-columns-2 {
    display: flex;
    column-gap: 20px;
  }
}

@media(max-width:767px){
  form label.hs-form-booleancheckbox-display {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    flex-wrap: nowrap;
  }

  form input[type=checkbox], form input[type=radio] {
    width: auto;
    max-width: 25px;
  }

  form label.hs-form-booleancheckbox-display >span {
    width: 90%;
  }
  
  .legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin-left: 0rem!important;
  }
}
@media(max-width:479px){
  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 {
    width:100% !important;
  }
}



.book-a-demo-banner .widget-type-form h3.hs_cos_wrapper.form-title#hs_cos_wrapper_widget_1694415692293_title {
    text-align: center !important;
    font-size: 1.5rem;
    margin-bottom: 1.4rem;
}

@media(max-width: 1024px){
  .book-a-demo-banner fieldset.form-columns-2 {
      flex-direction: column;
  }
  
  .book-a-demo-banner .field.hs-form-field {
    width: 100% !important;
  }
}
/* 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-inner {
  display: flex;
  align-items: center;
}

header.header {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
}

.header-wrapper {
  min-height: 60px;
}

.header_logo img.hs-image-widget {
  max-width: 111px;
}

.header_menu .hs-menu-wrapper > ul li a {
  line-height: 1;
  font-weight: 400;
}


header.header.plm-header-sticky {
    position: fixed;
    background-color: rgb(247 248 251 / 100%);
    z-index: 1500;
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header-login-cta.cta_button,
.header-book-cta.cta_button {
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  border: 2px solid #173571;
  border-radius: 0.8rem;
  padding:0.7rem .75rem .44rem;
  font-weight: 400;
  max-width: 100%;
  min-width: 9.1rem;
  display: inline-block;
  transition:all .3s ease;
  box-sizing: border-box !important;
}

.header_right_inner .cta_button:active {
  border-color: #fff !important;
}

.header_right_inner .cta_button:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}



.book-cta {
  margin: 0 1.8rem 0 1.8rem;
}

.header_right_inner {
  display: flex;
  align-items: center;
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children > ul {
  width: 160px;
  text-align: left;
  border-top: 1px solid;
}

footer.footer,
header.header {
  -webkit-font-smoothing: subpixel-antialiased;
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li > a {
  text-align: left;
  padding: 15px;
}

header .row-fluid [class*=span] {
  padding: 0;
}

.mobile-trigger {
  display: none;
}

#menu-mobile {
  display: none;
}

em.icon {
  font-family: "Nioicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.02rem;
  display: inline-block;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  position: relative;
  top: -2px;
}

.ni-downward-ios:before {
  content: "";
}

@media (min-width:768px) {

  .header_right_inner{
    justify-content: flex-end;
  }

  .header_menu .hs-menu-wrapper > ul {
    justify-content: flex-end;
  }

  header .row-fluid [class*=span].header_menu {
    display:block !important;
  }

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul:before {
    background: linear-gradient(to right, var(--plm-light-blue) 25%, var(--plm-light-yellow) 25%, var(--plm-light-yellow) 25%, var(--plm-light-yellow) 50%, var(--plm-light-salmon) 50%, var(--plm-light-salmon) 75%, var(--plm-light-green) 75%, var(--plm-light-green) 100%);
    content: "";
    display: inline-block;
    height: 0.28rem;
    left: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    margin-top: 20px;
  }
  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display:none;
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    background-color: rgb(23 53 113 / 76%);
  }
  header.header.header--no-navigation .header-inner {
    min-height: 56px;
  }
  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    display:block !important;
  }

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li.hs-menu-item ul {
    display: block !important;
  }

  .header_menu .hs-menu-wrapper>ul li.hs-item-has-children>a {
    position: relative;
    align-items: center;
    display: flex;
    gap: 0.4rem;
    z-index: 9;
    padding: 0.5rem 0.9rem;
    line-height: 1.5;
    font-weight: 400;
    top: 2px;
  }

  header .row-fluid [class*=span].header_right {
    width: auto;
  }

  header .row-fluid [class*=span].header_menu {
    width: auto;
    margin-left: auto;
  }

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover a > em {
    transform: rotate(180deg);
  }


  .header_menu .hs-menu-wrapper>ul li.hs-item-has-children:hover>a:after {
    content: '';
    position: absolute;
    width: 0;
    transform: translateX(-50%);
    vertical-align: middle;
    left: 50%;
    border-top-right-radius: 2px;
    height: 0;
    border-left: 0.55rem solid transparent;
    border-right: 0.55rem solid transparent;
    border-bottom: 0.9rem solid ;
    border-top-left-radius: 5rem;
    bottom: -8px;
  }

  .header_menu .hs-menu-wrapper>ul li.hs-item-has-children:hover>a:before {
    content: '';
    width: 120%;
    height: 1.4rem;
    background-color: transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.55rem;
  }

}

@media (max-width:1100px) {

  .header-book-cta.cta_button,
  .header-login-cta.cta_button {
    min-width: 5rem;
  }

}


@media (max-width:1200px) and (min-width:768px) {

  .header_menu .hs-menu-wrapper>ul li.hs-item-has-children:hover>a:after {
    bottom: -9px;
  }

}

@media (max-width:1200px) {

  .header-login-cta.cta_button,
  .header-book-cta.cta_button {
    width: 100%;
  }

}

@media (max-width:1100px) {

  .book-cta {
    margin: 0 1rem;
  }

}


@media (max-width: 1024px) and (min-width: 801px){
  header.header.header--no-navigation .header-inner {
    min-height: 52px;
  }
  
  .header-wrapper {
    min-height: 55px;
  }
  
}


@media (max-width:920px) {

  .header_menu .hs-menu-wrapper>ul li.hs-item-has-children>a {
    padding: 0.6rem 0.3rem;
  }

}

@media (max-width:800px) and (min-width:768px) {

  header.header.header--no-navigation .header-inner {
    min-height: 38px;
  }
  
  .header-wrapper {
    min-height: 55px;
  }

}


/* Mega Menu */


.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: static;
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
  width: 100%;
  top: 100%;
  margin-top: 0;
  padding: 3rem;
  background-color: #173571;
}

.mega-menu-content-inner {
  display: flex;
  gap: 3rem;
}

.menu-image img {
  border-radius: 20px;
  border: 2px solid #ffffff;
  max-width: 230px;
  height: auto;
  display: inline-block;
}

.mega-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.mega-menu > div {
  width: 50%;
  padding: 0 12px;
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li.hs-menu-item > a {
  padding: 1rem 0;
  position: relative;
  display: inline-block;
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li.hs-menu-item > a:after {
  content: '';
  position: absolute;
  max-width: 100%;
  width: 17.5rem;
  height: 1px;
  background-color: rgb(210 224 251 / 29%);
  left: 0;
  bottom: 0;
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li.hs-menu-item:first-child > a {
  padding-top: 0;
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
  border-top: 0.25rem solid;
}

.menu-link.Learn.More .read-more__arrow {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
}

.mega-menu-js {
  display: none;
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul:after {
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
  left: 0;
}

.menu-link a svg {
  transition: all .5s ease;
}

.header .header__container {
  padding: 0 28px;
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li.hs-menu-item>a:empty {
  display: none;
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li.hs-menu-item ul {
  display: block;
  opacity: 1;
  visibility: visible;
  position: static;
}

.mega-menu-link {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.mega-menu-link > li.hs-menu-item {
  width: 50%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.header_menu li.hs-menu-item .mega-menu-link .hs-menu-depth-3 svg {
  width: 1.35rem;
  height: 1.35rem;
  display: inline-block;
  position: relative;
  top: -0.1rem;
}
.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li.hs-menu-item>a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  line-height: 1.5;
}

.main-cnt {
  max-width: 350px;
  font-weight: 400;
}

.main-cnt h5, .main-cnt h4 {
  margin-bottom: 0.5rem;
}

.main-cnt p {
  font-size: 0.93rem;
  line-height: 1.5;
}

.header_menu .hs-menu-wrapper>ul .menu-link > a {
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 0.96rem;
}

@media (max-width:1024px) and (min-width:768px) {

  .mega-menu-link>li.hs-menu-item {
    width: 100%;
  }

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li.hs-menu-item:first-child>a {
    padding-top: 1rem;
  }

  .mega-menu-content-inner {
    flex-direction: column;
    gap: 1rem;
  }

  .header_menu .hs-menu-wrapper>ul li.hs-item-has-children:hover>a:after {
    bottom: -9px;
  }


}


@media (max-width:767px) {

  .mobile-trigger {    
    display: block;
    background-color: #173571;
    border-radius: 0.4rem;
    cursor: pointer;
    height: 34px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 34px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .mobile-trigger-inner {
    height: 1.5rem;
    width: 1.5rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .mobile-trigger span { 
    display: block;
    background: #fff;
    width: 1.46rem;
    border-radius: 1em;
    margin: 0 auto;
    left: 0;
    opacity: 1;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 0.12rem;

  }

  .mobile-trigger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .mobile-trigger span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .mobile-trigger span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .mobile-open .mobile-trigger span:nth-child(1) {
    margin-left: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top:2px;
  }

  .mobile-open .mobile-trigger span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  .mobile-open .mobile-trigger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 4px;
    margin-top: 2px;
  }

  header.header .content-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }

  .header-wrapper {
    min-height: 50px;
  }

  header.header {
    padding: 0.5rem 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .header_logo img.hs-image-widget {
    max-width: 93px;
  }

  header .header_right[class*=span],
  header .header_menu[class*=span] {
    display: none;
  }

  header .header_menu[class*=span] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
  }

  .mobile-open header .header_menu[class*=span] {
    display: block !important;
  }

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
  }
  
  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children:first-child {
    margin-top: 1.3rem;
  }

  #menu-mobile {
    padding: 15px;
    padding-right: 35px;
    padding-left: 35px;
  }

  #menu-mobile {
    display: block;
  }

  #menu-mobile > div:not(:last-child) {
    margin-bottom: 20px;
  }

  #menu-mobile {
    padding-top: 0;
  }

  .child-trigger {
    cursor: pointer;
    display: block;
    height: 46px;
    min-width: 55px;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    text-align: center;
    padding: 10px 0;
  }


  .header_menu .hs-menu-wrapper>ul li.hs-item-has-children>a,
  .header_menu .hs-menu-wrapper>ul li a {
    padding: 0.8rem 1rem;
    display: block;
  }

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:not(:last-child) {
    padding-bottom: 0;
  }

  header .header_menu[class*=span] {
    background: rgb(23 53 113 / 65%);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    position: fixed;
    height: 100vh;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    width: 100%;
    top: 50px;
    margin-top: 0;
    border-radius: 0;
    left: 0;
  }
  
  .plm-header-sticky .header_menu[class*=span] {
        background: rgb(23 53 113 / 65%);
        backdrop-filter: blur(13px);
        -webkit-backdrop-filter: blur(13px);
  }

  .header_menu .hs-menu-wrapper>ul>li>a {
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

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

  .child-trigger:after {
    display: none;
  }

  .child-trigger {
    width: 100%;
  }


  .mega-menu>div.mega-menu-main-content {
    display: none;
  }

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    background: rgb(7 32 81 / 50%);
    border-radius: 0;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border-top: 0.25rem solid #359bec;
    padding: 1rem 2rem;
  }
                            
  .mega-menu>div {                
    width: 100%;
    display: block;
  }

  .mega-menu-link>li.hs-menu-item {
    width: 100%;
  }

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li.hs-menu-item ul {
    display: block !important;
  }

  .mega-menu-link>li.hs-menu-item .child-trigger {
    display: none;
  }

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

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

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li.hs-menu-item>a {
    display: block;
  }

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li.hs-menu-item:first-child>a {
    padding-top: 1rem;
  }

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open > a::after {
    transform: rotate(180deg);
    margin-top: 14px;
    margin-left: 25px;
  }

  .header_menu::before {
    background: linear-gradient(to right,var(--plm-light-green) 25%,var(--plm-light-blue) 25%,var(--plm-light-blue) 25%,var(--plm-light-blue) 50%,var(--plm-light-yellow) 50%,var(--plm-light-yellow) 75%,var(--plm-light-salmon) 75%,var(--plm-light-salmon) 100%);
    top: 0;
    content: "";
    display: inline-block;
    height: 0.28rem;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  .header-login-cta.cta_button {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
    padding: 0.8rem 0.75rem 0.54rem;
  }

  .header-book-cta.cta_button {
    background-color: #359bec !important;
    border-color: #359bec !important;
  }

  .header-login-cta.cta_button:hover {
    background-color: #359bec !important;
    border-color: #359bec !important;
  }

  .header-book-cta.cta_button:hover {
    background-color: transparent !important;
    border-color: #359bec !important;
    color: #fff !important;
  }

  #menu-mobile {
    text-align: center;
  }

  .header-book-cta.cta_button,
  .header-login-cta.cta_button{
    width: 180px;
    max-width: 100%;
  }
  .header_menu .hs-menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    height: 100%;
  }

  .header_menu .hs-menu-wrapper > * {
    width: 100%;
  }

  div#menu-mobile {
    margin-top: auto;
  }

  header .header_menu[class*=span] > * {
    height: 100%;
    display: block;
    padding-bottom: 120px;
  }

  header .header_menu[class*=span] {
    height: calc(100vh - 50px);
    overflow: hidden;
    overflow-y: auto;
  }

  header .header_menu[class*=span] > *.mega-menu-js {
    display: none;
  }

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li.hs-menu-item>a {
    display: flex;
    padding: 10px 0;
  }

  em.icon {
    padding-left: 8px;
    top: 0;
  }

}
.footer-logo .hs_cos_wrapper_type_logo img {
  max-width: 180px;
  width: 9.5rem !important;
  height: 9.5rem;
  display: inline-block;
  margin-bottom: 1.8rem;
}

footer.footer {
  padding: 4rem 0;
  position: relative;
}

.footer-logo-description {
  margin-bottom: 1rem;
}

ul.footer-social-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.footer-social-icon-list > li {
  display: inline-block;
}

.footer-social-icon {
  line-height: 0;
  font-size: 0;
}

ul.footer-social-icon-list > li svg.icon-svg {
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  width: 32px;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  overflow: hidden;
}

.footer-logo-description p:last-child {
  margin-bottom: 0;
}

ul.footer-social-icon-list>li:not(:last-child) {
  padding-right: 1.5rem;
}

.footer-social-icons {
  margin-bottom: 1rem;
}

footer p:last-child {
  margin-bottom: 0;
}

/* .footer-top {
margin-bottom: 58px;
}
*/
/* .footer-menu-section .hs-menu-wrapper > ul {
  display: block;
}
 */
/* .footer-menu-section .hs-menu-wrapper > ul > li.hs-menu-item {
  width: calc(25% - 3px);
  display: inline-block;
} */

.footer-menu-section .hs-menu-wrapper > ul > li.hs-menu-item a {
  display: block;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 2rem;
}

.footer-menu-section .hs-menu-wrapper > ul ul li.hs-menu-item a {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}

.footer-menu-section .hs-menu-wrapper > ul ul li.hs-menu-item {
  margin-bottom: 1.25rem;
}

.footer-bottom {
  /*   margin-top: 34px; */
  line-height: 1.5;
}

.footer-logo-description p,
.footer-bottom p {
  line-height: 1.5;
}

footer.footer:before {
  background: linear-gradient(to right, var(--plm-light-blue) 25%, var(--plm-light-yellow) 25%, var(--plm-light-yellow) 25%, var(--plm-light-yellow) 50%, var(--plm-light-salmon) 50%, var(--plm-light-salmon) 75%, var(--plm-light-green) 75%, var(--plm-light-green) 100%);
  content: "";
  height: 0.28rem;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: inline-block;
  z-index: 1;
}

.footer-sec-divider hr {
  background-color: #000;
  border-top: 1px solid #14366f;
  height: 0;
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul.footer-social-icon-list>li.youtube_link svg {
  width: 35px;
}

.footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item a[href="javascript:;"] {
  pointer-events: none;
}

@media (min-width:768px) {

  .ft-desktop-menu{
    display:block;
  }

  .ft-mobile-menu{
    display:none !important;
  }

/*   .row-fluid [class*=span].footer-menu-section {
    padding: 0;
    padding-left: 9px;
  } */

  .footer-menu-section .hs-menu-wrapper>ul {
/*     --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0; */
    display: flex;
    flex-wrap: wrap;
/*     margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x)); */
  }

  .row-fluid [class*=span].footer-menu-section {
    padding: 0 !important;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item {
    width: 25%;
    padding: 0 12px;
  }

  .footer-logo-section {
    margin-bottom: 1rem;
  }

  .footer-top-inner {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    width: auto;
  }

  .footer-top-inner > div {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    margin-top: var(--bs-gutter-y);
  }

  .footer-menu-section {
    margin-bottom: 1.5rem;
  }

  .footer-logo-section p {
    line-height: 1.5;
  }


}


@media (max-width:991px) {

  footer br{
    display:none;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item {
    padding: 0 12px;
    width: 50%;
  }
  
}

@media (max-width:767px) {

  .ft-mobile-menu{
    display:block;
  }

  .ft-desktop-menu{
    display:none !important;
  }

  .footer-sec-divider hr {
    margin: 0;
    height: 0;
  }

  footer.footer {
    text-align: center;
    padding: 45px 0;
  }

  .footer-logo-description {
    margin-bottom: 25px;
  }

  .footer-logo-section {
    margin-bottom: 25px;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item {
    width: 100%;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item a {
    margin-bottom: 32px;
  }

  .footer-top {
    margin-bottom: 30px;
  }

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

  .footer-bottom {
    margin-top: 31px;
  }

  .footer-btm-right p {
    text-align: center !important;
  }

  footer.footer {
    padding-bottom: 34px;
  }

  footer.footer .footer__container.content-wrapper {
    padding: 0 36px;
  }

  footer br {
    display: block;
  }

  .footer-btm-left {
    margin-bottom: 27px;
  }

  .footer-social-icons {
    margin-bottom: 29px;
  }

  .footer-logo .hs_cos_wrapper_type_logo img {
    max-width: 155px;
  }

}
/* 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;
  }
}
/* Missing Template at Path: \'PlummHealth 2024\/css\/style11.css\' */
@media(max-width:991px) and (min-width: 768px){
  .col4_row .col4 {
    width: 50%;
  }
}











@media(max-width:767px){
  .adv_filter h4 {
    /*     font-size: 1.125px ; */
  }

  .adv_filter h3 {
    font-size: 24px;
    /*     font-size: 1.4000000000000001px; */
  }
}


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

.cm_tcc ul li,
.widget-type-rich_text ul li{
  display: block;
  column-gap: 0;
  text-align:left;
  padding-bottom: 18px;
  padding-left: 40px;
}

.cm_tcc ul li:last-child,
.widget-type-rich_text ul li:last-child{
  padding-bottom: 0;
}





.cm_tcc ul li::before,
.widget-type-rich_text ul li::before{
  max-width: 20px;
  flex: 0 0 20px;
  margin-right: 18px;
  content: url("data:image/svg+xml,%3Csvg version='1.0' fill='%23173571' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' aria-hidden='true'%3E%3Cg id='Check Circle1_layer'%3E%3Cpath d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");
    width: 20px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    }

.cm_tcc ul,
.widget-type-rich_text ul {
  list-style: none;
  padding-lefT: 0;
  margin-bottom: 0;
  position: relative;
}


/*  */

.card_item {
  padding: 0 12px;
}

.adv_filter  .card_item {
  padding: 0 13.5px;
}


.card_item .card_inner {
  border-radius: 20px;
  overflow: hidden;
}

.card_item .img_wrap {
  height: 204px;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 260px;
}

.category {
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  padding: 13px 21px 9px 21px;
}

.card_item .img_wrap .category {
  left: 20px;
  bottom: 18px;
  position: absolute;
}

.card_item .category.not {
  display: table;
  margin-bottom: 10px;
  margin-right: auto;
}

.card_item .card_body {
  background: #173571;
  min-height: 191px;
  min-height: 243px;
  padding: 40px 37px 36px 37px;
  padding: 32px;
}

.card_item i.icon svg {
  width: 100%;
  height: 100%;
  fill: #359bec;
}

.card_item i.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.card_item i.icon svg path {
  stroke: #359bec;
}

.card_item .meta {
  display: inline-flex;
  column-gap: 25px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 31px;
  align-items: center;
}

.card_item .meta > span {
  display: inline-flex;
  column-gap: 21px;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.card_item .card_body * {
  color: #fff;
}

.card_item .card_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card_item .link_text {
  margin-top: auto;
}


.card_item .meta > span {
  align-items: center;
}

.slick-slider ul.slick-dots li {
  width: 14px;
  height: 14px;
  font-size: 0;
}

.slick-slider ul.slick-dots li button {
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  font-size: 0;
  background: #173571;
  opacity: 0.5;
}

.slick-slider ul.slick-dots li.slick-active button,
.slick-slider ul.slick-dots li:hover button {
  opacity: 1;
}

.slick-slider  ul.slick-dots li button:before {
  display: none;
}

.adv_filterDnd {
  overflow: hidden;
}

.filter_link.hs-button {
  border: 3px solid #cfd9df;
  border-radius: 14px;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-family: Axiforma;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 16px 29px;
  text-align: center;
  transition: all .3s ease;
}

.filter_link.hs-button.active,
.filter_link.hs-button:hover {
  background: #173571;
  border-color: #173571;
  color: #fff;
}

.card_body .link_text {
  /*   font-size: 18px; */
  font-weight: 600;
}

.card_body .title {
  /*   font-size: 1.4rem; */
  line-height: 1.4;
}

.primary-btn{
  border-radius: 12px;
  font-size: 18px;
}

.card_body .arrow svg {
  width: 20px;
  height: 20px;
  height: 16px;
  width: 16px;
}

.card_body .link_text a {
  display: inline-flex;
  align-items: center;
}

.card_body .link_text a .arrow {
  margin-left: 19px;
  margin-left: 14px;
  line-height: 0;
  position: relative;
  top: -1px;
}

.card_body .arrow svg path {
  stroke-width: 15px;
}

.card_body .link_text a .arrow.right {
  transition: all 0.2s ease;
}

.card_body .link_text a:hover .arrow.right {
  margin-left: 22px;
}

.card_item .img_wrap a.overlayLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.card_body .link_text a .arrow.down {
  transform: rotate(90deg);
  transform-origin: center;
  transition: 0.2s ease;
}

.card_body .link_text a:hover .arrow.down {
  transform: rotate(90deg) translateX(5px);
}


.slick-slider,
.slick-slider *{
  outline: none; 
}

.how_it_wrk .content-wrapper,
.how_it_wrk .page-center {
  padding-left: 0;
  padding-right: 0;
}


.dnd_pad .content-wrapper, .dnd_pad .page-center {
  padding-left: 0;
  padding-right: 0;
}

.cm_cwt_top,
.banner.center .page-center {
  padding-left: 12px;
  padding-right: 12px;
}


.card_item .meta{
  font-size: 0.9375em;
  font-weight: normal; 
}

.card_item .meta > span span {
  position: relative;
  top: 2px;
  vertical-align: middle;
  display: inline-block;
}

.top_content {
  text-align: center;
  margin-bottom: 50px;
}

a.secondary-btn {
  background-color: #359bec;
  border-color: #359bec;
}

a.secondary-btn:focus{
  background-color: #359bec;
  border-color: #359bec;
  color: #fff;
}

a.secondary-btn:hover {
  color: #359bec;
  background: transparent;
  border-color: #359bec;
}


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

  .card_item .card_body {
    min-height: 200px;
    padding: 1.2rem;
  }

  .card_item .img_wrap {
    height: 217px;
  }


  .card_item .img_wrap .category {
    bottom: 16px;
    left: 15px;
  }

  .category {
    border-radius: 20px;
    font-size: .825em;
    padding: 10px 15px;
    font-size: 0.755em;
  }

  .card_item .meta > span {
    column-gap: 11px;
    font-size: 14px;
  }

  .card_body .link_text {
    font-size: 16px;
    font-weight: 500;
  }

  .card_item .meta {
    margin-bottom: 26px;
  }

  .card_body .link_text a .arrow {
    margin-left: 11px;
  }

  .card_body .arrow svg {
    height: 17px;
    width: 17px;
  }

  .card_body .link_text a:hover .arrow.right {
    margin-left: 16px;
  }


}