*, *: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;
  }
}

.banner-area .dnd-section,
.banner-area .dnd-section > .row-fluid {
  padding: 0;
  width: 100%;
}

.page-center,
.dnd-section > .row-fluid,
.header__container,
.footer__container{
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left:15px;
  padding-right:15px;
  width: 90%;
}

.dnd-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@font-face { font-family: "proxima-nova"; src: url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); font-style: normal; font-weight: 700; font-stretch: normal; font-display: auto; }

@font-face { font-family: "proxima-nova"; src: url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); font-style: normal; font-weight: 400; font-stretch: normal; font-display: auto; }


@font-face {
  font-family: 'FontAwesome';
  src: url(https://25363004.fs1.hubspotusercontent-eu1.net/hubfs/25363004/raw_assets/public/RightTrack_Learning_February2022/Fonts/FontAwesome.woff2) format('woff2'),
    url(https://25363004.fs1.hubspotusercontent-eu1.net/hubfs/25363004/raw_assets/public/RightTrack_Learning_February2022/Fonts/FontAwesome.woff) format('woff'),
    url(https://25363004.fs1.hubspotusercontent-eu1.net/hubfs/25363004/raw_assets/public/RightTrack_Learning_February2022/Fonts/FontAwesome.ttf) format('truetype'),
    url(https://25363004.fs1.hubspotusercontent-eu1.net/hubfs/25363004/raw_assets/public/RightTrack_Learning_February2022/Fonts/FontAwesome.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
}

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

a:hover {
  text-decoration: underline;
}

/* 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;
}
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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form,
.submitted-message {
  max-width: ;
  font-family: ;
}

.hs-button,
.button--primary {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
  vertical-align: baseline;
  text-decoration: none;
  border-style: solid;
  transition: all .15s linear;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  white-space: pre-wrap;
}

.hs-button:hover,
.button--primary:hover {
  text-decoration: none;
  color: #fff;
}

/* .hs-button:active {
background-color: ;
border-color: ;
} */


.hs-form label {
  color: ;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

.hs-error-msgs label {
  color: ;
  color: #f2545b;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  display: block;
}

.hs-input,
input#hs-pwd-widget-password {
  width: 100%;
  border: 1px solid #cbd6e2;
  height: 40px !important;
  padding: 0 15px;
  outline: none;
  display:block;
  margin: 15px 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(82,168,236,.8);
  outline: 0;
  box-shadow: none;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px !important;
}

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

input.email-edit.hs-input {
  width: 100% !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs-search-module form input {
  margin-bottom: 20px;
}


@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}
/* 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-wrapper {
  min-height: 113.19px;
} */

.header-wrapper.lp-header .header .header-logo {
  padding-top: 19px;
  padding-bottom: 19px;
}

header.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1447;
}

header.header.sticky {
  z-index: 999999999999;
  position: fixed;
  top: 0;
  width: 100%;
}

.header .header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%!important;
}

.header .header-logo {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.header .header-logo a img {
  vertical-align: middle;
  max-width: 250px;
  width: 250px !important;
  margin-left: 40px;
}

.header .menu-toggler {
  margin: 0;
  font-family: inherit;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: none;
  display: block;
  white-space: unset;
  color: #fff;
}

.header .menu-toggler i {
  color: #fff;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-family: FontAwesome;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
  display: inline-block;
}

.header .menu-toggler i:before {
  content: "\f0c9";
}

.header .custom-menu-primary {
  width: 100%;
}

.header .navigation-primary {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
  display: none;
}

.header .navigation-primary>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto!important;
  margin-right: 40px;
  margin-top: 18px;
}

.header .navigation-primary>ul>li {
  padding: 38px 0 38px 30px;
}

.header .navigation-primary>ul>li.has-submenu.menu-item {
  position: relative;
}

.header .navigation-primary>ul>li>a {
  white-space: nowrap;
  display: block;
  font-size: .8rem;
  text-transform: uppercase;
  padding: 0;
  color: #fff;
}

.header .navigation-primary>ul>li.has-submenu.menu-item>a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.header .navigation-primary>ul>li>ul {
  background-clip: padding-box;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  position: static;
  float: none;
  background-color: #f2f2f2;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.header .navigation-primary>ul>li>ul>li>a {
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 14px 20px;
  font-size: .8em;
  line-height: 1;
  border-top: 1px solid #ccc;
}

.header .navigation-primary>ul>li>ul>li>ul {
  background-clip: padding-box;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  z-index: 1000;
  display: none;
  position: static;
  float: none;
  background-color: #f2f2f2;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  left: -180%;
  top: 0px;
  right: 152px;
}

.header .navigation-primary>ul>li>ul>li.has-submenu.menu-item{
  position: relative;
}

.header .navigation-primary>ul>li>ul>li>ul>li>a {
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 14px 20px;
  font-size: .8em;
  line-height: 1;
  border-top: 1px solid #ccc;
}

.header .contact-links {
  color: #8A85A9;
  font-size: 12px;
  margin: 0px 60px 0px 0px;
  text-align: right;
  position: absolute;
  display: block;
  width: 100%;
  top: 8px;
  right: -18px;
}

.header .contact-links a {
  text-decoration: none;
  background-color: transparent;
  color: #8A85A9;
}

.header .navigation-primary>ul>li>a:hover,
.header .navigation-primary>ul>li>ul>li>a:hover,
.header .navigation-primary>ul>li>ul>li>ul>li>a:hover{
  text-decoration: none;
}

.header .contact-links a:hover {
  text-decoration: underline;
}

@media (min-width: 992px){
  .header .header-inner{
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .header .menu-toggler{
    display: none;
  }

  .header .navigation-primary{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .header .navigation-primary>ul{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header .navigation-primary>ul>li>ul,
  .header .navigation-primary>ul>li>ul>li>ul{
    position: absolute;
  }

  .header .navigation-primary>ul>li:hover>ul,
  .header .navigation-primary>ul>li>ul>li:hover>ul{
    display: block;
  }
}

@media (max-width: 1030px) and (min-width: 992px){
  .header .navigation-primary>ul>li>a{
    font-size: .7rem;
  }

/*   .header-wrapper {
    min-height: 110.8px;
  } */
}

@media (max-width: 991.98px){
  .header .header-logo a img{
    max-width: 170px;
    width: 100% !important;
    margin-left: 10px;
  }

  body.active .header .navigation-primary {
    display: block;
  }

  .header .navigation-primary>ul{
    text-align: center;
    margin: 0 auto;
    max-height: calc(100vh - 62px);
    overflow-y: auto;
  }

  .header .navigation-primary>ul>li{
    padding: 0;
    background-color: #f2f2f2;
    border-radius: 0;
  }

  .header .navigation-primary>ul>li>a{
    color: #1a1447 !important;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 0;
    border-top: 1px solid #ccc;
  }

  .header .navigation-primary>ul>li.has-submenu.menu-item>a:after{
    display: none;
  }

  .header .navigation-primary>ul>li>ul, .header .navigation-primary>ul>li>ul>li>ul {
    display: block;
    text-align: center;
    border-radius: 0;
    border: none;
  }

/*   .header-wrapper,
  .header-wrapper.lp-header{
    min-height: 60.92px;
  } */

  .header .contact-links{
    top: 1px;
  }

  .header-wrapper.lp-header .header .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 768px){
  .header .navigation-primary{
    z-index: 1;
  }

  .header .navigation-primary>ul{
    /*     overflow: scroll; */
    width: 100%;
    height: 600px;
    max-height: unset;
  }

  .header .contact-links{
    display: none;
  }

  body.active .header-wrapper {
    min-height: 660.92px;
  }
}
.footer-form-section {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e5332a;
}

.footer-form-section .content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  width: 90%;
}

.footer-form-section .hs_cos_wrapper_type_rich_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form-section .title-wrapper h3 {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  color: #1a1447;
  font-size: 2em;
  margin-bottom: 0;
}

.footer-form-section .title-wrapper .hs_cos_wrapper_type_rich_text>div {
  margin-left: 1rem;
  width: 36px;
  height: 36px;
  background-color: #1a1447;
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  margin-top: -10px;
  cursor: pointer;
}

.footer-form-section .title-wrapper .hs_cos_wrapper_type_rich_text>div>i {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  float: left;
  margin: 14px 8px 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-style: normal;
}

.footer-form-section .footer-form.content-wrapper {
  width: 90%;
  display: none;
  background: #fff;
  padding: 40px;
  margin: 40px auto;
  text-align: left;
}

.footer-form-section .footer-form form {
  width: 100%;
}

.footer-form-section .footer-form form fieldset {
  max-width: 100%;
}

.footer-form-section .footer-form form fieldset.form-columns-3 .hs-form-field {
  width: 33.3%;
}

.footer-form-section .footer-form form fieldset.form-columns-3 .hs-form-field input {
  margin: 0;
  display: inline-block;
  width: 90%;
  max-width: 100%;
  min-height: 27px;
}

.footer-form-section .footer-form form fieldset.form-columns-3 .hs_company.hs-form-field input {
  width: 100%;
}

.footer-form-section .footer-form form fieldset .hs-form-field input {
  margin: 0;
}

.footer-form-section .footer-form form fieldset .hs_subject_area.hs-form-field select,
.footer-form-section .footer-form form fieldset .hs_number_of_delegates.hs-form-field select,
.footer-form-section .footer-form form fieldset .hs_where_did_you_hear_about_us_.hs-form-field select{
  margin: 0;
  padding: 9px 10px;
}

.footer-form-section .footer-form form fieldset .hs_subject_area.hs-form-field select.is-placeholder,
.footer-form-section .footer-form form fieldset .hs_number_of_delegates.hs-form-field select.is-placeholder,
.footer-form-section .footer-form form fieldset .hs_where_did_you_hear_about_us_.hs-form-field select.is-placeholder{
  color: #bfbfbf;
}

.footer-form-section .footer-form form fieldset .hs_message.hs-form-field textarea {
  margin: 0;
  height: auto !important;
  padding: 10px 15px;
  max-width: 100%;
}

.footer-form-section .footer-form form fieldset .legal-consent-container label {
  margin-bottom: 4px;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  color: #1a1346;
  font-size: 14px;
}

.footer-form-section .footer-form form fieldset .legal-consent-container label p {
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  color: #1a1346;
  font-size: 14px;
}

.footer-form-section .footer-form form fieldset .hs-richtext {
  line-height: 24px;
  margin-bottom: 3px;
  font-family: arial, helvetica, sans-serif;
  color: #1a1346;
  font-size: 14px;
}

.footer-form-section .footer-form form fieldset .hs-richtext p {
  line-height: 24px;
  word-break: break-word;
  font-family: arial, helvetica, sans-serif;
  color: #1a1346;
  font-size: 14px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.footer-form-section .footer-form form fieldset .hs-richtext p a {
  color: #e6332a;
  text-decoration: underline;
}

.footer-form-section .footer-form form .hs_recaptcha.hs-recaptcha.field.hs-form-field>.input>.grecaptcha-badge {
  margin: 0;
}

.footer-form-section .footer-form form .hs_submit .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: left;
}

.footer-form-section .footer-form form .hs_submit .actions input.hs-button.primary.large {
  margin: 0;
}

.footer-form-section .footer-form form .hs-input.error {
  border-color: #c87872;
}

.footer-form-section .title-wrapper .hs_cos_wrapper_type_rich_text>div.show>i {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 12px 7px 0;
}

.footer-form-section .footer-form.content-wrapper.show {
  display: block;
}



.footer.lp-footer .footer-nav nav>ul>li>ul>li>a {
  display: none;
}

.footer.lp-footer .footer-nav nav>ul>li>a {
  display: none;
}

.footer.lp-footer .footer-nav nav>ul>li>ul>li.Privacy.Policy>a {
  display: block;
}

footer.footer {
  padding-top: 3rem;
}

.footer .content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  width: 90%;
}

.footer .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 3rem;
}

.footer .about-section,
.footer .footer-nav,
.footer .social-section,
.footer .contact-us-section{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

.footer .about-section h4,
.footer .footer-nav nav>ul>li>a,
.footer .social-section h4,
.footer .contact-us-section h4{
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}

.footer .about-section p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .85em;
}

.footer .footer-nav nav>ul>li>ul {
  margin-bottom: 1rem;
}

.footer .footer-nav nav>ul>li>ul>li>a {
  color: #1a1447;
  font-size: .85em;
}

.footer .social-section ul {
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 0;
  list-style-type: none;
}

.footer .social-section ul>li {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}

.footer .social-section ul>li>a {
  color: #1a1447;
  font-size: .85em;
}

.footer .social-section ul>li>a>img {
  vertical-align: middle;
  width: 22px;
}

.footer .contact-us-section p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .85em;
}

.footer .contact-us-section p a {
  color: #1a1447;
  font-size: .85em;
}

.footer .copyright-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 3rem;
  text-align: center;
}

.footer .copyright-section ul>li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer .copyright-section ul {
  display: flex;
  flex-wrap: wrap;
}

.footer .copyright-section>div {
  width: 100%;
}

.footer .copyright-section ul>li:not(:first-child) {
  margin-bottom: 1rem;
  font-size: .85em;
}

.footer .copyright-section ul>li:not(:first-child)>a {
  color: #1a1447;
  font-size: .85em;
}

.footer .copyright-section ul>li:first-child>a,
.footer .footer-nav nav>ul>li>a{
  cursor: text;
}

.footer .copyright-section ul>li:first-child>a:hover,
.footer .footer-nav nav>ul>li>a:hover{
  text-decoration: none;
}

.footer.lp-footer .copyright-section ul>li:not(:first-child) {
  margin-bottom: 14px;
}

@media (min-width: 576px){
  .footer .about-section h4,
  .footer .footer-nav nav>ul>li>a,
  .footer .social-section h4,
  .footer .contact-us-section h4{
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px){
  .footer .about-section,
  .footer .footer-nav,
  .footer .social-section,
  .footer .contact-us-section{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: left;
  }

  .footer .copyright-section{
    text-align: left;
  }

  .footer .copyright-section ul>li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 991.98px){
  .footer-form-section .title-wrapper h3{
    font-size: 1.5em;
  }
}

@media (max-width: 767px){
  .footer .copyright-section ul>li:last-child {
    display: none;
  }

  .footer .social-section h4{
    text-align: left;
  }
}

@media (max-width: 580px){
  .footer-form-section .footer-form form fieldset{
    margin-right: 0!important;
    width: 100%!important;
  }

  .footer-form-section .footer-form form fieldset.form-columns-3 .hs-form-field{
    float: none;
    width: 100%;
  }

  .footer-form-section .footer-form form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
    padding: 10px;
  }

  .footer-form-section .footer-form form fieldset.form-columns-3 .hs-form-field input{
    width: 100%;
  }
}

@media (max-width: 575px){
  .footer .footer-nav nav>ul>li>a,
  .footer .social-section h4,
  .footer .contact-us-section h4{
    margin-top: 3rem;
  }

  .footer .social-section h4{
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.navigation-primary ul{
  list-style: none;
  padding: 0;
  margin: 0;
}