/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sass/style.scss ***!
  \******************************************************************************************************************************************************************/
/*
Theme Name: Theme for a Special Client
Author: Pivot Group, LLC
Author Uri: https://askpivot.com
Version: 1.0.1
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Switch to border-box
 */
body,
body *,
body *:after,
body *:before {
  box-sizing: border-box;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
  color: var(--wp--preset--color--black);
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

body {
  --global-content-edge-padding: var(--wp--preset--spacing--site-gutter);
  --breakout-negative-margin-left: min( calc( -0.5 * (100vw - var(--scrollbar) - ($size__site-container_width) ) ), -1 * var(--wp--style--root--padding-left) );
  --scrollbar: 0px;
}

.edit-post-visual-editor__post-title-wrapper,
.is-root-container {
  padding-left: var(--wp--preset--spacing--site-gutter);
  padding-right: var(--wp--preset--spacing--site-gutter);
}
.edit-post-visual-editor__post-title-wrapper > .alignfull,
.is-root-container > .alignfull {
  margin-right: calc(var(--wp--preset--spacing--site-gutter) * -1);
  margin-left: calc(var(--wp--preset--spacing--site-gutter) * -1);
}

.is-root-container :where(.has-global-padding):not(.alignfull),
.has-global-padding :where(.has-global-padding):not(.alignfull) {
  padding-right: 0;
  padding-left: 0;
}

.has-global-padding-left {
  padding-left: var(--wp--style--root--padding-left);
}
.has-global-padding-left.wp-block-kadence-column {
  padding-left: 0;
}
.has-global-padding-left.wp-block-kadence-column > .kt-inside-inner-col {
  padding-left: var(--wp--style--root--padding-left);
}

.negate-global-padding-right {
  margin-right: min(-0.5 * (100vw - var(--scrollbar) - var(--wp--style--global--content-size)), -1 * var(--wp--style--root--padding-left)) !important;
}
body.wp-admin .negate-global-padding-right {
  margin-right: calc(-1 * var(--wp--style--root--padding-right)) !important;
}

.negate-global-padding-left {
  margin-left: min(-0.5 * (100vw - var(--scrollbar) - var(--wp--style--global--content-size)), -1 * var(--wp--style--root--padding-left)) !important;
}
body.wp-admin .negate-global-padding-left {
  margin-left: calc(-1 * var(--wp--style--root--padding-left)) !important;
}

.has-global-padding-right {
  padding-right: var(--wp--style--root--padding-right);
}
.has-global-padding-right.wp-block-kadence-column {
  padding-right: 0;
}
.has-global-padding-right.wp-block-kadence-column > .kt-inside-inner-col {
  padding-right: var(--wp--style--root--padding-right);
}

.container {
  max-width: calc(var(--wp--style--global--content-size) + var(--wp--preset--spacing--site-gutter) * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--wp--preset--spacing--site-gutter);
  padding-right: var(--wp--preset--spacing--site-gutter);
  box-sizing: border-box;
}

.wp-block-kadence-rowlayout.alignfull > .innerblocks-wrap {
  padding-left: var(--wp--preset--spacing--site-gutter);
  padding-right: var(--wp--preset--spacing--site-gutter);
}

.wp-block-kadence-rowlayout .wp-block-kadence-rowlayout > .innerblocks-wrap {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-kadence-rowlayout > .kt-row-column-wrap.kb-theme-content-width,
.wp-block-kadence-rowlayout > .innerblocks-wrap.kb-theme-content-width {
  max-width: calc(var(--wp--style--global--content-size) + var(--wp--preset--spacing--site-gutter) * 2) !important;
}

.wp-block-kadence-rowlayout.alignfull > .innerblocks-wrap[style*="padding-left: var(--global-kb-spacing-sm, 1.5rem)"] {
  padding-left: var(--wp--preset--spacing--site-gutter) !important;
  padding-right: var(--wp--preset--spacing--site-gutter) !important;
}

div.kt-row-has-bg > .kt-row-column-wrap {
  padding-left: var(--global-kb-spacing-sm, 1.5rem);
  padding-right: var(--global-kb-spacing-sm, 1.5rem);
}

div.kt-row-has-bg.alignfull > .kt-row-column-wrap {
  padding-left: var(--wp--preset--spacing--site-gutter) !important;
  padding-right: var(--wp--preset--spacing--site-gutter) !important;
}

.has-no-margin,
.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.has-no-margin-bottom,
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.has-no-margin-top,
.no-margin-top {
  margin-top: 0 !important;
}

ul.has-two-columns,
ol.has-two-columns {
  margin: 0;
  columns: 2;
  column-gap: 30px;
  list-style-position: outside;
  padding-left: 0;
}
ul.has-two-columns > li,
ol.has-two-columns > li {
  padding: 10px 0;
  width: 100%;
  align-items: center;
  min-height: 35px;
  break-inside: avoid;
  page-break-inside: avoid;
}

ul.is-style-fancy-link-list {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
ul.is-style-fancy-link-list > li + li a {
  margin-top: 0.75em;
}
ul.is-style-fancy-link-list > li a {
  display: block;
  padding-right: 60px;
  line-height: 1.1em;
  font-size: clamp(20px, 2.08vw, 30px);
  position: relative;
  text-decoration: none !important;
  max-width: 424px;
  transition: 0.2s ease all;
  font-weight: bold;
}
ul.is-style-fancy-link-list > li a:after {
  content: "";
  width: 40px;
  height: 40px;
  box-shadow: 0px 3px 12px rgba(84, 2, 147, 0.1019607843);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(0px);
  background: #fff url(../images/SVGs/Arrow_Right.svg) no-repeat center center;
  transition: 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) all;
}
@media (max-width: 767px) {
  ul.is-style-fancy-link-list > li a:after {
    width: 32px;
    height: 32px;
  }
}
ul.is-style-fancy-link-list > li a:hover, ul.is-style-fancy-link-list > li a:focus {
  color: var(--wp--preset--color--purple);
}
ul.is-style-fancy-link-list > li a:hover:after, ul.is-style-fancy-link-list > li a:focus:after {
  transform: translateX(5px);
  box-shadow: 0px 3px 24px rgba(84, 2, 147, 0.3058823529);
}

ul.is-style-checkmarks {
  margin: 0;
  padding: 0;
  text-align: left;
}
ul.is-style-checkmarks > li {
  padding-left: 30px;
  line-height: 1.1em;
  padding: 0.6em 0 0.6em 60px;
  list-style-type: none;
  background-image: url(../images/SVGs/Checkmark.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
ul.is-style-checkmarks > li + li {
  margin-top: 0.5em;
}

/* ==== ELEMENTS ============================================= */
html {
  box-sizing: border-box;
}

body {
  color: var(--wp--preset--color--black);
  font-family: "freight-sans-pro", sans-serif;
  font-size: 18px;
  line-height: 1.3333333333em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

/* ==== HEADINGS ============================================= */
h1, h2, h3, h4, h5, h6,
.like-h1, .like-h2, .like-h3, .like-h4, .display-text {
  font-family: "freight-sans-pro", sans-serif;
}

h1, .like-h1 {
  line-height: 1.1692307692em;
  font-size: clamp(40px, 4.5vw, 65px);
  font-weight: 800;
}

h2, .like-h2 {
  line-height: 1.2em;
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 800;
}

h3, .like-h3 {
  line-height: 1.15em;
  font-size: clamp(24px, 2.77vw, 40px);
  font-weight: 600;
}

h4, .like-h4 {
  line-height: 1.3333333333em;
  font-size: clamp(20px, 2.08vw, 30px);
  font-weight: 800;
}

h5, .like-h5 {
  line-height: 1.3em;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 800;
  text-transform: uppercase;
}

.has-small-font-size,
.fine-print,
.is-fine-print {
  font-size: var(--wp--preset--font-size--small) !important;
  line-height: 1.4285714286em;
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal) !important;
  line-height: 1.3333333333em;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
  line-height: 1.15em;
}

.has-extra-large-font-size {
  font-size: var(--wp--preset--font-size--extra-large) !important;
  line-height: 1.15em;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

p {
  margin-bottom: 1.5em;
}
p a:not([class]) {
  text-decoration: underline;
  font-weight: 600;
  overflow-wrap: break-word;
}

li:not([class]) a:not([class]) {
  text-decoration: underline;
  overflow-wrap: break-word;
  font-weight: 600;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

*::selection {
  background: #000;
  color: #fff;
}

a {
  color: var(--wp--preset--color--orange);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: var(--wp--preset--color--dark-blue);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

ul, ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

b, strong {
  font-weight: 600;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

blockquote.is-style-default {
  margin: 1.5em 0;
  font-style: italic;
  padding-left: 0;
  border-left: 0;
}
blockquote.is-style-default p {
  margin: 0;
}
blockquote.is-style-default cite {
  font-weight: bold;
  font-size: 1em;
  margin-top: 0.125em;
  display: block;
}
blockquote.is-style-default cite:before {
  content: "- ";
}

.price-formatted {
  font-size: 1em;
  display: inline-block;
  line-height: 1em;
  white-space: nowrap;
  font-weight: bold;
}
.price-formatted .dot {
  position: absolute;
  left: -1000em;
}
.price-formatted .dollars {
  padding: 0 0.05em;
  font-weight: 700;
  font-size: 1.45em;
  display: inline-block;
}
.price-formatted .dollar-sign,
.price-formatted .cents,
.price-formatted .slash,
.price-formatted .per {
  position: relative;
  top: -0.1em;
  vertical-align: top;
  font-size: 0.6em;
}
.price-formatted .dollar-sign {
  left: 0.1em;
}
.price-formatted .cents, .price-formatted .slash, .price-formatted .per {
  top: 0.2em;
}
.price-formatted .cents + .slash {
  margin-left: 5px;
}

/* ==== BUTTONS ============================================= */
.wp-block-button .wp-block-button__link,
.btn {
  background: var(--wp--preset--color--purple);
  background-size: 110% 110%;
  background-position: 10%;
  border: 2px solid transparent;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.21px;
  line-height: 1.15em;
  min-width: 154px;
  padding: 13px 25px;
  text-align: center;
  transition: 0.2s ease all;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus,
.btn:hover,
.btn:focus {
  color: var(--wp--preset--color--white) !important;
  background-image: var(--wp--preset--gradient--purple-to-orange);
}
.wp-block-button .wp-block-button__link:active,
.btn:active {
  transform: scale(0.98);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
}
.wp-block-button .wp-block-button__link.has-orange-background-color:hover, .wp-block-button .wp-block-button__link.has-orange-background-color:focus,
.btn.has-orange-background-color:hover,
.btn.has-orange-background-color:focus {
  background-image: var(--wp--preset--gradient--pink-to-yellow);
}
.wp-block-button .wp-block-button__link.has-white-background-color,
.btn.has-white-background-color {
  color: var(--wp--preset--color--purple);
}
.wp-block-button .wp-block-button__link.has-white-background-color:hover, .wp-block-button .wp-block-button__link.has-white-background-color:focus,
.btn.has-white-background-color:hover,
.btn.has-white-background-color:focus {
  background: var(--wp--preset--color--dark-gray) !important;
  color: #fff;
}
.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline,
.btn.is-style-outline {
  background: none;
  border-color: currentColor;
  padding: 13px 25px;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-orange-color:hover, .wp-block-button.is-style-outline > .wp-block-button__link.has-orange-color:focus,
.wp-block-button__link.is-style-outline.has-orange-color:hover,
.wp-block-button__link.is-style-outline.has-orange-color:focus,
.btn.is-style-outline.has-orange-color:hover,
.btn.is-style-outline.has-orange-color:focus {
  background-color: var(--wp--preset--color--orange);
  border-color: var(--wp--preset--color--orange);
  color: #fff !important;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-purple-color:hover, .wp-block-button.is-style-outline > .wp-block-button__link.has-purple-color:focus,
.wp-block-button__link.is-style-outline.has-purple-color:hover,
.wp-block-button__link.is-style-outline.has-purple-color:focus,
.btn.is-style-outline.has-purple-color:hover,
.btn.is-style-outline.has-purple-color:focus {
  background-color: var(--wp--preset--color--purple);
  border-color: var(--wp--preset--color--purple);
  color: #fff !important;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-white-color:hover, .wp-block-button.is-style-outline > .wp-block-button__link.has-white-color:focus,
.wp-block-button__link.is-style-outline.has-white-color:hover,
.wp-block-button__link.is-style-outline.has-white-color:focus,
.btn.is-style-outline.has-white-color:hover,
.btn.is-style-outline.has-white-color:focus {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--purple) !important;
}
div[data-type="acf/button-group"],
div.button-group {
  background: none !important;
}

.button-group {
  gap: 10px;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.button-group .btn-primary {
  color: #fff;
}
.button-group .btn-secondary {
  color: #fff;
}
.button-group.align-center {
  display: flex;
  justify-content: center;
}
.button-group.align-right {
  display: flex;
  flex-direction: row-reverse;
}

/* ==== ALIGNMENTS ============================================= */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ==== CLEARFIX ============================================= */
.clear:before, .clear:after,
.cf:before,
.cf:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

/* ==== ACCESSIBILITY ============================================= */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* ==== MEDIA ============================================= */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* ==== GALLERIES ============================================= */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Site layout, header, footer
--------------------------------------------------------------*/
.site-wrapper,
.site-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body .kt-accordion-pane {
  border-bottom: 1px solid #fff;
  box-shadow: 0px 3px 12px rgba(84, 2, 147, 0.1019607843);
}
body .kt-accordion-block .kt-blocks-accordion-header {
  background: var(--wp--preset--color--purple);
  color: #fff;
  border-radius: 0;
  border: none;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-right: 40px;
  padding-top: 14px;
  padding-bottom: 10px;
  cursor: pointer;
}
html.wp-toolbar body .kt-accordion-block .kt-blocks-accordion-header {
  background: var(--wp--preset--color--gray) !important;
}
body .kt-accordion-block .kt-blocks-accordion-header:hover {
  background: var(--wp--preset--gradient--purple-to-orange);
  color: #fff;
}
body .kt-accordion-block .kt-blocks-accordion-header:focus {
  outline: 0;
}
body .kt-accordion-block .kt-blocks-accordion-header:after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-right: 15px;
  transform: 0.3s ease all;
}
body .kt-accordion-block .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger {
  display: none;
}
body .kt-accordion-block .kt-blocks-accordion-header.kt-accordion-panel-active {
  background: var(--wp--preset--gradient--purple-to-orange);
  color: #fff;
}
body .kt-accordion-block .kt-blocks-accordion-header.kt-accordion-panel-active:hover {
  background: var(--wp--preset--color--purple);
  color: #fff;
}
body .kt-accordion-block .kt-blocks-accordion-header.kt-accordion-panel-active:after {
  transform: rotate(90deg);
}
body .kt-accordion-panel-inner {
  border: 2px solid var(--wp--preset--color--purple);
  background: var(--wp--preset--color--white);
  margin-top: -1px;
  padding: 15px 30px;
}
@media (min-width: 992px) {
  body .kt-accordion-panel-inner {
    padding: 35px 50px;
  }
}

.site-content {
  position: relative;
  z-index: 0;
  padding-top: 1px;
}

.site-footer {
  background: var(--wp--preset--color--dark-gray);
  z-index: 1;
  color: #fff;
  padding: 55px 0;
}
.site-footer .widget-areas {
  display: flex;
  gap: 30px;
}
.site-footer .widget-areas > .widget-area {
  flex-grow: 1;
}
.site-footer .widget-areas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .widget-areas ul > li {
  margin-bottom: 0.5em;
}
.site-footer .widget-areas ul > li > a {
  display: inline-block;
  padding: 5px;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
.site-footer .widget-areas ul > li > a:focus, .site-footer .widget-areas ul > li > a:hover {
  text-decoration: underline;
}
.site-footer .widget-area-footer-1 img {
  width: 245px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .site-footer .widget-area-footer-1 img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .site-footer .widget-areas {
    flex-wrap: wrap;
  }
  .site-footer .widget-area-footer-1 {
    width: 100%;
    display: none;
  }
  .site-footer .widget-area-footer-1 img {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .site-footer .widget-areas {
    gap: 15px;
  }
  .site-footer .widget-areas ul > li > a {
    font-size: 16px;
  }
}

.subfooter {
  background: var(--wp--preset--color--dark-gray);
  border-top: 1px solid #575554;
  padding: 30px 0;
  color: #fff;
}
.subfooter a {
  color: inherit;
}
.subfooter a:hover, .subfooter a:focus {
  text-decoration: underline;
}
.subfooter > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.subfooter .social-icons {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .subfooter {
    border-top: 0;
    padding-top: 0;
    margin-top: -1px;
  }
  .subfooter > .container {
    flex-wrap: wrap;
  }
  .subfooter > .container .social-icons {
    order: -1;
  }
}

body {
  padding-top: 220px;
}
body * {
  scroll-margin-top: 100px;
}
body.header-is-fixed .site-header {
  position: fixed;
  margin-top: -120px;
}
@media (max-width: 767px) {
  body {
    padding-top: 72px;
  }
}

.site-header {
  background: var(--wp--preset--color--purple);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
body.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
.site-header > .top {
  background: var(--wp--preset--gradient--purple-to-orange);
  color: #fff;
  padding: 32px 0;
}
.site-header > .top > .container {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header > .top .site-branding {
  width: 243px;
}
.site-header > .top .site-branding img {
  display: block;
}
.site-header > .top .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
}
.site-header > .top .menu > li > a {
  color: inherit;
  font-size: clamp(20px, 2.08vw, 30px);
  font-weight: 600;
  display: block;
  padding: 5px 15px;
  position: relative;
  white-space: nowrap;
}
.site-header > .top .menu > li > a:after {
  content: "";
  background: currentColor;
  bottom: -3px;
  height: 3px;
  left: 15px;
  position: absolute;
  right: 15px;
  transform: scale(0);
  transition: 0.1s linear all;
}
.site-header > .top .menu > li > a:hover:after, .site-header > .top .menu > li > a:focus:after {
  transform: scale(1);
}
.site-header > .top .menu > li.current_page_parent > a:after, .site-header > .top .menu > li.current-menu-item > a:after {
  transform: scale(1);
}
.site-header > .top .menu-button-container {
  display: none;
}
.site-header > .bottom {
  color: #fff;
  padding: 22px 0;
}
.site-header > .bottom nav.primary-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.site-header > .bottom .menu {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header > .bottom .menu > li > a {
  color: inherit;
  display: block;
  font-size: clamp(20px, 2.08vw, 30px);
  font-weight: 600;
  padding: 5px 15px;
  color: inherit;
  position: relative;
}
.site-header > .bottom .menu > li > a:after {
  content: "";
  background: currentColor;
  bottom: -3px;
  height: 3px;
  left: 15px;
  position: absolute;
  right: 15px;
  transform: scale(0);
  transition: 0.1s linear all;
}
.site-header > .bottom .menu > li > a:hover:after, .site-header > .bottom .menu > li > a:focus:after {
  transform: scale(1);
}
.site-header > .bottom .menu > li.current_page_parent > a:after, .site-header > .bottom .menu > li.current-menu-item > a:after {
  transform: scale(1);
}
.site-header > .bottom .header-buttons {
  display: flex;
  gap: 50px;
}
.site-header > .bottom .header-buttons .btn {
  white-space: nowrap;
}
@media (max-width: 1169px) {
  .site-header > .bottom .header-buttons {
    gap: 20px;
  }
  .site-header > .bottom .header-buttons .btn {
    padding: 10px 15px;
    min-width: auto;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .site-header > .top .menu {
    gap: 0px;
  }
  .site-header > .bottom .menu > li > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .site-header {
    position: fixed;
  }
  .site-header > .top {
    padding: 20px 0;
  }
  .site-header > .top .site-branding {
    width: 120px;
  }
  .site-header > .top .menu {
    display: none;
  }
  .site-header > .top .menu-button-container {
    display: block;
  }
  .site-header > .bottom {
    display: none;
  }
}

.primary-menu-container {
  font-size: 18px;
}
.primary-menu-container .menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 -30px;
}
.primary-menu-container .menu > li {
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.primary-menu-container .menu > li > a {
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  padding: 7px 30px;
}
.primary-menu-container .menu > li > a:focus {
  position: relative;
  z-index: 99999;
  outline-offset: 0;
  text-decoration-thickness: 2px;
}
.primary-menu-container .menu > li.menu-item-has-children > a {
  padding-right: 30px;
}
.primary-menu-container .menu > li.menu-item-has-children + .sub-menu-toggle {
  font-size: 12px;
  margin-left: -25px;
}
.primary-menu-container .menu > li > .sub-menu-toggle {
  margin-left: -25px;
}
.primary-menu-container .menu > li:hover > .sub-menu,
.primary-menu-container .menu > li > .sub-menu-toggle[aria-expanded=true] + .sub-menu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.primary-menu-container .sub-menu {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  list-style: none;
  left: 0;
  margin: 0;
  margin-top: 23px;
  margin-left: -15px;
  width: 314px;
  min-width: max-content;
  position: absolute;
  top: 100%;
  transition: all 0.5s ease;
  z-index: 1;
  background: #fff;
  padding: 35px 56px;
  box-shadow: 0px 5px 30px rgba(107, 110, 118, 0.2509803922);
  visibility: hidden;
}
.primary-menu-container .sub-menu:before {
  content: "";
  position: absolute;
  left: 60px;
  margin-top: -12px;
  top: 0;
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.primary-menu-container .sub-menu.submenu-reposition-left {
  left: 0;
  right: auto;
}
.primary-menu-container .sub-menu.submenu-reposition-right {
  right: 0;
  left: auto;
}
.primary-menu-container .sub-menu > li {
  padding: 0;
  margin: 0;
}
.primary-menu-container .sub-menu > li > a {
  color: var(--wp--preset--color--dark-gray);
  font-weight: 500;
  display: inline-block;
  padding: 5px;
}
.primary-menu-container .sub-menu > li > a:hover, .primary-menu-container .sub-menu > li > a:focus {
  color: var(--wp--preset--color--blue);
}
.primary-menu-container .sub-menu > li.current-menu-item > a {
  color: var(--wp--preset--color--blue);
}
.primary-menu-container .sub-menu-toggle {
  background: none;
  color: inherit;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
}
.primary-menu-container .sub-menu-toggle:focus {
  outline: 1px dotted currentColor;
}
.primary-menu-container .sub-menu-toggle:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.primary-menu-container .sub-menu-toggle:after {
  content: "";
  display: flex;
  align-items: center;
  transition: 0.2s ease all;
  margin-left: 7px;
  margin-top: -2px;
  transform: rotate(45deg);
}
.primary-menu-container .sub-menu-toggle .icon-minus {
  display: none;
}
.primary-menu-container .sub-menu-toggle[aria-expanded=true]:after {
  transform: rotate(45deg);
}

@media (max-width: 1600px) {
  .primary-menu-container {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .primary-menu-container .menu {
    margin: 0 -15px;
  }
  .primary-menu-container .menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1250px) {
  .primary-menu-container .menu > li > a .extended {
    display: none;
  }
}
body.lock-scrolling {
  overflow: hidden;
  position: relative;
}

nav.menu-container-mobile {
  visibility: hidden;
  opacity: 0;
  transform: scaleY(1.5);
  transform-origin: top center;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0px;
  overflow-y: scroll;
  color: #fff;
  background: var(--wp--preset--gradient--purple-to-orange);
  transition: 0.3s ease all;
  top: 72px;
}
nav.menu-container-mobile.is-visible {
  display: block;
  z-index: 3;
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  transition: 0.3s cubic-bezier(0.17, 0.67, 0.16, 1.41) all;
}
nav.menu-container-mobile .mobile-menu-header {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 20px 0;
  display: none;
}
nav.menu-container-mobile .mobile-menu-header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.menu-container-mobile .mobile-menu-header .site-branding {
  width: 120px;
}
nav.menu-container-mobile .mobile-menu-header .site-branding img {
  display: block;
}
nav.menu-container-mobile .mobile-menu-content {
  padding: 0 0 120px;
}
nav.menu-container-mobile .primary-menu-container .menu {
  margin: 0;
  display: block;
}
nav.menu-container-mobile .primary-menu-container .menu > li {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 0;
}
nav.menu-container-mobile .primary-menu-container .menu > li > a {
  color: #fff;
  padding: 5px 32px 5px 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.1538461538em;
}
nav.menu-container-mobile .primary-menu-container .menu > li > a:after {
  left: 0;
}
nav.menu-container-mobile .primary-menu-container .menu > li:hover .sub-menu {
  display: none;
}
nav.menu-container-mobile .primary-menu-container .menu > li .sub-menu-toggle[aria-expanded=true] + .sub-menu {
  display: block;
}
nav.menu-container-mobile .primary-menu-container .menu > li .sub-menu-toggle {
  margin-right: 0;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
}
nav.menu-container-mobile .primary-menu-container .menu > li .sub-menu-toggle:after {
  width: 16px;
  height: 16px;
  margin-left: 0px;
  margin-top: -8px;
}
nav.menu-container-mobile .primary-menu-container .menu > li .sub-menu-toggle[aria-expanded=true]:after {
  margin-top: 6px;
  margin-left: 3px;
  transform: rotate(225deg);
}
nav.menu-container-mobile .primary-menu-container .sub-menu {
  width: 100%;
  position: static;
  background: none;
  padding: 0;
  margin: 20px 0 20px 20px;
  box-shadow: none;
  opacity: 1;
  transform: none;
  display: none;
}
nav.menu-container-mobile .primary-menu-container .sub-menu:before {
  display: none;
}
nav.menu-container-mobile .primary-menu-container .sub-menu > li {
  margin: 5px 0;
  background: none;
}
nav.menu-container-mobile .primary-menu-container .sub-menu > li > a {
  font-size: 18px;
  line-height: 1.1666666667em;
  color: #fff;
}
nav.menu-container-mobile .meta-menu-container .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.menu-container-mobile .meta-menu-container .menu > li > a {
  color: inherit;
}

.menu-button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  font-size: 17px;
  letter-spacing: 0.85px;
  font-weight: 300;
  padding: 5px 10px;
  margin-right: -10px;
  color: inherit;
  cursor: pointer;
  height: 32px;
}
.menu-button .dropdown-icon {
  margin-right: 12px;
  display: block;
}
.menu-button .dropdown-icon.close {
  display: none;
}
.menu-button[aria-expanded*=true] .dropdown-icon.open {
  display: none;
}
.menu-button[aria-expanded*=true] .dropdown-icon.close {
  display: flex;
}

.menu-icon {
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  width: 24px;
  height: 18px;
  display: inline-block;
  border-color: #fff;
}
.menu-icon > * {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 2px solid #fff;
  border-top-color: inherit;
  width: 100%;
  transition: 0.55s;
}
.menu-icon > .top {
  top: 0;
}
.menu-icon > .middle {
  top: 50%;
  margin-top: -1px;
}
.menu-icon > .bottom {
  top: 16px;
  margin-bottom: -1px;
}
.menu-icon .close-text {
  display: none;
}
.menu-button[aria-expanded=true] .menu-icon > .top,
.menu-button[aria-expanded=true] .menu-icon > .bottom, .menu-icon.active > .top,
.menu-icon.active > .bottom {
  backface-visibility: hidden;
  transition: 0.5s ease all;
}
.menu-button[aria-expanded=true] .menu-icon > .top, .menu-icon.active > .top {
  top: 8px;
  transform: rotate(45deg);
}
.menu-button[aria-expanded=true] .menu-icon > .middle, .menu-icon.active > .middle {
  opacity: 0;
}
.menu-button[aria-expanded=true] .menu-icon > .bottom, .menu-icon.active > .bottom {
  top: 8px;
  transform: rotate(-405deg);
}
.menu-button[aria-expanded=true] .menu-icon:hover, .menu-button[aria-expanded=true] .menu-icon:focus, .menu-icon.active:hover, .menu-icon.active:focus {
  transform: scale(1.05);
}

/* ==== GENERAL MAGNIFIC ============================================= */
body .mfp-bg {
  background: transparent linear-gradient(57deg, #520195 0%, #7B157A 22%, #D9433E 76%, #FF5627 100%) 0% 0% no-repeat padding-box;
  opacity: 0.69;
  text-align: center;
}

.mfp-wrap {
  position: fixed !important;
}

body.popup-open {
  overflow: hidden;
}

.mfp-content {
  text-align: center;
  padding: 100px 50px;
}

body .mfp-close,
body .mfp-close-btn-in .mfp-close {
  color: var(--wp--preset--color--dark-gray);
  top: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  padding-top: 1px;
  font-size: 50px;
  display: flex;
}
body .mfp-close:before,
body .mfp-close-btn-in .mfp-close:before {
  content: "Close";
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 100%;
  margin-right: -10px;
  transform: translateX(0px);
  display: flex;
  height: 60px;
  justify-content: center;
  color: var(--wp--preset--color--blue);
  top: 0;
  transition: 0.1s ease all;
  display: none;
}
body .mfp-close:hover, body .mfp-close:focus,
body .mfp-close-btn-in .mfp-close:hover,
body .mfp-close-btn-in .mfp-close:focus {
  background: none;
  color: var(--wp--preset--color--blue);
  transform: none;
}
body .mfp-close:hover:before, body .mfp-close:focus:before,
body .mfp-close-btn-in .mfp-close:hover:before,
body .mfp-close-btn-in .mfp-close:focus:before {
  transform: translateX(-2px);
}
body .mfp-close:active,
body .mfp-close-btn-in .mfp-close:active {
  color: var(--wp--preset--color--dark-gray);
}
@media (min-width: 992px) {
  body .mfp-close,
  body .mfp-close-btn-in .mfp-close {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
}

.mfp-iframe-scaler {
  position: relative;
}

.mfp-wrap {
  overflow: scroll;
}

/* ====== Magnific Zoom-out effect ====== */
.mfp-wrap {
  top: 0 !important;
}

.mfp-zoom-out {
  position: fixed;
  width: 100%;
  overflow: auto;
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .popup,
.mfp-zoom-out .mfp-close {
  opacity: 0;
  transition: all 0.1s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-close {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready .popup {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.69;
}
.mfp-zoom-out.mfp-removing .mfp-close,
.mfp-zoom-out.mfp-removing .popup {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ==== POPUP SPECIFIC ============================================= */
.popup {
  background: #fff;
  border-radius: 0;
  display: none;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.popup:after {
  content: "";
  display: table;
  clear: both;
}
.popup > .header {
  padding: 60px clamp(30px, 7vw, 100px) 0;
}
.popup > .header .popup-title {
  color: var(--wp--preset--color--purple);
  margin: 0;
}
.popup > .header .popup-title:after {
  display: none !important;
}
.popup,
.popup > .inner-container {
  padding: 30px clamp(30px, 7vw, 100px);
}
.popup.has-header {
  padding: 0;
}
.popup.has-header > .inner-container {
  padding-top: 0;
}
.popup .site-branding {
  margin-bottom: 50px;
  margin-right: 60px;
}
.popup .site-branding svg {
  max-width: 100%;
}
.popup .title {
  font-size: 36px;
  margin-bottom: 30px;
}
.mfp-content .popup {
  display: block;
}

@media (max-width: 991px) {
  body .mfp-close, body .mfp-close-btn-in .mfp-close {
    width: 60px;
  }
  .mfp-content {
    text-align: center;
    padding: 60px 50px;
  }
  .popup > .header {
    padding-top: 30px;
    padding-right: 100px;
  }
}
@media (max-width: 400px) {
  .mfp-content {
    padding: 60px 30px;
  }
}
body .wp-block-kadence-tabs > .kt-tabs-wrap {
  margin-bottom: 8px;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap .kt-tabs-title-list {
  z-index: 1;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap .kt-tabs-title-list > li {
  margin-bottom: 0;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap .kt-tabs-title-list > li > .kt-tab-title {
  background: var(--wp--preset--color--purple);
  color: #fff;
  border: none;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding: 20px 40px;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap .kt-tabs-title-list > li.kt-tab-title-active > .kt-tab-title {
  background: var(--wp--preset--gradient--pink-to-yellow);
  color: #fff;
}
html.wp-toolbar body .wp-block-kadence-tabs > .kt-tabs-wrap .kt-tabs-title-list > li.kt-tab-title-active > .kt-tab-title {
  background: var(--wp--preset--color--blue) !important;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .wp-block-kadence-tab {
  border: none;
  padding: 30px;
  box-shadow: 0px 3px 12px rgba(84, 2, 147, 0.1019607843);
  background: white;
}
@media (min-width: 992px) {
  body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .wp-block-kadence-tab {
    padding: 50px;
  }
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .wp-block-kadence-tab .kt-tab-inner-content-inner > *:first-child {
  margin-top: 0;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap {
  background: var(--wp--preset--color--light-gray);
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title {
  margin-bottom: 3px;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title > .kt-tab-title {
  background: var(--wp--preset--color--dark-blue);
  color: #fff;
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--dark-blue);
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title > .kt-tab-title:after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-right: 15px;
  transform: 0.3s ease all;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title > .kt-tab-title:hover, body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title > .kt-tab-title:focus {
  background: var(--wp--preset--color--black);
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active > .kt-tab-title {
  background: var(--wp--preset--color--blue);
  border-color: var(--wp--preset--color--blue);
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active > .kt-tab-title:after {
  transform: rotate(90deg);
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active > .kt-tab-title:hover, body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active > .kt-tab-title:focus {
  background: #20a088;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .wp-block-kadence-tab {
  margin-top: -1px;
}

.wp-block-table th {
  background: var(--wp--preset--color--purple);
  color: #fff;
  font-family: "freight-sans-pro", sans-serif;
  text-align: left;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid var(--wp--preset--color--purple);
}
.wp-block-table td {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid var(--wp--preset--color--purple);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: var(--wp--preset--color--light-gray);
}

.wp-block-table.is-scrollable {
  overflow-x: scroll;
  padding-bottom: 20px;
}
