/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

:root {
  --jm-orange: #D04500;
  --jm-light-orange: #ff6c14;
  --jm-teal: #00a3af;
  --jm-dark-teal: #002F35;
  font-family: "Inter", sans-serif !important;
  color: var(--jm-dark-teal);
}

:host, html {
  font-family: "Inter", sans-serif !important;
}
body {
  font-family: "Inter", sans-serif !important;
}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0 0 1.0rem !important;
}
.fill-teal1 { fill: #ffffff; }
.fill-teal2 { fill: #ffffff; }
.fill-teal3 { fill: #ffffff; }
.buffer {
  padding: 0 1.5rem;
}

.hs_cos_wrapper_type_rich_text a {
  color: #d04500;
}

.hero-mod {
    background: transparent;
    left: 0;
    padding: 0 1.5rem;
    right: 0;
    top: 0;
}

/** Text Link **/
.text-link {
    color: unset
    text-decoration: unset;
}
/** Text Link **/

h1, .h1 {
  font-size: 3.25rem !important;
  margin: 0 0 1.4rem !important;
  color: inherit;
  line-height: 1.2;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
}
h2, .h2 {
  font-size: 3rem !important;
  margin: 0 0 1.4rem !important;
  color: inherit;
  line-height: 1.2;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
}
h3, .h3 {
  font-size: 2.25rem !important;
  margin: 0 0 1.4rem !important;
  color: inherit;
  line-height: 1.2;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
}
h4, .h4 {
  font-size: 2rem !important;
  margin: 0 0 1.4rem !important;
  color: inherit;
  line-height: 1.2;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
}
h5, .h5 {
  font-size: 1.5rem !important;
  margin: 0 0 1.4rem !important;
  color: inherit;
  line-height: 1.25;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
}
h6, .h6 {
  font-size: 1rem !important;
  line-height: 1.5;
  margin: 0 0 1.4rem !important;
  color: inherit;
  text-transform: capitalize;
  letter-spacing: 0.125rem !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
}
p {
  font-size: 1.125rem;
  margin: 0 0 1.4rem;
  color: inherit;
  line-height: 1.5;
  font-family: "Inter", sans-serif !important;
}
span{
  font-size: inherit;
  margin: inherit;
  color: inherit;
  line-height: inherit;
  font-family: inherit;
}
ul, li {
  font-size: 1.125rem;
  margin: inherit;
}
.spanfix {
  display: inline;
  font-weight: inherit;
  font-size: inherit;
  white-space: nowrap;
}
.waves {
  background-image: image-set(
    url('https://23849971.fs1.hubspotusercontent-na1.net/hubfs/23849971/Microsite%20Theme%20Img/waves.png') 1x,
    url('https://23849971.fs1.hubspotusercontent-na1.net/hubfs/23849971/Microsite%20Theme%20Img/waves@2x.png') 2x
  );
  background-image: url('https://23849971.fs1.hubspotusercontent-na1.net/hubfs/23849971/Microsite%20Theme%20Img/waves.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.dnd-section.is-full-width {
  width: 100% !important;
  max-width: 100% !important;
}
.dnd-column {
  width: 100% !important;
  max-width: 100% !important;
}

.dnd_area-row-0-background-layers {
  background-image: none !important;
}

.theme-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
header {
  background-color: rgba(255, 255, 255, 0.0);
  /*padding: 0 1.5rem; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  font-family: "Inter", sans-serif !important;
}

header.dark {
  background-color: rgba(255, 255, 255, 1.0);
}

.header-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem;
  position: relative;
  z-index: 900;
}
.logo img {
  height: 40px;
}
.nav-wrapper {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 2rem;
}
.nav-left {
  display: flex;
  gap: 4rem;
}
.nav-right {
  display: flex;
  gap: 1rem;
}
.nav-right li {
  display: inline-block;
}
.nav-right li a {
  text-decoration: none;
  font-weight: 500;
}

nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.nav-left > li.has-mega:hover::before {
  visibility: visible;
  opacity: 1;
}
nav li {
  position: relative;
}
nav {
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem;
  display: inline-block;
}
.nav-btn {
  display: inline-block;
  text-decoration: none !important;
  font-family: "Inter", sans-serif !important;
  background-color: var(--jm-orange);
  border-radius: 30px;
  color: #fff;
  font-size: 0.813rem !important;
  line-height: 24px;
  font-weight: 700 !important;
  letter-spacing: 2px;
  padding: 10px 24px;
  white-space: nowrap;
}
.btn {
  display: inline-block;
  text-decoration: none !important;
  font-family: "Inter", sans-serif !important;
  border-radius: 30px;
  font-size: 0.813rem !important;
  line-height: 0.813rem;
  font-weight: 700 !important;
  letter-spacing: 2px;
  padding: 1.1rem 1.875rem;
  min-width: 190px;
  max-width: 325px;
  text-align: center;
}

.nav-text {
  color: var(--jm-dark-teal);
}
.nav-text:hover {
  color: var(--jm-light-orange);
}
.primary {
  background-color: var(--jm-orange);
  color: #fff;
  border: 1px solid var(--jm-orange);
  text-transform: uppercase;
}
.primary:hover {
  background-color: var(--jm-light-orange);
  border: 1px solid var(--jm-light-orange);
}
.secondary {
  background-color: none;
  color: #000;
  border: 2px solid var(--jm-teal);
  text-transform: uppercase;
}
.secondary.dark {
  color: #fff;
  border: 1px solid #ffffff;
  text-transform: uppercase;
}
.secondary:hover, .secondary-dark:hover {
  color: #fff;
  background-color: var(--jm-teal);
}
.menu-link-wrapper {
  position: relative;
  display: inline-block;
}
.has-mega {
  position: relative;
}
.mega-caret {
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  bottom: 0;
  display: none;
  height: 0;
  left: 50%;
  position: absolute;
  top: 37px;
  transform: translateX(-50%);
  z-index: 51;
}
.has-mega:hover .mega-caret {
  display: block;
}
.has-mega:hover .nav-text {
  color: var(--jm-light-orange);
}
.has-mega:hover .mega-menu, .has-mega:focus-within .mega-menu {
  display: flex;
}
.mega-menu {
  top: calc(100% + 25px);
  right: auto;
  z-index: 50;
  display: none;
  position: absolute;
  left: -150px;
  background: white;
  width: auto;
  min-height: 210px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 0;
  flex-direction: row;
  overflow: hidden;
  font-size: 16px;
}
.column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.column.left {
  min-width: 350px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.column.middle {
  min-width: 350px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.column.right {
  min-width: 350px;
  color: #fff;
  text-align: left;
  position: relative;
  padding: 2rem 1.5rem;
}
.column h4 {
  text-transform: uppercase;
  font-size: 12px;
  color: #029696;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0.2rem;
}
.column.left li strong, .column.middle li strong {
  color: #002F35;
}
.column.left li, .column.middle li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 1.25rem;
}
.invisible-header {
  visibility: hidden;
  height: 1.2rem;
  margin-bottom: 1.2rem;
}
.column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.column li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.column.left li img, .column.middle li img {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}
.bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #CCCCCC;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}
.desc, .desc code, .desc code span, .desc p span, .desc * {
  font-size: 14px;
  color: #7b91a8;
  margin: 2px 0 0;
  font-weight: 400;
  line-height: 1.5;
}
.stat {
  line-height: 1;
}
.label {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 0.7rem;
  margin-bottom: 2rem;
}
.arrow {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--jm-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}
.join-btn {
  background: var(--jm-orange);
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
}
.menu-bars {
  align-items: flex-end;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.mobile-menu-toggle {
  align-items: flex-end;
  display: flex;
  background: none;
  border: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
}
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 10000;
  overflow-y: auto;
  padding: 1.5rem;
  font-family: "Inter", sans-serif;
}
.mobile-nav.active {
  display: block;
}
.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header img {
  height: 41px;
}
.mobile-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.accordion-toggle {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 1rem 0;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.accordion-toggle.open svg {
  transform: rotate(180deg);
}
.accordion-toggle.open .accordion-text {
  color: #00A3AF;
}
.accordion-toggle.open .menu-title {
  color: #00A3AF;
  text-transform: uppercase;
}
.accordion-toggle.open .top-arrow {
  transform: rotate(180deg);
}
.accordion-toggle.open .bottom-arrow {
  transform: rotate(180deg);
}
.accordion-content {
  display: none;
  padding-left: 1rem;
}
.accordion-content ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
}
.accordion-content li {
  margin-bottom: 1rem;
}
.accordion-content .desc {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}
.mobile-footer {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mobile-footer a {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1150px) {
  .column.left, .column.middle {
    min-width: 280px;
  }
}

@media (max-width: 768px) {
  nav, .nav-right {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
    top: 1.5rem;
    right: 1rem;
    z-index: 10001;
  }
}

.mobile-nav.active {
  transform: translateX(0%);
}
/** Buttom Style **/
.button, .form [type="submit"] {
  background-color: var(--jm-orange);
  border: 2px solid var(--jm-orange);
  border-radius: 30px;
  color: #fff;
  display: block;
  font-family: "Inter",sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 0.7rem 2.143rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

a.cta_button:hover {
  background-color: var(--jm-light-orange);
  border-color: var(--jm-light-orange);
}
.button-outlined-tertiary {
  background-color: transparent;
  border: 2px solid var(--jm-dark-teal);
  color: var(--jm-dark-teal);
}

.button-outlined:hover {
  border: 2px solid var(--jm-light-orange);
  background-color: var(--jm-light-orange);
  color: #FFFFFF;
}

.button-outlined {
  border: 2px solid var(--jm-light-orange);
  background-color: transparent;
  color: #ffffff;
}

.button-outlined-tertiary:hover {
  background-color: #002f35;
  border: 2px solid var(--jm-dark-teal);
  -webkit-box-shadow: 0 16px 21px -15px rgba(0,47,53,.5);
  box-shadow: 0 16px 21px -15px rgba(0,47,53,.5);
  color: #fff;
}

.button-white-outlined {
  border: 2px solid ;
  background-color: transparent;
  color: ;
}
.button-white-outlined:hover {
  background-color: ;
  color: ;
  -webkit-box-shadow: 0 16px 21px -15px rgba(255, 255, 255, 0.5);
  box-shadow: 0 16px 21px -15px rgba(255, 255, 255, 0.5);
}
/** Button Style **/
/** Temporary **/
.hsfc-Form {
    overflow-x: hidden;
}
#hs_form_target_widget_1757612330677-2683543763269 {
position: absolute;
left: -1000px;
}

.cta-container {
	/*display: flex;*/
	align-items: center;
	gap: 12px;
	position: relative;
  padding-top: 20px;
  padding-bottom:20px;
  
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}

.cta-container .cta-text-btn {
  padding-right: 70px !important;
}

.cta-text-btn {
	position: relative;
  padding: 1.1rem 1.875rem !important;
  border:2px solid var(--jm-teal);
  white-space: nowrap;
  min-width:250px;
}

.cta-container img {
	width: 40px;
	height: 40px;
	cursor: pointer;
	/*transition: transform 0.3s ease, box-shadow 0.3s ease;*/
  
  
  position: absolute;
  /*right: 24px;*/
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.cta-container:hover img,
.cta-container:active img,
.cta-container:focus img {
	/*transform: scale(1.2);*/
}


/** Email preferences **/
.body-container-wrapper-preference { padding-bottom: 100px; }

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */
#hs-membership-form a[class*="show-password"] {
  font-size: 0.75rem;
}

/* Input error messages */
.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}
.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}

.container_content1 { margin: 0 auto; max-width: 1440px; }

.subscriptionPreferences-mod{
  padding: 230px 0 60px;
  position: relative;
  overflow: hidden;
  margin-bottom: -60px;
}

.subscriptionPreferences-mod.confirmation-mod{ padding-top: 160px; }

.subscriptionPreferences-mod .sp-bg{
  display: block;
  width: 100%;
  height: 90%;
  background: #00A3AF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.subscriptionPreferences-mod.confirmation-mod .sp-bg,
.subscriptionPreferences-mod.unsubscribe-mod .sp-bg{ height: 83%; }

.subscriptionPreferences-mod .sp-pattern{
  display: inline-block;
  position: absolute;
  top: 320px;
  left: -40px;
}

.subscriptionPreferences-mod div.hs_cos_wrapper_type_module{
  max-width: 1440px;
  padding: 0 30px 50px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  box-shadow: 20px 20px 40px 0 rgba(0,0,0,0.20);
}

.subscriptionPreferences-mod .header{ position: inherit; top: inherit; left: inherit; }

.subscriptionPreferences-mod:not(.unsubscribe-mod) .page-header{
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
  /* border-bottom:1px solid #F0F0F0; */
  padding-bottom: 30px;
}

.subscriptionPreferences-mod .page-header br{ display: none; }
.subscriptionPreferences-mod .page-header p:last-child{ margin-bottom: 0; }

.subscriptionPreferences-mod #email-prefs-form{ margin-top: 40px; }

.subscriptionPreferences-mod span.hs_cos_wrapper_type_email_subscriptions_confirmation{
  display: block;
  margin-top: 40px;
}

.subscriptionPreferences-mod .page-header h1{
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: #002F35;
}


@media (min-width: 768px) and (max-width: 1023px) {
  .cta-container {
    padding-top: 0px;
    padding-bottom:0px;
  }
}

@media (max-width: 767px) {
  .cta-container {
    padding-top: 0px;
    padding-bottom:0px;
  }
}


@media (max-width: 919px){

  .subscriptionPreferences-mod .page-header h1{
    bottom: 100%;
    margin-bottom: 16px;
    padding: 0 24px;
  }

  .subscriptionPreferences-mod div.hs_cos_wrapper_type_module{
    margin-top: 90px;  /* adjust 80–110px if needed */
    padding-top: 24px; /* keeps content comfortable after shifting */
  }

  .subscriptionPreferences-mod #email-prefs-form,
  .subscriptionPreferences-mod span.hs_cos_wrapper_type_email_subscriptions_confirmation,
  .subscriptionPreferences-mod .success{
    box-sizing: border-box;
  }
}

.subscriptionPreferences-mod h2{
  width: auto;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.16;
  letter-spacing: 0;
  margin-bottom: 5px;
  word-break: break-all;
  /*word-break: keep-all;
  overflow-x: auto;
  overflow-y: hidden;*/
  padding-bottom: 5px;
}

.hs-subscriptions-secondary-button{ border-radius: 30px; }

.subscriptionPreferences-mod .email-prefs .header,
.subscriptionPreferences-mod .success,
.subscriptionPreferences-mod h3{
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
  margin-bottom: 20px;
}

.subscriptionPreferences-mod .email-prefs .item{ margin-bottom: 20px; }

.subscriptionPreferences-mod .email-prefs .item-inner,
.subscriptionPreferences-mod .email-prefs .subscribe-options{
  font-size: 14px;
  line-height: 1.75;
}

.subscriptionPreferences-mod .email-prefs input[type=checkbox]{ margin-right: 20px; }
.subscriptionPreferences-mod .email-prefs .item-inner .fakelabel{ font-weight: 700; }
.subscriptionPreferences-mod .email-prefs .item-inner p{ padding-left: 37px; margin: 0; }

.subscriptionPreferences-mod .hs-button{
  width: 100%;
  padding: 14px 30px;
  background: #D04500;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 2px;
  color: #FFF;
  text-transform: uppercase;
  box-sizing: border-box;
  
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: center;
  height: auto;
}

@media only screen and (min-width: 920px){
  .subscriptionPreferences-mod{ padding: 300px 0 60px; }
  .subscriptionPreferences-mod.confirmation-mod{ padding-top: 200px; }

  .subscriptionPreferences-mod .sp-pattern{
    top: 170px;
    right: -45%;
    left: unset;
  }

  .subscriptionPreferences-mod div.hs_cos_wrapper_type_module{
    max-width: 1440px;
    padding: 0 80px 80px;
    margin-top: 0;     /* ensure mobile push-down does not affect desktop */
  }

  .subscriptionPreferences-mod #email-prefs-form,
  .subscriptionPreferences-mod span.hs_cos_wrapper_type_email_subscriptions_confirmation{
    display: flex;
    margin-top: 80px;
    column-gap: 40px;
  }

  /* Desktop heading positioning */
  .subscriptionPreferences-mod .page-header h1{
    bottom: 100%;
    margin-bottom: 50px !important;
    font-size: 60px !important;
    color: #002F35;
  }

  .subscriptionPreferences-mod .page-header{
    max-width: 30%;
    border: none;
  }

  .subscriptionPreferences-mod .page-header *{ /*width: 190px;*/ }

  .subscriptionPreferences-mod .email-prefs,
  .subscriptionPreferences-mod .success{
    padding-left: 50px;
    border-left: 1px solid #F0F0F0;
  }

  .subscriptionPreferences-mod .email-prefs .header,
  .subscriptionPreferences-mod .success,
  .subscriptionPreferences-mod h3{
    font-size: 21px;
    line-height: 1.47;
  }

  .subscriptionPreferences-mod .email-prefs .item-inner,
  .subscriptionPreferences-mod .email-prefs .subscribe-options{
    font-size: 16px;
  }

  .subscriptionPreferences-mod .hs-button{ width: auto; border-radius: 30px;}
}
/** Email preferences **/