.termly-styles-module-primary-c1ce29 {
    color: #4672ff
}

.termly-styles-module-secondary-c6320e {
    color: #00c999
}

.termly-styles-module-dangerous-e575a5 {
    color: #ed7474
}

.termly-styles-module-root-aca1a3 {
    font-size: .875em;
    font-family: Roboto, "Open Sans", Helvetica, Arial
}

.termly-styles-module-root-aca1a3.termly-styles-module-disabled-a1a553 {
    opacity: .5;
    cursor: not-allowed
}

.termly-styles-module-root-aca1a3:not(.termly-styles-module-disabled-a1a553) {
    cursor: pointer
}

.termly-styles-module-outline-b1f034 {
    border-width: 1px;
    border-radius: 3px;
    border-style: solid;

    padding: .625em 2em
}

.termly-styles-module-outline-b1f034.termly-styles-module-primary-c1ce29 {
    border-color: #4672ff
}

.termly-styles-module-outline-b1f034.termly-styles-module-secondary-c6320e {
    border-color: #00c999
}

.termly-styles-module-outline-b1f034.termly-styles-module-dangerous-e575a5 {
    border-color: #ed7474
}

.termly-styles-module-solid-ea3413 {
    border-width: 1px;
    border-radius: 3px;
    border-style: solid;
    color: #fff;
    padding: .625em 2em
}

.termly-styles-module-solid-ea3413.termly-styles-module-primary-c1ce29 {
    border-color: #4672ff;
    background: #4672ff
}

.termly-styles-module-solid-ea3413.termly-styles-module-secondary-c6320e {
    border-color: #00c999;
    background: #00c999
}

.termly-styles-module-solid-ea3413.termly-styles-module-dangerous-e575a5 {
    border-color: #ed7474;
    background: #ed7474
}

.termly-styles-module-text-fd3d27 {
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.termly-styles-module-root-d1a2ed {
    display: flex;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    gap: 8px
}

.termly-styles-module-root-d1a2ed.termly-styles-module-disabled-a17b01 {
    cursor: not-allowed;
    opacity: .5
}

.termly-styles-module-root-d1a2ed:not(.termly-styles-module-disabled-a17b01) {
    cursor: pointer
}

.termly-styles-module-checkbox-f0c4be {
    background-color: #fff;
    width: 18px;
    height: 18px;
    border: 1px solid #e1e3e6;
    border-radius: 3px;
    display: flex;
    flex: 0 0 18px
}

.termly-styles-module-checkbox-f0c4be.termly-styles-module-checked-a2b835 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSI+CiAgICA8cGF0aCBmaWxsPSIjMDAzQUZBIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDE5di0zSDR2NWgxMHYtMkg2eiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IC0xMC42MDcgMTQuNjIxKSIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center
}

.termly-styles-module-input-ab4d8a {
    display: none
}

.termly-styles-module-label-aeffca {
    display: flex;
    align-items: center
}

.termly-styles-module-root-ccf272 {
    border-radius: 3px;
    border: 1px solid #ced4da;
    color: #363840;
    font-size: inherit;
    line-height: 1.429;
    padding: .714em 1.0714em
}

.termly-styles-module-root-c10a1b {
    height: 100%
}

.termly-styles-module-spinner-e4f9e5 {
    animation: 2s linear infinite termly-styles-module-rotate-eb0ed7;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex
}

.termly-styles-module-spinner-e4f9e5 .termly-styles-module-path-dcd9aa {
    stroke: var(--loading-circle-color, hsl(210, 70%, 75%));
    stroke-linecap: round;
    animation: 1.5s ease-in-out infinite termly-styles-module-dash-d72ff0
}

@keyframes termly-styles-module-rotate-eb0ed7 {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes termly-styles-module-dash-d72ff0 {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.termly-styles-module-root-e8fa9e {
    display: flex;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    gap: 5px
}

.termly-styles-module-root-e8fa9e.termly-styles-module-disabled-d78e4a {
    cursor: not-allowed
}

.termly-styles-module-root-e8fa9e:not(.termly-styles-module-disabled-d78e4a) {
    cursor: pointer
}

.termly-styles-module-input-b3a5ed {
    display: none
}

.termly-styles-module-radio-cc607c {
    width: 15px;
    height: 15px;
    border-radius: 9px;
    border: 1px solid #ced0da;
    background-image: linear-gradient(to top, #f2f4fb, #feffff);
    display: flex;
    justify-content: center;
    align-items: center
}

.termly-styles-module-radio-cc607c.termly-styles-module-checked-d4723e .termly-styles-module-radio__inner-d54a6c {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: #239eeb
}

.termly-styles-module-radio-cc607c.termly-styles-module-disabled-d78e4a {
    opacity: .5
}

.termly-styles-module-root-a0ea7f {
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    background: #e6e7e8;
    align-items: center;
    justify-content: center;
    container: holder/size;
    flex: 1;
    height: 100%
}

.termly-styles-module-shadowBox-fff901 {
    background: var(--termly-theme-background-color);
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    display: inline-flex;
    flex-direction: column;
    max-width: 32em;
    min-width: min-content;
    padding: 2em;
    gap: 1em
}

.termly-styles-module-title-b31e43 {
    color: var(--termly-theme-color);
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1
}

.termly-styles-module-content-f5be7c {
    color: var(--termly-theme-color);
    font-size: var(--termly-theme-font-size);
    line-height: 1.75
}

.termly-styles-module-buttons-e4250e {
    display: flex;
    justify-content: center;
    gap: .5em
}

.termly-styles-module-buttons-e4250e > * {
    font-weight: 600;
    font-size: var(--termly-theme-font-size);
    width: 100%
}

.termly-styles-module-buttons-e4250e .termly-styles-module-acceptButton-b04512 {
    background: var(--termly-theme-button-background-color);
    border-color: var(--termly-theme-button-background-color) !important;
    color: var(--termly-theme-button-text-color) !important
}

.termly-styles-module-buttons-e4250e .termly-styles-module-prefsButton-c1a9b2 {
    background: rgba(0, 0, 0, 0);
    border-color: var(--termly-theme-color) !important;
    color: var(--termly-theme-color) !important
}

@container holder (height < 155px) {
    .termly-styles-module-shadowBox-fff901 {
        padding: 6 cqb;
        display: inline-flex;
        gap: .5em
    }

    .termly-styles-module-acceptButton-b04512 {
        width: auto !important;
        padding: 3 cqb 6 cqb;
        font-size: 9 cqb
    }

    .termly-styles-module-content-f5be7c {
        font-size: 9 cqb
    }

    .termly-styles-module-prefsButton-c1a9b2, .termly-styles-module-title-b31e43, .termly-styles-module-toAllowContent-f3c279 {
        display: none
    }
} @container holder (width < 197px) {
    .termly-styles-module-buttons-e4250e .termly-styles-module-prefsButton-c1a9b2 {
        display: none
    }
} img:is([sizes=auto i],[sizes^="auto," i]) {
      contain-intrinsic-size: 3000px 1500px
  }

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6
}



html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highc-light: transparent
}

@-ms-viewport {
    width: device-width
}



[tabindex="-1"]:focus {
    outline: 0 !important
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    text-decoration: none;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none !important
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}



html {
    font-size: var(--font-size);
    overflow-x: hidden;
    margin-top: 0 !important
}





::selection {
    background: #000;
    color: #fff
}

::-moz-selection {
    background: #000;
    color: #fff
}

::-webkit-input-placeholder {
    color: var(--c-text)
}

::-moz-placeholder {
    color: var(--c-text)
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1260px
    }
}

.container.lg, .container.md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px
}

.container.md {
    max-width: 1300px
}

.container.lg {
    max-width: 1520px
}

a {
    color: var(--c-text);
    outline: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease;
    text-decoration: none
}

a:hover {
    color: currentColor;
    text-decoration: none
}

b {
    font-weight: 700
}

h1, h2, h3, h4, h5, h6 {
    color: var(--c-headings);
    font-family: Manrope_bold, sans-serif;
    font-weight: initial
}

h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 1.2px
}

@media only screen and (max-width: 1399px) {
    h1 {
        font-size: 46px
    }
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 38px
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 36px;
        line-height: 1.2
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 32px
    }
}

h2 {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -.22px;
    font-family: Manrope_extrabold, sans-serif
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 28px;
        line-height: 1.25
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
        line-height: 1.33
    }
}

h3 {
    font-size: 28px;
    line-height: 1.43;
    letter-spacing: -.1px
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 24px;
        line-height: 1.37
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
        line-height: 1.5
    }
}

h4 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: -.28px
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 20px;
        line-height: 1.5
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 17px;
        line-height: 1.58
    }
}

h5 {
    font-size: 19px;
    line-height: 1.84;
    letter-spacing: -.19px
}

@media only screen and (max-width: 991px) {
    h5 {
        font-size: 17px;
        line-height: 1.58
    }
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 16px;
        line-height: 1.68
    }
}

h6 {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 1.2px
}

@media only screen and (max-width: 991px) {
    h6 {
        font-size: 11px;
        line-height: 1.7
    }
}

h6.primary {
    font-family: Manrope_semibold, sans-serif;
    text-transform: uppercase;
    color: var(--c-active);
    padding-bottom: 20px;
    margin-bottom: 0
}




@-webkit-keyframes anime-img {
    0% {
        left: -125%
    }
    33% {
        left: -125%
    }
    to {
        left: 0
    }
}

@keyframes anime-img {
    0% {
        left: -125%
    }
    33% {
        left: -125%
    }
    to {
        left: 0
    }
}

@-webkit-keyframes anime-box {
    0% {
        bottom: 100%;
        left: -200%
    }
    33% {
        bottom: 0;
        left: -200%
    }
    to {
        bottom: 0;
        left: 100%
    }
}

@keyframes anime-box {
    0% {
        bottom: 100%;
        left: -200%
    }
    33% {
        bottom: 0;
        left: -200%
    }
    to {
        bottom: 0;
        left: 100%
    }
}

@-webkit-keyframes anime-sub {
    0% {
        height: calc(100% + 20px)
    }
    to {
        height: 0
    }
}

@keyframes anime-sub {
    0% {
        height: calc(100% + 20px)
    }
    to {
        height: 0
    }
}

.anim-top {
    overflow: hidden
}

.anim-top > * {
    position: relative;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: all 1s
}

.anim-top.done > * {
    opacity: 1;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.btn-request-design {
    position: fixed;
    bottom: 30px;
    right: 80px;
    font-size: 10px;
    font-family: Manrope_bold, sans-serif;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 9990;
    overflow: hidden;
    display: inline-block;
    border-radius: 20px;
    padding: 9px 17px;
    margin-top: 10px;
    background: var(--c-active)
}

.btn-request-design:hover {
    background: var(--c-text);
    color: #fff
}

.btn-request-design.dark {
    background: var(--c-dark);
    color: #fff
}

.btn-request-design.dark:hover {

    color: var(--c-dark)
}

@media only screen and (max-width: 1199px) {
    .btn-request-design {
        right: 70px
    }
}

#termly-consent-preferences {
    border-color: #000;
    color: #000;
    font-size: 12px;
    font-family: Roboto, "Open Sans", Arial, Helvetica;
    font-weight: 700;
    display: inline-block;
    border-width: 1px;
    border-radius: 3px;
    border-style: solid;

    padding: .625em 2em;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 9990
}

@media only screen and (max-width: 1023px) {
    .btn-request-design {
        right: 50px;
        bottom: 9px
    }

    #termly-consent-preferences {
        left: 10px;
        bottom: 7px
    }
}

@media only screen and (max-width: 767px) {
    h6 {
        font-size: 10px;
        line-height: 1.8
    }

    h6.primary {
        padding-bottom: 10px
    }

    audio, iframe, video {
        min-width: 200px !important
    }

    #termly-consent-preferences {
        padding: .625em .5em
    }
}

.slick-list, .slick-slider, .slick-track {
    display: block;
    position: relative
}

.slick-dots li, .slick-list, .slick-slider, .slick-track {
    position: relative
}

.slick-dots li, .slick-dots li button, .slick-next, .slick-prev {
    cursor: pointer;
    width: 20px;
    height: 20px
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide, .slick-slide img {
    display: block
}

.slick-arrow.slick-hidden, .slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-dots li button, .slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before, [dir=rtl] .slick-next:before {
    content: '←'
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    border: 0
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.el {
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.upqode-post__banner {
    background: var(--c-active);
    padding: 125px 0 140px
}

@media only screen and (max-width: 991px) {
    .upqode-post__banner {
        padding: 150px 0
    }
}

@media only screen and (max-width: 767px) {
    .upqode-post__banner {
        padding: 80px 0 60px
    }

    .upqode-post__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.upqode-post__banner h1 {
    color: #fff;
    margin-bottom: 0;
    max-width: 83.333333%
}

.upqode-post__banner h6 {
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: Manrope_semibold, sans-serif
}

.upqode-post__banner h6 span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 4px;
    font-size: 20px;
    color: #fff
}

.upqode-post__breadcrumb {
    padding-bottom: 20px;
    margin: 0;
    list-style: none;
    max-width: 83.333333%
}

.upqode-post__breadcrumb ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.upqode-post__breadcrumb li {
    display: inline-block
}

.upqode-post__breadcrumb li:not(:last-of-type)::after {
    content: ">";
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    position: relative;
    font-size: 12px
}

.upqode-post__breadcrumb a {
    position: relative;
    text-transform: capitalize;
    font-size: 16px;
    font-family: Manrope_semibold, sans-serif;
    letter-spacing: .56px;
    line-height: 1.58;
    color: #fff
}

.upqode-post__breadcrumb a::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: currentColor;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.upqode-post__breadcrumb a:hover::before {
    opacity: 1
}

.upqode-post__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px
}

.upqode-post__content-inner {
    max-width: 66.666667%;
    padding-right: 10px
}

@media only screen and (max-width: 991px) {
    .upqode-post__content-inner {
        max-width: 58.333333%
    }
}

.upqode-post__content-inner p {
    font-size: 16px;
    line-height: 2.12;
    color: #2d2a2b
}

@media only screen and (max-width: 767px) {
    .upqode-post__content-inner {
        font-size: 14px;
        max-width: 100%;
        width: 100%
    }

    .upqode-post__content-inner p {
        font-size: 14px
    }
}

.upqode-post__content-inner p:not(:first-of-type) {
    padding-top: 15px
}

.upqode-post__content-inner ul {
    padding: 15px 15px 15px 40px;
    list-style: none;
    margin: 0
}

@media only screen and (max-width: 1024px) {
    .upqode-post__content-inner ul {
        padding-left: 15px
    }
}

.upqode-post__content-inner ul li {
    line-height: 2.3;
    padding-left: 25px;
    position: relative
}

.upqode-post__content-inner ul li a {
    color: var(--c-active)
}

.upqode-post__content-inner ul li::after {
    content: "\2022";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -7px;
    font-size: 20px;
    color: var(--c-active)
}

.upqode-post__content-inner h2 {
    padding-top: 35px
}

.upqode-post__content-inner h3, .upqode-post__content-inner h4 {
    padding-top: 20px
}

.upqode-post__content-inner h1, .upqode-post__content-inner h2, .upqode-post__content-inner h3, .upqode-post__content-inner h4, .upqode-post__content-inner h5, .upqode-post__content-inner h6 {
    margin-bottom: 0
}

.upqode-post__content-inner a {
    color: var(--c-active);
    position: relative;
    display: inline-block
}

.upqode-post__content-inner a::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: var(--c-active)
}

.upqode-post__content-inner a:hover {
    opacity: .8
}

.upqode-post__content-inner figure {
    margin: 0
}

.upqode-post__content-inner figure img, .upqode-post__content-inner figure picture {
    padding: 30px 0
}

.upqode-post__content-inner figcaption a {
    font-size: 14px
}

.upqode-post__content-inner .wp-block-image a::before {
    display: none
}

.upqode-post__sidebar {
    max-width: 33.333333%;
    width: 100%;

    position: relative;
    top: -160px;
    padding-top: 30px
}

@media only screen and (max-width: 991px) {
    .upqode-post__sidebar {
        max-width: 41.666667%;
        padding-top: 10px
    }
}

@media only screen and (max-width: 767px) {
    .upqode-post__sidebar {
        max-width: 100%;
        width: 100%;
        top: 0
    }
}

.upqode-post__sidebar-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 115px
}

@media screen and (max-width: 991px) {
    .upqode-post__sidebar-inner {
        padding-bottom: 100px;
        padding-left: 18px;
        padding-right: 18px
    }
}

@media screen and (max-width: 767px) {
    .container.lg, .container.md {
        padding-left: 25px;
        padding-right: 25px
    }

    .upqode-post__sidebar-inner {
        padding-bottom: 80px;
        padding-right: 0;
        padding-left: 0
    }
}

.upqode-post__networks {
    padding-top: 5px;
    padding-bottom: 10px
}

.upqode-post__networks h5 {
    padding-bottom: 25px;
    margin-bottom: 0
}

.upqode-post__networks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.upqode-post__networks li {
    padding-bottom: 20px
}

.upqode-post__networks a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--c-active);
    width: 35px;
    height: 35px;
    font-size: 15px;
    color: var(--c-active);
    border-radius: 50%;
    min-width: 35px;
    cursor: pointer;
    background: #fff
}

.upqode-post__networks a:hover {
    background: var(--c-active);
    color: #fff
}

.upqode-post__networks .social_pinterest:before {
    content: "\e095"
}

.upqode-post__networks .social_twitter:before {
    content: "\e094"
}

.upqode-post__networks .social_facebook:before {
    content: "\e093"
}

.upqode-post__networks .icon_link:before {
    content: "\e02c"
}

.upqode-post__consultation {
    padding: 24px;
    border: 10px solid #ffe8e8;
    width: 100%;
    text-align: center
}

.upqode-post__consultation h5 {
    margin-bottom: 0
}

.upqode-post__consultation p {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6
}

.upqode-post__consultation a {
    line-height: 1.58;
    font-family: Manrope_bold, sans-serif;
    color: #000;
    display: inline-block;
    position: relative;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 1;
    padding: 15px 30px
}

.upqode-post__consultation a::before {
    content: "";
    background: #f7b4ac;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: width 1s, height 1s;
    -o-transition: width 1s, height 1s;
    transition: width 1s, height 1s
}

.upqode-post__consultation a:hover::before {
    width: 35px;
    height: 35px
}

.upqode-post__filled {
    padding: 80px 0 115px
}

@media only screen and (max-width: 991px) {
    .upqode-post__filled {
        padding: 60px 0 80px
    }
}

@media only screen and (max-width: 767px) {
    .upqode-post__filled {
        padding: 40px 0
    }
}

.upqode-post__filled h5 {
    display: inline-block
}

.upqode-post__filled a {
    display: inline-block;
    color: var(--c-active);
    margin: 0 10px;
    position: relative;
    border-bottom: 2px solid;
    letter-spacing: .56px
}

.upqode-post__filled a:hover {
    opacity: .8
}

.upqode__heading-large {
    padding: 0 0 60px
}

@media only screen and (max-width: 991px) {
    .upqode__heading-large {
        padding: 0 0 40px
    }
}

.upqode__related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0 0 115px
}

.upqode__related-item {
    width: calc(25% - 30px);
    position: relative
}

@media only screen and (max-width: 991px) {
    .upqode__related {
        padding: 0 0 80px
    }

    .upqode__related-item {
        width: calc(50% - 20px)
    }
}

@media only screen and (max-width: 767px) {
    .upqode__related {
        padding: 0 0 60px
    }

    .upqode__related-item {
        width: 100%
    }
}

.upqode__related-item h5 {
    line-height: 1.6;
    padding: 15px 0 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.upqode__related-item h5 span {
    display: inline-block;
    font: inherit;
    color: var(--c-headings);
    position: relative;
    padding-right: 5px
}

.upqode__related-item h5 span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #aba5ac;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease;
    z-index: -1
}

.upqode__related-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15
}

.upqode__related-item:hover span::before {
    background: var(--c-active);
    opacity: .2;
    height: 55%
}

.upqode__related-item.visible .upqode__related-anime {
    -webkit-animation: 1.5s anime-box;
    animation: 1.5s anime-box;
    bottom: 0;
    left: 100%
}

.upqode__related-item.visible .upqode__related-wrap-image img, .upqode__related-item.visible .upqode__related-wrap-image picture {
    -webkit-animation: 1.5s anime-img;
    animation: 1.5s anime-img;
    left: 0
}

.upqode__related-wrap-image {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: all 2s;
    overflow: hidden
}

.upqode__related-wrap-image img, .upqode__related-wrap-image picture {
    position: relative;
    top: 0;
    left: -125%;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}

.upqode__related-wrap-anime {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 6
}

.upqode__related-anime {
    display: inline-block;
    position: absolute;
    width: 200%;
    height: 100%;
    bottom: 100%;
    left: -200%;
    z-index: 2;
    margin-left: 10px
}

.upqode__cta {
    padding: 85px 0;
    background: var(--c-dark)
}

@media screen and (min-width: 768px) {
    .upqode__cta {
        padding: 100px 0
    }
}

@media screen and (min-width: 992px) {
    .upqode__cta {
        padding: 125px 0 155px
    }

    .upqode__contacts-form-iframe iframe {
        max-height: 900px
    }
}

@media screen and (min-width: 1200px) {
    .upqode__cta {
        padding: 145px 0 165px
    }
}

.upqode__cta .container {
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .upqode__cta .container {
        -ms-flex-wrap: initial;
        flex-wrap: initial
    }
}

.upqode__cta a, .upqode__cta h2 {
    color: #fff
}

.upqode__cta a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease;
    font-size: 14px;
    display: inline-block;
    letter-spacing: .56px;
    line-height: 1.58;
    padding-right: 15px
}

.upqode__cta a::after {
    position: relative;
    font-family: ElegantIcons;
    content: "\24";
    font-size: 18px;
    opacity: .9;
    color: inherit;
    vertical-align: middle;
    padding-left: 5px
}

.upqode__cta a:hover {
    color: var(--c-active)
}

.upqode__cta a:hover::after {
    padding-left: 10px
}

.upqode__cta-l {
    max-width: calc(50% - 15px)
}

@media only screen and (max-width: 1024px) {
    .upqode__cta-l {
        max-width: 66.666667%
    }
}

@media only screen and (max-width: 991px) {
    .upqode__cta-l {
        max-width: 58.333333%
    }
}

@media only screen and (max-width: 767px) {
    .upqode__cta-l {
        max-width: 50%
    }
}

@media only screen and (max-width: 576px) {
    .upqode__cta .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .upqode__cta-l {
        max-width: 100%
    }
}

.upqode__cta-r {
    width: 390px;
    max-width: calc(50% - 15px)
}

@media only screen and (max-width: 1024px) {
    .upqode__cta-r {
        max-width: 33.333333%
    }
}

@media only screen and (max-width: 991px) {
    .upqode__cta-r {
        max-width: 41.666667%
    }

    .upqode-footer .container.md {
        max-width: 768px
    }
}

@media only screen and (max-width: 767px) {
    .upqode__cta-r {
        max-width: 50%;
        width: 100%
    }

    .upqode-header.open .upqode-header--icon-menu::before {
        margin-top: 2px
    }
}

@media only screen and (max-width: 576px) {
    .upqode__cta-r {
        max-width: 100%
    }
}

.upqode__contacts {
    position: relative;
    z-index: 99
}

@media only screen and (min-width: 992px) {
    .upqode__contacts-form {
        width: 50%;
        padding-right: 15px
    }
}

.upqode__contacts-form-btn {
    display: none
}

.upqode__contacts-form-btn span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 30px;
    right: 45px;
    border-radius: 50%;
    z-index: 2;
    padding: 24px 0 0 8px;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: all 1.5s;
    opacity: 0;
    cursor: pointer
}

.upqode__contacts-form-iframe {
    border: 11px solid #fae5e1;
    min-height: 750px;
    overflow: hidden;
    width: 100%;
    position: relative;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: all 1s;
    margin: -50px 0;
    height: calc(100% + 100px);
    padding-top: 105px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .upqode__contacts-form-iframe {
        padding-bottom: 0;
        margin-bottom: 80px;
        padding-top: 40px;
        height: calc(100% + 100px)
    }
}

@media screen and (max-width: 991px) {
    .upqode__contacts-form {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }

    .upqode__contacts-form-iframe {
        margin: 0;
        min-height: 930px;
        padding-top: 40px;
        height: calc(100% + 30px)
    }

    .upqode__testimonials {
        max-width: 760px;
        width: 100%;
        margin: 0 auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.upqode__contacts-form-iframe iframe {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    min-height: 100%
}

.upqode__testimonials {
    padding: 80px 0;
    left: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: all 1s
}

@media screen and (min-width: 1199px) {
    .upqode__testimonials {
        padding: 150px 0 150px 60px
    }
}

@media screen and (min-width: 768px) {
    .upqode__testimonials {
        padding: 100px 0
    }
}

@media only screen and (min-width: 992px) {
    .upqode__testimonials {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (min-width: 1200px) {
    .upqode__testimonials {
        padding: 175px 0 175px 60px
    }
}

.upqode__testimonials .slick-slider {
    margin-left: -10px;
    width: calc(100% + 20px)
}

.upqode__testimonials .slick-slide {
    margin: 0 10px
}

.upqode__testimonials .slick-slide p {
    font-family: Manrope_semibold, sans-serif;
    font-size: 19px;
    line-height: 1.79;
    padding: 52px 0 20px;
    letter-spacing: .6px;
    color: var(--c-headings)
}

.upqode__testimonials .slick-slide .author-content h3 {
    font-family: Manrope_extrabold, sans-serif;
    font-size: 19px;
    margin: 15px 0 0
}

.upqode__testimonials .slick-slide .author-content h6 {
    margin-top: 8px;
    padding-bottom: 0
}

.upqode-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999
}



.upqode-header {
    position: fixed;
    padding: 25px 85px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s
}

@media screen and (max-width: 1199px) {
    .upqode-header {
        padding: 25px 30px
    }
}

@media screen and (max-width: 991px) {
    .upqode__testimonials .slick-slide p {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        font-size: 17px;
        padding: 45px 0 21px
    }

    .upqode-header {
        padding: 25px 30px
    }
}

@media screen and (max-width: 767px) {
    .upqode__cta a {
        font-size: 12px
    }

    .upqode__cta a:hover::after {
        padding-left: 5px
    }

    .upqode__contacts-form-iframe {
        min-height: 1050px
    }

    .upqode-header {
        padding: 15px 25px
    }
}

.upqode-header.header-scroll {
    top: 0 !important
}

.upqode-header.header--dark {
    background: var(--c-headings)
}

.upqode-header.header--dark .upqode-header--get-quote a, .upqode-header.header--dark .upqode-header--logo a {
    color: #fff
}

.upqode-header.header--dark .upqode-header--get-quote a::before {
}

.upqode-header.light-header:not(.header-scroll) .upqode-header--get-quote a, .upqode-header.light-header:not(.header-scroll) .upqode-header--logo a {
    color: #fff
}

.upqode-header.light-header:not(.header-scroll) .upqode-header--get-quote a::before {
}

.upqode-header--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.upqode-header--menu-wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
    position: fixed;
    width: 100%;
    left: 100%;
    top: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: all .8s ease
}

.upqode-header--logo {
    margin-right: auto
}

.upqode-header--logo a {
    color: var(--c-headings);
    font-size: 17px;
    font-family: Poppins_semibold, sans-serif;
    letter-spacing: 1px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.upqode-header--logo a.tr-menu {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.upqode-header--topmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.upqode-header--get-quote {
    padding-right: 40px;
    padding-bottom: 10px
}

.upqode-header--get-quote a {
    position: relative;
    color: var(--c-headings);
    font-family: Manrope_bold, sans-serif;
    font-size: 10px;
    line-height: 1.58;
    letter-spacing: 2px;
    text-transform: uppercase
}

.upqode-header--get-quote a::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s;
    background: currentColor
}

@media screen and (max-width: 767px) {
    .upqode-header--get-quote {
        padding-right: 20px;
        padding-top: 0;
        padding-bottom: 5px;
        letter-spacing: 1.8px;
        font-size: 8px
    }

    .upqode-header--get-quote a {
        font-size: 9px
    }

    .upqode-header--get-quote a::before {
        bottom: -5px
    }
}

.upqode-header--icon-menu {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: var(--c-active);
    border-radius: 50%;
    position: relative;
    padding: 20px 0 0 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s
}

.upqode-header--icon-menu::after, .upqode-header--icon-menu::before {
    content: "";
    display: block;
    height: 2px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s
}

.upqode-header--icon-menu::before {
    width: 23px
}

@media screen and (max-width: 767px) {
    .upqode-header--icon-menu {
        width: 31px;
        height: 31px;
        padding: 14px 0 0 7px
    }

    .upqode-header--icon-menu::before {
        width: 18px
    }
}

.upqode-header--icon-menu::after {
    width: 19px;
    margin-top: 4px
}

.upqode-header--menu-wrapper {
    color: #fff;
    background: var(--c-dark);
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
    position: fixed;
    width: 100%;
    left: 100%;
    top: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: all .8s ease
}

.upqode-header--menu {
    height: 100vh;
    width: 33.333%;
    background: var(--c-active);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: -40%;
    top: 0;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: all 1.2s ease;
    z-index: 2
}

.upqode-header--menu ul {
    list-style-type: none;
    padding-top: 40px;
    margin-bottom: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: all .8s
}

.upqode-header--menu > ul > li:not(:last-child) {
    padding-bottom: 15px
}

.upqode-header--menu > ul > li:first-child > a::before {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: all .25s ease
}

.upqode-header--menu > ul > li:nth-child(2) > a::before {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: all .5s ease
}

.upqode-header--menu > ul > li:nth-child(3) > a::before {
    -webkit-transition: .75s;
    -o-transition: .75s;
    transition: all .75s ease
}

.upqode-header--menu > ul > li:nth-child(4) > a::before {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: all 1s ease
}

.upqode-header--menu > ul > li:nth-child(5) > a::before {
    -webkit-transition: 1.25s;
    -o-transition: 1.25s;
    transition: all 1.25s ease
}

.upqode-header--menu > ul > li > a {
    font-size: 45px;
    font-family: Manrope_extrabold, sans-serif;
    letter-spacing: .28px;
    position: relative;
    z-index: 0;
    display: inline-block;
    color: #fff;
    background: var(--c-dark)
}

@media screen and (max-width: 1199px) {
    .upqode-header--menu {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding-left: 40px
    }

    .upqode-header--menu > ul > li > a {
        font-size: 38px
    }
}

@media screen and (max-width: 767px) {
    .upqode-header--icon-menu::after {
        width: 14px;
        margin-top: 3px
    }

    .upqode-header--menu > ul > li > a {
        font-size: 36px
    }
}

.upqode-header--menu > ul > li > a::before, .upqode-header--menu > ul > li > a > span::before {
    content: "";
    background-color: var(--c-active);
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: 1
}

.upqode-header--menu > ul > li > a span {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: var(--c-active);
    top: -10px;
    left: -10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: -1
}

.upqode-header--menu > ul > li > a::after {
    content: "";

    opacity: .2;
    height: 0;
    width: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease;
    position: absolute;
    bottom: 0;
    right: -5px;
    z-index: -1
}

.upqode-header--menu > ul > li > a:active::after, .upqode-header--menu > ul > li > a:hover::after {
    height: 32px;
    width: calc(100% + 10px)
}

.upqode-header--menu .close_sub_menu {
    position: fixed;
    height: 55px;
    width: 55px;
    background: rgba(255, 255, 255, .22);
    z-index: 10;
    border-radius: 50%;
    bottom: 24px;
    left: 55%;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    display: none;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: all .6s ease
}

@media screen and (max-width: 991px) {
    .upqode-header--menu {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        right: -100%;
        padding: 55px 0;
        overflow: auto
    }

    .upqode-header--menu ul {
        position: relative;
        overflow: auto;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: 100%;
        margin: auto 0;
        padding: 0 15px;
        text-align: center
    }

    .upqode-header--menu .close_sub_menu {
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: all .6s ease;
        left: auto;
        right: calc(100% + 80px)
    }

    .upqode-header--menu .sub-menu {
        max-height: 100%
    }
}

.upqode-header--menu .close_sub_menu::after {
    font-family: ElegantIcons;
    content: "\24";
    display: inline-block;
    font-size: 30px;
    color: #fff
}

.upqode-header--menu .close_sub_menu:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.upqode-header--menu .close_sub_menu:hover::after {
    color: var(--c-active)
}

.upqode-header--menu .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.upqode-header--menu .sub-menu__wrap {
    display: none;
    width: 66.66%;
    padding-left: 10%;
    position: fixed;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 30px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: all .8s ease
}

@media screen and (max-width: 991px) {
    .upqode-header--menu .sub-menu__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        left: -100%;
        padding: 75px 15px 20px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: all .6s ease;
        z-index: 2;
        background-color: var(--c-dark);
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow-y: auto
    }
}

.upqode-header--menu .sub-menu a {
    font-size: 19px;
    font-family: Manrope_bold, sans-serif;
    line-height: 1.85;
    position: relative;
    letter-spacing: .28px;
    color: #fff
}

.upqode-header--menu .sub-menu a::before {
    content: "";
    background-color: var(--c-dark);
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: 1;
    -webkit-transition: .75s;
    -o-transition: .75s;
    transition: all .75s ease
}

.upqode-header--menu .sub-menu a::after {
    content: "";
    background: var(--c-active);
    height: 0;
    opacity: 1;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: -1
}

.upqode-header--menu .sub-menu a:hover::after {
    height: 10px;
    width: 100%
}

.upqode-header--menu .sub-menu li {
    width: 50%;
    padding-bottom: 30px
}

@media screen and (max-width: 991px) {
    .upqode-header--menu .sub-menu li {
        width: 100%
    }
}

.upqode-header--content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.upqode-header--content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 66%;
    padding-left: 10%;
    padding-top: 40px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: all .8s ease
}

.upqode-header--content-inner > * {
    position: relative
}

.upqode-header--subtitle {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 1.2px;
    font-family: Manrope_bold, sans-serif;
    text-transform: uppercase;
    padding-bottom: 20px;
    background-color: var(--c-dark);
    color: var(--c-active)
}

.upqode-header--subtitle::before {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: all .5s ease
}

.upqode-header--title {
    max-width: 420px;
    font-family: Manrope_extrabold, sans-serif;
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.22px
}

.upqode-header--title span {
    color: #fff;
    display: block;
    font-weight: 900;
    font-family: inherit;
    position: relative;
    padding-right: 5px
}

.upqode-header--title span::before {
    -webkit-transition: .75s;
    -o-transition: .75s;
    transition: all .75s ease
}

.upqode-header--item > ::before, .upqode-header--subtitle::before, .upqode-header--title span::before {
    content: "";
    background-color: var(--c-dark);
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 104%;
    z-index: 1
}

.upqode-header--item > * {
    display: inline-block;
    position: relative;
    font-family: Manrope_bold, sans-serif;
    font-size: 19px;
    line-height: 1.84;
    letter-spacing: -.19px;
    color: #fff
}

.upqode-header--item:first-of-type {
    padding: 70px 0 50px
}

.upqode-header--item:first-of-type > ::before {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: all 1s ease
}

.upqode-header--item:nth-of-type(2) {
    padding-bottom: 50px
}

.upqode-header--item:nth-of-type(2) > ::before {
    -webkit-transition: 1.25s;
    -o-transition: 1.25s;
    transition: all 1.25s ease
}

.upqode-header--item:nth-of-type(3) > ::before {
    -webkit-transition: 1.4s;
    -o-transition: 1.4s;
    transition: all 1.4s ease
}

.upqode-header.open .upqode-header--menu-wrapper {
    left: 0;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: all 1.2s ease
}

.upqode-header.open .upqode-header--menu {
    right: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: all .5s ease
}

.upqode-header.open .upqode-header--menu .sub-menu__wrap.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.upqode-header.open .upqode-header--menu .sub-menu__wrap.show + .close_sub_menu {
    display: inline-block
}

.upqode-header.open .upqode-header--icon-menu {

    padding: 24px 0 0 11px
}

.upqode-header.open .upqode-header--icon-menu::before {
    width: 28px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #2d2a2b
}

.upqode-header.open .upqode-header--icon-menu::after {
    width: 28px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #2d2a2b;
    margin-top: -2px
}

@media screen and (max-width: 767px) {
    .upqode-header.open .upqode-header--icon-menu {
        padding: 13px 0 0 8px
    }

    .upqode-header.open .upqode-header--icon-menu::after, .upqode-header.open .upqode-header--icon-menu::before {
        width: 16px
    }
}

.upqode-header.open .upqode-header--get-quote a {
    color: #fff
}

.upqode-header.open .upqode-header--get-quote a::before {
    background: #fff
}

.upqode-header.menu-anime .upqode-header--content-inner, .upqode-header.menu-anime .upqode-header--menu ul {
    padding-top: 0
}

.upqode-header.menu-anime .upqode-header--item:last-of-type::before, .upqode-header.menu-anime .upqode-header--item > ::before, .upqode-header.menu-anime .upqode-header--subtitle::before, .upqode-header.menu-anime .upqode-header--title span::before {
    height: 0
}

.upqode-header.menu-anime .upqode-header--menu .sub-menu__wrap.show a::before {
    height: 0;
    -webkit-animation: 1s anime-sub;
    animation: 1s anime-sub
}

.upqode-header.menu-anime .upqode-header--menu li > a::before, .upqode-header.menu-anime .upqode-header--menu li > a > span::before {
    height: 0
}

.upqode-header.menu-anime .upqode-header--logo a {
    color: #fff;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.upqode-footer {
    background: var(--c-dark);
    color: #fff;
    padding: 100px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

@media screen and (min-width: 768px) {
    .upqode-footer {
        padding-top: 115px
    }
}

@media screen and (min-width: 992px) {
    .upqode-header.open .upqode-header--menu .sub-menu__wrap {
        left: 0;
        -webkit-transition: 1.2s;
        -o-transition: 1.2s;
        transition: all 1.2s ease
    }

    .upqode-footer {
        padding: 125px 0
    }
}

@media screen and (min-width: 1200px) {
    .upqode-footer {
        padding: 145px 0
    }
}

@media screen and (min-width: 1400px) {
    .upqode-footer {
        padding: 185px 0
    }
}

.upqode-footer a {
    color: #fff
}

.upqode-footer__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%
}

.upqode-footer__logo p {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    margin-top: 12px
}

.upqode-footer__logo p a {
    font-size: 14px;
    line-height: 1.58;
    letter-spacing: .56px
}

.upqode-footer__logo img, .upqode-footer__logo picture {
    max-width: 280px;
    margin: 50px 0 60px
}

@media only screen and (max-width: 991px) {
    .upqode-footer__logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
        flex: 1 0 55%
    }

    .upqode-footer__logo img, .upqode-footer__logo picture {
        margin: 30px 0
    }
}

@media only screen and (max-width: 767px) {
    .upqode-footer__logo img, .upqode-footer__logo picture {
        max-width: 240px;
        margin: 40px 0
    }
}

@media only screen and (max-width: 575px) {
    .upqode-footer .container.md > div {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .upqode-footer__logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }

    .upqode-footer__logo p {
        font-size: 12px
    }

    .upqode-footer__logo img, .upqode-footer__logo picture {
        margin: 50px 0 0
    }
}

.upqode-footer__logo > a {
    font-size: 20px;
    font-family: Poppins_semibold, sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 3px
}

.upqode-footer__adress {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%
}

@media screen and (max-width: 991px) {
    .upqode-header.open .upqode-header--menu .sub-menu__wrap.show {
        left: 0;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: all .6s ease
    }

    .upqode-header.open .upqode-header--menu .sub-menu__wrap.show + .close_sub_menu {
        left: 20px;
        right: auto;
        bottom: 20px
    }

    .upqode-footer__adress {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
        flex: 1 0 45%
    }
}

.upqode-footer__adress p {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    white-space: pre-wrap;
    line-height: 2.4
}

@media only screen and (max-width: 575px) {
    .upqode-footer__adress {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .upqode-footer__adress p {
        margin: 8px 0;
        font-size: 12px
    }
}

.upqode-footer__adress p a {
    display: block;
    line-height: 3.3
}

.upqode-footer__adress p:nth-child(2) {
    margin-top: 5px
}

.upqode-footer__service, .upqode-footer__sitemap {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%
}

@media screen and (max-width: 991px) {
    .upqode-footer__service, .upqode-footer__sitemap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 35%;
        flex: 1 0 35%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

.upqode-footer__service ul, .upqode-footer__sitemap ul {
    list-style: none;
    margin: 0
}

.upqode-footer__service a, .upqode-footer__sitemap a {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 2.5;
    position: relative
}

@media only screen and (max-width: 767px) {
    .upqode-footer__service a, .upqode-footer__sitemap a {
        line-height: 3;
        display: inline-block
    }
}

@media only screen and (max-width: 575px) {
    .upqode-footer__service, .upqode-footer__sitemap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .upqode-footer__service a, .upqode-footer__sitemap a {
        font-size: 12px;
        line-height: 3.3
    }
}

.upqode-footer__service a::after, .upqode-footer__sitemap a::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--c-active);
    opacity: .2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: all .4s ease
}

.upqode-footer__service a:hover::after, .upqode-footer__sitemap a:hover::after {
    height: 50%
}

.upqode-footer__service {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%
}

@media screen and (max-width: 991px) {
    .upqode-footer__service {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
        flex: 1 0 45%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .cursore-uq {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .upqode-footer__service {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.upqode-footer__socials {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.upqode-footer__socials a {
    font-family: Manrope_bold, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 50px;
    letter-spacing: 2px
}

@media only screen and (max-width: 991px) {
    .upqode-footer__socials {
        margin-top: -60px;
        margin-left: auto;
        max-width: 100%;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        text-align: right;
        margin-right: 0
    }

    .upqode-footer__socials a {
        margin: 0 4px
    }
}

@media only screen and (max-width: 767px) {
    .upqode-footer__socials {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin-top: 25px;
        text-align: left
    }

    .upqode-footer__socials a {
        margin: 0 25px 0 0
    }
}

@media only screen and (max-width: 575px) {
    .upqode-footer__socials {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding-top: 30px
    }

    .upqode-footer__socials a {
        display: block;
        font-size: 9px;
        line-height: 3.9
    }
}

.cursore-uq {
    width: 6px;
    height: 6px;
    top: -2px;
    left: -2px;
    border-radius: 100%;
    background-color: var(--c-active);
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    -webkit-animation: 2s cursor_opacity;
    animation: 2s cursor_opacity;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s ease;
    -o-transition: transform .15s;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease
}

.cursore-uq:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: var(--c-active);
    opacity: .2;
    left: 50%;
    top: 50%;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cursore-uq svg {
    position: relative;
    left: -14px;
    top: -16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: all .1s
}

.cursore-uq .radial-progress-cover {
    stroke: var(--c-active)
}

.hover {
    opacity: .5 !important
}

.hover:after {
    opacity: 1;
    width: 36px;
    height: 36px
}

.hover_l {
    height: 37px;
    width: 37px;
    border-radius: 100%;

    text-align: center;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, .4);
    top: -18px;
    left: -18px
}

.hover_l:after {
    font-family: ElegantIcons;
    content: "\24";
    font-size: 17px;
    line-height: 38px;
    color: var(--c-active);
    background: 0 0;
    opacity: 1;
    width: 100%;
    height: 100%
}

.hover_l svg {
    opacity: 0
}

.hover_r {
    height: 37px;
    width: 37px;
    border-radius: 50%;

    text-align: center;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, .4);
    top: -18px;
    left: -18px
}

.hover_r:after {
    font-family: ElegantIcons;
    content: "\23";
    display: inline;
    font-size: 17px;
    line-height: 38px;
    color: var(--c-active);
    background: 0 0;
    opacity: 1;
    z-index: 1;
    width: 100%;
    height: 100%
}

.hover_r svg {
    opacity: 0
}

.hover_tesimonial {
    height: 37px;
    width: 37px;
    border-radius: 100%;
    background: var(--c-active);
    text-align: center;
    -webkit-box-shadow: 0 0 0 7px rgba(245, 111, 94, .4);
    box-shadow: 0 0 0 7px rgba(245, 111, 94, .4);
    top: -18px;
    left: -18px
}

.hover_tesimonial:after {
    font-family: ElegantIcons;
    content: "\31";
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    background: 0 0;
    opacity: 1;
    width: 100%;
    height: 100%
}

.hover_tesimonial svg {
    opacity: 0
}

.hover_dark, .hover_dark:after {
    background-color: #282526
}

.hover_dark .radial-progress-cover {
    stroke: #282526
}

.hover_normal, .hover_normal:after {
    background-color: var(--c-active)
}

.hover_normal .radial-progress-cover {
    stroke: var(--c-active)
}

@-webkit-keyframes cursor_opacity {
    0% {
        opacity: 0
    }
    70% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes cursor_opacity {
    0% {
        opacity: 0
    }
    70% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
