/* beautify ignore:start */

/*@font-face { font-family: 'HalisR-Regular';  src: url('https://25649236.fs1.hubspotusercontent-eu1.net/hubfs/25649236/Fonts/HalisR-Regular.ttf') format('truetype');}

  



/* 1a. Containers */


/* 1b. Colors */


/* 1c. Typography */

























/* 1e. Forms */



















:root {

  --dark-blue: #002841;
  --pepper-red: #DF0024;
  --purple-tint-4: #D9D1D9;
  --purple-light: #F3F1F3;
  --dark-green-shade-1: #054646;
  --dark-green-tint-1: #2E9090;
  --dark-green-tint-3: #2E9090;
  --dark-green-tint-4: #AAECEC;
  --blue-tint-1: #667E8D;
  --blue-tint-3: #9AA9B3;
  --blue-tint-4: #CCD4D9;
  --purple: #411941;
  --purple-tint-2: #8D758D;
  --purple-tint-3: #B3A3B3;
  --purple-tint-4: #D9D1D9;

  --white: #FFFFFF;
  --black: #121212;
  --error-color: var(--pepper-red);
  --h3-font-size: 32px;
  /* -------------- */

  
  /* Theme Setup Styles */
  --global-document-background: var(--primary-600);
  --global-nav-background: var(--primary-900);
  --global-nav-background--mega: var(--white);
  --global-footer-background: ;
  --global-breadcrumb-background: var(--white);
  
  --global-base-bg-duotone-overlay-gradient: linear-gradient(90deg, var(--primary-500) 0%, var(--secondary-400) 100%) 0% 0% no-repeat padding-box;
  --global-base-bg-duotone-overlay-gradient: linear-gradient(90deg, red 0%, blue 100%) 0% 0% no-repeat padding-box;
  --global-base-bg-duotone-gradient-opacity: 0.5;
  
  /* JTC: Saturate looks slightly nicer than grayscale on a wider range of pictures */
  --filter-grayscale: saturate(0);
  
  --global-scroll-progress-bar: var(--grey-500);
  --global-scroll-progress-bar--invert: var(--secondary-700);
  
  --global-card-padding-sm: 24px 16px;
  --global-card-padding-lg: 48px 32px;
  --global-card-padding-xl: 96px 160px;
  
  --global-card-border-radius-sm: 8px;
  --global-card-border-radius-lg: 24px;
  
  /******Image ratio *******/

  --image-ratio-style-2: 16 / 9; /* Image height medium, panoramic, blog hero*/
  --image-ratio-style-3: 3 / 2; /**Image height tall, rectangle*/
  --image-ratio-style-4: 1.91 / 1; /*** Blog post feature image,Image size short, landscape ***/
  --image-ratio-style-5: 1 / 1; /*****square******/
  --image-ratio-style-6: 4 / 3; /*****landscape********/
  
  --shadow-medium: 0px 4px 8px 0px #0000001a;
  --swiper-pagination-bullet-vertical-gap:24px;
  --hover-opacity: none;
}











html {
  font-family: sans-serif;
  font-family: 'Halis R', arial, sans-serif;
  color: #002841;
  background-color: var(--global-document-background);
  font-size: 18px;
  /* 1.2 sets a baseline for non-set line-heights. Each element should have it's own overriding line-height */
  line-height: 1.25;
}



/* Anchors */

a {
  font-family: 'Halis R', arial, sans-serif;
  color: #DF0024;
}


a:active {
  color: var(--pepper-red);
}

/* header */
header .mega-menu-opener,
header a:not(.button),
header a:not(.button):hover,
header a:not(.button):focus{
  color: var(--dark-blue);
}



.h1,
h1, h1 span, .h1 span {
  font-size: 34px;
  font-style: normal;
  font-weight: 200;
  line-height: 40px; /* 117.647% */
  letter-spacing: -0.68px;
  color: #df0024;
}
.h2, h2, h2 span, .h2 span{
  font-size: 34px;
  font-style: normal;
  font-weight: 200;
  line-height: 40px; /* 117.647% */
  letter-spacing: -0.68px;
  color: #df0024;
}
.h3, h3, h3 span, .h3 span{
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #df0024;
}
body, p, p span, span{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.32px;
}

/* Paragraphs */

label span{
  font-weight: 700;
}

:is(p,p span, span).leading-text-light{
  font-size: 16px;
font-weight: 200;
line-height: 22px; /* 137.5% */
}
:is(p,p span, span).leading-text{
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
:is(p,p span, span).leading-text-bold{
  font-size: 16px;
  line-height: 2px;
  font-weight: 700
}

@media screen and (min-width: 768px) {
  /* Headings */
  .h1,
  h1, h1 span, .h1 span  {
    font-weight: 600; font-family: 'Halis R', arial, sans-serif;
    font-size: 54px;
    text-transform: none;
    line-height: 56px;
    margin: 16px 0 8px 0;
    font-weight: 200;
  }

  h1.title--homepage {
    font-size: 54px
    line-height: 1.16;
  }

  .h2, h2, h2 span, .h2 span {
    font-family: 'Halis R', arial, sans-serif;
    font-size: 48px;
    text-transform: none;
    line-height: 50px;
    letter-spacing: -0.96px;
    font-weight: 200;
  }

  .h3, h3, h3 span, .h3 span {
    font-family: 'Halis R', arial, sans-serif;
    font-size: var(--h3-font-size);
    text-transform: none;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.32px;
  }

  .h4,
  h4 {
    font-family: 'Halis R', arial, sans-serif;
    font-size: 20px;
    text-transform: none;
    line-height: 1.25;
    margin: 0px;
    font-weight: 700;
  }
  .h5,
  h5 {
    font-family: 'Halis R', arial, sans-serif;
    color: #df0024;
    font-size: 20px;
    text-transform: none;
    line-height: 1.25;
    margin: 0px;
    margin: 8px 0 8px 0;
  }
  .h6,
  h6 {
    font-family: 'Halis R', arial, sans-serif;
    color: #df0024;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.22;
    margin: 0px;
    margin: 4px 0 8px 0;
  }
  :is(p,p span, span).leading-text-light{
    font-size: 24px;
    line-height: 32px;
    font-weight: 200;
  }
  :is(p,p span, span).leading-text{
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
  }
  :is(p,p span, span).leading-text-bold{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700
  }
  body, p, p span, span{
    font-size: 18px;
    line-height: 26px; /* 144.444% */
  }
}



.text-light .h1,
.text-light h1,
.text-light .h2,
.text-light h2,
.text-light .h3,
.text-light h3,
.text-light .h4,
.text-light h4,
.text-light .h5,
.text-light h5,
.text-light .h6,
.text-light h6{
  color:#ffffff;
}


h1,
h2,
h3,
 {
  margin: 0;
  margin-bottom: 30px;
}


/* Blockquote */

blockquote {
  border-left-color: #002841;
}











.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog listing */

.blog-index__post-title-link {
  color: #df0024;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #002841;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #002841;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000019;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #002841;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #285069;
}

.pagination__link-icon svg {
  fill: #002841;
}

/* Blog post */

.blog-post__tag-link {
  color: #002841;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000019;
}

.blog-post__tag-link:active {
  color: #285069;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: #df0024;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: ;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: ;
}

#comments-listing .comment-reply-to:active {
  color: ;
}





.card__price {
  font-family: 'Halis R', arial, sans-serif;
  color: #df0024;
  font-size: 32px;
}

.animate {
  visibility: hidden; /* must have presence on the rendered page */
}

body.noscroll{
    height: 100%; 
    overflow: hidden; 
    width: 100%; 
}

/*CUSTOM STYLESHEET FOR HUBSPOT LANDING PAGE*/
/* a#cta_button_25649236_3e153a9f-1670-4d36-a0b6-64be390df96d:hover {
    background: var(--primary-600);
    color: var(--primary-900);
} */

.dnd-section .dnd-column {padding-left: 0 !important; padding-right: 0 !important}

.button, .hs-button, [type=button], [type=reset], [type=submit], a.cta_button, button {
    align-items: center;
    /* background-color: #df1d27; */
    background-position: right 16px center;
    background-size: 10px 14px;
    border: 1px solid #df1d27;
    border-radius: 30px !important;
    box-sizing: border-box!important;
    /* color: #fff; */
    cursor: pointer;
    display: flex;
    font-size: 20px!important;
    font-style: normal;
    font-weight: 700 !important;
    height: 40px;
    justify-content: center;
    letter-spacing: .3px;
    line-height: 1;
    min-height: 40px;
    min-width: 160px;
    padding: 0 16px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    height: 48px;
    transition: all .15s linear;
    transition: background-position .3s ease,padding .3s ease;
    white-space: normal;
    white-space: nowrap;
    width: fit-content;
    transition: all .15s linear;
}

/* .hs_submit .actions input[type=submit] {
    background-image: url(/hubfs/25649236/Website%20Assests/Images/Icons/vector_right_solid_fff.svg);
    background-repeat: no-repeat;
    background-size: 10px 15px;
    background-position: right 24px center;
    padding-right: 48px;
    width: 100%;
} */

.hs-button {
  margin: 0 0 1.5rem;
}

.testimonial__content { font-size: 24px !important;}
#hs_cos_wrapper_widget_1673920516465_ .hs-image-widget, #hs_cos_wrapper_widget_1673920999456_ .hs-image-widget, .row-number-18 .hs-image-widget, .row-number-23 .hs-image-widget {
border-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

#hs-link-header_logo_hs_logo_widget .hs-image-widget, #hs_cos_wrapper_widget_1673918168008_>.hs-image-widget {border-radius: 0 !important; }
#hs_cos_wrapper_widget_1673918168008_ img { aspect-ratio: initial !important;}
.dnd-column img.hs-image-widget {
    aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;}


#hs_cos_wrapper_module_16733817380848_ .form-title {
padding: 15px!important;
text-align: left;
}

#hs_cos_wrapper_module_16733817380848_ form { 
  padding: 15px !important 
}

#hs_cos_wrapper_module_16733817380848_ form .input select, #hs_cos_wrapper_module_16733817380848_ form .input input {
  font-family: Nunito Sans,sans-serif;
}

.cell_16739245404714-vertical-alignment .hs_cos_wrapper_type_rich_text {
  display: flex;
}

.footer--landing-page a { font-size: 16px;}


.header-fix {
    min-height: 100px;
}


@media (max-width: 767px) {
    .header-fix {
        min-height: 0 !important;
        position: unset !important;
    }
  .dnd_area-row-13-padding {
    padding-left: 0 !important;
  }
  
  .row-number-42 .cell_16739245404714-vertical-alignment {
    margin: 24px 0;
  }
}


/* beautify ignore:end */


.btn-rounded {
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--white);
  border: 1px solid var(--white);
  display: inline-block;
  cursor: pointer;
}
.btn-rounded:hover {
  background-color: var(--white);
  color: var(--pepper-red);
}


/* SEARCH BOX */

.nav-standard__search-results-wrapper {
  all: unset;
  background-color: white !important;
  width: 100% !important;
  padding: 50px 10px 30px 10px!important;
  position: relative;
  top: 50px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}