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

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

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

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

@media (max-width: 767px){
  .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  } 
}

@media (max-width: 576px){
  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  } 
}
body {
  line-height: 1.5;
  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 20px;
}

/* 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;
}
img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
h1{
  line-height: 1.24;
}
h2 {
  margin-bottom: 18px;
  line-height: 1.35;
}

h3{
  line-height: 1.3;
}
/* 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: 10px solid;
  padding-left: 70px;
}

/* 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;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 28px;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 10px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
  padding: 20px 0 10px 25px;
}
.widget-type-google_search,
.widget-type-form,
.widget-type-blog_subscribe {

}

/* 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 {
  border: 1px solid;
  border-radius: 25px;
  display: inline-block;
  min-height: 80px;
  padding: 20px 25px;
  width: 100%!important;
  padding-top: 28px;
  border-radius: 25px;
  background: #2B344E;
  outline: none;
  color: rgba(255 255 255/.48);
}

form textarea {
  min-height: 120px;
}

form input[type=file] {
  padding-left: 25px!important;
  background-color: transparent!important;
  min-height: 40px;
  border-radius: 0;
}

form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder,
form input[type=file]::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #fff;
}

form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=tel::-moz-placeholder],
form input[type=number]::-moz-placeholder,
form input[type=file]::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder{
  color: #FFFFFF;
}

form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form input[type=file]:-ms-input-placeholder,
form select,
form textarea{
  color: #FFFFFF;
}

form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=tel]:-moz-placeholder,
form input[type=number]:-moz-placeholder,
form input[type=file]:-moz-placeholder,
form select,
form textarea{
  color: #fff;
}

.hs-form-field input::placeholder,
.hs-form-field textarea::placeholder {
  color: rgba(255 255 255/.48);
}

.light .hs-form-field input::placeholder,
.light .hs-form-field textarea::placeholder {
  color: #232838 ;
  opacity: .48 ;
}

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

ul.no-list.hs-error-msgs.inputs-list li>label {
  color: red !important;
}


/* Inputs - checkbox/radio */
form .hs-fieldtype-checkbox,
form .hs-fieldtype-radio {
  padding-left: 25px;
}


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

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

form .hs-fieldtype-checkbox {
  margin-bottom: 36px;
}

form .hs-fieldtype-checkbox > label,
form .inputs-list .hs-form-checkbox label {
  position: relative;
  top: initial;
  left: initial;
}

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;
  text-align: center;
  white-space: normal;
  font-weight: 700;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.hs-form-field {
  position: relative;
}

.hs-form-field label {
  position: absolute;
  top: -13px;
  left: 25px;
  z-index: 1;
}
label.hs-error-msg {
  position: static;
}
.hs-fieldtype-radio label {
  position: static;
  margin-bottom: 0;
} 


.hs-fieldtype-radio.hs-form-field ul li input {
  border: 1px solid #587FF8 !important;
  border-radius: 100%;
  height: 21px;
  width: 21px !important;
  top: 0;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
  appearance: none;
  position: relative;
}

.hs-fieldtype-radio.hs-form-field ul li input:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;  
  height: 15px;
  width: 15px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.hs-fieldtype-radio.hs-form-field ul li input[type=radio]:checked:before {
  background: #587FF8;
}

.hs-fieldtype-radio.hs-form-field ul li input + span {
  margin-left: 10px;
}

.hs-fieldtype-select select {
  appearance: none;
}

.hs-fieldtype-select .input:after {
  content: ''; 
  background: url(//2296582.fs1.hubspotusercontent-na1.net/hubfs/2296582/raw_assets/public/language-network-theme-2023/images/Vector%201.svg); 
  position: absolute;
  right: 60px;
  margin-left: 0;
  top: 40px;
  width: 20px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.dark .hs-fieldtype-select .input:after {
  background: url(//2296582.fs1.hubspotusercontent-na1.net/hubfs/2296582/raw_assets/public/language-network-theme-2023/images/Vector%202.svg); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;

}

.actions input.hs-button.primary.large {
  border-radius: 100px;
  padding: 14px 24px;
  display: inline-block;
  font-weight: 700;
  padding-left: 54px;
  transition: all 0.3s ease;
  position: relative;
  min-width: 182px;
}
.actions {
  position:relative;
}

.actions input.hs-button.primary.large {
  background-image :url(//2296582.fs1.hubspotusercontent-na1.net/hubfs/2296582/raw_assets/public/language-network-theme-2023/images/primary_icon.svg);
  background-position: 20px 15px;
  background-repeat: no-repeat;
  background-size: 18px;
}

.actions input.hs-button.primary.large:hover {
  background-position: 145px 15px;
}

.actions input.hs-button.primary.large:hover {
  padding-right: 54px;
  padding-left: 24px;
}

form .hs-fieldtype-file > label {
  position: relative;
  top: initial;
}

form .hs-fieldtype-file legend {
  padding-top: 4px;
  margin-bottom: 10px;
}
/* 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_wrapper {
  position: relative;
  z-index: 10;
}

.header_wrapper.header_wrapper--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header_wrapper.header_wrapper--dark .mobile_trigger .line {
  background-color: #fff;
}

body.navOpen .header_wrapper.header_wrapper--dark .mobile_trigger .line {
  background-color: #232838;
}

.header_wrapper.header_wrapper--dark .header__container .header_row:after {
  background-color: #fff;
}

.header__container {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.homepage_header header.header {
  position: static;
}

.header__logo {
  padding: 0 15px 0 0px;
}
.header__logo img {
  max-width: 180px;
  height: auto;
  display: block;
}

.header_wrapper.header_wrapper--dark .header__logo img {
  filter: brightness(0) invert(1);
}

.header__container .header_row {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.header__container .header_row:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color:#232838;
}
.custom-menu-primary .submenu.level-1>li>a {
  padding: 10px 30px;
  display: block;
}
.custom-menu-primary .submenu.level-1>li>ul > li{
  width: 33.33%;
  float: left;
  padding: 0 17px;
}
.custom-menu-primary .submenu.level-1>li>ul > li > a {
  font-size: 1.375rem;
  line-height: 34px;
}
.custom-menu-primary .submenu.level-1>li>ul > li>ul>li>a {
  color: #1B1B1B;
}

.mobile_trigger {
  width: 43px;
  height: 53px;
  cursor: pointer;
  display: none;
}
.mobile_trigger .line{
  width: 42px;
  height: 2px;
  background-color: #232838;
  display: block;
  margin: 4px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile_trigger:hover{
  cursor: pointer;
}
.mobile_trigger.is-active .line:nth-child(2){
  opacity: 0;
}
.mobile_trigger.is-active .line:nth-child(1){
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.mobile_trigger.is-active .line:nth-child(3){
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  -o-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
.child-trigger span {
  font-size: 32px;
}
.child-trigger span:before {
  content: "+";
}
.child-trigger {
  height: 44px;
  width: 44px;
  position: absolute;
  right: 18px;
  top: 5px;
  cursor: pointer;
  display: none;
  font-style: normal;
  text-align: center;
  line-height: 44px;
}
.child-trigger.child-open span:before {
  content: "-";
}

/* header v2 css */

.header-v2 .custom-mega-menu .submenu.level-1>li>a {
  color:#ffffff;
}

/* end header v2 css */

@media (min-width: 768px){
  .header_wrapper.header_wrapper--dark .custom-mega-menu .submenu.level-1 > li > a {
    color: #fff;
  }
  .custom-menu-primary {
    display: block !important;
  }
  .custom-menu-primary .submenu>li.has-submenu {
    position: static !important;
  }
  .custom-menu-primary nav>.submenu>li.has-submenu>ul:before {
    content: "";
    position: absolute;
    height: 26px;
    width: 100%;
    top: -26px;
    left: 0;
    right: 0;
  }
  .custom-menu-primary .submenu.level-1 {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .custom-menu-primary .submenu.level-1>li + li {
    margin-left: 10px;
  }
  .custom-menu-primary .submenu.level-1>li>ul {
    display: block;
    top: 100%;
    width: 100%;
    padding: 30px;
    border-bottom: 2px solid #232838;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 55;
  }
  .custom-menu-primary .submenu.level-1>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .custom-menu-primary .submenu.level-1>li>ul>li {
    margin-bottom: 12px;
  }
  .custom-menu-primary .submenu.level-1>li>ul>li.has-submenu>a {
    margin-bottom: 16px;
  }
  .custom-menu-primary .submenu.level-1>li>ul > li>ul>li>a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 4px 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
  }
  .custom-menu-primary .submenu.level-1>li>ul > li>ul>li>a:hover,
  .custom-menu-primary .submenu.level-1>li>ul > li>ul>li>a:focus {
    color: #587FF8;
  }
  .custom-menu-primary .submenu.level-1>li>ul > li>ul>li>a .arrow_right {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
  }
  .custom-menu-primary .submenu.level-1>li>ul > li>ul>li>a:hover .arrow_right,
  .custom-menu-primary .submenu.level-1>li>ul > li>ul>li>a:focus .arrow_right {
    transform: translateX(4px);
  }
}

@media (min-width: 1024px) {
  .custom-menu-primary .submenu.level-1>li + li {
    margin-left: 24px;
  }
}

@media (max-width: 767px){
  body.navOpen {
    overflow: hidden;
  }
  body.navOpen header .header__container {
    background-color: #F4EFFE;
  }
  .header__container .header_row {
    padding: 16px 0;
  }
  .header__logo img {
    max-width: 180px;
  }
  .child-trigger {
    display: block;
  }
  .custom-menu-primary {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100vh;
    max-height: calc(100vh - 87px);
    padding: 20px 0 0;
    overflow: scroll;
    overflow-x: hidden;
    background: rgb(244,239,254);
    background: linear-gradient(180deg, rgba(244,239,254,1) 0%, rgba(255,255,255,1) 100%);
    z-index: 55;
  } 
  .mobile_trigger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .mobilemenu_open .custom-menu-primary {
    display: block;
  }
  .custom-menu-primary .submenu.level-1 {
    padding-left: 0;
  }
  .custom-menu-primary .submenu.level-1>li {
    width: 100%;
  }
  .custom-menu-primary .submenu.level-1>li>a {
    font-size: 1.25rem;
    padding: 10px!important;
    margin: 12px 70px 12px 20px;
  }
  .custom-menu-primary .submenu.level-1>li>ul {
    width: 100%;
    padding: 16px 30px!important;
    border-bottom: 2px solid #232838;
    opacity: 0;
    z-index: 55;
    pointer-events: auto;
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    background-color: #E7DBFF!important;
  }
  .custom-menu-primary .submenu.level-1>li>ul > li {
    display: flex;
    flex-direction: column;
    width: 100%;
    float: none;
    padding: 10px 0;
    position: relative;
  }
  .custom-menu-primary .submenu.level-1>li>ul > li.has-submenu>ul {
    display: none;
  }
  .custom-menu-primary .submenu.level-1>li>ul > li > a {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0;
    padding: 5px 10px;
  }
  .custom-menu-primary .submenu.level-1>li>ul > li.has-submenu > a {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0;
    padding: 5px 10px;
    margin-bottom: 8px;
  }
  .custom-menu-primary .submenu.level-1>li>ul > li>ul>li>a {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 6px 20px;  
  }
  .custom-menu-primary .submenu.level-1>li>ul > li>ul>li + li > a {
    margin-top: 4px;
  }
}
footer.footer {
  position: relative;
}
.container-fluid.footer_dnd .row-fluid [class*="span"] {
  min-height: 0;
}

.footer__container_inner {
  padding-top: 78px;
  padding-bottom: 95px;
  border-top: 2px solid #232838;
}

footer.footer.footer--no-border .footer__container_inner {
  border-top: none;
}

.footer_row1, .footer_row2  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_row1 {
  margin-bottom: 35px;
}
.custom-footer-menu ul li:not(:last-child) {
  margin-right: 24px;
}
.custom-footer-menu ul li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  padding: 12px 0;
  display: block;
}
.footer_links a {
  color: rgba(27 27 27 / 40%);
}
.footer_links a:hover {
  color: rgba(27 27 27 / 100%);
}

.footer_row1>div {
  padding-left: 15px;
  padding-right: 15px;
}

.footer_row2>div {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px){
  .footer__container_inner {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .footer_row1{
    margin-bottom: 20px;
  }
  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
  }
  .footer_row1 {
    margin-bottom: 38px;
  }
  .custom-footer-menu ul li a {
    padding: 4px 5px;
  }
  .footer_row2 .footer_links {
    margin-top: 28px;
    order: 2;
  }
  .footer-social {
    width: 100%;
  }
  .footer_logo {
    margin-bottom: 38px;
  }
}
/* 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;
  }
}
/* @import url('http://example.com/example_style.css'); */

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

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

.description p:last-child {
  margin-bottom: 0;
}
.position-static {
  position: static;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}
.dnd-section[class*="force-full-width-section"] {
  padding: 0;
}
.dnd-section[class*="force-full-width-section"] .dnd-column {
  padding: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.lead {
  font-size: 20px;
  font-weight: 700;
}
.mb0{
  margin-bottom: 0;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row>.col {
  padding-left: 15px;
  padding-right: 15px;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap ;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Button Style */
.btn{
  border-radius: 100px;
  padding: 14px 24px;
  display: inline-block;
  font-weight: 700;
  padding-left: 54px;
  transition: all 0.3s ease;
  position: relative;
}
.btn:hover{
  padding-right: 54px;
  padding-left: 24px;
}
.primary.btn {
  background: #DFF7FA;
  color: #232838;
}
.primary.btn:hover {
  background: #DFF7FA;
  color: #232838;
}
.secoundary.btn{
  background: #F4EFFE;
  color: #232838;
}
.secoundary.btn:hover {
  background: #F4EFFE;
  color: #232838;
}
.white.btn {
  background: #FFFFFF;
  color: #232838;
}
.white.btn:hover {
  background: #FFFFFF;
  color: #232838;
}
.button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button_wrapper .button_item:not(:last-child) {
  margin-right: 15px;
}
.button_wrapper .button_item .icon_arrow svg {
  fill: #2FC7DC;
  width: 18px;
  height: 18px;
  display: block;
}
.button_wrapper .button_item .secoundary.btn svg {
  fill: #8853EB;
}
.button_wrapper .button_item .icon_arrow {
  position: absolute;
  left: 24px; 
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.button_wrapper .button_item .btn:hover .icon_arrow {
  left: 100%;
  margin-left: -38px;
}
/* Button Style end*/

.slick-arrow {
  background:#F4EFFE ;
  border-radius: 32px;
  opacity: 1;
  width: 64px;
  height: 64px;
  font-size: 0;
  cursor: pointer;
  position: relative;
}
.slick-arrow.slick-next {
  transform: rotate(180deg);
}
.slick-arrow svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  fill: #8853EB;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.link_text {
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
  display: inline-block;
  transform: scale(1);
}
.link_text:hover {
  transform: scale(1.1);
  color: #fff;
}
.outer_viewport_width{
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.svg_mark svg pattern image {
  width: 100%;
}
.quote__image__icon svg Pattern image{
  width: 200%;
  display: block;
}

.about-job-opp .hs_cos_wrapper_type_header {
  text-align: center;
}

.about-linguist .hs_cos_wrapper_type_header {
  text-align: center;
}
.Opp-Careers .hs_cos_wrapper_type_header {
  text-align: center;
  max-width: 760px;
  display: block;
  margin: 0 auto;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}




.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-compact {
  line-height: 120%;
}

.leading-far {
  line-height: 148%;
}

.leading-nearest {
  line-height: 100%;
}

.leading-normal {
  line-height: normal;
}

@media (min-width: 1024px) {
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:w-\[430px\] {
    width: 430px;
  }

  .lg\:max-w-\[540px\] {
    max-width: 540px;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 120%;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 120%;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 120%;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 120%;
  }

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 120%;
  }

  .lg\:text-\[44px\] {
    font-size: 44px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:leading-compact {
    line-height: 120%;
  }

  .lg\:leading-near {
    line-height: 108%;
  }
}

@media (min-width: 1280px) {
  .xl\:max-w-\[1140px\] {
    max-width: 1140px;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }
}