/* @import url('http://example.com/example_style.css'); */
@import url('https://d55v2c57qi471.cloudfront.net/fonts/741409/FADB0DDB07CB90162.css');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
  {
  % include "hubspot/styles/responsive/modules.css" %
}

  {
  % include "hubspot/styles/patches/recommended.css" %
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  width: 100%;
  font-family: "Neue Frutiger World", sans-serif;
}

h2,
h3 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
}

h1 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 2.75em;
  font-weight: 700
}

h4,
h5,
h6 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 600;
}

p {
  font-size: 18px;
  line-height: 160%;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

::-webkit-input-placeholder {
  font-family: "Gotham A", "Gotham B", sans-serif;
  padding-left: 7px;
}

:-ms-input-placeholder {
  font-family: "Gotham A", "Gotham B", sans-serif;
  padding-left: 7px;
}

::placeholder {
  font-family: "Gotham A", "Gotham B", sans-serif;
  padding-left: 7px;
}


.bodyContainer {
  float: none !important;
  margin: 0px auto !important;
  max-width: 1200px !important;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width:1350px) {
  .bodyContainer {
    padding-left: 35px;
    padding-right: 35px;
  }
}


.mainWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;

}

.inputs-list.multi-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
  padding-left: 0px;
}


.LPformContainer ul li {
  list-style: none;
  margin: 0px;
}

.LPformContainer ul {
  margin: 0px;
  padding: 0px;
}

.hs-form-radio {
  flex-basis: 100%;
}

.hs-form-checkbox {
  flex-basis: 100%;
  ;
  margin-left: 5px;

}

.hs-form-checkbox span {
  font-size: 15px;
  line-height: 1.56;
  display: flex;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.hs-form-radio span {
  font-size: 15px;
  display: flex;
}

.hs-input[type="radio"] {
  width: 15px !important;
  float: left;
  height: 15px;
  margin-right: 15px;
  margin-top: 3%;
  background-color: rgba(247, 247, 247, 1);
  -webkit-appearance: none;
}

input[type="checkbox"] {
  width: 15px !important;
  float: left;
  height: 15px;
  margin: 0 9px 0 0;
  background-color: rgba(247, 247, 247, 1);
  border: solid 1px #e2e0de;
}

form li.hs-form-checkbox {
  padding-bottom: 9px;
}

.hs-fieldtype-radio {
  color: #393B43;
}

.hs-fieldtype-checkbox {
  color: #393B43;

}

.LPformContainer .hs-input[type="text"],
.hs-input[type="email"],
.hs-input[type="tel"],
select {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  font-family: "Gotham A", "Gotham B";
  font-size: 14px;
  font-weight: 500;
  color: rgba(82, 85, 89, .7);
  border: solid 1px #e2e0de;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 8px 0 -4px rgb(244 244 244 / 57%);
  padding: 0 0 0 14px !important;
  margin: 10px 0 10px 0;
  transition: border-color 1s cubic-bezier(.19, 1, .22, 1);
}

textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 65px;
  font-family: "Gotham A", "Gotham B";
  font-size: 14px;
  font-weight: 500;
  color: rgba(82, 85, 89, .7);
  border: solid 1px #e2e0de;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 8px 0 -4px rgb(244 244 244 / 57%);
  padding: 14px 0 0 14px !important;
  margin: 10px 0 10px 0;
  transition: border-color 1s cubic-bezier(.19, 1, .22, 1);
}

.LPformContainer label,
.LPformContainer legend {
  color: #393B43;
  font-size: 14px;
  text-transform: uppercase;
}


.LPformContainer .hs-form-required {
  visibility: hidden;
  color: #fff;
}

.LPformContainer .hs-error-msg {
  color: #07a8e0;
  text-transform: capitalize;
}

.LPformContainer .hs-error-msg input {
  color: #07a8e0;
}

.LPformContainer .legal-consent-container {
  font-size: 12px;
  line-height: 25px;

}


@media screen and (max-width:540px) {
  .hs-form-radio {
    flex-basis: 100%;
  }

  .hs-form-checkbox {
    flex-basis: 100%;
  }
}


.contentContainer {
  float: none !important;
  margin: 0px auto !important;
  max-width: 700px !important;
}


@media screen and (max-width:775px) {

  .contentContainer {
    padding-left: 35px;
    padding-right: 35px;
  }

}


.hs-input {
  width: 100% !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width: 160px;
}

#main-menu #navbarNavDropdown ul {
  flex-wrap: inherit;
}

#main-menu li a {
  margin: 0px 10px 0px 0px;
}


/* 2025 New Styling */

/* Neue Frutiger World - Thin (100) */
@font-face {
  font-family: "Neue Frutiger World";
  src: url("/hubfs/Fonts/neue-frutiger-world/NeueFrutigerWorld-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Thin Italic (100) */
@font-face {
  font-family: "Neue Frutiger World";
  src: url("/hubfs/Fonts/neue-frutiger-world/NeueFrutigerWorld-ThinIt.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Light (300) */
@font-face {
  font-family: "Neue Frutiger World";
  src: url("/hubfs/Fonts/neue-frutiger-world/NeueFrutigerWorld-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic (300) */
@font-face {
  font-family: "Neue Frutiger World";
  src: url("/hubfs/Fonts/neue-frutiger-world/NeueFrutigerWorld-LightIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: "Neue Frutiger World";
  src: url("/hubfs/Fonts/neue-frutiger-world/NeueFrutigerWorld-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic (400) */
@font-face {
  font-family: "Neue Frutiger World";
  src: url("/hubfs/Fonts/neue-frutiger-world/NeueFrutigerWorld-RegularIt.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium (500) */
@font-face {
  font-family: "Neue Frutiger World";
  src: url("/hubfs/Fonts/neue-frutiger-world/NeueFrutigerWorld-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium Italic (500) */
@font-face {
  font-family: "Neue Frutiger World";
  src: url("/hubfs/Fonts/neue-frutiger-world/NeueFrutigerWorld-MediumIt.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: "Neue Frutiger World";
  src: url("/hubfs/Fonts/neue-frutiger-world/NeueFrutigerWorld-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic (700) */
@font-face {
  font-family: "Neue Frutiger World";
  src: url("/hubfs/Fonts/neue-frutiger-world/NeueFrutigerWorld-BoldIt.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black (900) */
@font-face {
  font-family: "Neue Frutiger World";
  src: url("/hubfs/Fonts/neue-frutiger-world/NeueFrutigerWorld-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic (900) */
@font-face {
  font-family: "Neue Frutiger World";
  src: url("/hubfs/Fonts/neue-frutiger-world/NeueFrutigerWorld-Regular.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.lp-new * {
  box-sizing: border-box;
  font-family: "Neue Frutiger World";
}

.lp-new :is(p, span, div, ul, li, label) {
  color: var(--Text-Gray, #334E5C);
  font-family: "Neue Frutiger World";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

img,
video {
  height: auto;
}

.lp-new .flex {
  display: flex;
}

.lp-new .col {
  flex-direction: column;
}

.lp-new .row {
  flex-direction: row;
}

.lp-new .container {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: 100%;
}

.lp-new h1 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 350;
  line-height: 120%;
  letter-spacing: -0.56px;
}

.lp-new h2 {
  color: #05609D;
  font-size: 2.438rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.39px;
}

.lp-new h3 {
  color: #05609D;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: -0.2px;
}

@media (max-width: 991px) {
  .lp-new .container {
    flex-wrap: wrap;
  }
}

.btn-white-red {
  align-items: center;
  background: #FFF;
  border-radius: 3px;
  color: var(--Tertiary-Dark-Coral, #D43F44);
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: 100%;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn-white-red:hover {
  background: var(--Tertiary-Dark-Coral, #D43F44);
  color: white;
}

.btn-red-white {
  align-items: center;
  border: 1px solid var(--Tertiary-Dark-Coral, #D43F44);
  border-radius: 3px;
  background: var(--Tertiary-Dark-Coral, #D43F44);
  color: white;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: 100%;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}

.btn-red-white:hover {
  background: #FFF;
  color: var(--Tertiary-Dark-Coral, #D43F44);
}