/*
Theme Name:		Mischa Communications v3
Author:			801red
Author URI: 	http://www.801red.com
Version: 		1.1
Text Domain: 	mischa_v3
*/

/* IMPORTS */
@import url(assets/css/reset.css);
/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.elementor-element.fadeInDown {
    animation-name: fadeDown;
}
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.elementor-element.fadeInLeft {
    animation-name: fadeLeft;
}
@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.elementor-element.fadeInRight {
    animation-name: fadeRight;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.elementor-element.fadeInUp {
    animation-name: fadeUp;
}

html.mc-hero-booting body.home:not(.elementor-editor-active):not(.mc-hero-ready) {
    background-color: #030017;
}

html.mc-hero-booting
    body.home:not(.elementor-editor-active):not(.mc-hero-ready)
    .mc-overlap-section {
    opacity: 0;
    visibility: hidden;
}

html.mc-hero-booting
    body.home:not(.elementor-editor-active):not(.mc-hero-ready)
    .mischa-header-home {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

body.home:not(.elementor-editor-active) .mc-intro-container::after {
    content: "";
    position: absolute !important;
    inset: 0 !important;
    z-index: 100 !important;
    display: block !important;
    background-color: #030017;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.75s ease,
        visibility 0s linear 0.75s;
}

html.mc-hero-booting
    body.home:not(.elementor-editor-active):not(.mc-hero-ready)
    .mc-intro-container::after {
    opacity: 1;
    visibility: visible;
    transition: none;
}

body.home:not(.elementor-editor-active).mc-hero-revealing
    .mc-intro-container::after {
    opacity: 0;
    visibility: visible;
    transition: opacity 0.75s ease;
}

/* Elementor off-canvas loading fixes */
.elementor-widget-off-canvas.mc-off-canvas-managed {
    --e-off-canvas-animation-duration: 0ms !important;
    position: static !important;
}
.elementor-widget-off-canvas.mc-off-canvas-managed .e-off-canvas {
    --e-off-canvas-animation-duration: 0ms !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 10001 !important;
    display: block !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: none !important;
}
.elementor-widget-off-canvas.mc-off-canvas-managed
    .e-off-canvas[aria-hidden="false"],
.elementor-widget-off-canvas.mc-off-canvas-managed
    .e-off-canvas.mc-off-canvas-is-open {
    visibility: visible !important;
    pointer-events: auto !important;
}
.elementor-widget-off-canvas.mc-off-canvas-managed .e-off-canvas__overlay {
    position: absolute !important;
    inset: 0 !important;
    background-color: rgba(0, 0, 28, 0.44);
    opacity: 1 !important;
    transition: none !important;
}
.elementor-widget-off-canvas.mc-off-canvas-managed .e-off-canvas__main {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) !important;
    backface-visibility: hidden;
    transition: none !important;
}
.elementor-widget-off-canvas.mc-off-canvas-managed .e-off-canvas__main.animated,
.elementor-widget-off-canvas.mc-off-canvas-managed
    .e-off-canvas__content
    .animated {
    -webkit-animation: none !important;
    animation: none !important;
}
.elementor-widget-off-canvas.mc-off-canvas-managed
    .e-off-canvas__content
    .animated,
.elementor-widget-off-canvas.mc-off-canvas-managed
    .e-off-canvas__content
    .elementor-invisible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    animation-delay: 0s !important;
    transition-delay: 0s !important;
}
.elementor-widget-off-canvas.mc-off-canvas-managed .e-off-canvas__content {
    height: 100%;
    overflow-y: auto;
}

html.mc-off-canvas-open,
body.mc-off-canvas-open {
    overflow: hidden !important;
}

body.home.mc-off-canvas-open .mischa-header-home {
    background-color: transparent !important;
}

/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */

/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

/* BASIC SETUP */
body {
    font-size: 14px;
    overflow-x: clip;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display: block;
    height: 96px; /* fixed header height*/
    margin: -96px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
}

/* TYPOGRAPHY */

/* Headings */
.title-mask h1 {
	font-size: clamp(5rem, 16vw - 2rem, 8rem) !important;
}


/* Text elements */
p:last-child {
    margin-bottom: 0 !important;
    margin-block-end: 0 !important;
}
p,
li {
}
strong,
.bold {
    font-weight: 700;
}
em {
    font-style: italic;
}
p:last-child {
    margin-bottom: 0;
}
a,
a:focus {
    outline: none;
}
a:hover {
}
a[href^="tel:"] {
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
blockquote p:before {
    content: open-quote;
}
blockquote p:after {
    content: close-quote;
}
blockquote {
}

/* TABLES */
table {
    width: 100%;
}
tr {
    height: 40;
}
th {
    vertical-align: middle;
    text-align: right;
    padding: 0 10;
}
td {
    padding: 6px;
}
table.lined td {
    border-bottom: 1px dotted #ddd;
}

/* FORMS */
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
textarea {
    border: solid 1px #999;
    width: 100%;
    padding: 14px !important;
    border-radius: 6px;
}
input::placeholder {
    font-size: 12px;
}
input.radio {
    width: auto;
}

/* TAGS */
.overlay::before {
    mix-blend-mode: multiply !important;
}
.blur {
    backdrop-filter: blur(10px);
}
.blue-highlight span {
    color: #009fe3;
}

/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-container.justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-container.justify-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex-container.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-container.justify-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-container.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-container.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-container.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex-container.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-container.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.grid {
    max-width: 1200px;
    margin: auto;
}

/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */

.header {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100% !important;
    z-index: 9999 !important;
}

/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------- */

.e-off-canvas__content {
    max-width: 600px;
}

.mischa-header-home .elementor-widget-off-canvas .elementor-icon-box-wrapper,
.mischa-header-home .elementor-widget-off-canvas .elementor-icon-box-wrapper *,
.mischa-header-home .elementor-widget-off-canvas a[href*="off_canvas"],
.mischa-header-home .elementor-widget-off-canvas a[href*="off_canvas"] * {
    cursor: pointer !important;
}

.main-menu .open {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #cccdd2;
    font-size: 16px;
}
.main-menu .open span {
    position: absolute;
    transition: 300ms;
    background: white;
    border-radius: 2px;
}
.main-menu .open span:first-child {
    top: 25%;
    bottom: 25%;
    width: 10%;
    left: 45%;
}
.main-menu .open span:last-child {
    left: 25%;
    right: 25%;
    height: 10%;
    top: 45%;
}
.main-menu .close .open span {
    transform: rotate(90deg);
}
.main-menu .close .open span:last-child {
    left: 50%;
    right: 50%;
}
.main-menu .children,
.main-menu .grandchild {
    display: none;
}
.main-menu .children::before {
    content: "";
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    height: calc(100% - 24px);
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

/* MAIN NAVIGATION */

/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- */

/*=========================
	HOME PAGE
=========================*/

/* Hero Mask */

body .mc-intro-shell {
    --mc-hero-shell-min-height: 100svh;
    --mc-hero-inline-pad: 32px;
    --mc-hero-top-pad: calc(96px + clamp(20px, 4svh, 48px));
    --mc-hero-bottom-pad: clamp(32px, 6svh, 72px);
    --mc-hero-content-max: 1460px;
    --mc-hero-gap: clamp(20px, 3vw, 48px);
    --mc-hero-copy-measure: 28ch;
    --mc-hero-left-max: 680px;
    --mc-hero-right-max: 420px;
    --mc-hero-eyebrow-size: clamp(0.95rem, 1.1vw, 1.1rem);
    --mc-hero-title-size: clamp(3.6rem, 8.4vw, 8rem);
    --mc-hero-subtitle-size: clamp(2.35rem, 5.4vw, 4.8rem);
    --mc-hero-body-size: clamp(1rem, 1.25vw, 1.375rem);
    --mc-hero-bg-size: clamp(4.5rem, 11vw, 10rem);
    --mc-hero-logo-height: clamp(150px, 15vw, 220px);
    --mc-hero-logo-max-width: min(86vw, 1120px);
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: var(--mc-hero-shell-min-height);
    overflow-x: clip;
    z-index: 1;
}

body .mc-intro-container {
    position: relative;
    isolation: isolate;
    display: block !important;
    min-height: 100vh !important;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 0 !important;
    overflow: hidden !important;
    background-color: #030017;
    overflow-x: clip !important;
    z-index: 1;
}

body .mc-intro-container > .mc-mask-layer,
body .mc-intro-container > .mc-pinned-text {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
}

body .mc-intro-container > .mc-mask-layer {
    z-index: 2 !important;
    display: block !important;
    pointer-events: none !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    will-change: opacity;
}

body .mc-intro-container > .mc-mask-layer > .elementor-widget-html,
body
    .mc-intro-container
    > .mc-mask-layer
    > .elementor-widget-html
    > .elementor-widget-container,
body .mc-intro-container .mc-mask-mount,
body .mc-intro-container .mc-mask-mount svg {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body .mc-intro-container .mc-mask-mount svg {
    overflow: hidden !important;
}

body .pin-spacer.pin-spacer-mc-intro {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

body .pin-spacer.pin-spacer-mc-intro > .mc-intro-shell {
    width: 100% !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100svh !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
    max-height: 100vh !important;
    max-height: 100svh !important;
    margin: 0 !important;
}

body .pin-spacer.pin-spacer-mc-intro > .mc-intro-shell > .mc-intro-container {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
}

body .mc-intro-container > .mc-pinned-text {
    z-index: 3 !important;
    display: block !important;
    pointer-events: none !important;
    overflow-x: clip !important;
}

body:not(.elementor-editor-active) .mc-intro-container > .mc-pinned-text {
    opacity: 0 !important;
    visibility: hidden !important;
}

body:not(.elementor-editor-active)
    .mc-intro-container.mc-text-ready
    > .mc-pinned-text {
    opacity: 1 !important;
    visibility: visible !important;
}

body .mc-intro-container .mc-pinned-inner {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    width: min(
        calc(100% - 64px),
        var(--container-max-width, 1460px)
    ) !important;
    height: auto !important;
    min-height: 0 !important;
    margin-inline: auto !important;
    transform: translateY(-50%) !important;
}

body .mc-intro-container .mc-pinned-left,
body .mc-intro-container .mc-pinned-right,
body .mc-intro-container .mc-left-state {
    min-width: 0 !important;
}

body .mc-intro-container .mc-pinned-text :is(h1, h2, h3, h4, h5, h6, p, span) {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

body .mc-intro-container .mc-pinned-text .elementor-button-wrapper,
body .mc-intro-container .mc-pinned-text .elementor-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 100%;
}

body .mc-intro-container .mc-pinned-text .elementor-button {
    max-width: 100%;
    white-space: normal;
}

body .pin-spacer.pin-spacer-mc-intro {
    position: relative;
    z-index: 1;
}

body.home:not(.elementor-editor-active) .mischa-header-home {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body:not(.home):not(.elementor-editor-active) .mischa-header,
body:not(.home):not(.elementor-editor-active) header.mischa-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: transparent;
    -webkit-transition: box-shadow 0.32s ease;
    -o-transition: box-shadow 0.32s ease;
    transition: box-shadow 0.32s ease;
}

body:not(.home):not(.elementor-editor-active) .mischa-header::before,
body:not(.home):not(.elementor-editor-active) header.mischa-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    background-color: rgba(0, 0, 28, 0.8);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    -webkit-transition:
        opacity 0.32s ease,
        -webkit-backdrop-filter 0.32s ease;
    -o-transition: opacity 0.32s ease;
    transition:
        opacity 0.32s ease,
        -webkit-backdrop-filter 0.32s ease,
        backdrop-filter 0.32s ease;
}

body:not(.home):not(.elementor-editor-active) .mischa-header.is-scrolled,
body:not(.home):not(.elementor-editor-active) header.mischa-header.is-scrolled {
    box-shadow: 0 8px 24px rgba(0, 0, 28, 0.12);
}

body:not(.home):not(.elementor-editor-active)
    .mischa-header.is-scrolled::before,
body:not(.home):not(.elementor-editor-active)
    header.mischa-header.is-scrolled::before {
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

body .mc-overlap-section {
    position: relative;
    z-index: 5;
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-color: #ffffff;
}

body .mc-overlap-section > .e-con-inner {
    position: relative;
    z-index: 1;
}

body .mc-overlap-card {
    position: relative;
    z-index: 6;
    margin-top: -440px;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
    transform: none !important;
}

body .mc-overlap-section [data-settings*="motion_fx_motion_fx_scrolling"] {
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    transform: none !important;
    will-change: auto !important;
}

@media all and (max-width: 1024px) {
    body .mc-overlap-card {
        margin-top: -240px;
    }
}

@media all and (max-width: 1024px) {
    body
        .mc-intro-container
        .mc-pinned-text
        :is(h1, h2, h3, h4, h5, h6, p, span) {
        overflow-wrap: anywhere;
    }

    body .mc-intro-container .mc-pinned-inner {
        width: min(
            calc(100% - (var(--mc-hero-inline-pad) * 2)),
            var(--mc-hero-content-max)
        ) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: var(--mc-hero-gap) !important;
    }

    body .mc-intro-container .mc-pinned-left,
    body .mc-intro-container .mc-pinned-right,
    body .mc-intro-container .mc-left-state {
        max-width: 100%;
    }

    body .mc-intro-container .mc-pinned-left,
    body .mc-intro-container .mc-left-state {
        flex: 1 1 auto;
        max-width: min(100%, var(--mc-hero-left-max));
    }

    body .mc-intro-container .mc-pinned-right {
        flex: 0 1 var(--mc-hero-right-max);
        width: min(100%, var(--mc-hero-right-max));
    }

    body
        .mc-intro-container
        .mc-pinned-left
        :is(.elementor-heading-title, h1, h2) {
        font-size: var(--mc-hero-title-size) !important;
        line-height: 0.92 !important;
    }

    body
        .mc-intro-container
        .mc-pinned-right
        :is(.elementor-heading-title, h1, h2, h3) {
        font-size: var(--mc-hero-subtitle-size) !important;
        line-height: 0.95 !important;
    }

    body
        .mc-intro-container
        .mc-left-state
        :is(.elementor-heading-title, h1, h2, h3) {
        font-size: var(--mc-hero-bg-size) !important;
        line-height: 0.9 !important;
    }

    body
        .mc-intro-container
        .mc-pinned-text
        :is(
            p,
            .elementor-widget-text-editor,
            .elementor-widget-text-editor p,
            .elementor-heading-title small
        ) {
        font-size: var(--mc-hero-body-size) !important;
        line-height: 1.2 !important;
        max-width: var(--mc-hero-copy-measure);
    }

    body .mc-intro-shell {
        --mc-hero-inline-pad: 24px;
        --mc-hero-top-pad: calc(96px + 24px);
        --mc-hero-bottom-pad: 40px;
        --mc-hero-gap: 20px;
        --mc-hero-copy-measure: 24ch;
        --mc-hero-left-max: 560px;
        --mc-hero-right-max: 320px;
        --mc-hero-title-size: clamp(3rem, 7.2vw, 5.8rem);
        --mc-hero-subtitle-size: clamp(1.85rem, 4.6vw, 3.35rem);
        --mc-hero-body-size: clamp(0.95rem, 1.8vw, 1.125rem);
        --mc-hero-bg-size: clamp(3rem, 8vw, 6.2rem);
        --mc-hero-logo-height: clamp(108px, 18vw, 160px);
        --mc-hero-logo-max-width: min(82vw, 760px);
    }
}

@media all and (max-width: 767px) {
    body .mc-intro-shell {
        --mc-hero-inline-pad: 20px;
        --mc-hero-top-pad: calc(82px + 18px);
        --mc-hero-bottom-pad: 32px;
        --mc-hero-gap: 16px;
        --mc-hero-copy-measure: 100%;
        --mc-hero-left-max: 100%;
        --mc-hero-right-max: 100%;
        --mc-hero-title-size: clamp(2.4rem, 11vw, 3.6rem);
        --mc-hero-subtitle-size: clamp(1.7rem, 8vw, 2.65rem);
        --mc-hero-body-size: clamp(0.95rem, 4.2vw, 1.05rem);
        --mc-hero-rightline-size: clamp(1.725rem, 7.2vw, 2.1rem);
        --mc-hero-bg-size: clamp(2.5rem, 12vw, 4.4rem);
        --mc-hero-logo-height: clamp(72px, 24vw, 108px);
        --mc-hero-logo-max-width: min(98vw, 460px);
    }

    body .mc-intro-container .mc-pinned-inner {
        top: 0 !important;
        bottom: auto !important;
        min-height: 100% !important;
        padding-top: var(--mc-hero-top-pad) !important;
        padding-bottom: var(--mc-hero-bottom-pad) !important;
        box-sizing: border-box !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        gap: clamp(18px, 4vw, 28px) !important;
        text-align: left !important;
        transform: none !important;
    }

    body .mc-intro-container .mc-pinned-left,
    body .mc-intro-container .mc-pinned-right,
    body .mc-intro-container .mc-left-state {
        display: flex !important;
        flex: 0 0 auto !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
        margin-inline: 0 !important;
    }

    body .mc-intro-container .mc-pinned-inner--a,
    body .mc-intro-container .mc-pinned-inner--b {
        flex: 0 0 auto !important;
        width: 100% !important;
        margin-inline: 0 !important;
    }

    body
        .mc-intro-container
        .mc-pinned-inner
        :is(.e-con, .e-con-inner, .elementor-widget-wrap) {
        flex: 0 0 auto !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        text-align: left !important;
        margin-inline: 0 !important;
    }

    body
        .mc-intro-container
        .mc-pinned-right
        :is(.elementor-heading-title, h1, h2, h3),
    body
        .mc-intro-container
        .mc-left-state
        :is(.elementor-heading-title, h1, h2, h3) {
        max-width: none !important;
    }

    body
        .mc-intro-container
        .mc-pinned-right
        :is(.elementor-heading-title, h1, h2, h3),
    body .mc-intro-container .mc-right-line {
        font-size: var(--mc-hero-rightline-size) !important;
        line-height: 1.08 !important;
        max-width: none !important;
        white-space: nowrap !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    body .mc-intro-container .mc-kicker .elementor-heading-title {
        font-size: var(--mc-hero-rightline-size) !important;
        line-height: 1.5 !important;
        max-width: none !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    body
        .mc-intro-container
        .mc-pinned-text
        :is(
            .elementor-heading-title,
            p,
            .elementor-widget-text-editor,
            .elementor-widget-text-editor p,
            .mc-right-line
        ) {
        text-align: left !important;
        margin-inline: 0 !important;
    }

    body .mc-intro-container .mc-right-line {
        max-width: none !important;
    }

    body .mc-overlap-card {
        margin-top: -140px;
    }
}

body.elementor-editor-active .mc-intro-container > .mc-pinned-text {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 32px !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.elementor-editor-active .mc-intro-shell {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
}

body.elementor-editor-active .mc-intro-container {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    background: #030017 !important;
}

body.elementor-editor-active .mc-intro-container > .mc-mask-layer {
    opacity: 0.22 !important;
    visibility: visible !important;
}

body.elementor-editor-active .mc-intro-container .mc-pinned-inner {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    width: min(calc(100% - 64px), 1180px) !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex: 0 0 auto !important;
    flex-wrap: wrap !important;
    gap: 32px !important;
    transform: none !important;
    text-align: left !important;
}

body.elementor-editor-active .mc-intro-container .mc-pinned-inner--a,
body.elementor-editor-active .mc-intro-container .mc-pinned-inner--b {
    display: flex !important;
    flex: 0 0 auto !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 32px !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

body.elementor-editor-active .mc-intro-container .mc-pinned-left,
body.elementor-editor-active .mc-intro-container .mc-pinned-right,
body.elementor-editor-active .mc-intro-container .mc-left-state {
    position: relative !important;
    inset: auto !important;
    min-width: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.elementor-editor-active .mc-intro-container .mc-pinned-left,
body.elementor-editor-active .mc-intro-container .mc-left-state {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
}

body.elementor-editor-active .mc-intro-container .mc-pinned-right {
    width: min(100%, 360px) !important;
    max-width: 360px !important;
}

body.elementor-editor-active .mc-intro-container .mc-left-state,
body.elementor-editor-active .mc-intro-container .mc-right-line {
    position: relative !important;
    inset: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

body.elementor-editor-active
    .mc-intro-container
    .mc-pinned-left
    :is(.elementor-heading-title, h1, h2) {
    font-size: clamp(3rem, 6vw, 5.25rem) !important;
    line-height: 0.94 !important;
}

body.elementor-editor-active
    .mc-intro-container
    .mc-pinned-right
    :is(.elementor-heading-title, h1, h2, h3) {
    font-size: clamp(1.5rem, 2.6vw, 2.6rem) !important;
    line-height: 0.98 !important;
}

body.elementor-editor-active
    .mc-intro-container
    .mc-left-state
    :is(.elementor-heading-title, h1, h2, h3) {
    font-size: clamp(2.4rem, 5vw, 4.8rem) !important;
    line-height: 0.94 !important;
}

body.elementor-editor-active
    .mc-intro-container
    .mc-pinned-text
    :is(
        p,
        .elementor-widget-text-editor,
        .elementor-widget-text-editor p,
        .mc-right-line
    ) {
    font-size: clamp(1rem, 1.4vw, 1.3rem) !important;
    line-height: 1.18 !important;
}

body.elementor-editor-active
    .mc-intro-container
    .mc-pinned-right
    :is(.elementor-heading-title, h1, h2, h3),
body.elementor-editor-active .mc-intro-container .mc-right-line {
    max-width: 12ch !important;
}

body.elementor-editor-active
    .mc-intro-container
    .mc-pinned-inner
    :is(.e-con, .e-con-inner, .elementor-widget-wrap) {
    min-width: 0 !important;
}

@media all and (max-width: 1024px) {
    body.elementor-editor-active .mc-intro-shell {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }

    body.elementor-editor-active .mc-intro-container {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 24px 0 0 !important;
        background: #030017 !important;
    }

    body.elementor-editor-active .mc-intro-container > .mc-mask-layer {
        display: none !important;
    }

    body.elementor-editor-active .mc-intro-container > .mc-pinned-text {
        position: relative !important;
        inset: auto !important;
        display: block !important;
        gap: 18px !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 24px 20px 32px !important;
    }

    body.elementor-editor-active .mc-intro-container .mc-pinned-inner {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 16px !important;
        width: min(calc(100% - 40px), 420px) !important;
        min-height: 0 !important;
        margin: 0 auto !important;
        text-align: left !important;
        transform: none !important;
    }

    body.elementor-editor-active .mc-intro-container .mc-pinned-inner--b {
        margin-top: 0 !important;
    }

    body.elementor-editor-active .mc-intro-container .mc-pinned-inner--a,
    body.elementor-editor-active .mc-intro-container .mc-pinned-inner--b {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    body.elementor-editor-active .mc-intro-container .mc-pinned-left,
    body.elementor-editor-active .mc-intro-container .mc-pinned-right,
    body.elementor-editor-active .mc-intro-container .mc-left-state {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    body.elementor-editor-active
        .mc-intro-container
        :is(
            .elementor-heading-title,
            .elementor-widget-text-editor,
            .elementor-widget-text-editor p,
            .mc-right-line
        ) {
        text-align: left !important;
        margin-inline: 0 !important;
    }

    body.elementor-editor-active
        .mc-intro-container
        .mc-pinned-left
        :is(.elementor-heading-title, h1, h2) {
        font-size: clamp(2rem, 7vw, 3.2rem) !important;
        line-height: 0.95 !important;
    }

    body.elementor-editor-active
        .mc-intro-container
        .mc-pinned-right
        :is(.elementor-heading-title, h1, h2, h3) {
        font-size: var(--mc-hero-rightline-size) !important;
        line-height: 1.08 !important;
        max-width: none !important;
        white-space: nowrap !important;
    }

    body.elementor-editor-active
        .mc-intro-container
        .mc-kicker
        .elementor-heading-title {
        font-size: var(--mc-hero-rightline-size) !important;
        line-height: 1.5 !important;
        max-width: none !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    body.elementor-editor-active
        .mc-intro-container
        .mc-left-state
        :is(.elementor-heading-title, h1, h2, h3) {
        font-size: clamp(1.8rem, 8vw, 3rem) !important;
        line-height: 0.96 !important;
    }

    body.elementor-editor-active .mc-intro-container .mc-right-line,
    body.elementor-editor-active .mc-intro-container .mc-left-state {
        max-width: 18ch !important;
    }

    body.elementor-editor-active .mc-intro-container .mc-right-line {
        font-size: var(--mc-hero-rightline-size) !important;
        line-height: 1.08 !important;
        max-width: none !important;
        white-space: nowrap !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    body.elementor-editor-active .mc-overlap-card {
        margin-top: 24px !important;
        border-radius: 18px !important;
    }
}
.video-mask {
    -webkit-background-clip: text;
    background-clip: text;
}
.video-mask .text-block * {
    color: transparent !important;
}

/* Support */

.expand-wrapper .expand {
    background-size: auto 100% !important;
    display: flex;
    flex: 1 1 1% !important;
    position: relative;
    transition:
        flex 600ms cubic-bezier(0.25, 1, 0.5, 1),
        opacity 250ms ease;
    cursor: pointer;
}
.expand-wrapper .expand * {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.expand-wrapper .expand.active {
    flex-basis: 60% !important;
}
.expand-wrapper .expand > div:first-child {
    transform: rotate(-90deg) translateY(-50%);
    width: 100% !important;
    display: flex;
    transform-origin: center left;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.expand-wrapper .expand > div:last-child {
    height: 0;
    overflow: hidden;
}
.expand-wrapper .expand.active > div:first-child {
    width: auto !important;
    transform: rotate(0) translate(0);
    position: relative;
    left: 0;
}
.expand-wrapper .expand.active > div:last-child {
    height: auto;
    -webkit-animation: 0.6s ease 0s normal forwards 1 fadein;
    animation: 0.6s ease 0s normal forwards 1 fadein;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Services */

.services::before {
    mix-blend-mode: multiply !important;
}
.service-block a {
    width: 100% !important;
    height: 100%;
    align-items: center;
    display: flex;
}
.service-block .elementor-button-content-wrapper {
    justify-content: flex-start;
    align-items: center;
}
.service-block .elementor-button-text {
    text-align: left;
    line-height: 24px;
}
.service-block .elementor-button-icon svg {
    width: 1.4em;
}
.service-block .elementor-button-icon {
    background-color: rgba(0, 159, 227, 0);
    border-radius: 8px;
    padding: 6px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service-block:hover .elementor-button-icon {
    background-color: rgba(0, 159, 227, 1);
}

/* Awards */

.awards-carousel .swiper-wrapper {
    display: flex;
    align-items: center;
}
.awards-carousel .swiper-slide {
    transform: scale(0.7);
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.awards-carousel .swiper-slide-active {
    transform: scale(0.7) translateX(20%);
    opacity: 0.4;
}
.awards-carousel .swiper-slide-duplicate-prev {
    transform: scale(0.7) translateX(-20%);
    opacity: 0.4;
}
.awards-carousel .swiper-slide-next + div {
    transform: scale(1);
    opacity: 1;
}

/*=========================
	INTERIOR PAGES
=========================*/

.featured-wrap {
    -webkit-background-clip: text;
    background-clip: text;
}
.title-mask h1 {
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
}

/*=========================
	SERVICE PAGE
=========================*/

.services-carousel {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-color: #f0f0f2;
}
.services-carousel-shell {
    position: relative;
    min-height: 100vh;
    background-color: #f0f0f2;
}
body:not(.elementor-editor-active)
    .services-carousel-shell
    > .services-carousel {
    position: sticky;
    top: 0;
    left: 0;
}
.services-carousel > .e-con-inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(28px, 4vh, 48px);
    padding-inline: clamp(20px, 2vw, 35px);
}
.services-grid {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
    overflow: visible;
}
.services-grid .jet-listing-grid {
    width: 100%;
    overflow: visible;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}
.services-grid .jet-listing-grid__items {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    gap: clamp(20px, 2vw, 35px);
    position: relative;
    left: auto;
    width: max-content;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(0);
    will-change: transform;
}
.services-grid .child-services .jet-listing-grid__items {
    flex-wrap: wrap !important;
    gap: 6px;
    width: auto;
}
.services-grid .jet-listing-grid__item {
    flex: 0 0 clamp(380px, 29vw, 480px);
    margin: 0 !important;
    padding: 0 !important;
}
.service-card {
    min-height: clamp(420px, 62vh, 620px);
    transform-origin: center center;
    transform: scale(0.94);
    backface-visibility: hidden;
    will-change: transform, box-shadow;
    opacity: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 28, 0.08);
    transition:
        box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.24s ease;
}
.services-grid .jet-listing-grid__item.is-active .service-card {
    opacity: 1;
    box-shadow: 0 22px 48px rgba(0, 0, 28, 0.16);
}
.service-card,
.service-card > .e-con-inner {
    margin: 0 !important;
}
.service-card .service-child,
.service-card::before {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.service-card:hover::before {
    background-color: rgba(0, 0, 28, 0.8) !important;
}
.service-child:hover {
    opacity: 0.5 !important;
}
@media all and (max-width: 1024px) {
    .services-carousel-shell {
        min-height: auto;
        height: auto !important;
    }
    body:not(.elementor-editor-active)
        .services-carousel-shell
        > .services-carousel {
        position: relative;
        top: auto;
    }
    .services-carousel,
    .services-carousel > .e-con-inner {
        min-height: auto;
    }
    .services-grid {
        display: block;
    }
    .services-carousel > .e-con-inner {
        padding-inline: 20px;
    }
    .services-grid .jet-listing-grid__item {
        flex-basis: clamp(280px, 78vw, 380px);
    }
    .service-card {
        min-height: clamp(340px, 56vh, 500px);
        transform: scale(0.96);
    }
}

body.elementor-editor-active .services-carousel-shell {
    min-height: auto !important;
    height: auto !important;
}
body.elementor-editor-active .services-carousel-shell > .services-carousel {
    position: relative !important;
    top: auto !important;
}

/*=========================
	SERVICE SINGLE
=========================*/

.services-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}
.services-section > .services-section__panel {
    position: absolute;
    inset: 0;
    background: #f3f3f6;
    border-radius: 0;
    transform-origin: center center;
    z-index: 0;
    will-change: transform;
    pointer-events: none;
}
.services-section > .e-con-inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1040px);
    margin-inline: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(56px, 8vh, 96px) clamp(40px, 4vw, 56px);
}
.services-section > .e-con-inner > .e-con-full {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
body .services-header {
    position: absolute;
    left: clamp(-0em, -4vw, -44px);
    top: 50%;
    width: min(100%, 370px);
    transform: translateY(-56%);
    z-index: 2;
}
body .services-header p,
body .services-header .elementor-heading-title {
    margin: 0;
}
.service-list {
    width: min(100%, 560px);
    margin: 0;
}
.service-list ul {
    position: relative;
    margin: 0;
    padding: 0 0 0 2.25rem;
    max-width: 800px;
}
.service-list ul::before {
    content: "";
    width: 1px;
    background-color: #d8d9de;
    position: absolute;
    top: calc(0.82rem + 18px);
    bottom: calc(0.82rem + 18px);
}
.service-list li {
    list-style-type: none;
    position: relative;
    -webkit-transition: color 0.35s ease;
    -o-transition: color 0.35s ease;
    transition: color 0.35s ease;
    color: #cccdd2;
    margin: 0;
    padding: 0.82rem 0 0.82rem 4.5rem;
}
.service-list li.active {
    color: #00001c;
}
.service-list li a,
.service-list li a:focus,
.service-list li a:hover {
    color: inherit;
    text-decoration: none;
}
.service-list li a strong {
    color: inherit;
}
.service-list li::before {
    font: var(--fa-font-solid);
    content: "\f111";
    font-size: 12px;
    position: absolute;
    left: -5px;
    top: 50%;
    color: #cccdd2;
    transform: translateY(-50%);
}
.service-list li.active::before {
    color: #009fe3;
}

.why-choose {
    position: relative;
    min-height: 100vh;
}
.why-choose > .e-con-inner {
    min-height: 100vh;
    align-items: center;
}
.why-choose .why-choose-list,
.why-choose .elementor-widget-icon-list {
    width: 100%;
}
.why-choose .why-choose-list .elementor-icon-list-items {
    margin: 0;
    padding: 0;
    width: 100%;
}
.why-choose .why-choose-list .elementor-icon-list-item {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    margin: 0;
    padding: 0.82rem 0;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    will-change: opacity, transform;
}
.why-choose .why-choose-list .elementor-icon-list-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d8d9de;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    -webkit-transition:
        opacity 0.24s ease,
        transform 0.24s ease;
    -o-transition:
        opacity 0.24s ease,
        transform 0.24s ease;
    transition:
        opacity 0.24s ease,
        transform 0.24s ease;
}
.why-choose .why-choose-list .elementor-icon-list-item.is-visible {
    pointer-events: auto;
}
.why-choose .why-choose-list .elementor-icon-list-item.is-visible::after {
    opacity: 1;
    transform: scaleX(1);
}
.why-choose .why-choose-list .elementor-icon-list-item:last-child::after {
    content: none;
}
.why-choose .why-choose-list .elementor-icon-list-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 0.1rem;
}
.why-choose .why-choose-list .elementor-icon-list-icon svg {
    opacity: 0.35;
    transform: scale(0.94);
    transform-origin: center;
    backface-visibility: hidden;
    will-change: opacity, transform;
    -webkit-transition:
        opacity 0.35s ease,
        transform 0.35s ease;
    -o-transition:
        opacity 0.35s ease,
        transform 0.35s ease;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}
.why-choose .why-choose-list .elementor-icon-list-text {
    color: #cccdd2;
    -webkit-transition: color 0.35s ease;
    -o-transition: color 0.35s ease;
    transition: color 0.35s ease;
}
.why-choose
    .why-choose-list
    .elementor-icon-list-item.is-visible
    .elementor-icon-list-text {
    color: #5f6675;
}
.why-choose
    .why-choose-list
    .elementor-icon-list-item.active
    .elementor-icon-list-text {
    color: #00001c;
}
.why-choose
    .why-choose-list
    .elementor-icon-list-item.active
    .elementor-icon-list-icon
    svg {
    opacity: 1;
    transform: scale(1);
}
@media all and (max-width: 1024px) {
    .services-section > .e-con-inner {
        display: block;
        width: 100%;
        min-height: auto;
        padding: 48px 32px;
    }
    .services-section > .e-con-inner > .e-con-full {
        display: block;
        padding-left: 0;
    }
    body .services-header {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        transform: none;
        margin-bottom: 2rem;
    }
    .service-list {
        width: 100%;
    }
    .why-choose,
    .why-choose > .e-con-inner {
        min-height: auto;
    }
    .why-choose .why-choose-list .elementor-icon-list-item {
        padding: 0.82rem 0;
        opacity: 1;
        pointer-events: auto;
    }
    .why-choose .why-choose-list .elementor-icon-list-item::after {
        opacity: 1;
        transform: none;
    }
    .why-choose .why-choose-list .elementor-icon-list-icon svg {
        opacity: 1;
        transform: none;
    }
    .why-choose .why-choose-list .elementor-icon-list-text {
        color: #00001c;
    }
}

/*=========================
	INSIGHTS
=========================*/

.grid-article-image::before {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 12px 12px;
    content: "";
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00001c+0,00001c+100&0+0,1+100 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 28, 0) 0%,
        rgba(0, 0, 28, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-blend-mode: multiply;
}

/*=========================
	POST SINGLE
=========================*/

.single-post .post-article h3 {
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1.3em;
    margin-bottom: 1em;
}
.single-post .post-article h4 {
    font-size: 1em;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 1em;
}
.single-post .post-article a {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    background-image: -webkit-gradient(linear, left top, right top, from(#009fe3), to(#009fe3));
    background-image: -o-linear-gradient(left, #009fe3, #009fe3);
    background-image: linear-gradient(90deg, #009fe3, #009fe3);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #54b3d6;
    margin: 0 -0.25rem;
    padding: 0 0.25rem;
    -webkit-transition:
        color 0.3s ease-in-out,
        background-size 0.3s ease-in-out;
    transition:
        color 0.3s ease-in-out,
        background-size 0.3s ease-in-out;
    -o-transition:
        color 0.3s ease-in-out,
        background-size 0.3s ease-in-out;
    transition:
        color 0.3s ease-in-out,
        background-size 0.3s ease-in-out;
}
.single-post .post-article a:hover {
    background-size: 100% 100%;
    color: white;
}
/* WORDPRESS */
.widgets,
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.alignleft {
    float: left;
    margin: 0 20px 0 0;
}
.alignright {
    float: right;
    margin: 0 0 0 20px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
p.postmetadata {
}
.byline {
}

/* SOCIAL ICONS */

/* BUTTONS */

input.gform_button,
.custom-button a {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    gap: 1em;
    font-size: clamp(0.875rem, 1vw, 1.75rem);
    transition: background cubic-bezier(0.35, 0, 0, 1) 0.2s;
}
input.gform_button,
.custom-button a {
    gap: 0.6em;
}
input.gform_button,
.custom-button a,
.custom-button a * {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.custom-button a:hover {
    color: #fff !important;
    background: #009fe3;
    transition: background cubic-bezier(0.35, 0, 0, 1) 0.5s 0.3s;
}
.custom-button a:hover span {
    color: #fff !important;
    z-index: 9;
    position: relative;
    transform: translateX(-20px);
}
.custom-button.small a:hover span {
    transform: translateX(-10px);
}
.custom-button a::before {
    width: 20px;
    height: 20px;
    content: "";
    background-color: #009fe3;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition:
        background cubic-bezier(0.35, 0, 0, 1) 0.5s,
        transform cubic-bezier(0.35, 0, 0, 1) 0.4s;
}
.custom-button.small a::before {
    width: 15px;
    height: 15px;
    content: "";
    top: 2px;
}

@media screen and (max-width: 768px) {
    .custom-button:not(.small) a::before {
        width: 16px;
        min-width: 16px;
        max-width: 16px;
        height: 16px;
        min-height: 16px;
        max-height: 16px;
        flex: 0 0 auto;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        display: block;
        top: 1px;
    }

    .custom-button.small a::before {
        width: 13px;
        min-width: 13px;
        max-width: 13px;
        height: 13px;
        min-height: 13px;
        max-height: 13px;
        flex: 0 0 auto;
        content: "";
        top: 0px;
    }
}

.custom-button a:hover::before {
    transform: translate3d(3em, 0, 0) scale(30);
    background-color: #009fe3;
}
.custom-button a::after {
    font: var(--fa-font-solid);
    content: "\f061";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1em;
    height: 1.2em;
    width: 1.2em;
    border-radius: 100%;
    transform: translate3d(3em, 0, 0);
    transition: transform cubic-bezier(0.4, 0, 0, 1) 0.4s;
    z-index: 1;
    color: #fff !important;
}
.custom-button.small a::after {
    right: 0.7em;
}
.custom-button a:hover::after {
    transform: translateZ(0);
}

.article-read-more .jet-listing-dynamic-link__icon {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.article-read-more a:hover .jet-listing-dynamic-link__icon {
    margin-left: 16px !important;
}
input.gform_button {
	background-color: #FFFFFF00;
	font-family: "area-normal", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	fill: var( --e-global-color-accent );
	color: var( --e-global-color-accent );
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: var( --e-global-color-accent );
	border-radius: 50px 50px 50px 50px;
	padding: 15px 30px 17px 30px;
}
input.gform_button:hover {
    color: #fff !important;
    background: #009fe3;
}






/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------- */

/* FOOTER */

.footer-menu ul,
.footer-menu li,
.footer-menu a {
    position: relative !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    border-inline-start: 0 !important;
    line-height: 30px !important;
}
.footer-menu > nav.elementor-nav-menu--main > ul.elementor-nav-menu {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
    -webkit-column-width: auto !important;
       -moz-column-width: auto !important;
            column-width: auto !important;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
}
.footer-menu > nav.elementor-nav-menu--main > ul.elementor-nav-menu > li,
.footer-menu > nav.elementor-nav-menu--main .sub-menu,
.footer-menu > nav.elementor-nav-menu--main .sub-menu > li {
    min-width: 0 !important;
    max-width: none !important;
    -webkit-column-break-before: auto !important;
    -webkit-column-break-after: auto !important;
    -webkit-column-break-inside: auto !important;
    page-break-inside: auto !important;
    break-before: auto !important;
    break-after: auto !important;
    break-inside: auto !important;
}
.footer-menu > nav.elementor-nav-menu--main .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    transform: none !important;
}
.footer-menu > nav.elementor-nav-menu--main .sub-arrow {
    display: none !important;
}
.footer-menu
    > nav.elementor-nav-menu--main
    > ul.elementor-nav-menu
    > li.mc-footer-subitem
    > a {
    color: var(--e-global-color-1160abb) !important;
    fill: var(--e-global-color-1160abb) !important;
}
.footer-menu
    > nav.elementor-nav-menu--main
    > ul.elementor-nav-menu
    > li.mc-footer-subitem
    > a:hover,
.footer-menu
    > nav.elementor-nav-menu--main
    > ul.elementor-nav-menu
    > li.mc-footer-subitem
    > a:focus {
    color: var(--e-global-color-f4fe6db) !important;
    fill: var(--e-global-color-f4fe6db) !important;
}
.footer-menu > nav.elementor-nav-menu--main .elementor-nav-menu a,
.footer-menu > nav.elementor-nav-menu--main .elementor-nav-menu a:hover,
.footer-menu > nav.elementor-nav-menu--main .elementor-nav-menu a:focus,
.footer-menu > nav.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.footer-menu > nav.elementor-nav-menu--main .elementor-nav-menu a.elementor-item-active {
    background-color: transparent !important;
}


/* COLOPHON */

/**
 * 8.0 Responsive
 * ----------------------------------------------------------------------------- */

@media all and (max-width: 1060) {
}
@media all and (max-width: 768px) {
    .footer-menu > nav.elementor-nav-menu--main > ul.elementor-nav-menu {
        -webkit-column-count: 1 !important;
           -moz-column-count: 1 !important;
                column-count: 1 !important;
    }

    .footer-menu nav ul:not(.sub-menu) > li.menu-item {
        padding-bottom: 10px !important;
    }

    .elementor-widget-heading.nobreak br,
    .elementor-element.nobreak .elementor-heading-title br,
    .elementor-heading-title.nobreak br {
        display: none !important;
    }

    .expand-wrapper .expand:not(.active) > div:first-child {
        width: 150px !important;
        transform: translateX(-50%) rotate(-90deg);
        transform-origin: center center;
        bottom: 60px;
        left: 50%;
        justify-content: flex-start;
        text-align: left;
    }

    .expand-wrapper .expand.active > div:first-child {
        transform: rotate(0) translate(0);
        bottom: auto;
        left: 0;
    }

    .awards-carousel .swiper-slide,
    .awards-carousel .swiper-slide-active,
    .awards-carousel .swiper-slide-duplicate-prev,
    .awards-carousel .swiper-slide-next + div {
        opacity: 1 !important;
    }
}
@media all and (max-width: 568px) {
}
@media all and (max-width: 340px) {
}
