*, *: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.
*/



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

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

body {
  margin: 0;
}

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

main {
  display: block;
  width: 100%;
}

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


/* 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 */
  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-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.full-width {
  width: 100%;
}

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper, .page-center {
  margin: 0 auto;
  padding: 0 30px;
}
.body-wrapper [class*="force-full-width-section"], 
.body-wrapper [class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}
body.noBanner {
  padding-top: 60px;
}


body {
  padding-top: 70px;
}
@media(max-width: 767px){
  body {
    padding-top: 50px !important;
  }
}
@font-face { 
  font-family: Poppins; 
  src: url(https://21782839.fs1.hubspotusercontent-na1.net/hubfs/21782839/raw_assets/public/CelerData_2023/Fonts/Poppins-Light.8da99c5e.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 200;
  font-display: auto;
}

@font-face {
  font-family: Poppins; 
  src: url(https://21782839.fs1.hubspotusercontent-na1.net/hubfs/21782839/raw_assets/public/CelerData_2023/Fonts/Poppins-Regular.2d31acfe.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face { 
  font-family: Poppins;
  src: url(https://21782839.fs1.hubspotusercontent-na1.net/hubfs/21782839/raw_assets/public/CelerData_2023/Fonts/Poppins-Medium.675d8620.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}

@font-face {
  font-family: Poppins; 
  src: url(https://21782839.fs1.hubspotusercontent-na1.net/hubfs/21782839/raw_assets/public/CelerData_2023/Fonts/Poppins-SemiBold.df446f16.woff2) format("woff2"); 
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}

@font-face { 
  font-family: Poppins;
  src: url("https://21782839.fs1.hubspotusercontent-na1.net/hubfs/21782839/StarRocks_May2022/Fonts/Poppins-Bold.woff2") format("woff2"); 
  font-style: normal;
  font-weight: 900; 
  font-display: auto;
}


@font-face { 
  font-family: swiper-icons; 
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff"); 
  font-style: normal;
  font-weight: 400; 
  font-display: auto;
}



html:not(.scrollbar)::-webkit-scrollbar {
  display: none;
}
html,body {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

body {
  margin: 0;
  background-color: #fff;
}
html[lang^="ja"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

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

/* Anchors */

a {
  text-decoration: none;
}

/* Headings */

/* Lists */



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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}
b, strong {
  font-weight: bold;
}

/* Blockquotes */

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

@keyframes spot-rising{
  0% {
    opacity: 0;
    top: 90%;
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 40px;
}
button svg,
.button svg {
  -webkit-transform: translateX(3px) translateY(3px);
  -ms-transform: translateX(3px) translateY(3px);
  transform: translateX(3px) translateY(3px);
  -webkit-transition: all .3s cubic-bezier(.25,.8,.5,1);
  -o-transition: all .3s cubic-bezier(.25,.8,.5,1);
  transition: all .3s cubic-bezier(.25,.8,.5,1);
}

button:hover svg,
.button:hover svg  {
  -webkit-transform: translateX(10px) translateY(3px);
  -ms-transform: translateX(10px) translateY(3px);
  transform: translateX(10px) translateY(3px);
  -webkit-transition: all .3s cubic-bezier(.25,.8,.5,1);
  -o-transition: all .3s cubic-bezier(.25,.8,.5,1);
  transition: all .3s cubic-bezier(.25,.8,.5,1);
}
button.button-text,
.button.button-text {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #000;
}
button.button-text a,
.button.button-text a{
  color: #000;
}
button.button-text:hover,
button.button-text:focus,
.button.button-text:hover,
.button.button-text:focus {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}


button.button-secondary, .button.button-secondary {
  background-color: #fff;
  color: #000;
}
button.button-secondary a, .button.button-secondary a {
  color: #000;
}

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

/* No button */

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

.hs-form-field, .field, div#hs-search-module .hs-input {
  margin-bottom: 1rem;
}

/* Labels */

form label {
  margin: 0.5rem 0;
  font-size: .87rem;
  color: #222;
  line-height: 24px;
}

/* Help text */

form legend {
  font-size: .87rem;
  color: #222;
  line-height: 24px;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0 1rem;
  background-color: rgba(0,0,0,.04);
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  height: 36px;
  color: #444;
  font-size: .87rem;
  outline: none;
  font-family: Arial;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
}

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;
  height: auto;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */


form .hs-richtext 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: #FF0000;
}

form .hs-error-msg, form .hs-error-msgs label {
  color: #FF0000;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  white-space: normal;
  text-decoration: none !important;
  line-height: 28px;
  padding: 0 1rem;
  text-align: center;
  display: inline-block;
  background-color: #0061ff;
  width: auto;
  font-size: .87rem;
  color: #011527;
  cursor: pointer;
  border-radius: 2px;
  z-index: 2;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  width: 100% !important;
}
table, td, th {
  border-color: #ebeef5 !important;
}

/* Table cells */

td, th {
  vertical-align: middle;
  padding: 18px 16px;
}
table tbody tr:nth-child(odd) td, table tbody tr:nth-child(odd) th{
  background: #fcfcfc;
}

table tbody tr:nth-child(1) td, table tbody tr:nth-child(1) th{
  font-weight: 600;
  padding: 26px 18px;
  background: #f9f9f9;
}
/* Table header */
thead th {
  vertical-align: middle;
}
header.header {
  background-color: #fff;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 10;
  -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 14%);
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 14%);
}
header.header .content-wrapper {
  height: 70px;
}
header.header .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  max-width: 1596px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.header .header-right{
  flex-shrink: 0;
}
.mobil-trigger {
  display: none;
}
.logo-wrapper {
}
.fixed-logo {
  display: none;
}
.logo-wrapper a {
  height: 100%;
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.logo-wrapper img {
  height: 100%;
  padding-right: 15px;
  max-width: 154px;
}
.header-navigation .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
.header-navigation .hs-menu-wrapper>ul>li {
  border: 2px solid transparent;
  position: relative;
}
.header-navigation .hs-menu-wrapper>ul>li>a {
  padding: 0 16px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 66px;
  display: inline-block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-navigation .hs-menu-wrapper>ul>li>a[href="javascript:;"]{
  cursor: default;
}
.header-navigation .hs-menu-wrapper>ul>li>ul.has-menu-extra {
  padding-right: 0;
}
.header-navigation .hs-menu-wrapper>ul>li>ul.has-menu-extra>.hs-menu-item:first-child{
  margin-right: 25px;
}
.header-navigation .hs-menu-wrapper>ul>li>ul.has-menu-extra .menu-extra {
  background: #65daff;
  padding: 33px 20px;
  align-items: center;
  margin: -1px -1px -1px 0;
  border-radius: 0px 8px 8px 0px;
}
.header-navigation .hs-menu-wrapper>ul>li>ul.has-menu-extra .menu-extra .left-text {
  width: 185px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.header-navigation .hs-menu-wrapper>ul>li>ul.has-menu-extra .menu-extra .right-img {
  width: 106px;
}
.header-navigation .hs-menu-wrapper>ul>li>ul.has-menu-extra .menu-extra .right-img img{
  width: 100%;
}
.header-navigation .hs-menu-wrapper>ul>li>ul.has-menu-extra .menu-extra .button {
  margin-top: 20px;
  font-size: 16px;
  width: 180px;
}
.header-navigation .hs-menu-wrapper>ul>li>ul.has-menu-extra .menu-extra .button a {
  width: 100%;
}
.header-navigation .hs-menu-wrapper>ul>li>ul.has-menu-extra .menu-extra .button a:hover {
  color: #333;
}
.header-navigation .hs-menu-wrapper>ul>li>ul{
  list-style: none;
  overflow: hidden;
  border-radius: 8px;
  max-height: 0;
  margin-top: 6px;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  position: absolute;
  -webkit-transition: .3s cubic-bezier(.25,.8,.5,1);
  -o-transition: .3s cubic-bezier(.25,.8,.5,1);
  transition: .3s cubic-bezier(.25,.8,.5,1);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 25px;
}
.header-navigation .hs-menu-wrapper>ul>li>ul:after{
  position: absolute;
  content: '';
  border-left: 1px solid #D8D8EB;
  border-top: 1px solid #D8D8EB;
  height: 12px;
  left: 50px;
  top: -7px;
  width: 12px;
  background: #fff;
  transform: rotate(45deg);
}

.header-navigation .hs-menu-wrapper>ul>li>ul>li>a{
  font-size: 14px;
  line-height: 36px;
  color: #849CB1 !important;
  border-bottom: 1px solid #D2D2D2;
  padding: 7px 0;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
}
.header-navigation .hs-menu-wrapper>ul>li>ul>li>a[href="javascript:;"]{
  cursor: default;
}

.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 0px;
}
.header-navigation .hs-menu-wrapper>ul>li>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
  max-height: 0;
  min-width: 212px;
  -webkit-transition: max-height .2s cubic-bezier(.25,.8,.5,1);
  -o-transition: max-height .2s cubic-bezier(.25,.8,.5,1);
  transition: max-height .2s cubic-bezier(.25,.8,.5,1);
  box-sizing: content-box;
}
.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}
header.header .gap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-navigation .hs-menu-wrapper>ul>li>a span.menu-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1rem;
}
.header-navigation .hs-menu-wrapper>ul>li>a span.menu-arrow svg.rotate {

  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s cubic-bezier(.25,.8,.5,1);
  -o-transition: .4s cubic-bezier(.25,.8,.5,1);
  transition: .4s cubic-bezier(.25,.8,.5,1);
  width: 1.5rem;
}
.header-navigation .hs-menu-wrapper>ul:after, .header-navigation .hs-menu-wrapper>ul:before {
  clear: both;
  content: "";
  display: block;
}
.header-navigation .hs-menu-wrapper>ul {
  -webkit-padding-start: 1rem;
  padding-inline-start: 1rem;
  list-style: none;
}
body.noBanner .lp-header .fixed-logo {
  display: flex;
  height: 100%;
  align-items: center;
}

body.fixed .normal-logo {
  display: none;
}
body.fixed .fixed-logo {
  display: block;
}

body.noBanner .normal-logo {
  display: none;
}
body.noBanner .fixed-logo {
  display: block;
}

/* chinese Header */

.mobile-logo {
  display: none;
}

@media (min-width: 768px){
  .header-navigation .hs-menu-wrapper>ul>li:hover>ul>li {
    max-height: 300px;
    -webkit-transition: .2s cubic-bezier(.25,.8,.5,1);
    -o-transition: .2s cubic-bezier(.25,.8,.5,1);
    transition: .2s cubic-bezier(.25,.8,.5,1);
  }
  .header-navigation .hs-menu-wrapper>ul>li>ul>li:not(:first-child){
    margin-left: 30px;
  }
  .header-navigation .hs-menu-wrapper>ul>li:hover>ul {
    max-height: 300px;
    -webkit-transition: .4s cubic-bezier(.25,.8,.5,1);
    -o-transition: .4s cubic-bezier(.25,.8,.5,1);
    transition: .4s cubic-bezier(.25,.8,.5,1);
    /* overflow: visible; */
    border: 1px solid #D8D8EB;
    box-shadow: 0px 4px 6px rgba(84, 120, 174, 0.25);
  }
  .header-navigation .hs-menu-wrapper > ul > li:hover > a span.menu-arrow svg.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body.hasBanner:not(.fixed) header.header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }



}

@media (max-width: 1110px) and (min-width: 768px){
  header.header {
    height: auto;
  }
  .header-navigation .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    line-height: normal;
    height: auto;
  }
  .header-navigation .hs-menu-wrapper > ul > li > a span.menu-arrow {
    line-height: normal;
    font-size: 14px;
  }
}

@media (max-width: 1048px) and (min-width: 768px){
  .logo-wrapper img{
    max-width: 135px;
  }
  .header-navigation .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
  }
}


@media (max-width: 767px){
  header.header {
    height: 50px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    background-color: #fff !important;
    -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 14%);
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 14%);
  }
  header.header.no-navigation .content-wrapper {
    justify-content: center;
  }
  header.header .content-wrapper {
    height: 50px;
  }
  header.header .header__container {
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobil-trigger {
    display: block;
    width: 40px;
    height: 100%;
  }
  .mobil-trigger .top-line {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 20px;
    -webkit-transition: top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1),-webkit-transform .3s cubic-bezier(.25,.8,.5,1);
    -o-transition: transform .3s cubic-bezier(.25,.8,.5,1),top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1);
    transition: transform .3s cubic-bezier(.25,.8,.5,1),top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1);
    transition: transform .3s cubic-bezier(.25,.8,.5,1),top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1),-webkit-transform .3s cubic-bezier(.25,.8,.5,1);
  }
  .mobil-trigger .bottom-line {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1),-webkit-transform .3s cubic-bezier(.25,.8,.5,1);
    -o-transition: transform .3s cubic-bezier(.25,.8,.5,1),top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1);
    transition: transform .3s cubic-bezier(.25,.8,.5,1),top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1);
    transition: transform .3s cubic-bezier(.25,.8,.5,1),top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1),-webkit-transform .3s cubic-bezier(.25,.8,.5,1);
  }
  .mobil-trigger .top-line, .mobil-trigger .bottom-line {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background-color: #444;
    height: 1px;
    width: 21px;
    position: absolute;
  }
  .mobil-trigger .bottom-line {
    bottom: 20px;
  }
  header.header .logo-wrapper .fixed-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /*   .header-navigation {
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
  overflow-x: hidden;
  height: calc(100vh - 50px);
  overflow-y: auto !important;
  background-color: #fff;
  display: none;
} */

  .header-navigation {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    height: calc(100vh - 50px);
    overflow-y: auto!important;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    -webkit-transition: .4s cubic-bezier(.25,.8,.5,1);
    -o-transition: .4s cubic-bezier(.25,.8,.5,1);
    transition: .4s cubic-bezier(.25,.8,.5,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }
  body.menu-open .header-navigation {
    visibility: visible;
    background-color: #fff;
    height: calc(100vh - 50px);
    -webkit-transition: height .6s cubic-bezier(.25,.8,.5,1);
    -o-transition: height .6s cubic-bezier(.25,.8,.5,1);
    transition: height .6s cubic-bezier(.25,.8,.5,1);
  }
  .header-navigation .hs-menu-wrapper>ul>li>ul {
    flex-direction: column;
    margin-top: 0;
  }
  .header-navigation .hs-menu-wrapper>ul>li>ul>li {
    padding: 0;
    max-height: 800px;
  }
  .header-navigation .hs-menu-wrapper>ul>li.child-open>ul{
    position: relative;
    max-height: 500px;
    border: none;
    box-shadow: none;
    display: block !important;
  }
  .header-navigation .hs-menu-wrapper>ul>li>ul.has-menu-extra .menu-extra {
    display: none;
  }
  .header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    font-size: 14px;
    line-height: 30px;
  }
  .header-navigation .hs-menu-wrapper>ul>li.child-open>ul:after {
    display:none;
  }

  .header-navigation .hs-menu-wrapper>ul>li>ul>li>ul {
    padding: 6px 0;
  }

  .header-navigation .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
  }
  .header-navigation .hs-menu-wrapper>ul>li {
    float: initial;
    padding: 0 20px;
  }
  .header-navigation .hs-menu-wrapper>ul>li>a {
    padding: 0 1rem!important;
    color: #333 !important;
  }
  .header-navigation .hs-menu-wrapper>ul>li>a span.menu-arrow svg.rotate {
    fill: #444;
  }
  header.header .gap {
    display: none;
  }
  header.header .logo-wrapper img.hs-image-widget {
    max-width: 136px;
    padding-right: 0;
  }
  header.header .logo-wrapper .fixed-logo {
    display: block;
  }
  
  .header-navigation .hs-menu-wrapper>ul>li.child-open>a span.menu-arrow svg.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .4s cubic-bezier(.25,.8,.5,1);
    -o-transition: .4s cubic-bezier(.25,.8,.5,1);
    transition: .4s cubic-bezier(.25,.8,.5,1);
  }
  .menu-open .mobil-trigger .top-line {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 24.5px;
  }
  .menu-open .mobil-trigger .bottom-line {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 24.5px;
  }
  .header-navigation .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    margin-bottom: 6px;
    line-height: 36px;
    height: 36px;
  }
  .header-navigation .hs-menu-wrapper>ul>li>a span.menu-arrow svg.rotate, header.header a svg, header.header a svg path {
    fill: #444 !important;
  }
  .header-navigation .hs-menu-wrapper>ul>li>a span.menu-arrow svg.rotate, header.header a svg, header.header a svg path {
    fill: #444 !important;
  }
  .header-navigation .hs-menu-wrapper>ul>li.active>a span.menu-arrow svg.rotate,
  .header-navigation .hs-menu-wrapper>ul>li.active-branch>a span.menu-arrow svg.rotate{
    fill: #0061ff !important;
  }
  .mobile-logo {
    display: block;
  }

  body.menu-open {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body .header-navigation .hs-menu-wrapper>ul>li.active-branch>a,
  body .header-navigation .hs-menu-wrapper>ul>li.active>a {
    color: #0061ff !Important;
  }
  body .header-navigation .hs-menu-wrapper>ul>li.active-branch:hover>a,
  body .header-navigation .hs-menu-wrapper>ul>li.active:hover>a {
    color: #0061ff !Important;
  }
  body .header-navigation .hs-menu-wrapper>ul>li.active-branch>a svg path,
  body .header-navigation .hs-menu-wrapper>ul>li.active>a svg path {
    fill: #0061ff !Important;
  }
  

}
.footer {
  padding: 54px 0 40px;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.footer-logo {
  font-size: 14px;
  line-height: 28px;
  border-bottom: 1px solid #313131;
  padding-bottom: 37px;
}
.footer-logo img{
}
.main-footer {
  padding: 37px 0;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.main-footer .footer-left {
  flex-basis: 30%;
}
.main-footer .footer-left .inner-wrap {
  max-width: 430px;
}
.main-footer .footer-left img {
  height: 100px;
  margin: 20px;
  margin-left: 0;
}
.main-footer .footer-right {
  flex: 1;
  padding-left: 20px;
}

.footer-links .hs-menu-wrapper ul {
  display: flex;
  justify-content: space-between;
}

.footer-links .hs-menu-wrapper ul li a{
  padding: 0 0.7rem;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
}
.footer-links .hs-menu-wrapper ul li ul.hs-menu-children-wrapper {
  flex-direction: column;
  margin-top: 12px;
}
.footer-links .hs-menu-wrapper ul li ul.hs-menu-children-wrapper li a{
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
}
.footer-copyright .rights-reserved:after{
  content: "";
  display: inline-block;
  height: 0.75em;
  margin-left: 15px;
  margin-right: 15px;
  width: 1px;
  background-color: #fff;
}
.footer-desc-section {
  justify-content: flex-start;
}
.footer-desc-section .hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-desc-section .hs-menu-wrapper ul li {
  position: relative;
}
.footer-desc-section .hs-menu-wrapper ul li.hs-menu-item:not(:last-child) a:after{
  content: "";
  display: inline-block;
  height: 0.75em;
  margin-left: 15px;
  margin-right: 15px;
  width: 1px;
  background-color: #fff;
}
.footer-desc-section .footer-copyright {
  font-size: 12px;
  flex-basis: 20%;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex: 1;
}

@media (min-width: 1921px){
  .footer .footer__container.content-wrapper {
    max-width: 1921px;
  }
}

@media (max-width: 768px){
  .footer {
    height: auto;
    padding: 30px 20px;
  }
  .footer .footer__container.content-wrapper{
    padding: 0;
  }
  .footer-logo {
    padding-bottom: 16px;
  }
  .main-footer {
    padding: 16px 0;
  }
  .main-footer .footer-left,
  .main-footer .footer-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-basis: 100%;
    height: auto;
  }
  .footer-links .hs-menu-wrapper ul {
    flex-wrap: wrap;
  }
  .footer-links .hs-menu-wrapper ul li{
    flex-basis: 50%;
  }
  .footer-links .hs-menu-wrapper ul li a{
    padding: 0;
    line-height: 2.75rem;
    font-size: 1rem;
    height: 2.75rem;
  }
  .footer-desc-section {
    padding-top: 20px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.body-wrapper {
  width: 100%;
  overflow-x: hidden;
}
/*********************************************  Common Page ***********************************************/
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
  background-color: #0061ff !important;
  border: 1px solid #0061ff !important;
}
#hs_show_banner_button {
  background-color: #0061ff !important;
  border: 1px solid #0061ff !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
  border: 1px solid #0061ff!important;
  color: #0061ff;
}
.animation-bg-box {
  position: relative;
  background: linear-gradient(109.53deg, #F1FDFF 1.58%, #DFECFF 27.94%, #D6FDFF 53.24%, #DFECFF 76.96%, #F1EAFF 101.21%);
}
.animation-bg-box .content-wrapper {
  position: relative;
  z-index: 1;
}
.animation-bg-box:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
  radial-gradient(closest-side, rgba(194, 215, 245, 1), rgba(194, 215, 245, 0)), 
  radial-gradient(closest-side, rgba(200, 252, 255, 1), rgba(200, 252, 255, 0)), 
  /* radial-gradient(closest-side, rgba(211, 188, 255, 1), rgba(211, 188, 255, 0)),  */
  radial-gradient(closest-side, rgba(219, 206, 245, 1), rgba(219, 206, 245, 0)),
  radial-gradient(closest-side, rgba(1, 218, 255, 1), rgba(1, 218, 255, 0)),
  radial-gradient(closest-side, rgba(211, 188, 255, 1), rgba(211, 188, 255, 0));
  /* radial-gradient(closest-side, rgba(184, 213, 255, 1), rgba(223, 236, 255, 0)); */
  /* background-size: 
    130vmax 130vmax,
    80vmax 80vmax,
    90vmax 90vmax,
    110vmax 110vmax,
    90vmax 90vmax;
  background-position:
    -80vmax -80vmax,
    60vmax -30vmax,
    10vmax 10vmax,
    -30vmax -10vmax,
    50vmax 50vmax;
  background-repeat: no-repeat; */
  background-repeat: no-repeat;
  background-position: -80vmax -80vmax,21vmax -62vmax,65vmax -12vmax,-14vmax -4vmax,50vmax 50vmax;
  background-size: 130vmax 130vmax,80vmax 80vmax,100vmax 90vmax,110vmax 110vmax,90vmax 90vmax;
  animation: 20s movement linear infinite;
  z-index: 0;
}
@keyframes movement {
  0%, 100% {
    background-position: -80vmax -80vmax,21vmax -62vmax,65vmax -12vmax,-14vmax -4vmax,50vmax 50vmax;
    background-size: 130vmax 130vmax,80vmax 80vmax,100vmax 90vmax,110vmax 110vmax,90vmax 90vmax;
  }
  20% {
    background-position: -45vmax -60vmax,21vmax -81vmax,33vmax -64vmax,32vmax 3vmax,50vmax 50vmax;
    background-size: 130vmax 130vmax,80vmax 80vmax,100vmax 100vmax,110vmax 110vmax;
  }
  40% {
    background-position: -9vmax -25vmax,8vmax -9vmax,-27vmax -51vmax,32vmax -55vmax,50vmax 50vmax;
    background-size: 127vmax 117vmax,80vmax 80vmax,76vmax 90vmax,86vmax 75vmax,90vmax 90vmax;
  }
  60% {
    background-position: 18vmax -56vmax,29vmax -38vmax,-15vmax -2vmax,-29vmax -59vmax,31vmax 8vmax;
    background-size: 79vmax 72vmax,80vmax 80vmax,100vmax 100vmax,86vmax 75vmax,90vmax 90vmax;
  }
  80% {
    background-position: 15vmax -56vmax,73vmax -38vmax,-12vmax -13vmax,-46vmax -23vmax,31vmax 8vmax;
    background-size: 79vmax 72vmax,80vmax 80vmax,100vmax 100vmax,86vmax 75vmax,90vmax 90vmax;
  }
}

.body-container-wrapper .sec-title {
  color: #000;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}
.body-container-wrapper .sec-title-wrap .title-decorate{
  position: relative;
  z-index: 2;
  width: 48px;
  background-color: #fff;
  transform: translateX(-24px);
}
.body-container-wrapper .feature-top-wrap .sec-content{
  margin-left: 50px;
}
.body-container-wrapper .sec-title-wrap .title-decorate img {
  width: 30px;
  height: 30px;
}
.body-container-wrapper .sec-title-wrap .title-decorate.animate img {
  animation: 1.8s myScale linear 3;
}
@keyframes myScale{
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.6);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(1);
  }
}
.body-container-wrapper .sec-content {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
.body-container-wrapper .sec-title:empty{
  display: none;
  margin-top: 0;
}

@media (max-width: 1200px){
  .body-container-wrapper .sec-title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 767px){
  .body-container-wrapper .sec-title {
    font-size: 24px;
    line-height: 36px;
    width: 100%;
    text-align: center;
  }
  .body-container-wrapper .sec-content {
    font-size: 14px;
    margin-top: 14px;
    text-align: center;
  }
  .body-container-wrapper .feature-top-wrap .sec-content{
    margin-left: 0;
  }
}
/*********************************************  Home Page ***********************************************/
.home-page .lighting-effect {
  position: fixed;
  left: 50%;
  top: 150px;
  transform: translateX(-769.5px);
  height: 50px;
  width: 2px;
  z-index: 3;
  background-image: linear-gradient(0deg, #95ECFF 0%, rgba(149, 236, 255, 0) 47.22%);
}
.home-video-are, .home-iso-area{
  position: relative;
  z-index: 5;
}
@media (max-width: 900px){
  .home-page .sec-title-wrap .title-decorate {
    display: none;
  }
}
/*********************************************  Product Page ***********************************************/
.product-page .product-performance.feature-hover-effect-area .performance-item:after{
  background: url(https://21782839.fs1.hubspotusercontent-na1.net/hubfs/21782839/raw_assets/public/CelerData_2023/images/bg-decoration.png) no-repeat right bottom;
  background-size: contain;
}
/********************************************* Product Page End ***********************************************/
/********************************************* Solution Page ***********************************************/
.solution-page .page-banner .banner-content {
  max-width: 100%;
}
/********************************************* ***********************************************/
/********************************************* Protocol Page start  ***********************************************/
.protocol-page .mian-content{
  min-height: 200px;
  max-width: 1320px;
  width: 100%;
  margin: 20px auto;
  padding: 0 10px;
}
@media (max-width: 767px){
  .protocol-page .mian-content h1 {
    font-size: 44px !important;
  }
  .protocol-page .mian-content h2 {
    font-size: 32px !important;
  }
  .protocol-page .mian-content h3 {
    font-size: 26px !important;
  }
}

/********************************************* Protocol Page end ***********************************************/


.hs-col-flex, .hs-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.hs-col-flex {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hs-jus-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-jus-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.hs-jus-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hs-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hs-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.hs-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hs-jus-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.hs-jus-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}




/************************************* HUBDB page *****************************************/



/************************************* Community page *****************************************/

.container-divider {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.container-divider {
  background-color: #e5e6e9;
  height: 1px;
  max-width: 1200px;
  margin: 0 auto
}
.comm-two-col .dnd-section{
  padding: 0;
}
.comm-two-col .dnd-section > .row-fluid {
  border-bottom: 1px solid #e5e6e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comm-two-col .dnd-section .span9.dnd-column, 
.comm-two-col .dnd-section .span3.dnd-column {
  margin: 0;
  width: auto;
}
.comm-two-col .widget-type-linked_image img {
  height: 12rem !important;
  max-width: initial !important;
  vertical-align: middle;
}
.comm-two-col .widget-type-header h2 {
  margin: 0.5rem 0;
  font-size: 1.9rem;
  color: #222;
  font-weight: 500;
  padding: 0 1rem;
}
.comm-two-col .widget-type-rich_text p {
  margin: 0.5rem 0;
  max-width: 650px;
  color: #444;
  font-size: 1rem;
  line-height: 1.8rem;
  padding: 0 1rem;
  margin-top: 1rem;
  box-sizing: content-box;
}
.comm-two-col .dnd-section > .row-fluid:before,
.comm-two-col .dnd-section > .row-fluid:after {
  display: none;
}
.comm-two-col .widget-type-rich_text p a:hover {
  text-decoration: underline;
}
.hs-width-fill {
  width: 100%;
}
.hs-height-fill {
  height: 100%;
}


@media (max-width: 767px){
  .home-full-width-content .widget-type-header h2 {
    font-size: 1.8rem;
  }
  .home-full-width-content .widget-type-rich_text p {
    font-size: 1rem;
  }
  .home-full-width-content .widget-type-linked_image img {
    width: 100%;
  }
  .home-full-width-content .dnd-section > .row-fluid {
    width: 94%;
    padding: 0;
  }
 
  .comm-two-col .dnd-section > .row-fluid {
    width: 100%;
    height: auto;
    padding: 2rem 20px;
    flex-wrap: wrap;
  }
  .comm-two-col .widget-type-linked_image img {
    height: auto !important;
    width: 70%;
  }
  .comm-two-col .dnd-section .span3.dnd-column, .comm-two-col .dnd-section .span9.dnd-column {
    width: 100%;
  }
  .comm-two-col .dnd-module {
    display: block !important;
  }
  .comm-two-col .widget-type-linked_image {
    text-align: center;
  }
  .get_help_sec .widget-type-rich_text p span {
    width: 80%;
  }

}


@media all and (-ms-high-contrast:none) {
  body,html{
    overflow-x: hidden;
  }
  .image-with-content{
    height: 820px;
  }
  .tabber-wrap{
    width: 100%;
  }

}


/********************************************* End Home Page ***********************************************/





/***************** full-width-page ********************/

.full-width-content .dnd-section>.row-fluid {
  max-width: 840px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.full-width-content tr {
  background-color: #fafafa;
}
.full-width-content tr:first-child td {
  font-weight: 700;
}
.full-width-content tr td:first-child {
  border-right: 1px solid #e8e8e8;
  font-weight: 700;
}
.full-width-content tr td {
  color: #444;
}
.full-width-content tr td:last-child {
  border-left: 1px solid #e8e8e8;
}

.bottom-pane-content .dnd-section {
  padding: 0;
}
.bottom-pane-content .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}
.full-width-content a:hover {
  text-decoration: underline;
}
.full-width-content ol {
  list-style: auto inside none;
  padding-left: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.full-width-content ol li {
  padding-top: 1rem;
}
.full-width-content ol li::marker {
  font-weight: 700;
}
.full-width-content ol ul {
  list-style: disc;
}
.full-width-content ol ul li {
  padding: 0;
}
.full-width-content h5 {
  font-size: 1.5rem;
  line-height: 2.1rem;
  padding: 0.6rem 0;
  color: #222;
  font-weight: 500;
  margin: 0.5rem 0;
}
.full-width-content h6 {
  color: #444;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 0 3rem;
  margin: 0.5rem 0;
  font-weight: normal;
}
.hs-producttrademarks table tr {
  background-color: transparent;
}
.hs-producttrademarks table tr:nth-child(2n) {
  background-color: #fafafa;
}
.full-width-content tr td:first-child,
.full-width-content tr:first-child td{
  font-weight: 700;
}
.full-width-content tr:first-child td:first-child {
  font-weight: 700;
}
.full-width-content tr td:first-child a {
  color: #338292;
  font-weight: 500;
}
.full-width-content tr td:first-child a:hover {
  text-decoration: none;
}
.full-width-content tr td p a {
  color: -webkit-link;
}



/***************** license-page ********************/

/***************** showcase-details-page ********************/


@media(max-width: 479px){
  .full-width-content p a {
    word-break: break-word;
  }
}

@media (max-width: 768px){
  .header-right-content {
    display: none;
  }
  .active_wrap{
    padding: 1rem;
    max-width: auto;
    width: 96%;
  }
  .apply-dialog .hs-button.primary.large{
    margin-bottom: 1.5rem;
  }
  .apply-dialog .input{

    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }
  .apply-dialog form .hs-form-field>label{

    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}