/*
 Theme Name:   Concert - Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Ratio
 Author URI:   https://goratio.com
 Template:     bricks
 Version:      1.2
 Text Domain:  bricks
*/
/**
  * Color Definitions 
**/
body {
  --text-color: $color-secondary;
  --accent-color: currentColor;
  --color-theme: #00B4B4;
  --color-theme-active: #00abad;
}

.color-primary {
  color: #00B4B4;
}

.color-secondary {
  color: #4D4F57;
}

.theme-health-plans {
  --color-theme: #5555d2;
  --color-theme-active: #3333c1;
}

.theme-providers {
  --color-theme: #faa52d;
  --color-theme-active: #ee8e06;
}

.theme-laboratories, .theme-labs {
  --color-theme: #9bc819;
  --color-theme-active: #789b13;
}

.theme-partners {
  --color-theme: #009EDB;
  --color-theme-active: #0079a8;
}

html {
  --v-xs: 1rem;
  --v-sm: 2rem;
  --v-md: 3rem;
  --v-lg: 5rem;
  --pad-sm: 2rem;
  --pad-md: 3rem;
  --pad-lg: 5rem;
  --rad-sm: 3px;
  --rad-md: 8px;
  --rad-lg: 8px;
  --stroke-sm: 2px;
  --stroke-md: 3px;
  --stroke-lg: 6px;
}
@media (max-width: 1100px) {
  html {
    --pad-lg: 4rem;
  }
}
@media (max-width: 991px) {
  html {
    --v-xs: 0.7rem;
    --v-sm: 1.5rem;
    --v-md: 2rem;
    --v-lg: 3rem;
    --pad-md: 2rem;
  }
}
@media (max-width: 767px) {
  html {
    --v-xs: 0.5rem;
    --v-sm: 1rem;
    --v-md: 1.5rem;
    --pad-sm: 1rem;
    --pad-md: 1.5rem;
    --pad-lg: 2rem;
  }
}

.absolute-fill, .detail-card .detail-card__hover-content, .brxe-svg-image-gallery .image svg, .ratio-base > img, .ratio-1-1 > img, .ratio-4-3 > img, .ratio-16-9 > img, .ratio-base > a, .ratio-1-1 > a, .ratio-4-3 > a, .ratio-16-9 > a {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

html:has(.brx-body.iframe) a.absolute-fill, html:has(.brx-body.iframe) .detail-card a.detail-card__hover-content, .detail-card html:has(.brx-body.iframe) a.detail-card__hover-content, html:has(.brx-body.iframe) .ratio-base > a, html:has(.brx-body.iframe) .ratio-1-1 > a, html:has(.brx-body.iframe) .ratio-4-3 > a, html:has(.brx-body.iframe) .ratio-16-9 > a {
  z-index: 0 !important;
}
html:has(.brx-body.iframe) a.absolute-fill ~ *, html:has(.brx-body.iframe) .detail-card a.detail-card__hover-content ~ *, .detail-card html:has(.brx-body.iframe) a.detail-card__hover-content ~ *, html:has(.brx-body.iframe) .ratio-base > a ~ *, html:has(.brx-body.iframe) .ratio-1-1 > a ~ *, html:has(.brx-body.iframe) .ratio-4-3 > a ~ *, html:has(.brx-body.iframe) .ratio-16-9 > a ~ * {
  position: relative;
  z-index: 5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/**
*   Icons
**/
.icon-right-arrow, .ancr-group #ancr-1338 .ancr-btn-primary:after {
  content: "\f061";
  font-family: Font Awesome\ 6 Solid;
  font-weight: 900;
}

.icon-mag, .icon-search a:after {
  content: "\f002";
  font-family: Font Awesome\ 6 Solid;
  font-weight: 900;
}

.icon-square, .list-diamond li:before {
  content: "\f45c";
  font-family: Font Awesome\ 6 Solid;
  font-weight: 900;
}

.menu-show-all .brx-submenu-toggle > button {
  display: none !important;
}
.menu-show-all .sub-menu {
  display: block !important;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  top: 0 !important;
  background: transparent !important;
  min-width: 100% !important;
}
.menu-show-all .sub-menu li a {
  font-size: 0.8em !important;
  padding: 0.5rem 0 !important;
  display: block !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
}

@media (min-width: calc(767px + 1px)) {
  .columns-3 {
    columns: 3;
    column-gap: 2rem;
    display: block;
  }
}

.blend-color {
  mix-blend-mode: color;
}

.ratio-base, .ratio-1-1, .ratio-4-3, .ratio-16-9 {
  height: 0;
  width: 100%;
}
.ratio-base > img, .ratio-1-1 > img, .ratio-4-3 > img, .ratio-16-9 > img, .ratio-base > a, .ratio-1-1 > a, .ratio-4-3 > a, .ratio-16-9 > a {
  position: absolute !important;
}
.ratio-base img, .ratio-1-1 img, .ratio-4-3 img, .ratio-16-9 img {
  object-fit: cover;
  object-position: 50%;
}

.ratio-16-9 {
  padding-top: 56.25%;
}

.ratio-4-3 {
  padding-top: 75%;
}

.ratio-1-1 {
  padding-top: 100%;
}

.hide-extras .ancr-group {
  display: none;
}

.iframe-ratio-4-3 iframe {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
}

.col-1 {
  grid-column: span 1;
}

.col-1-static {
  grid-column: span 1;
}

.offset-1 {
  grid-column-start: 1;
}

.width-col-1 {
  width: calc(1400px / 12 * 1) !important;
}

body {
  --width--col-1: calc((1400px / 12) * 1) !important;
  --col-1: calc((100% / 12) * 1) !important;
}

@media (max-width: 767px) {
  .col, .col-1 {
    grid-column: span 12 !important;
  }
  .offset-1 {
    grid-column-start: 1 !important;
  }
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.col-2 {
  grid-column: span 2;
}

.col-2-static {
  grid-column: span 2;
}

.offset-2 {
  grid-column-start: 2;
}

.width-col-2 {
  width: calc(1400px / 12 * 2) !important;
}

body {
  --width--col-2: calc((1400px / 12) * 2) !important;
  --col-2: calc((100% / 12) * 2) !important;
}

@media (max-width: 767px) {
  .col, .col-2 {
    grid-column: span 12 !important;
  }
  .offset-2 {
    grid-column-start: 1 !important;
  }
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.col-3 {
  grid-column: span 3;
}

.col-3-static {
  grid-column: span 3;
}

.offset-3 {
  grid-column-start: 3;
}

.width-col-3 {
  width: calc(1400px / 12 * 3) !important;
}

body {
  --width--col-3: calc((1400px / 12) * 3) !important;
  --col-3: calc((100% / 12) * 3) !important;
}

@media (max-width: 767px) {
  .col, .col-3 {
    grid-column: span 12 !important;
  }
  .offset-3 {
    grid-column-start: 1 !important;
  }
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.col-4 {
  grid-column: span 4;
}

.col-4-static {
  grid-column: span 4;
}

.offset-4 {
  grid-column-start: 4;
}

.width-col-4 {
  width: calc(1400px / 12 * 4) !important;
}

body {
  --width--col-4: calc((1400px / 12) * 4) !important;
  --col-4: calc((100% / 12) * 4) !important;
}

@media (max-width: 767px) {
  .col, .col-4 {
    grid-column: span 12 !important;
  }
  .offset-4 {
    grid-column-start: 1 !important;
  }
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
}

.col-5 {
  grid-column: span 5;
}

.col-5-static {
  grid-column: span 5;
}

.offset-5 {
  grid-column-start: 5;
}

.width-col-5 {
  width: calc(1400px / 12 * 5) !important;
}

body {
  --width--col-5: calc((1400px / 12) * 5) !important;
  --col-5: calc((100% / 12) * 5) !important;
}

@media (max-width: 767px) {
  .col, .col-5 {
    grid-column: span 12 !important;
  }
  .offset-5 {
    grid-column-start: 1 !important;
  }
}
.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
}

.col-6 {
  grid-column: span 6;
}

.col-6-static {
  grid-column: span 6;
}

.offset-6 {
  grid-column-start: 6;
}

.width-col-6 {
  width: calc(1400px / 12 * 6) !important;
}

body {
  --width--col-6: calc((1400px / 12) * 6) !important;
  --col-6: calc((100% / 12) * 6) !important;
}

@media (max-width: 767px) {
  .col, .col-6 {
    grid-column: span 12 !important;
  }
  .offset-6 {
    grid-column-start: 1 !important;
  }
}
.grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 1rem;
}

.col-7 {
  grid-column: span 7;
}

.col-7-static {
  grid-column: span 7;
}

.offset-7 {
  grid-column-start: 7;
}

.width-col-7 {
  width: calc(1400px / 12 * 7) !important;
}

body {
  --width--col-7: calc((1400px / 12) * 7) !important;
  --col-7: calc((100% / 12) * 7) !important;
}

@media (max-width: 767px) {
  .col, .col-7 {
    grid-column: span 12 !important;
  }
  .offset-7 {
    grid-column-start: 1 !important;
  }
}
.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 1rem;
}

.col-8 {
  grid-column: span 8;
}

.col-8-static {
  grid-column: span 8;
}

.offset-8 {
  grid-column-start: 8;
}

.width-col-8 {
  width: calc(1400px / 12 * 8) !important;
}

body {
  --width--col-8: calc((1400px / 12) * 8) !important;
  --col-8: calc((100% / 12) * 8) !important;
}

@media (max-width: 767px) {
  .col, .col-8 {
    grid-column: span 12 !important;
  }
  .offset-8 {
    grid-column-start: 1 !important;
  }
}
.grid-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 1rem;
}

.col-9 {
  grid-column: span 9;
}

.col-9-static {
  grid-column: span 9;
}

.offset-9 {
  grid-column-start: 9;
}

.width-col-9 {
  width: calc(1400px / 12 * 9) !important;
}

body {
  --width--col-9: calc((1400px / 12) * 9) !important;
  --col-9: calc((100% / 12) * 9) !important;
}

@media (max-width: 767px) {
  .col, .col-9 {
    grid-column: span 12 !important;
  }
  .offset-9 {
    grid-column-start: 1 !important;
  }
}
.grid-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 1rem;
}

.col-10 {
  grid-column: span 10;
}

.col-10-static {
  grid-column: span 10;
}

.offset-10 {
  grid-column-start: 10;
}

.width-col-10 {
  width: calc(1400px / 12 * 10) !important;
}

body {
  --width--col-10: calc((1400px / 12) * 10) !important;
  --col-10: calc((100% / 12) * 10) !important;
}

@media (max-width: 767px) {
  .col, .col-10 {
    grid-column: span 12 !important;
  }
  .offset-10 {
    grid-column-start: 1 !important;
  }
}
.grid-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-gap: 1rem;
}

.col-11 {
  grid-column: span 11;
}

.col-11-static {
  grid-column: span 11;
}

.offset-11 {
  grid-column-start: 11;
}

.width-col-11 {
  width: calc(1400px / 12 * 11) !important;
}

body {
  --width--col-11: calc((1400px / 12) * 11) !important;
  --col-11: calc((100% / 12) * 11) !important;
}

@media (max-width: 767px) {
  .col, .col-11 {
    grid-column: span 12 !important;
  }
  .offset-11 {
    grid-column-start: 1 !important;
  }
}
.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
}

.col-12 {
  grid-column: span 12;
}

.col-12-static {
  grid-column: span 12;
}

.offset-12 {
  grid-column-start: 12;
}

.width-col-12 {
  width: calc(1400px / 12 * 12) !important;
}

body {
  --width--col-12: calc((1400px / 12) * 12) !important;
  --col-12: calc((100% / 12) * 12) !important;
}

@media (max-width: 767px) {
  .col, .col-12 {
    grid-column: span 12 !important;
  }
  .offset-12 {
    grid-column-start: 1 !important;
  }
}
.pad-1 {
  padding: var(--pad-1);
}

.pad-t-1 {
  padding-top: var(--pad-1);
}

.pad-b-1 {
  padding-bottom: var(--pad-1);
}

@media (min-width: calc(767px + 1px)) {
  .pad-l-1 {
    padding-left: var(--pad-1);
  }
  .pad-r-1 {
    padding-right: var(--pad-1);
  }
}
.pad-2 {
  padding: var(--pad-2);
}

.pad-t-2 {
  padding-top: var(--pad-2);
}

.pad-b-2 {
  padding-bottom: var(--pad-2);
}

@media (min-width: calc(767px + 1px)) {
  .pad-l-2 {
    padding-left: var(--pad-2);
  }
  .pad-r-2 {
    padding-right: var(--pad-2);
  }
}
.pad-3 {
  padding: var(--pad-3);
}

.pad-t-3 {
  padding-top: var(--pad-3);
}

.pad-b-3 {
  padding-bottom: var(--pad-3);
}

@media (min-width: calc(767px + 1px)) {
  .pad-l-3 {
    padding-left: var(--pad-3);
  }
  .pad-r-3 {
    padding-right: var(--pad-3);
  }
}
.pad-4 {
  padding: var(--pad-4);
}

.pad-t-4 {
  padding-top: var(--pad-4);
}

.pad-b-4 {
  padding-bottom: var(--pad-4);
}

@media (min-width: calc(767px + 1px)) {
  .pad-l-4 {
    padding-left: var(--pad-4);
  }
  .pad-r-4 {
    padding-right: var(--pad-4);
  }
}
.pad-5 {
  padding: var(--pad-5);
}

.pad-t-5 {
  padding-top: var(--pad-5);
}

.pad-b-5 {
  padding-bottom: var(--pad-5);
}

@media (min-width: calc(767px + 1px)) {
  .pad-l-5 {
    padding-left: var(--pad-5);
  }
  .pad-r-5 {
    padding-right: var(--pad-5);
  }
}
.pad-6 {
  padding: var(--pad-6);
}

.pad-t-6 {
  padding-top: var(--pad-6);
}

.pad-b-6 {
  padding-bottom: var(--pad-6);
}

@media (min-width: calc(767px + 1px)) {
  .pad-l-6 {
    padding-left: var(--pad-6);
  }
  .pad-r-6 {
    padding-right: var(--pad-6);
  }
}
@media (min-width: 1400px) {
  .bleed-right {
    margin-right: calc((100vw - 1400px) * -0.5);
    max-width: 100vw;
  }
}

.flex-grid-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  align-items: stretch;
  justify-content: center;
}
.flex-grid-1 > * {
  flex-basis: calc(33% - calc(NaN * 1em)) !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

@media (max-width: calc(767px)) {
  .flex-grid-1 > * {
    flex-basis: 100% !important;
  }
}
.flex-grid-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  align-items: stretch;
  justify-content: center;
}
.flex-grid-2 > * {
  flex-basis: calc(33% - 0em) !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

@media (max-width: calc(767px)) {
  .flex-grid-2 > * {
    flex-basis: 100% !important;
  }
}
.flex-grid-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  align-items: stretch;
  justify-content: center;
}
.flex-grid-3 > * {
  flex-basis: calc(33% - 1em) !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

@media (max-width: calc(767px)) {
  .flex-grid-3 > * {
    flex-basis: 100% !important;
  }
}
.flex-grid-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  align-items: stretch;
  justify-content: center;
}
.flex-grid-4 > * {
  flex-basis: calc(33% - 1em) !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

@media (max-width: calc(767px)) {
  .flex-grid-4 > * {
    flex-basis: 100% !important;
  }
}
.flex-grid-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  align-items: stretch;
  justify-content: center;
}
.flex-grid-5 > * {
  flex-basis: calc(33% - 1em) !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

@media (max-width: calc(767px)) {
  .flex-grid-5 > * {
    flex-basis: 100% !important;
  }
}
.flex-grid-6 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  align-items: stretch;
  justify-content: center;
}
.flex-grid-6 > * {
  flex-basis: calc(33% - 1em) !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

@media (max-width: calc(767px)) {
  .flex-grid-6 > * {
    flex-basis: 100% !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  word-wrap: normal;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

:where(p) {
  margin-bottom: 1rem;
}

:where(p:last-of-type) {
  margin-bottom: 1rem;
}

:where(p:last-child) {
  margin-bottom: 0;
}

ul:first-child {
  margin-top: 0;
}
ul li::marker {
  color: var(--color-theme);
}

.type-reading h1 {
  font-size: clamp(36px, 3.5vw, 48px);
  line-height: 1.2;
}

/* Legacy Content */
#brx-content .h1, #brx-content .h2, #brx-content .h3, #brx-content .h4, #brx-content .h5, #brx-content .h6 {
  font-family: "Montserrat";
  font-weight: 600;
  margin-bottom: 0.6em;
}
#brx-content .h1 {
  font-size: clamp(36px, 3.5vw, 48px);
  margin-bottom: 0.4em;
  line-height: 1.2;
}
#brx-content .h2 {
  font-size: clamp(26px, 2.2vw, 32px);
  margin-bottom: 0.3em;
  line-height: 1.2;
}
#brx-content .h3 {
  font-size: clamp(22px, 1.5vw, 24px);
}
#brx-content .h4 {
  font-size: 20px;
}
#brx-content .h5 {
  font-size: 15px;
}
#brx-content .h6 {
  font-size: 12px;
}
#brx-content .button, #brx-content form input[type=submit], form #brx-content input[type=submit], #brx-content .wp-element-button, #brx-content .button-light {
  margin-bottom: 0.8em;
}
#brx-content .button ~ .button, #brx-content form input[type=submit] ~ .button, form #brx-content input[type=submit] ~ .button, #brx-content form .button ~ input[type=submit], form #brx-content .button ~ input[type=submit], #brx-content form input[type=submit] ~ input[type=submit], form #brx-content input[type=submit] ~ input[type=submit], #brx-content .wp-element-button ~ .button, #brx-content form .wp-element-button ~ input[type=submit], form #brx-content .wp-element-button ~ input[type=submit], #brx-content .button ~ .wp-element-button, #brx-content form input[type=submit] ~ .wp-element-button, form #brx-content input[type=submit] ~ .wp-element-button, #brx-content .wp-element-button ~ .wp-element-button, #brx-content .button-light ~ .button, #brx-content form .button-light ~ input[type=submit], form #brx-content .button-light ~ input[type=submit], #brx-content .button-light ~ .wp-element-button, #brx-content .button ~ .button-light, #brx-content form input[type=submit] ~ .button-light, form #brx-content input[type=submit] ~ .button-light, #brx-content .wp-element-button ~ .button-light, #brx-content .button-light ~ .button-light {
  margin-left: 0.5em;
}

sup {
  font-size: 0.6em;
}

a,
.brxe-icon {
  transition: all 0.3s ease;
}

.brxe-text:not(:last-child), .brxe-button:not(:last-child) {
  margin-bottom: 1.2rem;
}

.buttons .brxe-button {
  margin-bottom: 0;
}

.text-sm {
  font-size: 0.6em;
}

.text-lg, blockquote {
  font-size: 20px;
  line-height: 1.4;
}

a {
  outline: none;
}

blockquote {
  border-color: #4D4F57;
  font-family: "Montserrat";
  margin: 1em 0;
}

hr {
  margin: 1rem 0;
}

/**
*   Buttons & Links
**/
.button, form input[type=submit], .wp-element-button, .button-light, .form-green form input[type=submit] {
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
  border-radius: 4em;
  padding-top: 0.4em;
  padding-right: 1.5em;
  padding-bottom: 0.32em;
  padding-left: 1.5em;
  border: 0;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1.4;
  background: #00B4B4;
  color: #FFFFFF;
  text-decoration: none !important;
}
.button:hover, form input[type=submit]:hover, .wp-element-button:hover, .button-light:hover {
  background: #009b9b;
  color: #FFFFFF;
}

.button-light, .form-green form input[type=submit] {
  background: #FFFFFF;
  color: #00B4B4;
}
.button-light:hover, .form-green form input[type=submit]:hover {
  background: #F4F5F6;
}

.brxe-button, .bricks-button {
  transition: all 0.3s ease;
}

.text-col-2 ul {
  column-count: 2;
  gap: 3rem;
}
@media (max-width: 767px) {
  .text-col-2 ul {
    column-count: 1;
  }
}
.text-col-2 ul ul {
  column-count: 1;
  margin-top: 0.8rem;
}

/**
*   Fixes, Bug Strategies
**/
span[style="font-weight: 400;"] {
  font-weight: inherit !important;
}

body.bricks-is-frontend :focus {
  outline: none;
}

.text-link-back {
  position: relative;
  gap: 0;
}
.text-link-back i {
  position: absolute;
  left: -1em;
}
.text-link-back .icon {
  transition: all 0.3s ease;
}
.text-link-back:hover .icon {
  transform: translateX(-3px);
}

.single-post .brxe-post-content a,
.brxe-text a {
  text-decoration: underline;
}

body > a.skip-link {
  display: none;
}

.list-diamond {
  list-style: none;
}
.list-diamond ul {
  padding-left: 0;
  list-style: none;
}
.list-diamond li {
  display: list-item !important;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  position: relative;
  line-height: 1.2;
}
.list-diamond li:before {
  color: var(--color-theme);
  font-size: 0.6em;
  position: absolute;
  left: 0.2em;
  top: 0.4em;
  display: inline-block;
  transform: rotate(45deg);
}
.list-diamond li::marker {
  content: none;
}
.list-diamond li .brxe-text-link:not(:hover):after {
  opacity: 0;
}

a {
  transition: all 0.3s ease;
}

.brxe-text-link .icon, .bricks-button .icon {
  transition: all 0.3s ease;
}
.brxe-text-link:after, .bricks-button:after {
  transition: all 0.3s ease;
}

.brx-animated {
  animation-duration: 0.5s !important;
}

.brx-animate-fadeInUp {
  animation-name: fadeInUpMod !important;
  animation-duration: 0.5s;
}

.brx-animate-fadeInDown {
  animation-name: fadeInDownMod !important;
  animation-duration: 0.5s;
}

.brx-animate-fadeInLeft {
  animation-name: fadeInLeftMod !important;
  animation-duration: 0.5s;
}

.brx-animate-fadeInRight {
  animation-name: fadeInRightMod !important;
  animation-duration: 0.5s;
}

.blur-fade-in {
  opacity: 0;
  animation: 0.8s forwards blurFadeIn;
}

@keyframes fadeInUpMod {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInDownMod {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInRightMod {
  0% {
    opacity: 0;
    transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInLeftMod {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes blurFadeIn {
  0% {
    opacity: 0;
    filter: blur(30px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.bricks-is-frontend :not(.brx-animated)[data-interactions*=In] {
  opacity: 0;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
}

.delay-5 {
  animation-delay: 1s;
}

.delay-6 {
  animation-delay: 1.2s;
}

.delay-7 {
  animation-delay: 1.4s;
}

.delay-8 {
  animation-delay: 1.6s;
}

.delay-9 {
  animation-delay: 1.8s;
}

.delay-10 {
  animation-delay: 2s;
}

.bg-weave-wrap {
  --width: 2000px;
  --min-width: 1550px;
}
.bg-weave-wrap .bg-weave-animated {
  width: 100%;
}
@media (max-width: 2000px) {
  .bg-weave-wrap {
    width: var(--width);
    max-width: 160vw;
    right: calc((var(--width) - 100vw) * -0.5);
    left: auto;
  }
}
@media (max-width: 1550px) {
  .bg-weave-wrap {
    right: calc((var(--width) - var(--min-width)) * -0.5);
  }
}

.brxe-testimonials .swiper-wrapper {
  padding-top: 2rem;
}
.brxe-testimonials .swiper-wrapper .swiper-slide {
  padding: 2em 1em 1em;
  position: relative;
}
.brxe-testimonials .swiper-wrapper .swiper-slide:before {
  content: url("../quote-mark.html");
  position: absolute;
  top: -2rem;
  left: 1rem;
}
.brxe-testimonials .swiper-wrapper .swiper-slide .testimonial-content-wrapper {
  margin-bottom: 0.5em;
}
.brxe-testimonials .swiper-wrapper .swiper-slide .image {
  background-size: contain;
  background-repeat: no-repeat;
}
.brxe-testimonials.logo-boxed .swiper-wrapper .image {
  background-position: center;
  border: 10px solid white;
  background-color: white;
}
.brxe-testimonials .swiper-pagination {
  left: auto !important;
  right: 0;
}
.brxe-testimonials .swiper-pagination .swiper-pagination-bullet {
  height: 1em;
  width: 1em;
  margin: 0 0.2em;
}
.brxe-testimonials.quote-blue .swiper-wrapper .image {
  background-position: center;
  border: 10px solid white;
  background-color: white;
}

.anchor-nav .brxe-text-link {
  position: relative;
  border-bottom: 2px solid var(--accent-color);
}
.anchor-nav .brxe-text-link i {
  position: absolute;
  right: -1em;
}
.anchor-nav .brxe-text-link .icon {
  transition: all 0.3s ease;
}
.anchor-nav .brxe-text-link:hover .icon {
  transform: translateY(3px);
}

.hover-grow {
  transition: transform 0.5s ease;
}

.icon-hover {
  transition: transform 0.5s ease;
}

.hover-parent {
  cursor: pointer;
}
.hover-parent:hover .hover-grow {
  transform: scale(1.03);
}
.hover-parent:hover .icon-hover {
  transform: translateY(-0.5em);
}

.team-card .image-wrap {
  overflow: hidden;
}
.team-card .image-wrap img {
  transition: all 0.3s ease;
  transform-origin: 50%;
}
.team-card .read-more-link {
  opacity: 0;
  transform: translateX(-0.3em);
  transition: all 0.3s ease;
}
.team-card:hover .image-wrap img {
  transform: scale(1.03);
}
.team-card:hover .read-more-link {
  transform: translateX(0);
  opacity: 1;
}

.timeline-slider .slider-content .title, .timeline-slider .slider-content h6, .timeline-slider .splide__slide .title, .timeline-slider .splide__slide h6 {
  display: inline-block;
  padding: 0.1em 0.5em;
  background: #00B4B4;
  color: #FFFFFF;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  border-radius: var(--rad-sm);
}

.logo-carousel .image {
  background-size: contain;
  background-repeat: no-repeat;
}

.tax-filter {
  background-color: #FFFFFF;
  width: auto;
  border: none;
  position: relative;
}

.select-wrap {
  position: relative;
  width: auto;
  display: inline-block;
}
.select-wrap select {
  padding-right: 2.2em;
  font-weight: bold;
  max-width: 16rem;
  background: #F4F5F6;
  border-radius: var(--rad-sm);
}
.select-wrap:after {
  width: 2em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.2em;
  font-family: Font Awesome\ 6 Solid;
  font-style: normal;
  font-weight: 900;
  content: "\f078";
  color: #595B65;
  text-align: center;
  line-height: 2.2;
  pointer-events: none;
  transition: all 0.3s ease;
}
.select-wrap:hover select {
  background: #DBDCDD;
}
.select-wrap:hover:after {
  color: #00B4B4;
}

@media (min-width: 991px) {
  .newsletter-signup-form {
    padding-right: 14rem;
    position: relative;
  }
  .newsletter-signup-form .submit-button-wrapper {
    position: absolute;
    right: 0;
    bottom: 1em;
  }
}

.card-resource .card-image, .team-card .card-image {
  overflow: hidden;
  position: relative;
}
.card-resource .card-image .card-image-fade, .team-card .card-image .card-image-fade {
  transition: all 0.3s ease;
}
.card-resource .card-image img, .team-card .card-image img {
  transition: all 0.5s ease;
  transform-origin: 50%;
}
.transaction-card {
  cursor: pointer;
}
.transaction-card .transaction-card-header {
  transition: all 0.3s ease;
}
.transaction-card .button-underline {
  opacity: 0;
}
.transaction-card:hover .transaction-card-header {
  background: #4D4F57;
  border-color: #4D4F57 !important;
}
.transaction-card:hover .transaction-card-header * {
  color: #FFFFFF;
}
.transaction-card:hover .button-underline {
  opacity: 1;
}

form label {
  text-transform: none;
  font-size: 16px;
  color: #4D4F57;
  font-family: "proxima-nova";
  font-weight: 600;
  margin-bottom: 0.1em;
}
form input:not([type=submit]), form select, form textarea {
  border: none !important;
  border-radius: var(--rad-sm);
  font-weight: 500;
  margin-bottom: 0.8em;
  background-color: #FFFFFF;
  color: #34363e;
}
form input:not([type=submit])::placeholder, form select::placeholder, form textarea::placeholder {
  color: rgba(77, 79, 87, 0);
}
form select.is-placeholder {
  color: rgba(77, 79, 87, 0.5);
}
form .input {
  border: none;
  padding: 0;
}
.form-newsletter form input:not([type=submit]) {
  background-color: #595B65;
  color: white;
}
.form-green form label {
  color: #FFFFFF;
}
.form-green form input:not([type=submit]), .form-green form select, .form-green form textarea {
  background-color: #80DADA;
}
/* Hubspot Forms */
.hs-form fieldset {
  max-width: 100% !important;
}
.hs-form .input .hs-input {
  width: 100% !important;
}
.hs-form .form-columns-2 {
  display: flex;
  gap: 2em;
}
.hs-form .hs-error-msgs {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
}
.hs-form .hs-error-msgs label {
  font-family: "proxima-nova";
  color: #FF0050;
}

.brx-loading-animation {
  margin-top: 1em;
  grid-column: span 12;
}

.loading-container {
  position: relative;
}
.loading-container > * {
  z-index: 5;
}
.loading-container:before {
  content: "loading...";
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  animation: 6s linear 1 forwards loadingFadeIn;
  z-index: 1;
}

@keyframes loadingFadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.equal-height-testimonials {
  align-items: stretch;
}
.equal-height-testimonials .brxe-block {
  flex-direction: row;
  align-items: stretch;
}
.equal-height-testimonials .brxe-testimonials .bricks-swiper-container {
  height: 100%;
  display: flex;
  justify-items: stretch;
  flex-direction: row;
  align-items: stretch;
}
.equal-height-testimonials .brxe-testimonials .bricks-swiper-container .swiper-wrapper {
  height: auto !important;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.equal-height-testimonials .brxe-testimonials .bricks-swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
}
.equal-height-testimonials .brxe-testimonials .bricks-swiper-container .swiper-wrapper .testimonial-content-wrapper {
  flex-grow: 2;
}

#brxe-xraobm .splide__arrow {
  transition: all 0.3s ease;
}

.brxe-slider-nested {
  position: relative;
}
.brxe-slider-nested.slider-observations .splide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.brxe-slider-nested.slider-observations .splide__arrows .splide__arrow {
  top: 0;
  bottom: 0;
  height: 100%;
  width: 4rem;
  transform: none;
  pointer-events: auto;
}
.brxe-slider-nested.slider-observations .splide__arrows .splide__arrow i {
  z-index: 5;
}
.brxe-slider-nested.slider-observations .splide__arrows .splide__arrow:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 12rem;
  pointer-events: none;
}
.brxe-slider-nested.slider-observations .splide__arrows .splide__arrow.splide__arrow--prev:after {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.brxe-slider-nested.slider-observations .splide__arrows .splide__arrow.splide__arrow--next:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
@media (991px) {
  .brxe-slider-nested.slider-observations .splide__arrows .splide__arrow.splide__arrow--prev:after {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white 50%);
  }
  .brxe-slider-nested.slider-observations .splide__arrows .splide__arrow.splide__arrow--next:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, white);
  }
}

.brxe-tabs-nested .tab-content {
  border: none !important;
}

.ancr-group #ancr-1338 .ancr-btn-primary {
  background: transparent !important;
  color: #00B4B4 !important;
  padding: 0 !important;
  text-decoration: none;
  box-shadow: none !important;
}
.ancr-group #ancr-1338 .ancr-btn-primary:after {
  display: inline-block;
  margin-left: 0.2rem;
}

@media only screen and (max-width: 800px) {
  .ancr-lo-same_row .ancr-btn-wrap {
    margin: 0.2rem 0;
  }
}
.wp-block-separator {
  margin: 2em 0;
}

footer .bricks-nav-menu > li {
  margin: 0 2rem;
  margin-bottom: 0.3rem;
}
footer .bricks-nav-menu > li:before {
  content: none !important;
}
footer .bricks-nav-menu a {
  transition: all 0.3s ease;
  white-space: nowrap;
  font-weight: bold;
}
footer .bricks-nav-menu .sub-menu a {
  font-weight: normal;
}
@media (max-width: 991px) {
  footer .bricks-nav-menu > li {
    margin: 0 1rem;
  }
  footer .bricks-nav-menu a {
    white-space: normal;
  }
}
@media (max-width: 870px) {
  footer .bricks-nav-menu {
    display: none;
  }
}

.menu-show-all .bricks-mobile-menu-toggle {
  display: none !important;
}

html {
  --headerH: 80px;
}
@media (max-width: 991px) {
  html {
    --headerH: 50px;
  }
}

main#brx-content > section:first-child,
article.wordpress.page {
  padding-top: calc(var(--headerH) + var(--v-lg));
}

.bricks-nav-menu > li > a {
  transition: all 0.3s ease !important;
}

#brx-header .logo-wrap {
  transition: all 0.3s ease;
}
#brx-header.sticky.scrolling .logo-wrap {
  max-width: 180px;
}

.menu-faded a {
  opacity: 0.7;
}
.menu-faded a:hover {
  opacity: 1;
}

.icon-search a {
  display: flex;
  align-items: center;
}
.icon-search a:after {
  display: inline-block;
  transform: scaleX(-1);
  margin-left: 0.2em;
  opacity: 0.7;
}

.header-light #brx-header .logo-wrap svg [fill="#00b4b4"] {
  fill: rgba(255, 255, 255, 0.3);
}
.header-light #brx-header .logo-wrap svg [fill="#505055"] {
  fill: #FFFFFF;
}
.header-light #brx-header .bricks-nav-menu li, .header-light #brx-header .bricks-nav-menu a, .header-light #brx-header .bricks-nav-menu .menu-item-icon {
  color: #FFFFFF;
}
.header-light #brx-header.sticky.scrolling > .brxe-section {
  background: var(--color-theme) !important;
}
.header-light #brx-header .menu-border-top {
  border-color: rgba(255, 255, 255, 0.2);
}
.header-light .bricks-mobile-menu-toggle {
  color: #FFFFFF !important;
}

.header-minimal #brx-header .logo-wrap svg [id^=wordmark] {
  display: none;
}

.bricks-mobile-menu-wrapper.right {
  padding-top: 4em;
}

.brxe-svg-image-gallery {
  width: 100%;
}

.brxe-svg-image-gallery[data-layout=grid] .image {
  position: relative;
}

.brxe-svg-image-gallery[data-layout=metro] .image {
  padding-top: 100% !important;
  position: relative !important;
}

.brxe-svg-image-gallery .image {
  position: relative;
  background-image: none !important;
}
.brxe-svg-image-gallery .image svg {
  width: 100% !important;
  height: 100% !important;
}

.brxe-custom-detail-card {
  flex: 1 1 0px;
  display: flex;
  --bg-color: #DBDCDD;
  --text-color: #00B4B4;
}
.brxe-custom-detail-card.bg-white {
  --bg-color: #FFFFFF;
}

.detail-card {
  background: var(--bg-color);
  color: var(--text-color);
  padding: var(--pad-md);
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.detail-card .card-title {
  margin-top: 0;
}
.detail-card .card-content a:after {
  content: "\f061";
  font-family: Font Awesome\ 6 Solid;
  font-weight: 900;
  position: relative;
  transition: all 0.3s ease;
  margin-left: 0.3em;
  display: inline-block;
}
.detail-card .card-content a:hover:after {
  transform: translateX(0.5rem);
}
.detail-card.card-expand-on-hover .card-content {
  display: none;
}
.detail-card .detail-card__hover-content {
  background: var(--bg-color);
  color: var(--text-color);
  min-height: 100%;
  cursor: pointer;
  bottom: auto;
  background: var(--bg-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  margin-bottom: 4rem;
  padding: var(--pad-md);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.detail-card .detail-card__hover-content .card-content {
  display: block;
  transition: max-height 0.5s linear;
  max-height: 0px;
  overflow: hidden;
}
.detail-card .detail-card__hover-content:after {
  content: "\f063";
  font-family: Font Awesome\ 6 Solid;
  font-weight: 900;
  font-size: 1em;
  display: block;
  position: absolute;
  right: 1em;
  top: 1.8em;
  transition: all 0.3s ease;
}
.detail-card:hover {
  z-index: 15;
}
.detail-card:hover.card-expand-on-hover {
  --bg-color: #00B4B4;
  --text-color: #FFFFFF;
}
.detail-card:hover .detail-card__hover-content {
  box-shadow: 0 2px 15px rgba(0, 180, 180, 0.15);
}
.detail-card:hover .detail-card__hover-content .card-content {
  max-height: 400px;
}
.detail-card:hover .detail-card__hover-content:after {
  transform: translateY(0.5em);
  opacity: 0;
}
@media (max-width: 767px) {
  .detail-card .detail-card__hover-content {
    display: none;
  }
  .detail-card.card-expand-on-hover > .card-content {
    display: block;
  }
}

.brxe-custom-feature-card {
  width: 100%;
}

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