/* Theme base styles */




/* 1a. Containers */









/* 1b. Colors */












/* 1c. Typography */





























/* 1d. Buttons */



















































/* 1e. Forms */































/* 1i. Website header */
















/* 1j. Website footer */











/* Generic */

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects */

/* 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 wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

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

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

/* Elements */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

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

.no-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

/* Simple button */

.button.button--simple {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  background-color: transparent;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #F7F5F0;
  background-color: #F7F5F0;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #9083A6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

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

/* Form fields */

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

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 input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 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'] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: ;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: ;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

/* Navigation skipper */

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

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}










/* 1b. Colors */












/* 1c. Typography */





























/* 1d. Buttons */



















































/* 1e. Forms */































/* 1i. Website header */
















/* 1j. Website footer */









.authors-main { padding: 152px 0 90px; } 
.authors-main .authors-outer { margin: 0px -20px; align-items: flex-start; }
.authors-main .authors-outer .authors-box { position: relative; display: none; text-decoration: none; width: calc(25% - 40px); margin-left: 20px; margin-right: 20px; border: 2px solid #9083A6; border-radius: 22px; }
.authors-main .authors-outer .authors-box .h5 a {line-height: 1.05;padding: 20px 20px 0;font-size: 20px;font-family:'Kanit'; text-decoration: none; font-weight: 600; display: block;}
.authors-main .authors-outer .authors-box .authors-img { width: 100px; height: 184px; display: block; overflow: hidden; border-radius: 106px; background-color: #5818FF; margin-top: -90px; margin-left: 44px; }
.authors-main .authors-outer .authors-box .authors-img img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
.authors-main .authors-outer .authors-box .authors-bio,
.authors-main .authors-outer .authors-box .authors-designation{ padding: 10px 20px 20px;  }
.authors-main .authors-outer .authors-box .authors-designation { min-height: 85px; }
.authors-main .authors-outer .authors-box .authors-designation strong {font-size: 18px;line-height: 33px;font-family: Inter; font-weight:700;  }
.authors-main .authors-outer .authors-box .authors-bio span strong { color: #5818FF; }
.authors-main .authors-outer .authors-box:nth-child(2n + 2) { margin-top: 40px; margin-bottom: 98px; }
.authors-main .authors-outer .authors-box:nth-child(2n + 1) { margin-bottom: 50px; }
.authors-main .authors-outer .authors-box .authors-designation span:last-child { font-size: 15px;font-family: Inter; font-weight:400;  }

.authors-main .button { justify-content: center; width: 100%; margin-top: -50px; float: left; }
.authors-main .button a#loadMore { width: 365px; max-width: 100%; }
.bpbody-outer .bpbody-left * + h2 { margin-top: 50px; }
.bapb-main { position: relative; padding-bottom: 80px; padding-top: 40px; }
.bapb-main .shape-bg { pointer-events: none; position: absolute; top: 0; left: 0; right: 0; overflow: hidden; bottom: -10px; }
.bapb-main .shape-bg svg { width: 100%; height: auto; position: absolute; top: initial; left: 0; right: 0; bottom: -1.9vw; }
.bpbody-main .shape-bg { position: absolute; top:-6.8vw; top:-6vw; height: 100%; width: 100%; z-index:5; }
div#hs_cos_wrapper_widget_170021903046022 { position: sticky; top: 113px; }
.change_index div#hs_cos_wrapper_widget_170021903046022 { z-index:-1; }
/* div#hs_cos_wrapper_widget_170021903046022 {     position: fixed;
    top: 110px;
    left: 0;
    right: 0;  }
.hs-blog-post.hs-blog-id-155254262127 span#hs_cos_wrapper_main_sections {
    padding-top: 592px;
    display: block;
} */
section.not_show_in_series_tag { padding-top:75px; }
.bpbody-main .shape-bg svg{width: 100%; height: auto; position: absolute; top:0; left: 0; right: 0;}
.bapb-main .bapb-outer { display: flex; flex-wrap: wrap; align-items: center; }
.bapb-outer .bapb-right { width: 42%; float: left; padding-left: 0px; }
.bapb-outer .bapb-left { width: 54%; float: left; padding-top: 0; padding-right: 45px; }
.bapb-outer .bapb-right .bapb-img { width: 100%; height: 433px; text-align: center; }
.bapb-outer .bapb-right .bapb-img img { max-height: 100%; object-fit: contain; }
.bapb-outer .bapb-left .bapb-box { border-radius: 22px; background: #ffffff; box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.15); padding: 32px 50px 45px 60px; }
.bapb-outer .bapb-left .bapb-box .bapb-text { max-width: 470px; font-size: 18px; line-height: 1.85; margin-top: 26px; }
.bapb-outer .bapb-left .bapb-box .bapb-text p { font-size: inherit; line-height: inherit; }
.bapb-outer .bapb-menu ul { flex-wrap: wrap; justify-content: flex-start; margin: 0; padding: 0; list-style-type: none; display: flex; align-items: center; }
.bapb-outer .bapb-menu ul li { list-style: none; display: inline-block; margin: 0; padding: 0; padding-right: 15px; margin-right: 8px; }
.bapb-outer .bapb-menu ul li:before { content: ">"; background: none; right: 0; left: inherit; border-radius: 0; top: -1px; bottom: 0; margin: auto; width: auto; height: auto; opacity: 0.5; }
.bapb-outer .bapb-menu ul li a { text-decoration: none; }
.bapb-outer .bapb-menu ul li a, 
.bapb-outer .bapb-menu ul li { color: #5818FF; font-size: 13px; font-weight: 600; text-transform: uppercase; }
.bapb-outer .bapb-menu ul li:last-child { max-width: 200px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.bapb-outer .bapb-menu ul li:last-child:before { content: no-close-quote; }
.bapb-outer .bapb-title { padding-top: 18px; }
.bapb-outer .bapb-title h1 { font-weight: 600; line-height: normal; color: #1B0442; }
.bapb-outer .bapb-menu ul li a:hover { color: #5818FF; }
.bapb-outer .bapb-title h1 span { display: inline-block; position: relative;font-weight:600;}
.bapb-outer .bapb-title h1 span:before { pointer-events: none; content: ''; position: absolute; bottom: -11px; background-image: url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/underline-h1%201.png); background-repeat: no-repeat; background-position: center; background-size: contain; width: 183px; height: 31px; margin: auto; left:17px; right: 0; display: inline-block; }
.bapb-menu a[href="javascript:void(0);"] { pointer-events: none; user-select: none; }
/* .bpbody-main .baseModuleParent { top: -30px; } */
.post-body .hs-responsive-embed-wrapper iframe {
    margin-top: 20px;
}

.publi-main { padding: 25px 0px 98px; }
.publi-main .publi-outer { display: flex; flex-wrap: wrap; align-items: center; }
.publi-main .publi-outer .publi-left { width: 50%; float: left; }
.publi-main .publi-outer .publi-right { width: 50%; float: left; padding-left: 100px; }
.publi-main .publi-outer .publi-right .publi-text { font-size: 18px; color: #000; line-height: 1.85; padding-bottom: 10px; }
.publi-main .publi-outer .publi-right .publi-text p { font-size: inherit; line-height: inherit;font-weight:400;}
.publi-main .publi-outer .publi-right .publi-content { max-width: 387px; }

.bapb-main.bapb-normal-main .bapb-outer .bapb-menu ul li a,
.bapb-main.bapb-normal-main .bapb-outer .bapb-menu ul li { color: ; }
.bapb-main.bapb-normal-main .bapb-outer .bapb-menu ul li a:hover { color: #5818FF; }
.bapb-main.bapb-normal-main .bapb-outer .bapb-menu ul li:before { color: currentColor; }
.bapb-main.bapb-normal-main .bapb-outer .bapb-title h1 {font-size: 60px;font-weight: 600;}
.bapb-main.bapb-normal-main .bapb-outer .bio-text strong { color: ; }
.bapb-main.bapb-normal-main .bapb-outer .bapb-right .bapb-img { width: 200px; height: 374px; border-radius: 106.5px; overflow: hidden; display: inline-block; margin: 0px auto; margin-bottom: -80px; display: flex; align-items: flex-end; justify-content: center; }
.bapb-main.bapb-normal-main .bapb-outer .bapb-right .bapb-img img { width: 100%; height: auto; object-fit: inherit; object-position: bottom; }
.bapb-main.bapb-normal-main .bapb-outer .bapb-right { display: flex; flex-wrap: wrap; justify-content: center; padding-top: 97px;     margin-bottom: 65px; }
.bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box { margin-bottom: -74px; }
.bapb-main.bapb-normal-main{ padding-bottom: 0px; } 
.blog_left_title.author_title_blog { margin-bottom: 16px; }

.bapb-left .blog-header__author-social-links { display: flex; align-items: center; padding-top: 20px; }
.bapb-left .blog-header__author-social-links a { border: 1px solid #1B0442; width: 30px; height: 30px; background-color: #1B0442; text-decoration: none; border-radius: 100%; color: #ffffff; fill: #ffffff; display: flex; align-items: center; justify-content: center; margin-right: 10px; }
.bapb-left .blog-header__author-social-links a span { display: block; width: 55%; height: 55%; object-fit: contain; }
.bapb-left .blog-header__author-social-links a span svg { display: block; width: 100%; height: 100%; object-fit: contain; }
.bapb-left .blog-header__author-social-links a:hover { background-color: ; }
.bapb-left .blog-header__author-social-links a:hover { background-color: #ffffff; color: #1B0442; fill: #1B0442; }

.bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .bapb-designation { font-size: 18px; font-weight: 700; line-height: 1.85; }
.bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .bapb-designation span:last-child {font-size: 18px;font-weight: 400; font-family: Inter;}
.bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .bapb-designation span strong{font-weight: 700;     font-family: Inter;
}
.bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .bio-text {font-family: Inter;padding-top: 32px;font-size: 16px;font-weight: 400;line-height: 33px;}

.bpb-main { position: relative; padding-top: 40px; padding-bottom: 100px; }
.bpb-main .shape-bg { pointer-events: none; position: absolute; top: 0; left: 0; right: 0; overflow: hidden; bottom: 0; }
.bpb-main .shape-bg svg { width: 100%; height: auto; position: absolute; top: initial; left: 0; right: 0; bottom: -1.9vw; }
.bpb-main .bpb-outer { display: flex; flex-wrap: wrap; }
.bpb-outer .bpb-right { width: 50%; float: left; padding-left: 42px; }
.bpb-outer .bpb-left { width: 50%; float: left; padding-top: 40px; padding-right: 40px; }
.bpb-outer .bpb-right .bpb-img { box-shadow: 0px 4px 22px 0px rgba(27, 4, 66,0.15); width: 100%; height: 365px; border-radius: 20px; overflow: hidden; }
.bpb-outer .bpb-menu ul { flex-wrap: wrap; margin: 0; padding: 0; list-style-type: none; display: flex; align-items: center; }
.bpb-outer .bpb-menu ul li { list-style: none; display: inline-block; margin: 0; padding: 0; padding-right: 15px; margin-right: 8px; }
.bpb-outer .bpb-menu ul li:before { content: ">"; background: none; right: 0; left: inherit; border-radius: 0; top: -1px; bottom: 0; margin: auto; width: auto; height: auto; opacity: 0.35; }
.bpb-outer .bpb-menu ul li a { text-decoration: none; color: #9083A6; }
.bpb-outer .bpb-menu ul li a,
.bpb-outer .bpb-menu ul li { color: #9083A6; font-size: 13px; font-weight: 600; }
.bpb-outer .bpb-menu ul li:last-child { max-width: 200px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.bpb-outer .bpb-menu ul li:last-child:before { content: no-close-quote; }
.bpb-outer .bpb-title { padding-top: 18px; }
.bpb-outer .bpb-title h1 { font-size: 48px; color: #1B0442; line-height: 1.15; }
.bpb-outer .bpb-bottom { padding-top: 70px; }
.bpb-outer .bpb-bottom ul { font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none margin: 0; padding: 0; list-style-type: none; }
.bpb-outer .bpb-bottom ul li { list-style-type: none; margin: 0; padding: 0; font-size: 13px; color: #9083A6; font-weight: 600; letter-spacing: 2px; margin-bottom: 16px; position: relative; }
.bpb-outer .bpb-bottom ul li:before { display: none; }
.bpb-outer .bpb-bottom ul li.bpb-date { padding-left: 23px; }
.bpb-outer .bpb-bottom ul li.bpb-date:after { content: ''; position: absolute; top: 1px; left: 0; width: 13px; height: 15px; background-image: url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/date.svg); background-repeat: no-repeat; background-size: contain; background-position: center; }
.bpb-outer .bpb-bottom ul li.bpb-readTime:after { content: ''; position: absolute; top: 2px; left: 0; width: 13px; height: 15px; background-image: url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/time.svg); background-repeat: no-repeat; background-size: contain; background-position: center; }
.bpb-outer .bpb-bottom ul li.bpb-readTime { padding-left: 20px; }
.bpb-outer .bpb-menu ul li a:hover { color: #5818FF; }


.bpbody-main { padding-top: 0px; padding-bottom:25px; padding-bottom:0px; z-index: 1; background-color: #ffffff !important; }
.bpbody-main .bpbody-outer { display: flex; flex-wrap: wrap; }
.bpbody-main .bpbody-outer .bpbody-left { width: calc(100% - 300px); float: left; padding-right: 40px; padding-top: 0px; }
.bpbody-main .bpbody-outer .bpbody-left .author-label .h6 { padding-top: 15px; color: #9083A6; }
.bpbody-main .bpbody-outer .bpbody-left .author-label { margin-bottom: 20px; }
.bpbody-main .bpbody-outer .bpbody-right { width: 300px; float: left; }
.bpbody-outer .bpbody-right .bpbody-accordian { position: sticky; top:140px; background-color: #F7F5F0; border-radius: 22px; } 
.bpbody-right .bpbody-accordian .h6 { padding: 15px 23px 15px 15px; }
.bpbody-accordian .accordian-outer .accordian-block { padding: 15px 23px 15px 15px; border-top: 1px solid #F7F5F0; }
.accordian-outer .accordian-block .accordian-text { display: none; font-size: 11px; padding-top: 12px; }
.accordian-outer .accordian-block .active.accordian-title:before {transform: rotate(90deg);}
.accordian-outer .accordian-block .accordian-title  {  position: relative; padding-left: 22px; padding-right: 20px; cursor: pointer; }
.accordian-outer .accordian-block .accordian-title a, .accordian-outer .accordian-block .accordian-title { font-size: 15px; color: #1B0442; font-family: Kanit, sans-serif; font-weight: 600; text-decoration: none; }
.accordian-outer .accordian-block .accordian-title:before {transition:400ms all;content: ''; position: absolute; top:5px; right: 0; background-image: url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/angle_right.svg); background-repeat: no-repeat; background-position: center; background-size: contain; width: 6px; height: 12px; bottom: 0;}
.accordian-outer .accordian-block .accordian-title:after { content: ''; position: absolute; top: 0; left: 0; background-image: url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/message.svg); background-repeat: no-repeat; background-position: center; background-size: contain; width: 15px; height: 14px; bottom: 0; margin: auto; }
.accordian-outer .accordian-block .accordian-text p { font-size: inherit; line-height: inherit; }
.author-outer { text-decoration: none; display: flex; flex-wrap: wrap; align-items: center; }
.author-outer:hover { text-decoration: none; }
.author-outer .author-left { width: 35px; height: 65px; }
.author-outer .author-left .author-img,
.author-outer .author-left .author-img img { color: #ffffff; width: 100%; height: 100% !important; object-fit: contain; object-position: bottom center; }
.author-outer .author-left .author-img img {position: relative;bottom: -2px;}
.author-outer .author-left .author-img { background-color: #5818FF; border-radius: 106px; overflow: hidden; }
.author-outer .author-right { padding-left: 13px; width: calc(100% - 35px); padding-right: 7px; }
.author-outer .author-right .h5 { font-family: Kanit; color: #1B0442; font-size: 20px; font-weight: 500; line-height: 1.16; }
.author-outer .author-right .text { font-size: 14px; color: #1B0442; }
.author-outer .author-right .text strong { color: #5818FF; }
.author-group { display: flex; flex-wrap: wrap; max-width: 769px; justify-content: space-between; }
.author-group .author-block { width: 50%; float: left; max-width: 308px; margin-bottom: 25px; } 
.bpbody-outer .post-body p,
.bpbody-outer .post-body li { font-weight: 400; color: #1B0442; font-family: Inter; font-size: 18px; line-height: 2.18; letter-spacing: 1px; }
.bpbody-outer .bpbody-left h3, .share-main p { font-size: 28px; }
.bpbody-outer .post-body *+p, .bpbody-outer .post-body img { margin-top: 40px;letter-spacing:0.18px;}
.bpbody-outer .bpbody-left h2 { font-size: 31px; line-height: 1.26; font-weight: 700; color: #1B0442; } 
.bpbody-outer .post-body ul, .bpbody-outer .post-body ol { /*margin: 0px 0px 20px; */ padding: 0; }
.bpbody-outer .post-body ul li, .bpbody-outer .post-body ol li { letter-spacing: 0.18px; margin: 0; }
.bpbody-outer .post-body ul li:before, .bpbody-outer .post-body ol li:before { width: 7px; height: 7px; background-color: #5818FF; }
.bpbody-outer .post-body>.hs_cos_wrapper>p:first-child, .bpbody-outer .post-body>.hs_cos_wrapper>p:first-child * { line-height: 1.95; font-size: 18px;font-weight:600;}
.bpbody-outer .post-body>.hs_cos_wrapper>p:first-child strong, .bpbody-outer .post-body>.hs_cos_wrapper>p:first-child b { font-weight:600 !important; }
.bpbody-outer .post-body { padding-top: 5px; }
.bpbody-outer .post-body figure { margin: 0; }

/* .outter_newsletters.blue_slider {
    position: relative;
    z-index: 1;
} */
.bprelated-main { padding: 85px 0px 40px; background-color: #ffffff !important;     z-index: 1;
}
.bprelated-main .heading { margin-bottom: 10px; }
.bprelated-main .blog_index_repeat { width: 33.33%; }
.bprelated-main .blog_index_section_group { margin: 0px -20px;}
.bprelated-main .blog_index_topic {min-width: 149px;}
.bprelated-main .blog_index_topic a, .bprelated-main .blog_index_topic span {display: block;}

.share-main { background: #F7F5F0; border-radius: 22px; margin-top: 60px; padding:12px 15px 20px 15px; }
.share-main ul.share-inner { list-style-type: none; padding: 0; margin: 5px 0px 0px; display: flex; flex-wrap: wrap; align-items: center; }
.share-main ul.share-inner li { list-style-type: none; margin: 10px 10px 0px 0px; padding: 0; display: inline-block; }
.share-main ul.share-inner li:before { display: none; }
.share-main ul.share-inner li button,
.share-main ul.share-inner li a { border: 1px solid #5818FF; border-radius: 11px; background: transparent; color: #5818FF; display: inline-block; text-decoration: none; }
.share-main ul.share-inner li a span.arrow_icon { width: 10px; height: 9px; display: inline-block; margin-left: 4px; }
.share-main ul.share-inner li a span.arrow_icon svg { width: 100%; height: 100%; object-fit: contain; display: block; }
.share-main ul.share-inner li a span.in_icon { width: 10px; height: 10px; display: inline-block; }
.share-main ul.share-inner li a span.in_icon svg { width: 100%; height: 100%; object-fit: contain; display: block; }
.share-main ul.share-inner li a span.twitter_icon { width: 13px; height: 11px; display: inline-block; }
.share-main ul.share-inner li a span.twitter_icon svg { width: 100%; height: 100%; object-fit: contain; display: block; }
.share-main ul.share-inner li button { font-size: 12px; font-weight: 400; }
.share-main ul.share-inner li button span.copy_icon { margin-right: 7px; width: 11px; height: 19px; display: inline-block; vertical-align: middle; }
.share-main ul.share-inner li button span.copy_icon svg { width: 100%; height: 100%; object-fit: contain; display: block; }
.share-main ul.share-inner li a { padding: 3px 21px; }
.share-main ul.share-inner li button { padding: 5px 11px; }
.share-main ul.share-inner li button:hover { background: #5818FF; color: #ffffff; }
.share-main ul.share-inner li button:hover svg rect { stroke: #ffffff; }
.share-main ul.share-inner li a:hover { background: #5818FF; }
.share-main ul.share-inner li a:hover .in_icon svg  path { fill: #ffffff; }
.share-main ul.share-inner li a:hover .arrow_icon svg path { stroke: #ffffff; }
.share-main ul.share-inner li a:hover span.twitter_icon svg path { fill: #ffffff; }

.form_style .form-text { color: #1B0442; font-size: 18px; font-weight: 600; }
.form_style .form-text p {color: inherit; font-size: inherit; line-height: inherit;font-family: Inter;font-weight: 600;line-height: 39px;letter-spacing: 0.18px;}
.form_style { margin-top: 25px; }
.form_style .form-title:empty { display: none; }
.form_style form { padding: 0; padding-top: 40px; background: transparent; border: none; } 
.form_style form .hs_submit.hs-submit .hs-button { margin-top: 10px; display: inline-block; width: auto; padding: 18px 20px; font-size: 18px; line-height: 1.3; min-width: 240px; }
.form_style form input[type='text'],
.form_style form input[type='email'],
.form_style form input[type='password'],
.form_style form input[type='tel'],
.form_style form input[type='number'],
.form_style form input[type='search'],
.form_style form select,
.form_style form textarea { border-bottom: 2px solid #9083A6; }
.form_style form input:focus,
.form_style form select:focus,
.form_style form textarea:focus { outline: none; }
.form_style form .field > label { margin-bottom: 0; line-height: 1.3; font-size: 14px; color: #1B0442; }
.form_style form .field > label span.hs-form-required { color: #1B0442; font-size:14px; display: inline-block; line-height:normal; vertical-align: bottom; }
.form_style form .field.hs-fieldtype-checkbox .input ul.inputs-list.multi-container li.hs-form-checkbox { padding-left: 0; }
.form_style form .field.hs-fieldtype-checkbox .input ul.inputs-list.multi-container li.hs-form-checkbox input+span { color: #1B0442; }
.bpbody-main .form_style form {padding: 20px 0 0;}
.bpbody-main .form-columns-2 > div{width:47.5% !important;}

.author-outer .author-right .author-designat { font-size: 14px; line-height: 1.3; }
/* .slick-dots li button:hover {
background: #E6DEFA !important;
border-color: #E6DEFA !important;
} */
.two_row_slider .slick-dots li.slick-active {
    pointer-events: none;
}
span.dotcss { pointer-events: none; background: transparent !important; color: #E6DEFA !important; position: relative; text-indent: -999px; overflow: hidden; }
span.dotcss:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 10px; height: 10px; background: #E6DEFA; border-radius: 100%; margin: auto; box-shadow: -13px 0px 0px 0px #E6DEFA, 13px 0px 0px 0px #E6DEFA; font-size: 0px; }
.bpb-outer .bpb-right { margin-bottom:87px; }
/* .blog_index_section_group_parent .blog_index_post_summary {font-weight: 400;}
.blog_index_section_group_parent .blog_index_post_summary p{font-weight:400;}
.blog_index_section_group_parent .blog_index_post_summary span{font-weight:400;}
.blog_index_section_group .blog_index_post_summary p{font-weight:400;}
.blog_index_section_group .blog_index_post_summary p span{font-weight:400;} */
.bpbody-outer .post-body blockquote { border: none; line-height: 196.667%; margin: 85px 0; position: relative; padding: 0; text-indent: 70px; }
.bpbody-outer .post-body blockquote:before,
.bpbody-outer .post-body blockquote:after { content: ''; position: absolute; background-image: url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/blockquote.svg); background-repeat: no-repeat; background-position: center; background-size: contain; width: 50px; height: 34px; }
.bpbody-outer .post-body blockquote:after { right: 0; bottom: -30px; }
.bpbody-outer .post-body blockquote:before { top: -40px; left: 0; transform: rotate(180deg); }

.simple_list_page section.not_show_in_series_tag { padding-top: 26px; padding-bottom: 40px; }
/* main#main-content span#hs_cos_wrapper_main_sections > div:first-child { position: sticky; top: 113px; } */
.NormalTag .blog_banner_sec:after { background-size: contain;}

.static_left_banner .bpbody-main { padding-top: 0; }
.static_left_banner .bpbody-main .shape-bg { display: none; }
.static_left_banner main#main-content span#hs_cos_wrapper_main_sections>div:first-child { position: inherit; top: initial; }
.pagination span.dotcss { pointer-events: none;} 
.nolistStyle.pagination ul li.prev svg { position: relative; left: -2px; top: 2px; }
.nolistStyle.pagination ul li.next svg { right: -2px; top: 1px; position: relative; }
.footer_top_shape2{ display: none; }
span.footer_top_shape2 { position: absolute; content: ''; width: 100%; height: auto; overflow: hidden; top: 0px; }
span.footer_top_shape2 svg#Layer_1 { width: 100%; height: auto; top: 0; }
.blog_author_page span.footer_top_shape,
.uniqTag span.footer_top_shape,
.simple_list_page span.footer_top_shape{ display: none; }
.blog_author_page span.footer_top_shape2,
.uniqTag span.footer_top_shape2,
.simple_list_page span.footer_top_shape2{ display: block; }
.uniqTag span.footer_top_shape2 svg#Layer_1 path{ fill: #9083A6; }

.bpbody-outer .post-body table {
    margin-top: 30px;
}

.bpbody-outer .post-body .cta_button, .bpbody-outer .post-body .hs-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #5818FF;
    border: 2px solid transparent;
    border-radius: 5rem;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Kanit;
    font-weight: 600;
    line-height: 1.2;
    padding: 1.4rem 2.5rem;
    position: relative;
    text-align: center;
    text-decoration: none; font-size: 14px; letter-spacing: 0;
    transition: opacity .25s ease-in-out,background-color .25s ease-in-out;
}
.bpbody-outer .post-body .cta_button:hover, .bpbody-outer .post-body .hs-button:hover {background-color: #1B0442; color: #ffffff !important;}

.authors-main .authors-outer .authors-box .h5 {
    margin-top: 0;
}


@media (min-width:769px) {

    .bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .bapb-img { display: none;}

    .bpb-outer .bpb-right .bpb-menu { display: none; }


}
@media (max-width: 1400px) {

    .bpb-outer .bpb-left { padding-right: 0; }
    .bpb-outer .bpb-bottom { padding-top: 50px; }

}  
@media (max-width: 1279px) {

    .authors-main .authors-outer .authors-box { margin-left: 10px; margin-right: 10px; width: calc(25% - 20px); }
    .authors-main .authors-outer { margin: 0px -10px; }
    .bapb-outer .bapb-left .bapb-box { padding: 32px 30px 30px 30px; }

    .bpb-outer .bpb-title h1 { font-size: 39px; }
    .bpb-outer .bpb-bottom { padding-top: 30px; }

    .bpb-outer .bpb-right { margin-bottom: 57px; }

}
@media (max-width: 992px) {

    .authors-main .authors-outer .authors-box { width: calc(50% - 20px); }
    .bapb-outer .bapb-left { padding-right: 20px; }
    .bapb-outer .bapb-left .bapb-box { padding: 20px; }
    .bapb-outer .bapb-left .bapb-box .bapb-text { font-size: 16px; max-width: 100%; }
    .bapb-outer .bapb-right .bapb-img { height: auto; }
    .bapb-outer .bapb-title h1 span:before { width: 143px; }

    .publi-main .publi-outer .publi-right { padding-left: 40px; }
    .publi-main { padding: 40px 0 60px; }

    .bpb-outer .bpb-title h1 { font-size: 29px; }
    .bpb-outer .bpb-title { padding-top: 10px; }
    .bpb-outer .bpb-bottom ul li { font-size: 12px; }
    .bpb-outer .bpb-right { padding-left: 30px; }
    .bpb-outer .bpb-left { padding-top: 20px; }

    .bprelated-main .blog_index_repeat { width: 50%; }

    .bpbody-outer .post-body li,
    .bpbody-outer .post-body p { font-size: 15.4px; letter-spacing: 1px; line-height: 1.9; }
    .bpbody-main .bpbody-outer .bpbody-left { padding-right: 20px; }
    .author-outer .author-right .h5 { font-size: 15px; line-height: 1.16; }
    .author-outer .author-right .text { font-size: 11px; }
   .bpbody-outer .post-body>.hs_cos_wrapper>p:first-child{ font-size: 16px; }
    .bpbody-outer .bpbody-left h2 { font-size: 25px; }
    .bpbody-outer .bpbody-left h3, .share-main p  { font-size: 22px; }
    .bpbody-outer .post-body *+p, .bpbody-outer .post-body img { margin-top: 20px; }
    .bpb-outer .bpb-right { margin-bottom: 0px; }

}
@media (max-width:768px) {
    .authors-main .authors-outer { margin: 0; }
    .authors-main .authors-outer .authors-box:nth-child(odd) { margin-bottom: 20px; margin-top: 88px; }
    .authors-main .authors-outer .authors-box:nth-child(2n+2) { margin-bottom: 20px; margin-top: 88px; }
    .authors-main { padding: 90px 0px 40px; }
    .authors-main .button { margin-top: 20px; }
    .authors-main .authors-outer .authors-box { width: 100%; margin-left: 0; margin-right: 0; }
    .authors-main .authors-outer .authors-box .h5 a { font-size: 20px;line-height:23px;}
    .authors-main .authors-outer .authors-box .authors-bio span strong { font-size: 18px; }

    .bapb-outer .bapb-left { padding-right: 0; width: 100%; }
    .bapb-outer .bapb-right { padding-left: 0; width: 100%; margin-top: 40px;display:none;}
    .bapb-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: inherit; }
    .bapb-main .shape-bg { bottom: 0px; }
    .bapb-main { padding-bottom: 60px;padding-top:25px;}

    .publi-main .publi-outer .publi-right { padding-left: 0; width: 100%; padding-top: 20px; }
    .publi-main .publi-outer .publi-left { width: 100%; }
    .publi-main .publi-outer { text-align: center; justify-content: center; }

    .bapb-main.bapb-normal-main { margin-bottom: -65px; }
    .bapb-outer .bapb-title h1 {font-weight: 600;font-size: 25px;}
    .bapb-main.bapb-normal-main .bapb-outer .bapb-title h1 { font-size: 25px; margin-bottom:10px; }
    .bapb-main.bapb-normal-main .bapb-outer .bapb-right { padding-top: 0; display: none; }
    .bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box { margin-bottom: 0px; }
    .bapb-outer .bapb-left .bapb-box {padding: 15px 20px 40px;}
    .bapb-outer .bapb-left .bapb-box .bapb-text {font-size: 16px;font-style: normal;font-weight: 400;line-height: 23px;}
    .bapb-outer .bapb-left .bapb-box .bapb-text {font-size: 15.4px;font-style: normal;font-weight: 400;line-height: 23px;margin-top:10px;}
    .bapb-outer .bapb-left .bapb-box .bapb-text p{font-weight:400;}
    .blog_left_title.author_title_blog { display: block; }
    .publi-main { padding: 0px 0 40px; }
    .bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .bapb-img { overflow: hidden; width: 70px; height: 135px; border-radius: 106.5px; margin-bottom: 16px; margin-top: -87px; }
    .bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .bapb-img img { width: 100%; height: 100%; object-fit: cover; }
    .bapb-main.bapb-normal-main { padding-top: 92px; }
    .publi-main .publi-outer .publi-right .publi-content { margin: 0 auto;}
    .bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .bapb-designation > span { display: block; }
    .bapb-outer .bapb-title { order: 2;padding-top: 10px;}
    .bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box { display: flex; flex-wrap: wrap; }
    .bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box > div { width: 100%; padding-top: 0px; }
    .bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .bapb-menu { order: 4; padding-top: 15px; }
    .bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .bapb-designation { font-size: 13px; font-weight: 400; line-height: normal; order: 3; width: 100%; padding-top: 0; }
    .bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .bapb-img {order: 1;margin-left: 12px;margin-right: 12px;}
    .bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .bio-text { order: 5; padding-top: 10px; }
    .bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .blog-header__author-social-links { order: 6; padding-top: 15px; }
    .bapb-main.bapb-normal-main .bapb-outer .bapb-left .bapb-box .bapb-designation span:last-child  {  font-size: 13px; }

    .bpb-outer .bpb-right { padding-left: 0; width: 100%; }
    .bpb-outer .bpb-left { padding-top: 20px; width: 100%; }
    .bpb-main .bpb-outer { flex-direction: column-reverse; }
    .bpb-outer .bpb-title h1 { font-size: 25px; }
    .bpb-outer .bpb-bottom { padding-top: 25px; }
/*     .bpb-outer .bpb-bottom ul li { font-size: 10px; } */
/*     .bpb-outer .bpb-bottom ul li.bpb-readTime:after { top: 0px; }
    .bpb-outer .bpb-bottom ul li.bpb-date:after { top: 0; } */
    .bpb-outer .bpb-bottom ul li { margin-bottom: 33px; }
    .bpb-outer .bpb-bottom ul li:last-child{margin-bottom:10px;}
    .bpb-main { padding-top: 25px; padding-bottom: 30px; }
    .bpb-outer .bpb-right .bpb-img { height: 59vw; }
    .bpb-left .bpb-menu { display: none; }
    .bpb-outer .bpb-title { padding-top: 0; }
    .bpb-outer .bpb-right .bpb-menu { margin-bottom: 15px; }

    .bprelated-main .blog_index_repeat { width: 100%; }
    .bprelated-main .blog_index_section_group { margin: 0px;}
    .bprelated-main .blog_index_repeat { padding: 20px 0px; }

    .bprelated-main { padding: 40px 0 22px; }
    .bprelated-main .heading { margin-bottom: 1px; }
    .bprelated-main .heading .h2 { font-size: 26px; line-height: 1.2; }
    .bpbody-main { padding-bottom: 0; }
    .bpbody-main .bpbody-outer .bpbody-right { width: 100%; padding-top: 40px; }
    .bpbody-main .bpbody-outer .bpbody-left {padding-right: 0;width: 100%;padding-top:13px;}
    .share-main ul.share-inner li:nth-child(2) { width: 100%; margin-right: 0; }
    .share-main ul.share-inner li:nth-child(2) button { width: 100%; text-align: left; }
    .share-main ul.share-inner li { width: calc(50% - 7px); margin-right: 0; }
    .share-main ul.share-inner li a { width: 100%; text-align: center; }
    .share-main ul.share-inner li:last-child { margin-left: 7px;margin-top:15px;}
    .share-main ul.share-inner li:nth-child(3) { margin-right: 7px;margin-top:15px;}
    .share-main { margin-top: 40px; }

    .form_style form .hs_submit.hs-submit .hs-button { width: 100%; }
    .form_style form .form-columns-2 > div { width: 100% !important; }
    .form_style form  .hs-form-field { margin-bottom: 12px; }
    .form_style form { padding: 10px 0 0; }
    .form_style .form-text { font-size: 15px; }
    .bpbody-outer .bpbody-left h2 { font-size: 20px; }
    .bpbody-outer .bpbody-left h3, .share-main p  { font-size: 18px; margin-top: 30px; }
    .author-group .author-block { float: left; margin-bottom: 10px; max-width: 100%; width: 100%; }
    .author-outer .author-right .text { font-size: 10px; }   
    .bapb-main.bapb-normal-main .shape-bg { bottom: 212px; }
    .bapb-main.bapb-normal-main:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; background-color: #ffffff; height: 212px; }
    .author-group .designat-author{font-size: 10px;font-weight: 700;}
    /*     .author-outer .designat-author:first-child{font-weight:700;} */
    .author-group .designat-author span strong{font-weight:700;}
    .author-outer .author-right .author-designat{font-size: 10px;font-weight:400;}
    .bpbody-outer .post-body{padding-top:0;}
   .bpbody-outer .post-body>.hs_cos_wrapper>p:first-child{color:#1B0442;font-weight: 600;font-size: 15px;}
    .bpbody-outer .post-body ul li, .bpbody-outer .post-body ol li {padding-left:30px;}
    .bpbody-outer .post-body ul li:before, .bpbody-outer .post-body ol li:before {width: 5px;height: 5px;left:10px;background-color:#1B0442;}
    .form_style .form-text p {font-size: 15px;font-style: normal;font-weight: 600;line-height: 29px;letter-spacing: 0.15px;}
    .bpbody-outer .form_style form .field > label span.hs-form-required {font-size: 14px;line-height: 1.3;}
    .bpbody-outer form input[type='text'], form input[type='email'], form input[type='password'], form input[type='tel'], form input[type='number'], form input[type='search'], form select, form textarea {padding: 8px 10px;}
    .bpbody-outer .hs-form-checkbox label.hs-form-checkbox-display input+span {font-size: 12px;line-height: 18px;}
    .bpbody-outer ul.multi-container li.hs-form-checkbox {margin: 0 0 5px 0;}
    .accordian-outer .accordian-block .accordian-title:before {height: 15px;width: 8px;background-size: cover;}
    .newsletters_title .h2{line-height:1.2;}
    .publi-main .publi-outer .publi-right .publi-text {padding-bottom: 5px;}
    .publi-main .publi-outer .publi-right .publi-content .button{width:100%;}
    .publi-main .publi-outer .publi-right .publi-content .button a{width:100%;text-align:center;}
/*     .newsletters_sec {padding-top:0 !important;} */
    .bprelated-main .blog_index_date_tag{padding-bottom:10px;}
    .bprelated-main .blog_index_date span{letter-spacing: 0.7px;}
    .bprelated-main .blog_index_repeat{padding:10px 0;}
    .bapb-outer .bapb-title h1 span:before { width: 143px; width: 83px; height: 14px; bottom: -6px; left: 10px;}
    .publi-main .publi-outer .publi-right .publi-text p {font-family: Inter;font-size: 15.4px;font-weight: 400;line-height: 33px;text-align: left;}section.not_show_in_series_tag {padding-top: 99px;}
    .simple_list_page section.blog_index_section.not_show_in_series_tag { padding-top: 15px; }
    .simple_list_page section.blog_index_section.not_show_in_series_tag .pagination { padding-top: 5px; margin-top: 0; }
    .simple_list_page .blog_popular_left_sec.blog_index_only_tag { padding-bottom: 70px; }
    .hs-blog-post .newsletters_sec { padding-top: 5px; }
    .blog_author_page section.blog_index_section.not_show_in_series_tag { padding-top: 100px;}
    .blog_author_page .publi-main { padding-top: 40px; padding-bottom: 60px; }
    .newsletters_sec { padding-top: 40px; }
    .global_authors_page .newsletters_sec { padding-top: 40px; }
    
    .bpbody-outer .post-body blockquote { margin: 60px 0; text-indent: 55px; }
    
    
}
@media (max-width: 480px) {
    .author-outer .author-left {height: 46px;width: 25px;} 

}








/* Date */

.blog-post__timestamp {
    display: block;
    margin-bottom: 0.7rem;
}

/* Author */

.blog-post__author {
    display: flex;
    margin-bottom: 1.4rem;
    align-items: center;
}

.blog-post__author-image {
    height: auto;
    width: 50px;
    margin-right: 0.7rem;
}

.blog-post__author-name,
.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name:active {
    text-decoration: none;
}

/* Content */

.blog-post__body img {
    height: auto;
    max-width: 100%;
}

/* Comments */

.blog-comments .hs-submit {
    text-align: center;
}

.blog-comments .comment-reply-to {
    border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus,
.blog-comments .comment-reply-to:active {
    background-color: transparent;
    text-decoration: underline;
}




/* Blog listing */

.blog-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
    justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
    width: 100%;
    text-align: center;
}

/* Article */

.blog-listing__post {
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 2.8rem;
    flex-direction: column;
}

.blog-listing__post-inner-wrapper {
    display: flex;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
    display: flex;
}

.blog-listing__post-image {
    height: auto;
    width: 100%;
}

/* Content */

.blog-listing__post-content {
    display: flex;
    padding: 0.7rem 0 0;
    flex-direction: column;
    flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
    padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
    margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
    margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
    text-decoration: none;
}

/* Title */

.blog-listing__post-title {
    margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
    display: flex;
    margin-bottom: 0.7rem;
    align-items: center;
}

.blog-listing__post-author-image {
    height: auto;
    width: 50px;
    margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
    text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
    display: block;
    margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
    margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
    flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
    width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
    width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
    width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
    margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
    margin-right: 1.333rem;
}

@media (max-width: 767px) {
    .blog-listing .blog-listing__post {
        width: 100%;
        margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
    }
}

.blog-listing--card .blog-listing__post-image-wrapper {
    height: 200px;
}

.blog-listing--card .blog-listing__post-image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .blog-listing--card .blog-listing__post-image-wrapper,
    .blog-listing--card .blog-listing__post-image {
        height: auto;
    }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
    display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
    width: 100%;
}

.blog-listing--list .blog-listing__post-image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .blog-listing--list .blog-listing__post-image-wrapper,
    .blog-listing--list .blog-listing__post-image {
        height: auto;
    }
}

@media (min-width: 768px) {
    .blog-post-listing__post--list {
        flex-direction: row;
    }

    .blog-listing__post-content--list {
        order: 1;
    }

    .blog-post-listing__post-image-wrapper--list {
        order: 1;
    }

    .blog-post-listing__post-image-wrapper--right {
        order: 2;
    }

    .blog-listing--list .blog-listing__post-image-wrapper {
        width: 25%;
    }

    .blog-listing--list .blog-post-listing__post-image-wrapper--left {
        margin-right: 1.4rem;
    }

    .blog-listing--list .blog-post-listing__post-image-wrapper--right {
        margin-left: 1.4rem;
    }
}
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* 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 {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 100%;
  left: 0;
  opacity: 1;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
  opacity: 1;
}

@media (max-width: 767px) {
  /* prettier-ignore */
  .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 {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}
/* stylelint-enable declaration-no-important */