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


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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "webflow-icons";
  src: url("https://500554.fs1.hubspotusercontent-na1.net/hubfs/500554/FortiumPartners_July2021/fonts/download") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  line-height: 1.2;
  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;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

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

/* Lists */

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

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

.hs_cos_wrapper_widget {
    width: 100%;
    display: block;
}
div[class*="full-width-section"] {
    padding-left: 0;
    padding-right: 0;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
form label {
  display: initial;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #f2f5ff;
  border: 1px none;
  border-radius: 8px;
  display: inline-block;
  padding: 30px;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  outline: 0;
  color: #333333 !important;
  height: 100%;
}

.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_module .widget-type-email_subscriptions,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset,
.blog-comments {
  /*   max-width: 500px; */
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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




/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  /*   margin-top: 15px; */
  padding-left: 40px !important;
}
.hs-button-parent{
  position: relative;
}
.hs-button-parent:before {
  content: "";
  background-color: #15D16C;
  width: 4px;
  height: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  margin-left: 15px;
  border-radius: 20px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 767px){
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_google_search,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_module .widget-type-email_subscriptions,
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_member_register,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_password_reset,
  .blog-comments {
    max-width: 100%;
  }
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){

  form.hs-form-4712ec3d-70b3-4215-97de-5cdb1705aad4_10d126a2-00a9-454b-83fa-1d478061ed06:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, form.hs-form-4712ec3d-70b3-4215-97de-5cdb1705aad4_10d126a2-00a9-454b-83fa-1d478061ed06:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
}

form .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 160px;
  margin-left: auto;
}
form .hs_submit.hs-submit {
  text-align: right;
  width: 99.2%;
}
form .actions:before {
  content: "";
  background-color: #15d16c;
  width: 4px;
  height: 60%;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
  border-radius: 20px;
  z-index: 99;
}
fieldset.form-columns-1 .input {
  margin-right: 20px;
  width: 50% !important;
}
form label {
  margin-bottom: 5px;
  display: inline-block;
}
form fieldset.form-columns-2 .input {
  margin-right: 20px;
}
form fieldset.form-columns-1 .hs-input {
  width: 96% !important;
}
form fieldset.form-columns-2 .input {
  margin-right: 20px !important;
}
form .hs-richtext strong {
  font-weight: bold !important;
}
form .hs-richtext strong a {
  text-decoration: underline;
}
form fieldset.form-columns-1 .hs-form-radio .hs-input {
  width: auto !important;
}
form input[type=submit], form .hs-button {
  width: 100%;
}
form fieldset.form-columns-1 .hs-form-booleancheckbox input {
  width: unset !important;
  position: relative;
  top: 4px;
}
form fieldset .hs-form-booleancheckbox input {
  width: unset !important;
  position: relative;
  top: 4px;
}

@media (max-width: 767px){
  form fieldset.form-columns-2 .input {
    margin-right: 0px!important;
  }
  form .form-columns-2 .hs-form-field .hs-input, 
  form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
  form fieldset.form-columns-1 .hs-input {
    width: 100%!important;
  }
  fieldset.form-columns-1 .input {
    width: 100%!important;
    margin-right: 0px !important;
  }
  form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }  


}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */
header.header{
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.header__container {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
}
.inner-header{
  display: flex;
  align-items: center;
  width: 100%;
}
body .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a{
color: rgba(8,49,97,1.0) !important;
}
.header-logo img{
  max-width: 220px;
  vertical-align: middle;
}
.custom-menu-primary{
  margin-left: auto;  
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before{
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  left: 0;
  background-color: #15D16C;
}
.mobile-menu{
  display:none;
}
.overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #e0e0e0;
  width: 100%;
  display: none;
  z-index:9;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
}
@media (max-width: 1010px){
  img.banner-area-img2{   
    top: 240px !important;
  }
}
@media (max-width: 1009px){
  img.banner-area-img2{   
    top: 10% !important;
  }
}
@media (max-width: 991px){
  img.banner-area-img2 {
    position: absolute;
    top: -32px !important;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul{
    display: none;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    color: #083161;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > li:hover > a{
    color: #083161;
  }
  .mobile-menu .hs-menu-wrapper>ul>li{
    position: relative;
  }
  .child-trigger {
    position: absolute;
    right: 0;
    top: 7.37px;
    font-size: 25px;
    cursor: pointer;
  }
  .child-trigger:after {
    content: '\002B';
  }
  .child-trigger.minus:after {
    content: '\2212';
  }
  .header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header-logo img {
    max-width: 200px;
    vertical-align: middle;
  }
  .hamburger {
    font-family: 'webflow-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #083161;
    font-size: 24px;
    cursor: pointer;
  }
  .hamburger:before {
    content: "\e602";
  }
  header.header{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .custom-menu-primary{
    display: none;
  }
  .mobile-menu{
    display:block;
    transform: translateY(-200px) translateX(0px);
    transition: transform 400ms ease 0s;
    background-color: #fff;
    box-shadow: 0 20px 20px -10px rgb(0 0 0 / 7%);
  }
  .mobile-menu.mobile-open{
    transform: translateY(0px) translateX(0px);
    transition: transform 400ms ease 0s;
  }
  .mobile-menu .hs-menu-wrapper > ul {
    display: flex;
    justify-content: center;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > a {
    max-width: 1400px;
    padding: 15px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    color: #083161;
  }
  .mobile-menu .hs-menu-wrapper > ul > li:hover > a{
    color: #083161;
  }
  .mobile-menu .hs-menu-wrapper > ul > li.active > a:before{
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    left: 0;
    background-color: #15D16C;
  }

  .overlay {
    position: absolute;
    overflow: hidden;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: 9;
  }
}

@media (max-width: 767px){
  .mobile-menu .hs-menu-wrapper>ul {
    display: flex!important;
    justify-content: center;
    flex-direction: row !important;
  }
}

@media (max-width: 660px){
  .mobile-menu {
/*     display: block; */
    transform: translateY(-400px) translateX(0px);
  }
  .mobile-menu .hs-menu-wrapper>ul {
/*     display: block !important; */
  }
  .child-trigger {
    position: absolute;
    right: 15px;
  }
}

@media (max-width: 479px){
  .header-logo{
    height: 60px;
  }
  .header-logo img{
    max-width: 150px;
  }
}



/* LP Header */
header.lp-header .inner-header{
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
header.lp-header .inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}


@media only screen and (max-width: 985px) and (min-width: 220px) {
  header.lp-header .inner-header .header-logo img {
    max-width: 130px;
  }
  header.lp-header .inner-header a.cta_button {
    padding: 10px 13px !important;
    font-size: 12px !important;
  }  
  header.lp-header .inner-header .header-cta {
    width: 55%;
    text-align: right;
  }
  footer.LP-footer {
    padding: 40px 0px;
  }

}
.footer {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 22px;
}

.footer__container {
  padding: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.inner-footer {
  display: flex;
}
.footer-left-content {
  text-align: left;
}

.footer-logo img{
  max-width: 203px;
  vertical-align: middle;
}
.footer__copyright {
  margin: 0;
  padding: 0;
  margin-top: 60px; 
}
.footer-right-content {
  margin-left: 10%;
  width: 100%;
}
.footer-top-content {
  display: flex;
}

.footer-btn {
  margin-left: auto;
}
.footer-menu .hs-menu-wrapper  ul {
  margin: 0;
  padding: 0;
}
.footer-menu .hs-menu-wrapper  ul  li {
  color: #000;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 400;
  text-align: left;
}
.footer-menu .hs-menu-wrapper>ul >li+li {
  margin-left: 100px;
}
.footer-menu .hs-menu-wrapper > ul li a {  
  text-decoration: none;
  text-align: left;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 10px; 
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: 2px solid #e0e0e0;
  display: inline-block;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a{
  margin-top: 0;
}
.footer-btn a {
  display: inline-block;
  background-color: #2046b5;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
  text-transform: none;
  padding: 20px 30px;
  border-radius: 5px;
  transition: all 250ms ease;
  font-size: 15px;
  transform: translate(0px, 0px);
}

.give-us-call {
  margin-top: 39px;
  margin-bottom: 16px;
  text-align: left;
}
.give-us-call p {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 25px;
  color: #1a1036;
  font-weight: 500;
  font-size: 14px;
}
.give-us-call a {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  margin-left: -3.90px;
  display: inline-block;
}
.stick {
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
}

.privacy {
  margin-top: 17px;
}
.privacy ul {
  margin: 0;
  padding: 0;
}
.privacy ul > li {
  list-style: none;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 15px;
  line-height: 1.6em;
  border-top: 2px solid #e0e0e0;
}
.privacy ul > li > a {
  color: #5e5773;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.landing-footer-copyright{
  width: 203px;
}
.mobile-nmbr a.link-2 {
  margin-left: 25px;
  font-size:14px;
}
.mobile-nmbr .text-block-21{
  color: #1a1036;
  font-weight: 500;
  font-size:14px;
}
.mobile-nmbr{
  display:flex;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media (max-width: 991px){
  .footer-menu {
    margin-top: 20px;
  }
  .footer-right-content {
    margin-left: 0;
    width: 100%;
  }

  .footer__copyright {
    margin-top: 20px;
  }

  .footer-left-content {
    margin-bottom: 20px;
  }
  .footer-btn {
    margin-left: auto;
    margin-top: auto;
  }
}
@media (max-width: 767px){
  .footer-menu .hs-menu-wrapper>ul>li+li {
    margin-left: 0;
  }
  .privacy ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
  .footer-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  footer.LP-footer .footer-right-content ul li a{
    margin-left:0px!important;
  }
  footer.LP-footer .footer-right-content ul {

    justify-content: center !important;
  }
}
@media (max-width: 767px){
  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-logo {
    display: block;
    margin-right:auto;
    text-align: left;
  }
  footer.LP-footer .footer-right-content ul li a{
    margin-left:0px !important;
  }
  footer.LP-footer .footer-right-content ul {

    justify-content: center !important;
  }
  .inner-footer {
    display: block;
  }
}

/* LP-footer */

footer.LP-footer {
  padding: 60px 0px;
}
footer.LP-footer .footer-right-content ul {
  display: flex;
  justify-content: end;
}
footer.LP-footer .footer-right-content ul li {
  padding-left: 30px;
  margin: 0;
}
footer.LP-footer .footer-right-content ul li a {
  margin-left: 20px;
  color: #5e5773;
  font-size: 12px;
  font-weight: 400;
}
footer.LP-footer .footer-logo img {
  max-width: 170px;
  vertical-align: middle;
}
footer.LP-footer .footer-right-content .privacy {
  margin-top: 10px;
}
footer.LP-footer .footer-right-content ul li a:hover {
  color: #181818;
}

/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.inner-footer {
    display: block;
}
}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
    
}
/*******************************************/
/* 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;
  }
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.partners-page .content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}
.partners-page .back-to-page {
  margin-bottom: 50px;
}
.partners-page {
  padding-top: 0px;
  padding-bottom: 80px;
}
.partners-header .inner-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-header .left-text h1 span {
  font-weight: 700;
}
.partners-header .left-text {
  margin-top: 0px;
  margin-right: 100px;
  /*   margin-bottom: 25px; */
}
.partners-header  .right-text p span {
  font-weight: 700;
}
.partners-header .right-text {
  border-left: 4px solid #000;
  max-width: 450px;
  margin-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  border-left: 4px solid #15d16c;
}
.partners-header  .right-text p
{margin-bottom: 0px;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 100;
  text-transform: none;
}

.list-of-partners .partnes01{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*   height: 174px; */
  /*   margin-bottom: 20px; */
  padding: 25px 30px 25px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 20px 6px rgb(28 52 128 / 10%);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #2046b5;
  text-decoration: none;
}
.list-of-partners .partnes01:hover {
  box-shadow: 0 10px 20px 6px rgb(28 52 128 / 22%);
}
.list-of-partners .partnes01 a.partners-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


.list-of-partners .partners-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.list-of-partners .partners-inner .partnerimg{
  width: 100%;
  max-width: 80px;
}

.list-of-partners .partner-details {
  width: 100%;
  max-width: calc(100% - 80px);
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.list-of-partners  .partner-details .name p,
.list-of-partners  .partner-details .subname p{
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  color: #2046b5;
}
.list-of-partners  .partner-details .position p{
  margin-top: 30px;
  color: #526f90;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.list-of-partners  .partner-details .position p span{
  display: block;
  border: 1px solid #00D066;
}

.list-of-partners{
  padding-top:40px;
  padding-bottom:40px;
  position:relative;
  z-index:10;
} 
section.partners-header {
  padding-bottom: 65px;
  padding-top: 50px;
}
/* .list-of-partners a.parner {
position: absolute;
top: 0;
left: 0;
height: calc(100% + 99px);
width: 100%;
z-index: 99;
cursor: pointer;
} */
.list-of-partners .partnerimg img {
  width: 70px;
  height: 100px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-of-partners .partner-details .social-icons {
  /*   position: absolute;
  right: 17px;
  bottom: 10px;
  z-index: 99; */

  display: block;
  margin-left: auto;
  width: max-content;
  padding-top: 20px;
  margin-top: auto;
  position: relative;
  z-index: 11;
}
.list-of-partners  .full-list-of-partners {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px 25px;
}
.list-of-partners  p {
  margin-bottom: 0 !important;
}

.search1 .partner-search{
  background-image: url(https://500554.fs1.hubspotusercontent-na1.net/hubfs/500554/FP%20Images/search.svg) !Important;
  opacity: 0.6;
  font-weight: 100;
}
.search1 .w-input, .search1 .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  /*     background-color: #ffffff; */
  border: 1px solid #cccccc;
}
.search1 .partner-search {
  background-color: #fff !important;
  padding-left: 60px;
  border: 1px none #000;
  background-image: none;
  background-position: 0 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: 100;
  opacity: 0.6;
}
.search1 input::placeholder{
  font-size:24px;
  padding-right:20px;
  padding-left:0px;
}
.list-of-partnersv2 .full-list-of-partners{grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 30px 25px;}
.PartnersTopSec{position: relative; z-index: 10;}
.PartnersTopSec .PartnersBox{padding: 30px; background-color: #F2F4F7; border-radius: 10px;}
.PartnersTopSec .PartnersBox h3{font-weight: 400;}
.PartnersTopSec .PartnersBox .flex-wrap{display: flex; flex-wrap: wrap; gap: 30px 0;}
.PartnersTopSec .PartnersBox .searchBox{width: 100%; max-width: 30%;}
.PartnersTopSec .PartnersBox .searchBox form input{background: #fff; font-size: 16px; font-weight: 400; padding: 10px 55px 10px 15px; background-image: url(https://500554.fs1.hubspotusercontent-na1.net/hubfs/500554/FP%20Images/search.svg) !Important; background-repeat: no-repeat; background-size: 20px; background-position: 95% 50%;}
.PartnersTopSec .PartnersBox .FliterBox{width: calc(100% - 30%); padding-left: 60px; align-items: baseline; gap: 15px 40px;}
.PartnersTopSec .PartnersBox .FliterBox span{font-weight: 500; font-size: 16px;}
.PartnersTopSec .PartnersBox .FliterBox .filterList{gap: 15px; margin: 0; padding: 0;}
.PartnersTopSec .PartnersBox .FliterBox .filterList li{list-style-type: none; padding: 10px 30px; background: #FFF; font-weight: 500; cursor: pointer;border-radius:8px;}
.PartnersTopSec .PartnersBox .FliterBox .filterList li.active{user-select: none; pointer-events: none;border:1px solid #083161}

.partner-single .position p{display: flex;flex-wrap: wrap; gap: 7px;}
.partner-single .position p span {border: 1px solid #00d066; display: block;}
/*************Responsive Styles*****************/

/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
  .partners-header .left-text h1{
    font-size:30px;
  }
  .search1 input::placeholder {
    font-size: 18px;

    padding-left: 0px;
  }
  .partners-header .inner-text {
    flex-wrap:wrap;
  }
  .partners-header .right-text p{
    font-size:22px;
  }
  .partners-header .right-text{
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top: 4px solid #15d16c;
    border-left-style: none;
  }
  .partners-header .inner-text {
    align-items: flex-start;
    justify-content: start;
  }
  .partners-header .left-text{
    margin-right:0px;
  }
  .list-of-partners .full-list-of-partners {

    grid-template-columns: 1fr;
  }
  section.partners-header {
    padding-top: 40px;
  }
  .list-of-partners {
/*     z-index: 9999; */
    padding-bottom: 40px;
    position: relative;
  }

  section.search1 {
    position: relative;
    z-index: 9999;
  }
}

/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .partners-header .left-text h1{

    font-size:30px;
  }
  .partners-header .inner-text {
    flex-wrap:wrap;
  }
  .partners-header .right-text p{
    font-size:22px;
  }
  .partners-header .right-text{
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top: 4px solid #15d16c;
    border-left-style: none;
  }
  .partners-header .inner-text {
    align-items: flex-start;
    justify-content: start;
  }
  .partners-header .left-text{
    margin-right:0px;
    margin-bottom:0px;
  }
  .list-of-partners .full-list-of-partners {

    grid-template-columns: 1fr;
  }
  section.partners-header {
    padding-top: 40px;
  }
  .list-of-partners {
    padding-bottom: 40px;
  }
  .search1 input::placeholder {
    font-size: 18px;

    padding-left: 0px;
  }
}

/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .list-of-partners {
/*     z-index: 9999; */
    padding-bottom: 40px;
    position: relative;
  }
  .list-of-partners .partnes01{
    height:300px;
  }
  .list-of-partners .partners-inner{
    flex-wrap:wrap;
  }
  .list-of-partners .partner-details{
    margin-left:0px;
  }

  .list-of-partners .partner-details{
    top:25px;
    bottom:unset !important;
  }
  .partners-header .left-text{
    margin-right: 78px;
  }
  .partners-header .left-text h1{
    font-size:42px;
  }
  .partners-header .right-text p {
    font-size: 21px !important;}
  section.partners-header {
    padding-top: 80px;
  }
  section.search1 {
    position: relative;
    z-index: 9999;
  }

}

@media only screen and ( max-width: 991px ) and (min-width: 767px){
  .list-of-partners .full-list-of-partners{
    grid-template-columns: 1fr 1fr;
  }
}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1200px ) and (min-width: 992px){
  .list-of-partners .full-list-of-partners{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .PartnersTopSec .PartnersBox .searchBox{
    width: 40%;
  }
  .PartnersTopSec .PartnersBox .FliterBox{width: calc(100% - 40%);}
}
/*******************************************/


/* Partners single */
.partner-single {
  padding-top: 50px;
}
.partner-single .single-page-inner-sec {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: auto;
}
.partner-single .back-to-page a{
  display: inline-block;
  padding-left: 20px;
  background-image: none;
  background-position: 0% 100%;
  background-size: 9px;
  background-repeat: no-repeat;
  color: #353760;
  font-size: 22px;
  text-decoration: none;
}
.partner-single .right-sec {
  width: 45%;
}
.partner-single .left-sec {
  width: 42%;
  padding-right: 20px;
}
.partner-single .blank-section{
  width: 7%;
}
.partner-single .right-sec img {
  display: block;
  width: 100%;
  height: 480px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
}
.partner-single .left-sec .partner-name h1{
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size:64px;
}
.partner-single .left-sec .line{
  width: 80px;
  height: 4px;
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: #15d16c;
}
.partner-single .bottom-content p {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 100;
  text-transform: none;
  margin-bottom: 20px;
}
.partner-single  .position p {
  margin-top: 30px;
  color: #526f90;
  font-weight: 500;
  font-size: 16px;
}
.partner-single .second-section{
  display:flex;
  justify-content:space-between;
  margin-top: 100px;
  padding-top: 100px;
  border-top: 2px solid #ced6df;

}
.partner-single .leadership-roles {
  width: 41.66%;
  padding-right: 100px;
}
.partner-single .right-content {
  width: 50%;
}
.partner-single .leadership-roles .roles ul {
  padding-left: 25px;
}
.partner-single .leadership-roles  ul li{
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 40px;
}
.partner-single .leadership-roles  ul li::marker{
  color: #15D16C;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
}
.partner-single .content01 p {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 300;
}

.partner-single .leader-ship h4 {
  font-family: Noto Sans JP;
  font-size: 28px;
  color: #083161;
  font-weight: 300;
  color: #083161;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 400;
}
.partner-single .content01 p strong {
  font-weight: 700;
}
.partner-single .leader-ship {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 479px) and (min-width: 220px){
  .partner-single .single-page-inner-sec {
    width: 100%;
    flex-direction: column-reverse;
  }
  .partner-single .left-sec .partner-name{
    margin-top: 10px;
  }
  .partner-single .left-sec {
    width: 100%;
    padding-right: 0px;
  }
  .partner-single .left-sec .partner-name h1 {
    font-size: 30px;
  }
  .partner-single .right-sec {
    width: 100%;
  }
  .partner-single .left-sec .line {
    margin-bottom: 40px;
  }
  .partner-single .second-section {
    flex-direction: column;
  }
  .partner-single .leadership-roles {
    width: 100%;
    padding-right: 0px;
  }
  .partner-single .leader-ship {
    margin-bottom: 40px !important;
  }
  .partner-single .right-content {
    width: 100%;
  }
  .partner-single .right-sec img {
    height: 300px !important;
  }

}

@media only screen and (max-width: 767px) and (min-width: 480px){
  .partner-single .right-sec img {
    height: 420px !important;
  }
  .partner-single .single-page-inner-sec {
    width: 100%;
    flex-direction: column-reverse;
  }
  .partner-single .left-sec .partner-name{
    margin-top: 10px;
  }
  .partner-single .left-sec {
    width: 100%;
    /*     padding-right: 0px; */
  }
  .partner-single .left-sec .partner-name h1 {
    font-size: 30px;
  }
  .partner-single .right-sec {
    width: 100%;
  }
  .partner-single .left-sec .line {
    margin-bottom: 40px;
  }
  .partner-single .second-section {
    flex-direction: column;
  }
  .partner-single .leadership-roles {
    width: 100%;
    /*     padding-right: 0px; */
  }
  .partner-single .leader-ship {
    margin-bottom: 40px !important;
  }
  .partner-single .right-content {
    width: 100%;
  }

}


@media only screen and (max-width: 985px) and (min-width: 768px){
  .partner-single .left-sec .partner-name h1 {
    font-size: 42px;
    line-height: 1.2em;
  }
  .partner-single .left-sec {
    width: 50%;
    padding-right: 30px;
  }  
  .partner-single .right-sec img {
    height: 420px !important;
  }
  .partner-single .right-sec {
    width: 50%;
  } 
  .partner-single .single-page-inner-sec {
    width: 93% !important;
    margin-left: 7% !important;
  }
  .partner-single .second-section {
    flex-direction: column;
  }
  .partner-single .right-sec {
    width: 100%;
  }
  .partner-single .leadership-roles {
    width: 75%;
  }
  .partner-single .right-content {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px){
  .PartnersTopSec .PartnersBox .searchBox{width: 100%; max-width: 500px;}
  .PartnersTopSec .PartnersBox .FliterBox{width: 100%; padding: 0;}
  .PartnersTopSec .PartnersBox .FliterBox .filterList{width: 100%;}
}

@media (max-width: 568px){
  .PartnersTopSec .PartnersBox h3{font-size: 25px;}
  .PartnersTopSec .PartnersBox{padding: 15px;}
}
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,500;0,600;0,700;1,400&display=swap'); */
/* .PeopelMain *{font-family: 'Noto Sans', sans-serif !important;} */

@import url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/slick-theme.min.css');

.dnd-section, .content-wrapper--vertical-spacing{padding: 0;}
.overlay{display:inherit;height:auto;left:0;overflow:inherit;position:absolute;right:inherit;top:100%;width:100%;z-index:10;}
.openmenu .overlay{z-index: 9;}
.dnd-section > .row-fluid{width: 100%; max-width: 100%;}
.dflex{display:flex;flex-wrap:wrap;}
.content-wrapper{padding: 0 20px;}
main{position: relative; z-index: 1;}
.primaryButton a{padding: 16px 38px 16px 32px; text-transform: uppercase; position: relative; font-size: 15px; line-height: 1.3; font-weight: 700; display: flex; align-items: center; width: max-content; font-family: 'Noto Sans', sans-serif !important;}
.primaryButton a:hover{background-color:#15D16C;}
.primaryButton a:before{content: ''; width: 3px; height: 28px; display: inline-block; background-color: #15D16C; margin-right: 10px; border-radius: 10px;transition: all .15s linear;}
.primaryButton a:hover:before{background-color:#FFFFFF;}

.SecondaryButton a{font-size: 15px;font-weight:bold;padding:20px 35px;border-radius:4px; background-color:#15D16C;color:#FFFFFF;display:inline-block;}
.SecondaryButton a:hover{background-color:rgb(21 209 108 / 80%); color:#FFFFFF;}


.form-columns-0{
  display:none !important;
}
fieldset.form-columns-1 .input{
  width:100% !important; 
}
fieldset.form-columns-1 .hs-dependent-field{
 width:100%; 
  
}
form fieldset.form-columns-1 .hs-input{
   width:100% !important; 
}


header.header.openmenu{z-index: 3;}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{padding: 0; font-weight: 500; display: flex; align-items: center; position: relative; margin-left: 0; margin-right: 40px; padding-bottom: 20px; padding-top: 20px;}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{color: #15d16c !important;}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{margin-right: 0;}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:before,
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a:before{background-color: #15d16c; bottom: 14px; border-radius: 5px; content: ""; height: 2px; left: 0; position: absolute; width: 0; transition: 0.5s all ease;}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a:before{width: 100%;}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:before{width: 100%;}
.custom-menu-primary .hs-menu-wrapper > ul ul{width: max-content !important; min-width: 155px; border-radius: 4px; border: 1px solid rgba(229, 233, 238, 0.50); background: #FFF !important; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{margin: 0; transition: 0.5s all ease; font-weight: 400; font-family: 'Noto Sans', sans-serif !important;}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>a{margin-left: 3px;}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{content: ''; transition: 0.5s all ease; margin-left: 8px; mask-repeat: no-repeat; display: inline-block; width: 12px; height: 7px; background: #083161; -webkit-mask-image: url(https://500554.fs1.hubspotusercontent-na1.net/hubfs/500554/navigation_arrow.svg); mask-image: url(https://500554.fs1.hubspotusercontent-na1.net/hubfs/500554/navigation_arrow.svg); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after { transform: rotate(180deg); background: #15d16c;}


.PeopelMain .GreenBorder{max-width: 80px; height: 3px; background-color: #15D16C; display: block; margin-bottom: 30px;}



.FooterNew{padding: 70px 0;}
.FooterNew .FooterLeftSidebar{max-width: 355px; width: 100%;}
.FooterNew .FooterLeftSidebar .logo{margin-bottom: 60px;}
.FooterNew .FooterLeftSidebar .logo img{max-width: 180px; width: 100% !important;}
.FooterNew .FooterLeftSidebar .FooterCopyRight p{font-size: 18px; font-weight: 400; line-height: 1.3; color: #1A1036; margin-bottom: 8px;}
.FooterNew .FooterLeftSidebar .FooterCopyRight p:last-child{color: #475461; font-size: 12px; margin-bottom: 0;}
.FooterNew .FooterRightSidebar{max-width:calc(100% - 355px);width:100%;padding-left:60px;}
.FooterNew .FooterRightSidebar .FooterTopMenu{margin-bottom: 30px;}
.FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList{max-width:636px;width:100%;}
.FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList ul{gap:0 34px; position: static; opacity: 1;}
.FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList ul li{max-width:calc(33.33% - 23px);width:100%;}
.FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList ul li a{display:inline-block;margin-bottom:11px;font-size:14px;color:#526F90;font-weight:400;line-height:1.3;position:relative;padding-left:18px;}
.FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList ul li a:hover{color:#15D16C;}
.FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList ul li a:before { left: 0; content: ''; width: 3px; height: 100%; background: #E0E0E0; position: absolute; top: 50%; transform: translateY(-50%); }
.FooterNew .FooterRightSidebar .FooterTopMenu .FooterButton{width: 100%; max-width: calc(100% - 636px);}
.FooterNew .FooterRightSidebar .FooterTopMenu .FooterButton .primaryButton a{margin-left: auto;}
.FooterNew .FooterRightSidebar .FooterMiddleContent .CallUs{display:flex;align-items:center; gap: 0 24px; } 
.FooterNew .FooterRightSidebar .FooterMiddleContent .CallUs span{font-weight:600;font-size:14px;line-height:1.3;} 
.FooterNew .FooterRightSidebar .FooterMiddleContent .CallUs a{color:#083161;font-weight:400;font-size:14px;line-height:1.3;display:inline-block;} 
.FooterNew .FooterRightSidebar .FooterMiddleContent .CallUs a:hover{color:#15d16c;}
.FooterNew .FooterRightSidebar .FooterMiddleContent .FooterBorder{margin: 10px 0 17px;display: block;border: 2px solid #E0E0E0;}
.FooterNew .FooterRightSidebar .FooterMiddleContent .PrivacyMenu{width:50%;padding-right:15px;}
.FooterNew .FooterRightSidebar .FooterMiddleContent .PrivacyMenu ul{display: flex;margin: 0;padding: 0;list-style-type: none;gap: 0 28px;}
.FooterNew .FooterRightSidebar .FooterMiddleContent .PrivacyMenu ul li a{color: #5E5773;font-size: 12px;line-height: 1.5;font-weight: 400;}
.FooterNew .FooterRightSidebar .FooterMiddleContent .PrivacyMenu ul li a:hover{color: #15d16c;}
.FooterNew .FooterRightSidebar .FooterMiddleContent .MiddleContent {width:50%;padding-right:67px;}
.FooterNew .FooterRightSidebar .FooterMiddleContent .MiddleContent p{max-width:362px;font-size:10px;font-weight:600;color:#B6B6B6;text-transform:uppercase;margin-left:auto;line-height:1.3;margin-bottom:0;}



.Breadcrumb{padding: 54px 0 0px;}
.Breadcrumb ul{padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px;}
.Breadcrumb ul li{list-style-type:none;}
.Breadcrumb ul li, 
.Breadcrumb ul li a{font-size:18px;font-weight:600;line-height:1.5;color:#083161;}
.Breadcrumb ul li a{font-weight:400;}
.Breadcrumb ul li a:hover{color:#15d16c;}



@media (max-width: 1200px) and (min-width: 992px){
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{font-size: 14px; margin-right: 20px;}
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{font-size: 12px;}
  
}

@media (min-width: 569px){
  
  .FooterNew .FooterRightSidebar .FooterMiddleContent .FooterCopyRight{display: none;}
  
}

@media (max-width: 1300px){
  
  .FooterNew .FooterLeftSidebar{max-width: 250px}
  .FooterNew .FooterRightSidebar{max-width: calc(100% - 250px);padding-left:30px;}
  
}

@media (max-width: 1150px){
  
  .FooterNew .FooterLeftSidebar{max-width: 200px}
  .FooterNew .FooterRightSidebar{max-width: calc(100% - 200px);padding-left:0px;}
  
}

@media (max-width: 1080px){
  
  .FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList{max-width: 500px;}
  .FooterNew .FooterRightSidebar .FooterTopMenu .FooterButton{max-width: calc(100% - 500px);}
  
}

@media (max-width: 991px){
  
  .mobile-menu{transform: inherit;background-color: #fff;box-shadow: 0 20px 20px -10px rgb(0 0 0/7%);display:none;}
  .mobile-menu .hs-menu-wrapper>ul{display: block !important;}
  .mobile-menu .hs-menu-wrapper>ul>li>a,
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a{margin: 0; font-family: 'Noto Sans', sans-serif !important;}
  .child-trigger{cursor: pointer; font-size: 25px; position: absolute; right: 10px; top: 12px; width: 25px; height: 25px;}
  .child-trigger:after{content: "\002B"; position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); line-height: 0; height: 0;}
  .mobile-menu .hs-menu-wrapper>ul>li>ul{margin-left: 20px;}
  
  
  
  .FooterNew .FooterLeftSidebar{max-width:180px; padding-right: 10px;}
  .FooterNew .FooterRightSidebar{max-width:calc(100% - 180px);}
  .FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList{max-width: 350px;}
  .FooterNew .FooterRightSidebar .FooterTopMenu .FooterButton{max-width: calc(100% - 350px);}
  .FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList ul li{max-width:calc(50% - 17px);}
  .FooterNew .FooterRightSidebar .FooterMiddleContent .MiddleContent{padding-right:0;}
  
}

@media(max-width: 767px){
  
  .FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList ul{flex-direction:unset;}
  .FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList ul li ul{flex-direction: column;}
  .FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList,
  .FooterNew .FooterRightSidebar .FooterTopMenu .FooterButton{max-width:100%;}
  .FooterNew .FooterRightSidebar .FooterTopMenu .FooterButton .primaryButton a{margin-left:0;}
  .FooterNew .FooterRightSidebar .FooterTopMenu{gap:20px 0;}
  
}

@media (max-width: 568px){
  
  .FooterNew{padding: 80px 0 89px;}
  .FooterNew .FooterLeftSidebar .FooterCopyRight{display: none;}
  .FooterNew .FooterLeftSidebar,
  .FooterNew .FooterRightSidebar{max-width:100%;}
  .FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList ul{gap: 30px 0;}
  .FooterNew .FooterRightSidebar .FooterTopMenu .FooterMenuList ul li{max-width:100%;}
  .FooterNew .FooterRightSidebar .FooterTopMenu{gap:60px 0;margin-bottom:40px;}
  .FooterNew .FooterRightSidebar .FooterMiddleContent .PrivacyMenu,
  .FooterNew .FooterRightSidebar .FooterMiddleContent .MiddleContent{width:100%;padding:0;}
  .FooterNew .FooterRightSidebar .FooterMiddleContent .MiddleContent p{max-width:100%;margin-top:10px;}
  .FooterNew .FooterRightSidebar .FooterMiddleContent .FooterCopyRight{margin-top: 20px;}
  .FooterNew .FooterRightSidebar .FooterMiddleContent .FooterCopyRight p{color:#1a1036;font-size:18px;font-weight: 400;line-height:1.3;margin-bottom:8px;}
  .FooterNew .FooterRightSidebar .FooterMiddleContent .FooterCopyRight p:last-child {color:#475461;font-size:12px;margin-bottom:0;}
  
  
  
  .Breadcrumb{padding:30px 0 0px;}
  .Breadcrumb ul li, 
  .Breadcrumb ul li a{font-size:14px;}
  
}