﻿.icon {
    display: inline-block;
    height: 1em;
    width: auto;
    aspect-ratio: auto;
    vertical-align: -0.125em;
    fill: currentColor;
    overflow: visible;
    flex-shrink: 0;
}

.sr-only,
.fa-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

:root {
    /* Custom Variables */
    --input_height: 50px;
    --hpl01-h: 0px;
    --errorinput-bg: rgb(255, 244, 244);
    --errorinput-border: rgb(255, 0, 0);

    --body-color: #161616;

    --block-padding: 60px;
    --block-margin: 75px;

    --block-gap: 2rem;

    --bs-body-font-size: 18px;
    --bs-border-radius: 10px;
    --bs-body-font-weight: 300;

    --selection-color: #ffffff;
    --selection-bg: #43abe1;

    --scrollbar-color: #160b42;
    --scrollbar-track-color: #ffffff;

    --block-blur: 70px;
    --block-opacity: .6;

    --light-blue: #43abe1;
    --blue: #160b42;
    --dark-blue: #0e062e;
    --gray: #f4f4f4;
    --dark-gray: #eaeae9;
    --color-white: #fff;

    --h1-font: 'Poppins', sans-serif;
    --h2-font: 'Poppins', sans-serif;
    --h3-font: 'Poppins', sans-serif;
    --h4-font: 'Poppins', sans-serif;

    --h1-fontsize: 72px;
    --h2-fontsize: 55px;
    --h3-fontsize: 40px;
    --h4-fontsize: 20px;

    --h1-fontweight: 200;
    --h2-fontweight: 200;
    --h3-fontweight: 200;
    --h4-fontweight: 200;
}

.hidden_header {
    height: 1px;
    overflow: hidden;
    width: 1px;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    white-space: nowrap;
}

.blur-canvas-active {
    --block-blur: 0px;
    --block-opacity: 0;
}

:focus-visible {
    box-shadow: unset;
    outline: 2px solid var(--button-background, var(--light-blue));
    outline-offset: 2px;
}

::selection {
    color: var(--selection-color);
    background-color: var(--selection-bg);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: var(--scrollbar-track-color);
}

::-webkit-scrollbar-thumb {
    background: var(--scrollbar-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-color);
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-color) var(--scrollbar-track-color);
}

body {
    background: var(--body-background, transparent);
    color: var(--body-color);
    font-family: var(--body-font, 'Poppins', sans-serif);
}

header,
main,
footer {
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
}

.row {
    --bs-gutter-x: var(--block-gap, 2rem);
}

.checkatrade svg path {
    fill: #fff;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.45;
}

p:last-child {
    margin-bottom: 0;
}

b,
strong {
    font-weight: 500;
}

.cursor-unset {
    cursor: unset;
}

a {
    text-decoration: unset;
}

a.underline,
p a {
    background: linear-gradient(0deg, var(--button-background, var(--light-blue)), var(--button-background, var(--light-blue))) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms !important;
    --bg-h: 100%;
    padding-bottom: 0px;
    --bg-h: 2px;
    text-decoration: none;
    color: var(--button-background, var(--light-blue));
}

p a {
    font-weight: 500;
    background-position: right bottom 0px;
}

a.underline:where(:hover, :focus-visible, :active),
p a:where(:hover, :focus-visible, :active) {
    background-size: 100% var(--bg-h);
    background-position-x: left;
    text-decoration: none;
    color: var(--button-background, var(--light-blue));
}

span.subtitle {
    display: block;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    font-family: var(--h1-font, 'Poppins', sans-serif);
    text-transform: uppercase;
    color: var(--blue);
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 200;
    line-height: 1;
    letter-spacing: -.025em;
    margin-inline: -0.05em;
}

h1,
.h1 {
    font-family: var(--h1-font, 'Poppins', sans-serif);
    font-size: var(--h1-fontsize, 72px);
    font-weight: var(--h1-fontweight, 200);
    line-height: 1.1;
    margin-bottom: 1rem;
}

h2,
.h2 {
    font-family: var(--h2-font, 'Poppins', sans-serif);
    font-size: var(--h2-fontsize, 55px);
    font-weight: var(--h2-fontweight, 200);
    margin-bottom: 1.5rem;
}

h3,
.h3 {
    font-family: var(--h3-font, 'Poppins', sans-serif);
    font-size: var(--h3-fontsize, 40px);
    font-weight: var(--h3-fontweight, 200);
    margin-bottom: 1.5rem;
}

h4,
.h4 {
    font-family: var(--h4-font, 'Poppins', sans-serif);
    font-size: var(--h4-fontsize, 20px);
    font-weight: var(--h4-fontweight, 300);
}

@media screen and (max-width: 1199.98px) {
    :root {
        --h1-fontsize: 60px;
        --h2-fontsize: 48px;
        --h3-fontsize: 32px;
        --h4-fontsize: 20px;
    }
}

@media screen and (max-width: 991.98px) {
    :root {
        --block-gap: 22px;
        --h4-fontsize: 18px;
    }
}

@media screen and (max-width: 767.98px) {
    :root {}
}

@media screen and (max-width: 575.98px) {
    :root {
        --h1-fontsize: 40px;
        --h2-fontsize: 40px;
        --h3-fontsize: 28px;
        --h4-fontsize: 18px;
    }

}

@media screen and (min-width: 992px) {
    :root {
        --col-spacing: calc(3.5 * var(--block-gap));
        --col-spacing-w: 12.5%;
    }
}

.form-control {
    padding: 17px 20px;
    min-height: var(--input_height);
    height: var(--input_height);
    border: unset !important;
}

.col-form-label {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 8px;
    padding-top: 5px;
}

.btn-group>.btn-group:not(:first-child),
.btn-group> :not(.btn-check:first-child)+.btn {
    margin-left: 0;
}

.btn {
    padding: 12px 30px 12px;
    font-family: var(--h2-font, 'Poppins', sans-serif);
    font-weight: 500;
    background-color: var(--button-background, var(--light-blue));
    outline: 2px solid var(--button-background, var(--light-blue));
    outline-offset: -2px;
    border: unset !important;
    box-shadow: unset !important;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    border-radius: 40px;
    transition: all 0.2s cubic-bezier(.39, .58, .57, 1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-wrap: nowrap;
    min-width: 160px;
    display: inline-block;
    height: 44px;
    min-height: 44px;
    align-content: center;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.15em;

    --ripple-color: rgba(255, 255, 255, 1);
    --ripple-x: 50%;
    --ripple-y: 50%;
    --ripple-size: 500px;
}

.btn::before {
    content: "";
    position: absolute;
    left: var(--ripple-x);
    top: var(--ripple-y);
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--ripple-color);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
    transition: none;
}

.btn.ripple-explode::before {
    animation: btn-ripple-explode 0.5s forwards;
}

.btn.ripple-desplode::before {
    animation: btn-ripple-desplode 0.5s forwards;
}

@keyframes btn-ripple-explode {
    from {
        width: 0;
        height: 0;
        opacity: 1;
    }

    to {
        width: var(--ripple-size);
        height: var(--ripple-size);
        opacity: 1;
    }
}

@keyframes btn-ripple-desplode {
    from {
        width: var(--ripple-size);
        height: var(--ripple-size);
        opacity: 1;
    }

    to {
        width: 0;
        height: 0;
        opacity: 0;
    }
}

.btn-w {
    padding: 12px 45px 10px;
}

.btn-icon {
    padding-right: 58px;
}

.btn-icon svg,
.btn-icon i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    width: fit-content;
    text-align: right;
    padding-bottom: 4px;
}

.btn-icon svg {
    height: 23px;
    width: 21px;
    padding-bottom: 4px;
}

.btn-icon svg,
.btn-icon svg path {
    fill: #fff;
}

.btn.btn-primary {
    background-color: transparent;
    outline: 2px solid var(--button-background, var(--light-blue));
    color: var(--button-background, var(--light-blue));
    --ripple-color: color-mix(in srgb, var(--button-background, var(--light-blue)) 100%, transparent);
}

.btn.btn-secondary {
    background-color: #fff;
    outline: 2px solid #fff;
    color: var(--button-background, var(--light-blue));
    --ripple-color: color-mix(in srgb, var(--button-background, var(--light-blue)) 100%, transparent);
}

.form-group.bottom-box .btn {
    min-width: 200px;
    margin-top: .5rem;
}

.btn:hover,
.btn:focus,
.btn:focus-visible,
.btn:active {
    background-color: #ffffff;
    outline: 2px solid var(--button-background, var(--light-blue)) !important;
    color: var(--button-background, var(--light-blue));
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:focus-visible,
.btn.btn-primary:active {
    background-color: var(--button-background, var(--light-blue));
    outline: 2px solid var(--button-background, var(--light-blue)) !important;
    color: #ffffff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:focus-visible,
.btn.btn-secondary:active {
    background-color: var(--button-background, var(--light-blue));
    outline: 2px solid var(--button-background, var(--light-blue)) !important;
    color: #ffffff;
}

.btn:focus-visible {
    outline: 2px solid var(--button-background, var(--light-blue));
    outline-offset: 2px;
}

.btn-share.facebook {
    background-color: #2f5a9b;
}

.btn-share.twitter {
    background-color: #00acf2;
}

.container {
    position: relative;
    z-index: 1;
}

.container.container-wide {
    padding: var(--block-margin) 0;
}

.container.container-wide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 100px);
    max-width: calc(100vw - 30px);
    height: 100%;
    background-color: var(--block-bg, var(--dark-gray, #fff));
    border-radius: calc(var(--bs-border-radius) * 2);
    z-index: -1;
}

@media screen and (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

@media (min-width: 576px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 767.98px) {
    .container.container-wide {
        padding: var(--block-margin) 30px;
        padding-right: 45px;
        padding-left: 45px;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* Form Control Styles */

.form-control {
    border-radius: 0px;
}

/* Quick Enquiry */
#slideOut {
    right: -400px;
    width: 400px;
    min-height: 300px;
}

#slideOut div.container {
    padding: 15px;
}

/* Display slideOut */
.right-tab.show {
    right: 0px !important;
}

/* Tab */
#slideOut .slideOutTab {
    cursor: pointer;
    position: absolute;
    left: -40px;
    width: 40px;
    height: 200px;
    background: var(--quickinquiry-tab-background);
}

/* Tab Layer */
.slideOutTab div {
    text-align: center;
    position: relative;
    font-family: arial;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    right: 70px;
    top: 90px;
    width: 180px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    /* IE9+ */
    writing-mode: horizontal-tb;
}

#slideOut .col-form-label {
    padding: 0 0 3px;
}

#slideOut .form-control {
    min-height: 35px;
}

#slideOut textarea.form-control {
    resize: none;
    height: 108px;
}

#slideOut .form-group {
    margin-bottom: 10px;
}

#slideOut .form-control:focus {
    outline: none
}

.form.blocked {
    pointer-events: none;
}

.form .form-error {
    display: block;
    color: var(--required_color);
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 140%;
}

.form .tickbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    margin-top: 28px;
}

.form .radio-multi .tickbox:last-child {
    margin-bottom: 0;
}

.form .radio-multi>label {
    display: none;
}

.form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-top: 5px;
}

.form input[type="checkbox"]+label {
    padding: 0 0 0 5px;
}

.form .form-error {
    font-size: 15px
}

.form textarea.form-control {
    resize: none;
    height: 150px;
}

form input[type="checkbox"]+label+.form-error {
    display: none;
}

.col-form-label {
    line-height: 16px;
    font-size: 16px;
    padding-bottom: calc(.75rem + var(--bs-border-width));
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group.bottom-box {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 1rem;
}

form .checkbox {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

form .checkbox+label {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
    line-height: 22px;
}

form .checkbox+label:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 0px;
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

form .checkbox.error+label::before {
    background-color: var(--errorinput-bg);
    border-color: var(--errorinput-bg);
}

form .checkbox:focus-visible+label:before {
    outline: 2px solid var(--button-background, var(--light-blue));
    outline-offset: -1px;
}

form .checkbox:checked+label::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 4px;
    width: 6px;
    height: 11px;
    border-right: 2px solid var(--body-color);
    border-bottom: 2px solid var(--body-color);
    transform: rotate(45deg);
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
}

.form .required-star {
    color: var(--required_color)
}

form .tickbox.has-error label:before {
    color: var(--required_color);
    border-color: var(--required_color);
}

.form .form-group {
    position: relative;
}

.form .form-group:has(.form-control.error) {
    animation: shake 0.3s;
}

.form span.required,
.form .required-star {
    color: var(--required_color);
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    20%,
    60% {
        transform: translateX(-5px);
    }

    40%,
    80% {
        transform: translateX(5px);
    }
}

.form select.valid,
.form input.valid {
    background-image: url('/images/default/success-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-color: #4a4a4a;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form select.error,
.form input.error {
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 2px solid var(--required_color);
    background-color: #ffeded;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form .error+div.error,
.form .form-group.has-error div.error {
    color: var(--required_color);
    position: absolute;
    right: 0;
    bottom: -22px;
    margin: 0;
}

.form .captcha .error+div.error,
.form .form-group.captcha.has-error div.error {
    position: static;
}

.form .form-group.has-error.tickbox div.error {
    display: none !important;
}

form .has-error input.error,
form .has-error select.error,
form .has-error textarea.error,
form .has-error canvas.error,
form .radio-multi.has-error .tickbox {
    background-color: var(--errorinput-bg);
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-color: var(--errorinput-border);
    border-width: 2px;
}

form .has-error input.error[type="date"] {
    background-image: none;
}

form .has-error div.error {
    color: var(--required_color);
}

.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background-image: none;
    flex: 1;
    cursor: pointer
}

.form select::-ms-expand {
    display: none
}

.form .select {
    position: relative;
    display: flex;
    line-height: 3;
    overflow: hidden
}

.form .select::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    color: #212121;
    cursor: pointer;
    pointer-events: none;
    transition: .3s all ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: translateZ(1px);
    padding-top: 2px;
}

.form .select:not(:has(select:focus)):hover::after {
    background-color: #fff;
    animation: bounceArrowDown 2s infinite
}

@keyframes bounceArrowDown {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(8px)
    }

    60% {
        transform: translateY(5px)
    }
}

@keyframes bounceArrowRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(8px)
    }

    60% {
        transform: translateX(5px)
    }
}

#slideOut .form-error {
    display: none;
}

#slideOut .bottom-box {
    position: relative;
    margin-bottom: 0px !important
}

#slideOut .bottom-box .required {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: var(--quickinquiry-tab-background)
}

.right-tab {
    display: none;
    position: fixed;
    top: 200px;
    width: 370px;
    right: -370px;
    background: var(--quickinquiry-background);
    z-index: 99;
    color: var(--quickinquiry-color);
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.right-tab iframe {
    border: none;
    width: 100%;
    height: 350px;
}

.right-tab-button {
    background: var(--quickinquiry-tab-background);
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -40px;
}

.right-tab-button>i {
    line-height: 40px;
}

#facebook-feed {
    top: 405px;
    z-index: 9998;
}

#twitter-feed {
    top: 450px;
    z-index: 9997;
}

#instagram-feed {
    top: 495px;
    z-index: 9996;
}

.right-tab-content {
    padding: 15px;
}

/* Hamburger */
.hamburger {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px slolid #ffffff;
    color: #fff;
    width: 55px;
    height: 55px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity, filter linear 0.15s, background-color 0.15s, border 0.15s;
    border-radius: 50%;
}

.hamburger.navbar-toggler {
    --bs-border-width: 2px;
    --bs-navbar-toggler-border-color: #ffffff;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    background-color: var(--button-background, var(--light-blue));
    border: 2px solid var(--button-background, var(--light-blue));
}

.hamburger-box {
    width: 16px;
    height: 18px;
    display: inline-block;
    position: relative;
    transition: all .3s ease-in-out;
}

.is-active .hamburger-box {
    margin-top: 11px;
    scale: 1.3;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-bottom: 2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    width: 16px;
    border-radius: 2px;
    height: 2px;
    background-color: var(--navbar-hamburguer-icon-color);
    position: absolute;
    transition: transform ease .15s;
}

.navbar-toggler:focus {
    box-shadow: unset;
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-toggler:active {
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-toggler:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 0px;
}

/* Hamburger animations (minimised) */
.navbar-toggler .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.navbar-toggler .hamburger-inner:after {
    content: "";
    display: block;
    top: -12px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.navbar-toggler .hamburger-inner:before {
    content: "";
    display: block;
    top: -6px;
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.navbar-toggler.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.navbar-toggler.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.navbar-toggler.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg)
}

[data-var][contenteditable=true] {
    outline: 2px dashed #254d7a;
    outline-offset: -2px;
}

@media (min-width: 768px) {
    .right-tab {
        display: block
    }
}

@media (max-height: 750px) {

    #slideOut {
        top: 20vh;
    }

    #facebook-feed {
        top: calc(20vh + 205px);
    }

    #twitter-feed {
        top: calc(20vh + 250px);
    }

    #instagram-feed {
        top: calc(20vh + 295px);
    }
}

@media (max-height: 650px) {
    .right-tab {
        display: none;
    }
}

.bootbox .bootbox-close-button {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none !important;
    outline: none !important;
    background-color: transparent;
}

.bootbox.popup-login.show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bootbox.popup-login .modal-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 600px;
    margin: 0;
    max-width: none;
}

.bootbox.popup-login.show .modal-dialog .login_form {
    padding-top: 0px;
}


.bootbox.popup-login.show .spin-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    pointer-events: none;
}

.bootbox.popup-login .modal-dialog .help-block.form-error {
    color: rgb(185, 74, 72);
}

.bootbox.popup-login .modal-dialog .passblock {
    position: relative;
    margin-bottom: 30px;
}


.bootbox.popup-login .modal-dialog .login_form #reset-password {
    position: absolute;
    bottom: -25px;
    left: 15px;
    cursor: pointer;
    font-size: 14px;
}

.bootbox.popup-login .modal-dialog .login_form #reset-password:hover {
    text-decoration: underline;
}

.bootbox.popup-login .modal-content {
    border-radius: 0;
}

.bootbox.popup-login .modal-dialog .modal-body {
    padding-bottom: 0;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion {
    margin-bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
    background: #b9b9b9;
    margin-top: 15px;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion a {
    color: #000;
    padding: 15px 0px;
    display: block;
}

.bootbox.popup-login #loginform button.btn[type=submit] {
    border-radius: 0;
    width: 100%;
}

.account_popup_dialog {
    position: absolute;
    top: calc(100% + 15px);
    right: -60px;
    width: 240px;
    text-align: left;
    background: #fff;
    border: 1px solid #000;
}

.account_popup_dialog:before {
    content: "";
    position: absolute;
    right: 60px;
    width: 20px;
    height: 40px;
    top: -40px;
}

.account_popup_dialog .item a {
    color: #000;
    display: block;
    width: 100%;
    padding: 2px 15px;
    transition: all 0.1s;
    text-decoration: none;
}

.account_popup_dialog .item a i {
    margin-right: 10px;
}

.account_popup_dialog .item a:hover,
.account_popup_dialog .item a:active {
    background: #000;
    color: #fff;
}


.bootbox.popup-login.show .modal-dialog .login_form .form-errors .error-line {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    color: rgb(185, 74, 72);
}

.message-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1111;
}

.message-container .messagepopupmessage {
    position: relative;
    background: #d7d7d7;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    border: 1px solid #b9b9b9;
    font-size: 14px;
    width: 100%;
}

.message-container .messagepopupmessage .close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    cursor: pointer;
    transition: 0.2s opacity;
}

.message-container .messagepopupmessage:hover .close,
.message-container .messagepopupmessage .close:active {
    opacity: 1;
}


@media(max-width: 575px) {
    .message-container {
        left: 15px;
        right: 15px;
        width: auto;
    }

    .message-container .messagepopupmessage {
        width: 100%;
        margin-top: 5px;
    }

    .message-container .messagepopupmessage .close {
        font-size: 20px;
    }
}

#modal_backdrop.invisible {
    -webkit-transition: visibility 0.3s ease-out;
    transition: visibility 0.3s ease-out;
}

#modal_backdrop.WOLoading i {
    display: none;
}

#modal_backdrop .modal-backdrop {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#modal_backdrop.invisible .modal-backdrop i {
    animation: none !important;
}

#modal_backdrop:not(.invisible) .modal-backdrop {
    opacity: 0.7;
    color: #fff;
    z-index: 1100;
}

#modal_backdrop:not(.invisible) .modal-backdrop i {
    width: auto;
}

.select2-container--default .select2-selection--single {
    min-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    line-height: 38px !important;
}

.captcha.captcha-image img {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 150px;
    height: 40px;
}

.captcha-image-reload {
    display: flex;
}


.captcha_whatis {
    cursor: pointer;
    font-size: small;
}

.sash_image {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-top: -1px;
    margin-left: -1px;
}


.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #ced4da;
}

.d-empty:after {
    content: "\00a0";
}

.sash-svg-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.sash-svg-container img.sash_image,
.sash-svg-container object {
    position: static;
}

.sash-alignment-top_left img.sash_image,
.sash-alignment-top_left object {
    transform: rotate(0);
}

.sash-alignment-top_right img.sash_image,
.sash-alignment-top_right object {
    transform: rotate(90deg);
}

.sash-alignment-bottom_right img.sash_image,
.sash-alignment-bottom_right object {
    transform: rotate(180deg);
}

.sash-alignment-bottom_left img.sash_image,
.sash-alignment-bottom_left object {
    transform: rotate(270deg);
}


.modal-header>*:first-letter {
    text-transform: capitalize;
}


.loading-wrapper {
    position: relative;
}

.loading-wrapper .loading-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.loading-wrapper .loading-block:before {
    content: "";
    background-image: url('/images/default/dots_loading_w.svg');
    width: 110px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loading-wrapper-new .loading-block-new {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.loading-wrapper-new .loading-block-new:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;

    background: conic-gradient(from -90deg,
            var(--scrollbar-color, #160b42) 0deg,
            var(--scrollbar-color, #160b42) 90deg,
            transparent 90deg 360deg);

    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 0);
    mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 0);

    animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.pagination li {
    cursor: pointer;
}

.pagination>* {
    margin-left: 2px;
    margin-right: 2px;
}

.pagination .pagination-input {
    position: relative;
}

.pagination .onpageclick {
    padding: 5px 0px;
    text-align: center;
    min-width: 36px;
}

.pagination .onpageclick>* {
    pointer-events: none;
}

.pagination .onpageclick.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.pagination .pagination-input label {
    margin: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s opacity;
}

.pagination input[type="number"] {
    border: none !important;
    outline: none !important;
    width: 90px;
    position: relative;
    z-index: 1;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
}

.pagination input[type="number"]:focus+label {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

.pagination input[type="number"]::-webkit-outer-spin-button,
.pagination input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pagination .page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}

@media(max-width: 767px) {
    .pagination .pagination-input input[type="number"] {
        width: 100%;
    }

    .pagination .pagination-input {
        width: 100%;
    }
}

.bottom-control {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 400;
}

.bottom-control>*~* {
    margin-top: 5px;
}

@media(min-width: 768px) {
    .bottom-control {
        opacity: 0.4;
        transition: 0.2s all;
    }

    .bottom-control:hover {
        opacity: 1;
    }
}

.backtotop {
    --size: 50px;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    color: #fff;
    background-color: var(--scrollbar-color, #160b42);
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    transition: 0.4s opacity;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1031;
    border: 1px solid var(--scrollbar-color, #160b42);
    background: radial-gradient(closest-side, var(--scrollbar-color, #160b42) 79%, transparent 80% 100%), conic-gradient(#fff var(--progress, 0%), var(--scrollbar-color, #160b42) 0)
}

.backtotop.show {
    opacity: 1;
    transition: 0.4s opacity;
    pointer-events: all;
}


.mobile-fixed-email-button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--scrollbar-color, #160b42);
    background-image: url("/images/default/email-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 100;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .1);
    -webkit-animation: bounce_border 5s ease-out 1.5s infinite;
    -webkit-transform-origin: 50% 50%;
    animation: bounce_border 5s ease-out 1.5s infinite;
    transform-origin: 50% 50%;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.mobile-fixed-email-button:hover {
    color: #fff;
}

@keyframes bounce_border {
    0% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }

    17% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }

    22% {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, .1)
    }

    25% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }

    30% {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, .1)
    }

    35% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }

    100% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }
}

.cookiepref h2.title {
    font-weight: 400;
    font-size: 22px;
    margin: 0;
}

.cookiepref div.company_name {
    font-size: 14px;
}

.cookiepref .nav a {
    font-size: 14px;
    color: var(--body-color) !important;
    padding: 5px 15px !important;
    border-radius: 0 !important;
}

.cookiepref .nav a.active {
    color: var(--body-color) !important;
    background-color: var(--body-background);
    border-radius: 0;
}

.cookiepref .main-body {
    display: flex;
    flex-direction: column;
}

.cookiepref .main-body .tabs .tab-pane:not(.active) {
    display: none;
}

.cookiepref .main-body .tabs .text {
    font-size: 14px;
}

.cookiepref .main-body .tabs .text a {
    color: var(--body-color);
}

.cookiepref .main-body .tabs .text>*:last-child {
    margin-bottom: 0;
}

.cookiepref .main-body .tabs h4 {
    font-weight: 400;
}

.cookiepref .line {
    position: relative;
    margin-top: 15px;
}

.cookiepref .line~.line {
    margin-top: 10px;
}


.cookiepref .line input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.cookiepref .line input+label,
.cookiepref .line.forced label {
    padding-left: 45px;
    cursor: pointer;
    transform: translateY(0px);
    display: inline;
}

.cookiepref .line input+label:before,
.cookiepref .line.forced label:before {
    content: "";
    width: 40px;
    height: 20px;
    display: block;
    background-color: #f38787;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.2s all;
}

.cookiepref .line input+label:after,
.cookiepref .line.forced label:after {
    content: "";
    height: 18px;
    width: 18px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 1px;
    top: 4px;
    transition: 0.2s all;
}


.cookiepref .line input:checked+label:before,
.cookiepref .line.forced label:before {
    background-color: #61a746;
}

.cookiepref .line input:checked+label:after,
.cookiepref .line.forced label:after {
    left: 20px;
}

body.backdrop-open {
    overflow: hidden;
}

.form_plr {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaflet-container,
.leaflet-container * {
    outline: none !important;
}

.fixed-top {
    transition: 0.3s all;
}

ol.bigdot_ol {
    column-count: 2;
    gap: 80px;
    counter-reset: item;
    list-style-type: none;
    padding-left: 0
}

ol.bigdot_ol li {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    padding-right: 30px;
    min-width: 100%;
    margin-bottom: 20px
}

ol.bigdot_ol li:before {
    content: counter(item) "  ";
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    background-color: #1d1d1d;
    border-radius: 50%;
    counter-increment: item;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.sign_wrapper input[data-type=Signature] {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
    padding: 0;
    border: none aliceblue;
    outline: none;
    opacity: 0;
    min-height: 0px;
}

.sign_wrapper .sign_block {
    position: relative;
}

.sign_wrapper .sign_canvas {
    max-width: 100%;
    height: auto;
    cursor: crosshair;
    touch-action: none;
    user-select: none;
}

.sign_wrapper .sign_canvas.form-control {
    min-height: 200px;
}

.sign_wrapper.mandatory.has-error:not(.filled) .sign_canvas {
    background-color: var(--errorinput-bg);
    border-color: var(--errorinput-border);
    border-width: 2px;
}

.sign_wrapper .clear_canvas {
    position: absolute;
    left: 10px;
    top: 10px;
    background: none;
    outline: none;
    border: 0;
    padding: 5px;
    font-size: 22px;
    line-height: 22px;
    z-index: 2;
    pointer-events: none;
    opacity: 0.4;
    transition: 0.3s all;
}

.sign_wrapper.filled .clear_canvas {
    opacity: 1;
    pointer-events: all;
}

@media(min-width: 768px) {
    .cookiepref .main-body {
        display: flex;
        flex-direction: row;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .CookiePreferencesPopup .modal-dialog {
        min-width: 700px;
    }

    .cookiepref .nav {
        width: 200px;
    }

    .cookiepref .nav a {
        width: 200px;
        max-width: 200px;
        transition: 0.2s all;
        padding: 20px 15px !important;
    }

    .cookiepref .nav a:not(.active):hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .cookiepref .main-body .tabs {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .CookiePreferencesPopup .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
}

/* First Line Logo Positioning */
.first-line-logo {
    position: relative;
    display: block;
    padding-right: 31px;
}

@media screen and (max-width: 575.98px) {
    .first-line-logo {
        padding-right: 0px;
    }
}

.first-line-logo-element {
    position: absolute;
    width: 31px;
    height: 31px;
    background-image: url('/images/default/icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0px;
    z-index: 10;
    transition: all 0.3s ease;
    pointer-events: none;
    top: -12px;
    transition: .5s all ease;
    animation: first-line-logo-reveal .7s cubic-bezier(.68, -0.55, .27, 1.55) forwards;
    opacity: 1;
}

@keyframes first-line-logo-reveal {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.first-line-logo-temp,
.first-line-logo-measure {
    white-space: nowrap;
    position: absolute;
    visibility: hidden;
    top: -9999px;
}

.background-left>.container {
    position: relative;
    z-index: 0;
}

.background-left>.container::before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    position: absolute;
    top: 14%;
    transform: translateY(-60%);
    left: -1.25rem;
    height: 1043px;
    width: 392px;
    z-index: -1;
}

@media screen and (max-width: 1199.98px) {
    .background-left>.container::before {
        top: 26%;
    }
}

@media screen and (max-width: 991.98px) {
    .background-left>.container::before {
        top: 22%;
        left: -5rem;
    }
}

@media screen and (max-width: 767.98px) {
    .background-left>.container::before {
        content: unset;
    }
}

.whatsapplink {
    background-color: #00c307;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    box-shadow: 0 0 0 0 rgba(0, 195, 7, .7);
    -webkit-animation: pulse 1.5s infinite
}

.whatsapplink:hover {
    text-decoration: none;
    color: #fff;
    -webkit-animation: none
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 30px rgba(0, 195, 7, 0)
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(0, 195, 7, 0)
    }
}

ul:not([class]) {
    padding-left: 0;
    list-style: none;
}

ul:not([class]):last-child {
    margin-bottom: 0;
}

ul:not([class]) li:not([class]) {
    font-size: 16px;
    line-height: 24px;
    padding-left: 18px;
    position: relative;
}

ul:not([class]) li:not([class])::before {
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    color: inherit;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 24px;
}

ul:not([class]) ul:not([class]) li:not([class])::before {
    content: "â€¢";
    font-family: inherit;
    font-weight: 900;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--body-background);
    --bs-modal-border-color: rgba(255, 255, 255, 0.1);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: rgba(255, 255, 255, 0.1);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: var(--body-background);
    --bs-modal-footer-border-color: rgba(255, 255, 255, 0.1);
    --bs-modal-footer-border-width: var(--bs-border-width);
    --button-background: var(--scrollbar-color, #160b42);
}

.modal .btn-close {
    --bs-btn-close-color: #fff;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.8;
}


.request-form-modal {
    --bs-modal-zindex: 1054;
}

.request-form-modal .form .form-group.bottom-box {
    margin-bottom: 0;
    margin-top: 1rem;
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

.request-form-modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
    --bs-modal-header-border-color: rbga(255, 255, 255, 0.1);
    --bs-modal-header-padding: 1.5rem 1.5rem;
    --bs-modal-padding: 1.5rem;
}

.request-form-modal .modal-header {
    padding-bottom: 0;
}

.request-form-modal .btn {
    min-width: 200px;
}

.images-list-01-modal .modal-dialog,
.videos-list-01-modal .modal-dialog {
    max-width: min(1100px, calc(100vw - 60px));
}

.request-form-modal .modal-content,
.images-list-01-modal .modal-content,
.videos-list-01-modal .modal-content {
    background: #11131a;
}

.images-list-01-modal .modal-body,
.videos-list-01-modal .modal-body {
    position: relative;
    padding: 0;
}

.request-form-modal .btn-close,
.images-list-01-modal .images-list-01-modal-close,
.videos-list-01-modal .videos-list-01-modal-close {
    position: absolute;
    font-weight: 300;
    top: -28px;
    right: -28px;
    z-index: 2;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: var(--body-background);
    outline: 2px solid var(--scrollbar-color) !important;
    outline-offset: -2px;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: 1;
    transform: unset;
    scale: 1;
    padding: 0;
    margin: 0;
}

.images-list-01-modal .images-list-01-modal-img,
.videos-list-01-modal .videos-list-01-modal-player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #000000;
    overflow: hidden;
    border-radius: var(--bs-border-radius);
}

.images-list-01-modal .images-list-01-modal-img {
    object-fit: contain;
    object-position: center;
}

.videos-list-01-modal-player video {
    background: #000000;
}

.videos-list-01-modal .videos-list-01-modal-player iframe,
.videos-list-01-modal .videos-list-01-modal-player video {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.images-list-01-modal .modal-header,
.images-list-01-modal .modal-footer,
.videos-list-01-modal .modal-header,
.videos-list-01-modal .modal-footer {
    display: none;
}

.images-list-01-modal .modal-content,
.videos-list-01-modal .modal-content {
    position: relative;
}

.request-form-modal .modal-content::after,
.images-list-01-modal .modal-content::after,
.videos-list-01-modal .modal-content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: drop-shadow(0 0 200px var(--scrollbar-color));
    background-color: #000000;
    border-radius: var(--bs-border-radius);
    opacity: 0.7;
}

@media (max-width: 767.98px) {

    .images-list-01-modal .images-list-01-modal-close,
    .videos-list-01-modal .videos-list-01-modal-close {
        top: -20px;
        right: -20px;
        width: 40px;
        height: 40px;
        font-size: 1.75rem;
    }
}

.featuretes-list {
    --featuretes-list-item-bg: var(--dark-gray, #eaeae9);
    --featuretes-list-item-padding: 30px 35px;
    --featuretes-list-gap: 1rem;
    --featuretes-list-gap-half: calc(var(--featuretes-list-gap) / 2);
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: var(--featuretes-list-gap);
}

.featuretes-list-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1.5rem;
    text-decoration: unset;
    color: var(--body-color);
    background-color: var(--featuretes-list-item-bg);
    border-radius: var(--bs-border-radius);
    width: calc(50% - var(--featuretes-list-gap-half));
    flex-basis: calc(50% - var(--featuretes-list-gap-half));
    flex-shrink: 1;
    padding: var(--featuretes-list-item-padding);
    position: relative;
    outline-offset: 0;
}

a.featuretes-list-item::after {
    content: "ï¡";
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-size: 16px;
    color: var(--button-background, var(--light-blue));
}

a.featuretes-list-item:hover::after,
a.featuretes-list-item:focus::after {
    animation: bounceArrowRight 2s infinite;
}

.featuretes-list-item img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    object-position: center;
}

.featuretes-list-item .featuretes-list-item-title {
    font-size: var(--h4-fontsize);
}

.featuretes-list-item .featuretes-list-item-title:last-child {
    margin-bottom: 0;
}

.arrow-container {
    --arrow-size: 60px;
    --arrow-font-size: 16px;
    --arrow-color: var(--body-color);
    --arrow-background: #fff;
    --arrow-hover-color: #fff;
    --arrow-hover-background: var(--button-background, var(--light-blue));
    position: relative;
}

.arrow-container .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline-offset: -2px;
    width: var(--arrow-size);
    height: var(--arrow-size);
    background-color: var(--arrow-background);
    color: var(--arrow-color);
    transition: 0.3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--arrow-font-size);
    border-radius: 50%;
    z-index: 1;
    border: unset;
    outline: 2px solid var(--arrow-background);
    padding: 0;
}

.arrow-container .arrow[aria-disabled="true"] {
    opacity: 0;
    pointer-events: none;
}

.arrow-container .arrow.arrow-prev {
    left: calc(-1 * var(--arrow-size) / 2);
}

.arrow-container .arrow.arrow-next {
    right: calc(-1 * var(--arrow-size) / 2);
}

.arrow-container .arrow:hover,
.arrow-container .arrow:focus {
    background-color: var(--arrow-hover-background);
    color: var(--arrow-hover-color);
    outline: 2px solid var(--arrow-hover-background);
}

.slick-slider {
    --slider-gap: var(--block-gap, 20px);
}

.slick-slider .slick-slide {
    margin: 0 calc(var(--slider-gap) * .5);
}

.slick-slider .slick-list {
    margin: 0 calc(var(--slider-gap) * -.5);
}

.social-icon {
    --button-color: #fff;
    background-color: var(--button-background, var(--light-blue));
    color: var(--button-color) !important;
    text-decoration: none !important;
    outline: 2px solid var(--button-background, var(--light-blue)) !important;
    outline-offset: -2px;
    width: 62px;
    height: 62px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all;
}

.social-icon i,
.social-icon img,
.social-icon svg {
    font-size: 18px;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.social-icon svg,
.social-icon svg path,
.social-icon svg g {
    color: var(--button-color) !important;
    fill: var(--button-color) !important;
}

.social-icon:hover,
.social-icon:focus {
    background-color: #fff;
    --button-color: var(--button-background, var(--light-blue));
}

.content-main {
    overflow-y: visible;
    overflow-x: hidden;
    overflow-x: clip;
}

.content-main .col-text.align-center {
    display: flex;
}

.content-main .col-text.align-center .content-wrapper {
    margin-top: auto;
    margin-bottom: auto;
}

.content-main .col-text.align-center .content-wrapper .content-title {
    color: var(--blue);
}

.content-main .col-card {
    padding: var(--block-padding, 60px) calc(var(--block-padding, 60px) + var(--bs-gutter-x) * .5);
    color: #fff;
    position: relative;
}

.content-main .col-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: var(--dark-blue);
    z-index: -1;
}

.content-main .col-card .content-wrapper::before {
    content: "";
    width: 87px;
    height: 2px;
    background-color: var(--light-blue);
    margin-bottom: 2rem;
    display: block;
}

.content-main .col-image {
    min-height: 600px;
}

.content-main .col-image .content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.content-main .col-image .content-wrapper.content-wrapper-b {
    width: calc(var(--block-padding, 60px) + var(--bs-gutter-x) * .5 + 100%);
}

.content-main .col-image.col-left .content-wrapper.content-wrapper-b {
    margin-left: calc(var(--block-padding, 60px) * -1 - var(--bs-gutter-x) * .5);
}

.content-main .col-image .content-wrapper.under::before {
    content: "";
    width: 400px;
    height: 15px;
    left: calc(var(--bs-gutter-x) * -.5);
    top: 100%;
    display: block;
    position: absolute;
    background-color: var(--blue);
}

.content-main .col-image .content-wrapper.left::before {
    content: "";
    width: 15px;
    height: 505px;
    max-height: 80%;
    bottom: 0;
    right: calc(50vw - var(--bs-gutter-x) * .5 - 15px);
    display: block;
    position: absolute;
    background-color: var(--blue);
}

.content-main .col-image .content-wrapper.content-wrapper-b.left::before {
    right: unset;
    left: 0;
}

.content-main .col-image .content-wrapper.under.under-right::before {
    left: auto;
    right: 0;
}

.content-main .col-image .content-wrapper img {
    content: "";
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: var(--dark-blue);
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-style: italic;
    object-fit: cover;
    object-position: center;
}

.content-main .col-image .content-wrapper.content-wrapper-b img {
    width: calc(100% + var(--bs-gutter-x) * .5);
}

.content-main .col-image.col-right .content-wrapper img {
    left: calc(var(--bs-gutter-x) * -.5);
}

.content-main .col-image.col-left .content-wrapper img {
    right: calc(var(--bs-gutter-x) * -.5);
}

@media screen and (min-width: 992px) {
    .content-main .col-text.col-left {
        padding-right: calc(var(--block-padding, 60px) + var(--bs-gutter-x) * .5);
    }

    .content-main .col-text.col-right {
        padding-left: calc(var(--block-padding, 60px) + var(--bs-gutter-x) * .5);
    }
}

@media screen and (min-width: 768px) {
    .content-main .col-card {
        margin-top: var(--block-padding, 60px);
    }

    .content-main .col-text {
        padding-top: var(--block-gap, 2rem);
        padding-bottom: var(--block-gap, 2rem);
    }

    .content-main .col-text.col-left {
        padding-right: var(--block-padding, 60px);
    }

    .content-main .col-text.col-right {
        padding-left: var(--block-padding, 60px);
    }

    .content-main:not(:has(+ .content-main)) .col-image .content-wrapper.under::before {
        top: calc(100% + 2.5rem);
    }

    .content-main:not(:has(+ .content-main)) .col-image .content-wrapper.left::before {
        bottom: -2.5rem;
    }

    .content-main:not(:has(+ .content-main)) .col-image .content-wrapper img {
        height: calc(100% + 2.5rem);
    }
}

@media screen and (max-width: 991.98px) {
    .content-main .col-image .content-wrapper.under.under-right::before {
        width: 190px;
    }

    .content-main .col-image .content-wrapper.left::before {
        display: none;
    }

    .content-main .col-image .content-wrapper.under::before {
        width: 308px;
    }

    .content-main .col-card {
        padding: var(--block-padding, 60px) calc(var(--bs-gutter-x) * .5);
    }

    .content-main .col-card::after {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .content-10 .col-text .content-wrapper {
        margin-top: var(--block-padding, 60px);
        padding-bottom: 0 !important;
    }

    .content-10 .col-text {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767.98px) {

    .content-main .row {
        --bs-gutter-y: 2rem
    }

    .content-10.content-main .row {
        --bs-gutter-y: 0;
    }

    .content-main .col-text.col-left,
    .content-main .col-text.col-right {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .content-main .col-image {
        min-height: 420px;
    }

    .content-main .col-image .content-wrapper img {
        width: 100%;
        left: 0;
        right: 0;
    }

    .content-main .col-image .content-wrapper.content-wrapper-b {
        width: 100%;
    }

    .content-main .col-image {
        order: -1;
    }

    .content-main .col-text.align-center .content-wrapper {
        align-items: flex-start;
        text-align: left;
    }

    .content-main .col-image.col-right .content-wrapper img,
    .content-main .col-image.col-left .content-wrapper img {
        left: 50%;
        transform: translateX(-50%);
        right: 0;
        width: 100vw;
    }

    .content-main .col-text .content-wrapper {
        max-width: unset !important;
        width: 100%;
    }

    .content-main .col-image .content-wrapper.under::before {
        left: 0;
    }

    .content-main .col-image .content-wrapper.left::before {
        left: 0;
        right: unset;
    }

    .content-10 .col-text .content-wrapper {
        margin-bottom: var(--block-padding, 60px);
    }
}

@media screen and (max-width: 575.98px) {
    .content-main .col-image {
        min-height: 280px;
    }
}


/* GLOBALHEADER END */

/* ACCREDITATIONS-01 START */
.accreditations-01 {
    padding: var(--block-margin) 0;
    overflow: hidden;
    background-color: #ebebeb;
}

.accreditation-slider {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.accreditation-item {
    flex: 0 0 auto;
    text-align: center;
    transition: filter 0.3s ease;
}

.accreditation-item img {
    width: auto;
    height: auto;
    max-height: 45px;
    object-fit: contain;
    filter: grayscale(100%);
}

.accreditation-slider .slick-slide {
    margin: 0 1.5rem;
    height: auto;
    display: flex;
    align-items: center;
}

.accreditation-slider .slick-slide>div {
    display: flex;
    align-items: center;
}

.accreditation-slider .slick-track {
    display: flex;
    align-items: center;
}

.accreditation-slider .slick-list {
    margin: 0 -1rem;
}

.accreditation-slider .slick-list {
    overflow-y: hidden;
    overflow-y: clip;
    overflow-x: visible !important;
}

@media screen and (max-width: 767.98px) {
    .accreditation-item img {
        max-height: 50px;
    }
}

/* ACCREDITATIONS-01 END */

/* AREAS-WE-COVER-01 START */
.areas-we-cover-01 {
    background-color: var(--blue);
    color: #fff;
    min-height: 650px;
    height: 100%;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
    position: relative;
}

.areas-we-cover-01 .container {
    padding-top: 100px;
    pointer-events: none;
}

.areas-we-cover-01 .areas-we-cover-map {
    width: 100%;
    max-width: 936px;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-style: italic;
}

.areas-we-cover-01 .map-wrapper .leaflet-pane.leaflet-tile-pane {
    filter: brightness(123%) contrast(95%) hue-rotate(260deg) invert(100%) opacity(100%) saturate(135%);
}

.areas-we-cover-01 .map-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #14093f;
}

.areas-we-cover-01 .map-wrapper .leaflet-control-attribution {
    background-color: var(--blue) !important;
    color: var(--light-blue) !important;
    padding: 2px 4px !important;
}

.areas-we-cover-01 .map-wrapper .leaflet-control-attribution a {
    color: var(--light-blue) !important;
    text-decoration: unset !important;
}

.areas-we-cover-01 .map-wrapper .leaflet-control-layers,
.areas-we-cover-01 .map-wrapper .leaflet-bar {
    border: unset !important;
}

.areas-we-cover-01 .map-wrapper .leaflet-bar a {
    border-radius: 0;
}

@media screen and (max-width: 767.98px) {
    .areas-we-cover-01 .areas-we-cover-map {
        padding-top: 70px;
        padding-bottom: 70px;
        object-fit: cover;
    }
}

@media screen and (max-width: 575.98px) {
    .areas-we-cover-01 {
        height: unset;
        min-height: unset;
        width: 100%;
        aspect-ratio: 7/9;
    }

    .areas-we-cover-01 .areas-we-cover-map {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .areas-we-cover-01 .content-title {
        height: var(--h2-fontsize);
        display: flex;
        justify-content: center;
        align-items: end;
    }
}

/* AREAS-WE-COVER-01 END */

/* CALL-TO-ACTION-01 START */
.cta-01 {
    height: 650px;
    background-image: url("/images/cta-banner.webp");
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
}

.cta-01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.cta-01 .content-title {
    text-wrap: balance;
}

.cta-01 .btn {
    margin-top: 2rem;
}

@media screen and (max-width: 767.98px) {
    .cta-01 .content-text {
        text-wrap: balance;
    }
}

@media screen and (max-width: 575.98px) {
    .cta-01 .content-text {
        text-wrap: pretty;
    }
}

/* CALL-TO-ACTION-01 END */

/* CASE-STUDIES-05 START */
.case-studies-05 {
    padding: calc(var(--block-padding) * 1.5) 0;
    background-color: var(--blue);
    color: #fff;
    overflow: hidden;
}

.case-studies-05-slider:not(.slick-initialized) {
    display: flex;
    flex-flow: row;
    gap: var(--block-gap, 2rem);
}

.case-studies-05-slider:not(.slick-initialized) .case-studies-05-slide {
    flex: 0 0 auto;
    width: calc(25% - var(--block-gap, 2rem) * (3 / 4));
}

.case-studies-05 .row {
    --bs-gutter-y: 2rem;
}

.case-studies-05-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.case-studies-05-nav {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
    display: none;
}

.case-studies-05-nav button {
    background: none;
    border: 1px solid var(--light-blue);
    color: var(--light-blue);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    font-size: 1rem;
}

.case-studies-05 .content-title {
    margin-bottom: 0;
}

.case-studies-05 .content-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: inherit;
    text-decoration: unset;
    display: block;
}

.case-studies-05 .content-wrapper .under-nda {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    padding: 1rem;
    width: 80px;
    height: 80px;
    background-color: var(--blue);
    color: #fff;
    z-index: 1;
    border-radius: 50%;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    text-align: center;
}

.case-studies-05 .content-wrapper p {
    margin-bottom: .25rem;
}

.case-studies-05 .content-wrapper img {
    width: 100%;
    max-height: 430px;
    aspect-ratio: 9/16;
    object-fit: cover;
    object-position: center;
    margin-bottom: 1.5rem;
    background-color: var(--gray);
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
}

.case-studies-05 .content-wrapper .content-title {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 300;
}

.case-studies-05 .content-wrapper .content-title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--light-blue);
    display: block;
    position: absolute;
    bottom: 0;
}

.case-studies-05 .content-wrapper .content-link {
    display: inline-block;
    color: var(--light-blue);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 1rem;
}

.case-studies-05 .slick-list {
    overflow: visible;
}

/* CASE-STUDIES-05 END */

/* CONTENT-10 START */
.content-main.content-10 {
    background-color: var(--blue) !important;
    color: #fff;
}

.content-10 .row {
    --bs-gutter-y: 0;
}

.content-10 .col-text {
    padding-top: 0;
}

@media screen and (min-width: 992px) {

    .content-10 .col-text {
        padding-right: calc(var(--block-padding) + var(--bs-gutter-x) * .5);
        padding-top: calc(var(--block-padding) + var(--block-gap, 2rem));
        padding-bottom: var(--block-padding, 60px);
    }
}

@media screen and (max-width: 767.98px) {
    .case-studies-05 {
        padding: calc(var(--block-padding) * 1.25) 0;
    }
}


/* CONTENT-10 END */

/* CONTENT-11 START */
.content-11 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.01em;
}

.content-11:has(+.content-12) {
    margin-bottom: calc(var(--block-padding) * 2);
}

.content-11 .col-text .content-wrapper {
    max-width: 430px;
}

.content-10+.content-11 .col-text {
    padding-top: var(--block-margin);
}

/* CONTENT-11 END */

/* CONTENT-12 START */
.content-12 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.01em;
}

.content-13+.content-12 {
    background-color: var(--gray);
}

.content-12 .col-text .content-wrapper {
    max-width: 400px;
}

/* CONTENT-12 END */

/* CONTENT-13 START */
.content-13 {
    background-color: var(--gray);
    padding-bottom: calc(var(--block-padding) * 2);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.01em;
}

.content-13 .col-text .content-wrapper {
    max-width: 400px;
}

.content-13 .col-image .content-wrapper::after {
    content: "";
    top: 0;
    left: 0;
    height: 90px;
    width: 50vw;
    display: block;
    position: absolute;
    background-color: #fff;
    z-index: -2;
}

/* CONTENT-13 END */

/* BRAND-LOGOS START */

.brand-logos {
    margin-top: 28px;
}

.brand-logos img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    transition: opacity 0.2s ease;
    filter: brightness(0) saturate(100%) invert(11%) sepia(4%) saturate(1735%) hue-rotate(289deg) brightness(87%) contrast(82%);
}

.brand-logos img:hover {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .brand-logos {
        display: flex;
        flex-flow: column wrap;
        align-items: start;
        justify-content: center;
        gap: 20px 28px;
    }

    .brand-logo-placeholder {
        display: inline-flex;
        align-items: center;
        height: 26px;
        padding: 0 10px;
        border: 1px dashed rgba(0, 0, 0, 0.25);
        border-radius: 3px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.04em;
        color: rgba(0, 0, 0, 0.3);
        white-space: nowrap;
        font-style: italic;
    }
}

/* BRAND-LOGOS END */

/* CONTENT ACCORDION START */
@media (max-width: 767.98px) {

    .content-main {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        background-color: unset !important;
    }

    .content-main .row {
        --bs-gutter-y: 2.75rem;
    }

    .content-main .content-text-extra {
        margin-bottom: 1rem !important;
    }

    .content-main .col-image .content-wrapper::before {
        content: unset !important;
    }

    .content-main .col-image.col-left .content-wrapper.content-wrapper-b {
        margin-left: unset;
    }

    .content-main.accordion-ready .content-wrapper {
        transition: padding-bottom 0.35s ease;
    }

    .content-main.accordion-ready:not(.accordion-collapsed) .content-wrapper:has(.content-title) {
        padding-bottom: 3rem !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    }

    .content-main.accordion-collapsed .content-title {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .content-main.accordion-ready .content-title {
        transition: padding-bottom 0.35s ease, padding-top 0.35s ease;
    }

    .content-main.accordion-collapsed .content-title {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .content-main .col-image,
    .accordion-body {
        overflow-x: visible !important;
        overflow-y: clip !important;
    }

    .content-main.accordion-ready.accordion-collapsed .row {
        --bs-gutter-y: 0 !important;
    }

    .content-main.accordion-ready.accordion-collapsed .accordion-trigger {
        margin-bottom: 0;
    }

    .content-main.accordion-ready .accordion-trigger {
        cursor: pointer;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    .content-main.accordion-ready .accordion-trigger::after {
        content: "\f054";
        font-family: 'Font Awesome 6 Pro';
        font-weight: 100;
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
        transition: transform 0.35s ease, opacity 0.35s ease;
        font-size: 40px;
        line-height: 1;
    }

    .content-main.accordion-ready:not(.accordion-collapsed) .accordion-trigger::after {
        transform: rotate(90deg);
        opacity: 0;
    }
}

/* CONTENT ACCORDION END */

/* CONTENT-10 READ MORE START */
.content-readmore-btn {
    background: none;
    border: none;
    padding: 0;
    margin-top: .5rem;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--light-blue);
    cursor: pointer;
}

/* CONTENT-10 READ MORE END */

/* BRAND-LOGOS MOBILE SLIDER START */
@media (max-width: 767.98px) {
    .brand-logos {
        display: block;
        flex-flow: unset;
        --block-gap: 2.5rem;
        position: relative;
    }

    /* .brand-logos::before {
        content: "";
        position: absolute;
        height: 100%;
        right: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 2;
    } */

    .brand-logos .slick-list {
        overflow: visible !important;
        margin: 0;
    }

    .brand-logos.slick-initialized .slick-slide {
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: 40px;
    }

    .brand-logos.slick-initialized .slick-slide>div {
        display: flex;
    }

    .brand-logos.slick-initialized .slick-slide img {
        width: auto !important;
        max-width: 100%;
        object-fit: contain;
        object-position: center;
        max-height: 40px;
    }
}

@media screen and (max-width: 575.98px) {
    .content-10.content-main .content-title {
        text-wrap: balance;
    }
}

/* BRAND-LOGOS MOBILE SLIDER END */

/* FOOTER-BLOCK START */
.footer-block {
    color: #fff;
    background-color: var(--blue);
    padding: 50px 0 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-block a {
    color: #fff;
    text-decoration: none;
}

.footer-block img {
    height: 17px;
    width: auto;
    margin-top: -2px;
    font-weight: 500;
}

.footer-block .separator {
    font-style: normal;
    padding: 0 3px;
}

.footer-block .footer-menu {
    display: flex;
    line-height: 1;
    grid-area: 1/span 2;
    justify-content: space-between;
    font-size: 18px;
}

.footer-block .footer-menu>.nav-item {
    width: auto;
    z-index: 1;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
}

.footer-block .footer-menu>.nav-item .nav-link {
    color: #fff !important;
    padding: 0 !important;
}

.footer-block .footer-menu>.nav-item .nav-link .dd-caret {
    display: none;
}

.footer-block .container {
    display: grid;
    grid: auto auto/auto auto;
    align-items: baseline;
    justify-content: space-between;
    row-gap: 2rem;
}

.footer-block .company-name,
.footer-block .website-design {
    line-height: 1.2;
    font-size: 14px;
    text-wrap: balance;
}

.footer-block .cookie-notice {
    margin-top: 5px;
    display: block;
}

.footer-block .website-design {
    text-align: end;
    margin-top: auto;
}

@media screen and (max-width: 1199.98px) {
    .footer-block .footer-menu>.nav-item {
        font-size: 20px;
    }
}

@media screen and (max-width: 991.98px) {
    .footer-block .footer-menu>.nav-item {
        font-size: 18px;
    }
}

@media screen and (max-width: 767.98px) {
    .footer-block {
        padding: 45px 0 45px;
    }

    .footer-block .container {
        grid: auto-flow/1fr;
        row-gap: 0;
    }

    .footer-block .footer-menu {
        grid-area: 1;
        width: 100%;
        font-size: 16px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        -moz-column-gap: var(--bs-gutter-x);
        column-gap: var(--bs-gutter-x);
    }

    .footer-block .footer-menu>.nav-item {
        text-align: left;
        line-height: 48px;
    }

    .footer-block .container {
        grid: auto;
    }

    .footer-block .company-name,
    .footer-block .website-design {
        margin-top: 10px;
    }

    .footer-block .company-name {
        margin-top: 2rem;
        text-align: left;
        align-self: start;
    }

    .footer-block .website-design {
        text-align: left;
    }

    .footer-block img {
        margin-top: 0px;
    }
}

@media (width < 768px) {
    .footer-block {
        padding: 45px 0 45px;
    }
}

@media (width < 576px) {
    .footer-block {
        padding: 40px 0 40px;
        text-align: center;
    }

    .footer-block .footer-menu {
        justify-content: center;
        text-align: center;
        row-gap: 0px;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .footer-block .company-name {
        margin-top: 36px;
        text-align: center;
    }

    .footer-block .website-design {
        margin-top: 10px;
        text-align: center;
    }

    .footer-block .separator {
        display: none;
    }
}

/* FOOTER-BLOCK END */

/* FORM-SECTION START */
.form-section {
    position: relative;
    padding: 60px 0 85px;
    background-color: var(--blue);
    color: #fff;
    overflow-x: clip;
    z-index: 1;
}

.form-section .form-section-top-title {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 25px;
    border-bottom: 4px dashed #fff;
    margin-bottom: 25px;
    max-width: 40%;
}

.form-section .form-section-main-title h2 {
    letter-spacing: -0.025em;
}

.form-section .form-section-main-text {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
}

.form-section .form-section-main-text p:last-of-type {
    margin-bottom: 0;
}

.form-section .required-star {
    color: #fff;
    display: none;
}

.form-section .form>.row {
    --bs-gutter-x: 26px;
}

.form-section .form-section-form .required {
    display: none;
}

.form-section .form-section-grid {
    display: grid;
}

.form-section .form-section-grid .content {
    display: flex;
    align-content: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.form-section .content-wrapper:nth-child(2) {
    margin-top: 20px;
}

.form-section .content-wrapper:nth-child(2) .icon-link a {
    color: #fff;
}

.form-section .icon {
    font-size: 20px;
    color: var(--button-background);
}

.form-section .icon-text {
    font-size: 13px;
    margin-bottom: 10px;
}

.form-section .icon-link a {
    text-decoration: none;
}

.form-section .social-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}

.form-section .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s all;
    overflow: hidden;
    width: 56px;
    height: 56px;
    background-color: var(--light-blue);
    border-radius: 50%;
    color: #fff;
}

.form-section .social-links a:active {
    background-color: #fff;
    color: #000;
}

.form-section .social-links a i {
    font-size: 20px;
}

.form-section .social-links a img,
.form-section .social-links a svg {
    width: 24px;
    height: auto;
    fill: currentColor;
}

.form-section .social {
    padding-left: 0;
    margin-top: 20px;
}

.form-section .social-links a svg g>* {
    transition: 0.3s fill, 0.3s stroke;
}

.form-section .social-links a:active svg g>* {
    fill: #000 !important;
    stroke: #000 !important;
}

.form-section a.view-on-map-link {
    color: var(--button-background) !important;
    text-decoration: none;
}

.form-section .reg-info>p {
    margin-bottom: 0;
}

.form-section .reload-captcha.btn {
    color: #282828;
    border: 1px solid #282828;
}

.form-section .reload-captcha.btn:hover,
.form-section .reload-captcha.btn:active,
.form-section .reload-captcha.btn:focus,
.form-section .reload-captcha.btn:focus-within {
    color: #282828;
}

.form-section .captcha-whatis {
    text-decoration: none;
    color: #282828;
}

.form-section .form-section-form .row:nth-child(2) .form-group:last-child {
    margin-top: 30px;
}

.form-section .form-section-form .form-group {
    margin-bottom: 20px;
}

.form-section button[type=submit] {
    margin-top: 0px;
    display: inline-block;
    align-content: center;
}

.form-section .email-contact .icon-link a,
.form-section .call-contact .icon-link a {
    color: inherit;
    font-weight: 300;
}

.form-section .email-contact .icon-link a::before {
    content: "E: ";
}

.form-section .call-contact .icon-link a::before {
    content: "T: ";
}

/* 
.form-section .office.second .call-contact .icon-link a::before {
    content: "T1: ";
} */

.form-section .email-contact,
.form-section .call-contact {
    display: grid;
    gap: 30px;
    color: var(--button-background);
}

.form-section .office {
    margin-top: 2rem;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

.form-section .content.name {
    text-transform: uppercase;
    font-weight: 500;
}

.form-section .content.address {
    font-weight: 300;
    margin-top: 1rem;
}

.form-section .content.call-contact {
    margin-top: 1rem;
}

.form-section .content-title {
    font-size: 24px;
    letter-spacing: -0.025em;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 700;
    display: none;
}

.form-section .icon-wrapper,
.form-section a.view-on-map-link {
    display: none;
}

.form-section .footer-registration-wrapper {
    margin-top: 55px;
}

.form-section .form .error+.error {
    display: none !important;
}

.form-section .form .form-group {
    position: relative;
}

.form-section .form-group.bottom-box {
    margin-bottom: 0px;
}

@-moz-document url-prefix() {
    .form-section .form select {
        padding-top: 19px;
    }
}

@media (min-width: 567px) {
    .form-section .form .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (width < 1400px) {
    .form-section .form-section-main-text br {
        display: none;
    }
}

@media (width < 1200px) {
    .form-section .form-section-main-text {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (height <=567px) {
    .form-section {
        padding: 45px 0 30px 0;
    }

    .form-section .form-section-form .form-group {
        margin-bottom: 10px;
    }
}

@media (width < 992px) {
    .form-section {
        padding-top: 70px;
        padding-bottom: 65px;
    }

    .form-section>.container>.row {
        --bs-gutter-y: 3rem
    }

    .form-section .form-section-grid {
        display: flex;
        flex-flow: row wrap;
        gap: 0 var(--block-gap);
    }

    .form-section .form-section-main-title {
        width: 100%;
    }

    .form-section .office {
        margin-top: 0;
        width: calc(50% - var(--block-gap) * 0.5);
    }

    .form-section .content:first-child {
        margin-top: 0;
    }

    .form-section .content.call-contact {
        margin-top: 25px;
    }

    .form-section .call-contact,
    .form-section .email-contact {
        margin-top: 0px;
    }

    .form-section .social {
        margin-top: 20px;
    }

    .form-section button[type=submit] {
        margin-top: 0;
    }

    .form-section .form-section-main-text {
        padding-right: 100px;
        margin-top: 0;
        margin-bottom: 22px;
    }

    .form-section .footer-registration-wrapper {
        margin-top: 0;
    }

    .form-section .address {
        margin-top: 26px;
    }

    .form-section .social-links {
        gap: 6px;
    }

    .form-section .social-links a {
        width: 56px;
        height: 56px;
    }
}

@media screen and (max-width: 767.98px) {
    .form-section .form-section-top-title {
        margin: 0 auto 25px;
    }

    .form-section .content {
        padding-bottom: 0%;
        position: static;
    }

    .form-section .address {
        padding-left: 0px;
    }

    .form-section .call-contact,
    .form-section .email-contact {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .form-section .form-section-main-text {
        width: 100%;
        padding: 0;
    }

    .form-section .footer-registration-wrapper {
        margin-top: 16px;
    }

    .form-section .social {
        padding-left: 0;
        margin-top: 22px;
    }
}

@media screen and (max-width: 575.98px) {
    .form-section {
        padding: 55px 0 60px;
    }

    .form-section .content {
        padding-bottom: 0%;
        width: 100%;
        margin-top: 20px;
        width: 100%;
    }

    .form-section .form .bottom-box {
        text-align: center;
    }

    .form-section .social-links {
        justify-content: start;
        margin-top: 8px;
    }

    .form-section .call-contact,
    .form-section .email-contact {
        padding: 0;
    }

    .form-section .email-contact {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .form-section button[type=submit] {
        width: 100%;
    }

    .form-section .form-section-grid {
        grid-template-columns: 1fr;
        margin-bottom: 0px;
        row-gap: 0;
    }

    .form-section .form-section-main-text {
        font-size: 18px;
        line-height: 24px;
        padding-right: 0;
    }

    .form-section .call-contact,
    .form-section .email-contact {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .form-section .call-contact+.email-contact {
        margin-top: 0;
    }

    .form-section .social {
        margin-top: 10px;
        padding-left: 0px;
    }

    .form-section .form-section-form .form-group {
        margin-bottom: 1rem;
    }

    .form-section .form-group.bottom-box {
        margin-bottom: 0px;
    }

    .form-section .office {
        width: 100%;
    }

    .form-section .office.second {
        margin-top: 22px;
    }
}

/* FORM-SECTION END */

/* GALLERY START */
.gallery-section {
    --gallery-section-bg: linear-gradient(180deg, #fff 25%, #ebebeb 25%, #ebebeb 100%);
    --gallery-grid-bg: var(--blue);
    --gallery-grid-color: #fff;
    --overlay-color: var(--button-background);
    --gallery-gap: 8px;
    --transition-duration: 0.3s;
    background: var(--gallery-section-bg);
    overflow: hidden;
}

.gallery-section .slick-slide {
    margin: 0 calc(var(--gallery-gap) * 0.5);
}

.gallery-section .slick-list {
    margin: 0 calc(var(--gallery-gap) * -0.5);
    overflow: visible !important;
}

.gallery-section .slick-track {
    padding: 0;
}

.gallery-slider {
    width: 100%;
    margin: 0 auto;
}

.gallery-slider:not(.slick-initialized) {
    display: flex;
    flex-flow: row nowrap;
    gap: var(--gallery-gap);
    justify-content: center;
}

.gallery-slider:not(.slick-initialized)>* {
    display: none;
}

.gallery-slider:not(.slick-initialized)>*:nth-child(1),
.gallery-slider:not(.slick-initialized)>*:nth-child(2) {
    display: flex;
    width: 50%;
}

.gallery-slider:not(.slick-initialized) .gallery-grid-1 .gallery-grid-item {
    width: 100%;
    height: 100%;
}

.gallery-slide {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gallery-gap);
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
}

.gallery-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gallery-gap);
    gap: var(--gallery-gap);
    display: flex !important;
    flex-flow: row wrap;
}

.gallery-grid-4>* {
    width: calc(50% - var(--gallery-gap) * 0.5);
    height: calc((100% - var(--gallery-gap)) * 0.5);
    aspect-ratio: 1/1;
}

.gallery-grid-4 .gallery-grid-item.video-item .video-play-overlay {
    width: 60px;
    height: 60px;
}

.gallery-grid-4 .gallery-grid-item.video-item .video-play-overlay i {
    font-size: 22px;
    margin-left: 3px;
}

.gallery-grid-4 .gallery-grid-item.video-item:hover .video-play-overlay {
    transform: translate(-50%, -50%) scale(1.1);
}

.gallery-grid-3 {
    display: flex !important;
    flex-flow: row wrap;
    gap: var(--gallery-gap)
}

.gallery-grid-3>*:nth-child(1),
.gallery-grid-3>*:nth-child(2) {
    width: calc(50% - var(--gallery-gap)*.5);
    aspect-ratio: 1/1
}

.gallery-grid-3>*:nth-child(3) {
    width: 100%;
    aspect-ratio: auto;
    height: 0;
    padding-top: calc((100% - var(--gallery-gap))/2)
}

.gallery-grid-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--gallery-gap);
}

.gallery-grid-item {
    background: var(--gallery-grid-bg);
    color: var(--gallery-grid-color);
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    aspect-ratio: 1/1;
}

.gallery-grid-item img {
    display: flex;
    justify-content: center;
    align-items: center;
    text-wrap: balance;
    text-align: center;
    font-style: italic;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform var(--transition-duration);
    width: 100%;
    height: 100%;
    scale: 1.001;
}

.gallery-grid-item .instagram-post {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.gallery-grid-item::before {
    content: "";
    background-color: var(--button-background);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: var(--transition-duration) ease-in-out;
    z-index: 3;
    pointer-events: none;
}

/* .gallery-grid-item::after {
    content: "";
    position: absolute;
    left: 5%;
    top: 0;
    width: 90%;
    height: 100%;
    opacity: 0;
    transition: var(--transition-duration) ease-in-out;
    background-image: url("/images/follow-us.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 4;
    pointer-events: none;
} */

.gallery-grid-item.video-item::after {
    display: none;
}

.gallery-grid-item.video-item .instagram-post {
    z-index: 5;
}

.gallery-grid-item.video-item .video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-grid-item.video-item .video-wrapper::after {
    content: "";
    background-color: var(--button-background);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: var(--transition-duration) ease-in-out;
    z-index: 3;
    pointer-events: none;
}

.gallery-grid-item.video-item .video-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: var(--transition-duration) ease-in-out;
    pointer-events: none;
}

.gallery-grid-item.video-item .video-play-overlay i {
    font-size: 30px;
    color: var(--button-background);
    margin-left: 3px;
}

.gallery-grid-item.video-item:hover .video-wrapper .video-play-overlay {
    background: rgb(255, 255, 255);
    transform: translate(-50%, -50%) scale(1.1);
}

.gallery-grid-item.video-item:hover .video-wrapper::after {
    opacity: 0.8;
}

.gallery-grid-item:hover img {
    transform: scale(1.04);
}

.gallery-grid-item:hover::before {
    opacity: 0.8;
}

.gallery-grid-item:hover::after {
    opacity: 1;
}

@media screen and (max-width: 991.98px) {
    .gallery-section {
        --gallery-gap: 5px;
    }

    .gallery-section>.container {
        max-width: unset;
        width: calc(100% + 2px);
        margin: 0 -1px;
    }
}

@media screen and (max-width: 767.98px) {
    .gallery-slider {
        width: calc(170% + 2px);
        margin: 0 calc(-35% - 1px);
    }
}

@media screen and (max-width: 575.98px) {

    .gallery-section>.container {
        padding: 0;
    }

    .gallery-slider {
        width: calc(240% + 2px);
        margin: 0 calc(-70% - 1px);
    }
}

/* GALLERY END */

/* NAV-01 START */
/* Navbar Start */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    max-height: 90px;
    padding: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: background-color, box-shadow, height;
}

.navbar .container-fluid {
    padding: 0 45px;
    height: 90px;
    transition: inherit;
}

.navbar .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 330px) {
    .navbar .col {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.navbar-left {
    display: flex;
    gap: 70px;
}

.navbar__toggler {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    cursor: pointer;
    border: none;
    background: none;
}

.navbar__toggler .menu-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

.navbar__toggler span {
    transition: 0.3s ease-in-out;
}

.navbar__toggler span:nth-child(1) {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--color-white);
}

.navbar__toggler span:nth-child(2) {
    width: 20px;
    height: 2px;
    background: var(--color-white);
    content: " ";
    display: block;
}

.navbar__toggler div {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-white);
    transition: 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
    .navbar__toggler span {
        transform: translateX(6px);
    }
}

.navbar .navbar-left .location {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-white);
    transition: 0.3s ease-in-out;
}

.navbar .navbar-left .location i,
.navbar .navbar-left .location svg {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.navbar .navbar-right {
    display: flex;
    gap: 50px;
    transition: 0.3s ease-in-out;
}

.navbar .navbar-right .socials {
    display: flex;
    flex-flow: row nowrap;
    gap: 2rem;
}

.navbar .navbar-right .social {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}

.navbar .navbar-right .social i.fa-facebook-f,
.navbar .navbar-right .social svg.icon-facebook {
    font-size: 17px;
    width: 17px;
    height: 17px;
}

.navbar .navbar-right .social i.fa-instagram,
.navbar .navbar-right .social svg.icon-instagram {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.navbar .navbar-right .phone {
    display: flex;
    align-items: center;
    color: var(--color-white);
    gap: 10px;
}

.navbar .navbar-right .phone:hover i {
    animation: bounceArrowRight 2s infinite;
}

.navbar .navbar-right .phone .text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: 1;
    align-items: flex-end;
}

.navbar .navbar-right .phone .text .number {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.navbar .navbar-right .phone .text :not(.number) {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.navbar .navbar-right .phone svg,
.navbar .navbar-right .phone i {
    padding: 7px;
    font-size: 10px;
    width: 30px;
    height: 30px;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.navbar.navbar_scrolled {
    background: var(--blue);
    box-shadow: 0px 0px 0px 1px #281d62;
    height: 90px;
    padding: 0;
    color: var(--body-color);
}

.navbar a.navbar__logo {
    position: absolute;
    top: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    align-content: center;
    height: 100%;
}

.navbar a.navbar__logo img {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    max-width: 200px;
    text-wrap: balance;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.navbar.navbar_scrolled a.navbar__logo {
    height: 100%;
}

.navbar a svg {
    transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 75px;
}

.navbar.navbar_scrolled a svg {
    height: 60px;
}

.navbar.navbar_scrolled a svg path:nth-child(1),
.navbar.navbar_scrolled a svg path:nth-child(3) {
    fill: #202020 !important;
    transition: fill 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.navbar.navbar_scrolled a svg path:nth-child(2) {
    stroke: #202020 !important;
    transition: stroke 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* MENU */

.menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    margin: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 40px;
    padding: 28px;
    display: flex;
    align-items: stretch;
    transform: translateX(-110%);
    transition: transform 0.5s ease-out;
    background-color: var(--color-white);
    overflow: hidden;
    gap: 20px 0;
}

.navbar::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.navbar:has(.menu.menu__opened)::before {
    opacity: 1;
}

.menu__opened {
    transform: translateX(0);
}

/* --- CLOSE BUTTON --- */

.menu__toggler {
    background: none;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 70px;
    height: 70px;
    padding: 0;
    transition: transform 0.4s cubic-bezier(0.82, -0.32, 0.18, 0.96);
}

.menu__toggler:before,
.menu__toggler:after {
    display: block;
    content: " ";
    background: var(--body-color);
    width: 24px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center;
}

.menu__toggler:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu__toggler:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.menu__toggler:focus {
    outline: none;
    box-shadow: none;
}

.menu__toggler:hover {
    transform: rotate(180deg);
}

/* LEFT PANEL */

.menu .left-menu {
    height: 100%;
    background-color: #f3f3f3;
    border-radius: 28px;
    padding: 28px;
    min-height: 0;
    flex: 1;
    max-width: 55%;
}

.menu .left-menu .left-menu-scroll {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 28px;
    overflow-x: clip;
    overflow-y: auto;
    border-radius: 28px;
}

.menu .menu-office {
    display: flex;
    flex-grow: 1;
}

.menu .menu-office:last-of-type {
    border-bottom: none;
}

.menu .menu-office-info {
    flex: 1;
    flex-shrink: 0;
    padding: 28px 0px;
    padding-right: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--blue);

    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

.menu .menu-office-name {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.menu .menu-office-info address {
    margin-bottom: 1.25rem;
}

.menu .menu-office-info p {
    margin-bottom: 0;
    text-wrap: nowrap;
}

.menu .menu-office-info a {
    color: inherit;
    font-weight: 300;
    background: unset;
}

.menu .menu-office-map {
    width: 50%;
    min-height: 0;
    border-radius: 20px;
    overflow: hidden;
}

.menu .menu-office-map .leaflet-control-attribution {
    padding-left: 20px;
    border-radius: 0 5px 0 0;
}

.menu .menu-office-map .leaflet-control-attribution a {
    color: var(--light-blue);
}

.menu .menu-office-map .leaflet-tile-container {
    filter: grayscale(100%);
}

.menu .left-menu .menu-socials {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-top: 3.5rem;
}

.menu .left-menu .menu-socials .social svg.icon-facebook {
    width: 30px;
    height: 30px;
}

.menu .left-menu .menu-socials .social svg.icon-instagram {
    width: 40px;
    height: 40px;
}

/* RIGHT PANEL */

.menu .right-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    height: 100%;
    padding: 50px;
    gap: 28px;

    flex: 1;
    max-width: 45%;
}

.menu .right-menu .menu-socials-mobile {
    display: none;
}

.menu .right-menu .menu-socials-mobile svg.icon-facebook {
    width: 24px;
    height: 24px;
}

.menu .right-menu .menu-socials-mobile svg.icon-instagram {
    width: 30px;
    height: 30px;
}

.menu .right-menu .btn {
    margin-top: 30px;
    height: 60px;
    min-height: 60px;
    padding-inline: 42px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    height: fit-content;
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
}

.menu ul li a {
    color: var(--blue);
    font-size: 44px;
    line-height: 80px;
    font-weight: 300;
    position: relative;
    transition: color 0.25s ease;
}

.menu ul li a:hover {
    color: var(--light-blue);
}

.menu .menu-socials {
    display: flex;
    gap: 2.25rem;
    margin-top: .75rem;
}

.menu .menu-socials .social {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
}

.menu .menu-socials .social i.fa-facebook-f {
    font-size: 24px;
}

.menu .menu-socials .social i.fa-instagram {
    font-size: 30px;
}

@media (max-width: 1399.98px) and (min-width: 1200px) {
    .menu .left-menu {
        max-width: 60%;
    }

    .menu .right-menu {
        max-width: 40%;
    }
}

@media (max-width: 1199.98px) {
    .menu .menu-office-map {
        display: none;
    }

    .menu .menu-office-info {
        padding-inline: 0;
    }
}

@media (max-width: 992px) {
    .navbar .navbar-left .location {
        display: none;
    }

    .menu ul li a {
        font-size: 36px;
        line-height: 72px;
    }
}

@media (max-width: 768px) {

    .menu {
        padding: 30px;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        margin: 15px;
    }

    .menu ul li a {
        font-size: 30px;
        line-height: 72px;
    }

    .menu .left-menu {
        display: none;
    }

    .menu .right-menu {
        max-width: 100%;
        padding: 55px 0px 0px;
        justify-content: space-between;
    }

    .menu .right-menu .menu-socials-mobile {
        display: flex;
    }

    .menu .right-menu .btn {
        width: 100%;
        max-width: 300px;
    }

    .navbar a.navbar__logo {
        height: 100%;
    }

    .navbar .navbar-right .phone .text {
        display: none;
    }

    .navbar .navbar-right .phone i::before {
        content: "\f879";
        width: auto;
    }

    .navbar .navbar-right .phone i {
        font-size: 16px;
        width: 34px;
        height: 14px;
        border: unset;
    }
}

@media (max-width: 768px) and (max-height: 839.98px) {
    .menu ul li a {
        font-size: 30px;
        line-height: 60px;
    }
}

@media (max-width: 576px) {
    .navbar a img {
        height: 50px;
        width: auto;
    }
}

.menu__opened {
    transform: translateX(0);
}

/* --- CLOSE BUTTON --- */

.menu__toggler {
    background: none;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 80px;
    height: 80px;
    padding: 0;
    transition: transform 0.4s cubic-bezier(0.82, -0.32, 0.18, 0.96);
}

.menu__toggler:before,
.menu__toggler:after {
    display: block;
    content: " ";
    background: var(--body-color);
    width: 24px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center;
}

.menu__toggler:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu__toggler:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.menu__toggler:focus {
    outline: none;
    box-shadow: none;
}

.menu__toggler:hover {
    transform: rotate(180deg);
}

@media (max-width: 576px) {
    .navbar .container-fluid {
        padding: 0 25px;
    }

    .navbar__toggler div {
        display: none;
    }

    .navbar a img {
        height: 50px;
        width: auto;
    }
}

/* NAV-01 END */

/* PROGRESS-STEPS-01 START */
.progress-steps-01 {
    --circle-size: 80px;
    --block-gap: 2rem;
    overflow: hidden;
    margin: calc(var(--block-padding) * 1.5) 0 calc(var(--block-padding) * 2);
}

.progress-steps-01 .content-title {
    margin-bottom: 3.25rem;
    color: var(--blue);
    text-wrap: balance;
}

.progress-steps-wrapper:not(.slick-initialized) {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: var(--block-gap) 0;
}

.progress-step {
    counter-increment: step;
    position: relative;
    /* max-width: 210px; */
    max-width: 270px;
    width: 25%;
    padding: 0 calc(var(--block-gap) * .5);
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

/* .progress-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(var(--circle-size) / 2 - 2px);
    left: 50%;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, var(--blue), var(--blue) 75%, transparent 75%, transparent 100%);
    background-size: 16.5px 1px;
    transform: translateY(-50%);
    z-index: -1;
}

.progress-step::before {
    content: counter(step);
    background: var(--blue);
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 300;
} */

.progress-step h3 {
    /*     margin-top: 1rem; */
    margin-bottom: .75rem;
    font-weight: 400;
    color: var(--blue);
    text-wrap: nowrap;
}

.progress-step .progress-step-content {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.01em;
}

.progress-steps-wrapper .slick-list {
    overflow: visible;
}

@media screen and (max-width: 1199.98px) {

    .progress-steps-wrapper:not(.slick-initialized) {
        max-width: 580px;
        margin: 0 auto;
        gap: var(--block-gap);
    }

    .progress-steps-wrapper:not(.slick-initialized) .progress-step {
        width: calc(50% - var(--block-gap) * 0.5);
        max-width: unset;
    }
}

@media screen and (max-width: 767.98px) {
    .progress-steps-01 {
        margin: calc(var(--block-padding) * 1.5) 0 calc(var(--block-padding) * 1);
    }

    .progress-step h3 {
        text-wrap: balance;
    }

    .progress-steps-wrapper.slick-initialized .progress-step {
        padding: 0;
    }
}

@media screen and (max-width: 575.98px) {
    .progress-steps-wrapper:not(.slick-initialized) .progress-step {
        width: 100%;
        max-width: 270px;
    }
}

/* PROGRESS-STEPS-01 END */

/* SINGLE-BANNER-01 START */
.single-banner-01 {
    --desktoph: 100svh;
    --tableth: 100svh;
    --mobileh: 100svh;

    --banner-padding: 82px;

    position: relative;

    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;

    background-color: var(--blue);
}

.single-banner-01 .slick-slider {
    --slider-gap: 0;
}

.single-banner-01 .container {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: var(--single-banner-01-align, left);
    align-items: end;
    text-align: var(--single-banner-01-align, left);
}

.single-banner-01 .carousel-caption {
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: unset;
    text-align: inherit;
    padding: var(--nav-height, 0) 0 var(--banner-padding);
    max-width: 900px;
}

/* 
@media screen and (min-width: 992px) {
    .single-banner-01 .carousel-caption {
        max-width: 50%;
    }
} */

#phone-3d {
    position: absolute;
    right: 0;
    width: 45%;
    z-index: 3;
    overflow: hidden;
    filter: drop-shadow(0px 0px 30px #0000008c);

    height: unset;
    max-height: 100%;
    aspect-ratio: 3/5;
    bottom: -125px;
    top: unset;

    pointer-events: none;
}

#phone-3d canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.single-banner-01 .carousel-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.single-banner-01 .carousel-caption-title {
    margin-bottom: 0;
    text-wrap: balance;
    position: relative;
}

.single-banner-01 .carousel-caption-title::before {
    content: "";
    width: 86px;
    height: 2px;
    background-color: currentColor;
    display: block;
    margin-bottom: 1.75rem;
    margin-left: 0.075em;
}

.single-banner-01 .carousel-caption-text {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.025em;
    margin: 0;
    margin-top: 15px;
}

.single-banner-01 .carousel-caption .btn {
    margin-top: 20px;
    outline-color: transparent !important;
}

.single-banner-01 .carousel-item {
    overflow: hidden;
}

.single-banner-01 .carousel-inner .prev-slide,
.single-banner-01 .carousel-inner .next-slide {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.single-banner-01 .carousel-inner .prev-slide:hover,
.single-banner-01 .carousel-inner .next-slide:hover {
    opacity: 0.8;
}

.single-banner-01 .carousel-inner .prev-slide {
    left: 45px;
}

.single-banner-01 .carousel-inner .next-slide {
    right: 45px;
}

/* 
.single-banner-01 .carousel-inner .slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: calc((var(--banner-padding) - 13px) / 2);
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
}

.single-banner-01 .carousel-inner .slick-dots>li {
    cursor: pointer;
    font-weight: 600;
}

.single-banner-01 .carousel-inner .slick-dots>li button {
    display: none;
}

.single-banner-01 .carousel-inner .slick-dots>li::before {
    content: "";
    display: block;
    background-color: #fff;
    width: 13px;
    min-width: 13px;
    height: 13px;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    outline: 0px solid var(--button-background);
    outline-offset: -1px;
    margin: 0 3px;
}

.single-banner-01 .carousel-inner .slick-dots>li.slick-active::before {
    outline: 2px solid var(--button-background);
} */

.single-banner-01 .carousel-item {
    height: var(--desktoph);
    min-height: 700px;
    position: relative;
}

.single-banner-01 .carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% + 1px);
    width: calc(100% + 1px);
    object-fit: cover;
}

.single-banner-01 .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 80%);
}

.single-banner-01 .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 80%);
}

@media screen and (max-width: 1399px) {
    .single-banner-01 .carousel-caption {
        width: 65%;
    }

    #phone-3d {
        width: 40%;
    }
}

/* @media screen and (max-width: 1199px) {
    .single-banner-01 .carousel-item {}
} */

@media screen and (max-width: 991px) {
    .single-banner-01 .carousel-item {
        height: var(--tableth);
    }

    /* #phone-3d {
        display: none;
    } */

    #phone-3d {
        width: 55%;
        right: -5%;
        height: unset;
        max-height: 100%;
        aspect-ratio: 3/5;
        bottom: -125px;
        top: unset;
    }

    .single-banner-01 .carousel-item::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 80%);
    }

    .single-banner-01 .carousel-item::after {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 80%);
    }
}

@media screen and (max-width: 767px) {
    .single-banner-01 {
        --banner-padding: 50px;
    }

    .single-banner-01 .carousel-caption {
        width: 65%;
    }

    #phone-3d {
        width: 80%;
        right: -35%;
        height: unset;
        max-height: 100%;
        aspect-ratio: 3/5;
        bottom: -125px;
        top: unset;
    }

    .single-banner-01 .carousel-item {
        height: var(--mobileh);
    }

    .single-banner-01 .carousel-inner .prev-slide {
        left: 15px;
    }

    .single-banner-01 .carousel-inner .next-slide {
        right: 15px;
    }
}

@media screen and (max-width: 575px) {

    .single-banner-01 .carousel-caption {
        width: 100%;
        margin: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .single-banner-01 .carousel-caption .btn-group {
        width: 100%;
    }

    .single-banner-01 .carousel-caption .btn {
        width: 100%;
        max-width: 260px;
        margin: 20px auto 0;
    }

    .single-banner-01 .carousel-caption-title::before {
        content: unset;
    }

    .single-banner-01 .carousel-item {
        height: var(--mobileh);
    }

    .single-banner-01 .carousel-item::after {
        content: "";
        padding-bottom: 100%;
        display: block;
    }
}

.single-banner-01 .hidden-h1 {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    width: 0px;
    height: 0px;
}

/* SINGLE-BANNER-01 END */

/* TESTIMONIALS START */
.testimonials {
    margin-top: var(--block-margin);
    margin-bottom: var(--block-margin);
    padding-top: 35px;
    padding-bottom: 35px;
}

.testimonials h2 {
    text-wrap: balance;
    color: var(--blue);
    margin-bottom: 2rem;
}

.testimonials .testimonial-carousel .testimonial-slide {
    text-align: left;
}

.testimonials .testimonial-nav {
    display: flex;
    flex-flow: row;
    line-height: 1;
}

.testimonials .slide-display {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: start;
    font-weight: 400;
    color: var(--blue);
}

.testimonials .current-slide {
    width: 70px;
    text-align: left;
    font-size: 60px;
    letter-spacing: -.01em;
    font-weight: 200;
}

.testimonials .total-slides {
    font-size: 18px;
    width: auto;
    text-align: left;
    padding-top: 6px;
}

.testimonials .separator-slide {
    padding-top: 6px;
}

.testimonials .testimonial-prev,
.testimonials .testimonial-next {
    cursor: pointer;
    color: var(--light-blue) !important;
    background-color: transparent !important;
    border: unset !important;
    padding: 0;
    height: unset;
    min-width: unset;
    font-size: 50px;
    line-height: 50px;
    outline: unset !important;
}

.testimonials button svg {
    height: 50px;
    width: 38px;
}

.testimonials .blockquote {
    margin-bottom: 1rem;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -.01em;
}

.testimonials .blockquote-footer::before {
    content: unset;
}

.testimonials .blockquote-footer {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
    color: var(--light-blue);
    font-weight: 400;
}

.testimonials .blockquote p {
    margin-bottom: 40px;
}

@media screen and (max-width: 991.97px) {
    .testimonials {
        padding-top: 0;
        padding-bottom: 0;
    }

    .testimonials h2 {
        text-align: center;
    }

    .testimonials .blockquote {
        text-align: center;
        margin-bottom: 0;
        font-weight: 200;
    }

    .testimonials .testimonial-carousel .slick-track {
        display: flex;
        align-items: center;
    }

    .testimonials .testimonial-nav {
        justify-content: center;
    }
}

@media screen and (max-width: 767.97px) {
    .testimonial-nav {
        margin-top: 40px;
    }

    .testimonials h2 {
        margin-bottom: 1.5rem;
    }

    .testimonials .blockquote {
        font-size: 26px;
        line-height: 34px;
    }

    .testimonials .blockquote-footer {
        font-size: 18px;
    }

    .testimonials .blockquote p {
        margin-bottom: 2rem;
    }

    .testimonials .testimonial-nav {
        margin-top: 2rem !important;
    }
}

@media screen and (max-width: 575.97px) {

    .testimonials {
        margin-top: var(--block-margin);
        margin-bottom: calc(var(--block-margin) * .75);
    }

    .testimonials h2 {
        font-family: var(--h1-font);
        font-size: var(--h1-fontsize);
        font-weight: var(--h1-fontweight);
    }

    .testimonials .blockquote {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
    }
}

/* TESTIMONIALS END */

/* BOOTALERT START */
.bootalert-modal .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.bootalert-modal .modal-header {
    background-color: var(--blue);
    color: var(--color-white);
    padding: 20px 24px;
    border-bottom: none;
    align-items: center;
    border-radius: 0;
}

.bootalert-modal .modal-title {
    font-size: var(--h4-fontsize, 20px);
    font-weight: 500;
    font-family: var(--h4-font);
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--color-white);
    margin: 0;
}

.bootalert-modal .modal-header .close {
    background: none;
    border: none;
    color: var(--color-white);
    font-size: 1.5rem;
    line-height: 1;
    opacity: 0.7;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
    transition: opacity 0.2s ease;
}

.bootalert-modal .modal-header .close:hover {
    opacity: 1;
}

.bootalert-modal .modal-body {
    padding: 24px;
    font-size: 1rem;
    color: var(--body-color);
    line-height: 1.6;
    background-color: #fff;
}

.bootalert-modal .modal-footer {
    padding: 12px 24px 20px;
    border-top: none;
    justify-content: flex-end;
}

.bootalert-modal .modal-footer .btn {
    min-width: 100px;
}

/* BOOTALERT END */