/* Theme base styles */

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

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
.btn-wrapper{
  flex-wrap: wrap;
}

/* For Publishers - rounds card edges in the "Simple setup - Let us take care of the heavy lifting" section */
.hs-content-id-59398966490 .dnd_area-row-5-padding .span3 {
  border-radius: 30px;
}

@media (max-width: 767px) { 
  .hs-content-id-50022943168 .dnd_area-row-9-margin {
    margin-top: -50px !important;
    padding-top: 0 !important;
 }
  
  #hs_cos_wrapper_module_16559851505934 {
    padding-top: 50px !important;
  }
  
  #hs_cos_wrapper_module_16559851505936 {
    padding-top: 20px !important;
  }
}

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

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

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

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

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

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

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

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

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

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

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

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

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

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

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form input[type=email]::placeholder {
  color: #fff;
  font-size: 0.65rem;
}

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

form fieldset.form-columns-2 {
  width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 12px;
  margin: 0 0 1.4rem;
  margin-bottom: 10px !important;
}

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

/* GDPR */

form .inputs-list > .hs-form-booleancheckbox {
  margin: 0; 
  margin-bottom: 16px; 
}

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

.legal-consent-container .hs-form-booleancheckbox-display > span p a {
  line-height: 1.5;
}
/* .legal-consent-container p a {
color: #f5c242 !important;
}

#hs_cos_wrapper_widget_1651580611872 label:not(.hs-error-msg) p a */

.legal-consent-container .hs-form-booleancheckbox-display input {
  width: auto !important;
  margin-left: 10px;
}
.hs-content-id-52406650336 #hs_cos_wrapper_widget_1659518808791 .hs_cos_wrapper_type_form #hs_form_target_widget_1659518808791 .inputs-list li p {
  font-size: 14px !important;
}
.hs-content-id-51488283619 form p,
.hs-content-id-51488283619 form label:not(.hs-error-msg),
.hs-content-id-51488283619 form label:not(.hs-error-msg) span {
  font-size: 14px !important;
}
/* Validation */

.hs-form-required {
/*   color: #EF6B51; */
  color: #111c29;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
/*   color: #EF6B51; */
  color: #111c29;
  margin-top: 0.35rem;
}

.span12 #hs_cos_wrapper_module_16474447725665 label:not(.hs-error-msg) p {
  font-weight: normal !important;
  margin-left: 0 !important;
}

.span12 #hs_cos_wrapper_module_16474447725665 label:not(.hs-error-msg) p a {
  color: white !important;
}

.span12 #hs_cos_wrapper_widget_1651580611872 label:not(.hs-error-msg) p {
  line-height: 22.1px !important;
  margin-left: 0 !important;
  margin-top: -5px !Important;
}

#hs_cos_wrapper_widget_1651580611872 label:not(.hs-error-msg) p a {
  color: white !important;
}

#hs_cos_wrapper_module_16515809621297 label:not(.hs-error-msg) a {
  color: #fff;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  margin: auto !important;
  margin-top: -2px !important;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* #hsForm_d95697b3-17e1-4055-9124-9076e4fd0844_1262 .actions .hs-button { */
form.hs-form .actions .hs-button {
  transition: 0.3s;
}

form.hs-form .actions .hs-button:hover,
#hs_cos_wrapper_widget_1651580611872 input[type="submit"]:hover,
#hs_cos_wrapper_module_16515809621297 input[type="submit"]:hover,
#hs_cos_wrapper_module_16515809004269 input[type="submit"]:hover,
#hs_cos_wrapper_module_16515810626746 input[type="submit"]:hover,
#hs_cos_wrapper_widget_1657711653560 input[type="submit"]:hover,
#hs_cos_wrapper_module_16577173160236 input[type="submit"]:hover,
#hs_cos_wrapper_module_16909615409643 input[type="submit"]:hover,
#hs_cos_wrapper_module_169096301245811 input[type="submit"]:hover,
#hs_cos_wrapper_module_169096323641910 input[type="submit"]:hover,
#hs_cos_wrapper_module_16909635549756 input[type="submit"]:hover,
#hs_cos_wrapper_module_16907933085498 input[type="submit"]:hover {
  color: #fff !important;
  background: transparent !important;
  border-color: #84f3ff !important;
}

footer form#hsForm_5f2396e1-011c-47ec-8b84-0446d077ddb6 .actions .hs-button:hover {
  color: #111c29 !important;
  border-color: #fff !important;
  background: #fff !important;
}

/* #hs_cos_wrapper_widget_1651580611872 form .hs-error-msg {
  color: #edefef !important;
} */

/* .blog-index-header .subscribe-form form .hs_submit {
margin: auto !important;
} */

/* Captcha */

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

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

body{
  position: relative;
  z-index: 11;
}

.header{
  width: 100%;
  display: block;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111;
  transition: 0.3s;
}

.header.active{
/*   background: #24354a; */
  
  /* redesign */
/*   background: #111c29; */
}

.header.blue-b {
/*   background: #24354a; */
  
    /* redesign */
/*   background: #111c29; */
}

.header .logo{
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  display: flex;
  width: 120px;
}

.header .logo img{
  display: block;
  max-width: 100%;
  filter: invert(1);
}
.header.active .logo img{
  filter: invert(1);
}

.header .w-container{
  max-width: 1200px;
  margin: 0 auto;
}

.header .menu-wrapper{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  width: 100%;
}

.header .top-menu{
  position: relative;
}

.header .mobile-menu-toggle{
  display: none;
  width: 45px;
  height: auto;
  position: absolute;
  top: 27px;
  right: 25px;
  cursor: pointer;
}
.header .mobile-menu-toggle span{
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  margin-bottom: 10px;
}
.header.active .mobile-menu-toggle span{
  background: #2d4057;
}

.header .mobile-menu-toggle span:last-child{
  margin-bottom: 0;
}

.header .top-menu ul{
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header .top-menu ul li{
  display: block;
  position: relative;
}
.header .top-menu ul li img.toggle-submenu{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  cursor: pointer;
  width: 10px;
}

.header .top-menu ul li a{
  color: #edefef;
  text-decoration: none;
  font-size: 16.5px;
  display: block;
  padding: 27px 15px;
  transition: 0.3s;
  flex: 1;
}
.header .top-menu ul li a{
  display: flex;
  align-items: center;
  gap: 7px;
}
.header.active .top-menu ul li a{
  color: #edefef;
}
.header.active .menu-wrapper.active .top-menu ul li a{
/*   color: #fff; */
  color: #edefef;
}
.header.active .header-buttons a.outline{
  border-color: #fff;
  color: #fff;
}
.header.active .menu-wrapper.active .header-buttons a.outline{
  border-color: #ffffff;
  color: #ffffff;
}
.header.active .menu-wrapper.active .header-buttons a.outline:hover{
  color: #2d4057;
}
.header.active .header-buttons a.outline:hover{
  color: #2d4057;
}
.header .header-buttons{
  padding-left: 30px;
}

.header .top-menu ul li a:hover{
  color: #D6D4D4;
}

.header .top-menu ul li ul{
  display: block;
}
.header .top-menu ul li > .submenu-wrapper{
    display: none;
    position: absolute;
/*     background: #fff; */
    background: #edefef;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    width: 700px;
    top: 70px;
    left: 58%;
    transform: translate(-50%, 0);
    gap: 50px;
}
.header .top-menu ul li>.submenu-wrapper.simple{
  width: max-content;
  padding: 20px 30px 10px 30px;
}
.header .top-menu ul li>.submenu-wrapper.simple a:hover{
  color: #3C4CAD;
}

.header .top-menu ul li > .submenu-wrapper::before{
    width: 30px;
    height: 30px;
    transform: rotate(-45deg) translate(0, -50%);
/*     background: #fff; */
    background: #edefef;
    position: absolute;
    top: 6px;
    left: 50%;
    content: '';
}

.header .top-menu ul li > .submenu-wrapper h4{
  margin-bottom: 4px;
  font-size: 20px;
  color: #3c4cad;
  font-weight: 700;
}
.header .top-menu ul li > .submenu-wrapper > div{
  flex: 1;
}
.header .top-menu ul li:hover > .submenu-wrapper{
  display: flex;
}
.header .top-menu ul li > .submenu-wrapper img{
  max-width: 80%;
  display: block;
}
.header .top-menu ul li > .submenu-wrapper .submenu-list ul li{
  margin-bottom: 5px;
}
.header .menu-wrapper.active .top-menu ul li > .submenu-wrapper .submenu-list ul li{
  margin-bottom: 0;
}
.header .top-menu ul li > .submenu-wrapper .submenu-header p{
  margin-top: 10px;
}

.header .top-menu ul li > .submenu-wrapper p{
  font-size: 14px;
  display: block;
  font-weight: normal;
  line-height: 1.25em;
  margin-bottom: 5px;
  color: #111c29;
}

.header .top-menu ul li ul li a{
  padding: 0 0 5px 0;
  color: #3c4cad;
  font-size: 16px;
  font-weight: 900;
  display: block;
  
  
}
.header .top-menu ul li > .submenu-wrapper a span{
  font-size: 14px;
  display: block;
  font-weight: normal;
  line-height: 1.25em;
}
.header .menu-wrapper.active .top-menu ul li:hover > .submenu-wrapper a{
  color: #fff;
}
.header .top-menu ul li:hover > .submenu-wrapper a{
/*   color: #2d4057; */
  
  /* redesign */
  color: #111c29;
}

.header.no-navigation{
  position: relative;
/*   background: #2d4057; */
    /* redesign */
/*   background: #111c29; */
  
  height: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.header.no-navigation .logo{
  all: unset;
  position: relative;
}


@media(max-width: 1270px){
  .header .top-menu ul li > .submenu-wrapper{
    width: 550px;
    padding: 15px;
    left: 0;
    transform: unset;
  }
  .header .top-menu ul li > .submenu-wrapper::before{
    left: 35px;
    z-index: 0;
  }
  .header .top-menu ul li > .submenu-wrapper .submenu-list ul li{
    margin-bottom: 0;
  }
  .header .top-menu ul li > .submenu-wrapper > div{
    display: block;
  }
  .header .top-menu ul li > .submenu-wrapper .submenu-header{
    margin-bottom: 20px;
    position: relative;
  }
  .header .top-menu ul li>.submenu-wrapper p{
    margin-bottom: 10px;
  }
  .header .top-menu ul li>.submenu-wrapper img{
    max-width: 70%;
  }
}

@media(max-width: 1200px){
  .header .top-menu ul li a{
    font-size: 16px;
    padding: 25px 10px;
  }
  .header .menu-wrapper{
    gap: 10px;
  }
  .header .mobile-menu-toggle{
    top: 25px;
  }
}



@media(max-width: 1024px){
  .header{
    padding: 20px;
    background-color: transparent;
  }
  .header.active{
/*     background: #24354a; */
    
      /* redesign */
/*   background: #111c29; */
  }
  .header .logo{
    all: unset;
    display: flex;
    width: 70px;
  }
  
/*   .header .logo img {
    filter: unset !important;
  } */
  
  .header .mobile-menu-toggle span {
    background:  white !important;
  }
  
/*   .header .logo .widget-type-logo .hs_cos_wrapper_type_logo #hs-link-module_16406852785877_hs_logo_widget .hs-image-widget  {
    
  } */
  
  .header .menu-wrapper{
    display: block;
    position: absolute;
/*     background: #24354a; */
    
    /* redesign */
/*     background: #111c29; */
    
    top: 63px;
    right: -100%;
    width: 100%;
    padding: 0px 20px 30px 20px;
    transition: 0.5s;
  }
  .header .menu-wrapper.active{
    right: 0;
  }
  
  .header.active .logo img {
    filter: invert(1);
  }
  
  .header .menu-wrapper.active .top-menu ul li a{
    position: relative;
  }
  .header .top-menu{
    width: 100%;
    margin: 20px 0 10px;
  }
  .header .top-menu ul{
    flex-direction: column;
    padding-left: 0;
  }
  .header .top-menu ul li a{
    padding: 4px 0;
    justify-content: space-between;
    font-size: 20.5px;
/*     padding-bottom: 7px; */
  }
  .header .top-menu ul li ul{
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    padding-left: 15px;
    background: none;
    margin: 0;
    display: flex;
    position: relative;
  }
  .header .top-menu ul li ul li a{
    padding: 4px 0;
    font-size: 18.5px;
    padding-top: 3px;
  }
  .header .mobile-menu-toggle{
    display: block;
    top: 22px;
  }
  .header .top-menu ul li img.toggle-submenu{
    display: none;
  }
  .header .top-menu ul li > .submenu-wrapper{
    display: block;
    position: relative;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    top: unset;
    left: unset;
    transform: unset;
  }
  .header .top-menu ul li > .submenu-wrapper h4{
    display: none;
  }
  .header .top-menu ul li > .submenu-wrapper ul li a{
    color: #fff;
    font-weight: normal;
    padding: 5px 0;
  }
  .header .top-menu ul li > .submenu-wrapper ul li a:hover{
    color: #f5c242;
  }
  .header .top-menu ul li > .submenu-wrapper ul li a span{
    display: none;
  }
  .header .top-menu ul li > .submenu-wrapper::before{
    display: none;
  }
  .header .top-menu ul li > .submenu-wrapper > div{
    float: none;
    display: block;
    width: 100% !important;
  }
  .header .top-menu ul li > .submenu-wrapper > .submenu-header{
    margin-right: 0;
    display: none;
  }
  .header .top-menu ul li>.submenu-wrapper.simple{
    padding: 0;
  }
}
.footer{
  padding: 60px 20px;
}
.footer .w-container{
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  gap: 10%;
  justify-content: center;
}
.footer-no-navigation .w-container{
  max-width: 960px;
}
 
.footer h4{
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
.footer .subscribe h4{
  margin-top: 10px;
}
.footer p{
  font-size: 18px;
  margin-bottom: 0 !important;
  line-height: 1.5em;
}
.footer ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer ul li{
  line-height: 1.25em;
}
.footer a{
  font-size: 18px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  line-height: 1.25em;
  transition: 0.3s;
  color: #111c29 !important;
}
.footer a:hover{
/*   color: #fff; */
  color: #3c4cad;
}
.footer .subscribe form input{
  width: 200px;
  background: none;
  border: 1px solid #2d4057;
  outline: 0;
  border-radius: 0;
  height: 30px;
  font-size: 18px;
  padding: 0 12px;
}
.footer .subscribe form input[type="submit"]{
  padding: 0;
  border-radius: 20px;
  color: #fff;
  width: 100px;
  height: 30px;
  border: 0;
  background: #3c4cad;
  font-size: 18px;
}
.footer .subscribe .hs-error-msgs li{
  margin: 5px 0 10px 0;
}
.footer .subscribe .hs-error-msgs li label{
  font-size: 16px;
}
.footer .subscribe .hs-form-field{
  margin-bottom: 10px;
}
.footer .hs-richtext{
  margin-bottom: 0;
}
.footer .footer-bottom{
  display: flex;
  gap: 20px;
  margin: 50px auto 0 auto;
  max-width: 1600px;
}
.footer .footer-bottom > div{
  flex: 1;
}
.footer .footer-bottom .right{
  display: flex;
  gap: 20px;
}
.footer .footer-bottom .right > div{
  flex: 1;
}

@media(max-width: 767px){
  .footer .w-container{
    flex-direction: column;
    gap: 0;
  }
  .footer .footer-bottom{
    flex-direction: column;
    gap: 0;
    margin-top: 10px;
  }
  .footer .footer-bottom .right{
    flex-direction: column;
    gap: 0;
  }
  .footer .footer-bottom .right .social{
    margin-bottom: 20px;
  }
  .footer .footer-cell{
    margin-bottom: 20px;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* .hs-blog-id-45516507597 .header {
  background-color: #24354a !important;
} */

.blog-index-header{
  width: 100%;
  position: relative;
  display: block;
  padding: 0 30px;
  background: #faf3ed;
}
.blog-index-header video{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  
}
.blog-index{
  background: #faf3ed;
  padding: 0 20px 40px 30px;
}
.blog-index .blog-container{
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  gap: 15px;
}
.blog-index .posts-filter .left .tags{
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.blog-index .posts-filter .left .tags h3{
  display: none;
}
.blog-index .posts-filter .left .tags ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 15px;
}
.blog-index .posts-filter .left .tags ul li a{
  text-decoration: none;
  font-family: Poppins;
  font-size: 14px;
}
.blog-index .posts-filter .left .tags ul li a:hover{
  color: #3c4cad;
}
.blog-index .posts-filter .left .tags ul li a span.filter-link-count{
  display: none;
}
.blog-index__post{
  background: #fff;
  margin-bottom: 15px;
  min-height: 224px;
  flex: 0 0 calc(33.33% - 10px);
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgb(0 0 0 / 3%);
}
.blog-index__post .blog-index__post-image{
  height: 210px;
  display: block;
  background-size: cover !important;
  background-position: center center;
}
.blog-index__post .blog-index__post-content{
  flex: 1;
  padding: 20px 25px;
}
.blog-index__post .blog-index__post-content .blog-post-date{
  font-family: Poppins;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: capitalize;
  opacity: 0.5;
}
.blog-index__post .blog-index__post-content h2{
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-index__post .blog-index__post-content h2 a{
  text-decoration: none;
  font-family: unset;
}
.blog-index__post .blog-index__post-content .tags{
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.blog-index__post .blog-index__post-content .tags a{
  display: inline-flex;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  font-family: Poppins;
  padding: 2px 10px;
  border-radius: 15px;
  font-weight: 600;
  background: #3c4cad;
}
.blog-index__post .blog-index__post-content .tags a.press{
  background: #9fc8c5;
  color: #000;
}
.blog-index__post .blog-index__post-content .post-snippet{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}
.blog-index__post .blog-index__post-content .post-snippet p{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 0;
}
.blog-index__post .blog-index__post-content .post-snippet p a{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.575em;
  text-decoration: none;
  color: unset;
}
.blog-index__post .blog-index__post-content .post-snippet span{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}
.blog-index__post:last-child{
  margin-bottom: 0;
}
.blog-index .blog-container .left{
  flex: 1;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.blog-index .blog-container .right{
  background: #fff;
  padding: 20px;
  flex-basis: 300px;
  align-self: flex-start;
}
.blog-index-header{
  border-top: 75px solid #24354a;
}
.blog-index-header .subscribe-form{
  position: relative;
  z-index: 1;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.blog-index-header .subscribe-form > div{
  flex: 1;
}
.blog-index-header .subscribe-form .right img{
  max-width: 100%;
}

.blog-index-header .subscribe-form h1{
  color: #2d4057;
  font-weight: 800;
  font-size: 70px;
  margin-bottom: 0;
  padding-top: 20px;
  position: relative;
}
.blog-index-header .subscribe-form p{
  color: #2d4057;
  font-family: Poppins;
  font-size: 16px;
  line-height: 1.5em;
}
.blog-index .blog-container .right h4{
  font-size: 20px;
  margin-bottom: 10px;
}
.blog-index .blog-container .right .tags ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog-index .blog-container .right .tags ul li a{
  text-decoration: none;
  font-size: 14px;
  font-family: Poppins;
}
.blog-index .blog-container .right .tags ul li a:hover{
  color: #3c4cad;
}
.blog-index .blog-container .right .tags h3{
  display: none;
}
.blog-index .blog-container .right .subscribe{
  margin-top: 20px;
}
.blog-index .blog-container .right .subscribe p{
  font-size: 14px;
  font-family: Poppins;
  margin-bottom: 10px;
}
.blog-index .blog-container .right .subscribe form input{
  height: 40px;
  border: 1px solid #2d4057;
  outline: none;
  border-radius: 5px;
  font-size: 12px;
  font-family: Poppins;
}
.blog-index .blog-container .right .subscribe form input[type="submit"]{
  height: 35px;
  border: 0;
  outline: none;
  border-radius: 5px;
  font-size: 14px;
  font-family: Poppins;
  background: #f5c242;
  font-weight: 500;
  padding: 0 20px;
  color: #2d4057;
}
.blog-index .blog-container .right .subscribe form .hs-form-field{
  margin-bottom: 10px;
}
.blog-index .blog-container .right .subscribe form .hs-error-msg {
    margin-top: 0;
    font-family: Poppins;
    font-size: 12px;
}
.blog-index-header .subscribe-form form{
  display: flex;
  max-width: 500px;
  gap: 10px;
  position: relative;
}
.blog-index-header .subscribe-form form .hs-richtext p{
    position: absolute;
    bottom: -30px;
    left: 20px;
    font-size: 14px;
}
.blog-index-header .subscribe-form form .hs_email{
  flex: 1;
}
.blog-index-header .subscribe-form form .hs_submit{
  flex-basis: 120px;
}
.blog-index-header .subscribe-form form input{
  max-width: 100%;
  font-family: Poppins;
}
.blog-index-header .subscribe-form form .hs_email input{
  background: #fff;
  border: 0;
  border-radius: 100px;
  height: 45px;
  padding: 0 15px;
  outline: none;
  color: #2d4057;
  font-size: 15px;
}
.blog-index-header .subscribe-form form .hs_email input::placeholder{
  content: '';
}
.blog-index-header .subscribe-form form .hs_email label{
  display: none;
}
.blog-index-header .subscribe-form form .hs_email .hs-error-msgs{
  display: none !important;
}
.blog-index-header .subscribe-form form .hs_submit input{
  background: #3c4cad;
  color: #fff;
  font-size: 15px;
  height: 45px;
  border: 0;
  border-radius: 100px;
  padding: 0;
  width: 100%;
  font-weight: 500;
}
.blog-index-pagination{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}
.blog-index-pagination a{
  font-family: Poppins;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.blog-index-pagination a.blog-pagination__link--active{
  color: #3c4cad;
}
.blog-index-pagination a svg{
  width: 7px;
}

@media(max-width: 1024px){
  .blog-index__post .blog-index__post-image{
    flex: 1;
  }
  .blog-index__post .blog-index__post-content{
    flex: 1.5;
  }
  .blog-index-header video{
    width: 200%;
  }
  .blog-index-header .subscribe-form{
    flex-direction: column;
    padding-top: 50px;
  }
  .blog-index-header .subscribe-form .right img{
    max-width: 75%;
  }
  .blog-index__post{
    flex: 0 0 calc(50% - 8px);
  }
}

@media(max-width: 767px){
  .blog-index .blog-container .right{
    display: none;
  }
  .blog-index__post{
    flex-direction: column;
  }
  .blog-index__post .blog-index__post-image{
    min-height: 200px;
  }
  .blog-index .posts-filter .left .tags ul{
    display: block;
  }
  .blog-index-header .subscribe-form h1{
    font-size: 42px;
  }
  .blog-index-header .subscribe-form p{
    max-width: 100%;
  }
  .blog-index-header .subscribe-form form{
    max-width: 100%;
  }
  .posts-filter{
    display: none;
  }
  .blog-index .blog-container .left{
    flex-direction: column;
  }
  .blog-index__post{
    flex: 1;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;600&display=swap');



/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face { 
  font-family: 'Calibri Bold';  
  src: url('/AdnamiTheme/fonts/CalibriBold.TTF') format('ttf') url('/AdnamiTheme/fonts/CalibriBold.TTF') format('truetype');
  font-display: swap;
}

@font-face { 
  font-family: 'Calibri Light';  
  src: url('/AdnamiTheme/fonts/CalibriLight.ttf') format('ttf') url('/AdnamiTheme/fonts/CalibriLight.ttf') format('truetype');
  font-display: swap;
}

@font-face { 
  font-family: 'Calibri Regular';  
  src: url('/AdnamiTheme/fonts/CalibriRegular.ttf') format('ttf') url('/AdnamiTheme/fonts/CalibriRegular.ttf') format('truetype');
  font-display: swap;
}
.btn-wrapper{
  flex-wrap: wrap;
}

/* For Publishers - rounds card edges in the "Simple setup - Let us take care of the heavy lifting" section */
.hs-content-id-59398966490 .dnd_area-row-5-padding .span3 {
  border-radius: 30px;
}

@media (max-width: 767px) { 
  .hs-content-id-50022943168 .dnd_area-row-9-margin {
    margin-top: -50px !important;
    padding-top: 0 !important;
 }
  
  #hs_cos_wrapper_module_16559851505934 {
    padding-top: 50px !important;
  }
  
  #hs_cos_wrapper_module_16559851505936 {
    padding-top: 20px !important;
  }
}
/* For content that needs to be visually hidden but stay visible for screenreaders */

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

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