/*!******************************************************************************************************************************************************************!*\
  !*** 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
--------------------------------------------------------------*/
.alignfull {
  width: 100vw;
  margin-left: calc(-1 * (100vw - 1160px) / 2);
  margin-right: auto;
}
@media (max-width: 1440px) {
  .alignfull {
    margin-left: -140px;
  }
}
@media (max-width: 1169px) {
  .alignfull {
    margin-left: -70px;
  }
}
@media (max-width: 767px) {
  .alignfull {
    margin-left: -30px;
  }
}
.alignfull > img {
  width: 100%;
}

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

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
}
@media (max-width: 1169px) {
  .container {
    max-width: 1300px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 1220px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.site-content {
  position: relative;
  z-index: 0;
}

.site-main {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.fine-print,
.is-fine-print {
  font-size: 13px;
  line-height: 1.1538461538em;
}

.large-body,
.is-large-body {
  font-weight: 100;
  font-size: 22px;
  line-height: 1.3846153846em;
}

.is-subhead,
.subhead {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1818181818em;
}

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;
}

.has-curve {
  min-height: calc( 20vw + 1px) !important;
  position: relative;
}
.has-curve.wp-block-kadence-rowlayout > .innerblocks-wrap {
  z-index: 1;
}
.has-curve > * > .kt-row-column-wrap {
  min-height: calc( 20vw + 1px) !important;
}
.has-curve:after {
  content: "";
  height: calc( 20vw + 1px);
  background: url(../images/svg/curve-bottom-purple-1.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.has-curve.has-curve-over:after {
  z-index: 11;
}

.has-curve-bottom-purple-1 {
  min-height: calc( 8.3vw + 1px) !important;
}
.has-curve-bottom-purple-1 > * > .kt-row-column-wrap {
  min-height: calc( 8.3vw + 1px) !important;
}
.has-curve-bottom-purple-1:after {
  height: calc( 8.3vw + 1px);
  background-image: url(../images/svg/curve-bottom-purple-1.svg);
  z-index: 2;
}

.has-curve-bottom-purple-2 {
  min-height: calc( 27vw + 1px) !important;
}
.has-curve-bottom-purple-2 > * > .kt-row-column-wrap {
  min-height: calc( 27vw + 1px) !important;
}
.has-curve-bottom-purple-2:after {
  height: calc( 27vw + 1px);
  background-image: url(../images/svg/curve-bottom-purple-2.svg);
  z-index: 1;
}

.has-curve-bottom-purple-3 {
  min-height: calc( 17.8vw + 1px) !important;
}
.has-curve-bottom-purple-3 > * > .kt-row-column-wrap {
  min-height: calc( 17.8vw + 1px) !important;
}
.has-curve-bottom-purple-3:after {
  height: calc( 17.8vw + 1px);
  background-image: url(../images/svg/curve-bottom-purple-3.svg);
}

.has-curve-bottom-white-1 {
  min-height: calc( 20vw + 1px) !important;
}
.has-curve-bottom-white-1 > * > .kt-row-column-wrap {
  min-height: calc( 20vw + 1px) !important;
}
.has-curve-bottom-white-1:after {
  height: calc( 20vw + 1px);
  background-image: url(../images/svg/curve-bottom-white-1.svg);
}

.has-curve-top-purple-1:after,
.has-curve-top-white-1:after,
.has-curve-top-white-2:after {
  bottom: auto;
  top: -1px;
}

.has-curve-top-purple-1 {
  min-height: calc( 14.4vw + 1px) !important;
}
.has-curve-top-purple-1 > * > .kt-row-column-wrap {
  min-height: calc( 14.4vw + 1px) !important;
}
.has-curve-top-purple-1:after {
  height: calc( 14.4vw + 1px);
  background-image: url(../images/svg/curve-top-purple-1.svg);
}

.has-curve-top-white-1 {
  min-height: calc( 13.5vw + 1px) !important;
}
.has-curve-top-white-1 > * > .kt-row-column-wrap {
  min-height: calc( 13.5vw + 1px) !important;
}
.has-curve-top-white-1:after {
  height: calc( 13.5vw + 1px);
  background-image: url(../images/svg/curve-top-white-1.svg);
}

.has-curve-top-white-2 {
  min-height: calc( 17.4vw + 1px) !important;
}
.has-curve-top-white-2 > * > .kt-row-column-wrap {
  min-height: calc( 17.4vw + 1px) !important;
}
.has-curve-top-white-2:after {
  height: calc( 17.4vw + 1px);
  background-image: url(../images/svg/curve-top-white-2.svg);
}

.has-curve.has-curve-bottom-purple-1.has-faq .wp-block-kadence-accordion button.kt-blocks-accordion-header {
  color: #fff;
}
.has-curve.has-curve-bottom-purple-1.has-faq .kt-accordion-panel-inner {
  background: transparent;
}
.has-curve.has-curve-bottom-purple-1.has-faq .kt-accordion-panel-inner > p, .has-curve.has-curve-bottom-purple-1.has-faq .kt-accordion-panel-inner > ul > li {
  color: #fff;
}

.light-blue-btn > a {
  border-color: #E1FFFF !important;
  color: #E1FFFF !important;
}

.btn.white-to-orange-hover span.decorative-text {
  background: #fff;
  border-color: #fff;
  color: #EA8300;
}

.has-vertical-racetrack:before {
  background: url(../images/svg/racetrack-2.svg);
  content: "";
  display: block;
  height: 1038px;
  margin: 200px 0 0 -825px;
  position: absolute;
  width: 1550px;
}

.has-transparent-racetrack {
  overflow: hidden;
}
.has-transparent-racetrack:before {
  background: url(../images/svg/racetrack-purple.svg);
  content: "";
  display: block;
  height: 1300px;
  position: absolute;
  width: 823px;
  z-index: 1;
}

.has-image-racetrack {
  min-height: 900px;
  overflow: hidden;
  position: relative;
}
.has-image-racetrack:after {
  background: url(../images/svg/racetrack-1.svg);
  background-size: cover;
  content: "";
  display: block;
  height: 1200px;
  margin-top: -200px;
  min-width: 2000px;
  position: absolute;
  top: 0;
  width: 100%;
}

.has-image-shape:before {
  background: url(../images/png/local-fiber-provider.png);
  background-size: cover;
  content: "";
  display: block !important;
  height: 1000px;
  margin: -850px 0 0 -805px;
  position: relative;
  width: 1500px;
}

.fiber.has-purple-racetrack:after {
  margin-top: -850px;
}

.fiber.has-image-racetrack {
  min-height: 995px;
}
.fiber.has-image-racetrack:after {
  margin-top: -100px;
}

.has-left-purple-racetrack:before {
  background: url(../images/svg/shape-1.svg);
  background-size: cover;
  content: "";
  display: block !important;
  height: 960px;
  margin: -775px 0 0 -600px;
  position: relative;
  width: 1345px;
}

.has-purple-racetrack:before {
  background: url(../images/svg/racetrack-2.svg);
  background-size: cover;
  content: "";
  display: block;
  height: 1000px;
  margin-top: -225px;
  position: absolute;
  width: 100vw;
}
.has-purple-racetrack:after {
  background: url(../images/svg/shape-2.svg) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1200px;
  margin-top: -1400px;
  position: absolute;
  right: 0;
  width: 450px;
  z-index: 2;
}

.has-sun:before {
  background: url(../images/svg/circle.svg);
  background-size: cover;
  content: "";
  display: block;
  height: 500px;
  left: 20%;
  margin: -525px 0 0 -100px;
  position: absolute;
  width: 500px;
  z-index: 0;
}
@media (max-width: 1500px) {
  .has-sun:before {
    margin-top: -400px;
  }
}
@media (max-width: 991px) {
  .has-sun:before {
    height: 400px;
    margin: -300px 0 0 -150px;
    width: 400px;
  }
}
@media (max-width: 465px) {
  .has-sun:before {
    height: 200px;
    margin: -150px 0 0 -75px;
    width: 200px;
  }
}

@media (max-width: 1270px) {
  .fiber.has-image-racetrack {
    min-height: 500px;
  }
  .fiber.has-image-racetrack:after {
    margin-top: -595px;
  }
  .has-left-purple-racetrack:before {
    height: 700px;
    margin: -540px 0 0 -480px;
    width: 1000px;
  }
  .has-purple-racetrack:after {
    margin-top: -1200px;
    height: 1000px;
    width: 300px;
  }
  .has-vertical-racetrack:before {
    background-size: cover;
    height: 565px;
    margin: 325px 0 0 -600px;
    width: 1085px;
  }
}
@media (max-width: 767px) {
  .has-curve.has-curve-bottom-white-1.doorstep-row > .kt-row-layout-inner {
    background-size: 290px 100% !important;
    background-position: 0 186px !important;
  }
  .has-vertical-racetrack {
    overflow: hidden;
  }
  .has-vertical-racetrack:before {
    background-image: url(../images/svg/racetrack-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    height: 765px;
    margin: -300px 0 0 -16px;
    transform: rotate(189deg);
    width: 1035px;
  }
  .hide-shape:before {
    visibility: hidden;
  }
  .fiber.has-image-racetrack.show-racetrack:after {
    margin-top: -5px;
    margin-left: -120px;
    width: 922px;
  }
  .has-left-purple-racetrack:before {
    height: 450px;
    margin: -430px 0 0 -315px;
    width: 650px;
  }
  .has-image-racetrack {
    min-height: 500px;
  }
  .has-image-racetrack:after {
    height: 800px;
    min-width: unset;
    margin-top: 0;
  }
  .has-image-shape:before {
    height: 500px;
    margin: -400px 0 0 -400px;
    width: 750px;
  }
  .has-purple-racetrack:after {
    display: none;
  }
  .has-sun:before {
    height: 250px;
    margin: -240px 0 0 -100px;
    width: 250px;
  }
}
@media (max-width: 486px) {
  .has-curve.has-curve-bottom-white-1.doorstep-row > .kt-row-layout-inner {
    background-size: 250px 100% !important;
    background-position: 0 240px !important;
  }
}
/* ==== ELEMENTS ============================================= */
html {
  box-sizing: border-box;
}

body {
  color: var(--wp--preset--color--black);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  -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: "Montserrat", sans-serif;
  font-weight: 700;
  overflow-wrap: normal;
}

h1, .like-h1 {
  font-size: 100px;
  line-height: 1.2em;
  font-weight: 700;
}

h2, .like-h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1333333333em;
  letter-spacing: 0.01em;
}

h3, .like-h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}

h4, .like-h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.125em;
}

h5, .like-h5 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1538461538em;
}

h6, .like-h6 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1818181818em;
}

@media (max-width: 1270px) {
  h1, .like-h1 {
    font-size: 60px;
  }
  h2, .like-h2 {
    font-size: 40px;
  }
  h3, .like-h3 {
    font-size: 32px;
  }
  h4, .like-h4 {
    font-size: 26px;
  }
  h5, .like-h5 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  h1, .like-h1 {
    font-size: 40px;
  }
  h2, .like-h2 {
    font-size: 32px;
  }
  h3, .like-h3 {
    font-size: 26px;
  }
  h4, .like-h4 {
    font-size: 22px;
  }
  h5, .like-h5 {
    font-size: 18px;
  }
}
hr {
  border-top-width: 3px;
  margin-bottom: 1.5em;
  border-color: #ccc;
}
hr.wp-block-separator {
  border-bottom: none;
}

p {
  margin-bottom: 1.5em;
}
p a {
  text-decoration: underline;
}
p a:not([class]) {
  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--purple);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: var(--wp--preset--color--purple);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
ul > li, ol > li {
  padding-left: 10px;
}

ul {
  list-style: disc;
}
ul > li {
  margin: 1em 0;
}

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;
}

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

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

/* ==== BUTTONS ============================================= */
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.wp-block-button > .wp-block-button__link,
.btn {
  display: inline-block;
  padding: 20px 35px;
  font-size: 14px;
  line-height: 1.4285714286em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0px;
  border: 2px solid var(--wp--preset--color--purple);
  background: none;
  color: var(--wp--preset--color--purple);
  position: relative;
  border-radius: 35px;
  text-decoration: none;
  text-align: center;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .decorative-text,
.wp-block-button > .wp-block-button__link .decorative-text,
.btn .decorative-text {
  pointer-events: none;
  clip-path: circle(0% at 0% 100%);
  clip-path: ellipse(10% 10% at 0% 110%);
  position: absolute;
  padding: inherit;
  line-height: 1.6428571429em;
  border-radius: inherit;
  border: 0px solid;
  border-color: transparent;
  color: #fff;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  overflow: hidden;
  transition: 0.5s ease-in clip-path;
  background: var(--wp--preset--gradient--yellow-to-red);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.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--purple);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover .decorative-text, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus .decorative-text,
.wp-block-button > .wp-block-button__link:hover .decorative-text,
.wp-block-button > .wp-block-button__link:focus .decorative-text,
.btn:hover .decorative-text,
.btn:focus .decorative-text {
  clip-path: ellipse(100% 100% at 50% 50%);
  transition: 0.3s ease-out clip-path;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active,
.wp-block-button > .wp-block-button__link:active,
.btn:active {
  transform: scale(0.96);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4470588235);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern[disabled],
.wp-block-button > .wp-block-button__link[disabled],
.btn[disabled] {
  pointer-events: none;
  border-color: #999;
  color: #999;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-purple-color,
.wp-block-button > .wp-block-button__link.has-purple-color,
.btn.has-purple-color {
  border-color: var(--wp--preset--color--purple);
  background: none;
  color: var(--wp--preset--color--purple);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-purple-color:not(.has-decorative-text):hover, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-purple-color:not(.has-decorative-text):focus,
.wp-block-button > .wp-block-button__link.has-purple-color:not(.has-decorative-text):hover,
.wp-block-button > .wp-block-button__link.has-purple-color:not(.has-decorative-text):focus,
.btn.has-purple-color:not(.has-decorative-text):hover,
.btn.has-purple-color:not(.has-decorative-text):focus {
  background: var(--wp--preset--color--purple);
  color: #fff !important;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-orange-color,
.wp-block-button > .wp-block-button__link.has-orange-color,
.btn.has-orange-color {
  border-color: var(--wp--preset--color--orange);
  background: none;
  color: var(--wp--preset--color--orange);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-orange-color:not(.has-decorative-text):hover, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-orange-color:not(.has-decorative-text):focus,
.wp-block-button > .wp-block-button__link.has-orange-color:not(.has-decorative-text):hover,
.wp-block-button > .wp-block-button__link.has-orange-color:not(.has-decorative-text):focus,
.btn.has-orange-color:not(.has-decorative-text):hover,
.btn.has-orange-color:not(.has-decorative-text):focus {
  background: var(--wp--preset--color--orange);
  color: #fff !important;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-blue-color,
.wp-block-button > .wp-block-button__link.has-blue-color,
.btn.has-blue-color {
  border-color: var(--wp--preset--color--blue);
  background: none;
  color: var(--wp--preset--color--blue);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-blue-color:not(.has-decorative-text):hover, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-blue-color:not(.has-decorative-text):focus,
.wp-block-button > .wp-block-button__link.has-blue-color:not(.has-decorative-text):hover,
.wp-block-button > .wp-block-button__link.has-blue-color:not(.has-decorative-text):focus,
.btn.has-blue-color:not(.has-decorative-text):hover,
.btn.has-blue-color:not(.has-decorative-text):focus {
  background: var(--wp--preset--color--blue);
  color: #fff !important;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-white-color,
.wp-block-button > .wp-block-button__link.has-white-color,
.btn.has-white-color {
  border-color: var(--wp--preset--color--white);
  background: none;
  color: var(--wp--preset--color--white);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-white-color:not(.has-decorative-text):hover, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-white-color:not(.has-decorative-text):focus,
.wp-block-button > .wp-block-button__link.has-white-color:not(.has-decorative-text):hover,
.wp-block-button > .wp-block-button__link.has-white-color:not(.has-decorative-text):focus,
.btn.has-white-color:not(.has-decorative-text):hover,
.btn.has-white-color:not(.has-decorative-text):focus {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--purple) !important;
}

.wp-block-button.is-size-small > .wp-block-button__link,
.wp-block-button__link.is-size-small,
.btn.is-size-small {
  font-size: 10px;
  padding: 17px 27px;
  border-radius: 31px;
}
.wp-block-button.is-size-small > .wp-block-button__link .decorative-text,
.wp-block-button__link.is-size-small .decorative-text,
.btn.is-size-small .decorative-text {
  line-height: 1.75em;
}

.wp-block-button.is-size-large > .wp-block-button__link,
.wp-block-button__link.is-size-large,
.btn.is-size-large {
  font-size: 19px;
  padding: 29px 54px;
  border-radius: 44px;
}

.wp-block-button.is-style-fill > .wp-block-button__link .decorative-text,
.wp-block-button__link.is-style-fill .decorative-text,
.btn.is-style-fill .decorative-text {
  clip-path: inset(0px 0% -1px -1px);
}
.button-group .btn-primary {
  margin-right: 8px;
}
.button-group .btn-secondary {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}
.button-group .btn-secondary:hover, .button-group .btn-secondary:focus {
  text-decoration: underline;
}
.button-group .btn-secondary:hover .decorative-text, .button-group .btn-secondary:focus .decorative-text {
  display: none;
}
.button-group .btn.aligncenter {
  margin-left: 0;
}
.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: #f1f1f1;
  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: 0;
}
body .kt-accordion-pane + .kt-accordion-pane {
  margin-top: 3px;
}
body .kt-accordion-block .kt-blocks-accordion-header {
  background: var(--wp--preset--color--purple);
  color: #fff;
  border-radius: 0;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-right: 60px;
  padding-top: 23px;
  padding-bottom: 20px;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1.3333333333em;
  transition: none;
}
html.wp-toolbar body .kt-accordion-block .kt-blocks-accordion-header {
  background: var(--wp--preset--color--purple) !important;
}
body .kt-accordion-block .kt-blocks-accordion-header:hover {
  background: #3e2892;
  color: #fff;
}
body .kt-accordion-block .kt-blocks-accordion-header:focus {
  outline: 0;
}
body .kt-accordion-block .kt-blocks-accordion-header:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  vertical-align: middle;
}
body .kt-accordion-block .kt-blocks-accordion-header:after {
  content: "";
  border-width: 2px;
  position: absolute;
  right: 20px;
  transition: 0.2s ease all;
  transform-origin: center center !important;
}
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--yellow-to-red);
  color: #fff;
}
body .kt-accordion-block .kt-blocks-accordion-header.kt-accordion-panel-active:hover {
  color: #fff;
}
body .kt-accordion-block .kt-blocks-accordion-header.kt-accordion-panel-active:after {
  transform: rotate(45deg);
  margin-top: -4px;
}
body .kt-accordion-panel-inner {
  border: 1px solid transparent;
  border-bottom-color: transparent;
  background: #fff;
  margin-top: -1px;
  padding: 15px 30px;
}
@media (min-width: 992px) {
  body .kt-accordion-panel-inner {
    padding: 35px 50px;
  }
}
body .wp-block-kadence-accordion.aligncenter.has-style-simple .kt-accordion-block .kt-blocks-accordion-header {
  margin: 0 auto;
}
body .wp-block-kadence-accordion.has-style-simple .kt-accordion-block .kt-blocks-accordion-header {
  background: none;
  color: inherit;
  padding-left: 40px;
  font-weight: bold;
  width: fit-content;
  padding-right: 0;
}
body .wp-block-kadence-accordion.has-style-simple .kt-accordion-block .kt-blocks-accordion-header:after {
  left: 0;
  right: auto;
  border-right-width: 3px;
  border-bottom-width: 3px;
  margin-top: 0;
}
body .wp-block-kadence-accordion.has-style-simple .kt-accordion-block .kt-blocks-accordion-header.kt-accordion-panel-active:after {
  margin-top: -4px;
}
body .wp-block-kadence-accordion.has-style-simple .kt-accordion-panel-inner {
  padding-left: 0;
  padding-right: 0;
}

.site-content {
  position: relative;
  z-index: 0;
}
.site-content article > p:last-child:empty {
  display: none;
}

.site-footer {
  position: relative;
  z-index: 1;
  background: var(--wp--preset--color--purple) url(../images/svg/footer-graphic.svg) no-repeat right bottom;
  background-size: 991px auto;
  color: #fff;
  padding: 60px 0;
  min-height: 28vw;
}
.site-footer a {
  color: inherit;
}
.site-footer .footer-content {
  padding-right: 50%;
}
.site-footer .like-h3 {
  line-height: 1.2em;
}
.site-footer .like-h3 a {
  display: inline-block;
}
@media (max-width: 1400px) {
  .site-footer h2 {
    font-size: 3vw;
  }
  .site-footer .like-h3 {
    font-size: 2vw;
  }
}
@media (max-width: 991px) {
  .site-footer {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .site-footer {
    background: var(--wp--preset--color--dark-green);
    text-align: center;
  }
  .site-footer h2 {
    font-size: 26px;
  }
  .site-footer .like-h3 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .site-footer .like-h3 a {
    display: inline-block;
  }
  .site-footer .footer-content {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .site-footer .like-h3 {
    font-size: 4vw;
    line-height: 1.3em;
  }
}

body {
  padding-top: 72px;
}

.site-header {
  position: fixed;
  top: 0;
  padding: 30px 0;
  color: var(--wp--preset--color--purple);
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
body.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
.site-header > .container {
  display: flex;
  align-items: center;
  max-width: none;
  padding-left: 45px;
}
.site-header > .container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 145.35px;
  pointer-events: none;
  width: 542.3px;
  background: url(../images/svg/top-nav.svg) no-repeat top left;
  background-size: contain;
}
.site-header > .container > * {
  position: relative;
}
.site-header .site-branding {
  width: 82px;
  margin-right: 50px;
  pointer-events: auto;
  display: flex;
  display: flex;
  align-items: center;
}
.site-header .site-branding > a {
  color: inherit;
}
.site-header .site-branding svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
.site-header .site-branding svg * {
  fill: currentColor !important;
}
.site-header .site-branding svg .fullLogo {
  transform: rotate(0deg) translate(-375.633px, -22.795px);
  transition: 0.5s ease all;
  transform-origin: center center;
}
.site-header .site-branding svg .fullLogo-2 {
  transform: rotate(0deg) translate(-388.457px, -22.795px);
  transform-origin: center center;
  transition: 0.6s ease all;
}
.site-header .site-branding > a:hover svg .fullLogo, .site-header .site-branding > a:focus svg .fullLogo {
  transform: rotate(180deg) translate(-375.633px, -22.795px);
  transform-origin: center center;
}
.site-header .site-branding > a:hover svg .fullLogo-2, .site-header .site-branding > a:focus svg .fullLogo-2 {
  transform: rotate(180deg) translate(-388.457px, -22.795px);
  transform-origin: center center;
}
.site-header .top-left-menu-container .menu {
  display: flex;
  padding: 0;
}
.site-header .top-left-menu-container .menu > li {
  list-style: none;
  margin: 0;
}
.site-header .top-left-menu-container .menu > li > a {
  transition: 0.3s ease all;
  pointer-events: auto;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--wp--preset--color--purple);
  padding: 5px 15px;
}
@media (max-width: 767px) {
  body.nav-is-open-primary-navigation-container .site-header {
    z-index: 100;
    color: #fff;
  }
  body.nav-is-open-primary-navigation-container .site-header > .container:before {
    display: none;
  }
  .site-header > .container {
    padding-left: 30px;
  }
  .site-header > .container:before {
    height: 125px;
    width: 480px;
    margin-left: -100px;
    background-position: right top;
  }
  .site-header .site-branding {
    width: 41px;
    margin-right: 20px;
  }
  .site-header .site-branding > a {
    padding-top: 6px;
  }
  .site-header .top-left-menu-container .menu > li > a {
    color: inherit;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 520px) {
  .site-header .site-branding {
    margin-right: 15px;
  }
  .site-header .top-left-menu-container .menu > li > a {
    font-size: 2.5vw;
  }
}

body.nav-is-open {
  overflow: hidden;
}
body.nav-is-open.nav-is-open-primary-navigation-container #content,
body.nav-is-open.nav-is-open-primary-navigation-container .site-footer {
  filter: blur(3px);
  opacity: 0.5;
}

nav.menu-container-primary {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 500px;
  z-index: 10;
  transition: 0.3s ease all;
  transform: translateX(370px);
  pointer-events: none;
}
nav.menu-container-primary.is-hovered .primary-menu-content:before {
  transform: translateX(20px);
}
nav.menu-container-primary.is-visible {
  transform: translateX(0px);
}
nav.menu-container-primary.is-visible .primary-menu-container {
  pointer-events: auto;
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
nav.menu-container-primary.is-visible .primary-menu-content > .inner-container {
  pointer-events: auto;
}
nav.menu-container-primary.is-visible .primary-menu-content .background svg path {
  pointer-events: none;
}
nav.menu-container-primary.is-visible .primary-menu-content:before {
  transform: translateX(0px);
}
nav.menu-container-primary .primary-menu-header {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 0;
  left: 0;
  padding: 50px;
  pointer-events: none;
  transform: translateZ(0);
}
nav.menu-container-primary .primary-menu-header .menu-button {
  pointer-events: auto;
}
nav.menu-container-primary .primary-menu-header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.menu-container-primary .primary-menu-header .site-branding {
  display: none;
}
nav.menu-container-primary .primary-menu-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 23% 0 0 -120px;
  width: 231.5px;
  height: 284.393px;
  background: url(../images/svg/sidebar-birds.svg) no-repeat top left;
  transform: translateX(200px);
  transition: 0.4s ease all;
}
nav.menu-container-primary .primary-menu-content .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
nav.menu-container-primary .primary-menu-content .background svg.sidebar-svg {
  width: 100%;
  height: 100%;
  min-height: 600px;
}
nav.menu-container-primary .primary-menu-content .background svg.sidebar-svg path {
  cursor: pointer;
  pointer-events: auto;
}
nav.menu-container-primary .primary-menu-content .background svg.sidebar-mobile-svg {
  display: none;
}
nav.menu-container-primary .primary-menu-content .background svg.sidebar-mobile-svg path {
  cursor: pointer;
  pointer-events: auto;
}
nav.menu-container-primary .primary-menu-content > .inner-container {
  position: relative;
  padding: 140px 120px 120px;
  overflow: scroll;
  height: 100vh;
  pointer-events: none;
}
nav.menu-container-primary .primary-menu-content > .inner-container > img {
  width: 200px;
  margin-left: auto;
  display: block;
  mix-blend-mode: multiply;
}
nav.menu-container-primary .primary-menu-container {
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: right;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-100px);
  transition: 0.3s ease all;
}
nav.menu-container-primary .primary-menu-container .menu {
  display: block;
  list-style: none;
  padding-left: 0;
}
nav.menu-container-primary .primary-menu-container .menu > li {
  margin: 20px 0;
  padding: 0;
}
nav.menu-container-primary .primary-menu-container .menu > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.1538461538em;
}
nav.menu-container-primary .primary-menu-container .menu > li > a:after {
  left: 0;
}
nav.menu-container-primary .primary-menu-container .menu > li .sub-menu-toggle[aria-expanded=true] + .sub-menu {
  display: block;
}
nav.menu-container-primary .primary-menu-container .menu > li .sub-menu-toggle {
  margin-right: 0;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
  display: none;
}
nav.menu-container-primary .primary-menu-container .menu > li .sub-menu-toggle:after {
  width: 16px;
  height: 16px;
  margin-left: 0px;
  margin-top: -8px;
}
nav.menu-container-primary .primary-menu-container .menu > li .sub-menu-toggle[aria-expanded=true]:after {
  margin-top: 6px;
  margin-left: 3px;
  transform: rotate(225deg);
}
nav.menu-container-primary .primary-menu-container .sub-menu {
  width: 100%;
  position: static;
  background: none;
  padding: 0;
  margin: 10px 0 30px 0;
  box-shadow: none;
  opacity: 1;
  transform: none;
  display: block;
  list-style: none;
}
nav.menu-container-primary .primary-menu-container .sub-menu:before {
  display: none;
}
nav.menu-container-primary .primary-menu-container .sub-menu > li {
  margin: 5px 0;
  background: none;
  padding: 0;
}
nav.menu-container-primary .primary-menu-container .sub-menu > li > a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #fff;
  display: block;
  padding: 4px 0;
}
nav.menu-container-primary .primary-menu-container .sub-menu .sub-menu {
  margin: 0 0 25px;
}
nav.menu-container-primary .primary-menu-container .sub-menu .sub-menu > li > a {
  font-style: italic;
  letter-spacing: 0.05em;
  font-size: 18px;
  text-transform: none;
  padding: 4px 0;
}
@media (max-width: 767px) {
  nav.menu-container-primary {
    transform: translateX(0px);
    width: 100vw;
  }
  nav.menu-container-primary .primary-menu-header {
    padding: 30px 30px;
    left: auto;
    right: 0;
  }
  nav.menu-container-primary .primary-menu-content {
    transform: translateX(100vw);
    width: 100vw;
    transition: 0.3s ease all;
  }
  nav.menu-container-primary .primary-menu-content > .inner-container {
    padding-right: 100px;
    padding-top: 100px;
    padding-left: 50px;
  }
  nav.menu-container-primary .primary-menu-content .background {
    margin-left: -140px;
    width: calc(100% + 140px);
    min-width: 550px;
  }
  nav.menu-container-primary .primary-menu-content .background svg.sidebar-svg {
    display: none;
  }
  nav.menu-container-primary .primary-menu-content .background svg.sidebar-mobile-svg {
    display: block;
    width: 100%;
    height: auto;
  }
  nav.menu-container-primary.is-visible .primary-menu-content {
    transform: translateX(0);
  }
}

.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;
  position: relative;
}
.menu-button .button-text {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 100%;
  font-size: 12px;
  width: 40px;
  text-transform: uppercase;
  letter-spacing: 1.56px;
}
.menu-button .button-text.close {
  display: none;
}
.menu-button[aria-expanded*=true] .button-text.open {
  display: none;
}
.menu-button[aria-expanded*=true] .button-text.close {
  display: flex;
}

.menu-icon {
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  width: 40px;
  height: 24px;
  display: inline-flex;
  border-color: #fff;
  color: inherit;
}
.menu-icon > * {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  height: 4px;
  background: currentColor;
  width: 100%;
  transition: 0.3s;
  border-radius: 2px;
}
.menu-icon > .top {
  top: 0;
}
.menu-icon > .middle {
  top: 50%;
  margin-top: -2px;
}
.menu-icon > .bottom {
  top: 20px;
  margin-bottom: -2px;
}
.menu-icon .close-text {
  display: none;
}
.menu-button[aria-expanded=false] .menu-icon:hover > .top, .menu-button[aria-expanded=false] .menu-icon:focus > .top {
  transform: translateX(-2px);
}
.menu-button[aria-expanded=false] .menu-icon:hover > .middle, .menu-button[aria-expanded=false] .menu-icon:focus > .middle {
  transform: translateX(-6px);
}
.menu-button[aria-expanded=false] .menu-icon:hover > .bottom, .menu-button[aria-expanded=false] .menu-icon:focus > .bottom {
  transform: translateX(2px);
}
.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(-45deg);
}

.post-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.post-list > article {
  background: #efefef;
  padding: 30px;
  border-radius: 20px;
}
.post-list > article .entry-title {
  margin-top: 0;
}
.post-list .entry-title {
  font-size: 24px;
}

/* ==== GENERAL MAGNIFIC ============================================= */
body .mfp-bg {
  background: rgba(0, 0, 0, 0.65);
  background-blend-mode: darken;
  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--red);
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding-top: 1px;
  font-size: 34px;
}
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--red);
  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: #333;
}
@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: 1;
}
.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 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border-radius: 12px;
  display: none;
  text-align: left;
  overflow: hidden;
}
.popup:after {
  content: "";
  display: table;
  clear: both;
}
.popup > .header {
  padding: 60px 55px 15px;
}
.popup > .header .popup-title {
  margin: 0;
}
.popup > .header .popup-title:after {
  display: none !important;
}
.popup,
.popup > .inner-container {
  padding: 30px 55px;
}
.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) {
  .mfp-content {
    text-align: center;
    padding: 60px 50px;
  }
  .popup > .header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .popup,
  .popup > .inner-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 400px) {
  .mfp-content {
    padding: 60px 30px;
  }
}
body.search {
  padding-top: 0;
}
body.search #content {
  padding-bottom: 80px;
}
body.search .no-results.not-found .page-title {
  margin-top: 0;
  color: #333;
  font-size: 24px;
}
body.search .page-title {
  font-size: 40px;
  color: var(--wp--preset--color--purple);
  margin-top: 100px;
  position: relative;
}
body.search .page-title .back-link {
  position: absolute;
  font-size: 16px;
  bottom: 100%;
  color: #333;
}
body.search .page-title .back-link:hover, body.search .page-title .back-link:focus {
  color: var(--wp--preset--color--purple);
}
body.search .page-title > span {
  color: var(--wp--preset--color--black);
}
body.search .page-title > span:before {
  content: '"';
}
body.search .page-title > span:after {
  content: '"';
}
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-radius: 0;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 40px;
  transition: none;
}
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--yellow-to-red);
  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--gradient--yellow-to-red) !important;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .wp-block-kadence-tab {
  border: none;
  padding: 30px;
}
@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: #fff;
}
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--purple);
  color: #fff;
  border-radius: 0;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: none;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title > .kt-tab-title:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  vertical-align: middle;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title > .kt-tab-title:after {
  content: "";
  border-width: 3px;
  position: absolute;
  right: 20px;
  transition: 0.2s ease all;
  transform-origin: center center !important;
}
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: #3e2892;
}
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--gradient--yellow-to-red);
  border-color: transparent;
}
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(45deg);
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .wp-block-kadence-tab {
  margin-bottom: 3px;
  margin-top: -1px;
  box-shadow: 0px 0px 5px rgba(55, 55, 55, 0.16);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
table thead tr {
  background: var(--wp--preset--color--purple);
}
table thead tr > th {
  background: var(--wp--preset--color--purple);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 15px 15px;
  border: 0px;
  text-align: left;
}
table tr > td {
  border: 0px;
  padding: 15px 15px;
  background: #fff;
  font-size: 14px;
  color: var(--wp--preset--color--black);
}
table tr + tr > td {
  border-top: 1px solid #999;
}
table.is-style-stripes, .wp-block-table.is-style-stripes table {
  border-bottom: 1px solid #efefef;
}
table.is-style-stripes tr:nth-child(2n+0) td, .wp-block-table.is-style-stripes table tr:nth-child(2n+0) td {
  background: #efefef;
}
table.has-dark-background thead tr, .wp-block-table.has-dark-background table thead tr {
  background: var(--wp--preset--color--white);
}
table.has-dark-background thead tr > th, .wp-block-table.has-dark-background table thead tr > th {
  background: var(--wp--preset--color--white);
  color: darkblue;
  font-family: "Montserrat", sans-serif;
  padding: 15px 15px;
  border: 0px;
  text-align: left;
}
table.has-dark-background tr > td, .wp-block-table.has-dark-background table tr > td {
  color: var(--wp--preset--color--white);
  background: none;
}
table.has-dark-background tr + tr > td, .wp-block-table.has-dark-background table tr + tr > td {
  border-top: 1px solid var(--wp--preset--color--white);
}
table.is-style-stripes.has-dark-background thead tr, .is-style-stripes.wp-block-table.has-dark-background table thead tr {
  background: var(--wp--preset--color--white) !important;
}
table.is-style-stripes.has-dark-background tr + tr > td, .is-style-stripes.wp-block-table.has-dark-background table tr + tr > td {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
table.is-style-stripes.has-dark-background tr:nth-child(odd), .is-style-stripes.wp-block-table.has-dark-background table tr:nth-child(odd) {
  background: none;
}
table.is-style-stripes.has-dark-background tr:nth-child(odd) td, .is-style-stripes.wp-block-table.has-dark-background table tr:nth-child(odd) td {
  background: none;
}
table.is-style-stripes.has-dark-background tr:nth-child(2n+0) td, .is-style-stripes.wp-block-table.has-dark-background table tr:nth-child(2n+0) td {
  background: rgba(255, 255, 255, 0.1);
}

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