/* Inline Styles */

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223;
  --wp-bound-block-color: var(--wp-block-synced-color);
}
@media (min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px;
  }
}
.wp-element-button {
  cursor: pointer;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
  font-size: 1em;
}
.has-larger-font-size {
  font-size: 2.625em;
}
.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
html :where(.has-border-color) {
  border-style: solid;
}
html :where([style*="border-top-color"]) {
  border-top-style: solid;
}
html :where([style*="border-right-color"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
  border-left-style: solid;
}
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where([style*="border-top-width"]) {
  border-top-style: solid;
}
html :where([style*="border-right-width"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
  border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
:where(figure) {
  margin: 0 0 1em;
}
html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    0px
  );
}
@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
  line-height: 0;
}
.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px;
}
.wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
:root :where(.wp-block-site-logo.is-style-rounded) {
  border-radius: 9999px;
}

:where(.wp-block-group.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-group {
  box-sizing: border-box;
}
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative;
}

.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile
  > .wp-block-column[style*="flex-basis"] {
  flex-grow: 0;
}
:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

.is-small-text {
  font-size: 0.875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}
body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.1em;
}
p.has-drop-cap.has-background {
  overflow: hidden;
}
:root :where(p.has-background) {
  padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg;
}

.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}
.link-ui-tools {
  border-top: 1px solid #f0f0f0;
  padding: 8px;
}
.link-ui-block-inserter {
  padding-top: 8px;
}
.link-ui-block-inserter__back {
  margin-left: 8px;
  text-transform: uppercase;
}

.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
}
.wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search__button svg {
  height: 1.25em;
  min-height: 24px;
  min-width: 24px;
  width: 1.25em;
  fill: currentColor;
  vertical-align: text-bottom;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__label {
  width: 100%;
}
.wp-block-search__input {
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 0;
  max-width: 100%;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: 0.3s;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden
  .wp-block-search__inside-wrapper {
  overflow: hidden;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden
  .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important;
}
:where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 4px 8px;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.wp-block[data-align="right"]
  .wp-block-search.wp-block-search__button-only
  .wp-block-search__inside-wrapper {
  float: right;
}

.wp-block-search .wp-block-search__label {
  font-weight: 700;
}
.wp-block-search__button {
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
}

:root :where(.wp-block-image figcaption) {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme :root :where(.wp-block-image figcaption) {
  color: #ffffffa6;
}
.wp-block-image {
  margin: 0 0 1em;
}

.wp-block-button__link {
  align-content: center;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  text-align: center;
  word-break: break-word;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
.wp-block-button[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons
  > .wp-block-button.has-custom-font-size
  .wp-block-button__link {
  font-size: inherit;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline > .wp-block-button__link) {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
:root
  :where(
    .wp-block-button
      .wp-block-button__link.is-style-outline:not(.has-text-color)
  ),
:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-text-color)
  ) {
  color: currentColor;
}
:root
  :where(
    .wp-block-button
      .wp-block-button__link.is-style-outline:not(.has-background)
  ),
:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-background)
  ) {
  background-color: initial;
  background-image: none;
}

.wp-block-buttons {
  box-sizing: border-box;
}
.wp-block-buttons.is-vertical {
  flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}
.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.wp-block-buttons.aligncenter {
  text-align: center;
}
.wp-block-buttons:not(
    .is-content-justification-space-between,
    .is-content-justification-right,
    .is-content-justification-left,
    .is-content-justification-center
  )
  .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.wp-block-buttons[style*="text-decoration"] .wp-block-button,
.wp-block-buttons[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.wp-block-buttons .wp-block-button__link {
  width: 100%;
}
.wp-block-button.aligncenter {
  text-align: center;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}
h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) {
  rotate: 180deg;
}
:root :where(.wp-block-template-part.has-background) {
  margin-bottom: 0;
  margin-top: 0;
  padding: 1.25em 2.375em;
}
.wp-block-spacer {
  clear: both;
}
ol,
ul {
  box-sizing: border-box;
}
:root :where(.wp-block-list.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-post-content {
  display: flow-root;
}

@charset "UTF-8";
.wp-block-separator {
  border: none;
  border-top: 2px solid;
}
:root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center;
}
:root :where(.wp-block-separator.is-style-dots):before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none !important;
}

.wp-block-separator.has-css-opacity {
  opacity: 0.4;
}
.wp-block-separator {
  border: none;
  border-bottom: 2px solid;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-separator.has-alpha-channel-opacity {
  opacity: 1;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}
.wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px;
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px;
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--primary: var(--wp--custom--theme-colors--primary);
  --wp--preset--color--secondary: var(--wp--custom--theme-colors--secondary);
  --wp--preset--color--tertiary: var(--wp--custom--theme-colors--tertiary);
  --wp--preset--color--accent: var(--wp--custom--theme-colors--accent);
  --wp--preset--color--background: var(--wp--custom--theme-colors--background);
  --wp--preset--color--foreground: var(--wp--custom--theme-colors--foreground);
  --wp--preset--color--muted: var(--wp--custom--theme-colors--muted);
  --wp--preset--color--light: var(--wp--custom--theme-colors--light);
  --wp--preset--color--dark: var(--wp--custom--theme-colors--dark);
  --wp--preset--color--darkgrey: var(--wp--custom--theme-colors--primary);
  --wp--preset--color--green-muted: var(
    --wp--custom--theme-colors--green-muted
  );
  --wp--preset--color--purple-muted: var(
    --wp--custom--theme-colors--purple-muted
  );
  --wp--preset--color--gray-muted: var(--wp--custom--theme-colors--tertiary);
  --wp--preset--color--yellow-muted: var(
    --wp--custom--theme-colors--yellow-muted
  );
  --wp--preset--color--webinar-upcoming: var(
    --wp--custom--colors--webinar-upcoming
  );
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--gradient--light-green-yellow: linear-gradient(
    103deg,
    #dfecdb 1.03%,
    #fcf4e0 43.51%
  );
  --wp--preset--gradient--dark-green-blue: linear-gradient(
    121.61deg,
    #1e575c 2.17%,
    #102446 52.03%
  );
  --wp--preset--font-size--small: clamp(
    0.8rem,
    0.8rem + ((1vw - 0.2rem) * 0.095),
    0.875rem
  );
  --wp--preset--font-size--medium: clamp(
    1.25rem,
    1.25rem + ((1vw - 0.2rem) * 0.397),
    1.5625rem
  );
  --wp--preset--font-size--large: clamp(
    1.5rem,
    1.5rem + ((1vw - 0.2rem) * 1.27),
    2.5rem
  );
  --wp--preset--font-size--x-large: clamp(
    2rem,
    2rem + ((1vw - 0.2rem) * 2.667),
    4.1rem
  );
  --wp--preset--font-size--xx-small: 0.75rem;
  --wp--preset--font-size--x-small: 0.85rem;
  --wp--preset--font-size--base: clamp(
    0.85rem,
    0.85rem + ((1vw - 0.2rem) * 0.349),
    1.125rem
  );
  --wp--preset--font-size--xx-large: clamp(
    2.5rem,
    2.5rem + ((1vw - 0.2rem) * 0.635),
    3rem
  );
  --wp--preset--font-size--xxx-large: clamp(
    4rem,
    4rem + ((1vw - 0.2rem) * 1.27),
    5rem
  );
  --wp--preset--font-family--open-sans: var(
    --wp--custom--font-families--opensans
  );
  --wp--preset--font-family--montserrat: var(
    --wp--custom--font-families--montserrat
  );
  --wp--preset--font-family--roboto: Roboto;
  --wp--preset--font-family--roboto-condensed: "Roboto Condensed";
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--spacing--small: clamp(0.5rem, 3vw, 1rem);
  --wp--preset--spacing--medium: clamp(1.5rem, 4vw, 2rem);
  --wp--preset--spacing--large: clamp(2rem, 5vw, 3rem);
  --wp--preset--spacing--x-large: clamp(3rem, 7vw, 5rem);
  --wp--preset--spacing--xx-large: clamp(4rem, 9vw, 7rem);
  --wp--preset--spacing--xxx-large: clamp(5rem, 12vw, 9rem);
  --wp--preset--spacing--xxxx-large: clamp(6rem, 14vw, 13rem);
  --wp--preset--spacing--btn-x: 1rem;
  --wp--preset--spacing--btn-y: 0.75rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  --wp--custom--colors--primary: #102446;
  --wp--custom--colors--secondary: #87bd48;
  --wp--custom--colors--tertiary: #ececec;
  --wp--custom--colors--accent: #eb7125;
  --wp--custom--colors--white: #ffffff;
  --wp--custom--colors--grey: #d8d8d8;
  --wp--custom--colors--grey-b: #f6f6f6;
  --wp--custom--colors--darkgrey: #414142;
  --wp--custom--colors--lightgray: #f4f4f4;
  --wp--custom--colors--black: #1d1f21;
  --wp--custom--colors--red: #c82829;
  --wp--custom--colors--pink: #f587c0;
  --wp--custom--colors--indigo: #4b0082;
  --wp--custom--colors--orange: #eb7125;
  --wp--custom--colors--teal: #1e575c;
  --wp--custom--colors--yellow: #fbf0d7;
  --wp--custom--colors--green: #718c00;
  --wp--custom--colors--cyan: #3e999f;
  --wp--custom--colors--blue: #4271ae;
  --wp--custom--colors--purple: #dbd2dd;
  --wp--custom--colors--brown: #a3685a;
  --wp--custom--colors--gray: #f9f9f9;
  --wp--custom--colors--gray-2: #676767;
  --wp--custom--colors--black-2: #000000;
  --wp--custom--colors--green-muted: #f3f8ec;
  --wp--custom--colors--green-rgb: 135, 189, 72;
  --wp--custom--colors--yellow-gradient-1: #dfecdb;
  --wp--custom--colors--yellow-gradient-2: #fcf4e0;
  --wp--custom--colors--blue-transparent: rgba(16, 36, 70, 0.8);
  --wp--custom--colors--shadow: 0 0 10px 0 #00000040;
  --wp--custom--colors--orange-light: #f5b791;
  --wp--custom--colors--webinar-upcoming: #e4ebeb;
  --wp--custom--theme-colors--primary: var(--wp--custom--colors--primary);
  --wp--custom--theme-colors--secondary: var(--wp--custom--colors--secondary);
  --wp--custom--theme-colors--tertiary: var(--wp--custom--colors--tertiary);
  --wp--custom--theme-colors--accent: var(--wp--custom--colors--accent);
  --wp--custom--theme-colors--error: var(--wp--custom--colors--red);
  --wp--custom--theme-colors--warning: var(--wp--custom--colors--yellow);
  --wp--custom--theme-colors--success: var(--wp--custom--colors--green-muted);
  --wp--custom--theme-colors--info: var(--wp--custom--colors--cyan);
  --wp--custom--theme-colors--light: var(--wp--custom--colors--white);
  --wp--custom--theme-colors--dark: var(--wp--custom--colors--black);
  --wp--custom--theme-colors--darkgrey: var(
    --wp--custom--theme-colors--primary
  );
  --wp--custom--theme-colors--muted: var(--wp--custom--colors--tertiary);
  --wp--custom--theme-colors--green-muted: var(
    --wp--custom--colors--green-muted
  );
  --wp--custom--theme-colors--purple-muted: var(--wp--custom--colors--purple);
  --wp--custom--theme-colors--gray-muted: var(--wp--custom--colors--tertiary);
  --wp--custom--theme-colors--yellow-muted: var(--wp--custom--colors--yellow);
  --wp--custom--layout--content-size: 1024px;
  --wp--custom--layout--wide-size: 1580px;
  --wp--custom--sizes--gutter: 30px;
  --wp--custom--sizes--card: 315px;
  --wp--custom--sizes--radius: 0.375rem;
  --wp--custom--font-families--montserrat: "Montserrat", "Montserrat Fallback",
    Arial, Helvetica Neue, Helvetica, sans-serif;
  --wp--custom--font-families--opensans: "Open Sans", "Open Sans Fallback",
    Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  --wp--custom--font-families--monospace: monaco, consolas, "Andale Mono",
    "DejaVu Sans Mono", monospace;
  --wp--custom--font-families--sans-serif: "Roboto", helvetica, arial,
    sans-serif;
  --wp--custom--font-families--serif: serif;
  --wp--custom--font-families--roboto-condensed: "Roboto Condensed", helvetica,
    arial, sans-serif;
  --wp--custom--font-sizes--sm: 0.875rem;
  --wp--custom--font-sizes--md: 1rem;
  --wp--custom--font-sizes--lg: 1.125rem;
  --wp--custom--font-sizes--xl: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  --wp--custom--font-sizes--xxl: clamp(1.625rem, 1.4126rem + 0.9061vw, 2.5rem);
  --wp--custom--font-sizes--xxxl: clamp(
    2.5rem,
    2.1208rem + 1.6181vw,
    4.0625rem
  );
  --wp--custom--font-sizes--xs: 0.75rem;
  --wp--custom--font-sizes--base: 1rem;
  --wp--custom--headings--h-1: var(--wp--custom--font-sizes--xxxl);
  --wp--custom--headings--h-2: var(--wp--custom--font-sizes--xxl);
  --wp--custom--headings--h-3: var(--wp--custom--font-sizes--xl);
  --wp--custom--headings--h-4: var(--wp--custom--font-sizes--medium);
  --wp--custom--headings--h-5: var(--wp--custom--font-sizes--base);
  --wp--custom--headings--h-6: var(--wp--custom--font-sizes--small);
  --wp--custom--font-weight--bold: 700;
  --wp--custom--font-weight--x-bold: 900;
  --wp--custom--heading-sizes-mobile--1: 2rem;
  --wp--custom--heading-sizes-mobile--2: 1.875rem;
  --wp--custom--heading-sizes-mobile--3: 1.75rem;
  --wp--custom--breakpoints--mobile: 576px;
  --wp--custom--breakpoints--tablet: 768px;
  --wp--custom--breakpoints--desktop: 1200px;
}
:root {
  --wp--style--global--content-size: 1024px;
  --wp--style--global--wide-size: 1580px;
}
:where(body) {
  margin: 0;
}
.wp-site-blocks {
  padding-top: var(--wp--style--root--padding-top);
  padding-bottom: var(--wp--style--root--padding-bottom);
}
.has-global-padding {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
.has-global-padding > .alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}
.has-global-padding
  :where(
    :not(.alignfull.is-layout-flow)
      > .has-global-padding:not(.wp-block-block, .alignfull)
  ) {
  padding-right: 0;
  padding-left: 0;
}
.has-global-padding
  :where(
    :not(.alignfull.is-layout-flow)
      > .has-global-padding:not(.wp-block-block, .alignfull)
  )
  > .alignfull {
  margin-left: 0;
  margin-right: 0;
}
.wp-site-blocks > .alignleft {
  float: left;
  margin-right: 2em;
}
.wp-site-blocks > .alignright {
  float: right;
  margin-left: 2em;
}
.wp-site-blocks > .aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
:where(.wp-site-blocks) > * {
  margin-block-start: var(--wp--preset--spacing--small);
  margin-block-end: 0;
}
:where(.wp-site-blocks) > :first-child {
  margin-block-start: 0;
}
:where(.wp-site-blocks) > :last-child {
  margin-block-end: 0;
}
:root {
  --wp--style--block-gap: var(--wp--preset--spacing--small);
}
:root :where(.is-layout-flow) > :first-child {
  margin-block-start: 0;
}
:root :where(.is-layout-flow) > :last-child {
  margin-block-end: 0;
}
:root :where(.is-layout-flow) > * {
  margin-block-start: var(--wp--preset--spacing--small);
  margin-block-end: 0;
}
:root :where(.is-layout-constrained) > :first-child {
  margin-block-start: 0;
}
:root :where(.is-layout-constrained) > :last-child {
  margin-block-end: 0;
}
:root :where(.is-layout-constrained) > * {
  margin-block-start: var(--wp--preset--spacing--small);
  margin-block-end: 0;
}
:root :where(.is-layout-flex) {
  gap: var(--wp--preset--spacing--small);
}
:root :where(.is-layout-grid) {
  gap: var(--wp--preset--spacing--small);
}
.is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
.is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
.is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
.is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
.is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
.is-layout-flex > :is(*, div) {
  margin: 0;
}
body .is-layout-grid {
  display: grid;
}
.is-layout-grid > :is(*, div) {
  margin: 0;
}
body {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--custom--font-families--sans-serif);
  font-size: var(--wp--custom--font-sizes--base);
  --wp--style--root--padding-top: 0px;
  --wp--style--root--padding-right: var(--wp--preset--spacing--medium);
  --wp--style--root--padding-bottom: 0px;
  --wp--style--root--padding-left: var(--wp--preset--spacing--medium);
}
a:where(:not(.wp-element-button)) {
  color: var(--wp--custom--theme-colors--primary);
  text-decoration: underline;
}
:root :where(a:where(:not(.wp-element-button)):hover) {
  color: var(--wp--custom--theme-colors--secondary);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wp--custom--theme-colors--primary);
  font-family: var(--wp--custom--font-families--roboto-condensed);
  font-weight: 700;
  margin-bottom: var(--wp--preset--spacing--medium);
}
h1 {
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--custom--headings--h-1);
  line-height: 0.9231;
  text-transform: uppercase;
}
h2 {
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--custom--headings--h-2);
  line-height: 117%;
}
h3 {
  color: var(--wp--preset--color--darkgrey);
  font-size: var(--wp--custom--headings--h-3);
  font-weight: 600;
  line-height: 1.2;
}
h4 {
  font-size: var(--wp--custom--headings--h-4);
  line-height: 1.2;
}
h5 {
  font-size: var(--wp--custom--headings--h-5);
  line-height: 1.2;
}
h6 {
  color: var(--wp--custom--theme-colors--primary);
  font-size: var(--wp--custom--headings--h-6);
  line-height: 1.2;
}
:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: var(--wp--preset--color--light);
  border-radius: 0.375rem;
  border-color: var(--wp--custom--theme-colors--secondary);
  border-width: 1px;
  border-style: solid;
  color: var(--wp--custom--theme-colors--primary);
  font-family: var(--wp-present--font-sans-serif);
  font-size: var(--wp--custom--font-sizes--base);
  font-weight: 500;
  line-height: 23px;
  padding-top: var(--wp--preset--spacing--btn-y);
  padding-right: var(--wp--preset--spacing--btn-x);
  padding-bottom: var(--wp--preset--spacing--btn-y);
  padding-left: var(--wp--preset--spacing--btn-x);
  text-decoration: none;
}
:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light);
  text-decoration: none;
}
:root :where(.wp-element-button:focus, .wp-block-button__link:focus) {
  outline-color: var(--wp--custom--colors--light);
  outline-style: solid;
  outline-width: 8px;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-primary-color {
  color: var(--wp--preset--color--primary) !important;
}
.has-secondary-color {
  color: var(--wp--preset--color--secondary) !important;
}
.has-tertiary-color {
  color: var(--wp--preset--color--tertiary) !important;
}
.has-accent-color {
  color: var(--wp--preset--color--accent) !important;
}
.has-background-color {
  color: var(--wp--preset--color--background) !important;
}
.has-foreground-color {
  color: var(--wp--preset--color--foreground) !important;
}
.has-muted-color {
  color: var(--wp--preset--color--muted) !important;
}
.has-light-color {
  color: var(--wp--preset--color--light) !important;
}
.has-dark-color {
  color: var(--wp--preset--color--dark) !important;
}
.has-darkgrey-color {
  color: var(--wp--preset--color--darkgrey) !important;
}
.has-green-muted-color {
  color: var(--wp--preset--color--green-muted) !important;
}
.has-purple-muted-color {
  color: var(--wp--preset--color--purple-muted) !important;
}
.has-gray-muted-color {
  color: var(--wp--preset--color--gray-muted) !important;
}
.has-yellow-muted-color {
  color: var(--wp--preset--color--yellow-muted) !important;
}
.has-webinar-upcoming-color {
  color: var(--wp--preset--color--webinar-upcoming) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-primary-background-color {
  background-color: var(--wp--preset--color--primary) !important;
}
.has-secondary-background-color {
  background-color: var(--wp--preset--color--secondary) !important;
}
.has-tertiary-background-color {
  background-color: var(--wp--preset--color--tertiary) !important;
}
.has-accent-background-color {
  background-color: var(--wp--preset--color--accent) !important;
}
.has-background-background-color {
  background-color: var(--wp--preset--color--background) !important;
}
.has-foreground-background-color {
  background-color: var(--wp--preset--color--foreground) !important;
}
.has-muted-background-color {
  background-color: var(--wp--preset--color--muted) !important;
}
.has-light-background-color {
  background-color: var(--wp--preset--color--light) !important;
}
.has-dark-background-color {
  background-color: var(--wp--preset--color--dark) !important;
}
.has-darkgrey-background-color {
  background-color: var(--wp--preset--color--darkgrey) !important;
}
.has-green-muted-background-color {
  background-color: var(--wp--preset--color--green-muted) !important;
}
.has-purple-muted-background-color {
  background-color: var(--wp--preset--color--purple-muted) !important;
}
.has-gray-muted-background-color {
  background-color: var(--wp--preset--color--gray-muted) !important;
}
.has-yellow-muted-background-color {
  background-color: var(--wp--preset--color--yellow-muted) !important;
}
.has-webinar-upcoming-background-color {
  background-color: var(--wp--preset--color--webinar-upcoming) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-primary-border-color {
  border-color: var(--wp--preset--color--primary) !important;
}
.has-secondary-border-color {
  border-color: var(--wp--preset--color--secondary) !important;
}
.has-tertiary-border-color {
  border-color: var(--wp--preset--color--tertiary) !important;
}
.has-accent-border-color {
  border-color: var(--wp--preset--color--accent) !important;
}
.has-background-border-color {
  border-color: var(--wp--preset--color--background) !important;
}
.has-foreground-border-color {
  border-color: var(--wp--preset--color--foreground) !important;
}
.has-muted-border-color {
  border-color: var(--wp--preset--color--muted) !important;
}
.has-light-border-color {
  border-color: var(--wp--preset--color--light) !important;
}
.has-dark-border-color {
  border-color: var(--wp--preset--color--dark) !important;
}
.has-darkgrey-border-color {
  border-color: var(--wp--preset--color--darkgrey) !important;
}
.has-green-muted-border-color {
  border-color: var(--wp--preset--color--green-muted) !important;
}
.has-purple-muted-border-color {
  border-color: var(--wp--preset--color--purple-muted) !important;
}
.has-gray-muted-border-color {
  border-color: var(--wp--preset--color--gray-muted) !important;
}
.has-yellow-muted-border-color {
  border-color: var(--wp--preset--color--yellow-muted) !important;
}
.has-webinar-upcoming-border-color {
  border-color: var(--wp--preset--color--webinar-upcoming) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-light-green-yellow-gradient-background {
  background: var(--wp--preset--gradient--light-green-yellow) !important;
}
.has-dark-green-blue-gradient-background {
  background: var(--wp--preset--gradient--dark-green-blue) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.has-xx-small-font-size {
  font-size: var(--wp--preset--font-size--xx-small) !important;
}
.has-x-small-font-size {
  font-size: var(--wp--preset--font-size--x-small) !important;
}
.has-base-font-size {
  font-size: var(--wp--preset--font-size--base) !important;
}
.has-xx-large-font-size {
  font-size: var(--wp--preset--font-size--xx-large) !important;
}
.has-xxx-large-font-size {
  font-size: var(--wp--preset--font-size--xxx-large) !important;
}
.has-open-sans-font-family {
  font-family: var(--wp--preset--font-family--open-sans) !important;
}
.has-montserrat-font-family {
  font-family: var(--wp--preset--font-family--montserrat) !important;
}
.has-roboto-font-family {
  font-family: var(--wp--preset--font-family--roboto) !important;
}
.has-roboto-condensed-font-family {
  font-family: var(--wp--preset--font-family--roboto-condensed) !important;
}
@media (max-width: 576px) {
  .ouw-pattern-square.sm-corner-pattern img:not(.ouw-pattern-square__img-sm) {
    /*display: none;*/
  }
}

footer.page-footer,
.page-template-wp-custom-template-spanish footer {
  z-index: 10;
}

.ouw-working-hours .working-day strong {
  display: block;
  margin-bottom: 5px;
}
/* Carousel */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.slider-container .slider {
  border-radius: 6px;
  overflow: hidden;
}
.slider .slide {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.slider .slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slider .slide.active {
  position: relative;
  opacity: 1;
}

/* End Carousel */

/* Blog Checkbox */
.leadinModal .leadinModal-content input[type="checkbox"] {
  appearance: auto;
}
/* End Blog Checkbox */

/* Hide Element from Specific Partner **/

.partner-specific a[href="#hide-element"] {
  display: none !important;
}

/* END Hide Element from Specific Partner **/

/* Motion Point Language Toggle */
.user-locale.desktop-only {
  float: right;
  margin-top: 8px;
  margin-right: 0.5rem;
  font-size: var(--wp--preset--font-size--x-small);
  text-decoration: none;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .user-locale.desktop-only {
    display: none;
  }
}
/* end MotionPoint Language Toggle */

:root :where(.wp-block-button .wp-block-button__link) {
  font-weight: 500;
}
:root :where(.wp-block-button .wp-block-button__link) {
  transition: all 0.3s ease;
}
:root :where(.wp-block-columns-is-layout-flow) > :first-child {
  margin-block-start: 0;
}
:root :where(.wp-block-columns-is-layout-flow) > :last-child {
  margin-block-end: 0;
}
:root :where(.wp-block-columns-is-layout-flow) > * {
  margin-block-start: var(--wp--preset--spacing--medium);
  margin-block-end: 0;
}
:root :where(.wp-block-columns-is-layout-constrained) > :first-child {
  margin-block-start: 0;
}
:root :where(.wp-block-columns-is-layout-constrained) > :last-child {
  margin-block-end: 0;
}
:root :where(.wp-block-columns-is-layout-constrained) > * {
  margin-block-start: var(--wp--preset--spacing--medium);
  margin-block-end: 0;
}
:root :where(.wp-block-columns-is-layout-flex) {
  gap: var(--wp--preset--spacing--medium);
}
:root :where(.wp-block-columns-is-layout-grid) {
  gap: var(--wp--preset--spacing--medium);
}
:root :where(p) {
  color: var(--wp--preset--color--darkgrey);
  line-height: 1.5;
  margin-bottom: var(--wp--preset--spacing--small);
}
:root :where(.wp-block-column) {
  border-radius: 0.375rem;
  padding-top: var(--wp--preset--spacing--medium);
  padding-right: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--medium);
  padding-left: var(--wp--preset--spacing--medium);
}
:root :where(.wp-block-image) {
  margin-bottom: 0.36rem;
}
:root :where(.wp-block-separator) {
  background-color: var(--wp--custom--theme-colors--muted);
  margin-top: var(--wp--preset--spacing--medium);
  color: var(--wp--custom--theme-colors--muted);
}
:root :where(.wp-block-heading) {
  color: var(--wp--custom--theme-colors--primary);
}

:root :where(.wp-block-button.is-style-outline--3 .wp-block-button__link) {
  background: transparent none;
  background-color: transparent;
  border-radius: 0.375rem;
  border-color: var(--wp--custom--theme-colors--secondary);
  border-width: 1px;
  border-style: solid;
  color: var(--wp--preset--color--primary);
  font-weight: 500;
  line-height: 1;
  padding-top: var(--wp--preset--spacing--btn-y);
  padding-right: var(--wp--preset--spacing--btn-x);
  padding-bottom: var(--wp--preset--spacing--btn-y);
  padding-left: var(--wp--preset--spacing--btn-x);
}
:root :where(.wp-block-button.is-style-outline--13 .wp-block-button__link) {
  background: transparent none;
  background-color: transparent;
  border-radius: 0.375rem;
  border-color: var(--wp--custom--theme-colors--secondary);
  border-width: 1px;
  border-style: solid;
  color: var(--wp--preset--color--primary);
  font-weight: 500;
  line-height: 1;
  padding-top: var(--wp--preset--spacing--btn-y);
  padding-right: var(--wp--preset--spacing--btn-x);
  padding-bottom: var(--wp--preset--spacing--btn-y);
  padding-left: var(--wp--preset--spacing--btn-x);
}
:root :where(.wp-block-button.is-style-outline--14 .wp-block-button__link) {
  background: transparent none;
  background-color: transparent;
  border-radius: 0.375rem;
  border-color: var(--wp--custom--theme-colors--secondary);
  border-width: 1px;
  border-style: solid;
  color: var(--wp--preset--color--primary);
  font-weight: 500;
  line-height: 1;
  padding-top: var(--wp--preset--spacing--btn-y);
  padding-right: var(--wp--preset--spacing--btn-x);
  padding-bottom: var(--wp--preset--spacing--btn-y);
  padding-left: var(--wp--preset--spacing--btn-x);
}
.wp-container-core-columns-is-layout-2ffabc31 {
  flex-wrap: nowrap;
}
.wp-container-core-group-is-layout-ab7c2b46 > .alignfull {
  margin-right: calc(0px * -1);
  margin-left: calc(0px * -1);
}
.wp-elements-da6535a5c862be570e162e6722157e19
  a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--base);
}
.wp-container-core-navigation-is-layout-d445cf74 {
  justify-content: flex-end;
}
.wp-elements-242f1f7ddcb76470e9a0b4673972bf41
  a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--light);
}
.wp-elements-57e0b3acd7d21f197d6976e10e7541b5
  a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--light);
}
.wp-container-core-columns-is-layout-28f84493 {
  flex-wrap: nowrap;
}
.wp-elements-5a6f22561440db18a36f891d1040a0e9
  a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--light);
}
.wp-elements-14081439057b28253ef97c13a14b7bc4
  a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--light);
}
.wp-elements-669fcda4613d76a659417f622ac1ffe5
  a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--light);
}
.wp-container-core-group-is-layout-b2891da8 {
  justify-content: space-between;
}
.wp-container-core-group-is-layout-b476abec > .alignfull {
  margin-right: calc(0px * -1);
  margin-left: calc(0px * -1);
}
.wp-container-core-group-is-layout-17124a9a {
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.wp-container-core-social-links-is-layout-d893daad {
  gap: var(--wp--preset--spacing--small) var(--wp--preset--spacing--small);
  justify-content: flex-start;
}
.wp-elements-a2ec4b08cafa5cd56edc56323f6e37d0
  a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--white);
}
.wp-elements-f8510c3a64d2850dd128c8efb33de631
  a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--white);
}
.wp-elements-6958bd1495fedf0fde12d9af25d679b0
  a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--white);
}
.wp-elements-03d25479aecafcd8525cb91c71b2e97f
  a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--white);
}
.wp-container-core-columns-is-layout-010e51cd {
  flex-wrap: nowrap;
  gap: var(--wp--preset--spacing--x-large) var(--wp--preset--spacing--x-large);
}
.wp-container-core-group-is-layout-14e0dc90 > .alignfull {
  margin-right: calc(var(--wp--preset--spacing--medium) * -1);
  margin-left: calc(var(--wp--preset--spacing--medium) * -1);
}
.wp-container-core-group-is-layout-d33d2008 > .alignfull {
  margin-right: calc(var(--wp--preset--spacing--medium) * -1);
  margin-left: calc(var(--wp--preset--spacing--medium) * -1);
}
.wp-container-core-group-is-layout-d33d2008 > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.wp-container-core-group-is-layout-d33d2008 > * + * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.skip-link.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link.screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/Roboto-Black.ttf")
    format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 900;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/Roboto-BlackItalic.ttf")
    format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/Roboto-Bold.ttf")
    format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/Roboto-BoldItalic.ttf")
    format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/Roboto-Italic.ttf")
    format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/Roboto-Light.ttf")
    format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/Roboto-LightItalic.ttf")
    format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/Roboto-Medium.ttf")
    format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/Roboto-MediumItalic.ttf")
    format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/Roboto-Regular.ttf")
    format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 250;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/Roboto-Thin.ttf")
    format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 250;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/Roboto-ThinItalic.ttf")
    format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 100 900;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/RobotoCondensed-Italic-VariableFont_wght.ttf")
    format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 100 900;
  font-display: fallback;
  src: url("https://www.greenpath.com/wp-content/uploads/fonts/RobotoCondensed-VariableFont_wght.ttf")
    format("truetype");
}

.fn-date-picker.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  *zoom: 1;
}
.fn-date-picker.pika-single.is-hidden {
  display: none;
}
.fn-date-picker.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.fn-date-picker.pika-single:after,
.fn-date-picker.pika-single:before {
  content: " ";
  display: table;
}
.fn-date-picker.pika-single:after {
  clear: both;
}
.fn-date-picker .pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.fn-date-picker .pika-title {
  position: relative;
  text-align: center;
}
.fn-date-picker .pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.fn-date-picker .pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
}
.fn-date-picker .pika-next,
.fn-date-picker .pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.fn-date-picker .pika-next:hover,
.fn-date-picker .pika-prev:hover {
  opacity: 1;
}
.fn-date-picker .pika-next.is-disabled,
.fn-date-picker .pika-prev.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.fn-date-picker .is-rtl .pika-next,
.fn-date-picker .pika-prev {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
.fn-date-picker .is-rtl .pika-prev,
.fn-date-picker .pika-next {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
.fn-date-picker .pika-select {
  display: inline-block;
  *display: inline;
}
.fn-date-picker .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.fn-date-picker .pika-table td,
.fn-date-picker .pika-table th {
  width: 14.2857142857%;
  padding: 0;
}
.fn-date-picker .pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}
.fn-date-picker .pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.fn-date-picker .pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.fn-date-picker .pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}
.fn-date-picker .is-today .pika-button {
  color: #3af;
  font-weight: 700;
}
.fn-date-picker .is-selected .pika-button {
  color: #fff;
  font-weight: 700;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.fn-date-picker .is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.fn-date-picker .pika-week {
  font-size: 11px;
  color: #999;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  .inputs-list.inline-list
  li {
  vertical-align: top;
  display: inline-block;
  word-wrap: break-word;
  padding-right: 16px;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  .inputs-list.inline-list
  li:after {
  clear: both;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  .inputs-list.inline-list
  li
  input {
  float: left;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  .inputs-list.inline-list.inline-list-2
  li {
  width: 50%;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  .inputs-list.inline-list.inline-list-2
  li:nth-child(2n) {
  padding-right: 0;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  .inputs-list.inline-list.inline-list-3
  li {
  width: 33%;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  .inputs-list.inline-list.inline-list-3
  li:nth-child(3n) {
  width: 34%;
  padding-right: 0;
}
.hs-fieldtype-intl-phone.hs-input {
  padding: 0;
  background: none;
  border: none;
  height: auto;
}
.hs-fieldtype-intl-phone.hs-input:after {
  clear: both;
  content: " ";
  display: table;
}
.hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-bottom: 0;
}
.hs-fieldtype-intl-phone.hs-input input {
  width: 68% !important;
  float: right;
}
.hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30% !important;
}
@media (max-device-width: 480px) and (min-device-width: 320px),
  (max-width: 400px) {
  .hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
    > .hs-phone
    > .input
    > .hs-fieldtype-intl-phone.hs-input
    > input.hs-input {
    width: 68% !important;
  }
  .hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
    > .hs-phone
    > .input
    > .hs-fieldtype-intl-phone.hs-input
    > select.hs-input {
    width: 30% !important;
  }
}
.hs-fieldtype-textarea.hs-input {
  resize: vertical;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  .hs-button {
  white-space: pre-wrap;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  .hs-richtext {
  word-break: break-word;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  fieldset.form-columns-1
  .hs-input {
  width: 95%;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  fieldset.form-columns-1
  .input {
  margin-right: 8px;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  fieldset.form-columns-1
  input[type="checkbox"],
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  fieldset.form-columns-1
  input[type="radio"] {
  width: auto;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  fieldset.form-columns-2
  .hs-form-field {
  width: 50%;
  float: left;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  fieldset.form-columns-2
  .input {
  margin-right: 8px;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  fieldset.form-columns-3
  .hs-form-field {
  width: 32.7%;
  float: left;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  fieldset.form-columns-3
  .input {
  margin-right: 8px;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  label.hs-hidden {
  visibility: hidden;
}
.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840
  .hs-field-desc {
  width: 100%;
}
.hs-custom-style .hs-input,
.hs-custom-style fieldset {
  max-width: 100%;
}
.hs-custom-style > div.form-columns-3 .hs-form-field,
.hs-custom-style fieldset.form-columns-3 .hs-form-field {
  width: 33.3%;
}
.hs-custom-style
  > div
  > div:last-of-type
  .hs-input:not([type="checkbox"]):not([type="radio"]),
.hs-custom-style
  fieldset
  > div:last-of-type
  .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  max-width: 100%;
}
.hs-custom-style
  > div
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not(
    [type="radio"]
  ):not([type="checkbox"]):not([type="file"]),
.hs-custom-style
  fieldset
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not(
    [type="radio"]
  ):not([type="checkbox"]):not([type="file"]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}
.hs-custom-style > div textarea,
.hs-custom-style fieldset textarea {
  padding: 10px 15px;
}
.hs-custom-style
  .hs-dependent-field
  > div
  .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
  .hs-custom-style .hs-input:not([type="checkbox"]):not([type="radio"]),
  .hs-custom-style fieldset {
    margin-right: 0 !important;
    width: 100% !important;
  }
  form.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840:not(
      .hs-video-form
    )
    .form-columns-2
    .hs-form-field,
  form.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840:not(
      .hs-video-form
    )
    .form-columns-3
    .hs-form-field {
    float: none;
    width: 100%;
  }
  form.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840:not(
      .hs-video-form
    )
    .form-columns-2
    .hs-form-field
    .hs-input,
  form.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840:not(
      .hs-video-form
    )
    .form-columns-3
    .hs-form-field
    .hs-input {
    width: 95%;
  }
  form.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840:not(
      .hs-video-form
    )
    .form-columns-2
    .hs-form-field
    input[type="checkbox"],
  form.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840:not(
      .hs-video-form
    )
    .form-columns-2
    .hs-form-field
    input[type="radio"],
  form.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840:not(
      .hs-video-form
    )
    .form-columns-3
    .hs-form-field
    input[type="checkbox"],
  form.hs-form-125daccc-6def-415b-a8db-89a858747028_ffd78a25-84b8-486e-b961-2aa9b073d840:not(
      .hs-video-form
    )
    .form-columns-3
    .hs-form-field
    input[type="radio"] {
    width: auto;
  }
}
.legal-consent-container .field.hs-form-field {
  margin-bottom: 8px;
}
.legal-consent-container .hs-field-desc.checkbox-desc {
  margin: -12px 0 0 21px;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 20px;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline;
}
.legal-consent-container .hs-error-msgs label {
  color: #f2545b;
}
.legal-consent-container ~ .hs_recaptcha {
  margin-top: 18px;
}
.cookie-reset-container {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
}
#hs-outer-captcha-target,
#hs-outer-captcha-target * {
  display: none;
  height: 0;
  width: 0;
}
.hubspot-link__container {
  font-size: 14px;
  padding-bottom: 40px;
  position: relative;
  color: #9fa0a2;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.hubspot-link-text {
  color: #00a4bd;
  font-weight: 400;
}
.hubspot-link__container.sproket {
  color: #9fa0a2;
}
.hubspot-link {
  color: #9fa0a2;
}
.hubspot-link,
.hubspot-link:hover {
  text-decoration: none;
}
.hubspot-link:hover .hubspot-link-text {
  text-decoration: underline;
}
.hubspot-link__icon {
  margin-bottom: -1px;
  margin-right: 5px;
}
.hubspot-link__container.sproket .hubspot-link__icon {
  width: 30px;
  margin-right: 0;
  float: left;
  margin-top: -9px;
  margin-left: -5px;
}

.page-title,
.breadcrumb-section,
.have-surplus,
.have-deficit,
.display-none,
#cta,
.copy-surplus,
.copy-deficit,
.tips,
#result,
.home,
.debt,
.medical,
.child,
.car,
.college,
.savings,
.other {
  display: none;
}

.cobrand-phone.text {
  text-decoration: underline;
}

.cobrand-phone.text a {
  padding: 0;
  border: 0 !important;
  background: transparent;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  display: contents;
}
.cobrand-phone.text a:before {
  display: none;
}

/** FORM **/

.budget-form .field {
  display: flex;
  align-items: center;
}

.budget-form .field:last-child {
  border-bottom: 1px solid #ececec;
}

.budget-form .field label,
.budget-form .fill-text {
  width: 70%;
  margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: inherit;
}
.budget-form .field .input {
  width: 30%;
  border-left: 1px solid #ececec;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  padding-left: 8px;
  background: #f6f6f6;
}

.budget-form .field .input input,
.budget-form .fill-text input {
  width: 90%;
  margin-left: 3px;
  border: 0;
  background: transparent;
}

.fill-text,
.fill-text input {
  border: 0;
}

#reset {
  background: transparent;
  border: 0;
  text-decoration: underline;
  color: #422145;
}

.field.sum-total label,
.field.sum-total span {
  font-weight: 600;
}

/** END FORM **/

/** RESULT **/

.tips div p {
  margin-bottom: 10px;
}

#result.has-value,
#tips.home-tip,
#tips.home-tip .home,
#tips.debt-tip,
#tips.debt-tip .debt,
#tips.medical-tip,
#tips.medical-tip .medical,
#tips.child-tip,
#tips.child-tip .child,
#tips.car-tip,
#tips.car-tip .car,
#tips.college-tip,
#tips.college-tip .college,
#tips.savings-tip,
#tips.savings-tip .savings,
#tips.other-tip,
#tips.other-tip .other {
  display: block;
}

#result.deficit .have-deficit,
#result.surplus .have-surplus {
  display: block;
  float: left;
  padding-right: 5px;
}

#result .amount::before {
  content: "$";
}
.difference {
  margin-bottom: 15px;
}

#cta {
  padding: 30px !important;
  background: #102446;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-top: 30px;
}

#cta p {
  color: #fff;
}

#cta .small-button {
  display: block;
  width: 210px;
  margin-top: 15px;
  color: #102446;
}

#cta.cta-surplus,
#cta.cta-deficit,
#cta.cta-surplus > .copy-surplus,
#cta.cta-deficit > .copy-deficit {
  display: block;
}

.hs-button.primary.large {
  background: #102446;
  color: #fff;
  padding: 4px 10px 4px 10px;
  border: 0;
  border-radius: 3px;
  font-family: "Roboto";
  font-size: 14px;
}

/** END RESULT **/

/** TABS **/
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a {
  background-color: #ececec !important;
  color: #000 !important;
  font-weight: 700;
}
.vc_tta-container {
  margin-bottom: 0px !important;
}

.vc_tta.vc_general .vc_tta-tab > a {
  padding: 6px 8px !important;
}

.vc_tta.vc_general .vc_tta-panel-body {
  padding: 14px 15px !important;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  background-color: #f6f6f6 !important;
  color: #000 !important;
}

.vc_tta-panels-container .field,
.vc_tta-panels-container .field .input {
  background: #fff;
}

.vc_tta-panels-container .field label {
  font-weight: 400;
}

.field.sum2 {
  border: 0;
  background: #f6f6f6;
  margin-bottom: 0;
  padding: var(--wp--preset--spacing--small);
}

.field.sum-total label,
.field.sum-total input {
  font-weight: 600;
}

.field.sum2 .input {
  width: calc(30% + 15px);
}
.vc_tta-color-grey.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #000 !important;
}

@media (min-width: 768px) {
  .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
    background-color: #f6f6f6 !important;
  }
}

@media (max-width: 750px) {
  .vc_tta-color-grey.vc_tta-style-flat
    .vc_tta-panel.vc_active
    .vc_tta-panel-heading {
    background-color: #ececec;
  }

  .vc_tta-color-grey.vc_tta-style-flat
    .vc_tta-panel
    .vc_tta-panel-heading
    a::after {
    content: "+";
    float: right;
  }
  .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
    color: #000;
  }
}

@media (max-width: 700px) {
  .field {
    display: block;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .field label,
  .fill-text,
  .field .input {
    width: 100%;
  }
  .field label,
  .fill-text {
    height: auto;
    float: left;
  }
  .field .input {
    border-left: 0;
  }
  .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: #ececec !important;
  }
  .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
    color: #000 !important;
  }
  .vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 8px 15px !important;
  }
  h4.vc_tta-panel-title {
    font-size: 14px;
  }
  .field.sum2 {
    margin-top: 1px;
    padding-top: 5px;
    padding-left: 15px;
    height: auto;
    border-radius: 5px;
  }
  .cta .small-button {
    width: 175px;
  }
}

/** END TABS **/

/** BAR GRAPH **/

#graph {
  position: relative;
  width: 100%;
  height: 200px;
  border: 1px solid #ececec;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
}

.grid-box {
  display: grid;
  align-content: space-evenly;
  grid-auto-columns: auto auto auto;
  gap: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.grid-line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.bar-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 32px 0px 0px 32px;
}
.bar-wrap {
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  border-radius: 3px 3px 0 0;
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
}

.bar.income {
  background-color: #e8af28;
}

.bar.expense {
  background-color: #eb7125;
}

.bar .bar-value {
  background: #ececec;
  font-size: 12px;
  line-height: 12px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 2px;
  border-radius: 2px;
  margin-right: -15px;
}

.bar-value::before {
  content: "$";
}

.bar-labels {
  display: flex;
}

.bar-labels > div {
  padding-right: 0;
  width: 50%;
  text-align: center;
}
.field.sum-total {
  min-height: 40px;
  background: #f6f6f6;
  padding: var(--wp--preset--spacing--small);
}
