/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
  scroll-behavior: smooth; }

#body-wrapper {
  margin: 0 auto; }

.nowrap {
  white-space: nowrap; }

.container-responsive {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto; }

h1 {
  margin-top: 0; }

#page-content section,
#page-footer {
  padding: 80px; }
  #page-content section .container-responsive,
  #page-footer .container-responsive {
    max-width: 1140px; }
  @media (max-width: 992px) {
    #page-content section,
    #page-footer {
      padding: 60px; } }
  @media (max-width: 767px) {
    #page-content section,
    #page-footer {
      padding: 40px; } }

a {
  color: inherit;
  transition: color 0.2s; }
  a:hover {
    text-decoration: none;
    color: #EA611E; }

p {
  font-size: inherit; }
  p a {
    font-weight: bolder;
    color: #EA611E; }
    p a:hover {
      text-decoration: underline; }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem; }

img {
  max-width: 100%;
  height: auto; }

/*
|---------------
| Helper Classes
|---------------
*/
.serif {
  font-family: "Poppins", sans-serif; }

.sans,
.sansserif,
.sans-serif {
  font-family: "Poppins", sans-serif; }

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fill-right, .fill-left {
  position: relative; }

.fill-right:after, .fill-left:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: inherit; }

.fill-right:after {
  left: 100%; }

.fill-left:before {
  right: 100%; }

#body-wrapper .btn, #body-wrapper .hs-button {
  font-size: 1rem;
  border-radius: 25px;
  padding: 0.7em 1.5em;
  line-height: 1.3em;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border: 2px solid transparent;
  background-clip: border-box;
  will-change: transform;
  background-color: #EA611E; }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *, #body-wrapper .hs-button, #body-wrapper .hs-button span, #body-wrapper .hs-button .fl-button-text, #body-wrapper .hs-button * {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1); }
  #body-wrapper .btn:hover, #body-wrapper .hs-button:hover {
    transform: translatey(-0.125rem);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
    #body-wrapper .btn:hover::before, #body-wrapper .hs-button:hover::before {
      filter: brightness(0) invert(1); }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *, #body-wrapper .hs-button, #body-wrapper .hs-button span, #body-wrapper .hs-button .fl-button-text, #body-wrapper .hs-button * {
    color: #FFFFFF; }
  #body-wrapper .btn:hover, #body-wrapper .hs-button:hover {
    background-color: #ec7135; }
    #body-wrapper .btn:hover, #body-wrapper .btn:hover span, #body-wrapper .btn:hover .fl-button-text, #body-wrapper .btn:hover *, #body-wrapper .hs-button:hover, #body-wrapper .hs-button:hover span, #body-wrapper .hs-button:hover .fl-button-text, #body-wrapper .hs-button:hover * {
      color: #FFFFFF; }
  #body-wrapper .btn.btn-hollow, #body-wrapper .hs-button.btn-hollow {
    background-color: transparent;
    border-color: inherit; }
    #body-wrapper .btn.btn-hollow, #body-wrapper .btn.btn-hollow span, #body-wrapper .btn.btn-hollow .fl-button-text, #body-wrapper .btn.btn-hollow *, #body-wrapper .hs-button.btn-hollow, #body-wrapper .hs-button.btn-hollow span, #body-wrapper .hs-button.btn-hollow .fl-button-text, #body-wrapper .hs-button.btn-hollow * {
      color: inherit; }
    #body-wrapper .btn.btn-hollow:hover, #body-wrapper .hs-button.btn-hollow:hover {
      background-color: white;
      border-color: white; }
      #body-wrapper .btn.btn-hollow:hover, #body-wrapper .btn.btn-hollow:hover span, #body-wrapper .btn.btn-hollow:hover .fl-button-text, #body-wrapper .btn.btn-hollow:hover *, #body-wrapper .hs-button.btn-hollow:hover, #body-wrapper .hs-button.btn-hollow:hover span, #body-wrapper .hs-button.btn-hollow:hover .fl-button-text, #body-wrapper .hs-button.btn-hollow:hover * {
        color: #EA611E; }
  #body-wrapper .btn.btn-large, #body-wrapper .hs-button.btn-large {
    font-size: 20px; }
  #body-wrapper .btn.btn-arrow-orange, #body-wrapper .hs-button.btn-arrow-orange {
    background-color: #EA611E;
    padding: 0.7em 3em 0.7em 2em; }
    #body-wrapper .btn.btn-arrow-orange, #body-wrapper .btn.btn-arrow-orange span, #body-wrapper .btn.btn-arrow-orange .fl-button-text, #body-wrapper .btn.btn-arrow-orange *, #body-wrapper .hs-button.btn-arrow-orange, #body-wrapper .hs-button.btn-arrow-orange span, #body-wrapper .hs-button.btn-arrow-orange .fl-button-text, #body-wrapper .hs-button.btn-arrow-orange * {
      color: #FFFFFF; }
    #body-wrapper .btn.btn-arrow-orange:hover, #body-wrapper .hs-button.btn-arrow-orange:hover {
      background-color: #ec7135; }
      #body-wrapper .btn.btn-arrow-orange:hover, #body-wrapper .btn.btn-arrow-orange:hover span, #body-wrapper .btn.btn-arrow-orange:hover .fl-button-text, #body-wrapper .btn.btn-arrow-orange:hover *, #body-wrapper .hs-button.btn-arrow-orange:hover, #body-wrapper .hs-button.btn-arrow-orange:hover span, #body-wrapper .hs-button.btn-arrow-orange:hover .fl-button-text, #body-wrapper .hs-button.btn-arrow-orange:hover * {
        color: #FFFFFF; }
    #body-wrapper .btn.btn-arrow-orange:not(.btn-hollow):before, #body-wrapper .hs-button.btn-arrow-orange:not(.btn-hollow):before {
      filter: brightness(0) invert(1); }
    #body-wrapper .btn.btn-arrow-orange::before, #body-wrapper .hs-button.btn-arrow-orange::before {
      position: absolute;
      content: '';
      top: 50%;
      right: 1.5em;
      transform: translateY(-50%);
      width: 15px;
      height: 12px;
      background-image: url(//21197698.fs1.hubspotusercontent-na1.net/hubfs/21197698/raw_assets/public/WLT-Multi-2026-Pre-Registration-Campaign-Clients-LP2025/img/arrow.svg); }
  #body-wrapper .btn.btn-arrow-white, #body-wrapper .btn.hs-button, #body-wrapper .hs-button.btn-arrow-white, #body-wrapper .hs-button.hs-button {
    background-color: white;
    padding: 0.7em 3em 0.7em 2em; }
    #body-wrapper .btn.btn-arrow-white, #body-wrapper .btn.btn-arrow-white span, #body-wrapper .btn.btn-arrow-white .fl-button-text, #body-wrapper .btn.btn-arrow-white *, #body-wrapper .btn.hs-button, #body-wrapper .btn.hs-button span, #body-wrapper .btn.hs-button .fl-button-text, #body-wrapper .btn.hs-button *, #body-wrapper .hs-button.btn-arrow-white, #body-wrapper .hs-button.btn-arrow-white span, #body-wrapper .hs-button.btn-arrow-white .fl-button-text, #body-wrapper .hs-button.btn-arrow-white *, #body-wrapper .hs-button.hs-button, #body-wrapper .hs-button.hs-button span, #body-wrapper .hs-button.hs-button .fl-button-text, #body-wrapper .hs-button.hs-button * {
      color: #EA611E; }
    #body-wrapper .btn.btn-arrow-white:hover, #body-wrapper .btn.hs-button:hover, #body-wrapper .hs-button.btn-arrow-white:hover, #body-wrapper .hs-button.hs-button:hover {
      background-color: white; }
      #body-wrapper .btn.btn-arrow-white:hover, #body-wrapper .btn.btn-arrow-white:hover span, #body-wrapper .btn.btn-arrow-white:hover .fl-button-text, #body-wrapper .btn.btn-arrow-white:hover *, #body-wrapper .btn.hs-button:hover, #body-wrapper .btn.hs-button:hover span, #body-wrapper .btn.hs-button:hover .fl-button-text, #body-wrapper .btn.hs-button:hover *, #body-wrapper .hs-button.btn-arrow-white:hover, #body-wrapper .hs-button.btn-arrow-white:hover span, #body-wrapper .hs-button.btn-arrow-white:hover .fl-button-text, #body-wrapper .hs-button.btn-arrow-white:hover *, #body-wrapper .hs-button.hs-button:hover, #body-wrapper .hs-button.hs-button:hover span, #body-wrapper .hs-button.hs-button:hover .fl-button-text, #body-wrapper .hs-button.hs-button:hover * {
        color: #EA611E; }
    #body-wrapper .btn.btn-arrow-white:not(.btn-hollow):before, #body-wrapper .btn.hs-button:not(.btn-hollow):before, #body-wrapper .hs-button.btn-arrow-white:not(.btn-hollow):before, #body-wrapper .hs-button.hs-button:not(.btn-hollow):before {
      filter: brightness(1) invert(0); }
    #body-wrapper .btn.btn-arrow-white::before, #body-wrapper .btn.hs-button::before, #body-wrapper .hs-button.btn-arrow-white::before, #body-wrapper .hs-button.hs-button::before {
      position: absolute;
      content: '';
      top: 50%;
      right: 1.5em;
      transform: translateY(-50%);
      width: 15px;
      height: 12px;
      background-image: url(//21197698.fs1.hubspotusercontent-na1.net/hubfs/21197698/raw_assets/public/WLT-Multi-2026-Pre-Registration-Campaign-Clients-LP2025/img/arrow.svg); }

.navbar-toggler {
  padding: 0.75rem 0.531rem !important;
  transition: background 0.2s;
  background: transparent !important;
  border-radius: 0;
  border: 0 !important; }

.burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .burger-icon, .burger-icon::before, .burger-icon::after {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #424242;
    outline: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .burger-icon::before, .burger-icon::after {
    position: absolute;
    content: ""; }
  .burger-icon::before {
    top: -7px; }
  .burger-icon::after {
    top: 7px; }

.navbar-toggler:not(.collapsed) .burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .navbar-toggler:not(.collapsed) .burger-icon, .navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #424242;
    outline: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
    position: absolute;
    content: ""; }
  .navbar-toggler:not(.collapsed) .burger-icon::before {
    top: -7px; }
  .navbar-toggler:not(.collapsed) .burger-icon::after {
    top: 7px; }
  .navbar-toggler:not(.collapsed) .burger-icon {
    background-color: transparent; }
  .navbar-toggler:not(.collapsed) .burger-icon::before {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg); }
  .navbar-toggler:not(.collapsed) .burger-icon::after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }

nav.navbar {
  padding: 40px; }
  nav.navbar > .container-responsive {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  nav.navbar .navbar-brand {
    padding: 0;
    margin: 0; }
  nav.navbar .navbar-nav {
    margin-left: auto; }
  @media (max-width: 767px) {
    nav.navbar {
      padding: 20px; } }

h1, h2, h3, h4 {
  color:#3A3A3C;}
#body-wrapper {
  overflow-x: hidden; }
  #body-wrapper h1 {
    font-size: clamp(2.5rem, 4.0625vw, 3.75rem);
    font-weight: 700;
    line-height: 1.34; }
  #body-wrapper h2 {
    font-size: clamp(1.8rem, 2.925vw, 2.25rem);
    font-weight: 700;}
  #body-wrapper h3 {
    font-size: clamp(1.4rem, 2.275vw, 1.75rem);
    font-weight:600;
    line-height:1.5; }
  #body-wrapper h4 {
    font-size: clamp(1.2rem, 1.95vw, 1.5rem); }
  #body-wrapper h5 {
    font-size: clamp(1.125rem, 1.625vw, 1.25rem); }
  #body-wrapper h6 {
    font-size: clamp(1rem, 1.4625vw, 1.125rem); }
  #body-wrapper p {
    font-size: clamp(1rem, 1.3vw, 1rem);
    color: #424242; }
  #body-wrapper .subheading {
    font-weight: 600;
    color: #5CC7F9;
    text-transform: uppercase; }
  #body-wrapper .highlight {
    text-transform: uppercase;
    color: #B4E6FA;
    font-weight: 600;
    font-size: clamp(1.375rem, 2.1125vw, 1.625rem); }
    @media (max-width: 991px) {
      #body-wrapper .highlight {
        margin-top: 2em; } }
  #body-wrapper .small-text {
    font-size: 14px; }
  #body-wrapper .form-container .hs-input:not(.hs-submit) {
    background-color: white;
    border: none;
    color: #424242;
    height: 40px;
    font-size: .875rem;
    font-weight: normal;
    padding: 1em;
    border-radius: 7px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    max-width: 100%; }
  #body-wrapper .form-container .hs_submit {
    margin-top: 1.5rem; }
  #body-wrapper .form-container ::placeholder {
    color: #b3b3b3; }
  #body-wrapper .form-container .actions {
    width: fit-content;
    position: relative;
    cursor: pointer !important;
    z-index: 0;
    display:block;
    margin:auto; }
    #body-wrapper .form-container .actions:hover::before {
      transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
      transform: translatey(-0.45rem);
      filter: brightness(0) invert(1); }
    #body-wrapper .form-container .actions::before {
      position: absolute;
      content: '';
      top: 50%;
      right: 1.5em;
      transform: translateY(-50%);
      width: 15px;
      height: 12px;
      background-image: url(//21197698.fs1.hubspotusercontent-na1.net/hubfs/21197698/raw_assets/public/WLT-Multi-2026-Pre-Registration-Campaign-Clients-LP2025/img/arrow.svg);
      z-index: 2;
      pointer-events: none; }
  #body-wrapper .video-iframe {
    width: 100%;
    height: auto;
    display: none;
    /* Hide video initially */
    aspect-ratio: 16/9; }
  #body-wrapper .video-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer; }

  #body-wrapper #page-footer {
    background-color: #0D4471;
    padding: 0 80px; }
    #body-wrapper #page-footer .iconcirc {
      display: flex;
      width: 60px;
      height: 60px;
      text-align: center;
      background: #FED049;
      border-radius: 200px;
      margin-right: 2rem;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      transition: .3s;}
    #body-wrapper #page-footer .iconcirc:active,
    #body-wrapper #page-footer .iconcirc:hover {
      background: #fff;}
    #body-wrapper #page-footer .iconcirc img {
      margin-right: 0}
    #body-wrapper #page-footer .linked-in {
      border-left: 1px solid #74889B; }
    #body-wrapper #page-footer .col-12 {
      padding: 70px 15px;
      justify-content: center;
      align-items: center; }
    #body-wrapper #page-footer img {
      margin-right: 2em; }
    #body-wrapper #page-footer p {
      font-size: 1.25rem;
      font-weight: 500;
      margin-bottom: 0;
      color: #FFFFFF;
      max-width: 225px;
      width: 100%; }
    #body-wrapper #page-footer #footerleft p {
      line-height: 1.3;}
    #body-wrapper #page-footer #footerleft p a {
      font-weight: normal;
      color: #fff;
      font-size: 14px;
      display: inline-block;
      margin-top: .75rem;}
    #body-wrapper #page-footer #footerleft p a:hover {
      color: #FED049;}
    #body-wrapper #page-footer .text p {
      font-size: .875rem; }
      #body-wrapper #page-footer .text p.emphasis {
        color: #FED049;
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 9px;
        letter-spacing: .5px; }
    @media (max-width: 1200px) {
      #body-wrapper #page-footer .col-12:not(.linked-in) p {
        font-size: 1rem; } }
    @media (max-width: 991px) {
      #body-wrapper #page-footer {
        padding: 0 60px; }
        #body-wrapper #page-footer .col-12 {
          padding: 60px 15px; } }
    @media (max-width: 767px) {
      #body-wrapper #page-footer {
        padding: 20px 0; }
        #body-wrapper #page-footer .linked-in {
          border-left: none;
          border-top: 1px solid #74889B; }
        #body-wrapper #page-footer .col-12 {
          padding: 20px 15px; } }

.text-teal {color: #33A3A8!important;}
.text-yellow {color: #FED049}
@media (max-width: 767px) {
  .mgap-2 {row-gap: 2rem;}}

#body-wrapper #pageheader {
  background-color: #0D4471;}
#body-wrapper #pageheader nav.navbar {
  padding: 1rem 2rem;}
#body-wrapper #pageheader .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}
#body-wrapper #pageheader .navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 14px;}
#body-wrapper #pageheader .navbar-nav .nav-link:active,
#body-wrapper #pageheader .navbar-nav .nav-link:hover {
  color: #FED049;}
  @media (min-width: 992px) {
    #body-wrapper #pageheader nav.navbar .navbar-nav {
      gap: 50px;}}
  @media (max-width: 991px) {
    #body-wrapper #pageheader .navbar-brand img {
      width: 100px;}
    #body-wrapper #pageheader .navbar-nav .nav-link {
      text-align: center;}}

#body-wrapper #page-content #pagehero h1 {
  position: relative;
  z-index: 1;}
#body-wrapper #page-content #pagehero .loadingdots {
  display: inline-block;
  position: relative;
  top: 2px;}
#body-wrapper #page-content #pagehero .loadingdot {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 200px;
  background-color: #FED049;
  float: left;
  margin: 0 3px;
  animation: blink 1.3s infinite;}
#body-wrapper #page-content #pagehero .loadingdots .loadingdot:first-child {
  margin-left: 0;}
#body-wrapper #page-content #pagehero .loadingdots .loadingdot:last-child {
  margin-right: 0;}
#body-wrapper #page-content #pagehero .loadingdot.orange {
  background-color: #F28033;
  animation-delay: 0.3s;}
#body-wrapper #page-content #pagehero .loadingdot.teal {
  background-color: #33A3A8;
  animation-delay: 0.6s;}
  @keyframes blink {
    0%, 80%, 100% {opacity: 1;}
    40% {opacity: 0;}}
#body-wrapper #page-content #pagehero #hero-imgtext {
  padding-bottom: 40px;
  background: url("//21197698.fs1.hubspotusercontent-na1.net/hubfs/21197698/raw_assets/public/WLT-Multi-2026-Pre-Registration-Campaign-Clients-LP2025/img/hero-divider.png") left bottom repeat-x;
  background-size: auto 29px;}
#body-wrapper #page-content #pagehero .herotextcol h3 {
  margin-top: 2rem;
  margin-bottom: .75rem;}
#body-wrapper #page-content #pagehero .heroimgcol {
  margin-top: -12.3%;}
  @media (min-width: 1200px) {
    #body-wrapper #page-content #pagehero .heroimgcol img {
      max-width: 120%;}}
  @media (min-width: 992px) {
    #body-wrapper #page-content #pagehero .herotextcol p {
      padding-right: 80px;}}
  @media (max-width: 1199px) {
    #body-wrapper #page-content #pagehero .heroimgcol {
      margin-top: 0}}

#body-wrapper #page-content #more-details {
  padding-block: 45px;}
#body-wrapper #page-content #more-details #progressbar {
  display: block;
  width: 400px;
  max-width: 100%;
  border-radius: 200px;
  border: 1px solid #3A3A3C;
  margin: 13px auto;
  padding: 4px;}
#body-wrapper #page-content #more-details #progressbar #percentbar {
  display: block;
  max-width: 100%;
  min-height: 27px;
  border-radius: 200px;
  background: linear-gradient(to right, #FED049, #F4A031);
  transition: width 3s ease-in-out;
  width: 0;}

#body-wrapper #page-content #register {
  background: #FED049;}
#body-wrapper #page-content #register .form-container fieldset {
  max-width: 100%;}
#body-wrapper #page-content #register .form-container .hs-form-field {
  margin-bottom: 1rem;
  font-size: 14px;
  text-align: left;}
#body-wrapper #page-content #register .form-container .hs-form-field > label {
  margin-bottom: 3px;}
#body-wrapper #page-content #register .form-container fieldset.form-columns-2 .input {
  margin-right: 10px;}
#body-wrapper #page-content #register .form-container .hs-richtext {
  padding: 5px .5rem 0;}
#body-wrapper #page-content #register .form-container .hs-button.hs-button {
  background: #33A3A8;
  color: #fff;
  border: 1px solid #3A3A3C;
  font-size: 12px;
  font-weight: 500;
  height: 36px;
  min-width: 130px;
  padding-left: 1.25rem;}
#body-wrapper #page-content #register .form-container .hs-button.hs-button:active,
#body-wrapper #page-content #register .form-container .hs-button.hs-button:hover {
  background: #3A3A3C;}
#body-wrapper #page-content #register .form-container .actions::before {
  width: 16px;
  background-image: url("//21197698.fs1.hubspotusercontent-na1.net/hubfs/21197698/raw_assets/public/WLT-Multi-2026-Pre-Registration-Campaign-Clients-LP2025/img/arrow-btn.svg");
  background-position: right;
  right: 20px;}
#body-wrapper #page-content #register .form-container ul.hs-error-msgs.inputs-list {
  list-style: none;
  z-index: 1;
  font-size: 12px;
  color: red;
  padding: 0;
  line-height: 1.2;
  margin: 8px 0 5px;}
#body-wrapper #page-content #register .form-container ul.hs-error-msgs.inputs-list li {padding-left: 0}
#body-wrapper #page-content #register .form-container .hs-error-msg {
  color: red;
  font-size: 13px;
  font-weight: normal;}
#body-wrapper #page-content #register .bottomtext p {
  font-size: 14px;}
#body-wrapper #page-content #register .bottomtext > *:last-child {
  margin-bottom: 0;}
  @media (max-width: 767px) {
    #body-wrapper #page-content #register .row {
      flex-direction: column;
      gap: 2rem;}}

#body-wrapper #page-content #highlights {
  background: #D8EBE4;}
#body-wrapper #page-content #highlights .container-responsive {
  max-width: 1030px;}
#body-wrapper #page-content #highlights h2 {
  margin-bottom: 3.25rem;}
#body-wrapper #page-content #highlights img {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  margin-bottom: 1.25rem;}
  @media (max-width: 767px) {
    #body-wrapper #page-content #highlights h2 {
      margin-bottom: 2rem;}}

#body-wrapper #thankYouModal .container-responsive {
  padding-bottom: 150px;
  background: url("//21197698.fs1.hubspotusercontent-na1.net/hubfs/21197698/raw_assets/public/WLT-Multi-2026-Pre-Registration-Campaign-Clients-LP2025/img/hero-divider.png") left bottom repeat-x;
  background-size: auto 29px;}
#body-wrapper #thankYouModal .modal-content {
  background-color: #FED049;}
#body-wrapper #thankYouModal p {
  margin: 0;
  font-size: clamp(1.75rem, 4.0625vw, 3.75rem);
  font-weight: 700;
  line-height: 1.3;}
#body-wrapper #thankYouModal .btn-close {
  background: url("//21197698.fs1.hubspotusercontent-na1.net/hubfs/21197698/raw_assets/public/WLT-Multi-2026-Pre-Registration-Campaign-Clients-LP2025/img/icon-close.svg") center no-repeat;
  opacity: 1;
  width: 36px;
  height: 36px;
  background-size: 36px;
  position: absolute;
  right: 3%;
  top: 4%;
  z-index: 1;}
  @media (max-width: 991px) {
    #body-wrapper #thankYouModal .container-responsive {
      padding-bottom: 100px;}}
  @media (max-width: 767px) {
    #body-wrapper #thankYouModal .container-responsive {
      padding-bottom: 70px;}
    #body-wrapper #thankYouModal .btn-close {
      width: 1.5rem;
      height: 1.5rem;
      background-size: 1.5rem;}}

#body-wrapper .btn.btn-arrow {
  background: #33A3A8;
  color: #fff;
  border: 1px solid #3A3A3C;
  font-size: 12px;
  font-weight: 500;
  min-width: 130px;
  padding: 0.7em 3.75em 0.7em 2.25em;
  line-height: 1.45;
  text-decoration: none !important;
}
#body-wrapper .btn.btn-arrow:active,
#body-wrapper .btn.btn-arrow:hover {
  background: #3A3A3C;}
#body-wrapper .btn.btn-arrow:after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 12px;
  z-index: 2;
  pointer-events: none;
  width: 16px;
  background-image: url("//21197698.fs1.hubspotusercontent-na1.net/hubfs/21197698/raw_assets/public/WLT-Multi-2026-Pre-Registration-Campaign-Clients-LP2025/img/arrow-btn.svg");
  background-position: right;
  right: 20px;}

#body-wrapper #sponsor-conference {
  background-color: #D8EBE4;}
#body-wrapper #sponsor-conference #sc-col-text h2 {
  margin-bottom: 33px;
  line-height: 1.3;}
#body-wrapper #sponsor-conference #sc-col-text h5 {
  color: #007580;
  font-weight: 600;}
#body-wrapper #sponsor-conference #sc-col-img img {
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);}
#body-wrapper #sponsor-conference #sc-col-img p {
  font-size: 12px;}

#body-wrapper #register-form h2 {
  line-height: 1.4;}
#body-wrapper #page-content #register-form {
  background: #FED049;}
#body-wrapper #page-content #register-form .form-container fieldset {
  max-width: 100%;}
#body-wrapper #page-content #register-form .form-container .hs-form-field {
  margin-bottom: 1rem;
  font-size: 14px;
  text-align: left;}
#body-wrapper #page-content #register-form .form-container .hs-form-field > label {
  margin-bottom: 3px;}
#body-wrapper #page-content #register-form .form-container fieldset.form-columns-2 .input {
  margin-right: 10px;}
#body-wrapper #page-content #register-form .form-container .hs-richtext {
  text-align: left;
  font-size: 14px;}
#body-wrapper #page-content #register-form .form-container .hs-button.hs-button {
  background: #33A3A8;
  color: #fff;
  border: 1px solid #3A3A3C;
  font-size: 12px;
  font-weight: 500;
  height: 36px;
  min-width: 130px;
  padding-left: 1.25rem;}
#body-wrapper #page-content #register-form .form-container .hs-button.hs-button:active,
#body-wrapper #page-content #register-form .form-container .hs-button.hs-button:hover {
  background: #3A3A3C;}
#body-wrapper #page-content #register-form .form-container .actions::before {
  width: 16px;
  background-image: url("//21197698.fs1.hubspotusercontent-na1.net/hubfs/21197698/raw_assets/public/WLT-Multi-2026-Pre-Registration-Campaign-Clients-LP2025/img/arrow-btn.svg");
  background-position: right;
  right: 20px;}
#body-wrapper #page-content #register-form .form-container ul.hs-error-msgs.inputs-list {
  list-style: none;
  z-index: 1;
  font-size: 12px;
  color: red;
  padding: 0;
  line-height: 1.2;
  margin: 8px 0 5px;}
#body-wrapper #page-content #register-form .form-container ul.hs-error-msgs.inputs-list li {padding-left: 0}
#body-wrapper #page-content #register-form .form-container .hs-error-msg {
  color: red;
  font-size: 13px;
  font-weight: normal;}
#body-wrapper #page-content #register-form .form-container .hs-input.hs-fieldtype-textarea {
  height: 140px;}
#body-wrapper #page-content #register-form .bottomtext p {
  font-size: 14px;}
#body-wrapper #page-content #register-form .bottomtext > *:last-child {
  margin-bottom: 0;}
  @media (max-width: 767px) {
    #body-wrapper #page-content #register-form .row {
      flex-direction: column;
      gap: 2rem;}}

#body-wrapper #sponsorship {
  overflow: hidden;}
#body-wrapper #sponsorship #sponsorship-col-left {
  position: relative;
  z-index: 1;}
#body-wrapper #sponsorship h5 {
  color: #007580;
  font-weight: 600;}
#body-wrapper #sponsorship .table {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6;}
#body-wrapper #sponsorship .table em {
  font-weight: 300;}
#body-wrapper #sponsorship .table td {
  background: none;
  color: #ffffff;
  border-color: rgb(216 235 228 / 25%);
  padding: .6rem 0;}
#body-wrapper #sponsorship .sponsorship-table {
  background: #007580;
  padding: 14px 18px;
  margin-bottom: 2rem;
  width: 100%;}
#body-wrapper #sponsorship .sponsorship-table .table tbody > tr:last-child td {
  border-bottom: none;}
#body-wrapper #sponsorship .sponsorship-table .table tbody > tr td:first-child {
  padding-right: 10px;
  padding-left: 32px;
  position: relative;}
#body-wrapper #sponsorship .sponsorship-table .table tbody > tr td:first-child:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 200px;
  background: #F28033;
  border: 1px solid #3A3A3C;
  position: absolute;
  left: 0;
  top: 11px;}
#body-wrapper #sponsorship .sponsorship-table .table tbody > tr td:last-child {
  text-align: right;}

#body-wrapper #sponsorship #logoCarousel {
  position: relative;
  padding-right: 35px;
  padding-left: 35px;
  text-align: center;
  margin-block: 2rem;
  max-width: 100%;
  width: 700px;}
#body-wrapper #sponsorship .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;}
#body-wrapper #sponsorship .logo-item img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.3;}
#body-wrapper #sponsorship .carousel-nav {
  background: transparent;
  outline: 0 !important;
  padding: 0;
  border: none;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;}
#body-wrapper #sponsorship .carousel-nav.carousel-nav-next {
  left: unset;
  right: 0;}
#body-wrapper #sponsorship .carousel-control-next-icon, .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
  background-size: 12px;}
#body-wrapper #sponsorship .carousel-control-prev-icon {
  background-image: url("//21197698.fs1.hubspotusercontent-na1.net/hubfs/21197698/raw_assets/public/WLT-Multi-2026-Pre-Registration-Campaign-Clients-LP2025/img/arrow-teal-left.svg");}
#body-wrapper #sponsorship .carousel-control-next-icon {
  background-image: url("//21197698.fs1.hubspotusercontent-na1.net/hubfs/21197698/raw_assets/public/WLT-Multi-2026-Pre-Registration-Campaign-Clients-LP2025/img/arrow-teal-right.svg");}  
#body-wrapper #sponsorship #opportunities-img img {
  max-width: 155%;
  margin-left: -20%;
  margin-top: -10%;}
  @media (max-width: 1300px) {
    #body-wrapper #sponsorship #opportunities-img img {
      max-width: 140%;
      margin-left: 0;}
  }
  @media (max-width: 991px) {
    #body-wrapper #sponsorship #opportunities-img {
      display: none;}
    #body-wrapper #sponsorship #opportunities-img img {
      margin: 0 auto;
      display: block;
      max-width: 300px;}
    #body-wrapper #sponsorship #logoCarousel {
      width: 100%;}}