/* @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.5;
  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;
}
.mobile-menu-toggle {
  display: none;
  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;
}

.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: 45px;
	height: 45px;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta-container:hover img,
.cta-container:active img,
.cta-container:focus img {
	transform: scale(1.2);
}