/* Theme base styles */

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

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Object */


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements */
body {
  line-height: normal;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

p {
  font-size: 18px;
  font-family: var(--font-secondary);
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/* Lists */

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

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

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* ==========================================================================
   Typography Styles - Mobile First Approach
   ========================================================================== */

/* Base Typography Variables (Mobile First - 375px and up) */
:root {
  /* Mobile Headings - Greed Narrow */
  --heading-h0-weight: 700;
  --heading-h0-size: 120px;
  --heading-h0-height: 100px;
  --heading-h0: var(--heading-h0-weight) var(--heading-h0-size) / var(--heading-h0-height)
      var(--font-primary),
    sans-serif;

  --heading-h1-weight: 700;
  --heading-h1-size: 60px;
  --heading-h1-height: 86px;
  --heading-h1: var(--heading-h1-weight) var(--heading-h1-size) / var(--heading-h1-height)
      var(--font-primary),
    sans-serif;

  --heading-h2-weight: 700;
  --heading-h2-size: 56px;
  --heading-h2-height: 54px;
  --heading-h2: var(--heading-h2-weight) var(--heading-h2-size) / var(--heading-h2-height)
      var(--font-primary),
    sans-serif;

  --heading-h3-weight: 600;
  --heading-h3-size: 36px;
  --heading-h3-height: 38px;
  --heading-h3: var(--heading-h3-weight) var(--heading-h3-size) / var(--heading-h3-height)
      var(--font-primary),
    sans-serif;

  --heading-h4-weight: 600;
  --heading-h4-size: 28px;
  --heading-h4-height: 34px;
  --heading-h4: var(--heading-h4-weight) var(--heading-h4-size) / var(--heading-h4-height)
      var(--font-primary),
    sans-serif;

  --heading-h5-weight: 600;
  --heading-h5-size: 48px;
  --heading-h5-height: 50px;
  --heading-h5: var(--heading-h5-weight) var(--heading-h5-size) / var(--heading-h5-height)
      var(--font-primary),
    sans-serif;

  --heading-h6-weight: 600;
  --heading-h6-size: 40px;
  --heading-h6-height: 46px;
  --heading-h6: var(--heading-h6-weight) var(--heading-h6-size) / var(--heading-h6-height)
      var(--font-primary),
    sans-serif;

  --heading-h7-weight: 600;
  --heading-h7-size: 36px;
  --heading-h7-height: 38px;
  --heading-h7: var(--heading-h7-weight) var(--heading-h7-size) / var(--heading-h7-height)
      var(--font-primary),
    sans-serif;

  /* Mobile Titles - Figtree */
  --title-t1-weight: 600;
  --title-t1-size: 22px;
  --title-t1-height: 34px;
  --title-t1: var(--title-t1-weight) var(--title-t1-size) / var(--title-t1-height)
      var(--font-secondary),
    sans-serif;

  --title-t2-weight: 600;
  --title-t2-size: 22px;
  --title-t2-height: 30px;
  --title-t2: var(--title-t2-weight) var(--title-t2-size) / var(--title-t2-height)
      var(--font-secondary),
    sans-serif;

  /* Mobile Body - Figtree */
  --body-b1-weight: 500;
  --body-b1-size: 20px;
  --body-b1-height: 28px;
  --body-b1: var(--body-b1-weight) var(--body-b1-size) / var(--body-b1-height) var(--font-secondary),
    sans-serif;

  --body-b2-weight: 500;
  --body-b2-size: 18px;
  --body-b2-height: 28px;
  --body-b2: var(--body-b2-weight) var(--body-b2-size) / var(--body-b2-height) var(--font-secondary),
    sans-serif;

  /* Mobile Button - Figtree */
  --button-text-weight: 600;
  --button-text-size: 17px;
  --button-text-height: normal;
  --button-text: var(--button-text-weight) var(--button-text-size) / var(--button-text-height)
      var(--font-secondary),
    sans-serif;

  /* Mobile Captions - Figtree */
  --caption-c1-weight: 500;
  --caption-c1-size: 15px;
  --caption-c1-height: normal;
  --caption-c1: var(--caption-c1-weight) var(--caption-c1-size) / var(--caption-c1-height)
      var(--font-secondary),
    sans-serif;

  --caption-c2-weight: 500;
  --caption-c2-size: 14px;
  --caption-c2-height: 24px;
  --caption-c2: var(--caption-c2-weight) var(--caption-c2-size) / var(--caption-c2-height)
      var(--font-secondary),
    sans-serif;

  --caption-c3-weight: 500;
  --caption-c3-size: 12px;
  --caption-c3-height: normal;
  --caption-c3: var(--caption-c3-weight) var(--caption-c3-size) / var(--caption-c3-height)
      var(--font-secondary),
    sans-serif;

  --caption-c4-weight: 500;
  --caption-c4-size: 10px;
  --caption-c4-height: normal;
  --caption-c4: var(--caption-c4-weight) var(--caption-c4-size) / var(--caption-c4-height)
      var(--font-secondary),
    sans-serif;
}

/* Desktop Typography Variables (768px and up) */
@media (min-width: 768px) {
  :root {
    /* Desktop Headings - Scale up from mobile */
    --heading-h0-size: 320px;
    --heading-h0-height: 110px;

    --heading-h1-size: 200px;
    --heading-h1-height: normal;

    --heading-h2-size: 96px;
    --heading-h2-height: 86px;

    --heading-h3-size: 64px;
    --heading-h3-height: 62px;

    --heading-h4-size: 56px;
    --heading-h4-height: 54px;

    --heading-h5-size: 48px;
    --heading-h5-height: 50px;

    --heading-h6-size: 40px;
    --heading-h6-height: 46px;

    --heading-h7-size: 36px;
    --heading-h7-height: 38px;

    /* Desktop Titles */
    --title-t1-size: 24px;
    --title-t1-height: 36px;

    --title-t2-size: 22px;
    --title-t2-height: 30px;

    /* Desktop Captions */
    --caption-c1-size: 16px;
    --caption-c1-height: 24px;

    --caption-c2-size: 15px;
    --caption-c2-height: normal;

    --caption-c3-size: 14px;
    --caption-c3-height: 24px;

    --caption-c4-size: 12px;
    --caption-c4-height: 24px;
  }
}

/* ==========================================================================
   Typography Utility Classes (Optional - for easy implementation)
   ========================================================================== */

/* Heading Classes */
.heading-h0 {
  font: var(--heading-h0);
}
.heading-h1 {
  font: var(--heading-h1);
}
.heading-h2 {
  font: var(--heading-h2);
}
.heading-h3 {
  font: var(--heading-h3);
}
.heading-h4 {
  font: var(--heading-h4);
}
.heading-h5 {
  font: var(--heading-h5);
}
.heading-h6 {
  font: var(--heading-h6);
}
.heading-h7 {
  font: var(--heading-h7);
}

/* Title Classes */
.title-t1 {
  font: var(--title-t1);
}
.title-t2 {
  font: var(--title-t2);
}

/* Body Classes */
.body-b1 {
  font: var(--body-b1);
}
.body-b2 {
  font: var(--body-b2);
}

/* Button Class */
.button-text {
  font: var(--button-text);
}

/* Caption Classes */
.caption-c1 {
  font: var(--caption-c1);
}
.caption-c2 {
  font: var(--caption-c2);
}
.caption-c3 {
  font: var(--caption-c3);
}
.caption-c4 {
  font: var(--caption-c4);
}


/* Components */

/* Header component styles (placeholder) */
.header-simple {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #16363c;
  border-radius: 0px 0px 12px 12px;
}

.header-simple-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.header-simple-top {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 26px 0px;
}

.header-simple-bottom {
  width: 100%;
  max-width: 1136px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 24px 26px 24px;
}

.header-notification {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 12px 12px;
  padding: 0px 12px 26px 12px;
}

.header-notification #hs_cos_wrapper_notification-2,
.header-simple-top #hs_cos_wrapper_notification-1 {
  width: 100% !important;
}
/* Footer component styles (placeholder) */
.footer-simple {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #16363c;
}

.footer-simple-wrapper {
  width: 100%;
  max-width: 1136px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 24px 26px 24px;
}

.link_contact {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-secondary, system-ui, Arial, sans-serif);
  font-weight: 300;
}

.link_contact:hover {
  opacity: 0.8;
}

#hs-link-logo_hs_logo_widget > img {
  width: 78px !important;
  height: 40px !important;
}


/* Sections */