*, *: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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* 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: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.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;
    width: 100%;
  }

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding:0 15px;
  }
}

.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding:0;
}


@media (min-width: 768px) {

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding:0 15px;
  }


  .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: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

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

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}
/* 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;
}


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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "webflow-icons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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")format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face {
  font-family: "Graphik";
  src:  url("https://20676714.fs1.hubspotusercontent-na1.net/hubfs/20676714/raw_assets/public/CITE_August2022/fonts/Graphik-Regular-Web.woff") format("woff2"),
    url("https://20676714.fs1.hubspotusercontent-na1.net/hubfs/20676714/raw_assets/public/CITE_August2022/fonts/Graphik-Regular-Web.woff") format("woff");
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      }


@font-face {
  font-family: "Graphik";
  src:  url("https://20676714.fs1.hubspotusercontent-na1.net/hubfs/20676714/raw_assets/public/CITE_August2022/fonts/Graphik-Medium-Web.woff") format("woff2"),
    url("https://20676714.fs1.hubspotusercontent-na1.net/hubfs/20676714/raw_assets/public/CITE_August2022/fonts/Graphik-Medium-Web.woff") format("woff");
      font-style: normal;
      font-weight: 500;
      font-display: swap;
      }



body {
  font-family: Inter, sans-serif;
  color: #474c6e;
  font-size: 16px;
  line-height: 1.65em;
  font-weight: 500;
  letter-spacing: -0.1px;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  color: #453df6;
  font-weight: 500;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
  color: #453df6;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  margin-bottom: 0.5em;
}
h1{
  font-size: 60px;
  line-height: 1.3em;
  font-weight: 900;
  letter-spacing: -0.5px;
}
h2 {

  font-size: 36px;
  line-height: 1.3em;
  font-weight: 800;
}
h3 {
  font-size: 21px;
  line-height: 1.75em;
  font-weight: 500;
  letter-spacing: -0.25px;
}
h4 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
}
h6 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}
/* Lists */

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style: none;
}

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;
}
.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,.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{
  display:block; 
}

/* Form fields */

form {
  max-width: 767px;
  width: 100%;
  margin-bottom: 0;
  letter-spacing: 0;
}

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

.form-title:empty {
  display: none;
}
/* Labels */

form label {
  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;
  color: #33475b;
  letter-spacing: 0;
}

/* Help text - legends */

form legend {
  margin: 0px 0px 6px;
  font-family: arial, helvetica, sans-serif;
  color: #7C98B6;
  font-size: 11px;
}

/* 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 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 15px;
  width: 100%;
  min-height: 27px;
  outline: none !important;
}

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

form textarea {
  height: auto;
  padding: 10px 15px;
  display: block;
}

/* Inputs - checkbox/radio */

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

form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  list-style: none;
}

.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

.inputs-list label {
  float: none;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: 400;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  letter-spacing: 0;
  font-size: 14px;
}

.hs-error-msgs label {
  color: #f2545b;
}

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

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: #c87872;
}

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: #b9554d;
}

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


form .hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
      font-weight: 400;
}

form .hs-richtext p {
  font-size: inherit;
  margin: 1em 0;
}

form .grecaptcha-badge {
  margin: 0;
  margin-top: 8px;
  margin-left: 8px;
}

form .legal-consent-container~.hs_recaptcha {
  padding-top: 0.1px;
  padding-bottom: 2px;
}

/* 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-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */



form .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}


form input[type=submit],
form .hs-button {
  cursor: pointer;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 12px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-form-required {
    color: red;
}
/* 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;
}
.cst-main-header {
  position: relative;
  top: 0;
  min-height: 137px;
}
.cst-header {
  position: fixed;
  top: 0px;
  z-index: 999;
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%);
  max-width:100%;
  width:100%;
}

.cst-header .cst-header-top,.cst-header-white-line,.cst-header-bottom {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.cst-header-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-size: 14px;
  line-height: 2em;
  text-align: center;
}
.cst-header-notice-text-collection p {
  margin: 0;
  padding: 0;
  display: inline;
  margin: 0 0.1em 0 0;
}

.cst-header-notice-text-collection a {
  display: inline-block;
}
.cst-header-cta {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
  display: flex;
}
.cst-header-cta .custom-cta-btn {
  display: block;
}
.cst-white-line {
  width: 100%;
  height: 1px;
  background-color: #dadfed;
}

.cst-header-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}
.cst-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cst-logo a>img {
  max-width: 120px;
  vertical-align: middle;
}
.cst-mobile-cta {
  display: none;
}
.cst-hdr-menu {
  display: flex;
  flex-wrap: wrap;
}
.cst-hdr-menu .hs_cos_wrapper .hs-menu-wrapper >ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cst-hdr-menu .hs_cos_wrapper .hs-menu-wrapper >ul li.hs-item-has-children ul {
  display: none;
}
.cst-hdr-menu  ul li a {
  color: #141730;
  margin-right: auto;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  display: flex;
  margin-left: 10px;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-top: 1px;
}
.hdr_cta.blu_btn_wrap a,
.cst-hdr-menu .custom-cta-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding: 10px 20px 11px;
  border-radius: 5px;
  background-color: #453df6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}
.menu-button.w-nav-button {
  display: none;
}
.hdr_cta.blu_btn_wrap a:hover,
.cst-hdr-menu .custom-cta-btn:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.hdr_cta.blu_btn_wrap a:hover,
.cst-hdr-menu .custom-cta-btn:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.child-trigger {
  display: flex;
  height: 65px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  align-items: center;
  cursor: pointer;
}
.cst-hdr-menu.cst-hdr-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: relative;
}

.hdr_cta.blu_btn_wrap a,
.cst-hdr-menu .custom-cta-btn {
  padding-bottom: 12px;
}

@media (min-width:992px){
  .cst-hdr-menu .hs_cos_wrapper .hs-menu-wrapper>ul li.hs-item-has-children{
    position:relative;
  }
  .cst-hdr-menu .hs_cos_wrapper .hs-menu-wrapper>ul li.hs-item-has-children:hover >ul {
    display: block !important;
    visibility: visible;
    opacity: 1;
    top: 90%;
    box-shadow: 1px 1px 2px 2px grey;
  }
  .cst-hdr-menu .hs_cos_wrapper .hs-menu-wrapper>ul li.hs-item-has-children ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
  }
  .cst-hdr-menu .hs_cos_wrapper .hs-menu-wrapper>ul li.hs-item-has-children>ul {
    background: #fff;
    padding: 0;
    width: 170px;
  }
}

.child-trigger {
  display: none;
}
/** lp header **/
.lp-header .cst-header-top {
  padding-top: 0;
}

.cst-main-header.lp_main-header {
  min-height: 108px;
}

@media screen and (max-width: 991px){
  .lp-header .cst-header-top {
    padding-left: 0;
  }
  .cst-hdr-menu {
    display: none;
  }
  .cst-mobile-cta {
    display: block;
  }
.hdr_cta.blu_btn_wrap.cst-mobile-cta a,
  .cst-mobile-cta .custom-cta-btn {
    background-color: #453df6;
    color: #fff;
    height: 50px;
    margin-right: 20px;
    padding: 11px 20px 10px;
    border-radius: 5px;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    display: block;
  }
  .menu-button.w-nav-button {
    display: block;
    align-items: center;
    border-radius: 5px;
    background-color: #f5f5fc;
    color: #141730;
    font-size: 32px;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 9px 0px 0px;
  }
  .w-icon-nav-menu {
    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;
  }
  .w-icon-nav-menu:before {
    content: "\e602";
  }
  .cst-hdr-menu.mobile-open {
    display: block;
  }
  .cst-hdr-menu {
    margin-top: 20px;
    border-radius: 5px 5px 6px 6px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgb(20 23 48 / 10%);
  }
  .cst-hdr-menu.mobile-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    overflow: visible;
    min-width: 200px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
  }
  .cst-hdr-menu.cst-hdr-menu .hs_cos_wrapper .hs-menu-wrapper>ul {
    display: block;
  }
  .hdr_cta.blu_btn_wrap a,
  .cst-hdr-menu .custom-cta-btn {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px 0px 5px 5px;
  }
  .cst-hdr-menu ul li a {
    margin-left: 0px;
    padding-top: 19px;
    padding-bottom: 20px;
  }
  .menu-button.w-nav-button.open {
    background-color: #1a175c;
    color: #fff;
  }
  .menu-button.w-nav-button {
    cursor: pointer;
  }
  .cst-header-nav .hs-menu-wrapper>ul>li:hover>ul {
    display: none;
  }
  .child-trigger:after {
    content: "+";
    font-size: 25px;
    display: inline-block;
    position: absolute;
    right: 2vw;
    top: 30%;
  }
  .child-trigger.child-open:after {
    content: "-";
    font-size: 25px;
    display: inline-block;
    position: absolute;
    right: 2vw;
  }

  .child-trigger.child-open:after, .child-trigger:after {
    position: static;
  }
  .cst-hdr-menu .hs_cos_wrapper .hs-menu-wrapper>ul li.hs-item-has-children ul {
    padding: 0;
  }
  .cst-hdr-menu {
    margin-right: 20px;
    margin-left: 20px;
  }

  .child-trigger {
    display: flex;
  }
}

@media screen and (max-width: 767px){
  .cst-header-cta {
    display: none;
  }
  .cst-header-top-wrapper {
    font-size: 13px;
    line-height: 1.5em;
  }
  .hdr_cta.blu_btn_wrap.cst-mobile-cta a,
  .cst-mobile-cta .custom-cta-btn {
    height: 42px;
    margin-right: 15px;
    padding-top: 9px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu-button.w-nav-button {
    width: 42px;
    height: 42px;
    padding-top: 5px;
  }
  .cst-logo a>img {
    max-width: 102.60000000000001px;
  }
  .cst-header-inner-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cst-hdr-menu.mobile-open {
    margin-top: 15px;
  }
  .cst-main-header {
    min-height: 110px;
  }
  .cst-hdr-menu ul li {
    position: relative;
  }
  .child-trigger {
    position: absolute;
    right: 4px;
    top: 0;
    height: 63px;
    width: 54px;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
  }
  .child-trigger.child-open:after {
    top: 46%;
  }

  .cst-header.lp-header .cst-header-top-wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 479px){
  .cst-logo a>img {
    max-width: 100% !important;
    max-height: 42.75px;
    width: auto !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hdr_cta.blu_btn_wrap.cst-mobile-cta a,
  .cst-mobile-cta .custom-cta-btn {
    margin-right: 9px;
  }
  .cst-header-bottom,.cst-header-top {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .cst-logo {
    padding-right: 10px;
  }
  .hdr_cta.blu_btn_wrap a,
  .cst-hdr-menu ul li a,.cst-hdr-menu .custom-cta-btn {
    padding: 15px;
  }
  .cst-header-notice-text-collection {
    text-align: left;
  }
  .lp-header .cst-header-top {
    padding-top: 40px;
  }
  .cst-hdr-menu {
    margin-right: 15px;
    margin-left: 15px;
  }
  .child-trigger {
    height: 54px;
  }
  .child-trigger.child-open:after {
    top: 48%;
  }
  .lp-header .cst-header-top {
    padding: 0;
}
}
.cst-footer {
  background-color: #0a0d25;
  color: #878aa5;
  overflow: hidden;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.cst-footer .ftr-top {
  padding-bottom: 50px;
  padding-top: 75px;
}
.cst-footer .ftr-bottom {
  padding-bottom: 50px;
}
.cst-botom-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cst-ftr-bottom-conntainer {
  font-size: 14px;
  line-height: 1.65em;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cst-ftr-bottom-conntainer a {
  color: #dadfed;
}
.cst-ftr-bottom-conntainer a:first-child {
  margin-right: 16px;
}
.cst-ftr-bottom-copyright {
  font-size: 14px;
  line-height: 1.65em;
  text-align: right;
}
.cst-ftr-top-section {
  display: flex;
}
.cst-ftr-logo-section,.cst-menu-section,.cst-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(33.33% - 42px);
}
.cst-ftr-log a>img {
  max-width: 120px;
  height: 50px;
  margin-bottom: 1.5em;
  display: inline-block;
}
.cst-menu-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cst-menu-section >.hs_cos_wrapper> .hs-menu-wrapper >ul>li.hs-item-has-children >a {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  display: inline-block;
}
.cst-menu-section ul.hs-menu-children-wrapper >li>a {
  margin-bottom: 0.5em;
  color: #dadfed;
  display: inline-block;
}
.cst-menu-section .cta_button {
  color: #dadfed;
}.cst-footer-contact h4 {
  margin-bottom: 0.5em;
  color: #fff;
}
.cst-footer-contact  a {
  margin-bottom: 0.5em;
  color: #dadfed;
}
.cst-footer-contact a {
  display: block;
}
.cst-footer-contact p {
  font-size: 13px;
  line-height: 1.65em;
  
  margin: 0;
}
.cst-ftr-bottom-copyright p {
  margin: 0;
}
.cst-footer-contact a:hover {
  color: #dadfed;
}
.cst-ftr-content p {
  margin: 0;
}
.cst-ftr-logo-section, .cst-menu-section {
  margin-right: 64px;
}
.cst-menu-section ul.hs-menu-children-wrapper>li:last-child>a {
  margin: 0;
}
.cst-footer {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px){
  .cst-footer .ftr-top {
    padding-bottom: 25px;
    padding-top: 37.5px;
  }
  .cst-footer .ftr-bottom {
    padding-bottom: 25px;
  }
  .cst-ftr-logo-section, .cst-menu-section {
    margin-right: 32px;
  }
  .cst-ftr-top-section {
    flex-wrap: wrap;
  }
  .cst-ftr-logo-section {
    width: 100%;
    margin-right: 0;
  }
  .cst-menu-section,.cst-footer-contact {
    width: calc(50% - 16px);
  }
  .cst-footer-contact, .cst-menu-section {
    margin-top: 32px;
  }
  .cst-ftr-bottom-conntainer {
    width: 100%;
  }
  .cst-ftr-bottom-copyright {
    width: 100%;
    text-align: left;
    margin-top: 16px;
  }
  .cst-ftr-log a>img {
    max-width: 102.60000000000001px;
    height: 42.75px;
  }
}
@media screen and (max-width: 479px){
  .cst-footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cst-menu-section {
    margin-right: 0;
    width: 100%;
  }
  .cst-footer-contact {
    width: 100%;
  }
  .cst-menu-section>.hs_cos_wrapper>.hs-menu-wrapper>ul>li.hs-item-has-children>a {
    font-size: 16px;
  }
}

body a.cta_button {
  box-sizing: border-box !important;
}

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

.btn_wrap.count2 a {
  margin: 0;
}

.btn_wrap.count2 {
  row-gap: 1em;
  column-gap: 1em;
}


.hs_cos_wrapper_type_rich_text ol,
.hs_cos_wrapper_type_rich_text ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  overflow: hidden;
}

.hs_cos_wrapper_type_rich_text ol li,
.hs_cos_wrapper_type_rich_text ul li {
  margin-bottom: 0.25em;
}

.hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 479px){
  body .dnd-section{
    padding-right: 15px;
    padding-left: 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
[class*="force-full-width-section"].dnd-section  > .row-fluid > .span12.dnd-column,
[class*="force-full-width-section"].dnd-section ,
[class*="force-full-width-section"].dnd-section > .row-fluid {
  padding: 0;
  width: 100%;
}
b, strong {
  font-weight: 600;
}


@media(max-width:880px) and (min-width:768px){
  .mig_test_page  .span4 .hs_cos_wrapper_type_rich_text h1 {
    font-size: 5.5vw;
  }
}

.outrDndSpacng{
  padding-right: 20px;
  padding-left: 20px;
}

@media(max-width:479px){
  .outrDndSpacng{
    padding-right: 15px;
    padding-left: 15px;
  } 
}


.grid_8 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_8_column {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 6;
  grid-column-end: 8;
}

.grid_7_column {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
}


.grid_3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid_3_col.content-box-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #f5f5fc;
}

.grid_3_col p {
  margin: 0;
}



.grid_3_col.outlineAdded {
  box-shadow: inset 0 0 0 2px #453df6;
}

.grid_3_col.content-box-2 p span {
  color: #453df6;
  font-weight: 600;
}

.grid_3_col.content-box-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #dadfed;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}


.add-on-pillbox-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -17px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.add-on-pillbox-container .add-on-pillbox {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 100px;
  background-color: #453df6;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

ul.check_list {
  padding: 0;
  margin: 0;
  margin-bottom: 2.25em;
  list-style: none;
}

ul.check_list li {
  background-position: 0% -1px;
  background-size: 24px;
  background-repeat: no-repeat;
  min-height: 22px;
  margin-bottom: 1em;
  padding-left: 32px;
  background-image: url(https://20676714.fs1.hubspotusercontent-na1.net/hubfs/20676714/raw_assets/public/CITE_August2022/images/check_mark.png);
}


.blu_btn {
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  padding: 14px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #dadfed;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #141730;
  text-align: center;
  margin-right: 1em;
  background-color: #453df6;
  box-shadow: none;
  color: #fff;
  display: inline-block;
}

.blu_btn:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.blu_btn:hover,.blu_btn:focus {
  background-color: #453df6;
  color: #fff;
}


.btn_wrap.blog_btn a,
.white_btn {
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 14px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #dadfed;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #141730;
  text-align: center;
  box-shadow: none;
}

.btn_wrap.blog_btn a:hover,
.white_btn:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.btn_wrap.blog_btn a:hover,
.btn_wrap.blog_btn a:FOCUS,
.white_btn:hover,a.white_btn:FOCUS {
  color: #141730;
  background-color: #fff;
}

.page-header.section-header h2 {
  margin: 0;
}

.terms_page .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 1em;
  line-height: 1.65em;
}

.terms_page .hs_cos_wrapper_type_rich_text {
  line-height: 1.65em;
}

.terms_page .hs_cos_wrapper_type_rich_text p a {
  font-weight: 700;
  word-break: break-word;
}

.white_btn.borderBtn {
  box-shadow: inset 0 0 0 1px #dadfed;
}

.white_btn.getStarted_cta_large {
  box-shadow: inset 0 0 0 1px #dadfed;
}

span.check-icon.not_blank {
  background-image: url(https://20676714.fs1.hubspotusercontent-na1.net/hubfs/20676714/raw_assets/public/CITE_August2022/images/check_mark.png);
}

span.check-icon.blank {
  background-image: url(https://20676714.fs1.hubspotusercontent-na1.net/hubfs/20676714/raw_assets/public/CITE_August2022/images/horizontal-line.png);
}

.work_page .content_wid_bg_wrap .img_item.it1 {
  background-position: 50% 50%;
  background-size: cover;
}

.work_page .hs_cos_wrapper_type_rich_text div a div {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.home_page .content_wid_bg_wrap .img_item.it1 {
  background-size: cover;
  background-position: 50% 100%;
}

.home_page .content_wid_bg_wrap .img_item.it2 {
  background-position: 50% 50%;
  background-size: cover;
}

.home_page .content_wid_bg_wrap h3 {
  margin-bottom: 1.75em;
}

.home_page .page-header.section-header h2 {
  font-size: 50px;
  margin-bottom: 0.375em;
  text-align: center;
}


@media(max-width:991px){
  .grid_8,.grid_3 {
    display: block;
  }

  .grid_3 {
    display: flex;
    flex-wrap: wrap;
  } 

  .blu_btn {
    margin-left: 0px;
  }


}

@media(max-width:767px){
  .work_page .hs_cos_wrapper_type_rich_text div a div {
    font-size: 13px;
  }

  .add-on-pillbox-container .add-on-pillbox {
    font-size: 13px;
  }

  .home_page .page-header.section-header h2 {
    font-size: 30px;
  }
}

@media(max-width:479px){
  .btn_wrap.blog_btn a,
  .white_btn,
  .blu_btn {
    padding-right: 14px;
    padding-left: 14px;
  } 

  .home_page .page-header.section-header h2 {
    font-size: 26px;
  }
}