









/* 1b. Colors */












/* 1c. Typography */





























/* 1d. Buttons */



















































/* 1e. Forms */































/* 1i. Website header */
















/* 1j. Website footer */









@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');









/* Drag and drop layout styles */

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

/* Padding on blog post sections */

.blog-post-section {
  padding: 60px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1280px;
}
.content-wrapper { padding: 0 52px; }



html {
  font-size: 15px;
}

body, p, .p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;  
  color: #1B0442;
  font-size: 15px;     line-height: 1.533333;     
}

body { opacity: 1; }
/* body.window_loaded { opacity: 1; } */

/* Anchors */

a {
  font-weight: 400; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #1B0442;
}

a:hover,
a:focus, a:active {
  color: #1B0442;
}

/* Headings */

h1,.h1 {
  font-family: Kanit, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1B0442;
  font-size: 57px;
  text-transform: none;     line-height: 1.159;
}

h2,.h2 {
  font-family: Kanit, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1B0442;
  font-size: 45px;
  text-transform: none;     line-height: 1.333333;
}

h3,.h3 {
  font-family: Kanit, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1B0442;
  font-size: 30px;
  text-transform: none;
}

h4,.h4 {
  font-family: Kanit, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1B0442;
  font-size: 25px;
  text-transform: none;     line-height: 1.48;
  ;
}

h5,.h5 {
  font-family: Kanit, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1B0442;
  font-size: 22px;
  text-transform: none;
}

h6,.h6 {
  font-family: Kanit, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #5818FF;
  font-size: 18px;
  text-transform: none;     line-height: 1.4;
}

/* Blockquotes */

blockquote, blockquote * {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none !important;
  font-family: Kanit, sans-serif !important;
  border-left-color: #5818FF;
  color: #1B0442 !important;
  font-size: 28px !important;
  font-weight: 700 !important;     line-height: 1.4 !important;     text-align: left !important;     letter-spacing: normal !important;
}

blockquote > footer {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 15px;
}

/* Horizontal rules */

hr {
  border-bottom-color: ;
}



/* Primary button */

button,
.button a,
.hs-button {
  border: 1px solid #5818FF;
    
  font-family: Kanit, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(88, 24, 255, 1.0)

;
  border-radius: 50px;
  color: #ffffff;
  fill: #ffffff;   
  text-transform: none;   
  padding-top: 16px;
padding-right: 53px;
padding-bottom: 16px;
padding-left: 53px;

  font-size: 17px;
}

button:hover,
button:focus,
button:active,
.button a:hover,
.button a:focus,
.button a:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px solid #1B0442;

  font-family: Kanit, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(27, 4, 66, 1)

;
  color: #ffffff;
  fill: #ffffff;
}


/* Secondary button */

.button.button--secondary a{
  border: 1px solid #1B0442;

  font-family: Kanit, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(27, 4, 66, 1.0)

;
  border-radius: 50px;
  color: #ffffff;
  fill: #ffffff;
  text-transform: none;
  padding-top: 16px;
padding-right: 35px;
padding-bottom: 16px;
padding-left: 35px;

  font-size: 17px;
}

.button.button--secondary a:hover,
.button.button--secondary a:focus,
.button.button--secondary a:active {
  border: 1px solid #5818FF;

  font-family: Kanit, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(88, 24, 255, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}


/* Simple button */

.button.button--tertiary a{
  font-weight: 600;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  color: #1B0442;
  font-size: 15px;
  padding: 0;
  background-color: transparent;
  border: none;     position: relative;
}

.button.button--tertiary a:after {
  content: '';
  position: absolute;
  background-image: url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/button_Vector.svg);
  width: 8px;
  height: 12px;
  top: 55%;
  transform: translateY(-50%);
  margin-left: 9px;
  background-size: contain;     background-repeat: no-repeat;
}
.button.button--tertiary a:hover:after {
  transform: translate(5px, -50%);
}



.button.button--tertiary a:hover,
.button.button--tertiary a:focus,
.button.button--tertiary a:active
{
  font-weight: 400; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #1B0442;
  fill: #1B0442;  color: #1B0442;  font-weight: 600;     text-decoration: none;
}

/* quaternary button */

.button.button--quaternary a{
  border: 1px solid #9083A6;

  font-family: Kanit, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(144, 131, 166, 1.0)

;
  border-radius: 50px;
  color: #ffffff;
  fill: #ffffff;
  text-transform: none;
  padding-top: 16px;
padding-right: 35px;
padding-bottom: 16px;
padding-left: 35px;

  font-size: 17px;     position: relative; padding-left: 64px;
  padding-right: 40px;
}

.button.button--quaternary a:hover,
.button.button--quaternary a:focus,
.button.button--quaternary a:active {
  border: 1px solid #1B0442;

  font-family: Kanit, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(27, 4, 66, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--quaternary a:before {
  content: '';
  background-image: url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/button_icon.svg);
  position: absolute;
  width: 25px;
  height: 23px;
  left: 18px;
  background-size: cover;
}








/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 13px;
}

.button.button--large {
  padding-top: 16px;
padding-right: 53px;
padding-bottom: 16px;
padding-left: 53px;

  font-size: 17px;
}





/* Form */

form {
  border: 1px none #5818FF;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(88, 24, 255, 1.0)

;
  border-radius: 0px;     font-family: 'Inter', sans-serif !important;
}

/* Form title */

.form-title {
  border: 1px none #1B0442;

  padding: 25px;

  font-family: Kanit, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;   
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  font-size: 30px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1B0442;
  font-size: 15px;  font-family: 'Inter', sans-serif !important;
}

/* Help text */

form legend {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1B0442;
  font-size: 14px;
}

/* Form fields */

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 {
  border: 1px none #1B0442;

  padding: 10px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #1B0442;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #1B0442;     font-size: 14px;
}

::-moz-placeholder {
  color: #1B0442;     font-size: 14px;
}

:-ms-input-placeholder {
  color: #1B0442;    font-size: 14px;
}

:-moz-placeholder {
  color: #1B0442;     font-size: 14px;
}

::placeholder {
  color: #1B0442;     font-size: 14px;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: ;
  color: ;
}

form td.is-today .pika-button {
  color: ;
}

form .is-selected .pika-button {
  background-color: #5818FF;
  color: ;
}

form .pika-button:hover {
  background-color: #1B0442 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1B0442;
}

form .hs-richtext a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1B0442;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1B0442;
  font-size: 14px;
}
form input[type='submit'], form .hs-button{ background-color: #5818FF; border: 1px solid #5818FF; }
form input[type='submit']:hover, form .hs-button:hover { background-color:#1B0442; border: 1px solid #1B0442; color:#ffffff !important; }

.footer form input[type='submit'], .footer form .hs-button { border: 1px solid #ffffff;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  background-color:#ffffff;
  border-radius: 50px;
  color:#1B0442; 
  text-transform: none;
  padding-top: 16px;
  padding-right: 35px;
  padding-bottom: 16px;
  padding-left: 35px;
  font-size: 17px;
  position: relative;
  padding-left: 60px;
  padding-right: 40px;     width: auto;
}


.footer form input[type='submit'],.footer form .hs-button {
  background-image: url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/form_button_icon.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 15px center;
}



/* Inline thank you message */

.submitted-message {
  border: 1px none #5818FF;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(88, 24, 255, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  
  background-color: ;
}

.icon svg {
  fill: ;
  height: ;
  width: ;
}

/* Light icon */

.icon--light .icon {
  background-color: ;
}

.icon--light svg {
  fill: ;
}

/* Size */

.icon--small svg {
  height: ;
  width: ;
}

.icon--small .icon {
  
}

.icon--large svg {
  height: ;
  width: ;
}

.icon--large .icon {
  
}





/* Table */

table {
  
  background-color: ;
}

/* Table cells */

th,
td {
  
  
  color: ;
}

/* Table header */

thead th,
thead td {
  background-color: ;
  color: ;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: ;
  color: ;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #1B0442;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(230, 222, 250, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1B0442;
  font-size: ;
  text-transform: uppercase;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  ;
  color: ;
}

.header__language-switcher-child-toggle svg {
  fill: #1B0442;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: ;
}

.header__language-switcher .lang_list_class li {
  background-color: ;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: ;
  font-size: ;
  text-transform: uppercase;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: ;
  color: ;
}

.header__language-switcher .lang_list_class a:active {
  background-color: ;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: Kanit, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1B0442;
  font-size: 57px;
  text-transform: none;
}

/* Menu */

@media (max-width: 767px) {
  .header__menu--mobile {
    background-color: ;
  }
}

/* Menu items */

.header__menu-link {
  ;
  font-size: ;
  text-transform: ;
}

@media (max-width: 767px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid ;
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: ;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  ;
  color: ;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  ;
  color: ;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  ;
  color: ;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: ;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: ;
  border-color: ;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: ;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: ;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  ;
  color: ;
}

.header__menu-submenu .header__menu-link:active {
  background-color: ;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: ;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: ;
}





/* Footer container */

.footer {     position: relative;
  background-color: 

  
  
    
  


  rgba(27, 4, 66, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #ffffff;
}

.footer hr {
  border-bottom-color: #ffffff !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  ;
  color: ;
  font-size: ;
  text-transform: ;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  ;
  color: ;
}

.footer .hs-menu-wrapper a:active {
  ;
  color: ;
}

.footer .hs-menu-wrapper .active > a {
  ;
  color: ;
}






/* Dark card */

.card--dark {
  
  background-color: ;
  border-radius: ;
  color: ;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: ;
}

/* Light card */

.card--light {
  
  background-color: ;
  border-radius: ;
  color: ;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: ;
}





/* Error templates */

.error-page:before {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #1B0442;
}

/* Search template */

.hs-search-results__title {
  font-size: 45px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 15px !important;
  padding: padding: 10px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: Kanit, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  font-size: 25px;
}

.card--dark .accordion__summary:before {
  color: ;
}

.card--light .accordion__summary:before {
  color: ;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: Kanit, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1B0442;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: Kanit, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: Kanit, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #6b5492;
}

.blog-listing__post-tag {
  color: #1B0442;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #6b5492;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #1B0442;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #6b5492;
}

/* Image gallery */



/* Pagination */

.pagination__link-icon svg {
  fill: #1B0442;
  height: 15px;
  width: 15px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #1B0442;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #6b5492;
}

.pagination__link--active {
  border-color: 
}

/* Pricing card */

.pricing-card__heading {
  background-color: #1B0442;
}

/* Social follow and social sharing */


/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #1B0442;
  color: #1B0442;
}






h1, h2, h3, h4, h5, h6 {  margin: 0; padding: 0;}
span { text-decoration-thickness: 2px !important;  text-underline-offset: 5px;}
img { display: inline-block; max-width: 100%; height: auto; vertical-align: middle; }
a { transition: all ease .3s; -moz-transition: all ease .3s; -webkit-transition: all ease .3s; -o-transition: all ease .3s;}
p, .p { margin: 0;}

/* h1+p, *+h1 { margin-top:2.778vw;}
h2+p, *+h2 { margin-top:2.09vw;} */
h3+p, *+h3 { margin-top:50px;}
*+h4 { margin-top:33px;}
/* h5+p, *+h5 { margin-top:1.39vw;}
h6+p, *+h6 { margin-top:1.044vw;} */
*+p { margin-top:27px;}

.h2 h1 { font-size: 40px; }
.h4_line_height * { line-height: 1.25; }

.primary_font * { font-family: 'Inter', sans-serif; }
.secondary_font * { font-family: Kanit, sans-serif; }

.primary_color * { color:#1B0442; }
.secondary_color * { color:#5818FF; }
.tertiary_color * { color:#E6DEFA; }
.quaternary_color * { color:#FF6381; }
.quinary_color * { color:#F7F5F0; }
.senary_color * { color:#ffffff; }
.septenary_color * { color:#9083A6; }
.secondary_variation_color * { color:#1B0442; }
.secondary_variation_2_color * { color:#2A9D8E; }

.font12 * { font-size:12px; }
.font15 * { font-size:15px; }
.font18 * { font-size:18px; }
.font28 * { font-size:28px; }

.extrabold, .extrabold h1, .extrabold h2, .extrabold h3, .extrabold h4, .extrabold h5, .extrabold h6,.extrabold a { font-weight: 900;}
.bold, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6,.bold p,.bold a { font-weight: 700;}
.semibold, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6, .semibold a, .semibold p { font-weight: 600;}
.medium, .medium h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6, .medium a, .medium p { font-weight: 500;}
.normal, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6, .normal a, .normal p { font-weight: 400;}
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6.light a { font-weight: 300;}
.extralight, .extralight h1, .extralight h2, .extralight h3, .extralight h4, .extralight h5, .extralight h6.extralight a { font-weight: 200;}

.uppercase * { text-transform: uppercase;}
.text-center { text-align: center;}
.text-right { text-align: right;}
.text-left { text-align: left;}
.text-capitalize { text-transform: capitalize;}
.text-italic * { font-style: italic; }

.parallaxEffect{background-attachment:fixed}
.bg, .overlay, .set-bg { background-size: cover; background-position: center; position: relative; background-repeat: no-repeat;}
.bg.bgTop{background-position: top center;}



.listStyle ul, .nolistStyle ul { margin: 0; padding: 0; list-style: none;}
.nolistStyle ul li{margin:0;padding: 0;}
.nolistStyle ul li:before { display:none; }
.listStyle *+ul { margin-top: 30px;}
.listStyle ul li { padding-left: 25px; position: relative; }
.listStyle ul li:before { position: absolute; left: 10px; font-weight: 400; top: 9px; font-size: 6px; content: '\f111'; font-family: fontAwesome; color: inherit; background-repeat: no-repeat; }
.bodylistStyle.listStyle ul li:before{color:#1B0442;}
ul { margin:0; margin-top: 30px; padding:0; }
.listStyle  ul li + li{margin-top:15px;}
* + ul,* + ol { margin-top: 30px;}
li:before { position: absolute; content: ''; width: 5px; height: 5px; border-radius: 50px; background-color: #1B0442; left:13px; top: 15px; }
li { list-style-type: none; position: relative; padding-left: 35px; }
.body-container-wrapper ul li,.body-container-wrapper ol li{list-style-position: outside;}


.fl { float: left;}
.fr { float: right;}
.ib{display:inline-block; vertical-align:middle; margin-right:-4px}
.ib.vt { vertical-align: top!important;}
.d_flex{display:flex; flex-wrap:wrap;}
.flex_center{align-items: center;}
.flex_end{align-items: flex-end;}

.w16 { width: 16.66%}
.w20 { width: 20%}
.w25 { width: 25%}
.w30 { width: 30%}
.w33 { width: 33.33%}
.w34 { width: 34%}
.w35 { width: 35%}
.w40 { width: 40%}
.w42 { width: 42%}
.w45 { width: 45%}
.w50 { width: 50%}
.w55 { width: 55%}
.w58 { width: 58%}
.w60 { width: 60%}
.w65 { width: 65%}
.w66 { width: 66%}
/* .w66 { width: 66.66%} */
.w70 { width: 70%}
.w75 { width: 75%}
.w80 { width: 80%}
.w100 { width: 100%}



form textarea { height: 175px; }
.legal-consent-container .hs-richtext, .hs-dependent-field .legal-consent-container .hs-form-booleancheckbox-display>span p,.legal-consent-container .hs-richtext p,  .legal-consent-container .hs-form-booleancheckbox-display>span p { font-size:14px; margin-bottom:30px; line-height: 1.3; margin-left: 0 !important;}
.legal-consent-container { margin-top: 20px;}
form .input ul li:before { display: none; }
.legal-consent-container ul li { padding-left:35px !important; }
li.hs-form-booleancheckbox { padding-left: 35px; }

/* Radio Button Style */

.hs-form-radio label.hs-form-radio-display {font-size: 16px; display:flex;flex-wrap:wrap; margin-bottom: 0; }
.hs-form-radio-display .hs-input { display: none; }
.hs-form-radio label.hs-form-radio-display input+span{display:flex;position:relative; padding-left: 35px; font-size: 14px;}
.hs-form-radio label.hs-form-radio-display input+span:before { width: 20px; height: 20px; content: ''; border: 1px solid #1B0442; background-color: transparent; display: inline-block; border-radius: 100%; margin-right: 13px; transition: .5s ease all; position: absolute; left:0px; top: 0px; }
.hs-form-radio label.hs-form-radio-display input:checked+span:before{background-color: #1B0442; }
.hs-form-radio label.hs-form-radio-display input:checked+span:after { content: ''; position: absolute; left:6px; width: 8px; height: 8px; background-color:#E6DEFA; top:6px; border-radius: 100%; transition: .5s ease all; background-color: #F7F5F0; }

/* Checkbox Style */

/* .hs-form-checkbox:not(:last-child){margin-bottom:29px;} */
.hs-form-checkbox label.hs-form-checkbox-display { font-size: 16px;  text-transform: inherit;display:flex;flex-wrap:wrap; margin-bottom: 0; }
.hs-form-checkbox-display .hs-input { display: none; }
.hs-form-checkbox label.hs-form-checkbox-display input+span{display:flex; line-height: 1.3; padding-top: 3px;position:relative; padding-left:40px; font-size: 14px; }
.hs-form-checkbox label.hs-form-checkbox-display input+span:before { width: 25px; height: 25px; content: ''; border: 1px solid #1B0442; border-radius: 5px; background-color: transparent; display: inline-block; margin-right: 13px; transition: .5s ease all; position: absolute; left:0px; top:0px; }
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:before{background-color: #1B0442;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after { content: '\f00c'; font-family: FontAwesome; position: absolute; left:0px; color: #E6DEFA; width: 25px; height: 25px; background-color: transparent; color: #F7F5F0; top:0px; border-radius: 100%; transition: .5s ease all; color:; font-size: 15px; display: flex; align-items: center; justify-content: center; }

.hs-form-booleancheckbox-display .hs-input { display: none; }

li.hs-form-booleancheckbox:not(:last-child){margin-bottom:29px;}
li.hs-form-booleancheckbox label.hs-form-checkbox-display { font-size: 14px; font-weight: 700; text-transform: uppercase;display:flex;flex-wrap:wrap; }
li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative; margin-left:0px !important; line-height: 1.2;font-size: 14px; font-weight: 400; }
li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before { width:20px; height:20px; border-radius:5px;content: ''; border: 1px solid #1B0442; background-color:transparent; display: inline-block; margin-right: 13px; transition: .5s ease all; position: absolute; left: -35px; top:0px; }
li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after { content: '\f00c'; font-family: FontAwesome; color:#F7F5F0; position: absolute; left: -31px; width: auto; height: auto; background-color: transparent; top:4px; line-height: normal; border-radius: 100%; transition: .5s ease all; color: ; font-size:12px;  }
li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:before{background-color:#1B0442}


.hs-dependent-field li.hs-form-booleancheckbox:not(:last-child){margin-bottom:29px;}
.hs-dependent-field li.hs-form-booleancheckbox label.hs-form-checkbox-display { font-size: 14px; font-weight: 700; text-transform: uppercase;display:flex;flex-wrap:wrap; }
.hs-dependent-field li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span {display:block;flex-wrap:wrap;align-items:center;position:relative; margin-left:0px !important; line-height: 1.2;text-transform: initial; }
.hs-dependent-field li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before { width:20px; height:20px; border-radius:50px;content: ''; border: 1px solid rgb(44, 44, 44); background-color:transparent; display: inline-block; margin-right: 13px; transition: .5s ease all; position: absolute; left: -35px; top: -1px; }
.hs-dependent-field li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after { content: ''; font-family: FontAwesome; color:#F7F5F0; position: absolute; left: -31px; width:12px; height:12px; background-color:#5818FF; top:3px; line-height: normal; border-radius: 100%; transition: .5s ease all; font-size:12px; }



.hs-form select{-webkit-appearance:none;background-image:url(https://25458429.fs1.hubspotusercontent-eu1.net/hubfs/25458429/Experconnect_2023/Images/Icon-arrow-down.svg);background-position:96% center;background-repeat:no-repeat;background-size:10px 8px; padding: 7.5px 15px; }


form .inputs-list>li { padding-left: 0; margin: 0 0 12px 0; }
.legal-consent-container li.hs-form-booleancheckbox { padding-left: 0; }
span.hs-form-required { margin: 0; color:#5818FF; } 
ul.no-list.hs-error-msgs.inputs-list li:before { display: none;}
.hs-form-field { margin-bottom:10px; }
form .hs-richtext.hs-main-font-element div, form .hs-richtext.hs-main-font-element p { font-size: 12px; font-style: italic; font-weight: 400;font-family: Averta; }
form .hs-button, form input[type=submit] { margin-top: 40px; }
.right_two_col_form_v2 form .hs-button, .right_two_col_form_v2 form input[type=submit] { margin-top: 10px; }

/* Form Two Col Section */

.form-columns-2 , .form-columns-1{max-width:100% !important;}
.form-columns-2 > div { width: 48.32% !important; }
.form-columns-2 > div:first-child{float:left !important;}
.form-columns-2 > div:last-child{float:right !important;}
.hs-form-field .input { margin-right: 0 !important; }

ul.no-list.hs-error-msgs.inputs-list li { padding: 0; }

.hs-error-msg { font-size: 12px; }
.hs_error_rollup { display: none; }






.pt0,.py0{padding-top:0px;}
.pb0,.py0{padding-bottom:0px;}
.mt0,.my0{margin-top:0px;}
.mb0,.my0{margin-bottom:0px;}

.pt5,.py5{padding-top:5px;}
.pb5,.py5{padding-bottom:5px;}
.mt5,.my5{margin-top:5px;}
.mb5,.my5{margin-bottom:5px;}

.pt10,.py10{padding-top:10px;}
.pb10,.py10{padding-bottom:10px;}
.mt10,.my10{margin-top:10px;}
.mb10,.my10{margin-bottom:10px;}

.pt15,.py15{padding-top:15px;}
.pb15,.py15{padding-bottom:15px;}
.mt15,.my15{margin-top:15px;}
.mb15,.my15{margin-bottom:15px;}

.pt20,.py20{padding-top:20px;}
.pb20,.py20{padding-bottom:20px;}
.mt20,.my20{margin-top:20px;}
.mb20,.my20{margin-bottom:20px;}

.pt25,.py25{padding-top:25px;}
.pb25,.py25{padding-bottom:25px;}
.mt25,.my25{margin-top:25px;}
.mb25,.my25{margin-bottom:25px;}

.pt30,.py30{padding-top:30px;}
.pb30,.py30{padding-bottom:30px;}
.mt30,.my30{margin-top:30px;}
.mb30,.my30{margin-bottom:30px;}

.pt35,.py35{padding-top:35px;}
.pb35,.py35{padding-bottom:35px;}
.mt35,.my35{margin-top:35px;}
.mb35,.my35{margin-bottom:35px;}

.pt40,.py40{padding-top:40px;}
.pb40,.py40{padding-bottom:40px;}
.mt40,.my40{margin-top:40px;}
.mb40,.my40{margin-bottom:40px;}

.pt45,.py45{padding-top:45px;}
.pb45,.py45{padding-bottom:45px;}
.mt45,.my45{margin-top:45px;}
.mb45,.my45{margin-bottom:45px;}

.pt50,.py50{padding-top:50px;}
.pb50,.py50{padding-bottom:50px;}
.mt50,.my50{margin-top:50px;}
.mb50,.my50{margin-bottom:50px;}

.pt55,.py55{padding-top:55px;}
.pb55,.py55{padding-bottom:55px;}
.mt55,.my55{margin-top:55px;}
.mb55,.my55{margin-bottom:55px;}

.pt60,.py60{padding-top:60px;}
.pb60,.py60{padding-bottom:60px;}
.mt60,.my60{margin-top:60px;}
.mb60,.my60{margin-bottom:60px;}

.pt65,.py65{padding-top:65px;}
.pb65,.py65{padding-bottom:65px;}
.mt65,.my65{margin-top:65px;}
.mb65,.my65{margin-bottom:65px;}

.pt70,.py70{padding-top:70px;}
.pb70,.py70{padding-bottom:70px;}
.mt70,.my70{margin-top:70px;}
.mb70,.my70{margin-bottom:70px;}

.pt75,.py75{padding-top:75px;}
.pb75,.py75{padding-bottom:75px;}
.mt75,.my75{margin-top:75px;}
.mb75,.my75{margin-bottom:75px;}

.pt80,.py80{padding-top:80px;}
.pb80,.py80{padding-bottom:80px;}
.mt80,.my80{margin-top:80px;}
.mb80,.my80{margin-bottom:80px;}

.pt85,.py85{padding-top:85px;}
.pb85,.py85{padding-bottom:85px;}
.mt85,.my85{margin-top:85px;}
.mb85,.my85{margin-bottom:85px;}

.pt90,.py90{padding-top:90px;}
.pb90,.py90{padding-bottom:90px;}
.mt90,.my90{margin-top:90px;}
.mb90,.my90{margin-bottom:90px;}

.pt95,.py95{padding-top:95px;}
.pb95,.py95{padding-bottom:95px;}
.mt95,.my95{margin-top:95px;}
.mb95,.my95{margin-bottom:95px;}

.pt100,.py100{padding-top:100px;}
.pb100,.py100{padding-bottom:100px;}
.mt100,.my100{margin-top:100px;}
.mb100,.my100{margin-bottom:100px;}

.pt105,.py105{padding-top:105px;}
.pb105,.py105{padding-bottom:105px;}
.mt105,.my105{margin-top:105px;}
.mb105,.my105{margin-bottom:105px;}

.pt110,.py110{padding-top:110px;}
.pb110,.py110{padding-bottom:110px;}
.mt110,.my110{margin-top:110px;}
.mb110,.my110{margin-bottom:110px;}

.pt115,.py115{padding-top:115px;}
.pb115,.py115{padding-bottom:115px;}
.mt115,.my115{margin-top:115px;}
.mb115,.my115{margin-bottom:115px;}

.pt120,.py120{padding-top:120px;}
.pb120,.py120{padding-bottom:120px;}
.mt120,.my120{margin-top:120px;}
.mb120,.my120{margin-bottom:120px;}

.pt125,.py125{padding-top:125px;}
.pb125,.py125{padding-bottom:125px;}
.mt125,.my125{margin-top:125px;}
.mb125,.my125{margin-bottom:125px;}

.pt130,.py130{padding-top:130px;}
.pb130,.py130{padding-bottom:130px;}
.mt130,.my130{margin-top:130px;}
.mb130,.my130{margin-bottom:130px;}

.pt135,.py135{padding-top:135px;}
.pb135,.py135{padding-bottom:135px;}
.mt135,.my135{margin-top:135px;}
.mb135,.my135{margin-bottom:135px;}

.pt140,.py140{padding-top:140px;}
.pb140,.py140{padding-bottom:140px;}
.mt140,.my140{margin-top:140px;}
.mb140,.my140{margin-bottom:140px;}

.pt145,.py145{padding-top:145px;}
.pb145,.py145{padding-bottom:145px;}
.mt145,.my145{margin-top:145px;}
.mb145,.my145{margin-bottom:145px;}

.pt150,.py150{padding-top:150px;}
.pb150,.py150{padding-bottom:150px;}
.mt150,.my150{margin-top:150px;}
.mb150,.my150{margin-bottom:150px;}

.pt155,.py155{padding-top:155px;}
.pb155,.py155{padding-bottom:155px;}
.mt155,.my155{margin-top:155px;}
.mb155,.my155{margin-bottom:155px;}

.pt160,.py160{padding-top:160px;}
.pb160,.py160{padding-bottom:160px;}
.mt160,.my160{margin-top:160px;}
.mb160,.my160{margin-bottom:160px;}

.pt165,.py165{padding-top:165px;}
.pb165,.py165{padding-bottom:165px;}
.mt165,.my165{margin-top:165px;}
.mb165,.my165{margin-bottom:165px;}

.pt170,.py170{padding-top:170px;}
.pb170,.py170{padding-bottom:170px;}
.mt170,.my170{margin-top:170px;}
.mb170,.my170{margin-bottom:170px;}

.pt175,.py175{padding-top:175px;}
.pb175,.py175{padding-bottom:175px;}
.mt175,.my175{margin-top:175px;}
.mb175,.my175{margin-bottom:175px;}

.pt180,.py180{padding-top:180px;}
.pb180,.py180{padding-bottom:180px;}
.mt180,.my180{margin-top:180px;}
.mb180,.my180{margin-bottom:180px;}

.pt185,.py185{padding-top:185px;}
.pb185,.py185{padding-bottom:185px;}
.mt185,.my185{margin-top:185px;}
.mb185,.my185{margin-bottom:185px;}

.pt190,.py190{padding-top:190px;}
.pb190,.py190{padding-bottom:190px;}
.mt190,.my190{margin-top:190px;}
.mb190,.my190{margin-bottom:190px;}

.pt195,.py195{padding-top:195px;}
.pb195,.py195{padding-bottom:195px;}
.mt195,.my195{margin-top:195px;}
.mb195,.my195{margin-bottom:195px;}

.pt200,.py200{padding-top:200px;}
.pb200,.py200{padding-bottom:200px;}
.mt200,.my200{margin-top:200px;}
.mb200,.my200{margin-bottom:200px;}

.pt205,.py205{padding-top:205px;}
.pb205,.py205{padding-bottom:205px;}
.mt205,.my205{margin-top:205px;}
.mb205,.my205{margin-bottom:205px;}

.pt210,.py210{padding-top:210px;}
.pb210,.py210{padding-bottom:210px;}
.mt210,.my210{margin-top:210px;}
.mb210,.my210{margin-bottom:210px;}

.pt215,.py215{padding-top:215px;}
.pb215,.py215{padding-bottom:215px;}
.mt215,.my215{margin-top:215px;}
.mb215,.my215{margin-bottom:215px;}

.pt220,.py220{padding-top:220px;}
.pb220,.py220{padding-bottom:220px;}
.mt220,.my220{margin-top:220px;}
.mb220,.my220{margin-bottom:220px;}

.pt225,.py225{padding-top:225px;}
.pb225,.py225{padding-bottom:225px;}
.mt225,.my225{margin-top:225px;}
.mb225,.my225{margin-bottom:225px;}

.pt230,.py230{padding-top:230px;}
.pb230,.py230{padding-bottom:230px;}
.mt230,.my230{margin-top:230px;}
.mb230,.my230{margin-bottom:230px;}

.pt235,.py235{padding-top:235px;}
.pb235,.py235{padding-bottom:235px;}
.mt235,.my235{margin-top:235px;}
.mb235,.my235{margin-bottom:235px;}

.pt240,.py240{padding-top:240px;}
.pb240,.py240{padding-bottom:240px;}
.mt240,.my240{margin-top:240px;}
.mb240,.my240{margin-bottom:240px;}

.pt245,.py245{padding-top:245px;}
.pb245,.py245{padding-bottom:245px;}
.mt245,.my245{margin-top:245px;}
.mb245,.my245{margin-bottom:245px;}

.pt250,.py250{padding-top:250px;}
.pb250,.py250{padding-bottom:250px;}
.mt250,.my250{margin-top:250px;}
.mb250,.my250{margin-bottom:250px;}

.pt255,.py255{padding-top:255px;}
.pb255,.py255{padding-bottom:255px;}
.mt255,.my255{margin-top:255px;}
.mb255,.my255{margin-bottom:255px;}

.pt260,.py260{padding-top:260px;}
.pb260,.py260{padding-bottom:260px;}
.mt260,.my260{margin-top:260px;}
.mb260,.my260{margin-bottom:260px;}

.pt265,.py265{padding-top:265px;}
.pb265,.py265{padding-bottom:265px;}
.mt265,.my265{margin-top:265px;}
.mb265,.my265{margin-bottom:265px;}

.pt270,.py270{padding-top:270px;}
.pb270,.py270{padding-bottom:270px;}
.mt270,.my270{margin-top:270px;}
.mb270,.my270{margin-bottom:270px;}

.pt275,.py275{padding-top:275px;}
.pb275,.py275{padding-bottom:275px;}
.mt275,.my275{margin-top:275px;}
.mb275,.my275{margin-bottom:275px;}

.pt280,.py280{padding-top:280px;}
.pb280,.py280{padding-bottom:280px;}
.mt280,.my280{margin-top:280px;}
.mb280,.my280{margin-bottom:280px;}

.pt285,.py285{padding-top:285px;}
.pb285,.py285{padding-bottom:285px;}
.mt285,.my285{margin-top:285px;}
.mb285,.my285{margin-bottom:285px;}

.pt290,.py290{padding-top:290px;}
.pb290,.py290{padding-bottom:290px;}
.mt290,.my290{margin-top:290px;}
.mb290,.my290{margin-bottom:290px;}

.pt295,.py295{padding-top:295px;}
.pb295,.py295{padding-bottom:295px;}
.mt295,.my295{margin-top:295px;}
.mb295,.my295{margin-bottom:295px;}


.desk_display_none { display:none; }

/* Slick Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-slider button { cursor:pointer; outline:none; border:none;  top: 50%; z-index: 1; background:rgba(0,0,0,0.5); color:#F7F5F0; width: 45px; height: 45px; font-size: 20px;  }
.slick-slider .slick-next { right: 0; }
.slick-slider .slick-prev { left: 0; }
.slick-dots { text-align: center; margin-top:0px; }
.slick-dots li { float: none; display: inline-block; vertical-align: top; padding: 0; margin:6px 8px; }
.slick-dots li:before { display: none; }
.slick-dots li button{background:#E6DEFA;border-radius:20px;border:#E6DEFA solid 1px;width:56px;height:10px;display:block;font-size:0;position:static;padding:0;}
.slick-dots li.slick-active button,.slick-dots li button:hover{background:#5818FF;border:#5818FF solid 1px;}
.slick-slide{outline:0;float:left}
.slick-arrow{width:60px!important;height:60px!important;font-size:0!important;background:transparent!important;background-color:#5818FF!important;border-radius:50px!important;padding:0;top:-100px!important;position:absolute;}
.slick-slider .slick-prev{right:75px;left:auto;background-image:url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/left%20Path.svg)!important;background-repeat:no-repeat!important;background-position:22px center!important;}
.slick-slider .slick-next{right:0px;background-image:url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/right%20Path.svg)!important;background-repeat:no-repeat!important;background-position:center!important;}

/* blog-listing */
a.full_box_link{width:100%;height:100%;top:0;left:0;position:absolute;font-size: 0;}
.blog_popular_right_sec{width:332px;}
.blog_popular_btn { display: inline-block; }
.blog_inner_popular_right_sec { display: flex; flex-wrap: wrap;}
.blog_popular_left_sec{width:calc(100% - 332px);}
.blog_index_repeat{width:50%;padding:20px;}
.blog_index_section_group{margin:0 20px 0 -20px;}
.blog_index_post_image_wrapper img{height:181px;width:100%;object-fit:cover;border-radius:10px 10px 0 0;}
.blog_index_repeat_inner{border-radius:10px;background:#ffffff;box-shadow:0px 2px 22px 0px rgba(0,0,0,0.15);height:100%;display:flex;flex-direction:column;position:relative;     height: 292px;}
.blog_index_main_group{background-color:#ffffff; position: relative;border-radius:0 0 10px 10px;padding:15px 20px 10px;height:100%;transition:all 100ms linear 0s;-moz-transition:all 100ms linear 0s;-webkit-transition:all 100ms linear 0s;-o-transition:all 100ms linear 0s;height: 38%; overflow: hidden; }
.blog_index_date_tag{margin: 0 -20px 0 0; align-items: center; border-radius: 0 0 10px 10px; justify-content: space-between; margin-top: auto; position: absolute; bottom: 0; padding: 8px 0 10px 20px; width: 100%; left: 0;background-color: #ffffff; }
.blog_index_topic a, .blog_index_topic span{ font-family: Inter, sans-serif; background-color:#E6DEFA;text-decoration:none;color:#1B0442;letter-spacing:0.36px;font-weight:600;font-size:12px;border-radius:20px 0px 0px 20px;text-transform:uppercase;padding:3px 11px;position:relative;}
.hs-blog-listing .blog_index_topic a, .hs-blog-listing .blog_index_topic span { z-index: auto;}
.blog_popular_number{width:37px;}
.blog_popular_content{width:calc(100% - 37px);padding-left:15px;}
.blog_popular_inner_number{background-color:#5818FF;color:#ffffff;border-radius:0px 10px 10px 0px;padding:1px 10px 1px 10px;text-align:right;font-size:12px;font-weight:600;letter-spacing: 0.48px; font-family: 'Inter', sans-serif;}
.blog_popular_box{position:relative;padding-bottom:13px;margin-bottom:50px;}
.blog_popular_box:after{position:absolute;content:'';height:1px;width:100%;background-color:#F7F5F0;bottom:0;left:0;}
.blog_popular_title{margin-bottom:30px;}
.blog_popular_box:last-child{margin-bottom:30px;}
.blog_popular_btn,.blog_popular_btn a{width:100%;}
.blog_index_post_content{opacity:0;transition:all 300ms ease 0s;display:none;position:relative;}
.blog_index_repeat_inner:hover .blog_index_post_content{opacity:1;display:block;}
.blog_index_repeat_inner:hover .blog_index_main_group  {  margin-top: -115px; height:100%; overflow: hidden; }
.blog_index_date span,.blog_popular_date span{color:#9083A6;font-size:12px;letter-spacing:1.35px;text-transform:uppercase;}
.blog_index_post_content:after{position:absolute;content:''; top: 50px;left:0;width:100%;background-color:rgba(255,255,255,0.6);height:80px;background:linear-gradient(to bottom,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.6) 54%,rgba(255,255,255,1) 100%);}
.blog_index_repeat_inner:hover .blog_index_post_content:after{opacity:1;display:block;}
.blog_popular_left_sec.blog_index_only_tag{width:100%;  margin-top: 0;}
.blog_index_featureimg { height: 62%;}
.blog_index_only_tag .blog_index_section_group { margin: 0 -20px; }
.blog_left_title { margin-bottom: 10px;}


/* blog_banner_sec */
.blog_banner_right{width:64.2%;margin-bottom:0px;position:relative;}
.blog_banner_left{width:35.8%;padding-right:60px;padding-bottom: 80px;}
.outter_blog_banner_right{border-radius:10px;background:#ffffff;box-shadow:0px 2px 22px 0px rgba(0,0,0,0.15);}
.blog_banner_img img{border-radius:10px 10px 0 0;height:340px;width:100%;object-fit:cover;}

.blog_banner_left_text h1 span,  .blog_tag_banner_sec .blog_banner_left_text h1 {font-weight:800;}
.blog_banner_sec:after, .blog_series_tag_banner_sec:after {position:absolute;content:'';width:100%;height:80px;background:url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/banner_shape.svg);background-repeat:no-repeat;background-position:bottom;bottom:-2px;background-size:cover;}
.blog_series_tag_banner_sec:after { height: 105px; }
.blog_banner_sec .blog_index_main_group{padding:20px;}
.blog_banner_sec .blog_index_date_tag { position: relative; padding: 8px 0 0 0; right: 0; width: calc(100% + 20px); }


/* two_col_resources_module */
.two_col_resources_title{max-width:526px;}
.two_col_resources_left{border-radius:20px;background:#ffffff;box-shadow:0px 2px 22px 0px rgba(0,0,0,0.15);width:31%;padding:45px 23px 20px 0;display: flex;flex-wrap: wrap;}
.two_col_resources_right{width:69%;padding-left:40px;}
.inner_two_col_resources_right{background-color:#E6DEFA;border-radius:20px;height:100%;box-shadow:0px 2px 22px 0px rgba(0,0,0,0.15);padding:20px 0 20px 20px;}
.two_col_resources_left_icon{width:47%;padding-right:20px;}
.two_col_resources_left_content{width:53%;}
.two_col_resources_left_btn{padding-left:20px;margin-top: auto;}
.two_col_resources_right_content{width:40%;padding-top:25px;}
.two_col_resources_right_image{width:60%;text-align:center;padding-left:20px;}
.two_col_resources_right_image img { height: 100%; width: 100%; object-fit: cover; }
.two_col_resources_box_right{height:100%;display:flex;flex-direction:column;}
.two_col_resources_btn{margin-top:auto;}
.two_col_resources_box_title { padding-left: 10px; }

/* blog_index_category */
.blog_index_category_box{margin:0 -20px;}
.blog_index_category_box .blog_index_repeat{width:33.33%;}
.blog_index_category_button{margin-top:0;justify-content: end;}
.inner_blog_index_category{padding-bottom:60px;}
.inner_blog_index_category:last-child{padding-bottom:0;}
.blog_index_only_tag .blog_index_repeat, .blog_series_tag_listing .blog_index_repeat {width:33.33%;}

/* blog_three_column_newsletters _module */
.newsletters_title{max-width:610px;padding-bottom:10px;}
.newsletters_box_repeter{padding:20px;}
.inner_newsletters{position:relative;margin:0 -20px;justify-content:center;}
.inner_newsletters.one_newsletters_box:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background-image:url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/bg_Newsletters.svg);background-repeat:no-repeat;}
.newsletters_img img{height:188px!important;object-fit:cover;width:100%;border-radius:20px 20px 0 0;}
.newsletters_box{box-shadow:0px 2px 22px 0px rgba(0,0,0,0.15);border-radius:20px; height: 100%;}
.newsletters_info{padding:15px 20px 20px;background-color: #ffffff; border-radius: 0 0 20px 20px;height: calc(100% - 188px);display: flex; flex-wrap: wrap; }}
.newsletters_title_inner{margin-bottom:8px;}
.newsletters_sec { margin-bottom: -255px;}
.newsletters_btn { margin-top: auto; }
/* header-sec */


/* header */

/*Default menu styles*/
.menu-icon{display:none;cursor:pointer;color:#F7F5F0;text-transform:uppercase;text-align:center;font-weight:bold;line-height:33px;font-size:0px;padding:10px 0; width: 55px;top:17.5px; height: 50px; margin-right: 10px;padding: 0;}
.menu-icon .menu-box{background-color:transparent; border-radius: 50%; height: 45px; margin-right: 10px; padding: 12px; position:relative; right: 0; width:50px; z-index: 111; top: 0;}
.menu-icon .menu-box span{background:#5818FF; border-radius: 2px; display: block; height:1px; margin-bottom: 6px; transition: all .5s; -webkit-transition: all .5s; width:20px; text-align: center; margin: 4px auto;}

.menu-icon span:nth-child(1) { width: 18px; margin: 4px 3px 4px auto; }
.menu-icon span:nth-child(3) { width: 16px; margin: 4px 3px 4px auto; }

/* .menu-icon.active span:nth-child(3){transform:rotate(-45deg) translateY(-8px) translateX(4px);-webkit-transform:rotate(-45deg) translateY(-8px) translateX(4px);} */

.menu-icon.active span:nth-child(1) { width: 20px; margin: 4px auto; transform:rotate(45deg) translateY(6px) translateX(2px);-webkit-transform:rotate(45deg) translateY(6px) translateX(2px); }
.menu-icon.active span:nth-child(2) { opacity:0;}
.menu-icon.active span:nth-child(3) { width: 20px; margin: 4px auto; transform: rotate(-45deg) translateY(-6px) translateX(1px); -webkit-transform: rotate(-45deg) translateY(-6px) translateX(1px); }



.enumenu_ul .hs-menu-wrapper ul{padding:0px;list-style:none;justify-content:end;align-items: center;}
.enumenu_ul .hs-menu-wrapper > ul>li{display:inline-block;vertical-align:top;padding-bottom:0px;position:relative; margin: 0; padding: 0; }
.enumenu_ul .hs-menu-wrapper > ul>li > a {font-size: 16px; font-weight: 600; color:#1B0442; display: inline-block;text-decoration: none!important;     padding: 23px 16px;}
.enumenu_ul>.hs-menu-wrapper > ul>li>a:hover,.enumenu_ul>.hs-menu-wrapper > ul>li.active>a{background:#1B0442 none repeat scroll 0 0;}

.enumenu_ul .hs-menu-wrapper > ul>li ul{display:none}
.enumenu_ul .hs-menu-wrapper > ul>li ul li{width:100%;margin:0;list-style:none;position:relative;    padding-left: 0;}
.enumenu_ul.desk .hs-menu-wrapper > ul>li ul {top:100%;z-index:999;list-style:none;left:0px;background:#F7F5F0;position:absolute;min-width:207px;padding: 15px 0; box-shadow: 3px 3px 10px 0px rgba(24, 0, 92, 0.50); }
.enumenu_ul .hs-menu-wrapper > ul>li ul li a { padding: 5px 10px; }
.enumenu_ul .hs-menu-wrapper > ul>li ul li a:hover { color: #5818FF; }
.enumenu_ul .hs-menu-wrapper>ul>li:before { display:none; }

/*Sub menu styles*/

.enumenu_ul.desk .hs-menu-wrapper > ul li:hover>ul{display:block;opacity:1;}
.enumenu_ul.desk .sb-menu .sb-menu{left:100%;top:0;}
.enumenu_ul.desk .hs-menu-wrapper > ul>li ul li a{padding:5px 17px;display:block;color:#1B0442;font-size:14px;text-align:left;font-weight: 500;text-decoration: none!important; }
.enumenu_ul.desk .hs-menu-wrapper > ul>li ul li:hover>a{color:#5818FF;}
.enumenu_ul .arrow{position:absolute;right:10px;top:5px;width:30px;height:30px;transform: rotate(180deg);background:url(https://27125616.fs1.hubspotusercontent-eu1.net/hubfs/27125616/EIC_ScalingClub_Theme_2023/Images/Vector%202.svg) no-repeat center center;cursor:pointer;z-index:999}
.enumenu_ul .arrow.up{background:url(https://27125616.fs1.hubspotusercontent-eu1.net/hubfs/27125616/EIC_ScalingClub_Theme_2023/Images/Vector%202.svg) no-repeat center center; transform: rotate(0deg);}


.header_sec .container, .header_tag .container {max-width:1280px;margin:0 auto;padding:0 20px;}
.header_logo img{width:100%;}
.header_logo{width:83px;}
.header_menu ul li:before{display:none;}
.header_menu ul li a{text-decoration:none;}
.header_menu{padding-left:35px;width:calc(100% - 83px - 18%);justify-content:left;display:flex;}
.outter_header{align-items:center;justify-content:space-around;}
.header_btn a{font-size:13px;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;border-radius:50px;border:1px solid #5818FF;padding:6px 20.5px;display:block;}

.current-lang{text-transform:uppercase;position:relative;width:100%;border-left:1px solid #ffffff;font-size:13px;font-weight:600;text-align:right;padding-left:13px;padding-right:17px;margin-left:11px;cursor:pointer;}
.header_lan .globe_class{background:transparent;width:100%;height:auto;border-radius:0;position:relative;}
.header_lan .lang_list_class:after,.header_lan .lang_list_class:before,.header_lan .lang_list_class li:before{display:none!important;}
.header_lan .lang_list_class li:first-child,.lang_list_class li:last-child{padding:0;border:none!important;}
.header_lan{display:flex;flex-wrap:wrap;}
.header_lan .globe_class ul.lang_list_class{display:block; background-color: #ffffff; border-radius: 0 0 30px 30px; visibility: hidden;opacity:0;transition:opacity .3s ease-in-out;padding:0;border:none;z-index:11;top:100%;left:0;padding:0;-webkit-transform:initial;transform:initial;position:absolute;margin-top:0;left:13px;}
.header_lan .lang_list_class li{position:relative;border:none;text-align:left;background-color:transparent;padding:5px 0 0 20px;}
.header_lan .lang_list_class li a.lang_switcher_link:before, .search_header_lan .lang_list_class li span.lang_switcher_link:before{content:attr(data-language);position:absolute;top:0;left:0;font-size:13px;text-transform:uppercase;z-index:5;font-weight:600;}
.header_lan.lan_toggle ul.lang_list_class{opacity:1;visibility: visible;}
.header_lan .lang_list_class li a, .search_header_lan .lang_list_class li a {font-size:0;}
.header_lan .hs_cos_wrapper_type_language_switcher{font-size:0;}
.header_lan .lang_list_class li a:hover, .search_header_lan .lang_list_class li span:hover{color:#1B0442;}
.enumenu_ul .hs-menu-wrapper > ul>li.hs-item-has-children>a:after{content:'';position:absolute;background-image:url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/header_icon.svg);top:50%;transform:translateY(-50%);width:12px;height:6px;margin-left:12px;background-size:cover;}
.enumenu_ul .hs-menu-wrapper > ul>li.hs-item-has-children>a{padding-right:42px;}
.header_tag ul{margin:0;}
.header_tag{box-shadow:0px 8px 15px 0px rgba(0,0,0,0.10);background-color:#E6DEFA;position:relative;z-index:1;}
.outter_header_tag ul li a{position: relative;font-size:14px;color:#1B0442;font-style:normal;font-weight:600;line-height:normal;letter-spacing:0.56px;text-decoration:none;font-family:'Inter',sans-serif;}
.outter_header_tag ul li:before{display:none;}
.outter_header_tag ul li{margin:0 25px 0 0;padding:0;font-family:'Inter',sans-serif;}
.outter_header_tag{padding:4.5px 0;align-items:center;}
.outter_header_tag a.tag-active,.outter_header_tag a:hover{color:#1B0442;}
.current-lang:after{content:'';position:absolute;background-image:url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/lan_Vector.svg);top:50%;transform:translateY(-50%);width:12px;height:6px;background-size:cover;right:0;}
.header_search div#search-clear{display:none;}
.enumenu_ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper{opacity:1;display:block;left:0;z-index:11;background-color:#ffffff;box-shadow:0px 2px 22px 0px rgba(0,0,0,0.15);border-radius:0 0 20px 20px;padding:10px;}
.header_menu .enumenu_ul li.hs-item-has-children ul.hs-menu-children-wrapper{ background-color:#ffffff; border-radius:0 0 20px 20px;padding:10px; box-shadow:0px 2px 22px 0px rgba(0,0,0,0.15); }
/* two_col_res_sec */

.two_col_res_title{max-width:575px;}
.two_col_res_left{width:31%;border-radius:10px;background:#ffffff;box-shadow:0px 2px 22px 0px rgba(0,0,0,0.15);padding:40px 20px 20px 20px; display: flex;flex-direction: column;}
.two_col_res_outter_right{width:69%;padding-left:40px;}
.two_col_res_right{border-radius:10px;background:#ffffff;box-shadow:0px 2px 22px 0px rgba(0,0,0,0.15);margin-bottom:40px;padding:30px 20px 20px;}
.two_col_res_right:last-child{margin-bottom:0;}
.two_col_res_right_img{width:30%;}
.two_col_res_right_content{width:70%;padding-left:20px;padding-top:5px; display: flex; flex-direction: column;}
.two_col_res_image{text-align:center;}
.two_col_res_image img{width:217px;}
.two_col_res_right_img img{width:215px;height:215px!important; object-fit: contain;}

/* three_column_series_sec */

.three_column_series_img img{width:100%;height:100%!important;object-fit:cover;border-radius:20px;}
.three_column_series_box_inner{position:relative;height:340px;}
.three_column_series_info{position:absolute;bottom:0;left:0;width:100%;padding:20px 20px 15px;}
.three_column_series_info svg{position:absolute;left:0;bottom:0;border-radius:0 0 20px 20px;}
.three_column_series_logo,.three_column_series_small_title,.three_column_series_content{position:relative;}
.three_column_series_title{padding-right:160px;}
.three_column_series_sec .slick-list{margin-right:-38px;}
.three_column_series_box{padding-right:40px;padding-bottom:34px;}
.three_column_series_content,.three_column_series_small_title{max-width:260px;}
.three_column_series_img{height:100%;}
.three_column_series_small_title{font-size:9px;letter-spacing:1.35px;padding-top:13px;}
.three_column_series_sec:after{position:absolute;content:'';width:102%;height:4.5vw;background:url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/path_svg_sec_2.svg);background-repeat:no-repeat;background-position:bottom;bottom:-2px;background-size:contain;}
.three_column_series_sec:before{position:absolute;content:'';width:102%;height:58px;height:4.5vw;background:url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/path_svg_sec.svg);background-repeat:no-repeat;background-position:top;top:-2px;background-size:contain;}
.progress{margin:0 auto;display:block;width:calc(100% - 160px);height:10px;border-radius:10px;overflow:hidden;background-color:#E6DEFA;background-image:linear-gradient(to right,#5818FF,#5818FF);background-repeat:no-repeat;background-size:0 100%;transition:background-size .4s ease-in-out;display:none;}
.three_column_series_sec{overflow:hidden;}

/* pagination */
.pagination { display: flex; flex-wrap: wrap; align-items: center; padding-top: 15px; justify-content: center; }
.pagination a,.pagination span { cursor: pointer; user-select: none; background-color: #E6DEFA; border-radius: 100%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 17px; color: #ffffff; line-height: normal; font-weight: 700; margin: 9px;     font-family: 'Inter', sans-serif; }
.pagination .current,.pagination a:hover { background-color: #5818FF; }
.pagination .nextbtn,
.pagination .prevsbtn{ background-color: #5818FF; }
.pagination .nextbtn:hover,
.pagination .prevsbtn:hover{ background-color: #E6DEFA; }
.pagination .disabled{ opacity: 0.5; pointer-events: none; }

/* blog_three_column_tagpage_module */

.three_col_formations_box{border-radius:10px;background:#ffffff;box-shadow:0px 2px 22px 0px rgba(0,0,0,0.15);padding:40px 20px 20px;height: 100%;display: flex;flex-direction: column;}
.three_col_formations_repeter{padding:20px;}
.inner_three_col_formations{margin:0 -20px;}
.three_col_formations_date{padding-right:10px;align-items:center;}
.three_col_formations_date_text{padding-left:15px;width:calc(100% - 27px);}
.three_col_formations_icon{width:27px;}
.three_col_formations_date_text *{line-height:1;}
.three_col_formations_btn_logo{align-items:center;justify-content:space-between;}
.three_col_formations_title{max-width:585px;}
/* .blog_banner_left_text h1{text-transform:capitalize;} */
.blog_banner_left_text.home_banner_left h1{ line-height:1.1666666; }
.breadcrumb_text ul{align-items:center;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0;}
.breadcrumb_text ul li,.breadcrumb_text ul li a{color:#1B0442;font-size:13px;font-weight:600;text-decoration:none;}
.breadcrumb_text ul li:before{background:none;border-radius:0;bottom:0;content:">";height:auto;left:inherit;margin:auto;opacity:.35;right:0;top:-1px;width:auto;}
.breadcrumb_text  ul li:last-child:before{content:no-close-quote;}
.blog_tag_content{padding-top:33px;}
.breadcrumb_text ul li{display:inline-block;list-style:none;margin:0 8px 0 0;padding:0 15px 0 0;}
.blog_total_articles{font-size:18px;font-weight:400;}
.tag_post_count{display:none;}
.blog_total_articles{color:#1B0442;}

.blue_slider .slick-arrow { background-color: #E6DEFA!important; }
.blue_slider .progress { background-image: linear-gradient(to right,#E6DEFA,#E6DEFA); }
.blog_tag_banner_sec .blog_banner_left { padding-right: 50px;     padding-top: 35px; }
.blog_tag_banner_sec { background-color: #E6DEFA; position: relative;}
.blog_tag_banner_sec .baseModuleParent { position: relative; z-index: 1; }

.three_col_formations_date_location { margin-top: auto;}

/* blog_series_tag_banner */

.blog_series_tag_banner_left{width:30%;padding-top:65px;padding-bottom:105px;}
.blog_series_tag_banner_right{width:70%;text-align:center;}
.blog_series_tag_banner_content{padding-top:65px;}
.blog_series_tag_banner_sec .breadcrumb_text ul li a,.blog_series_tag_banner_sec .breadcrumb_text ul li,.blog_series_tag_banner_sec.series_2 .blog_total_articles *{color:#1B0442;}
.blog_total_articles .count{font-weight:700;}
.blog_series_tag_banner_sec{position:relative;}
.blog_series_tag_banner_right img{position:relative;height: 100%;object-fit: contain;}


/* blog_search_two_col */


.inner_blog_search_two_col .slick-arrow { top: -65px!important; }
.inner_blog_search_two_col .slick-arrow.slick-next { right: 20px; }
.inner_blog_search_two_col .slick-arrow.slick-prev { right: 95px; }  
.blog_search_two_col_box { border-radius: 20px; background: #ffffff; box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.15); padding: 35px 20px; align-items: center; height: 100%; }
.blog_search_two_col_repeter { padding: 20px; }
.inner_blog_search_two_col {  margin: 0 -20px; }
.blog_search_two_col_icon { width: 175px; padding-right: 20px; display: flex; justify-content: center; }
.blog_search_two_col_right { width: calc(100% - 175px); padding-left: 20px; }

/* footer */

.footer_logo_box{width:30%;}
.footer_lan_box{display:flex;width:70%;padding-right:130px;justify-content:end;text-align:right;}
.footer_menu_sec{width:81%;}
.footer_form{width:19%;}
.footer_menu_box{width:33.33%;}
.footer_menu_list ul{justify-content:flex-start;}
.footer_module{padding:350px 0 45px;}
.body-wrapper:not(.added_threeCol) .footer_module, .blog_author_page .footer_module, html[lang="en"] .newsletter_no .footer_module {padding-top: 170px;}
.footer_logo_img img{width:100px;}
.footer_social_icon{margin-top:10px;}
.inner_footer_social_icon img{width:16px;height:16px!important;}
.inner_footer_social_icon a{margin-right:15px;}
.footer_logo_sec{margin-bottom:35px;}
.footer_title p{font-size:16px;}
.footer_menu_list ul li a{line-height:2;font-size:13px;text-decoration:none;}
.footer_menu_list ul{display:block;}
.footer_menu_list ul li a:hover{color:#5818FF;}
.footer_form_title .h6{font-family:Kanit,serif;font-size:16px;}
.footer_form_title p{margin-top:0;}
.form-title{padding-top:0;}
.inner_footer_form form{background-color:transparent;padding:0;}
.footer .input .hs-input{border-radius:50px!important;}
.footer form .hs-button,.footer form input[type=submit]{margin-top:0;}
.footer_bottom_text *{font-size:12px;}
.footer_bottom_text{padding-top:20px;justify-content:space-between;align-items:center;}
.footer_bottom_left{padding-right:20px;}
.footer .hs-dependent-field li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before{border-radius:5px;background-color:#ffffff;border:1px solid #ffffff;}
form input[type='submit']:hover, form .hs-button:hover { color: #1B0442; }

/* blog-post_banner */

.bsp_left{width:71%;}
.bsp_right{width:29%;text-align:left;padding-left:75px;}
.bsp_inner_left img,.bsp_video_left{width:100%;box-shadow:0px 4px 25px 0px rgba(27, 4, 66,0.15);border-radius:20px; overflow: hidden;}
.bsp_video_left * { max-height: 100% !important; height: 100% !important; margin: 0; font-size: 0; }
.bsp_banner{align-items:center;}
.bpb-main.bsp_banner_sec{padding-bottom:20px;margin-bottom:40px;}
.bpb-main.bsp_banner_sec .hs-responsive-embed{max-width:100%!important;border-radius:20px;max-height:100%!important;}
.footer_module .globe_class{background-image:none!important;width:0;height:0;}
.footer_module .lang_switcher_class ul.lang_list_class{top:0;padding:0;display:flex;transform:none;left:0;position:relative;}
.footer_module .lang_switcher_class .lang_list_class:after,.footer_module .lang_switcher_class .lang_list_class:before{display:none;}
.footer_module .lang_list_class li{background-color:transparent;border:none!important;padding:0 9px!important;margin:0;font-size:15px;display:flex;top:-5px;}
.footer_module .lang_list_class li:before{display:none;}
.footer_module .lang_list_class li:first-child:after{content:'/';position:absolute;right:-4px;top:4px;}
.footer_module .lang_list_class li a:hover{color:#5818FF;}
.three_col_formations_logo_desk{display:none;padding-bottom:10px;}

/* search */
.blog_search_two_col_sec{padding:50px 0;}
.inner_header_tag{width:calc(100% - 185px);}
.header_search{width:185px;}
.header_search form.hs-search-field__form{padding:0;background-color:#ffffff;border:1px solid #5818FF;border-radius:50px!important;}
.header_search button.hs-search-field__button{width:32px;height:32px;padding:0;border-radius:50px;border-color: #5818FF;background-color:#5818FF;justify-content:center;margin: 0px -1px 0px 0px;}
.header_search form input[type=search]{padding:5px 5px 5px 15px;border-radius:50px!important;}
.header_search .hs-search-field__bar button svg{height:15px;width:15px;}
.header_tag::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  font-size:13px;color:#1B0442;font-family:'Inter',sans-serif;font-weight:600;}
.header_tag::-moz-placeholder{ /* Firefox 19+ */
  font-size:13px;color:#1B0442;font-family:'Inter',sans-serif;font-weight:600;}
.header_tag:-ms-input-placeholder{ /* IE 10+ */
  font-size:13px;color:#1B0442;font-family:'Inter',sans-serif;font-weight:600;}
.header_tag:-moz-placeholder{ /* Firefox 18- */
  font-size:13px;color:#1B0442;font-family:'Inter',sans-serif;font-weight:600;}
.header_lan .lang_list_class li:first-child{display:none;}
.uniqTag .two_col_res_sec,.uniqTag .newsletters_sec,.uniqTag .not_show_in_series_tag,.uniqTag .three_col_formations_sec{display:none;}
.uniqTag  .blog_series_tag_listing{display:block;}
.blog_series_tag_listing{display:none;}
.listing_blog_outter article.blog_index_repeat:nth-child(9),.listing_blog_outter article.blog_index_repeat:nth-child(8),.listing_blog_outter article.blog_index_repeat:nth-child(7){display:none;}
.NormalTag .three_column_series_sec{display:none;}
span.footer_top_shape{position:absolute;content:'';width:100%;height:auto;overflow:hidden;top:-6px;}
span.footer_top_shape svg{width:100%;height:auto;top:0;}
span.footer_top_shape svg path{fill:#ffffff;}
.uniqTag span.footer_top_shape svg path{fill:#ffffff;}
.uniqTag .three_column_series_sec:after{display:none;}
.uniqTag .footer_module,.blog_small_footer .footer_module{padding:150px 0 45px;}
.row-fluid [class*=span]{min-height:0;}
.blog_series_tag_listing .slick-arrow{top:-70px!important;margin-right:20px;}
.blog_all_title{padding-bottom:55px;}
.blog_popular_inner_number.blog_popular_1{ background-color: #5818FF; }
.blog_popular_inner_number.blog_popular_2{ background-color: #5818FF; }
.blog_popular_inner_number.blog_popular_3{ background-color: #5818FF; }
.blog_popular_inner_number.blog_popular_4{ background-color: #5818FF; }
.blog_popular_inner_number.blog_popular_5{ background-color: #5818FF; }
.blog_popular_inner_number.blog_popular_6{ background-color: #5818FF; }
.blog_series_tag_listing .blog_index_section_group{margin:0 -20px;}
.header_tag .hs-search-field__suggestions-container{display:none;}
.blog_series_tag_listing .slick-list{padding-bottom:15px;}
.search_three_column_series_slider .slick-list{padding-bottom:15px;}
.search_three_column_series_slider a.hs-search-results__title{text-decoration:none;}
sup{font-size:63px;top:-0.1em;color:#E6DEFA!important;}
sub{font-size:63px;bottom:-0.90em;color:#E6DEFA!important;}
.inner_blog_search_two_col{margin:0 -20px;}
.footer .inner_footer_social_icon a:not(.button){color:#1B0442;}
.header_search div#search-clear{display:none;}
main#main-content{margin-top:113px;}
header{position:fixed;top:0;left:0;width:100%;transition:background 0.3s ease-in-out,border 0.3s ease-in-out,transform 0.3s ease-in-out;z-index:99999999;background-color:#ffffff;}
footer form input[type='submit']:hover,footer form .hs-button:hover{color:#1B0442!important;}
footer .lang_list_class li a img{width:25px;height:20px;}
footer .lang_list_class li a{width:25px;font-size:0;}
.newsletters_sec .blue_slider .slick-arrow{background-color:#ffffff!important;}
.newsletters_sec .slick-slider .slick-prev { background-image: url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/left_Path.png)!important; }
.newsletters_sec .slick-slider .slick-next { background-image: url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/right_Path.png)!important; }
.newsletters_sec .blue_slider .progress { background-image: linear-gradient(to right,#ffffff,#ffffff); background-color: #ffffff; }
/* .newsletters_sec .blue_slider .progress {   } */
.header_btn.mobile-menu-btn{display:none;}
.header_button_mob{display:none;}
.blog_index_all_section{padding-top:25px;padding-bottom:0;}
.blog_all_title h1,.blog_search_page_title h1{font-size:63px;}
.search_three_column_series_slider .slick-arrow{top:-70px!important;}
.two_col_res_left .two_col_res_content{display:flex;flex-direction:column;}
.two_col_res_button{margin-top:10px;}
.blog_search_two_col_content *{letter-spacing:0.16px;line-height:2;}
.inner_blog_search_two_col ul.slick-dots{margin-top:17px;}
.enumenu_ul .hs-menu-wrapper > ul>li:hover > a { color: #5818FF;}
.header_btn a:hover { color: #ffffff; background: #5818FF; }
.outter_blog_index_category { padding-top: 35px; }
/* .header_search form.hs-search-field__form input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; } */
.header_search form.hs-search-field__form button.text-clear { border: unset; background: unset; padding: unset; color: #000; font-size: 13px; width: 16px; height: 13px; display: inline-block; margin: auto; cursor: pointer; position: absolute; left: calc(100% - 50px); bottom: 0; top: 0; }
.header_search form.hs-search-field__form input[type="search"]:not(:valid) ~ .text-clear { display: none; }
.outter_header_tag .init { letter-spacing: 0.56px; }


.simple_list_page section.not_show_in_series_tag { padding-bottom: 30px; }
section.blog_index_section.blog_show_in_tag {  padding-top: 20px; }
.blog_index_post_title p { font-family: Kanit, sans-serif !important; }
.blog_index_post_title a,.blog_popular_title_inner a{text-decoration:none;}
.blog_series_tag_banner_logo img{min-width:180px;max-width:350px!important;}
.post-body pre{font-family:Inter;font-size:18px;line-height:1.79;margin-bottom:2rem;padding-left:2.7rem;position:relative;width:auto;overflow:inherit;white-space:normal;font-weight:normal;}
.post-body pre:before{background-color:#5818FF;border-radius:6px;content:"";height:2px;left:0;position:absolute;top:13px;width:25px;}
.bapb-main.bapb-normal-main .bapb-outer .bapb-right{padding-top:calc(97px * 0.85);}
.bapb-main.bapb-normal-main .bapb-outer .bapb-right .bapb-img{margin:0 auto calc(-80px * 0.85);width:calc(200px * 0.85);height:calc(374px * 0.85);}
.post-body .hs-embed-wrapper,.post-body .hs-responsive-embed{margin-top:30px!important;}
.bpbody-outer .post-body a:hover,.bpbody-outer .post-body a:active,.bpbody-outer .post-body a:focus{color:#5818FF!important;}
.bpbody-outer .post-body figcaption { margin-top: 8px;}
.two_col_res_left.two_col_res_left_padding {padding: 0; }
.two_col_res_left.two_col_res_left_padding .inner_two_col_res_left_box { padding: 40px 20px 20px 20px; }
table{background-color:#ffffff;color:#1B0442;}
table,td,th{border:1px solid #1B0442;}
td,th{padding:20px;}
.post_page_newsletters_sec .newsletters_title,.tag_page_newsletters_title{max-width:500px;}
.grecaptcha-badge{margin:10px 0 0;}
.newsletters_content{width:100%;}
html[lang="en"] .hs-blog-post .newsletters_sec{display:none;}


/* new-banner-design */

.blog_tag_banner_sec .blog_banner_left{width:100%;text-align:center;padding:0;}
.blog_tag_banner_sec{padding:100px 0 215px;background-image:url('https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/tag_bg.png');background-repeat:no-repeat;width:100%;background-blend-mode:soft-light;overflow:hidden;background-size:cover;}
.blog_tag_banner_sec .blog_tag_content{padding-top:22px;}
.blog_tag_banner_sec .blog_total_articles{color:#1B0442;display:inline-block;justify-content:center;padding:3px 14.5px;background-color:#ffffff;border-radius:50px;}
.blog_tag_banner_sec .blog_total_articles{font-size:9px;font-weight:600;}
section.blog_index_section.blog_show_in_tag{padding-top:0;margin-top:-195px;}
span.blog_tag_banner_before_img{position:absolute;width:560px;height:426px;top:30px;left:-119px;}
span.blog_tag_banner_after_img{position:absolute;right:-343px;top:100px;width:646px;height:426px;}
.new_blog_banner_sec .blog_banner_left{padding:0;max-width:517px;width:100%;margin-left:50px;}
.blog_banner_sec.new_blog_banner_sec{background-image:url('https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/banner_group-min.png');background-repeat:no-repeat;background-blend-mode:screen;overflow:hidden;width:100%;background-size:cover;}
.blog_banner_sec.new_blog_banner_sec .outter_blog_banner_sec{padding:0 38px;}
.blog_banner_sec.new_blog_banner_sec span.blog_tag_banner_before_img{position:absolute;width:560px;height:426px;top:-36px;left:-108px;}
.blog_banner_sec.new_blog_banner_sec span.blog_tag_banner_after_img{position:absolute;right:-343px;top:0;width:622px;height:780px;}
.blog_banner_sec.new_blog_banner_sec .blog_banner_logo img { max-width:181px !important; }
.font36 *{font-size:36px;}
.new_banner_img{width:57%;}
.new_banner_content{width:43%;position:relative;}
.new_banner_content .blog_index_date_tag{width:100%;right:-1px;margin:0;left:auto;}
.blog_new_banner_bottom{position:relative;margin-right:40px;background:#ffffff;box-shadow:0px 2px 22px 0px rgba(0,0,0,0.15);border-radius:10px;margin-bottom:47px;}
.new_banner_img img{border-radius:10px 0 0 10px;object-fit:cover;width:100%;}
.new_banner_content .blog_index_post_title{padding:35px 40px 35px 35px;}
section.not_show_in_series_tag{padding-top:0;}
.blog_popular_left_sec{margin-top:-165px;}
.inner_popular_right_sec{position:sticky;top:130px;}
.blog_index_only_tag.blog_index_only_author{margin-top:80px;}
.bpbody-left form{background-color:#E6DEFA;padding:20px!important;}
html[lang="en"] .global_authors_page .newsletters_sec{display:none;}
.three_column_series_logo img{max-width:157px!important;}
.new_blog_banner_sec .blog_banner_left_text em:after{content:'';position:absolute;width:34px;background-image:url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/Group%20800.svg);background-position:center;background-size:cover;height:28px;top:-18px;right:-30px;}
.new_blog_banner_sec .blog_banner_left_text em{position:relative;}
.blog_index_post_title a:after,.authors-main .authors-outer .authors-box .h5 a:after{content:"";inset:0;position:absolute;z-index:1;}
html[lang="en"] .footer_module .lang_switcher_class ul.lang_list_class li:nth-child(2){display:flex;}
.footer_module .lang_list_class li:after{content:'/';position:absolute;right:-4px;top:4px;}
.footer_module .lang_list_class li:first-child,.footer_module .lang_list_class li:last-child:after{display:none;}
.bpbody-outer .post-body p em *{font-style:italic;}
.loadImage{ font-size: 0;background-image:url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/Rolling-1s-200px.gif);background-repeat:no-repeat;background-size:contain;text-align:center;background-position:center;width:50px;height:50px;position:relative;left:50%;transform:translateX(-50%);}
.blog_tag_banner_sec .breadcrumb_text ul li,.blog_series_tag_banner_sec .breadcrumb_text ul li{text-transform:capitalize;}
header .header_lan .lang_list_class li a img, header .search_header_lan .lang_list_class li span img{display:none;}
.newsletter_no .header_lan .lang_list_class li a.lang_switcher_link[lang="fr-fr"]:before{content:'FR';}
.footer_module .footer_other_lan_box li:first-child{display:flex;}
.footer_module .footer_other_lan_box ul.lang_list_class{top:6px;padding:0;display:flex;transform:none;left:0;position:relative;margin:0;}
.footer_module .footer_other_lan_box li a{width:25px;font-size:0;}
.footer_module .footer_other_lan_box li a img{width:25px;height:20px;}
.footer_module .footer_other_lan_box{position:relative;display:inline-block;}
.footer_module .footer_other_lan_box li:first-child:after{content:'/';position:absolute;right:-4px;top:0px;}
.footer_lan_box.no_lang_ver .footer_other_lan_box{display:block!important;}
.footer_lan_box.no_lang_ver{padding-right:0;}
.search_three_column_series_slider .blog_index_repeat{padding:0;}
.search_three_column_series_slider .blog_index_repeat .blog_index_repeat_inner{margin:20px;}
.bprelated-main .blog_index_repeat:nth-child(4){display:none;}
.normal_tag_blog_listing2{opacity:0;}
.normal_tag_blog_listing2.activeData{opacity:1;}
.footer_form_title{margin-bottom:20px;}
.two_col_res_box_title p a,.two_col_inner_res_title p a{font-family:Kanit,serif;font-style:normal;font-weight:600;text-decoration:none;font-size:17px;}
.blog_index_category_main_title{align-items:center;}
.blog_index_category_main_inner_title{padding-right:20px;}

.header_search ::placeholder, .header_search ::-webkit-input-placeholder {
  color: rgba(27, 4, 66, 0.45);
  font-size: 13px;
  font-weight: 600;
}
.mobile_breadcrumb.bpb-outer{display:none}

.blog_banner_left_text h1 {
  text-transform: capitalize;
}
.outter_blog_series_tag_banner {
  align-items:end;
}
.search_header_lan .current-lang, .search_header_lan span.lang_switcher_link {
  cursor: pointer;
}


@media (min-width: 1600px) {
  .three_column_series_sec { padding-top: 110px;}
  .blog_banner_sec:after { bottom: -2px;height: 125px; }
}
@media (min-width: 993px) {
  .outter_header_tag .init{display:none!important;}
  .outter_header_tag ul li{display:block!important;}
  .outter_header_tag a:after{content:'';position:absolute;width:100%;height:2px;background-color:#1B0442;right:0;bottom:-12px;opacity:0;}
  .outter_header_tag a.tag-active:after,.outter_header_tag a:hover:after{content:'';opacity:1;position:absolute;}
}
@media (max-width: 1300px) {
  .blog_banner_sec:after,.blog_series_tag_banner_sec:after{height:65px;}
  blockquote,blockquote *{font-size:27px!important;}
  .new_banner_img{width:54%;}
  .new_banner_content{width:46%;}
}
@media (max-width: 1250px) {
  .three_column_series_logo img { max-height: 60px; }
}
@media (max-width: 1200px) {
  h1,.h1 {font-size:52px;}
  
  .dpt0,.dpy0{padding-top:0px;}
  .dpb0,.dpy0{padding-bottom:0px;}
  .dmt0,.dmy0{margin-top:0px;}
  .dmb0,.dmy0{margin-bottom:0px;}
  .dpt5,.dpy5{padding-top:5px;}
  .dpb5,.dpy5{padding-bottom:5px;}
  .dmt5,.dmy5{margin-top:5px;}
  .dmb5,.dmy5{margin-bottom:5px;}
  .dpt10,.dpy10{padding-top:10px;}
  .dpb10,.dpy10{padding-bottom:10px;}
  .dmt10,.dmy10{margin-top:10px;}
  .dmb10,.dmy10{margin-bottom:10px;}
  .dpt15,.dpy15{padding-top:15px;}
  .dpb15,.dpy15{padding-bottom:15px;}
  .dmt15,.dmy15{margin-top:15px;}
  .dmb15,.dmy15{margin-bottom:15px;}
  .dpt20,.dpy20{padding-top:20px;}
  .dpb20,.dpy20{padding-bottom:20px;}
  .dmt20,.dmy20{margin-top:20px;}
  .dmb20,.dmy20{margin-bottom:20px;}
  .dpt25,.dpy25{padding-top:25px;}
  .dpb25,.dpy25{padding-bottom:25px;}
  .dmt25,.dmy25{margin-top:25px;}
  .dmb25,.dmy25{margin-bottom:25px;}
  .dpt30,.dpy30{padding-top:30px;}
  .dpb30,.dpy30{padding-bottom:30px;}
  .dmt30,.dmy30{margin-top:30px;}
  .dmb30,.dmy30{margin-bottom:30px;}
  .dpt35,.dpy35{padding-top:35px;}
  .dpb35,.dpy35{padding-bottom:35px;}
  .dmt35,.dmy35{margin-top:35px;}
  .dmb35,.dmy35{margin-bottom:35px;}
  .dpt40,.dpy40{padding-top:40px;}
  .dpb40,.dpy40{padding-bottom:40px;}
  .dmt40,.dmy40{margin-top:40px;}
  .dmb40,.dmy40{margin-bottom:40px;}
  .dpt45,.dpy45{padding-top:45px;}
  .dpb45,.dpy45{padding-bottom:45px;}
  .dmt45,.dmy45{margin-top:45px;}
  .dmb45,.dmy45{margin-bottom:45px;}
  .dpt50,.dpy50{padding-top:50px;}
  .dpb50,.dpy50{padding-bottom:50px;}
  .dmt50,.dmy50{margin-top:50px;}
  .dmb50,.dmy50{margin-bottom:50px;}
  .dpt55,.dpy55{padding-top:55px;}
  .dpb55,.dpy55{padding-bottom:55px;}
  .dmt55,.dmy55{margin-top:55px;}
  .dmb55,.dmy55{margin-bottom:55px;}
  .dpt60,.dpy60{padding-top:60px;}
  .dpb60,.dpy60{padding-bottom:60px;}
  .dmt60,.dmy60{margin-top:60px;}
  .dmb60,.dmy60{margin-bottom:60px;}
  .dpt65,.dpy65{padding-top:65px;}
  .dpb65,.dpy65{padding-bottom:65px;}
  .dmt65,.dmy65{margin-top:65px;}
  .dmb65,.dmy65{margin-bottom:65px;}
  .dpt70,.dpy70{padding-top:70px;}
  .dpb70,.dpy70{padding-bottom:70px;}
  .dmt70,.dmy70{margin-top:70px;}
  .dmb70,.dmy70{margin-bottom:70px;}
  .dpt75,.dpy75{padding-top:75px;}
  .dpb75,.dpy75{padding-bottom:75px;}
  .dmt75,.dmy75{margin-top:75px;}
  .dmb75,.dmy75{margin-bottom:75px;}
  .dpt80,.dpy80{padding-top:80px;}
  .dpb80,.dpy80{padding-bottom:80px;}
  .dmt80,.dmy80{margin-top:80px;}
  .dmb80,.dmy80{margin-bottom:80px;}
  .dpt85,.dpy85{padding-top:85px;}
  .dpb85,.dpy85{padding-bottom:85px;}
  .dmt85,.dmy85{margin-top:85px;}
  .dmb85,.dmy85{margin-bottom:85px;}
  .dpt90,.dpy90{padding-top:90px;}
  .dpb90,.dpy90{padding-bottom:90px;}
  .dmt90,.dmy90{margin-top:90px;}
  .dmb90,.dmy90{margin-bottom:90px;}
  .dpt95,.dpy95{padding-top:95px;}
  .dpb95,.dpy95{padding-bottom:95px;}
  .dmt95,.dmy95{margin-top:95px;}
  .dmb95,.dmy95{margin-bottom:95px;}
  .dpt100,.dpy100{padding-top:100px;}
  .dpb100,.dpy100{padding-bottom:100px;}
  .dmt100,.dmy100{margin-top:100px;}
  .dmb100,.dmy100{margin-bottom:100px;}
  .dpt105,.dpy105{padding-top:105px;}
  .dpb105,.dpy105{padding-bottom:105px;}
  .dmt105,.dmy105{margin-top:105px;}
  .dmb105,.dmy105{margin-bottom:105px;}
  .dpt110,.dpy110{padding-top:110px;}
  .dpb110,.dpy110{padding-bottom:110px;}
  .dmt110,.dmy110{margin-top:110px;}
  .dmb110,.dmy110{margin-bottom:110px;}
  .dpt115,.dpy115{padding-top:115px;}
  .dpb115,.dpy115{padding-bottom:115px;}
  .dmt115,.dmy115{margin-top:115px;}
  .dmb115,.dmy115{margin-bottom:115px;}
  .dpt120,.dpy120{padding-top:120px;}
  .dpb120,.dpy120{padding-bottom:120px;}
  .dmt120,.dmy120{margin-top:120px;}
  .dmb120,.dmy120{margin-bottom:120px;}
  .dpt125,.dpy125{padding-top:125px;}
  .dpb125,.dpy125{padding-bottom:125px;}
  .dmt125,.dmy125{margin-top:125px;}
  .dmb125,.dmy125{margin-bottom:125px;}
  .dpt130,.dpy130{padding-top:130px;}
  .dpb130,.dpy130{padding-bottom:130px;}
  .dmt130,.dmy130{margin-top:130px;}
  .dmb130,.dmy130{margin-bottom:130px;}
  .dpt135,.dpy135{padding-top:135px;}
  .dpb135,.dpy135{padding-bottom:135px;}
  .dmt135,.dmy135{margin-top:135px;}
  .dmb135,.dmy135{margin-bottom:135px;}
  .dpt140,.dpy140{padding-top:140px;}
  .dpb140,.dpy140{padding-bottom:140px;}
  .dmt140,.dmy140{margin-top:140px;}
  .dmb140,.dmy140{margin-bottom:140px;}
  .dpt145,.dpy145{padding-top:145px;}
  .dpb145,.dpy145{padding-bottom:145px;}
  .dmt145,.dmy145{margin-top:145px;}
  .dmb145,.dmy145{margin-bottom:145px;}
  .dpt150,.dpy150{padding-top:150px;}
  .dpb150,.dpy150{padding-bottom:150px;}
  .dmt150,.dmy150{margin-top:150px;}
  .dmb150,.dmy150{margin-bottom:150px;}
  .dpt155,.dpy155{padding-top:155px;}
  .dpb155,.dpy155{padding-bottom:155px;}
  .dmt155,.dmy155{margin-top:155px;}
  .dmb155,.dmy155{margin-bottom:155px;}
  .dpt160,.dpy160{padding-top:160px;}
  .dpb160,.dpy160{padding-bottom:160px;}
  .dmt160,.dmy160{margin-top:160px;}
  .dmb160,.dmy160{margin-bottom:160px;}
  .dpt165,.dpy165{padding-top:165px;}
  .dpb165,.dpy165{padding-bottom:165px;}
  .dmt165,.dmy165{margin-top:165px;}
  .dmb165,.dmy165{margin-bottom:165px;}
  .dpt170,.dpy170{padding-top:170px;}
  .dpb170,.dpy170{padding-bottom:170px;}
  .dmt170,.dmy170{margin-top:170px;}
  .dmb170,.dmy170{margin-bottom:170px;}
  .dpt175,.dpy175{padding-top:175px;}
  .dpb175,.dpy175{padding-bottom:175px;}
  .dmt175,.dmy175{margin-top:175px;}
  .dmb175,.dmy175{margin-bottom:175px;}
  .dpt180,.dpy180{padding-top:180px;}
  .dpb180,.dpy180{padding-bottom:180px;}
  .dmt180,.dmy180{margin-top:180px;}
  .dmb180,.dmy180{margin-bottom:180px;}
  .dpt185,.dpy185{padding-top:185px;}
  .dpb185,.dpy185{padding-bottom:185px;}
  .dmt185,.dmy185{margin-top:185px;}
  .dmb185,.dmy185{margin-bottom:185px;}
  .dpt190,.dpy190{padding-top:190px;}
  .dpb190,.dpy190{padding-bottom:190px;}
  .dmt190,.dmy190{margin-top:190px;}
  .dmb190,.dmy190{margin-bottom:190px;}
  .dpt195,.dpy195{padding-top:195px;}
  .dpb195,.dpy195{padding-bottom:195px;}
  .dmt195,.dmy195{margin-top:195px;}
  .dmb195,.dmy195{margin-bottom:195px;}
  .dpt200,.dpy200{padding-top:200px;}
  .dpb200,.dpy200{padding-bottom:200px;}
  .dmt200,.dmy200{margin-top:200px;}
  .dmb200,.dmy200{margin-bottom:200px;}
  .dpt205,.dpy205{padding-top:205px;}
  .dpb205,.dpy205{padding-bottom:205px;}
  .dmt205,.dmy205{margin-top:205px;}
  .dmb205,.dmy205{margin-bottom:205px;}
  .dpt210,.dpy210{padding-top:210px;}
  .dpb210,.dpy210{padding-bottom:210px;}
  .dmt210,.dmy210{margin-top:210px;}
  .dmb210,.dmy210{margin-bottom:210px;}
  .dpt215,.dpy215{padding-top:215px;}
  .dpb215,.dpy215{padding-bottom:215px;}
  .dmt215,.dmy215{margin-top:215px;}
  .dmb215,.dmy215{margin-bottom:215px;}
  .dpt220,.dpy220{padding-top:220px;}
  .dpb220,.dpy220{padding-bottom:220px;}
  .dmt220,.dmy220{margin-top:220px;}
  .dmb220,.dmy220{margin-bottom:220px;}
  .dpt225,.dpy225{padding-top:225px;}
  .dpb225,.dpy225{padding-bottom:225px;}
  .dmt225,.dmy225{margin-top:225px;}
  .dmb225,.dmy225{margin-bottom:225px;}
  .dpt230,.dpy230{padding-top:230px;}
  .dpb230,.dpy230{padding-bottom:230px;}
  .dmt230,.dmy230{margin-top:230px;}
  .dmb230,.dmy230{margin-bottom:230px;}
  .dpt235,.dpy235{padding-top:235px;}
  .dpb235,.dpy235{padding-bottom:235px;}
  .dmt235,.dmy235{margin-top:235px;}
  .dmb235,.dmy235{margin-bottom:235px;}
  .dpt240,.dpy240{padding-top:240px;}
  .dpb240,.dpy240{padding-bottom:240px;}
  .dmt240,.dmy240{margin-top:240px;}
  .dmb240,.dmy240{margin-bottom:240px;}
  .dpt245,.dpy245{padding-top:245px;}
  .dpb245,.dpy245{padding-bottom:245px;}
  .dmt245,.dmy245{margin-top:245px;}
  .dmb245,.dmy245{margin-bottom:245px;}
  .dpt250,.dpy250{padding-top:250px;}
  .dpb250,.dpy250{padding-bottom:250px;}
  .dmt250,.dmy250{margin-top:250px;}
  .dmb250,.dmy250{margin-bottom:250px;}
  .dpt255,.dpy255{padding-top:255px;}
  .dpb255,.dpy255{padding-bottom:255px;}
  .dmt255,.dmy255{margin-top:255px;}
  .dmb255,.dmy255{margin-bottom:255px;}
  .dpt260,.dpy260{padding-top:260px;}
  .dpb260,.dpy260{padding-bottom:260px;}
  .dmt260,.dmy260{margin-top:260px;}
  .dmb260,.dmy260{margin-bottom:260px;}
  .dpt265,.dpy265{padding-top:265px;}
  .dpb265,.dpy265{padding-bottom:265px;}
  .dmt265,.dmy265{margin-top:265px;}
  .dmb265,.dmy265{margin-bottom:265px;}
  .dpt270,.dpy270{padding-top:270px;}
  .dpb270,.dpy270{padding-bottom:270px;}
  .dmt270,.dmy270{margin-top:270px;}
  .dmb270,.dmy270{margin-bottom:270px;}
  .dpt275,.dpy275{padding-top:275px;}
  .dpb275,.dpy275{padding-bottom:275px;}
  .dmt275,.dmy275{margin-top:275px;}
  .dmb275,.dmy275{margin-bottom:275px;}
  .dpt280,.dpy280{padding-top:280px;}
  .dpb280,.dpy280{padding-bottom:280px;}
  .dmt280,.dmy280{margin-top:280px;}
  .dmb280,.dmy280{margin-bottom:280px;}
  .dpt285,.dpy285{padding-top:285px;}
  .dpb285,.dpy285{padding-bottom:285px;}
  .dmt285,.dmy285{margin-top:285px;}
  .dmb285,.dmy285{margin-bottom:285px;}
  .dpt290,.dpy290{padding-top:290px;}
  .dpb290,.dpy290{padding-bottom:290px;}
  .dmt290,.dmy290{margin-top:290px;}
  .dmb290,.dmy290{margin-bottom:290px;}
  .dpt295,.dpy295{padding-top:295px;}
  .dpb295,.dpy295{padding-bottom:295px;}
  .dmt295,.dmy295{margin-top:295px;}
  .dmb295,.dmy295{margin-bottom:295px;}
  .dw50 {width:50%;}

  /* Margin and padding Left and Right */
  
  
  .dpr8,.dpx8{padding-right:8px;}
  .dpl8,.dpx8{padding-left:8px;}
  .dmr8,.dmx8{margin-right:8px;}
  .dml8,.dmx8{margin-left:8px;}
  .dmr-08,.dmx-8{margin-right:-8px;}
  .dml-08,.dmx-8{margin-left:-8px;}
  
  .dpr10,.dpx10{padding-right:10px;}
  .dpl10,.dpx10{padding-left:10px;}
  .dmr10,.dmx10{margin-right:10px;}
  .dml10,.dmx10{margin-left:10px;}
  .dmr-010,.dmx-10{margin-right:-10px;}
  .dml-010,.dmx-10{margin-left:-10px;}
  
  .dpr15,.dpx15{padding-right:15px;}
  .dpl15,.dpx15{padding-left:15px;}
  .dmr15,.dmx15{margin-right:15px;}
  .dml15,.dmx15{margin-left:15px;}
  .dmr-015,.dmx-15{margin-right:-15px;}
  .dml-015,.dmx-15{margin-left:-15px;}
  
  .dpr20,.dpx20{padding-right:20px;}
  .dpl20,.dpx20{padding-left:20px;}
  .dmr20,.dmx20{margin-right:20px;}
  .dml20,.dmx20{margin-left:20px;}
  .dmr-020,.dmx-20{margin-right:-20px;}
  .dml-020,.dmx-20{margin-left:-20px;}
  
  .dpr25,.dpx25{padding-right:25px;}
  .dpl25,.dpx25{padding-left:25px;}
  .dmr25,.dmx25{margin-right:25px;}
  .dml25,.dmx25{margin-left:25px;}
  .dmr-025,.dmx-25{margin-right:-25px;}
  .dml-025,.dmx-25{margin-left:-25px;}
  
  .dpr30,.dpx30{padding-right:30px;}
  .dpl30,.dpx30{padding-left:30px;}
  .dmr30,.dmx30{margin-right:30px;}
  .dml30,.dmx30{margin-left:30px;}
  .dmr-030,.dmx-30{margin-right:-30px;}
  .dml-030,.dmx-30{margin-left:-30px;}
  

  .dfont22 * {font-size: 22px; }
  .dfont24 * {font-size: 24px !important; }
  button, .button a, .hs-button {     padding: 16px 27px; }
  .button.button--secondary a{padding:16px 27px;}
  .content-wrapper{padding:0 40px;}


  .blog_banner_left{width:36.8%;padding-right:40px;}
  .blog_banner_right{width:63.2%;}
  .blog_popular_box{margin-bottom:30px;}
  .blog_popular_right_sec{width:241px;}
  .blog_popular_left_sec{width:calc(100% - 241px);}
  .blog_index_main_group{padding:20px 20px 10px 20px;}
  .blog_index_post_image_wrapper img{height:140px;}
  .three_column_series_box_inner{overflow:hidden;border-radius:20px;}
  .three_column_series_info svg{height:170px;}
  .two_col_resources_left{width:30.5%;}
  .two_col_resources_right{width:69.5%;}
  .two_col_resources_box{display:block;}
  .two_col_resources_left_content{width:100%;padding-left:20px;padding-top:5px;}
  .two_col_resources_left_icon{padding:0 5px;width:130px;}
  .two_col_resources_right_content{width:43%;}
  .two_col_resources_right_image{width:57%;}
  .two_col_resources_box_title{padding-left:8px;}
  .newsletters_img img{height:145px!important;}
  .newsletters_btn{padding-top:70px;}



  header{padding-top:0;}

  .enumenu_ul{display:none}
  .menu-block{height:auto;}
  .menu-icon{display:block}
  .enumenu_ul .hs-menu-wrapper > ul>li{display:block;margin:0px;padding:0px;}
  .enumenu_ul .hs-menu-wrapper > ul>li > a{display:block;text-align:center;padding:8px}
  .enumenu_ul{width:100%;}
  .enumenu_ul .hs-menu-wrapper > ul>li ul{background:transparent; padding:10px 20px;}
  .enumenu_ul .hs-menu-wrapper > ul>li ul a{text-align:center;display:block;text-align:center;color:#000;padding:5px 0;}

  /* Push Menu */
  body.menuslide_push{position:relative;}
  body.menuslide_push.slidemenuLeft{left:0;transition:left 0.5s;-webkit-transition:left 0.5s;-moz-transition:left 0.5s;-ms-transition:left 0.5s;-o-transition:left 0.5s;}
  body.menuslide_push.slidemenuRight{right:0;transition:right 0.5s;-webkit-transition:right 0.5s;-moz-transition:right 0.5s;-ms-transition:right 0.5s;-o-transition:right 0.5s;}
  body.slidemenuRight .enumenu_ul{right:-100%;}
  body.slidemenuRight.menu-open .enumenu_ul{right:0;}
  body.slidemenuLeft .enumenu_ul{left:-300px;}
  body.slidemenuLeft.menu-open .enumenu_ul{left:0;}
  body.menuslide_push.slidemenuLeft.menu-open{left:300px}
  body.menuslide_push.slidemenuRight.menu-open{right:300px}
  body.menuslide_push .enumenu_ul,body.menuOverlap .enumenu_ul{background:#ffffff none repeat scroll 0 0;display:block;height:100%;max-height:100%;width:100%;overflow:auto;position:fixed;transition:all 0.5s ease 0s;max-width:100%;top:0; top: 70px; z-index: 111; }

  .enumenu_ul .hs-menu-wrapper > ul>li.hs-item-has-children>a:after { top: 17px;transform: none; }
  .blog_index_featureimg{height:48%;}
  .blog_index_main_group{height:52%;}
  .blog_index_repeat_inner:hover .blog_index_main_group{margin-top:-80px;}
  .bsp_right{padding-left:25px;}
  .three_col_formations_logo_desk{display:block;}
  .three_col_formations_logo_tab{display:none;}
  .blog_index_all_section{padding-top:80px;}

  .three_column_series_sec:after,.three_column_series_sec:before{width:102%;}
  .newsletters_info{height:calc(100% - 145px);}
  .two_col_resources_left_btn,.two_col_resources_left_btn .button,.two_col_resources_left_btn .button a,.newsletters_btn,.newsletters_btn .button,.newsletters_btn .button a{width:100%;}
  .footer_menu_sec{width:77%;}
  .footer_form{width:23%;}
  .footer_menu_box{padding-right:20px;}
  .header_btn.mobile-menu-btn{display:block;}
  .header_btn{display:none;}
  .outter_header{justify-content:space-between;}
  .header_sec{padding:19px 0;}
  .header_lan{margin-right:90px;}
  .header_menu{width:0;position:absolute;padding-left:0;right:62px;}
  .enumenu_ul .hs-menu-wrapper > ul>li{width:100%;text-align:center;}
  .header_btn.mobile-menu-btn{display:flex;width:100%;justify-content:center;margin-top:30px;}
  .enumenu_ul .hs-menu-wrapper > ul>li.hs-item-has-children>a{padding-right:8px;}
  .enumenu_ul .hs-menu-wrapper>ul{margin-top:50px;}
  .enumenu_ul .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{left:0;opacity:1;position:relative;}
  .enumenu_ul .arrow{width:100%;background-image:none!important;}
  main#main-content{margin-top:111px;}
  .blog_series_tag_banner_left{padding-top:40px;padding-bottom:50px;}

  .body-wrapper:not(.added_threeCol) .footer_module, .blog_author_page .footer_module, html[lang="en"] .newsletter_no .footer_module { padding-top: 140px;}
  .blog_index_topic a, .blog_index_date span,.blog_popular_date span, .blog_index_topic span { font-size: 9px; }

  .blog_new_banner_bottom .blog_index_post_title * { font-size: 20px; }

  .blog_series_tag_banner_sec:before {width: 57% !important; }

}


@media (max-width: 1024px) {



}


@media (max-width: 992px) {
  h1,.h1 {font-size: 45px;}
  h3,.h3 { font-size: 25px; }
  .tabw30{width:30%}
  .tabw33{width:33.33%}
  .tabw40{width:40%}
  .tabw50{width:50%}
  .tabw60{width:60%}
  .tabw66{width:66.66%}
  .tabw70{width:70%}
  .tabw100{width:100%}
  .tabMax100{max-width:100%;}


  
  .tabpt0,.tabpy0{padding-top:0px;}
  .tabpb0,.tabpy0{padding-bottom:0px;}
  .tabmt0,.tabmy0{margin-top:0px;}
  .tabmb0,.tabmy0{margin-bottom:0px;}
  
  .tabpt5,.tabpy5{padding-top:5px;}
  .tabpb5,.tabpy5{padding-bottom:5px;}
  .tabmt5,.tabmy5{margin-top:5px;}
  .tabmb5,.tabmy5{margin-bottom:5px;}
  
  .tabpt10,.tabpy10{padding-top:10px;}
  .tabpb10,.tabpy10{padding-bottom:10px;}
  .tabmt10,.tabmy10{margin-top:10px;}
  .tabmb10,.tabmy10{margin-bottom:10px;}
  
  .tabpt15,.tabpy15{padding-top:15px;}
  .tabpb15,.tabpy15{padding-bottom:15px;}
  .tabmt15,.tabmy15{margin-top:15px;}
  .tabmb15,.tabmy15{margin-bottom:15px;}
  
  .tabpt20,.tabpy20{padding-top:20px;}
  .tabpb20,.tabpy20{padding-bottom:20px;}
  .tabmt20,.tabmy20{margin-top:20px;}
  .tabmb20,.tabmy20{margin-bottom:20px;}
  
  .tabpt25,.tabpy25{padding-top:25px;}
  .tabpb25,.tabpy25{padding-bottom:25px;}
  .tabmt25,.tabmy25{margin-top:25px;}
  .tabmb25,.tabmy25{margin-bottom:25px;}
  
  .tabpt30,.tabpy30{padding-top:30px;}
  .tabpb30,.tabpy30{padding-bottom:30px;}
  .tabmt30,.tabmy30{margin-top:30px;}
  .tabmb30,.tabmy30{margin-bottom:30px;}
  
  .tabpt35,.tabpy35{padding-top:35px;}
  .tabpb35,.tabpy35{padding-bottom:35px;}
  .tabmt35,.tabmy35{margin-top:35px;}
  .tabmb35,.tabmy35{margin-bottom:35px;}
  
  .tabpt40,.tabpy40{padding-top:40px;}
  .tabpb40,.tabpy40{padding-bottom:40px;}
  .tabmt40,.tabmy40{margin-top:40px;}
  .tabmb40,.tabmy40{margin-bottom:40px;}
  
  .tabpt45,.tabpy45{padding-top:45px;}
  .tabpb45,.tabpy45{padding-bottom:45px;}
  .tabmt45,.tabmy45{margin-top:45px;}
  .tabmb45,.tabmy45{margin-bottom:45px;}
  
  .tabpt50,.tabpy50{padding-top:50px;}
  .tabpb50,.tabpy50{padding-bottom:50px;}
  .tabmt50,.tabmy50{margin-top:50px;}
  .tabmb50,.tabmy50{margin-bottom:50px;}
  
  .tabpt55,.tabpy55{padding-top:55px;}
  .tabpb55,.tabpy55{padding-bottom:55px;}
  .tabmt55,.tabmy55{margin-top:55px;}
  .tabmb55,.tabmy55{margin-bottom:55px;}
  
  .tabpt60,.tabpy60{padding-top:60px;}
  .tabpb60,.tabpy60{padding-bottom:60px;}
  .tabmt60,.tabmy60{margin-top:60px;}
  .tabmb60,.tabmy60{margin-bottom:60px;}
  
  .tabpt65,.tabpy65{padding-top:65px;}
  .tabpb65,.tabpy65{padding-bottom:65px;}
  .tabmt65,.tabmy65{margin-top:65px;}
  .tabmb65,.tabmy65{margin-bottom:65px;}
  
  .tabpt70,.tabpy70{padding-top:70px;}
  .tabpb70,.tabpy70{padding-bottom:70px;}
  .tabmt70,.tabmy70{margin-top:70px;}
  .tabmb70,.tabmy70{margin-bottom:70px;}
  
  .tabpt75,.tabpy75{padding-top:75px;}
  .tabpb75,.tabpy75{padding-bottom:75px;}
  .tabmt75,.tabmy75{margin-top:75px;}
  .tabmb75,.tabmy75{margin-bottom:75px;}
  
  .tabpt80,.tabpy80{padding-top:80px;}
  .tabpb80,.tabpy80{padding-bottom:80px;}
  .tabmt80,.tabmy80{margin-top:80px;}
  .tabmb80,.tabmy80{margin-bottom:80px;}
  
  .tabpt85,.tabpy85{padding-top:85px;}
  .tabpb85,.tabpy85{padding-bottom:85px;}
  .tabmt85,.tabmy85{margin-top:85px;}
  .tabmb85,.tabmy85{margin-bottom:85px;}
  
  .tabpt90,.tabpy90{padding-top:90px;}
  .tabpb90,.tabpy90{padding-bottom:90px;}
  .tabmt90,.tabmy90{margin-top:90px;}
  .tabmb90,.tabmy90{margin-bottom:90px;}
  
  .tabpt95,.tabpy95{padding-top:95px;}
  .tabpb95,.tabpy95{padding-bottom:95px;}
  .tabmt95,.tabmy95{margin-top:95px;}
  .tabmb95,.tabmy95{margin-bottom:95px;}
  
  .tabpt100,.tabpy100{padding-top:100px;}
  .tabpb100,.tabpy100{padding-bottom:100px;}
  .tabmt100,.tabmy100{margin-top:100px;}
  .tabmb100,.tabmy100{margin-bottom:100px;}
  
  .tabpt105,.tabpy105{padding-top:105px;}
  .tabpb105,.tabpy105{padding-bottom:105px;}
  .tabmt105,.tabmy105{margin-top:105px;}
  .tabmb105,.tabmy105{margin-bottom:105px;}
  
  .tabpt110,.tabpy110{padding-top:110px;}
  .tabpb110,.tabpy110{padding-bottom:110px;}
  .tabmt110,.tabmy110{margin-top:110px;}
  .tabmb110,.tabmy110{margin-bottom:110px;}
  
  .tabpt115,.tabpy115{padding-top:115px;}
  .tabpb115,.tabpy115{padding-bottom:115px;}
  .tabmt115,.tabmy115{margin-top:115px;}
  .tabmb115,.tabmy115{margin-bottom:115px;}
  
  .tabpt120,.tabpy120{padding-top:120px;}
  .tabpb120,.tabpy120{padding-bottom:120px;}
  .tabmt120,.tabmy120{margin-top:120px;}
  .tabmb120,.tabmy120{margin-bottom:120px;}
  
  .tabpt125,.tabpy125{padding-top:125px;}
  .tabpb125,.tabpy125{padding-bottom:125px;}
  .tabmt125,.tabmy125{margin-top:125px;}
  .tabmb125,.tabmy125{margin-bottom:125px;}
  
  .tabpt130,.tabpy130{padding-top:130px;}
  .tabpb130,.tabpy130{padding-bottom:130px;}
  .tabmt130,.tabmy130{margin-top:130px;}
  .tabmb130,.tabmy130{margin-bottom:130px;}
  
  .tabpt135,.tabpy135{padding-top:135px;}
  .tabpb135,.tabpy135{padding-bottom:135px;}
  .tabmt135,.tabmy135{margin-top:135px;}
  .tabmb135,.tabmy135{margin-bottom:135px;}
  
  .tabpt140,.tabpy140{padding-top:140px;}
  .tabpb140,.tabpy140{padding-bottom:140px;}
  .tabmt140,.tabmy140{margin-top:140px;}
  .tabmb140,.tabmy140{margin-bottom:140px;}
  
  .tabpt145,.tabpy145{padding-top:145px;}
  .tabpb145,.tabpy145{padding-bottom:145px;}
  .tabmt145,.tabmy145{margin-top:145px;}
  .tabmb145,.tabmy145{margin-bottom:145px;}
  
  .tabpt150,.tabpy150{padding-top:150px;}
  .tabpb150,.tabpy150{padding-bottom:150px;}
  .tabmt150,.tabmy150{margin-top:150px;}
  .tabmb150,.tabmy150{margin-bottom:150px;}
  
  .tabpt155,.tabpy155{padding-top:155px;}
  .tabpb155,.tabpy155{padding-bottom:155px;}
  .tabmt155,.tabmy155{margin-top:155px;}
  .tabmb155,.tabmy155{margin-bottom:155px;}
  
  .tabpt160,.tabpy160{padding-top:160px;}
  .tabpb160,.tabpy160{padding-bottom:160px;}
  .tabmt160,.tabmy160{margin-top:160px;}
  .tabmb160,.tabmy160{margin-bottom:160px;}
  
  .tabpt165,.tabpy165{padding-top:165px;}
  .tabpb165,.tabpy165{padding-bottom:165px;}
  .tabmt165,.tabmy165{margin-top:165px;}
  .tabmb165,.tabmy165{margin-bottom:165px;}
  
  .tabpt170,.tabpy170{padding-top:170px;}
  .tabpb170,.tabpy170{padding-bottom:170px;}
  .tabmt170,.tabmy170{margin-top:170px;}
  .tabmb170,.tabmy170{margin-bottom:170px;}
  
  .tabpt175,.tabpy175{padding-top:175px;}
  .tabpb175,.tabpy175{padding-bottom:175px;}
  .tabmt175,.tabmy175{margin-top:175px;}
  .tabmb175,.tabmy175{margin-bottom:175px;}
  
  .tabpt180,.tabpy180{padding-top:180px;}
  .tabpb180,.tabpy180{padding-bottom:180px;}
  .tabmt180,.tabmy180{margin-top:180px;}
  .tabmb180,.tabmy180{margin-bottom:180px;}
  
  .tabpt185,.tabpy185{padding-top:185px;}
  .tabpb185,.tabpy185{padding-bottom:185px;}
  .tabmt185,.tabmy185{margin-top:185px;}
  .tabmb185,.tabmy185{margin-bottom:185px;}
  
  .tabpt190,.tabpy190{padding-top:190px;}
  .tabpb190,.tabpy190{padding-bottom:190px;}
  .tabmt190,.tabmy190{margin-top:190px;}
  .tabmb190,.tabmy190{margin-bottom:190px;}
  
  .tabpt195,.tabpy195{padding-top:195px;}
  .tabpb195,.tabpy195{padding-bottom:195px;}
  .tabmt195,.tabmy195{margin-top:195px;}
  .tabmb195,.tabmy195{margin-bottom:195px;}
  
  .tabpt200,.tabpy200{padding-top:200px;}
  .tabpb200,.tabpy200{padding-bottom:200px;}
  .tabmt200,.tabmy200{margin-top:200px;}
  .tabmb200,.tabmy200{margin-bottom:200px;}
  
  .tabpt205,.tabpy205{padding-top:205px;}
  .tabpb205,.tabpy205{padding-bottom:205px;}
  .tabmt205,.tabmy205{margin-top:205px;}
  .tabmb205,.tabmy205{margin-bottom:205px;}
  
  .tabpt210,.tabpy210{padding-top:210px;}
  .tabpb210,.tabpy210{padding-bottom:210px;}
  .tabmt210,.tabmy210{margin-top:210px;}
  .tabmb210,.tabmy210{margin-bottom:210px;}
  
  .tabpt215,.tabpy215{padding-top:215px;}
  .tabpb215,.tabpy215{padding-bottom:215px;}
  .tabmt215,.tabmy215{margin-top:215px;}
  .tabmb215,.tabmy215{margin-bottom:215px;}
  
  .tabpt220,.tabpy220{padding-top:220px;}
  .tabpb220,.tabpy220{padding-bottom:220px;}
  .tabmt220,.tabmy220{margin-top:220px;}
  .tabmb220,.tabmy220{margin-bottom:220px;}
  
  .tabpt225,.tabpy225{padding-top:225px;}
  .tabpb225,.tabpy225{padding-bottom:225px;}
  .tabmt225,.tabmy225{margin-top:225px;}
  .tabmb225,.tabmy225{margin-bottom:225px;}
  
  .tabpt230,.tabpy230{padding-top:230px;}
  .tabpb230,.tabpy230{padding-bottom:230px;}
  .tabmt230,.tabmy230{margin-top:230px;}
  .tabmb230,.tabmy230{margin-bottom:230px;}
  
  .tabpt235,.tabpy235{padding-top:235px;}
  .tabpb235,.tabpy235{padding-bottom:235px;}
  .tabmt235,.tabmy235{margin-top:235px;}
  .tabmb235,.tabmy235{margin-bottom:235px;}
  
  .tabpt240,.tabpy240{padding-top:240px;}
  .tabpb240,.tabpy240{padding-bottom:240px;}
  .tabmt240,.tabmy240{margin-top:240px;}
  .tabmb240,.tabmy240{margin-bottom:240px;}
  
  .tabpt245,.tabpy245{padding-top:245px;}
  .tabpb245,.tabpy245{padding-bottom:245px;}
  .tabmt245,.tabmy245{margin-top:245px;}
  .tabmb245,.tabmy245{margin-bottom:245px;}
  
  .tabpt250,.tabpy250{padding-top:250px;}
  .tabpb250,.tabpy250{padding-bottom:250px;}
  .tabmt250,.tabmy250{margin-top:250px;}
  .tabmb250,.tabmy250{margin-bottom:250px;}
  
  .tabpt255,.tabpy255{padding-top:255px;}
  .tabpb255,.tabpy255{padding-bottom:255px;}
  .tabmt255,.tabmy255{margin-top:255px;}
  .tabmb255,.tabmy255{margin-bottom:255px;}
  
  .tabpt260,.tabpy260{padding-top:260px;}
  .tabpb260,.tabpy260{padding-bottom:260px;}
  .tabmt260,.tabmy260{margin-top:260px;}
  .tabmb260,.tabmy260{margin-bottom:260px;}
  
  .tabpt265,.tabpy265{padding-top:265px;}
  .tabpb265,.tabpy265{padding-bottom:265px;}
  .tabmt265,.tabmy265{margin-top:265px;}
  .tabmb265,.tabmy265{margin-bottom:265px;}
  
  .tabpt270,.tabpy270{padding-top:270px;}
  .tabpb270,.tabpy270{padding-bottom:270px;}
  .tabmt270,.tabmy270{margin-top:270px;}
  .tabmb270,.tabmy270{margin-bottom:270px;}
  
  .tabpt275,.tabpy275{padding-top:275px;}
  .tabpb275,.tabpy275{padding-bottom:275px;}
  .tabmt275,.tabmy275{margin-top:275px;}
  .tabmb275,.tabmy275{margin-bottom:275px;}
  
  .tabpt280,.tabpy280{padding-top:280px;}
  .tabpb280,.tabpy280{padding-bottom:280px;}
  .tabmt280,.tabmy280{margin-top:280px;}
  .tabmb280,.tabmy280{margin-bottom:280px;}
  
  .tabpt285,.tabpy285{padding-top:285px;}
  .tabpb285,.tabpy285{padding-bottom:285px;}
  .tabmt285,.tabmy285{margin-top:285px;}
  .tabmb285,.tabmy285{margin-bottom:285px;}
  
  .tabpt290,.tabpy290{padding-top:290px;}
  .tabpb290,.tabpy290{padding-bottom:290px;}
  .tabmt290,.tabmy290{margin-top:290px;}
  .tabmb290,.tabmy290{margin-bottom:290px;}
  
  .tabpt295,.tabpy295{padding-top:295px;}
  .tabpb295,.tabpy295{padding-bottom:295px;}
  .tabmt295,.tabmy295{margin-top:295px;}
  .tabmb295,.tabmy295{margin-bottom:295px;}
  


  /* Margin and padding Left and Right */
  
  
  .tabpr8,.tabpx8{padding-right:8px;}
  .tabpl8,.tabpx8{padding-left:8px;}
  .tabmr8,.tabmx8{margin-right:8px;}
  .tabml8,.tabmx8{margin-left:8px;}
  .tabmr-08,.tabmx-8{margin-right:-8px;}
  .tabml-08,.tabmx-8{margin-left:-8px;}
  
  .tabpr10,.tabpx10{padding-right:10px;}
  .tabpl10,.tabpx10{padding-left:10px;}
  .tabmr10,.tabmx10{margin-right:10px;}
  .tabml10,.tabmx10{margin-left:10px;}
  .tabmr-010,.tabmx-10{margin-right:-10px;}
  .tabml-010,.tabmx-10{margin-left:-10px;}
  
  .tabpr15,.tabpx15{padding-right:15px;}
  .tabpl15,.tabpx15{padding-left:15px;}
  .tabmr15,.tabmx15{margin-right:15px;}
  .tabml15,.tabmx15{margin-left:15px;}
  .tabmr-015,.tabmx-15{margin-right:-15px;}
  .tabml-015,.tabmx-15{margin-left:-15px;}
  
  .tabpr20,.tabpx20{padding-right:20px;}
  .tabpl20,.tabpx20{padding-left:20px;}
  .tabmr20,.tabmx20{margin-right:20px;}
  .tabml20,.tabmx20{margin-left:20px;}
  .tabmr-020,.tabmx-20{margin-right:-20px;}
  .tabml-020,.tabmx-20{margin-left:-20px;}
  
  .tabpr25,.tabpx25{padding-right:25px;}
  .tabpl25,.tabpx25{padding-left:25px;}
  .tabmr25,.tabmx25{margin-right:25px;}
  .tabml25,.tabmx25{margin-left:25px;}
  .tabmr-025,.tabmx-25{margin-right:-25px;}
  .tabml-025,.tabmx-25{margin-left:-25px;}
  
  .tabpr30,.tabpx30{padding-right:30px;}
  .tabpl30,.tabpx30{padding-left:30px;}
  .tabmr30,.tabmx30{margin-right:30px;}
  .tabml30,.tabmx30{margin-left:30px;}
  .tabmr-030,.tabmx-30{margin-right:-30px;}
  .tabml-030,.tabmx-30{margin-left:-30px;}
  

  .content-wrapper{padding:0 20px;}
  h2,.h2{font-size:35px;}
  .tab_display_none { display:none; }
  .desk_display_none { display:block; }

  .blog_banner_left{width:50%;}
  .blog_banner_right{width:50%;}
  .blog_banner_img img{height:220px;}
  .blog_popular_left_sec{width:100%;}
  .blog_popular_right_sec, .blog_inner_popular_right_sec {width:100%;display: block;}
  .blog_index_section_group{margin:0 -20px;}
  .two_col_resources_left{width:100%;display: block;}
  .two_col_resources_right{width:100%;padding-left:0;padding-top:20px;}
  .two_col_resources_box_title { padding-left:0px; }
  .progress{display:block;}
  .outter_three_column_series .progress{display:none;}
  .slick-slider.global_slider .slick-prev, .slick-slider.two_row_slider .slick-prev {left:20px;right:auto;top:auto!important;bottom:-33px;}
  .slick-slider.global_slider .slick-next, .slick-slider.two_row_slider .slick-next{top:auto!important;bottom:-33px;right:20px;}
  .blog_index_repeat.slick-slide{padding:20px;}
  .blog_index_category_main_title{padding-bottom:40px;}
  .global_slider .slick-track{margin-bottom:46px;}
  .blog_index_category_box.global_slider{margin:0 -20px;}
  .blog_left_title{display:none;}
  .blog_index_post_image_wrapper img{height:220px;}
  .blog_popular_box{margin-bottom:0;padding:20px 40px 20px 0;border-radius:10px;background:#ffffff;margin:20px;box-shadow:0px 2px 22px 0px rgba(0,0,0,0.15);display:flex!important;}
  .blog_popular_btn{display:none;}
  .blog_popular_outter{margin:0 -20px;}
  .blog_popular_date{padding-top:45px;}
  .blog_popular_title{margin:20px 0 0 0;}
  .one_newsletters_box .newsletters_box_repeter{width:100%;}
  .inner_newsletters.one_newsletters_box:before { display:none; }  

  .blog_index_only_tag .blog_index_repeat,.blog_series_tag_listing .blog_index_repeat{width:50%;}
  .inner_two_col_res{margin:0 -20px;}
  .two_col_res_left{margin:20px;padding:10px 20px 20px;margin-bottom:65px;}
  .blog_tag_content{padding-top:20px;}
  .two_col_res_image{display:flex;justify-content:center;}
  .three_col_formations_logo.desk_display_none{padding:0 0 12px;}
  .three_col_formations_btn_logo{padding-top:20px;}
  .two_row_slider .slick-list{padding-bottom:35px;}
  .blog_series_tag_listing .blog_index_repeat{padding:20px;}
  .blog_series_tag_listing .blog_index_section_group{margin:0 -20px;}
  .blog_series_tag_banner_left{width:100%;padding-top:50px;}
  .blog_series_tag_banner_right,.blog_series_tag_banner_sec:before{display:none;}
  .blog_series_tag_banner_sec:after{height:50px;}
  .blog_series_tag_banner_sec{padding-bottom:90px;}
  .blog_series_tag_banner_content{padding-top:40px;}
  .footer_menu_sec,.footer_form{width:100%;}
  .footer_menu_box{width:100%;margin-bottom:30px;text-align:center;}
  .footer_logo_box{width:100%;text-align:center;}
  .footer_lan_box{width:100%;text-align:center;margin-top:10px;justify-content:center;}
  .inner_footer_social_icon a{margin:0 8px;}
  .footer_social_icon{margin-top:25px;}
  .footer_form_title{text-align:center;}
  .footer_bottom_text{display:block;text-align:center;padding-top:40px;}
  .footer_bottom_right{padding-top:20px;}
  .footer .hs_submit.hs-submit .actions{text-align:center;}
  .footer form input[type='submit'],.footer form .hs-button{width:auto;}
  .outter_header_tag .init{display:block;}
  .outter_header_tag ul li:first-child + li { margin-top: 10px; }
  .outter_header_tag ul li:not(.init){display:none;float:left;padding:10px 0px;width:100%;display:none;color:#ffffff;position:relative;left:0px;margin-right:0;}
  .outter_header_tag .init{display:block;color:#1B0442;font-size:14px;padding-right: 53px;}
  .outter_header_tag .init:after{content:'';position:absolute;background-image:url(https://6380433.fs1.hubspotusercontent-na1.net/hubfs/6380433/thiga_2023/Images/tag_mobile_arrow.svg);top:50%;transform:translateY(-50%);width:15px;height:8px;background-size:cover; right: 30px;}
  .uniqTag .footer_module,.blog_small_footer .footer_module{padding:70px 0 45px;}
  .blog_series_tag_listing .blog_index_section_group{margin-right:-20px;}
  .blog_series_tag_listing .slick-arrow{margin-right:0px;}
  .blog_index_all_section{padding-top:60px;padding-bottom:20px;}
  .blog_all_title{padding-bottom:50px;}
  .inner_blog_search_two_col.slick-slider .slick-prev,.search_three_column_series_slider .slick-prev{left:20px;right:auto;top:auto!important;bottom:-33px;}
  .inner_blog_search_two_col.slick-slider .slick-next,.search_three_column_series_slider .slick-next{top:auto!important;bottom:-33px;right:20px;}
  .inner_blog_search_two_col{padding-bottom:45px;}
  .search_three_column_series_slider .slick-dots{display:none!important;}
  .search_three_column_series_slider{margin:0 -20px;}
  .hs-search-results{padding:0 30px;margin:0 -20px;}
  .search_three_column_series_slider{padding-bottom:30px;}
  sub{bottom:-0.7em;}
  .three_column_series_sec:before,.three_column_series_sec:after{left:-6px;}
  .three_column_series_sec:after,.three_column_series_sec:before{width:104%;}
  .three_column_series_box{padding-right:20px;}
  .newsletters_btn,.newsletters_btn .button,.newsletters_btn .button a{width:auto;}
  .header_button_mob{display:block;}
  .header_button_mob{width:32px;height:32px;padding:0;border-radius:50px;background-color:#5818FF;justify-content:center;}
  .header_button_mob svg{ display: block; height:15px;width:15px;position:relative;top:50%;left:50%;transform:translate(-50%,-50%);}
  .header_search form{display:none;}
  .header_search.search_open form{display:flex;}
  .inner_header_tag{width:calc(100% - 32px); padding: 5px 0; }
  .outter_header_tag ul li { width: 100%; margin-right: 0; }
  .header_search{width:32px;}
  .header_search .hs-search-field__bar{display:flex;justify-content:end;}
  .outter_header_tag{align-items:flex-start;}
  .blog_all_title h1,.blog_search_page_title h1{font-size:40px;}
  .two_col_res_sec .global_slider .slick-track,.three_col_formations_sec .global_slider .slick-track{margin-bottom:0;}
  .three_col_formations_repeter{margin-bottom:45px;}
  .hs-search-results { padding: 0 20px; }

  .body-wrapper:not(.added_threeCol) .footer_module, .blog_author_page .footer_module, html[lang="en"] .newsletter_no .footer_module { padding-top: 110px; }

  .footer_menu_box { padding-right: 0; }
  .outter_blog_index_category { padding-top: 0; }

  .header_search form input[type=search] { padding: 5px 3px 5px 35px; }
  .header_search form.hs-search-field__form { position: absolute; top: 4px; right: 0; left: 0; width: calc(100% + 1px); left: -1px; }
  .header_search .hs-search-field { position: inherit; }
  .outter_header_tag { position: relative; }
  .header_button_mob { position: absolute; top: 5px; bottom: -1px; }
  .search_open .header_button_mob { left: -1px; z-index: 22; }
  .header_search.search_open .header_button_mob svg#Layer_1 { display: none; }

  .header_search .header_button_mob .inset { width: 100%; height: 100%; border-radius: inherit; padding: 0; display: flex; align-items: center; justify-content: center; }
  .header_search .header_button_mob .inset svg { top: inherit; left: inherit; width: 12px; height: 13px; transform: none; position: inherit; }
  .header_search .header_button_mob .inset { display: none; }
  .header_search.search_open .header_button_mob .inset { display: flex; }

  blockquote, blockquote * { font-size:25px !important; }
  .blog_index_category_button{display:none;}

  .blog_new_banner_bottom { margin-right: 0; }
  .three_column_series_sec .slick-list{margin-right:-20px;}
  .blog_banner_sec.new_blog_banner_sec .outter_blog_banner_sec{padding:0;}
  .newsletters_box_repeter{width:50%;}
  .blog_new_banner_bottom .blog_index_post_title *{font-size:18px;}
  .blog_index_category_main_inner_title{padding-right:0px;}

}

@media (max-width:768px) {
  h1,.h1 {font-size: 40px;}
  h3,.h3 { font-size: 20px; }
  .mw50{width:50%;}
  .mw100 {width:100%;}

  
  .mpt0,.mpy0{padding-top:0px;}
  .mpb0,.mpy0{padding-bottom:0px;}
  .mmt0,.mmy0{margin-top:0px;}
  .mmb0,.mmy0{margin-bottom:0px;}
  
  .mpt5,.mpy5{padding-top:5px;}
  .mpb5,.mpy5{padding-bottom:5px;}
  .mmt5,.mmy5{margin-top:5px;}
  .mmb5,.mmy5{margin-bottom:5px;}
  
  .mpt10,.mpy10{padding-top:10px;}
  .mpb10,.mpy10{padding-bottom:10px;}
  .mmt10,.mmy10{margin-top:10px;}
  .mmb10,.mmy10{margin-bottom:10px;}
  
  .mpt15,.mpy15{padding-top:15px;}
  .mpb15,.mpy15{padding-bottom:15px;}
  .mmt15,.mmy15{margin-top:15px;}
  .mmb15,.mmy15{margin-bottom:15px;}
  
  .mpt20,.mpy20{padding-top:20px;}
  .mpb20,.mpy20{padding-bottom:20px;}
  .mmt20,.mmy20{margin-top:20px;}
  .mmb20,.mmy20{margin-bottom:20px;}
  
  .mpt25,.mpy25{padding-top:25px;}
  .mpb25,.mpy25{padding-bottom:25px;}
  .mmt25,.mmy25{margin-top:25px;}
  .mmb25,.mmy25{margin-bottom:25px;}
  
  .mpt30,.mpy30{padding-top:30px;}
  .mpb30,.mpy30{padding-bottom:30px;}
  .mmt30,.mmy30{margin-top:30px;}
  .mmb30,.mmy30{margin-bottom:30px;}
  
  .mpt35,.mpy35{padding-top:35px;}
  .mpb35,.mpy35{padding-bottom:35px;}
  .mmt35,.mmy35{margin-top:35px;}
  .mmb35,.mmy35{margin-bottom:35px;}
  
  .mpt40,.mpy40{padding-top:40px;}
  .mpb40,.mpy40{padding-bottom:40px;}
  .mmt40,.mmy40{margin-top:40px;}
  .mmb40,.mmy40{margin-bottom:40px;}
  
  .mpt45,.mpy45{padding-top:45px;}
  .mpb45,.mpy45{padding-bottom:45px;}
  .mmt45,.mmy45{margin-top:45px;}
  .mmb45,.mmy45{margin-bottom:45px;}
  
  .mpt50,.mpy50{padding-top:50px;}
  .mpb50,.mpy50{padding-bottom:50px;}
  .mmt50,.mmy50{margin-top:50px;}
  .mmb50,.mmy50{margin-bottom:50px;}
  
  .mpt55,.mpy55{padding-top:55px;}
  .mpb55,.mpy55{padding-bottom:55px;}
  .mmt55,.mmy55{margin-top:55px;}
  .mmb55,.mmy55{margin-bottom:55px;}
  
  .mpt60,.mpy60{padding-top:60px;}
  .mpb60,.mpy60{padding-bottom:60px;}
  .mmt60,.mmy60{margin-top:60px;}
  .mmb60,.mmy60{margin-bottom:60px;}
  
  .mpt65,.mpy65{padding-top:65px;}
  .mpb65,.mpy65{padding-bottom:65px;}
  .mmt65,.mmy65{margin-top:65px;}
  .mmb65,.mmy65{margin-bottom:65px;}
  
  .mpt70,.mpy70{padding-top:70px;}
  .mpb70,.mpy70{padding-bottom:70px;}
  .mmt70,.mmy70{margin-top:70px;}
  .mmb70,.mmy70{margin-bottom:70px;}
  
  .mpt75,.mpy75{padding-top:75px;}
  .mpb75,.mpy75{padding-bottom:75px;}
  .mmt75,.mmy75{margin-top:75px;}
  .mmb75,.mmy75{margin-bottom:75px;}
  
  .mpt80,.mpy80{padding-top:80px;}
  .mpb80,.mpy80{padding-bottom:80px;}
  .mmt80,.mmy80{margin-top:80px;}
  .mmb80,.mmy80{margin-bottom:80px;}
  
  .mpt85,.mpy85{padding-top:85px;}
  .mpb85,.mpy85{padding-bottom:85px;}
  .mmt85,.mmy85{margin-top:85px;}
  .mmb85,.mmy85{margin-bottom:85px;}
  
  .mpt90,.mpy90{padding-top:90px;}
  .mpb90,.mpy90{padding-bottom:90px;}
  .mmt90,.mmy90{margin-top:90px;}
  .mmb90,.mmy90{margin-bottom:90px;}
  
  .mpt95,.mpy95{padding-top:95px;}
  .mpb95,.mpy95{padding-bottom:95px;}
  .mmt95,.mmy95{margin-top:95px;}
  .mmb95,.mmy95{margin-bottom:95px;}
  
  .mpt100,.mpy100{padding-top:100px;}
  .mpb100,.mpy100{padding-bottom:100px;}
  .mmt100,.mmy100{margin-top:100px;}
  .mmb100,.mmy100{margin-bottom:100px;}
  
  .mpt105,.mpy105{padding-top:105px;}
  .mpb105,.mpy105{padding-bottom:105px;}
  .mmt105,.mmy105{margin-top:105px;}
  .mmb105,.mmy105{margin-bottom:105px;}
  
  .mpt110,.mpy110{padding-top:110px;}
  .mpb110,.mpy110{padding-bottom:110px;}
  .mmt110,.mmy110{margin-top:110px;}
  .mmb110,.mmy110{margin-bottom:110px;}
  
  .mpt115,.mpy115{padding-top:115px;}
  .mpb115,.mpy115{padding-bottom:115px;}
  .mmt115,.mmy115{margin-top:115px;}
  .mmb115,.mmy115{margin-bottom:115px;}
  
  .mpt120,.mpy120{padding-top:120px;}
  .mpb120,.mpy120{padding-bottom:120px;}
  .mmt120,.mmy120{margin-top:120px;}
  .mmb120,.mmy120{margin-bottom:120px;}
  
  .mpt125,.mpy125{padding-top:125px;}
  .mpb125,.mpy125{padding-bottom:125px;}
  .mmt125,.mmy125{margin-top:125px;}
  .mmb125,.mmy125{margin-bottom:125px;}
  
  .mpt130,.mpy130{padding-top:130px;}
  .mpb130,.mpy130{padding-bottom:130px;}
  .mmt130,.mmy130{margin-top:130px;}
  .mmb130,.mmy130{margin-bottom:130px;}
  
  .mpt135,.mpy135{padding-top:135px;}
  .mpb135,.mpy135{padding-bottom:135px;}
  .mmt135,.mmy135{margin-top:135px;}
  .mmb135,.mmy135{margin-bottom:135px;}
  
  .mpt140,.mpy140{padding-top:140px;}
  .mpb140,.mpy140{padding-bottom:140px;}
  .mmt140,.mmy140{margin-top:140px;}
  .mmb140,.mmy140{margin-bottom:140px;}
  
  .mpt145,.mpy145{padding-top:145px;}
  .mpb145,.mpy145{padding-bottom:145px;}
  .mmt145,.mmy145{margin-top:145px;}
  .mmb145,.mmy145{margin-bottom:145px;}
  
  .mpt150,.mpy150{padding-top:150px;}
  .mpb150,.mpy150{padding-bottom:150px;}
  .mmt150,.mmy150{margin-top:150px;}
  .mmb150,.mmy150{margin-bottom:150px;}
  
  .mpt155,.mpy155{padding-top:155px;}
  .mpb155,.mpy155{padding-bottom:155px;}
  .mmt155,.mmy155{margin-top:155px;}
  .mmb155,.mmy155{margin-bottom:155px;}
  
  .mpt160,.mpy160{padding-top:160px;}
  .mpb160,.mpy160{padding-bottom:160px;}
  .mmt160,.mmy160{margin-top:160px;}
  .mmb160,.mmy160{margin-bottom:160px;}
  
  .mpt165,.mpy165{padding-top:165px;}
  .mpb165,.mpy165{padding-bottom:165px;}
  .mmt165,.mmy165{margin-top:165px;}
  .mmb165,.mmy165{margin-bottom:165px;}
  
  .mpt170,.mpy170{padding-top:170px;}
  .mpb170,.mpy170{padding-bottom:170px;}
  .mmt170,.mmy170{margin-top:170px;}
  .mmb170,.mmy170{margin-bottom:170px;}
  
  .mpt175,.mpy175{padding-top:175px;}
  .mpb175,.mpy175{padding-bottom:175px;}
  .mmt175,.mmy175{margin-top:175px;}
  .mmb175,.mmy175{margin-bottom:175px;}
  
  .mpt180,.mpy180{padding-top:180px;}
  .mpb180,.mpy180{padding-bottom:180px;}
  .mmt180,.mmy180{margin-top:180px;}
  .mmb180,.mmy180{margin-bottom:180px;}
  
  .mpt185,.mpy185{padding-top:185px;}
  .mpb185,.mpy185{padding-bottom:185px;}
  .mmt185,.mmy185{margin-top:185px;}
  .mmb185,.mmy185{margin-bottom:185px;}
  
  .mpt190,.mpy190{padding-top:190px;}
  .mpb190,.mpy190{padding-bottom:190px;}
  .mmt190,.mmy190{margin-top:190px;}
  .mmb190,.mmy190{margin-bottom:190px;}
  
  .mpt195,.mpy195{padding-top:195px;}
  .mpb195,.mpy195{padding-bottom:195px;}
  .mmt195,.mmy195{margin-top:195px;}
  .mmb195,.mmy195{margin-bottom:195px;}
  
  .mpt200,.mpy200{padding-top:200px;}
  .mpb200,.mpy200{padding-bottom:200px;}
  .mmt200,.mmy200{margin-top:200px;}
  .mmb200,.mmy200{margin-bottom:200px;}
  
  .mpt205,.mpy205{padding-top:205px;}
  .mpb205,.mpy205{padding-bottom:205px;}
  .mmt205,.mmy205{margin-top:205px;}
  .mmb205,.mmy205{margin-bottom:205px;}
  
  .mpt210,.mpy210{padding-top:210px;}
  .mpb210,.mpy210{padding-bottom:210px;}
  .mmt210,.mmy210{margin-top:210px;}
  .mmb210,.mmy210{margin-bottom:210px;}
  
  .mpt215,.mpy215{padding-top:215px;}
  .mpb215,.mpy215{padding-bottom:215px;}
  .mmt215,.mmy215{margin-top:215px;}
  .mmb215,.mmy215{margin-bottom:215px;}
  
  .mpt220,.mpy220{padding-top:220px;}
  .mpb220,.mpy220{padding-bottom:220px;}
  .mmt220,.mmy220{margin-top:220px;}
  .mmb220,.mmy220{margin-bottom:220px;}
  
  .mpt225,.mpy225{padding-top:225px;}
  .mpb225,.mpy225{padding-bottom:225px;}
  .mmt225,.mmy225{margin-top:225px;}
  .mmb225,.mmy225{margin-bottom:225px;}
  
  .mpt230,.mpy230{padding-top:230px;}
  .mpb230,.mpy230{padding-bottom:230px;}
  .mmt230,.mmy230{margin-top:230px;}
  .mmb230,.mmy230{margin-bottom:230px;}
  
  .mpt235,.mpy235{padding-top:235px;}
  .mpb235,.mpy235{padding-bottom:235px;}
  .mmt235,.mmy235{margin-top:235px;}
  .mmb235,.mmy235{margin-bottom:235px;}
  
  .mpt240,.mpy240{padding-top:240px;}
  .mpb240,.mpy240{padding-bottom:240px;}
  .mmt240,.mmy240{margin-top:240px;}
  .mmb240,.mmy240{margin-bottom:240px;}
  
  .mpt245,.mpy245{padding-top:245px;}
  .mpb245,.mpy245{padding-bottom:245px;}
  .mmt245,.mmy245{margin-top:245px;}
  .mmb245,.mmy245{margin-bottom:245px;}
  
  .mpt250,.mpy250{padding-top:250px;}
  .mpb250,.mpy250{padding-bottom:250px;}
  .mmt250,.mmy250{margin-top:250px;}
  .mmb250,.mmy250{margin-bottom:250px;}
  
  .mpt255,.mpy255{padding-top:255px;}
  .mpb255,.mpy255{padding-bottom:255px;}
  .mmt255,.mmy255{margin-top:255px;}
  .mmb255,.mmy255{margin-bottom:255px;}
  
  .mpt260,.mpy260{padding-top:260px;}
  .mpb260,.mpy260{padding-bottom:260px;}
  .mmt260,.mmy260{margin-top:260px;}
  .mmb260,.mmy260{margin-bottom:260px;}
  
  .mpt265,.mpy265{padding-top:265px;}
  .mpb265,.mpy265{padding-bottom:265px;}
  .mmt265,.mmy265{margin-top:265px;}
  .mmb265,.mmy265{margin-bottom:265px;}
  
  .mpt270,.mpy270{padding-top:270px;}
  .mpb270,.mpy270{padding-bottom:270px;}
  .mmt270,.mmy270{margin-top:270px;}
  .mmb270,.mmy270{margin-bottom:270px;}
  
  .mpt275,.mpy275{padding-top:275px;}
  .mpb275,.mpy275{padding-bottom:275px;}
  .mmt275,.mmy275{margin-top:275px;}
  .mmb275,.mmy275{margin-bottom:275px;}
  
  .mpt280,.mpy280{padding-top:280px;}
  .mpb280,.mpy280{padding-bottom:280px;}
  .mmt280,.mmy280{margin-top:280px;}
  .mmb280,.mmy280{margin-bottom:280px;}
  
  .mpt285,.mpy285{padding-top:285px;}
  .mpb285,.mpy285{padding-bottom:285px;}
  .mmt285,.mmy285{margin-top:285px;}
  .mmb285,.mmy285{margin-bottom:285px;}
  
  .mpt290,.mpy290{padding-top:290px;}
  .mpb290,.mpy290{padding-bottom:290px;}
  .mmt290,.mmy290{margin-top:290px;}
  .mmb290,.mmy290{margin-bottom:290px;}
  
  .mpt295,.mpy295{padding-top:295px;}
  .mpb295,.mpy295{padding-bottom:295px;}
  .mmt295,.mmy295{margin-top:295px;}
  .mmb295,.mmy295{margin-bottom:295px;}
  

  /* Margin and padding Left and Right */
  
  
  .mpr8,.mpx8{padding-right:8px;}
  .mpl8,.mpx8{padding-left:8px;}
  .mmr8,.mmx8{margin-right:8px;}
  .mml8,.mmx8{margin-left:8px;}
  .mmr-08,.mmx-8{margin-right:-8px;}
  .mml-08,.mmx-8{margin-left:-8px;}
  
  .mpr10,.mpx10{padding-right:10px;}
  .mpl10,.mpx10{padding-left:10px;}
  .mmr10,.mmx10{margin-right:10px;}
  .mml10,.mmx10{margin-left:10px;}
  .mmr-010,.mmx-10{margin-right:-10px;}
  .mml-010,.mmx-10{margin-left:-10px;}
  
  .mpr15,.mpx15{padding-right:15px;}
  .mpl15,.mpx15{padding-left:15px;}
  .mmr15,.mmx15{margin-right:15px;}
  .mml15,.mmx15{margin-left:15px;}
  .mmr-015,.mmx-15{margin-right:-15px;}
  .mml-015,.mmx-15{margin-left:-15px;}
  
  .mpr20,.mpx20{padding-right:20px;}
  .mpl20,.mpx20{padding-left:20px;}
  .mmr20,.mmx20{margin-right:20px;}
  .mml20,.mmx20{margin-left:20px;}
  .mmr-020,.mmx-20{margin-right:-20px;}
  .mml-020,.mmx-20{margin-left:-20px;}
  
  .mpr25,.mpx25{padding-right:25px;}
  .mpl25,.mpx25{padding-left:25px;}
  .mmr25,.mmx25{margin-right:25px;}
  .mml25,.mmx25{margin-left:25px;}
  .mmr-025,.mmx-25{margin-right:-25px;}
  .mml-025,.mmx-25{margin-left:-25px;}
  
  .mpr30,.mpx30{padding-right:30px;}
  .mpl30,.mpx30{padding-left:30px;}
  .mmr30,.mmx30{margin-right:30px;}
  .mml30,.mmx30{margin-left:30px;}
  .mmr-030,.mmx-30{margin-right:-30px;}
  .mml-030,.mmx-30{margin-left:-30px;}
  

  .mpl0,.mpx0 {padding-left: 0;}
  .mpr0,.mpx0 {padding-right:0;}

  .mfont18 * { font-size: 18px; }
  .mfont15 * { font-size: 15px; }

  h2,.h2 {font-size: 30px;}
  .blog_index_section_group{margin:0 -10px;}
  .blog_index_repeat{padding:10px;}
  .slick-slider .slick-prev{left:0;right:auto;top:auto!important;bottom:-33px;}
  .slick-slider .slick-next{top:auto!important;bottom:-33px;}
  .three_column_series_box{padding-bottom:66px;}
  .three_column_series_box{padding-right:0;}
  .three_column_series_sec .slick-list{margin-right:0;}
  .three_column_series_info svg{width:100%;height:auto;}
  .two_col_resources_left_icon{width:100%;text-align:center;padding:0;}
  .two_col_resources_left_icon img{width:145px;}
  .two_col_resources_left_btn{text-align:center;}
  .blog_index_category_box{margin:0 -10px;}
  .two_col_resources_right_content{width:100%;}
  .two_col_resources_right_image{width:100%;padding:0;text-align:center;}
  .inner_two_col_resources_right{padding:20px;flex-direction:column-reverse;}
  .two_col_resources_right_content{padding-top:35px;}

  .outter_three_column_series .progress{display:block;}
  .newsletters_btn{padding-top:55px;}
  .blog_banner_left{width:100%;padding:0 0 25px;}
  .blog_banner_right{width:100%;}
  .blog_index_repeat{width:100%;}
  .blog_index_post_image_wrapper img, .new_banner_img img {height:200px;}
  .three_column_series_title{padding-right:0;}  
  .blog_banner_sec .blog_index_date_tag{padding-top:20px;}



  .blog_index_only_tag .blog_index_repeat,.blog_series_tag_listing .blog_index_repeat{width:100%;}
  .blog_series_tag_banner_content{padding-top:30px;}
  .blog_series_tag_banner_left{padding-top:35px;padding-bottom:15px;}
  .blog_search_two_col_icon{width:100%;display:flex;justify-content:center;}
  .blog_search_two_col_right{width:100%;padding:25px 0 0 0;}
  .bsp_left{width:100%;}
  .bsp_right{width:100%;text-align:center;padding:30px 0 0 0;}
  .bpb-main.bsp_banner_sec{padding-bottom:75px;margin-bottom:0px;}
  .two_col_resources_box_title{padding-left:0;}
  .newsletters_title{ max-width:100%; padding-bottom: 20px; }
  .blog_index_repeat_inner:hover .blog_index_main_group{margin-top:0;}
  .blog_index_repeat_inner:hover .blog_index_post_content{opacity:0;display:block; display: none;}
  .blog_index_date_tag {position: relative; width: calc(100% + 20px); padding-left: 0;}
  .blog_tag_banner_sec .blog_banner_left{padding-top:0;padding-right:0;}
  .blog_index_only_tag .blog_index_section_group{margin:0 -10px;}
  .blog_index_featureimg, .blog_index_repeat_inner {height:auto;}
  .blog_index_main_group{height:auto;}
  .blog_index_all_section{padding-top:40px;}
  .search_three_column_series_slider .slick-prev{left:20px;}
  .blog_search_two_col_box{padding:25px 20px 14px;}
  .header_lan{margin-right:60px;}
  .header_search.search_open form{position:absolute;right: 0; z-index: 22;width:100%;}
  .blog_banner_left_text.home_banner_left h1{line-height:1.54;}
  .button.button--secondary a{padding:16px 25px;}
  .blog_index_category_main_title{padding-bottom:20px;}
  .newsletters_img img{height:155px!important;}
  .newsletters_content{padding-top:10px;}
  .blog_total_articles{padding-top:5px;}
  section.blog_index_section.not_show_in_series_tag .pagination{padding-top:23px;}
  .two_col_res_sec{padding-top:30px;}
  .two_col_res_title{padding-bottom:10px;}
  .blog_search_two_col_sec{padding:50px 0 65px;}
  .body-wrapper:not(.added_threeCol) .footer_module, .blog_author_page .footer_module, html[lang="en"] .newsletter_no .footer_module { padding-top: 80px; }
  .blog_banner_img img { height: 126px; }
  .mfont13 * { font-size: 13px; line-height: 176.923%; }
  .blog_index_topic a, .blog_index_topic span { padding: 3px 13px; min-width: 146px; display: inline-block; }
  .blog_banner_sec:after, .blog_series_tag_banner_sec:after { height: 45px;}
  section.blog_index_section.not_show_in_series_tag { padding-top: 73px;}
  .blog_popular_title h2 { line-height: 183.333%; }
  .three_column_series_sec:before { background-size: 110%; }   
  .two_col_resources_left_btn a { text-align: center; }
  .blog_tag_banner_sec .blog_banner_left_text { padding-right: 10px; }
  .blog_banner_sec.blog_tag_banner_sec { padding-bottom:165px; }
  .blog_banner_sec.blog_tag_banner_sec:after { background-size: 280%; bottom: -30px; }
  .NormalTag section.blog_index_section.not_show_in_series_tag { padding-top: 25px; }
  .NormalTag .newsletters_sec { padding-top: 0;} 
  .blog_search_page_title h6 { margin-top: 10px; }
  .search-results-thiga .blog_search_two_col_sec { padding-top: 0px; padding-bottom: 100px; margin-top: 50px; }
  .search-results-thiga .blog_search_two_col_sec .blog_search_two_col_main_title { display: none; }
  .blog_series_tag_banner_sec:after { background-size: 158%; background-position: 35% 100%; }
  .simple_list_page .blog_popular_left_sec.blog_index_only_tag{padding-bottom:30px;}
  .bpb-outer.post_body_title_bresdcrumb .bpb-title{padding:15px 0 20px;}
  blockquote,blockquote *{font-size:20px!important;}
  .blog_series_tag_banner_logo img{min-width:auto;max-width:280px!important;}
  .post-body pre{font-size:14px;}
  .post-body .hs-embed-wrapper,.post-body .hs-responsive-embed{margin-top:25px!important;}
  .bsp_right img{width:300px;}
  .post_body_title_bresdcrumb .bpb-menu{display:none;}
  .mobile_breadcrumb.bpb-outer{display:block; margin-bottom: 20px;}
  .mobile_breadcrumb.bpb-outer .bpb-menu ul li,.mobile_breadcrumb.bpb-outer .bpb-menu ul li a{color:#ffffff;}
  .mobile_breadcrumb.bpb-outer .bpb-menu ul li:before{opacity:1;}
  .blog_banner_left_text h1{font-size:34px;}
  .blog_tag_banner_sec .blog_tag_content{padding-top:15px;}
  section.blog_index_section.blog_show_in_tag{margin-top:-185px;}
  span.blog_tag_banner_after_img{display:none;}
  .blog_banner_sec.new_blog_banner_sec .outter_blog_banner_sec{padding:0;}
  .new_blog_banner_sec .blog_banner_left{padding:0;max-width:100%;margin-left:0;padding-top:15px;}
  .blog_banner_sec.new_blog_banner_sec{padding:40px 0 235px;}
  .new_banner_img{width:100%;}
  .new_banner_content{width:100%;}
  .new_banner_content .blog_index_date_tag{width:100%;right:0;padding-left:20px;}
  .new_banner_content .blog_index_post_title{padding:20px 20px 30px;}
  .blog_popular_left_sec{margin-top:-260px;}
  .new_banner_img img{border-radius:10px 10px 0 0;}
  .blog_index_only_tag.blog_index_only_author{margin-top:0px;padding-top:0;}
  .newsletters_box_repeter{width:100%;}
  .share-main ul.share-inner li button{padding:8px 11px;}
  .share-main ul.share-inner li a{padding:6.5px 21px;}
  .blog_new_banner_bottom .blog_index_post_title *{font-size:15px;}
  html[lang="en"] .newsletter_no .authors-main{padding:90px 0 130px;}
  .blog_new_banner_bottom { margin-bottom: 10px; }
}

@media (max-width: 480px) {
  h2,.h2 {font-size: 26px; line-height: 1.2;}
  h3,.h3 { font-size: 15px; }
  h4,.h4 {font-size: 19px;}
  .mfont15 * {font-size: 15px; }
  .blog_index_post_image_wrapper img, .new_banner_img img {height: 125px;}
  .three_col_formations_date{width:100%;padding:16px 0 0 0;}
  .footer_lan_box{display:block;padding:0;}
  .footer_module .lang_switcher_class ul.lang_list_class{left:50%;transform:translateX(-50%);display:inline-flex;}
  .blog_index_date_tag{padding:8px 0 10px 20px;    padding-left: 0; }
  .blog_index_all_section{padding-top:15px;}
  .three_col_formations_box{padding:20px;}
  .blog_series_tag_listing .blog_index_repeat{padding:10px 20px;}
  section.blog_index_section.blog_series_tag_listing{padding-top:14px; }
  .blog_tag_banner_sec .blog_tag_content { padding-top:5px; }
  span.blog_tag_banner_before_img {left: -95px; width: 403px;height: 437px;}
  .blog_banner_logo img {width: 99px; }
  .footer_module .footer_other_lan_box ul.lang_list_class { display: inline-flex; }
}

@media (max-width: 400px) { 
  .newsletters_btn,.newsletters_btn .button,.newsletters_btn .button a,.two_col_res_content .button,.two_col_res_content .button a,.three_col_formations_box .button,.three_col_formations_box .button a{width:100%;text-align:center;}
  /*     .blog_series_tag_banner_sec:after{background-size:contain;width:102%;} */
  .blog_series_tag_banner_sec{overflow:hidden;padding-bottom:45px;}
  .three_column_series_logo img {       width: 110px;    }

}