/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
[image-style=rounded-lg],
.rounded-lg {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
  overflow: hidden;
}
@media only screen and (max-width: 478px) {
  [image-style=rounded-lg],
  .rounded-lg {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}
[image-style=rounded-lg] > figure,
[image-style=rounded-lg] > img,
.rounded-lg > figure,
.rounded-lg > img {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
  display: block;
}
@media only screen and (max-width: 478px) {
  [image-style=rounded-lg] > figure,
  [image-style=rounded-lg] > img,
  .rounded-lg > figure,
  .rounded-lg > img {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}

.rounded-md {
  border-top-right-radius: 4.5rem;
  border-bottom-left-radius: 4.5rem;
}
@media only screen and (max-width: 478px) {
  .rounded-md {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}

.rounded-sm {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.rounded-sm-alt {
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

[image-size=contain] {
  object-fit: contain !important;
}

.bg-blue,
[bg-color=blue],
.bg-blue-dark,
[bg-color=blue-dark] {
  color: var(--white);
}
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue .h1,
.bg-blue .h2,
.bg-blue .h3,
.bg-blue .h4,
.bg-blue .h5,
.bg-blue p,
.bg-blue li,
.bg-blue blockquote,
.bg-blue button,
[bg-color=blue] h1,
[bg-color=blue] h2,
[bg-color=blue] h3,
[bg-color=blue] h4,
[bg-color=blue] h5,
[bg-color=blue] .h1,
[bg-color=blue] .h2,
[bg-color=blue] .h3,
[bg-color=blue] .h4,
[bg-color=blue] .h5,
[bg-color=blue] p,
[bg-color=blue] li,
[bg-color=blue] blockquote,
[bg-color=blue] button,
.bg-blue-dark h1,
.bg-blue-dark h2,
.bg-blue-dark h3,
.bg-blue-dark h4,
.bg-blue-dark h5,
.bg-blue-dark .h1,
.bg-blue-dark .h2,
.bg-blue-dark .h3,
.bg-blue-dark .h4,
.bg-blue-dark .h5,
.bg-blue-dark p,
.bg-blue-dark li,
.bg-blue-dark blockquote,
.bg-blue-dark button,
[bg-color=blue-dark] h1,
[bg-color=blue-dark] h2,
[bg-color=blue-dark] h3,
[bg-color=blue-dark] h4,
[bg-color=blue-dark] h5,
[bg-color=blue-dark] .h1,
[bg-color=blue-dark] .h2,
[bg-color=blue-dark] .h3,
[bg-color=blue-dark] .h4,
[bg-color=blue-dark] .h5,
[bg-color=blue-dark] p,
[bg-color=blue-dark] li,
[bg-color=blue-dark] blockquote,
[bg-color=blue-dark] button {
  color: var(--white);
}
.bg-blue .pill,
[bg-color=blue] .pill,
.bg-blue-dark .pill,
[bg-color=blue-dark] .pill {
  background-color: var(--white);
  color: var(--blue-bright);
}
.bg-blue h6,
.bg-blue .h6,
[bg-color=blue] h6,
[bg-color=blue] .h6,
.bg-blue-dark h6,
.bg-blue-dark .h6,
[bg-color=blue-dark] h6,
[bg-color=blue-dark] .h6 {
  color: var(--blue-bright);
}
.bg-blue .bricks-button.bricks-background-primary,
[bg-color=blue] .bricks-button.bricks-background-primary,
.bg-blue-dark .bricks-button.bricks-background-primary,
[bg-color=blue-dark] .bricks-button.bricks-background-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='black'/%3E%3C/svg%3E");
  background-color: var(--white);
  color: #000;
  border-color: var(--white);
}
.bg-blue .bricks-button.bricks-background-primary:hover, .bg-blue .bricks-button.bricks-background-primary:focus,
[bg-color=blue] .bricks-button.bricks-background-primary:hover,
[bg-color=blue] .bricks-button.bricks-background-primary:focus,
.bg-blue-dark .bricks-button.bricks-background-primary:hover,
.bg-blue-dark .bricks-button.bricks-background-primary:focus,
[bg-color=blue-dark] .bricks-button.bricks-background-primary:hover,
[bg-color=blue-dark] .bricks-button.bricks-background-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.bg-blue .bricks-button.bricks-background-secondary,
[bg-color=blue] .bricks-button.bricks-background-secondary,
.bg-blue-dark .bricks-button.bricks-background-secondary,
[bg-color=blue-dark] .bricks-button.bricks-background-secondary {
  color: var(--white);
}
.bg-blue .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary,
[bg-color=blue] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary,
.bg-blue-dark .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary,
[bg-color=blue-dark] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  color: var(--white);
  border-color: var(--white);
}
.bg-blue .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover, .bg-blue .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:focus,
[bg-color=blue] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover,
[bg-color=blue] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:focus,
.bg-blue-dark .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover,
.bg-blue-dark .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:focus,
[bg-color=blue-dark] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover,
[bg-color=blue-dark] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.bg-blue .brxe-icon,
[bg-color=blue] .brxe-icon,
.bg-blue-dark .brxe-icon,
[bg-color=blue-dark] .brxe-icon {
  color: var(--blue-bright);
}
.bg-blue .brxe-text a,
[bg-color=blue] .brxe-text a,
.bg-blue-dark .brxe-text a,
[bg-color=blue-dark] .brxe-text a {
  color: var(--white);
}
.bg-blue .brxe-text a:hover,
[bg-color=blue] .brxe-text a:hover,
.bg-blue-dark .brxe-text a:hover,
[bg-color=blue-dark] .brxe-text a:hover {
  color: var(--white);
  opacity: 0.8;
}
.bg-blue .splide__pagination .splide__pagination__page,
[bg-color=blue] .splide__pagination .splide__pagination__page,
.bg-blue-dark .splide__pagination .splide__pagination__page,
[bg-color=blue-dark] .splide__pagination .splide__pagination__page {
  background-color: var(--white);
}
.bg-blue .splide__pagination .splide__pagination__page.is-active,
[bg-color=blue] .splide__pagination .splide__pagination__page.is-active,
.bg-blue-dark .splide__pagination .splide__pagination__page.is-active,
[bg-color=blue-dark] .splide__pagination .splide__pagination__page.is-active {
  background-color: var(--blue-bright);
}
.bg-black,
[bg-color=black] {
  color: var(--white);
}
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black .h1,
.bg-black .h2,
.bg-black .h3,
.bg-black .h4,
.bg-black .h5,
.bg-black p,
.bg-black li,
.bg-black blockquote,
.bg-black button,
[bg-color=black] h1,
[bg-color=black] h2,
[bg-color=black] h3,
[bg-color=black] h4,
[bg-color=black] h5,
[bg-color=black] .h1,
[bg-color=black] .h2,
[bg-color=black] .h3,
[bg-color=black] .h4,
[bg-color=black] .h5,
[bg-color=black] p,
[bg-color=black] li,
[bg-color=black] blockquote,
[bg-color=black] button {
  color: var(--white);
}
.bg-black .pill,
[bg-color=black] .pill {
  background-color: var(--white);
  color: var(--blue-bright);
}
.bg-black h6,
.bg-black .h6,
[bg-color=black] h6,
[bg-color=black] .h6 {
  color: var(--blue-bright);
}
.bg-black .bricks-button.bricks-background-primary,
[bg-color=black] .bricks-button.bricks-background-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='black'/%3E%3C/svg%3E");
  background-color: var(--white);
  color: #000;
  border-color: var(--white);
}
.bg-black .bricks-button.bricks-background-primary:hover, .bg-black .bricks-button.bricks-background-primary:focus,
[bg-color=black] .bricks-button.bricks-background-primary:hover,
[bg-color=black] .bricks-button.bricks-background-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.bg-black .bricks-button.bricks-background-secondary,
[bg-color=black] .bricks-button.bricks-background-secondary {
  color: var(--white);
}
.bg-black .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary,
[bg-color=black] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  color: var(--white);
  border-color: var(--white);
}
.bg-black .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover, .bg-black .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:focus,
[bg-color=black] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover,
[bg-color=black] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.bg-black .brxe-icon,
[bg-color=black] .brxe-icon {
  color: var(--blue-bright);
}
.bg-black .brxe-text a,
[bg-color=black] .brxe-text a {
  color: var(--white);
}
.bg-black .brxe-text a:hover,
[bg-color=black] .brxe-text a:hover {
  color: var(--white);
  opacity: 0.8;
}
.bg-black .splide__pagination .splide__pagination__page,
[bg-color=black] .splide__pagination .splide__pagination__page {
  background-color: var(--white);
}
.bg-black .splide__pagination .splide__pagination__page.is-active,
[bg-color=black] .splide__pagination .splide__pagination__page.is-active {
  background-color: var(--blue-bright);
}
.bg-dark-gradient,
[bg-color=dark-gradient] {
  color: var(--white);
  background: radial-gradient(35.07% 135.98% at 83.55% 7.35%, #2563eb 0%, #000 100%);
}
.bg-dark-gradient h1,
.bg-dark-gradient h2,
.bg-dark-gradient h3,
.bg-dark-gradient h4,
.bg-dark-gradient h5,
.bg-dark-gradient .h1,
.bg-dark-gradient .h2,
.bg-dark-gradient .h3,
.bg-dark-gradient .h4,
.bg-dark-gradient .h5,
.bg-dark-gradient p,
.bg-dark-gradient li,
.bg-dark-gradient blockquote,
.bg-dark-gradient button,
[bg-color=dark-gradient] h1,
[bg-color=dark-gradient] h2,
[bg-color=dark-gradient] h3,
[bg-color=dark-gradient] h4,
[bg-color=dark-gradient] h5,
[bg-color=dark-gradient] .h1,
[bg-color=dark-gradient] .h2,
[bg-color=dark-gradient] .h3,
[bg-color=dark-gradient] .h4,
[bg-color=dark-gradient] .h5,
[bg-color=dark-gradient] p,
[bg-color=dark-gradient] li,
[bg-color=dark-gradient] blockquote,
[bg-color=dark-gradient] button {
  color: var(--white);
}
.bg-dark-gradient .pill,
[bg-color=dark-gradient] .pill {
  background-color: var(--white);
  color: var(--blue-bright);
}
.bg-dark-gradient h6,
.bg-dark-gradient .h6,
[bg-color=dark-gradient] h6,
[bg-color=dark-gradient] .h6 {
  color: var(--blue-bright);
}
.bg-dark-gradient .bricks-button.bricks-background-primary,
[bg-color=dark-gradient] .bricks-button.bricks-background-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='black'/%3E%3C/svg%3E");
  background-color: var(--white);
  color: #000;
  border-color: var(--white);
}
.bg-dark-gradient .bricks-button.bricks-background-primary:hover, .bg-dark-gradient .bricks-button.bricks-background-primary:focus,
[bg-color=dark-gradient] .bricks-button.bricks-background-primary:hover,
[bg-color=dark-gradient] .bricks-button.bricks-background-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.bg-dark-gradient .bricks-button.bricks-background-secondary,
[bg-color=dark-gradient] .bricks-button.bricks-background-secondary {
  color: var(--white);
}
.bg-dark-gradient .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary,
[bg-color=dark-gradient] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  color: var(--white);
  border-color: var(--white);
}
.bg-dark-gradient .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover, .bg-dark-gradient .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:focus,
[bg-color=dark-gradient] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover,
[bg-color=dark-gradient] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.bg-dark-gradient .brxe-icon,
[bg-color=dark-gradient] .brxe-icon {
  color: var(--blue-bright);
}
.bg-dark-gradient .brxe-text a,
[bg-color=dark-gradient] .brxe-text a {
  color: var(--white);
}
.bg-dark-gradient .brxe-text a:hover,
[bg-color=dark-gradient] .brxe-text a:hover {
  color: var(--white);
  opacity: 0.8;
}
.bg-dark-gradient .splide__pagination .splide__pagination__page,
[bg-color=dark-gradient] .splide__pagination .splide__pagination__page {
  background-color: var(--white);
}
.bg-dark-gradient .splide__pagination .splide__pagination__page.is-active,
[bg-color=dark-gradient] .splide__pagination .splide__pagination__page.is-active {
  background-color: var(--blue-bright);
}

.bg-blue-darkest,
[bg-color=blue-darkest] {
  color: var(--white);
}
.bg-blue-darkest h1,
.bg-blue-darkest h2,
.bg-blue-darkest h3,
.bg-blue-darkest h4,
.bg-blue-darkest h5,
.bg-blue-darkest .h1,
.bg-blue-darkest .h2,
.bg-blue-darkest .h3,
.bg-blue-darkest .h4,
.bg-blue-darkest .h5,
.bg-blue-darkest p,
.bg-blue-darkest li,
.bg-blue-darkest blockquote,
.bg-blue-darkest button,
[bg-color=blue-darkest] h1,
[bg-color=blue-darkest] h2,
[bg-color=blue-darkest] h3,
[bg-color=blue-darkest] h4,
[bg-color=blue-darkest] h5,
[bg-color=blue-darkest] .h1,
[bg-color=blue-darkest] .h2,
[bg-color=blue-darkest] .h3,
[bg-color=blue-darkest] .h4,
[bg-color=blue-darkest] .h5,
[bg-color=blue-darkest] p,
[bg-color=blue-darkest] li,
[bg-color=blue-darkest] blockquote,
[bg-color=blue-darkest] button {
  color: var(--white);
}
.bg-blue-darkest .pill,
[bg-color=blue-darkest] .pill {
  background-color: var(--white);
  color: var(--blue-bright);
}
.bg-blue-darkest h6,
.bg-blue-darkest .h6,
[bg-color=blue-darkest] h6,
[bg-color=blue-darkest] .h6 {
  color: var(--blue-bright);
}
.bg-blue-darkest .bricks-button.bricks-background-primary,
[bg-color=blue-darkest] .bricks-button.bricks-background-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='black'/%3E%3C/svg%3E");
  background-color: var(--white);
  color: #000;
  border-color: var(--white);
}
.bg-blue-darkest .bricks-button.bricks-background-primary:hover, .bg-blue-darkest .bricks-button.bricks-background-primary:focus,
[bg-color=blue-darkest] .bricks-button.bricks-background-primary:hover,
[bg-color=blue-darkest] .bricks-button.bricks-background-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.bg-blue-darkest .bricks-button.bricks-background-secondary,
[bg-color=blue-darkest] .bricks-button.bricks-background-secondary {
  color: var(--white);
}
.bg-blue-darkest .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary,
[bg-color=blue-darkest] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  color: var(--white);
  border-color: var(--white);
}
.bg-blue-darkest .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover, .bg-blue-darkest .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:focus,
[bg-color=blue-darkest] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover,
[bg-color=blue-darkest] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.bg-blue-darkest .brxe-icon,
[bg-color=blue-darkest] .brxe-icon {
  color: var(--blue-bright);
}
.bg-blue-darkest .brxe-text a,
[bg-color=blue-darkest] .brxe-text a {
  color: var(--white);
}
.bg-blue-darkest .brxe-text a:hover,
[bg-color=blue-darkest] .brxe-text a:hover {
  color: var(--white);
  opacity: 0.8;
}
.bg-blue-darkest .splide__pagination .splide__pagination__page,
[bg-color=blue-darkest] .splide__pagination .splide__pagination__page {
  background-color: var(--white);
}
.bg-blue-darkest .splide__pagination .splide__pagination__page.is-active,
[bg-color=blue-darkest] .splide__pagination .splide__pagination__page.is-active {
  background-color: var(--blue-bright);
}
.bg-blue-bright,
[bg-color=blue-bright] {
  color: var(--white);
}
.bg-blue-bright h1,
.bg-blue-bright h2,
.bg-blue-bright h3,
.bg-blue-bright h4,
.bg-blue-bright h5,
.bg-blue-bright .h1,
.bg-blue-bright .h2,
.bg-blue-bright .h3,
.bg-blue-bright .h4,
.bg-blue-bright .h5,
.bg-blue-bright p,
.bg-blue-bright li,
.bg-blue-bright blockquote,
.bg-blue-bright button,
[bg-color=blue-bright] h1,
[bg-color=blue-bright] h2,
[bg-color=blue-bright] h3,
[bg-color=blue-bright] h4,
[bg-color=blue-bright] h5,
[bg-color=blue-bright] .h1,
[bg-color=blue-bright] .h2,
[bg-color=blue-bright] .h3,
[bg-color=blue-bright] .h4,
[bg-color=blue-bright] .h5,
[bg-color=blue-bright] p,
[bg-color=blue-bright] li,
[bg-color=blue-bright] blockquote,
[bg-color=blue-bright] button {
  color: var(--white);
}
.bg-blue-bright .pill,
[bg-color=blue-bright] .pill {
  background-color: var(--white);
  color: var(--blue-bright);
}
.bg-blue-bright h6,
.bg-blue-bright .h6,
[bg-color=blue-bright] h6,
[bg-color=blue-bright] .h6 {
  color: var(--blue-bright);
}
.bg-blue-bright .bricks-button.bricks-background-primary,
[bg-color=blue-bright] .bricks-button.bricks-background-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='black'/%3E%3C/svg%3E");
  background-color: var(--white);
  color: #000;
  border-color: var(--white);
}
.bg-blue-bright .bricks-button.bricks-background-primary:hover, .bg-blue-bright .bricks-button.bricks-background-primary:focus,
[bg-color=blue-bright] .bricks-button.bricks-background-primary:hover,
[bg-color=blue-bright] .bricks-button.bricks-background-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.bg-blue-bright .bricks-button.bricks-background-secondary,
[bg-color=blue-bright] .bricks-button.bricks-background-secondary {
  color: var(--white);
}
.bg-blue-bright .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary,
[bg-color=blue-bright] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  color: var(--white);
  border-color: var(--white);
}
.bg-blue-bright .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover, .bg-blue-bright .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:focus,
[bg-color=blue-bright] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover,
[bg-color=blue-bright] .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.bg-blue-bright .brxe-icon,
[bg-color=blue-bright] .brxe-icon {
  color: var(--blue-bright);
}
.bg-blue-bright .brxe-text a,
[bg-color=blue-bright] .brxe-text a {
  color: var(--white);
}
.bg-blue-bright .brxe-text a:hover,
[bg-color=blue-bright] .brxe-text a:hover {
  color: var(--white);
  opacity: 0.8;
}
.bg-blue-bright .splide__pagination .splide__pagination__page,
[bg-color=blue-bright] .splide__pagination .splide__pagination__page {
  background-color: var(--white);
}
.bg-blue-bright .splide__pagination .splide__pagination__page.is-active,
[bg-color=blue-bright] .splide__pagination .splide__pagination__page.is-active {
  background-color: var(--blue-bright);
}
.bg-blue-bright .bricks-button.bricks-background-primary:hover, .bg-blue-bright .bricks-button.bricks-background-primary:focus,
[bg-color=blue-bright] .bricks-button.bricks-background-primary:hover,
[bg-color=blue-bright] .bricks-button.bricks-background-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: #000;
  color: var(--white);
  border-color: #000;
}

.scheme-light .scheme-dark {
  color: var(--white);
}
.scheme-light .scheme-dark h1,
.scheme-light .scheme-dark h2,
.scheme-light .scheme-dark h3,
.scheme-light .scheme-dark h4,
.scheme-light .scheme-dark h5,
.scheme-light .scheme-dark .h1,
.scheme-light .scheme-dark .h2,
.scheme-light .scheme-dark .h3,
.scheme-light .scheme-dark .h4,
.scheme-light .scheme-dark .h5,
.scheme-light .scheme-dark p,
.scheme-light .scheme-dark li,
.scheme-light .scheme-dark blockquote,
.scheme-light .scheme-dark button {
  color: var(--white);
}
.scheme-light .scheme-dark .pill {
  background-color: var(--white);
  color: var(--blue-bright);
}
.scheme-light .scheme-dark h6,
.scheme-light .scheme-dark .h6 {
  color: var(--blue-bright);
}
.scheme-light .scheme-dark .bricks-button.bricks-background-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='black'/%3E%3C/svg%3E");
  background-color: var(--white);
  color: #000;
  border-color: var(--white);
}
.scheme-light .scheme-dark .bricks-button.bricks-background-primary:hover, .scheme-light .scheme-dark .bricks-button.bricks-background-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.scheme-light .scheme-dark .bricks-button.bricks-background-secondary {
  color: var(--white);
}
.scheme-light .scheme-dark .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  color: var(--white);
  border-color: var(--white);
}
.scheme-light .scheme-dark .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover, .scheme-light .scheme-dark .bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.scheme-light .scheme-dark .brxe-icon {
  color: var(--blue-bright);
}
.scheme-light .scheme-dark .brxe-text a {
  color: var(--white);
}
.scheme-light .scheme-dark .brxe-text a:hover {
  color: var(--white);
  opacity: 0.8;
}
.scheme-light .scheme-dark .splide__pagination .splide__pagination__page {
  background-color: var(--white);
}
.scheme-light .scheme-dark .splide__pagination .splide__pagination__page.is-active {
  background-color: var(--blue-bright);
}

.bg-gradient-purple {
  background: linear-gradient(125.25deg, transparent 57.06%, #9b53ee 103.89%);
}

section.bg-blue-dark + section.bg-blue-dark,
section:has(> [bg-color=blue-dark]) + section > [bg-color=blue-dark],
section.bg-blue-dark + section > [bg-color=blue-dark],
section:has(> [bg-color=blue-dark]) + section.bg-blue-dark {
  padding-top: 0px !important;
}

section.bg-blue-light + section.bg-blue-light,
section:has(> [bg-color=blue-light]) + section > [bg-color=blue-light],
section.bg-blue-light + section > [bg-color=blue-light],
section:has(> [bg-color=blue-light]) + section.bg-blue-light {
  padding-top: 0px !important;
}

section.bg-white + section.bg-white,
section:has(> [bg-color=white]) + section > [bg-color=white],
section.bg-white + section > [bg-color=white],
section:has(> [bg-color=white]) + section.bg-white {
  padding-top: 0px !important;
}

section.bg-gray + section.bg-gray,
section:has(> [bg-color=gray]) + section > [bg-color=gray],
section.bg-gray + section > [bg-color=gray],
section:has(> [bg-color=gray]) + section.bg-gray {
  padding-top: 0px !important;
}

section.bg-yellow + section.bg-yellow,
section:has(> [bg-color=yellow]) + section > [bg-color=yellow],
section.bg-yellow + section > [bg-color=yellow],
section:has(> [bg-color=yellow]) + section.bg-yellow {
  padding-top: 0px !important;
}

section.bg-blue-bright + section.bg-blue-bright,
section:has(> [bg-color=blue-bright]) + section > [bg-color=blue-bright],
section.bg-blue-bright + section > [bg-color=blue-bright],
section:has(> [bg-color=blue-bright]) + section.bg-blue-bright {
  padding-top: 0px !important;
}

section.bg-blue-darkest + section.bg-blue-darkest,
section:has(> [bg-color=blue-darkest]) + section > [bg-color=blue-darkest],
section.bg-blue-darkest + section > [bg-color=blue-darkest],
section:has(> [bg-color=blue-darkest]) + section.bg-blue-darkest {
  padding-top: 0px !important;
}

section.bg-blue + section.bg-blue,
section:has(> [bg-color=blue]) + section > [bg-color=blue],
section.bg-blue + section > [bg-color=blue],
section:has(> [bg-color=blue]) + section.bg-blue {
  padding-top: 0px !important;
}

section.bg-black + section.bg-black,
section:has(> [bg-color=black]) + section > [bg-color=black],
section.bg-black + section > [bg-color=black],
section:has(> [bg-color=black]) + section.bg-black {
  padding-top: 0px !important;
}

html {
  scroll-behavior: smooth;
}

body.admin-bar #hubspot-conversations-iframe {
  display: none !important;
}

p,
.p,
li,
blockquote {
  font-size: var(--text-m);
  line-height: 1.53;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-wrap-style: pretty;
  font-weight: 700;
  letter-spacing: -0.025em;
}

h1,
.h1 {
  font-size: var(--text-3xl);
  color: var(--blue);
  line-height: 0.93;
}
h1.hero,
.h1.hero {
  font-size: var(--text-4xl);
  font-style: italic;
}

h2,
.h2 {
  font-size: var(--text-2xl);
  line-height: 1.03;
}

h3,
.h3 {
  font-size: var(--text-xl);
  line-height: 1.12;
}

h4,
.h4 {
  font-size: var(--text-lg);
  color: var(--blue);
  line-height: 1.22;
}

h5,
.h5 {
  font-size: var(--text-md);
  line-height: 1.3;
}

h6,
.h6 {
  font-size: var(--text-sm);
  line-height: 1.36;
}

p,
li {
  text-wrap-style: pretty;
}

.wysiwyg,
.brxe-text,
.brxe-post-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wysiwyg.small p,
.wysiwyg.small li,
.wysiwyg.small blockquote,
.brxe-text.small p,
.brxe-text.small li,
.brxe-text.small blockquote,
.brxe-post-content.small p,
.brxe-post-content.small li,
.brxe-post-content.small blockquote {
  font-size: var(--text-sm);
}
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol,
.brxe-text p,
.brxe-text ul,
.brxe-text ol,
.brxe-post-content p,
.brxe-post-content ul,
.brxe-post-content ol {
  margin: 0px;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.brxe-text h1,
.brxe-text h2,
.brxe-text h3,
.brxe-text h4,
.brxe-text h5,
.brxe-text h6,
.brxe-post-content h1,
.brxe-post-content h2,
.brxe-post-content h3,
.brxe-post-content h4,
.brxe-post-content h5,
.brxe-post-content h6 {
  margin-top: 0.6em;
}
.wysiwyg > *:first-child,
.brxe-text > *:first-child,
.brxe-post-content > *:first-child {
  margin-top: 0;
}
.wysiwyg.large p,
.wysiwyg.large li,
.wysiwyg.large blockquote,
.brxe-text.large p,
.brxe-text.large li,
.brxe-text.large blockquote,
.brxe-post-content.large p,
.brxe-post-content.large li,
.brxe-post-content.large blockquote {
  font-size: var(--text-lg);
}

.pill {
  border-radius: 7px;
  background-color: var(--blue-light);
  padding: 8px 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pill svg {
  width: 21px;
}
.pill i {
  font-size: 19px;
}
.pill.pill,
.pill h2,
.pill h3,
.pill h4,
.pill span,
.pill div {
  white-space: nowrap;
  color: var(--blue-bright);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.container-full-width {
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 11px;
}
.container-full-width.bg-dark-gradient {
  padding-top: 0;
  padding-bottom: 0;
}
.container-full-width.bg-dark-gradient > .brxe-div,
.container-full-width.bg-dark-gradient > .brxe-section {
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-3xl);
  max-width: 1550px;
}
.container-full-width.bg-dark-gradient > .brxe-div:not(:first-child),
.container-full-width.bg-dark-gradient > .brxe-section:not(:first-child) {
  border-top: 1px solid rgba(47, 99, 235, 0.3882352941);
}

.checklist.checklist-2-columns ul {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2rem;
}
.checklist.checklist-2-columns li {
  width: 250px;
}
.checklist ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  row-gap: 0;
  column-gap: 1rem;
}
.checklist ul li {
  position: relative;
  padding-left: 2em;
  min-height: 2.2em;
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
}
.checklist ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 24px;
  height: 22px;
  background: url('data:image/svg+xml,%3Csvg width="24" height="22" viewBox="0 0 24 22" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="24" height="22" rx="11" fill="%232563EB"/%3E%3Cpath d="M19 7L10.75 15L7 11.3636" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat center/contain;
}

button[video-url]:not([video-url=""]) {
  position: absolute;
  cursor: pointer;
  border-radius: 15px;
}
button[video-url]:not([video-url=""]):after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("images/icon-play.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}
button[video-url]:not([video-url=""]):hover:after {
  transform: translate(-50%, -50%) scale(1.05);
}

/* --- Video Modal Iframe Sizing --- */
/* Target the specific Code element ID within the popup */
.brxe-popup-352 .brxe-container {
  padding: 0px;
}
.brxe-popup-352 #brxe-coechk {
  width: 100%;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  /* Ensure iframe fills the code element container */
}
.brxe-popup-352 #brxe-coechk iframe {
  width: 100%;
  height: 100%;
  display: block;
}

:where(.brxe-image) .bricks-image-caption {
  background: var(--blue);
  text-align: right;
  padding-left: 6rem;
  line-height: 1.3;
  font-style: italic;
}
@media only screen and (max-width: 478px) {
  :where(.brxe-image) .bricks-image-caption {
    padding-left: 2rem;
  }
}

[bg-color=blue] .bricks-image-caption,
.bg-blue .bricks-image-caption {
  background: var(--blue-dark);
}

.brxe-text-link {
  font-weight: 700;
  color: var(--blue);
}
.brxe-text-link:hover {
  color: #000;
}

.brxe-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.brxe-text > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
.brxe-text.bricks-type-hero p {
  font-size: var(--text-lg);
}
.brxe-text a {
  text-decoration: underline;
  color: var(--blue);
  font-weight: 700;
  transition: opacity 0.2s ease;
}
.brxe-text a:hover {
  color: #000;
}

.brxe-accordion {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.brxe-accordion li.accordion-item {
  padding-left: var(--space-s);
  background-color: var(--gray);
  border-radius: 10px;
}
.brxe-accordion li.accordion-item:hover, .brxe-accordion li.accordion-item:focus {
  background-color: var(--blue);
  color: var(--white);
}
.brxe-accordion li.accordion-item:hover .accordion-title .title, .brxe-accordion li.accordion-item:focus .accordion-title .title {
  color: var(--white);
}
.brxe-accordion li.accordion-item div.accordion-title-wrapper {
  padding-top: var(--space-2xs);
  padding-bottom: var(--space-2xs);
}
.brxe-accordion li.accordion-item div.accordion-title-wrapper .accordion-title .icon {
  font-size: 1.4rem;
  right: 14px;
}

.brxe-button {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 0.5em auto;
  padding-right: 2.5em;
  border: 2px solid;
}

.bricks-button {
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.bricks-button.bricks-background-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.bricks-button.bricks-background-primary:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: #000;
  color: var(--white);
  border-color: #000;
}
.bricks-button.bricks-background-secondary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: #000;
  color: var(--white);
  border-color: #000;
}
.bricks-button.bricks-background-secondary:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--blue-bright);
  color: var(--white);
  border-color: var(--blue-bright);
}
.bricks-button.bricks-background-light {
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px;
  background-color: transparent;
}
.bricks-button.bricks-background-light:hover {
  background-position: right 1.25rem center;
}
.bricks-button.outline:not(.bricks-background-primary).bricks-color-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='%232863eb'/%3E%3C/svg%3E");
  color: var(--blue-bright);
  border-color: var(--blue-bright);
}
.bricks-button.outline:not(.bricks-background-primary).bricks-color-primary:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='black'/%3E%3C/svg%3E");
  color: #000;
  border-color: #000;
}
.bricks-button.outline:not(.bricks-background-primary).bricks-color-light {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='black'/%3E%3C/svg%3E");
  color: #000;
  border-color: #000;
}
.bricks-button.outline:not(.bricks-background-primary).bricks-color-light:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='%232863eb'/%3E%3C/svg%3E");
  color: var(--blue-bright);
  border-color: var(--blue-bright);
}

[data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
  padding: 0px;
}

/* --- HubSpot Form Styling --- */
#footer-form,
#header-form {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--white);
}
#footer-form .hsfc-Form,
#footer-form .hsfc-FormWrapper,
#header-form .hsfc-Form,
#header-form .hsfc-FormWrapper {
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 600px;
  max-width: 100%;
}
#footer-form [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content,
#header-form [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
  padding: 0;
}
#footer-form .hsfc-FieldLabel,
#header-form .hsfc-FieldLabel {
  display: none;
  font-family: "Plus Jakarta Sans", sans-serif;
}
#footer-form .hsfc-RichText,
#header-form .hsfc-RichText {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--white);
}
#footer-form .hsfc-RichText p,
#header-form .hsfc-RichText p {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--white);
}
#footer-form .hsfc-Heading,
#header-form .hsfc-Heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--white);
}
#footer-form .hsfc-TextInput,
#footer-form .hsfc-TextareaInput,
#footer-form .hsfc-DateInput,
#header-form .hsfc-TextInput,
#header-form .hsfc-TextareaInput,
#header-form .hsfc-DateInput {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  background-color: var(--white);
  border: 1px solid #c2c2c2;
  border-radius: 7px;
  padding: 6px 11px;
}
#footer-form .hsfc-TextInput::placeholder,
#footer-form .hsfc-TextareaInput::placeholder,
#footer-form .hsfc-DateInput::placeholder,
#header-form .hsfc-TextInput::placeholder,
#header-form .hsfc-TextareaInput::placeholder,
#header-form .hsfc-DateInput::placeholder {
  color: #222222;
}
#footer-form .hsfc-TextInput:focus,
#footer-form .hsfc-TextareaInput:focus,
#footer-form .hsfc-DateInput:focus,
#header-form .hsfc-TextInput:focus,
#header-form .hsfc-TextareaInput:focus,
#header-form .hsfc-DateInput:focus {
  border-color: #c2c2c2;
}
#footer-form .hsfc-FieldDescription,
#footer-form .hsfc-FieldFooter,
#header-form .hsfc-FieldDescription,
#header-form .hsfc-FieldFooter {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
#footer-form .hsfc-ErrorAlert,
#footer-form .hsfc-InfoAlert,
#header-form .hsfc-ErrorAlert,
#header-form .hsfc-InfoAlert {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--white);
}
#footer-form .hsfc-Button,
#header-form .hsfc-Button {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  background-color: #000;
  padding: 16px 27px;
  padding-right: 41px;
  border-radius: 7px;
  position: relative;
}
#footer-form .hsfc-Button::after,
#header-form .hsfc-Button::after {
  content: "";
  position: absolute;
  right: 24px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#footer-form .hsfc-Button:hover,
#header-form .hsfc-Button:hover {
  background-color: var(--white);
  color: #000;
}
#footer-form .hsfc-Button:hover::after,
#header-form .hsfc-Button:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68549 4.57607L1.43528 0.200888C1.2568 0.0532534 1.02708 -0.0176377 0.796444 0.00373888C0.565805 0.0251154 0.353036 0.137018 0.204729 0.31494C0.0564225 0.492863 -0.0153344 0.722305 0.00517201 0.953023C0.0256785 1.18374 0.136777 1.39693 0.314139 1.54591L4.75768 5.24861L0.314139 8.95132C0.136093 9.10009 0.024381 9.31345 0.00354119 9.54453C-0.0172986 9.77561 0.0544388 10.0055 0.202995 10.1837C0.35155 10.362 0.564775 10.4739 0.79583 10.495C1.02689 10.5162 1.25687 10.4447 1.43528 10.2964L6.68549 5.92109C6.78394 5.83885 6.86312 5.73599 6.91746 5.61979C6.9718 5.50358 6.99996 5.37687 6.99996 5.24858C6.99996 5.1203 6.9718 4.99359 6.91746 4.87738C6.86312 4.76118 6.78394 4.65832 6.68549 4.57607Z' fill='black'/%3E%3C/svg%3E");
}
#footer-form [data-hsfc-id=Renderer] .hsfc-Row,
#header-form [data-hsfc-id=Renderer] .hsfc-Row {
  gap: 23px;
}
#footer-form [data-hsfc-id=Renderer] .hsfc-NavigationRow,
#header-form [data-hsfc-id=Renderer] .hsfc-NavigationRow {
  margin-top: 0;
}
#footer-form .hsfc-LinkButton,
#header-form .hsfc-LinkButton {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--white);
}
#footer-form .hsfc-LinkButton:hover,
#header-form .hsfc-LinkButton:hover {
  color: rgba(255, 255, 255, 0.8);
}
#footer-form .hsfc-ProgressBar__Text,
#header-form .hsfc-ProgressBar__Text {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--white);
}
#footer-form .hsfc-ResetLink,
#header-form .hsfc-ResetLink {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--white);
}
#footer-form .hsfc-ResetLink:hover,
#header-form .hsfc-ResetLink:hover {
  color: rgba(255, 255, 255, 0.8);
}
#footer-form .hsfc-DropdownInput > input,
#header-form .hsfc-DropdownInput > input {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  background-color: var(--white);
  border: 1px solid #c2c2c2;
  border-radius: 7px;
  padding: 6px 11px;
}
#footer-form .hsfc-DropdownOptions,
#header-form .hsfc-DropdownOptions {
  background-color: var(--white);
  border: 1px solid #c2c2c2;
  border-radius: 7px;
}
#footer-form .hsfc-DropdownOptions .hsfc-DropdownOptions__List__ListItem,
#header-form .hsfc-DropdownOptions .hsfc-DropdownOptions__List__ListItem {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  background-color: var(--white);
}
#footer-form .hsfc-DropdownOptions .hsfc-DropdownOptions__List__ListItem:hover,
#header-form .hsfc-DropdownOptions .hsfc-DropdownOptions__List__ListItem:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#footer-form .hsfc-CheckboxInput,
#footer-form .hsfc-RadioInput,
#header-form .hsfc-CheckboxInput,
#header-form .hsfc-RadioInput {
  background-color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
}
#footer-form .hsfc-PhoneInput .hsfc-TextInput,
#header-form .hsfc-PhoneInput .hsfc-TextInput {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  background-color: var(--white);
  border-radius: 7px;
}
#footer-form .hsfc-PhoneInput__FlagAndCaret,
#header-form .hsfc-PhoneInput__FlagAndCaret {
  background-color: var(--white);
  border: 1px solid #c2c2c2;
  border-radius: 7px 0 0 7px;
}

#header-form [data-hsfc-id=Renderer] .hsfc-Row {
  grid-template-columns: 1fr !important;
}
#header-form h3 {
  color: #000;
}
#header-form .hsfc-Button {
  width: 100%;
  color: var(--white);
  background-color: #2f63eb;
  padding: 16px 27px;
  border-radius: 7px;
}
#header-form .hsfc-Button::after {
  display: none;
}
#header-form .hsfc-Button:hover {
  background-color: #2f63eb;
  color: var(--white);
}

.brxe-breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.brxe-breadcrumbs a:hover {
  color: var(--blue-light);
}

.component-hero figure figcaption {
  display: none;
}
.component-hero h1,
.component-hero .h1 {
  color: var(--blue-light);
}

.component-side_by_side > div > div[image-on-the=left] {
  flex-direction: row-reverse;
}
.component-side_by_side > div > div[image-on-the=left] .side-by-side--content {
  text-align: left;
  align-items: flex-start;
}
.component-side_by_side .bricks-button:not([class*=bricks-background-]):not([class*=bricks-color-]):not(.outline):hover {
  background-color: transparent;
}

.component-photo_block {
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  position: relative;
}
.component-photo_block .component-photo_block--hold_image[text-on-image=yes], .component-photo_block .component-photo_block--hold_image[blue-filter=yes] {
  position: relative;
}
.component-photo_block .component-photo_block--hold_image[text-on-image=yes]:before, .component-photo_block .component-photo_block--hold_image[blue-filter=yes]:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #004598;
  opacity: 0.87;
  z-index: 1;
}
.component-photo_block .component-photo_block--hold_image[text-on-image=yes] img, .component-photo_block .component-photo_block--hold_image[blue-filter=yes] img {
  filter: grayscale(100%) contrast(1);
}
.component-photo_block .component-photo_block--hold_image[text-on-image=yes] {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.component-photo_block .component-photo_block--hold_image[text-on-image=yes] img {
  height: 100%;
  aspect-ratio: unset;
}
.component-photo_block .component-photo_block--hold_content {
  position: relative;
  z-index: 1;
}

.component-contact_form > div {
  padding: var(--space-3xl) 0;
}

@media only screen and (min-width: 767px) {
  .component-page_header.has-image .brxe-cyyqoy {
    top: -1.6rem;
  }
}
.component-page_header.has-image .brxe-cyyqoy .brxe-sppusq,
.component-page_header.has-image .brxe-cyyqoy .brxe-mmheva {
  height: 50px;
  width: auto;
}
.component-page_header > .brxe-block {
  position: relative;
}
.component-page_header > .brxe-block:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: var(--space-l);
  background-color: #dde1e3;
  z-index: 1;
}
.component-page_header > .brxe-block[bg-color=gray]::before {
  content: url(images/dots.png);
  position: absolute;
  bottom: 0;
  width: 574px;
  height: 558px;
  left: 0;
  z-index: 0;
}
.component-page_header > .brxe-block > .brxe-container {
  position: relative;
  z-index: 2;
}
.component-page_header + section.bg-gray,
.component-page_header + section > div[bg-color=gray] {
  padding-top: var(--space-xl);
}

.single-post .component-page_header h1 {
  font-size: var(--text-2xl);
}

.component-section_intro--hold_content[button-text=""] {
  flex-basis: 72rem;
}

#brx-footer nav > ul {
  display: flex;
  gap: var(--space-m);
  flex-wrap: wrap;
}
#brx-footer nav > ul > li {
  margin: 0px;
  max-width: 175px;
}
@media only screen and (max-width: 478px) {
  #brx-footer nav > ul > li {
    max-width: 100%;
    width: 100%;
  }
}
#brx-footer nav > ul > li a {
  text-wrap: wrap;
}
#brx-footer nav > ul > li a:hover {
  text-decoration: underline;
}
#brx-footer nav > ul > li > div.brx-submenu-toggle button {
  display: none;
}
#brx-footer nav > ul > li > a,
#brx-footer nav > ul > li > div.brx-submenu-toggle > a {
  font-weight: bold;
}
#brx-footer nav > ul > li > ul {
  visibility: visible;
  z-index: 1;
  opacity: 100%;
  top: unset;
  background-color: transparent;
  pointer-events: all;
  position: relative !important;
  display: block;
}
#brx-footer nav > ul > li > ul > li {
  margin: 7px 0px;
}
#brx-footer nav > ul > li > ul > li > a {
  line-height: 1.2;
  padding: 2px 0px;
  font-size: var(--text-sm);
}
#brx-footer .footer-sub_footer p {
  font-size: var(--text-sm);
}

#brx-header > section {
  transition: padding-top 0.25s, padding-bottom 0.25s;
}
#brx-header > section img {
  transition: width 0.25s;
}
#brx-header nav > ul > li a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--blue);
}
#brx-header nav > ul > li > ul {
  padding: 14px 0px;
  min-width: 200px;
}
#brx-header nav > ul > li > ul li a {
  font-size: var(--text-sm) !important;
  font-weight: bold;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
#brx-header nav > ul > li > ul li a:hover {
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--blue);
}
#brx-header #brxe-mkuzkn .bricks-nav-menu .current-menu-item > .brx-submenu-toggle > * {
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--blue);
}
#brx-header.scrolling {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
}
#brx-header.scrolling > section {
  padding-top: var(--space-2xs);
  padding-bottom: var(--space-2xs);
}
#brx-header.scrolling > section img {
  width: 100px;
}

.single-case-study img#brxe-tuuwps[video-url^=http] {
  cursor: pointer;
}
.single-case-study #brxe-mncmme[mode=video] a {
  position: relative;
}
.single-case-study #brxe-mncmme[mode=video] a:after {
  position: absolute;
  width: 100px;
  z-index: 1;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: unset;
  object-fit: unset;
  content: "";
  background-image: url(images/icon-play.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

body #g2-write-a-review-button {
  background-color: #fbb200;
  color: #1b2651;
  text-transform: uppercase;
  border-radius: 1000px;
  padding: 0.75rem 2rem;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
body #g2-write-a-review-button:hover {
  background-color: white;
}

body .alm-filters {
  display: flex;
  gap: var(--space-m);
}
@media only screen and (max-width: 478px) {
  body .alm-filters {
    flex-direction: column;
    gap: 0;
  }
}
body .alm-filters .alm-filter .alm-filter--inner label {
  color: #000;
  font-size: var(--text-md);
}
body .alm-filters .alm-filter .alm-filter--inner button {
  background-color: var(--blue);
}
body .alm-filters .alm-filter .alm-filter--inner .alm-filter--select .alm-filter--item {
  min-width: 200px;
}
body .alm-listing .alm-paging-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-m);
}
@media only screen and (max-width: 767px) {
  body .alm-listing .alm-paging-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 478px) {
  body .alm-listing .alm-paging-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
body ul.alm-paging li.active a {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

a.hold {
  border: 2px solid var(--blue);
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
  text-decoration: none;
  background-color: var(--white);
  transition: background-color 0.3s ease;
}
a.hold.case-study-pdf .image img.featured {
  object-fit: contain;
  padding-top: var(--space-m);
  padding-bottom: var(--space-m);
}
a.hold.case-study-video .image img.play-icon {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: unset;
  object-fit: unset;
}
a.hold:hover {
  background-color: var(--gray);
}
a.hold .image {
  position: relative;
  background-color: var(--blue);
}
a.hold .image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
a.hold .image .post_type {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 3px;
  padding: var(--space-3xs) var(--space-2xs);
  background-color: var(--yellow);
  color: #000;
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
}
a.hold .content {
  padding: var(--space-m);
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
a.hold .content .date {
  margin-bottom: -10px;
}
a.hold .content .link {
  font-weight: 700;
}

/* --- ADD CUSTOM STYLES BELOW THIS LINE --- //
// Or create new partials and @use them above. */

/*# sourceMappingURL=style.css.map */
