@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
/*
* Typography reset
*/
p {
  margin-top: inherit;
  margin-bottom: inherit;
}

p a {
  word-break: break-word;
}

p strong {
  color: var(--fl-global-blue-dark);
}

.fl-rich-text li {
  margin-bottom: 16px;
}

li::marker {
  color: var(--fl-global-blue-dark);
}

/*
*   Button reset
*/
.fl-builder-content .fl-button i {
  font-size: 1.08em;
  margin-right: 4px;
}

.fl-builder-content .fl-button i.fl-button-icon-after {
  margin-left: 4px;
}

.fl-button:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: #ea9010;
  outline-offset: 0;
}

.fl-builder-content .fl-button:active {
  top: initial;
}

.fl-button {
  transition: 0.2s ease-in-out;
}

/*
*   Button-secondary
*/
.Button-secondary .fl-button {
  position: relative;
}

.Button-secondary .fl-button:before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.Button-secondary .fl-button:hover:before {
  opacity: 1;
}

/*
*   Button-icon
*/
.Button-icon .fl-button {
  position: relative;
}

.Button-icon .fl-button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
*   Button-icon Lightbox
*/
.fl-button-lightbox-wrap .mfp-content {
  background-color: transparent;
}

.mfp-wrap.fl-button-lightbox-wrap .mfp-close {
  border-radius: 50%;
  display: flex;
  width: 2.5rem !important;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  background-color: var(--fl-global-yellow) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_481_18048)'%3E%3Cpath d='M8.9992 0.886719L1 8.88592' stroke='white' stroke-width='1.3332' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 0.886719L8.9992 8.88592' stroke='white' stroke-width='1.3332' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_481_18048'%3E%3Crect width='10' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
  background-size: 16px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 16px;
  font-size: 0px;
  opacity: 0.45;
  transition: 0.2s ease-in-out;
}

@media (max-width: 1024px) {
  .mfp-wrap.fl-button-lightbox-wrap .mfp-close {
    margin-right: 0.75rem;
    width: 1.5rem !important;
    height: 1.5rem;
    background-size: 12px !important;
    opacity: 1;
  }
}
.mfp-wrap.fl-button-lightbox-wrap .mfp-close:hover {
  opacity: 1;
  color: #FFE14C !important;
}

@media (max-width: 1024px) {
  .mfp-wrap.fl-button-lightbox-wrap .mfp-close, .mfp-wrap.fl-button-lightbox-wrap .mfp-close:hover {
    top: -1rem !important;
  }
}
.mfp-iframe-scaler iframe {
  border: none;
}

/*
* Custom Classes
*/
.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.AspectRatio-1_1 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.SSCMImage-aspect_ratio-3_2 .SSCMBasePostFeed-featured_image_container {
  aspect-ratio: 3/2;
}

.SSCMExcerpt-lines-2 .SSCMBasePostFeed-post_excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.SSCMCard-equal_height .SSCMBasePostFeed-content_container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.Card-cta_mt-auto .SSCMGrid-grid_item_cta_wrapper,
.SSCMCard-equal_height .SSCMBasePostFeed-post_read_more_container {
  margin-top: auto;
}

.SSCMCta-align_items_center .SSCMBasePostFeed-post_cta_wrapper {
  display: flex;
  align-items: center;
}

p a {
  color: var(--fl-global-blue);
}

p a:hover {
  color: var(--fl-global-blue-dark);
}

.Body-dark p {
  color: var(--fl-global-white);
}

.Body-dark p a {
  color: var(--fl-global-yellow-hover);
}

.Body-dark p a:hover {
  color: var(--fl-global-yellow);
}

body .fl-module .Mt-auto {
  margin-top: auto;
}

html:not(.fl-builder-edit) .PositionSticky {
  position: sticky;
  top: 114px;
}

@media (max-width: 1024px) {
  .ButtonWidth-laptop-100 .fl-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ButtonWidth-mobile-100 .fl-button {
    width: 100%;
  }
}
/*
* Header
*/
/*body > .fl-builder-content-primary,*/
header + div.fl-builder-content, header + #main-content {
  padding-top: 91px;
}

/*
* Heading Gradient
*/
.HeadingGradient {
  background-image: linear-gradient(110deg, #EA9335 -11.96%, #EC0E89 6.84%, #1157ED 41.67%);
  color: transparent !important;
  background-clip: text;
  -webkit-background-clip: text;
}

/*
* Card Slider
*/
.Card-slider .slick-track {
  display: flex !important;
}

.Card-slider .SSCMGrid-grid_item_wrapper {
  height: auto;
}

.Card-hover-gradient_border .SSCMGrid-grid_item {
  display: flex;
  flex-direction: column;
}

.Card-simple .SSCMGrid-grid_item_image_wrapper {
  overflow: hidden;
  background-color: var(--fl-global-faint);
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.Card-simple .SSCMGrid-grid_item:hover .SSCMGrid-grid_item_headline,
.Card-simple .SSCMBasePostFeed-post:hover .SSCMBasePostFeed-post_title {
  color: var(--fl-global-blue);
}

.Card-simple .SSCMGrid-grid_item_cta_wrapper {
  margin-top: auto;
}

.Card-simple .SSCMGrid-grid_item_image {
  aspect-ratio: 16/10;
  display: block;
}

.Card-simple .SSCMGrid-grid_item_image,
.SSCMBasePostFeed-post .SSCMBasePostFeed-featured_image_container img {
  transition: 0.2s ease-in-out;
}

@media (min-width: 1025px) {
  .Card-simple .SSCMGrid-grid_item_wrapper:hover .SSCMGrid-grid_item_image,
  .SSCMBasePostFeed-post:hover .SSCMBasePostFeed-featured_image_container img {
    transform: scale(1.02);
  }
}
.Card-imagery .SSCMGrid-grid_item_image_wrapper,
.Card-imagery .SSCMGrid-grid_item_image {
  aspect-ratio: 16/9;
}

.Card-imagery .SSCMGrid-grid_item_wrapper .SSCMGrid-grid_item .SSCMGrid-grid_item_image {
  -o-object-fit: cover;
  object-fit: cover;
}

.Card-slider .SSCMGrid-content_prev {
  margin-left: 16px;
}

.Card-slider .SSCMGrid-content_next {
  margin-right: 16px;
}

.Card-simple .SSCMGrid-grid_item_image_wrapper {
  border-bottom: 1px solid var(--fl-global-faint);
}

.Card-icon .SSCMGrid-grid_item_image {
  border-radius: 6px;
}

.Card-icon .SSCMGrid-grid_item_image {
  width: auto;
}

/*
* Card Testimonials
*/
.Card-testimonial .SSCMSlider-slide_column--column_1 {
  background-color: var(--fl-global-blue-dark);
  padding: 64px 32px;
  color: var(--fl-global-white);
}

.Card-testimonial .SSCMSlider-column_body {
  width: 100%;
}

@media (min-width: 1025px) {
  .Card-testimonial .SSCMSlider-slide_column--column_1 {
    /*min-height: 564px;*/
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1441px) {
  .Card-testimonial .SSCMSlider-slide_column--column_1 {
    /*min-height: 832px;*/
  }
}
.Card-testimonial .SSCMSlider-slide_column--column_2 {
  min-height: 204px;
  padding: 80px 32px;
}

@media (min-width: 768px) {
  .Card-testimonial .SSCMSlider-slide_column--column_2 {
    min-height: 438px;
  }
}
.Card-testimonial .SSCMSlider-slide_column {
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.Card-testimonial .SSCMSlider-slide_column--column_2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Card-testimonial .SSCMSlider-column_headline {
  display: inline-block;
}

.Card-testimonial .SSCMSlider-column_headline {
  margin-right: 4px;
}

.Card-testimonial .SSCMSlider-slide_column--column_2 {
  position: relative;
  overflow: hidden;
}

.Card-testimonial .SSCMSlider-slide_column--column_2:before {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(90deg, rgb(7, 36, 96) 0%, rgba(7, 36, 96, 0) 100%), linear-gradient(90deg, rgba(17, 87, 237, 0.5) 0%, rgba(33, 90, 246, 0.5) 100%);
}

.Card-testimonial .SSCMSlider-slide_column--column_2 * {
  position: relative;
}

.Card-testimonial .SSCMSlider-slick_dots {
  position: relative;
  top: -16px;
}

.Card-testimonial .SSCMSlider-slide_column {
  box-shadow: 0px 4px 18.5px 0px var(--fl-global-shadow);
}

body .fl-visible-desktop-medium {
  display: inline-block !important;
}

@media (max-width: 1024px) {
  .Card-testimonial .SSCMSlider-slide_column--column_2 {
    width: 100% !important;
  }
}
/*
* Slider Testimonials
*/
@media (max-width: 1024px) {
  .SliderTestimonial .SSCMSlider-slide_column {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .fl-module-SSCMSlider .SSCMSlider-slick_dots {
    text-align: center;
  }
  .SliderTestimonials-2 .SSCMSlider-slide_column {
    width: 100% !important;
  }
}
/*
* SSCM Advanced Post Filters
*/
body .SSCMFeed-filters .SSCMBasePostFeed-taxonomy_selectors {
  margin-bottom: 32px;
}

@media (min-width: 1025px) {
  body .SSCMFeed-filters .SSCMBasePostFeed-taxonomy_selectors {
    margin-bottom: 40px;
  }
}
.SSCMFeed-filters .SSCMBasePostFeed-select_taxonomies {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--fl-global-border);
  border-radius: 8px;
  padding: 12px 30px 12px 12px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M4 6.5L8 10.5L12 6.5' stroke='black' stroke-width='1.3332' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.75rem);
  background-position-y: 50%;
}

.SSCMFeed-filters .SSCMBasePostFeed-select_taxonomies:focus,
.SSCMFeed-filters .SSCMBasePostFeed-select_taxonomies:focus-visible {
  outline: none;
}

.SSCMFeed-filters .SSCMBasePostFeed-select_taxonomies,
.SSCMFeed-filters .SSCMBasePostFeed-search_field {
  background-color: transparent;
  font-size: 1.4rem;
  color: inherit;
}

.SSCMFeed-filters .SSCMBasePostFeed-search_field {
  width: 100%;
  line-height: 1.6;
}

@media (min-width: 1025px) {
  .SSCMFeed-filters .SSCMBasePostFeed-search_field {
    min-width: 292px;
  }
  .SSCMFeed-filters .SSCMBasePostFeed-search_container {
    margin-left: auto;
  }
}
.SSCMFeed-filters .SSCMBasePostFeed-taxonomy_selectors {
  display: flex;
  gap: 16px;
}

@media (max-width: 1024px) {
  .SSCMFeed-filters .SSCMBasePostFeed-search_container {
    padding-bottom: 0;
  }
  .SSCMFeed-filters .SSCMBasePostFeed-taxonomy_selectors {
    flex-direction: column;
  }
  .SSCMFeed-filters .SSCMBasePostFeed-search_container {
    order: -1;
  }
  .SSCMFeed-filters .SSCMBasePostFeed-search_container {
    padding-bottom: 0;
  }
}

.SSCMBasePostFeed-search_field::-moz-placeholder {
  text-transform: capitalize;
}

.SSCMBasePostFeed-search_field::placeholder {
  text-transform: capitalize;
}

.SSCMBasePostFeed-search_field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--fl-global-gray);
}

.SSCMBasePostFeed-search_field::-moz-placeholder { /* Firefox 19+ */
  color: var(--fl-global-gray);
  opacity: 1;
}

.SSCMBasePostFeed-search_field:-ms-input-placeholder { /* IE 10+ */
  color: var(--fl-global-gray);
}

.SSCMBasePostFeed-search_field:-moz-placeholder { /* Firefox 18- */
  color: var(--fl-global-gray);
  opacity: 1;
}

body .SSCMBasePostFeed-search_btn {
  margin-left: 16px;
}

/*
* Resources Inner
*/
.FeaturedImage-resources_inner img {
  aspect-ratio: 16/10;
}

@media (min-width: 1025px) {
  .FeaturedImage-resources_inner img {
    aspect-ratio: 21/9;
  }
}
body .IconGroup-rounded .fl-icon i {
  border-radius: 6px;
}

.IconGroup .fl-icon-group {
  display: flex;
}

/*
* Gradient on Hover
*/
.BoxGradientOnHover,
.Card-hover-gradient_border .SSCMGrid-grid_item,
.PricingBoxHighlight,
.SSAccordion-gradient_border .fl-accordion-item-active,
.CardFeed-gradient_border .SSCMBasePostFeed-post {
  background-origin: border-box;
  background-clip: padding-box, border-box !important;
  transition: 0.2s ease-in-out;
}

.BoxGradientOnHover:hover,
.Card-hover-gradient_border .SSCMGrid-grid_item:hover,
.SSAccordion-gradient_border .fl-accordion-item-active,
.CardFeed-gradient_border .SSCMBasePostFeed-post:hover {
  border-color: transparent !important;
  background-image: linear-gradient(white, white), linear-gradient(234.38deg, rgba(23, 85, 234, 0.9) 10.2%, rgba(23, 85, 234, 0.9) 53.49%, rgba(234, 14, 137, 0.9) 95.84%);
}

.PricingBoxHighlight {
  border-color: transparent !important;
  background-image: linear-gradient(var(--fl-global-faint), var(--fl-global-faint)), linear-gradient(234.38deg, rgba(23, 85, 234, 0.9) 10.2%, rgba(23, 85, 234, 0.9) 53.49%, rgba(234, 14, 137, 0.9) 95.84%);
}

/*
* Accordions
*/
.fl-accordion-button-label:active,
.fl-accordion-button-label:focus,
.fl-accordion-button-icon:active,
.fl-accordion-button-icon:focus {
  outline: none;
}

.fl-module-accordion .fl-accordion-item:last-child {
  margin-bottom: 0;
}

a.fl-accordion-button-icon {
  text-decoration: none;
  margin-left: 16px;
}

i.fl-accordion-button-icon {
  opacity: 1;
}

.fl-accordion-button {
  transition: 0.2s ease-in-out;
}

a.fl-accordion-button-icon {
  border-radius: 6px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--fl-global-blue);
}

body .fl-module-accordion .fl-accordion-button .fl-accordion-button-icon {
  padding-left: 0px;
  color: var(--fl-global-white);
}

.SSAccordion .fl-accordion-item:hover .fl-accordion-button-label,
.SSAccordion .fl-accordion-item-active .fl-accordion-button-label {
  color: var(--fl-global-blue);
}

body .SSAccordion-gradient_border .fl-accordion-item-active .fl-accordion-button {
  padding-bottom: 12px;
}

/*@media (max-width: 768px) {*/
/*    body .SSAccordion-gradient_border .fl-accordion-item-active .fl-accordion-button {*/
/*        padding-bottom: 4px;*/
/*    }*/
/*}*/
/*@media ( min-width: 1025px ) {*/
/*    body .SSAccordion-gradient_border .fl-accordion-item-active .fl-accordion-button {*/
/*        padding-bottom: 12px;*/
/*    }*/
/*}*/
.SSAccordion .fl-accordion-content img {
  border-radius: 14px;
  width: 100%;
}

.SSAccordion .fl-accordion-content > p * {
  margin-bottom: 24px;
}

/*
* Marquee Image
*/
.MarqueeImage .SSCMMarquee-img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/5;
}

/*
* Post Content
*/
.PostContent .wp-block-heading {
  margin-top: 48px;
  margin-bottom: 16px;
}

.DocContent.PostContent .wp-block-heading:first-child {
  margin-top: 0;
}

.PostContent .fl-rich-text > .wp-block-heading:first-child,
.PostContent .wp-block-column .wp-block-heading:first-child,
.PostContent .wp-block-media-text__content .wp-block-heading:first-child {
  margin-top: 0;
}

.PostContent .wp-block-heading br {
  display: none;
}

.PostContent p {
  margin-bottom: 16px;
  word-break: break-word;
}

.PostContent p a:hover,
.PostContent p strong,
.PostContent li strong,
.PostContent li::marker {
  color: var(--fl-global-blue-dark);
}

.PostContent p a,
.PostContent li a,
.PostContent p a strong,
.PostContent li a strong {
  color: var(--fl-global-blue);
}

.PostContent .wp-block-list {
  display: grid;
  gap: 16px;
  padding-left: 24px;
}

.PostContent li br {
  display: none;
}

.PostContent .wp-block-columns,
.PostContent .wp-block-image,
.PostContent .wp-block-embed {
  margin-top: 48px;
  margin-bottom: 48px;
}

.PostContent .wp-block-column .wp-block-image,
.PostContent .wp-block-column .wp-block-embed {
  margin-top: 0;
  margin-bottom: 0;
}

.PostContent img,
.PostContent .wp-block-embed {
  border-radius: 14px;
}

.PostContent .wp-block-embed {
  overflow: hidden;
}

.PostContent .wp-element-caption {
  margin-top: 16px;
}

.PostContent .wp-block-columns.is-layout-flex {
  gap: 32px;
}

.PostContent .fl-rich-text > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  body .wp-block-columns {
    flex-direction: column;
    flex-wrap: wrap !important;
  }
}
/*
* Post Content Quote
*/
.quote-group .wp-block-quote {
  margin: 0;
  border-top: 1px solid var(--fl-global-border);
  border-bottom: 1px solid var(--fl-global-border);
  padding-top: 32px;
  padding-bottom: 32px;
}

.quote-blockquote {
  display: grid;
  gap: 8px;
}

body .quote-message {
  margin-top: 0;
  margin-bottom: 8px;
}

.quote-message {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--fl-global-blue-dark);
}

.PostContent .wp-block-column .quote-photo {
  margin-top: 0;
  margin-bottom: 8px;
}

.quote-photo img {
  border-radius: 50%;
}

.quote-name {
  padding-top: 8px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--fl-global-blue-dark);
  font-weight: 600;
}

body .quote-name,
body .quote-meta {
  margin: 0;
}

@media (min-width: 1025px) {
  .quote-message {
    font-size: 2.3rem;
    line-height: 1.3;
  }
  .quote-name {
    font-size: 1.9rem;
  }
}
/*
* HubSpot
*/
.hbspt-form {
  font-family: "Manrope", sans-serif;
}

.hbspt-form .submitted-message {
  color: #fff;
  text-align: center;
}

/*
* Timeline
*/
.ListTimelineContent .fl-list-item-heading,
.ListTimelineContent .fl-list-item-content {
  border-left-width: 2px;
  border-left-style: solid;
  padding-left: 16px;
}

.ListTimelineContent .fl-list-item-heading {
  margin-top: 0;
  margin-bottom: 8px;
  border-left-color: var(--fl-global-blue);
}

.ListTimelineContent .fl-list-item-content {
  border-left-color: transparent;
}

.ListTimelineContent:not(.ListTimelineContent-no_separator) .fl-list-item:last-child {
  border-bottom: 1px solid var(--fl-global-border);
}

.GridTimeline .SSCMGrid-grid_item_headline,
.GridTimeline .SSCMGrid-grid_item_body {
  padding-left: 16px;
  padding-right: 16px;
}

.GridTimeline .SSCMGrid-grid_item_headline {
  border-left: 2px solid var(--fl-global-blue);
}

.SavedRowContent-w-full .fl-builder-module-template {
  max-width: initial;
  padding: 0;
}

.SSCMSlider-tab {
  white-space: nowrap;
}

.SSCMGrid-slick_dots {
  width: 100%;
}

.SliderTimeline .SSCMSlider-tabs--mobile_slide {
  overflow-x: scroll;
  margin-right: -16px;
  left: 0;
  right: 0;
}

.SliderTimeline .SSCMSlider-content_row {
  border-top: 0 !important;
}

/*
* Team
*/
.IconBorder .fl-icon-group .fl-icon {
  margin-top: 0;
  margin-bottom: 0;
}

.IconBorder .fl-icon i {
  position: relative;
  display: block;
  overflow: hidden;
}

.IconBorder .fl-icon i,
.IconBorder .fl-icon i:after {
  border-radius: 6px;
}

.IconBorder .fl-icon i:after {
  content: "";
  position: absolute;
  inset: 0px;
  border: 1px solid var(--fl-global-border);
}

/*---- v2 */
.Tab-horizontal-tablet .SSCMGrid-filter_tabs {
  overflow: auto;
  display: flex;
  flex-direction: row;
  padding-bottom: 1px;
  width: 100%;
}

.Tab-horizontal-tablet .SSCMGrid-filter_tab {
  width: auto;
  white-space: nowrap;
}

.GridTeam .SSCMGrid-grid_item_image {
  border-radius: 14px;
}

@media (min-width: 1025px) {
  .GridTeam .SSCMGrid-grid_item_image {
    border-radius: 8px;
  }
}
.GridTeam .SSCMGrid-grid_item_cta {
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
}

.GridTeam .SSCMGrid-grid_item_cta {
  position: relative;
}

.GridTeam .SSCMGrid-grid_item_cta:before {
  content: "";
  position: absolute;
  inset: 0px;
  border: 1px solid var(--fl-global-border);
  border-radius: 6px;
  opacity: 1;
  transition: 0.2s ease-in-out;
}

.GridTeam .SSCMGrid-grid_item_cta_icon:before {
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.GridTeam .SSCMGrid-grid_item_cta:hover:before {
  opacity: 0;
}

/*
* Simple Content
*/
.ListSimple .fl-list {
  margin-top: 0;
}

body .ListSimple .fl-list-item-content .fl-list-item-content-icon {
  display: initial;
}

.ListSimple .fl-module-content .fl-list .fl-list-item:first-child {
  padding-top: 0;
}

.ListSimple .fl-module-content .fl-list-item-icon {
  display: block;
  margin-top: 4px;
}

/*
* Slider Tabs
*/
.Tab-horizontal-tablet .SSCMSlider-tabs {
  position: absolute;
  overflow: scroll;
  top: 0;
  right: 0;
  left: 0;
}

.Tab-horizontal-tablet .SSCMSlider-tab {
  white-space: nowrap;
}

@media (min-width: 1281px) {
  .SliderTabCentered .SSCMSlider-tabs_content {
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  .Tab-horizontal-tablet .SSCMSlider-tabs {
    right: -5%;
  }
}
@media (max-width: 1024px) {
  .Tab-horizontal-tablet .SSCMSlider-tabs {
    right: -4%;
  }
}
@media (max-width: 767px) {
  .Tab-horizontal-tablet .SSCMSlider-tabs {
    right: -4.5%;
  }
}
/*
* Hide Scrollbars
*/
/* Hide scrollbar for Chrome, Safari and Opera */
.Tab-horizontal-tablet .SSCMSlider-tabs::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.Tab-horizontal-tablet .SSCMSlider-tabs {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/*
* Footer
*/
body .IconFooter .fl-icon i {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: initial;
}

body .IconFooter .fl-icon i:before {
  line-height: 1;
}

/*
* Form
*/
.Form-salesforce form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1025px) {
  .Form-salesforce form {
    gap: 16px;
  }
}
.Form-salesforce .form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.Form-salesforce label,
.Form-hubspot label {
  display: flex;
  gap: 4px;
  order: -1;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  color: var(--fl-global-blue-dark);
}

.Form-salesforce .text-red-500 {
  display: inline-block;
  order: 2;
  color: var(--fl-global-red);
}

.Form-salesforce .invalid-feedback {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
}

.Form-salesforce select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.97559 6.98438L8.97519 10.984L12.9748 6.98438' stroke='%23002856' stroke-width='1.3332' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
  background-position-y: 50%;
  padding-right: 38px;
  color: var(--fl-global-gray);
}

.Form-salesforce .form-group-header {
  margin-top: 0;
  margin-bottom: 0;
}

.Form-salesforce p,
.Form-salesforce .form-check-label {
  font-size: 1.4rem;
}

.Form-salesforce .form-check {
  display: flex;
  gap: 8px;
}

.Form-salesforce .form-check-input {
  margin-top: 1px;
  order: -1;
}

.Form-salesforce .form-accordion__body {
  overflow: hidden;
  transition: 250ms ease max-height;
  max-height: 0;
}

.Form-salesforce .form-accordion__trigger:checked + .form-accordion__body {
  max-height: 100px;
}

.Form-salesforce .relative {
  position: relative;
}

.Form-salesforce .form-accordion__trigger {
  position: absolute;
  top: 6px;
  right: 0;
  width: 1.25em;
  height: 1.25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath d='M256 64C150 64 64 150 64 256s86 192 192 192 192-86 192-192S362 64 256 64zm-6 304a20 20 0 1120-20 20 20 0 01-20 20zm33.44-102C267.23 276.88 265 286.85 265 296a14 14 0 01-28 0c0-21.91 10.08-39.33 30.82-53.26C287.1 229.8 298 221.6 298 203.57c0-12.26-7-21.57-21.49-28.46-3.41-1.62-11-3.2-20.34-3.09-11.72.15-20.82 2.95-27.83 8.59C215.12 191.25 214 202.83 214 203a14 14 0 11-28-1.35c.11-2.43 1.8-24.32 24.77-42.8 11.91-9.58 27.06-14.56 45-14.78 12.7-.15 24.63 2 32.72 5.82C312.7 161.34 326 180.43 326 203.57c0 33.83-22.61 49.02-42.56 62.43z'/%3E%3C/svg%3E");
  cursor: pointer;
}

.Form-salesforce .form-accordion__body {
  margin-top: 8px;
}

.alert--warning {
  border: 1px solid #FFD400;
  border-radius: 4px;
  background-color: rgba(255, 225, 76, 0.1);
  padding: 8px 16px;
}

.Form-salesforce .form-group-header {
  font-size: 1.7rem;
  line-height: 1.2;
}

@media (min-width: 1025px) {
  .Form-salesforce .form-group-header {
    font-size: 2.3rem;
    line-height: 1.3;
  }
}

::-moz-placeholder {
  color: var(--fl-global-gray);
  opacity: 1; /* Important for Firefox */
}

::placeholder {
  color: var(--fl-global-gray);
  opacity: 1; /* Important for Firefox */
}

:-moz-placeholder {
  color: var(--fl-global-gray); /* for Firefox */
  opacity: 1;
}

::-webkit-input-placeholder {
  color: var(--fl-global-gray); /* for Safari, Chrome, etc. */
}

.Form-salesforce input:active,
.Form-salesforce input:focus,
.Form-salesforce textarea:active,
.Form-salesforce textarea:focus,
.Form-salesforce select:active,
.Form-salesforce select:focus {
  outline: none;
}

.Form-salesforce input:not([type=submit]),
.Form-salesforce textarea,
.Form-salesforce select {
  border: 1px solid var(--fl-global-border);
  border-radius: 8px;
  padding: 12px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--fl-global-gray);
}

.Form-salesforce textarea {
  resize: vertical;
}

.Form-salesforce input[type=submit] {
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--fl-global-yellow);
  background-color: var(--fl-global-yellow);
  padding: 12px 16px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}

.Form-salesforce input[type=submit]:hover {
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--fl-global-yellow-hover);
  background-color: var(--fl-global-yellow-hover);
  padding: 12px 16px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}

/*
* Feed 50-50
*/
.SSCMFeed-5050 .SSCMBasePostFeed-post_cta_wrapper {
  display: inline-flex;
  align-items: center;
}

.SSCMFeed-5050 .SSCMBasePostFeed-featured_image_container img {
  aspect-ratio: 4/3;
}

.SSCMFeed-5050 .SSCMBasePostFeed-post a {
  align-items: center;
}

@media (max-width: 1024px) {
  .fl-module-SSCMBasePostFeed.SSCMFeed-5050 .SSCMBasePostFeed-post a {
    grid-template-columns: 1fr;
  }
  .fl-module-SSCMBasePostFeed.SSCMFeed-5050 .SSCMBasePostFeed-featured_image_container {
    margin-right: 0;
  }
}
/*
* WP Grid Builder
*/
body .wpgb-facet > fieldset:last-child {
  margin-bottom: 0;
}

body .wpgb-facet .wpgb-pagination li {
  height: initial;
}

body .wpgb-facet.wpgb-style-1 .wpgb-input-icon {
  margin-left: 12px;
}

body .wpgb-facet .wpgb-clear-button {
  padding-right: 12px;
}

.wpgb-facet.wpgb-style-1 .wpgb-pagination .wpgb-page:first-child > * {
  padding-left: 0;
}

.wpgb-facet.wpgb-style-1 .wpgb-pagination .wpgb-page:last-child > * {
  padding-right: 0;
}

body .wpgb-facet .wpgb-input {
  background-color: var(--fl-global-white);
}

.wp-grid-builder p a {
  text-decoration: none;
  cursor: default;
}

.wp-grid-builder p a:hover {
  cursor: default;
}

/*
* Remove Scrollbar for overflowing tabs
*/
.SSCMSlider-tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.SSCMSlider-tabs::-webkit-scrollbar {
  display: none;
}

/*
* Subscription Button
*/
.Button-subscription {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}

.Button-subscription .fl-button {
  width: 100%;
  max-width: 240px;
}

@media (max-width: 1024px) {
  .SliderSubscription .SSCMSlider-tabs {
    right: 0;
  }
  .SliderSubscription .SSCMSlider-tabs_content {
    margin-left: 16px;
  }
}
/*
* Table
*/
.table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  font-size: 1.4rem;
}

.table th,
.table td {
  padding: 8px;
  vertical-align: top;
}

.table th {
  font-weight: 700;
  color: var(--fl-global-black);
}

.table thead th {
  vertical-align: middle;
}

.table {
  border: 0.5px solid var(--fl-global-border);
}

.table th,
.table td {
  border: 0.5px solid var(--fl-global-border);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*
* Markup
*/
.code-embed-wrapper pre[class*=language-] {
  overflow: auto;
  border-radius: 8px;
  background-color: var(--fl-global-black);
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--fl-global-white);
  font-size: 1.4rem;
}

.code-embed-wrapper pre[class*=language-].line-numbers code {
  padding-left: 16px;
  display: block;
}

.token.tab:not(:empty), .token.cr, .token.lf, .token.space {
  position: relative;
}

.token.tab:not(:empty):before, .token.cr:before, .token.lf:before, .token.space:before {
  opacity: 1;
  position: absolute;
  opacity: 0.6;
}

.token.tab:not(:empty):before {
  content: "21E5";
}

.token.cr:before {
  content: "240D";
}

.token.crlf:before {
  content: "240D240A";
}

.token.lf:before {
  content: "240A";
}

.token.space:before {
  content: "·";
}

.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
  border: 1px dashed red;
}

.BRHeader-nav-main::after {
  pointer-events: none;
}

.fl-rich-text code {
  display: inline-block;
  color: #d63384;
}

@media screen and (max-width: 767px) {
  .Card-simple .SSCMGrid-grid_item_cta_wrapper {
    margin-top: 0;
  }
}
.SSCMSlider-content_row:not(:has(.slick-arrow)):not(:has(.slick-dots)) .SSCMSlider-content--layout_columns {
  padding-bottom: 0px !important;
}

div#hubspot-form-container.newsletter-form span, div#hubspot-form-container.newsletter-form label, div#hubspot-form-container.newsletter-form p, div#hubspot-form-container.newsletter-form .hs-richtext, #hubspot-form-container.newsletter-form li::marker {
  color: white !important;
}

#hubspot-form-container.newsletter-form input.hs-button.primary.large {
  margin-left: auto;
  margin-right: auto;
}

#hubspot-form-container.newsletter-form label.hs-form-booleancheckbox-display {
  display: flex;
}

#hubspot-form-container.newsletter-form .legal-consent-container .field.hs-form-field ul.inputs-list {
  list-style: none;
  padding-left: 0;
}

#hubspot-form-container.newsletter-form label.hs-form-booleancheckbox-display span {
  margin: 0;
  margin-left: 10px;
}

#hubspot-form-container.newsletter-form .hs-fieldtype-text.field.hs-form-field {
  margin-bottom: 6px;
}

.SSCMFeed-Image-Background .SSCMBasePostFeed-featured_image_container img {
  background-color: #FAFAFA;
}

.feature-stats {
  position: relative;
}

.gb-button--peekaboo .gb-icon {
  transform: translateX(-100%);
  opacity: 0;
  transition: 250ms ease all;
  z-index: 100;
}

.feature-stats:hover .gb-button--peekaboo .gb-icon,
.gb-button--peekaboo:hover .gb-icon {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 767px) {
  .solution-h2 {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
}
.underline {
  text-decoration: underline;
}

.careers-testimonial {
  padding: 0;
  border-left: 0;
  font-style: normal;
  font-size: 1rem;
}

.careers-testimonial cite,
.careers-testimonial cite strong {
  display: block;
  margin-bottom: 1rem;
}

.betterdocs-wrapper.betterdocs-single-wrapper {
  background-color: #fff !important;
}

.blog .paging-navigation,
.archive .paging-navigation {
  display: none;
}

@media (max-width: 1023px) {
  .compare-tabs .gb-tabs__buttons {
    overflow-y: hidden;
  }
}
/* --------- */
.fl-bg-video video {
  left: 50% !important;
  transform: translateX(-50%);
}

/*
* SSCM Filters
*/
.SliderTimeline .SSCMSlider-tabs--mobile_slide {
  height: 100%;
  position: relative;
  top: 0;
  width: 100% !important;
  overflow-x: initial;
  margin-right: initial;
  left: initial;
  right: initial;
}

.SSCMSlider-tabs_content {
  padding-bottom: 1px;
}

@media (max-width: 1024px) {
  .Timeline .SSCMFeed-filters .SSCMBasePostFeed-search_container {
    padding-bottom: 0;
  }
  .Timeline .SSCMSlider-tabs--mobile_slide .SSCMSlider-tabs_content--top {
    position: absolute;
    right: -4%;
    left: 0;
  }
  .Timeline .SSCMSlider-tabs_content {
    padding-right: 4%;
  }
}
@media (max-width: 767px) {
  .Timeline .SSCMSlider-tabs--mobile_slide .SSCMSlider-tabs_content--top {
    right: -4.5%;
  }
  .Timeline .SSCMSlider-tabs_content {
    padding-right: 4.5%;
  }
}
@media (max-width: 1024px) {
  .Timeline .SSCMSlider-tabs--mobile_slide .SSCMSlider-tabs_content--top {
    position: absolute;
    right: -4%;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
body .fl-module-accordion .fl-accordion-button .fl-accordion-button-icon {
  padding-left: 0px;
  color: var(--fl-global-white);
  background: #1157ed;
  height: 100%;
  opacity: 0.5;
}

i.fl-accordion-button-icon.icon-.icon-Styleminus {
  opacity: 1;
}

i.fl-accordion-button-icon.icon-.icon-Styleplus {
  opacity: 1;
}

.wp-block-kevinbatdorf-code-block-pro:not(.code-block-pro-editor) pre code .line {
  display: inline-block !important;
  min-width: var(--cbp-block-width, 100%) !important;
  vertical-align: top !important;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin: 0;
}

#hubspot-form-container form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
  border: none;
}

#hubspot-form-container form .hs-fieldtype-text.field.hs-form-field .input input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  width: 100%;
}

#hubspot-form-container form label span {
  font-family: Manrope;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #07235f;
  margin-top: 16px;
  margin-bottom: 5px;
}

#hubspot-form-container form fieldset.form-columns-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hs-form-af5218a4-840c-4f63-899f-cc05a21c01c5_d5bfd73a-7580-4032-bee4-c7859d4a5f07 fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

#hubspot-form-container form .hs-richtext p {
  word-break: break-word;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #636466;
  margin: 16px 0;
}

#hubspot-form-container form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
}

input.hs-button.primary.large {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #ffd400;
  border: none;
  margin: 16px 0;
  border: 1px solid #ffd400;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #07235f;
}

input.hs-button.primary.large:hover {
  background-color: #ffe14c;
  border-color: #ffe14c;
}

#hubspot-form-container form fieldset.form-columns-2 .hs-form-field {
  width: 100%;
}

/* 1. Make room on the right of your link */
.menu-item.external-link > a {
  position: relative;
  padding-right: 24px; /* 16px icon + 8px gap */
}

/* 2. Inject the SVG as a ::after background, hidden by default */
.menu-item.external-link > a::after {
  content: "";
  position: absolute;
  top: 80%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M4.6662%2011.3322L11.3322%204.66617'%20stroke='%23ffe14c'%20stroke-width='1.3332'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M4.6662%204.66617H11.3322V11.3322'%20stroke='%23ffe14c'%20stroke-width='1.3332'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.menu-item.external-link:hover > a::after {
  opacity: 1;
}

@media (max-width: 570px) {
  .fl-rich-text {
    word-break: break-word;
  }
}
.hero-img-dektop img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.BRPricingTable-column-featured {
  border-top-width: 4px !important;
  border-right-width: 4px !important;
  border-bottom-width: 4px !important;
  border-left-width: 4px !important;
  display: flex;
  flex-direction: column;
  /*     padding-top: 24px; */
  padding-right: 24px;
  /*     padding-bottom: 24px; */
  padding-left: 24px;
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: var(--fl-global-border);
  border-color: transparent !important;
  background-image: linear-gradient(var(--fl-global-faint), var(--fl-global-faint)), linear-gradient(234.38deg, rgba(23, 85, 234, 0.9) 10.2%, rgba(23, 85, 234, 0.9) 53.49%, rgba(234, 14, 137, 0.9) 95.84%);
  background-origin: border-box;
  background-clip: padding-box, border-box !important;
  transition: 0.2s ease-in-out;
}

.Form-salesforce-narrow form {
  flex-direction: row;
  flex-wrap: wrap;
}
.Form-salesforce-narrow form .form-row {
  width: 100%;
}
.Form-salesforce-narrow form .form-field {
  width: 100%;
}
.Form-salesforce-narrow form .form-field--half {
  width: calc(50% - 8px);
}
.rank-math-breadcrumb{
  display: none;
}
.DocContent li br {
    display: block;
}
@media (max-width: 1024px) {
  .Form-salesforce-narrow form .form-field--half {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  .Form-salesforce-narrow form .form-field--half {
    width: 100%;
  }
}
.Form-salesforce-narrow form .form-field--full {
  width: 100%;
}
.Form-hubspot-narrow .hs-form .form-columns-2 {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1024px) {
  .Form-hubspot-narrow .hs-form .form-columns-2 {
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .Form-hubspot-narrow .hs-form .form-columns-2 {
    flex-direction: column;
  }
}
/*# sourceMappingURL=main.css.map */
