﻿@font-face {
    font-family: Fieldwork;
    font-weight: 400;
    font-style: normal;
    src: url(../font/Fieldwork/hinted-Fieldwork-HumRegular.woff2) format("woff2"),url(../font/Fieldwork/hinted-Fieldwork-HumRegular.woff) format("woff");
    font-display: block;
}

@font-face {
    font-family: Fieldwork;
    font-weight: 700;
    font-style: normal;
    src: url(../font/Fieldwork/hinted-Fieldwork-HumBold.woff2) format("woff2"),url(../font/Fieldwork/hinted-Fieldwork-HumBold.woff) format("woff");
    font-display: block;
}

@font-face {
    font-family: Fieldwork;
    font-weight: 600;
    font-style: normal;
    src: url(../font/Fieldwork/hinted-Fieldwork-Hum-DemiBold.woff2) format("woff2"),url(../font/Fieldwork/hinted-Fieldwork-Hum-DemiBold.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: Fieldwork;
    font-weight: 300;
    font-style: normal;
    src: url(../font/Fieldwork/hinted-Fieldwork-Hum-Light.woff2) format("woff2"),url(../font/Fieldwork/hinted-Fieldwork-Hum-Light.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: Avenir;
    font-weight: 700;
    font-style: normal;
    src: url(../font/Avenir/avenir-heavy.woff2) format("woff2"),url(../font/Avenir/avenir-heavy.woff) format("woff");
    font-display: block;
}

@font-face {
    font-family: Avenir;
    font-weight: 600;
    font-style: normal;
    src: url(../font/Avenir/avenir-medium.woff2) format("woff2"),url(../font/Avenir/avenir-medium.woff) format("woff");
    font-display: block;
}

@font-face {
    font-family: Avenir;
    font-weight: 400;
    font-style: normal;
    src: url(../font/Avenir/avenir-book.woff2) format("woff2"),url(../font/Avenir/avenir-book.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: Avenir;
    font-weight: 300;
    font-style: normal;
    src: url(../font/Avenir/avenir-light.woff2) format("woff2"),url(../font/Avenir/avenir-light.woff) format("woff");
    font-display: swap;
}

.has-error {
    position: absolute;
    font-size: 12px;
    top: -20%;
}

.footer {
    background: #000 !important;
}

.mobile_menu .container {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 0;
}

.mobile_menu i {
    float: right;
    padding-top: 20px;
    margin-right: 20px;
}

.mobile_menu .altaltmenu i {
    float: right;
    padding-top: 18px !important;
    margin-right: 20px !important;
}

.mobile_menu {
    width: 100%;
    background: #fff;
}

.submenu {
    display: none;
}

.mobile_menu ul li {
    position: relative;
    border-bottom: 1px solid #dadada;
    list-style-type: none;
}

.product-button {
    color: #ecf0f1 !important;
    font-size: 22px;
    margin-top: -7px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../img/whatsapp-logo.html) no-repeat center center;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.mobile_menu ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #009981;
    cursor: pointer;
    padding: 11px 15px 11px 15px;
    display: block;
    text-decoration: none;
    text-align: left;
}

    .mobile_menu ul li a:hover {
        color: #072642;
    }

.mobile_menu ul li.mobil_user {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.mobile_menu ul li ul li {
    position: relative;
    border-bottom: 1px solid #dadada;
    list-style-type: none;
}

    .mobile_menu ul li ul li a {
        font-size: 14px;
        font-weight: bold;
        color: #00afda;
        cursor: pointer;
        padding: 11px 15px 11px 15px;
        display: block;
        text-decoration: none;
        text-align: left;
        padding-left: 40px;
    }

        .mobile_menu ul li ul li a:before {
            position: absolute;
            content: '';
            width: 5px;
            height: 2px;
            top: 26px;
            left: 27px;
            background: #00afda;
        }

        .mobile_menu ul li ul li a:hover {
            color: #072642;
        }

    .mobile_menu ul li ul li ul li.mobil_user {
        background: #3d3d3b;
        border-bottom: 1px solid #fff;
    }

    .mobile_menu ul li ul li ul li {
        position: relative;
        border-bottom: 1px solid #dadada;
        list-style-type: none;
    }

        .mobile_menu ul li ul li ul li a {
            font-size: 14px;
            font-weight: bold;
            color: #00afda;
            cursor: pointer;
            padding: 11px 15px 11px 15px;
            display: block;
            text-decoration: none;
            text-align: left;
            padding-left: 50px;
        }

            .mobile_menu ul li ul li ul li a:before {
                position: absolute;
                content: '';
                width: 5px;
                height: 2px;
                top: 24px;
                left: 38px;
                background: #00afda;
            }

            .mobile_menu ul li ul li ul li a:hover {
                color: #072642;
            }

        .mobile_menu ul li ul li ul li.mobil_user {
            background: #3d3d3b;
            border-bottom: 1px solid #fff;
        }

body {
    --text-opacity:1;
    color: #2c3041;
    color: rgba(44,48,65,var(--text-opacity));
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: Fieldwork,sans-serif !important;
}

:root {
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray:#6c757d;
    --gray-dark:#343a40;
    --primary:#007bff;
    --secondary:#6c757d;
    --success:#28a745;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#f8f9fa;
    --dark:#343a40;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

span {
    font-family: Fieldwork,sans-serif !important;
}

p {
    font-family: Fieldwork,sans-serif !important;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-family: Fieldwork,sans-serif;
}

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

img {
    vertical-align: middle;
    border-style: none;
}

table {
    border-collapse: collapse;
}

button {
    border-radius: 0;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
    resize: vertical;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: Fieldwork,sans-serif !important;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h1, h1 {
    font-size: 2.5rem;
}

.h2, h2 {
    font-size: 2rem;
}

.h3, h3 {
    font-size: 1.75rem;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

.form-group {
    margin-bottom: 1rem;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

.collapse {
    display: none;
}

.dropdown, .dropup {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.menu-item-type-custom.menu-item-has-children:hover .dropdown-menu {
    display: block !important;
}

.menu-item-type-post_type.menu-item-has-children:hover .alt-dropdown-menu {
    display: block !important;
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

    .navbar > .container, .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width:1200px) {

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.w-100 {
    width: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

:root {
    --swiper-theme-color:#009981;
}

:root {
    --swiper-navigation-size:44px;
}

button, input, textarea, select {
    outline: none !important;
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

nav.navbar {
    background-color: transparent;
    transition: 0.4s;
}

    nav.navbar::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translate3d(0,-180%,0);
        transform: translate3d(0,-180%,0);
        transition: transform .3s cubic-bezier(.77,0,.175,1);
        transition: transform .3s cubic-bezier(.77,0,.175,1),-webkit-transform .3s cubic-bezier(.77,0,.175,1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

.box-a {
    width: 145px;
    height: auto;
    position: relative;
    z-index: 5;
    margin: auto 0;
    font-weight: 700;
}

    .box-a .navbar-brand {
        width: 100%;
        height: 50px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%;
        transition: background-position .3s cubic-bezier(.77,0,.175,1);
    }

    .box-a img {
        object-fit: contain;
        display: none;
    }

.box-b {
    position: relative;
    order: 2;
}

.box-c {
    position: relative;
    z-index: 5;
    width: 100%;
}

.box-a-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-toggle::after {
    display: none !important;
}

.navbar-toggler {
    position: relative;
    color: #fff;
    border-color: currentColor;
    border: none;
    min-width: 2.2222222222222223rem;
    min-height: 2.2222222222222223rem;
    width: 2.7777777777777777rem;
    height: 2.7777777777777777rem;
    transition: 0.4s;
    margin-right: 0;
    margin-left: 1rem;
    left: -8px;
    top: 15px;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%);
}

.header-content-wrap {
    transition: 0.4s;
    position: relative;
    width: 100%;
}

.dropdown-toggle::after {
    content: none;
    display: none !important;
}

.form-control {
    outline: none !important;
}

.special-button {
    border: none;
    padding: 0;
    width: 22px;
    background: transparent;
    line-height: 0;
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;
    display: none;
}

    .special-button .notice-number {
        position: absolute;
        background: #fc0048;
        color: #fff;
        font-size: 13px;
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        text-align: center;
        line-height: 17px;
        font-weight: 600;
        top: 13px;
        left: 12px;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: 0.65s;
        animation: scaleUpOne 0.65s forwards;
    }

        .special-button .notice-number + .special-button-container {
            -webkit-clip-path: polygon(100% 53%,100% 0%,0% 0%,0% 100%,35% 100%,36% 95%,39% 90%,41% 86%,45% 81%,47% 78%,51% 74%,55% 70%,60% 66%,64% 63%,70% 60%,76% 57%,81% 55%,86% 53%,92% 52%,97% 53%);
            clip-path: polygon(100% 53%,100% 0%,0% 0%,0% 100%,35% 100%,36% 95%,39% 90%,41% 86%,45% 81%,47% 78%,51% 74%,55% 70%,60% 66%,64% 63%,70% 60%,76% 57%,81% 55%,86% 53%,92% 52%,97% 53%);
        }

    .special-button .special-button-container {
        border: none;
        padding: 0;
        width: 22px;
        background: transparent;
        line-height: 0;
        overflow: hidden;
        display: block;
    }

    .special-button .icon-bar {
        display: block;
        text-align: left;
    }

        .special-button .icon-bar i {
            width: 100%;
            position: relative;
            margin-bottom: 5px;
            display: block;
            height: 2px;
        }

            .special-button .icon-bar i::before, .special-button .icon-bar i::after {
                content: "";
                position: absolute;
                width: 100%;
                height: 2px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                background: #ecf0f1;
                display: block;
                display: inline-block;
                opacity: .8;
                top: 0;
                left: 0;
                margin-left: auto;
                -webkit-transition: left 0.65s;
                -o-transition: left 0.65s;
                -moz-transition: left 0.65s;
                transition: left 0.65s;
            }

            .special-button .icon-bar i::before {
                left: -30px;
                right: auto;
                opacity: 1;
                background: #fff;
            }

        .special-button .icon-bar:first-child {
            margin-top: 1px;
        }

            .special-button .icon-bar:first-child i {
                width: 70%;
                overflow: hidden;
            }

                .special-button .icon-bar:first-child i::before, .special-button .icon-bar:first-child i::after {
                    -webkit-transition-delay: 0s;
                    -moz-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                }

        .special-button .icon-bar:nth-child(2) i::before, .special-button .icon-bar:nth-child(2) i::after {
            -webkit-transition-delay: 0.1s;
            -moz-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .special-button .icon-bar:last-child {
            margin-bottom: 0;
        }

            .special-button .icon-bar:last-child i::before, .special-button .icon-bar:last-child i::after {
                -webkit-transition-delay: 0.2s;
                -moz-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
                width: 72%;
            }

    .special-button:hover .icon-bar i::before {
        left: 0;
        -webkit-transition: left 0.65s;
        -o-transition: left 0.65s;
        -moz-transition: left 0.65s;
        transition: left 0.65s;
    }

    .special-button:hover .icon-bar i::after {
        left: 100%;
        -webkit-transition: left 0.65s;
        -o-transition: left 0.65s;
        -moz-transition: left 0.65s;
        transition: left 0.65s;
    }

    .special-button:hover .icon-bar:first-child i::before,
    .special-button:hover .icon-bar:first-child i::after {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .special-button:hover .icon-bar:nth-child(2) i::before,
    .special-button:hover .icon-bar:nth-child(2) i::after {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .special-button:hover .icon-bar:last-child i::before,
    .special-button:hover .icon-bar:last-child i::after {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

.d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
}

.d-xl-nonef {
    display: none !important;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

html {
    scroll-behavior: smooth;
}

html {
    font-size: 16px;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

body, html {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#NavDropdown > ul.navbar-nav > li > a {
    padding: 1.6666666666666667rem 0px !important;
}

#NavDropdown ul.navbar-nav > li.active > a {
    color: #fff;
    background: transparent;
    font-weight: 700;
}

    #NavDropdown ul.navbar-nav > li.active > a:before {
        width: 100%;
    }

#NavDropdown ul.navbar-nav > li > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#NavDropdown ul.nav.navbar-nav > li > ul > li.active > a::before {
    width: 122px !important;
}

body.fixed #NavDropdown ul.navbar-nav > li > a {
    padding: 32px 0;
}

    body.fixed #NavDropdown ul.navbar-nav > li > a::before {
        bottom: 23px;
    }

#NavDropdown ul.navbar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

    #NavDropdown ul.navbar-nav:before,
    #NavDropdown ul.navbar-nav:after {
        display: none;
    }

    #NavDropdown ul.navbar-nav > li {
        margin: 0 .9375rem;
    }

    #NavDropdown ul.navbar-nav li {
        position: relative;
    }

        #NavDropdown ul.navbar-nav li.custom-btn {
            border-radius: 3.1666666666666665rem;
            border: 3px solid #fff;
        }

            #NavDropdown ul.navbar-nav li.custom-btn > a {
                padding: 1.1111111111111112rem 1.2222222222222223rem;
            }

                #NavDropdown ul.navbar-nav li.custom-btn > a:before {
                    display: none;
                }

            #NavDropdown ul.navbar-nav li.custom-btn:last-child {
                margin-left: .5rem;
            }

        #NavDropdown ul.navbar-nav li a {
            font-family: 'Lato', sans-serif;
            font-size: .75rem;
            font-weight: 700;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.43;
            letter-spacing: normal;
            background: transparent;
            color: #fff;
            display: block;
            padding: 64px 0;
            border-radius: 0;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            transition: 0.4s;
            white-space: normal;
        }

            #NavDropdown ul.navbar-nav li a::after {
                display: none;
            }

            #NavDropdown ul.navbar-nav li a::before {
                content: "";
                background: #009981;
                bottom: 55px;
                height: 2px;
                left: 0;
                margin-left: auto;
                margin-right: auto;
                position: absolute;
                right: 0;
                width: 0%;
                transition: 0.4s;
            }

            #NavDropdown ul.navbar-nav li a:hover::before,
            #NavDropdown ul.navbar-nav li a:focus::before,
            #NavDropdown ul.navbar-nav li a:active::before {
                width: 100%;
            }

        #NavDropdown ul.navbar-nav li ul {
            position: absolute;
            display: none;
            z-index: 2;
            background: #240266;
            border: none;
            min-height: 0;
            padding: 25px 0;
            margin: 0;
            border-radius: 0;
            width: 277px;
            left: -45px;
            -webkit-transform: translate(0%, 0);
            -moz-transform: translate(0%, 0);
            -ms-transform: translate(0%, 0);
            transform: translate(0%, 0);
        }

            #NavDropdown ul.navbar-nav li ul li {
                display: block;
            }

                #NavDropdown ul.navbar-nav li ul li::before {
                    content: none !important;
                }

                #NavDropdown ul.navbar-nav li ul li a {
                    font-size: 15px;
                    font-weight: 400;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.33;
                    letter-spacing: 1.5px;
                    border-radius: 0;
                    color: #fff;
                    margin-top: 0;
                    padding: 10px 45px;
                    text-transform: none;
                    text-align: left;
                }

                    #NavDropdown ul.navbar-nav li ul li a::before,
                    #NavDropdown ul.navbar-nav li ul li a::after {
                        margin-left: 0;
                        left: 45px;
                        bottom: 0;
                    }

                    #NavDropdown ul.navbar-nav li ul li a:hover,
                    #NavDropdown ul.navbar-nav li ul li a:focus,
                    #NavDropdown ul.navbar-nav li ul li a:active {
                        color: #fff;
                        margin-top: 0;
                        border-radius: 0;
                    }

                        #NavDropdown ul.navbar-nav li ul li a:hover::before,
                        #NavDropdown ul.navbar-nav li ul li a:focus::before,
                        #NavDropdown ul.navbar-nav li ul li a:active::before {
                            width: 122px;
                        }

                    #NavDropdown ul.navbar-nav li ul li a::after {
                        content: none !important;
                    }

                #NavDropdown ul.navbar-nav li ul li:first-child a {
                    border-top: none;
                    border-radius: 0;
                }

                    #NavDropdown ul.navbar-nav li ul li:first-child a::after {
                        content: "";
                    }

                #NavDropdown ul.navbar-nav li ul li:last-child a {
                    border-radius: 0;
                }

                #NavDropdown ul.navbar-nav li ul li:last-child ul {
                    left: 100%;
                    top: 0;
                    right: auto;
                }

                #NavDropdown ul.navbar-nav li ul li ul {
                    left: 100%;
                    top: 0;
                    width: 100%;
                    -webkit-transform: translate(0%, 0%);
                    -moz-transform: translate(0%, 0%);
                    -ms-transform: translate(0%, 0%);
                    transform: translate(0%, 0%);
                }

        #NavDropdown ul.navbar-nav li:last-child ul li a {
            border-radius: 0;
        }

        #NavDropdown ul.navbar-nav li:last-child ul li ul {
            right: auto;
            left: -100%;
        }

        #NavDropdown ul.navbar-nav li:last-child ul li:last-child ul {
            right: auto;
            left: -100%;
        }

        #NavDropdown ul.navbar-nav li.contact-btn {
            transition: 0.8s;
            padding: 48px 0;
            margin-right: 0;
        }

            #NavDropdown ul.navbar-nav li.contact-btn > a {
                border-bottom: 2px solid currentColor;
                padding: 12px 6px;
                background: transparent;
                color: #fff;
                overflow: hidden;
                transition: 0s;
            }

                #NavDropdown ul.navbar-nav li.contact-btn > a::after {
                    content: '';
                    display: block !important;
                    background: url(../../themes/elevation2020/assets/images/arrow-project.html) no-repeat;
                    background-position: center;
                    background-size: contain;
                    transition: 0s;
                    opacity: 1;
                    width: 16px;
                    height: 13px;
                    margin-left: 5px;
                    position: relative;
                    border-top: none;
                    border-right: none;
                    border-bottom: none;
                    border-left: none;
                    -webkit-filter: brightness(0%) invert(100%);
                    filter: brightness(0%) invert(100%);
                }

                #NavDropdown ul.navbar-nav li.contact-btn > a:before {
                    display: none;
                }

                #NavDropdown ul.navbar-nav li.contact-btn > a:hover {
                    color: #fc0048;
                }

                    #NavDropdown ul.navbar-nav li.contact-btn > a:hover:after {
                        background: url(../../themes/elevation2020/assets/images/arrow-project-h.html) no-repeat;
                        background-position: center;
                        background-size: contain;
                        -webkit-filter: brightness(100%) invert(0%);
                        filter: brightness(100%) invert(0%);
                    }

        #NavDropdown ul.navbar-nav li.nav-item.btn-contact a::before {
            width: 100%;
        }


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    background-color: transparent;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}

button {
    background-color: transparent;
    background-image: none;
}

fieldset, ol, ul {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

html {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5;
}

*, :after, :before {
    box-sizing: border-box;
    border: 0 solid;
}

hr {
    border-top-width: 1px;
}

img {
    border-style: solid;
}

input::placeholder, textarea::placeholder {
    color: #a0aec0;
}

[role=button], button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

img, video {
    max-width: 100%;
    height: auto;
}

embed, img, object, video {
    max-width: 100%;
}

.visually-hidden:not(:focus):not(:active), input[type=checkbox].visually-hidden, input[type=radio].visually-hidden {
    position: absolute;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    clip-path: inset(100%);
}

img, picture {
    pointer-events: none;
}

body {
    --text-opacity:1;
    color: #2c3041;
    color: rgba(44,48,65,var(--text-opacity));
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

    body.travod-site {
        font-family: Fieldwork,sans-serif;
    }

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkbox {
    position: relative;
    padding-left: 2.25rem;
}

    .checkbox:before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 20px;
        height: 20px;
        content: "";
        background-color: #fff;
        border: 2px solid #e6e7e8;
        border-radius: 2px;
        transform: translate3d(0,-50%,0);
    }

.checkbox--30 {
    padding-left: 2.875rem;
}

    .checkbox--30:before {
        width: 30px;
        height: 30px;
    }

.checkbox-inversed:before {
    background-color: transparent;
    border: 2px solid;
}

.checkbox-shadow label {
    opacity: .5;
}

label.checkbox-inversed.required:after {
    color: #fff;
}

label:not(.is-short) {
    white-space: nowrap;
}

label a {
    display: inline;
    color: #f99500;
}

label.required {
    display: inline-flex;
    padding-right: .75rem;
    position: relative;
}

    label.required:after {
        padding-left: 3px;
        content: "*";
        color: #e82942;
        position: absolute;
        top: 0;
        right: 0;
    }

.container-full {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 120rem;
}

.btn, .tag, .transition-cst, svg {
    transition: .35s;
}

.lazyload {
    opacity: 0;
    transition: .3s;
}

.img-centered {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.btn {
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

.btn-square {
    border-radius: .25rem;
}

.btn-large {
    height: 3.125rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: .875rem;
    line-height: 1.43;
    letter-spacing: .3px;
}

.btn-default {
    color: #fff;
    background-color: #009981;
    background-color: #009981);
}

.btn-secondary-light {
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    background-color: transparent;
}

    .btn-secondary-light, .btn-secondary-light:hover {
        --text-opacity:1;
        border-width: 2px;
        --border-opacity:1;
        border-color: #fff;
        border-color: rgba(255,255,255,var(--border-opacity));
    }

.tab .swiper-slide {
    width: auto !important;
    border-bottom: 2px solid transparent;
}

.more {
    position: relative;
    border-bottom: 1px solid transparent;
    transition: .35s ease;
    color: #009981;
}

    .more, .more:after {
        display: inline-block;
    }

        .more:after {
            transition: right .35s ease;
            right: -20px;
            position: absolute;
            content: "";
            background-image: url(../../build/img/rarr-orange.html);
            background-repeat: no-repeat;
            background-position: center 50%;
            height: 100%;
            width: .75em;
            background-size: contain;
        }

.more-white {
    color: #fff;
}

    .more-white:after {
        background-image: url(../../build/img/rarr-white.html);
    }

.services__item.is-first .services__title {
    border-top-color: transparent;
}

.services__title {
    border-top: 2px solid #e6e7e8;
}

.w-overlay:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(0deg,#000 0,transparent);
    transition: .25s ease;
}

.w-overlay-black:before {
    background-color: transparent;
    background-image: none;
}

.ribbon {
    height: 1.25rem;
    background-image: url(../../build/img/ribbon.html);
    background-repeat: repeat-x;
    background-position: 50%;
    background-size: auto 1.25rem;
}

.scale-cover img {
    transition: transform .35s ease;
}

.scale-cover.w-opacity img {
    transition: all .35s ease;
}

.js-accordeon-content {
    overflow: hidden;
    max-height: 0;
    transition: .35s cubic-bezier(0,1,0,1);
}

@media (min-width:992px) {
    .js-accordeon-content {
        overflow: unset;
        max-height: unset;
    }
}

.lg\:checkbox--20 {
    padding-left: 2.25rem;
}

    .lg\:checkbox--20:before {
        width: 20px;
        height: 20px;
    }

@media (min-width:1100px) {
    .xl\:btn-small {
        padding-left: 1rem;
        padding-right: 1rem;
        height: 2rem;
        font-size: .75rem;
        line-height: 1.25;
        letter-spacing: .5px;
    }
}

.bg-transparent {
    background-color: transparent;
}

.bg-black-30 {
    background-color: rgba(44,48,65,.3);
}

.bg-black {
    --bg-opacity:1;
    background-color: #2c3041;
    background-color: rgba(44,48,65,var(--bg-opacity));
}

.bg-white-10 {
    background-color: hsla(0,0%,100%,.1);
}

.bg-white {
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
}

.bg-gray-30 {
    --bg-opacity:1;
    background-color: #f7f7f8;
    background-color: rgba(247,247,248,var(--bg-opacity));
}

.bg-gray-50 {
    --bg-opacity:1;
    background-color: #f2f3f3;
    background-color: rgba(242,243,243,var(--bg-opacity));
}

.bg-gray {
    --bg-opacity:1;
    background-color: #e6e7e8;
    background-color: rgba(230,231,232,var(--bg-opacity));
}

.bg-orange {
    --bg-opacity:1;
    background-color: #009981;
}

.bg-blue {
    background-color: #009981;
}

.bg-footer-bottom {
    --bg-opacity:1;
    background-color: #000;
}

.bg-froly {
    --bg-opacity:1;
    background-color: #f16279;
    background-color: rgba(241,98,121,var(--bg-opacity));
}

.border-white-10 {
    border-color: hsla(0,0%,100%,.1);
}

.border-footer-line-10 {
    border-color: rgba(230,231,232,.1);
}

.rounded-50 {
    border-radius: 50%;
}

.rounded-sm {
    border-radius: .125rem;
}

.rounded {
    border-radius: .25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-r, .rounded-t {
    border-top-right-radius: .25rem;
}

.rounded-b, .rounded-r {
    border-bottom-right-radius: .25rem;
}

.border-solid {
    border-style: solid;
}

.border-b {
    border-bottom-width: 1px;
}

.cursor-pointer {
    cursor: pointer;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.items-stretch {
    align-items: stretch;
}

.self-start {
    align-self: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.flex-grow {
    flex-grow: 1;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-first {
    order: -9999;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.h-0 {
    height: 0;
}

.h-3 {
    height: .75rem;
}

.h-10 {
    height: 2.5rem;
}

.h-16 {
    height: 4rem;
}

.h-18 {
    height: 5rem;
}

.h-20 {
    height: 6rem;
}

.h-auto {
    height: auto;
}

.h-20p {
    height: 1.25rem;
}

.h-26p {
    height: 1.625rem;
}

.h-30p {
    height: 1.875rem;
}

.h-40p {
    height: 2.5rem;
}

.h-50p {
    height: 3.125rem;
}

.h-full {
    height: 100%;
}

.text-xs {
    font-size: .75rem;
}

.text-sm {
    font-size: .875rem;
}

.text-base {
    font-size: 1rem;
}

.text-14p {
    font-size: .875rem;
}

.text-16p {
    font-size: 1rem;
}

.text-18p {
    font-size: 1.125rem;
}

.text-20p {
    font-size: 1.25rem;
}

.text-24p {
    font-size: 1.5rem;
}

.text-36p {
    font-size: 2.25rem;
}

.leading-111 {
    line-height: 1.11;
}

.leading-125 {
    line-height: 1.25;
}

.leading-143 {
    line-height: 1.43;
}

.leading-144 {
    line-height: 1.44;
}

.leading-150 {
    line-height: 1.5;
}

.leading-167 {
    line-height: 1.67;
}

.leading-214 {
    line-height: 2.14;
}

.leading-38p {
    line-height: 2.375rem;
}

.m-auto {
    margin: auto;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.-mx-5p {
    margin-left: -.3125rem;
    margin-right: -.3125rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-3 {
    margin-bottom: .75rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mr-10 {
    margin-right: 2.5rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mr-auto {
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.mt-10p {
    margin-top: .625rem;
}

.mr-10p {
    margin-right: .625rem;
}

.mb-10p {
    margin-bottom: .625rem;
}

.mt-14p {
    margin-top: .875rem;
}

.ml-14p {
    margin-left: .875rem;
}

.mt-20p {
    margin-top: 1.25rem;
}

.mb-20p {
    margin-bottom: 1.25rem;
}

.mb-28p {
    margin-bottom: 1.75rem;
}

.mt-30p {
    margin-top: 1.875rem;
}

.mb-30p {
    margin-bottom: 1.875rem;
}

.mt-40p {
    margin-top: 2.5rem;
}

.mb-40p {
    margin-bottom: 2.5rem;
}

.mb-60p {
    margin-bottom: 3.75rem;
}

.-mb-40p {
    margin-bottom: -2.5rem;
}

.mb-18p {
    margin-bottom: 1.125rem;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-full {
    max-width: 100%;
}

.max-w-6\/12 {
    max-width: 50%;
}

.max-w-8\/12 {
    max-width: 66.66666666666667%;
}

.max-w-260p {
    max-width: 16.25rem;
}

.max-w-320p {
    max-width: 20rem;
}

.max-w-720p {
    max-width: 45rem;
}

.max-w-900p {
    max-width: 56.25rem;
}

.min-h-screen {
    min-height: 100vh;
}

.object-cover {
    object-fit: cover;
}

.opacity-0 {
    opacity: 0;
}

.opacity-50 {
    opacity: .5;
}

.overflow-hidden {
    overflow: hidden;
}

.p-10p {
    padding: .625rem;
}

.p-20p {
    padding: 1.25rem;
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-5p {
    padding-left: .3125rem;
    padding-right: .3125rem;
}

.px-10p {
    padding-left: .625rem;
    padding-right: .625rem;
}

.py-20p {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-20p {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-30p {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.py-40p {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pl-10p {
    padding-left: .625rem;
}

.pt-40p {
    padding-top: 2.5rem;
}

.pb-40p {
    padding-bottom: 2.5rem;
}

.pr-60p {
    padding-right: 3.75rem;
}

.pb-7\/12 {
    padding-bottom: 58.33333333333333%;
}

.pb-8\/12 {
    padding-bottom: 66.66666666666667%;
}

.pb-12\/12 {
    padding-bottom: 100%;
}

.placeholder-white-50::placeholder {
    color: hsla(0,0%,100%,.5);
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    right: 0;
    left: 0;
}

.inset-0, .inset-y-0 {
    top: 0;
    bottom: 0;
}

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.shadow {
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.1);
}

.fill-current {
    fill: currentColor;
}

.stroke-current {
    stroke: currentColor;
}

.text-transparent {
    color: transparent;
}

.text-black-50 {
    color: rgba(44,48,65,.5);
}

.text-white-50 {
    color: hsla(0,0%,100%,.5);
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.text-gray-90 {
    color: #959ca0;
}

.text-orange-70 {
    color: #f99500;
}

.text-orange {
    color: #009981;
}

.text-blue {
    color: #009981;
}

.text-copyright {
    color: #9597a0;
}

.uppercase {
    text-transform: uppercase;
}

.w-3 {
    width: .75rem;
}

.w-4 {
    width: 1rem;
}

.w-10 {
    width: 2.5rem;
}

.w-auto {
    width: auto;
}

.w-26p {
    width: 1.625rem;
}

.w-40p {
    width: 2.5rem;
}

.w-50p {
    width: 3.125rem;
}

.w-3\/12 {
    width: 25%;
}

.w-12\/12 {
    width: 100%;
}

.w-1\/5 {
    width: 20%;
}

.w-full {
    width: 100%;
}

.z-0 {
    z-index: 0;
}

.z-20 {
    z-index: 20;
}

.z-40 {
    z-index: 40;
}

@media (min-width:640px) {
    .sm\:bg-gray-50 {
        --bg-opacity:1;
        background-color: #f2f3f3;
        background-color: rgba(242,243,243,var(--bg-opacity));
    }

    .sm\:rounded {
        border-radius: .25rem;
    }

    .sm\:block {
        display: block;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:flex-col {
        flex-direction: column;
    }

    .sm\:items-stretch {
        align-items: stretch;
    }


    .sm\:mt-40p {
        margin-top: 2.5rem;
    }

    .sm\:p-20p {
        padding: 1.25rem;
    }
}

@media (min-width:768px) {
    .md\:border-t {
        border-top-width: 1px;
    }

    .md\:block {
        display: block;
    }

    .md\:flex {
        display: flex;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:flex-col {
        flex-direction: column;
    }

    .md\:flex-wrap {
        flex-wrap: wrap;
    }

    .md\:items-end {
        align-items: flex-end;
    }

    .md\:justify-end {
        justify-content: flex-end;
    }

    .md\:order-last {
        order: 9999;
    }

    .md\:order-none {
        order: 0;
    }

    .md\:font-semibold {
        font-weight: 600;
    }

    .md\:h-50p {
        height: 3.125rem;
    }

    .md\:text-24p {
        font-size: 1.5rem;
    }

    .md\:-m-10p {
        margin: -.625rem;
    }

    .md\:mx-2p {
        margin-left: .125rem;
        margin-right: .125rem;
    }

    .md\:-mx-10p {
        margin-left: -.625rem;
        margin-right: -.625rem;
    }

    .md\:mr-0 {
        margin-right: 0;
    }

    .md\:mb-0 {
        margin-bottom: 0;
    }

    .md\:mb-30p {
        margin-bottom: 1.875rem;
    }

    .md\:max-w-10\/12 {
        max-width: 83.33333333333333%;
    }

    .md\:p-10p {
        padding: .625rem;
    }

    .md\:p-30p {
        padding: 1.875rem;
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .md\:px-10p {
        padding-left: .625rem;
        padding-right: .625rem;
    }

    .md\:pl-10 {
        padding-left: 2.5rem;
    }

    .md\:pt-12 {
        padding-top: 3rem;
    }

    .md\:pr-10p {
        padding-right: .625rem;
    }

    .md\:pl-10p {
        padding-left: .625rem;
    }

    .md\:pt-20p {
        padding-top: 1.25rem;
    }

    .md\:pb-20p {
        padding-bottom: 1.25rem;
    }

    .md\:pt-60p {
        padding-top: 3.75rem;
    }

    .md\:text-center {
        text-align: center;
    }

    .md\:w-2\/12 {
        width: 16.666667%;
    }

    .md\:w-4\/12 {
        width: 33.333333%;
    }

    .md\:w-6\/12 {
        width: 50%;
    }

    .md\:w-full {
        width: 100%;
    }
}

@media (min-width:992px) {
    .lg\:border-transparent {
        border-color: transparent;
    }

    .lg\:border-b-0 {
        border-bottom-width: 0;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:flex-col {
        flex-direction: column;
    }

    .lg\:flex-wrap {
        flex-wrap: wrap;
    }

    .lg\:items-start {
        align-items: flex-start;
    }

    .lg\:items-center {
        align-items: center;
    }

    .lg\:justify-center {
        justify-content: center;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:order-first {
        order: -9999;
    }

    .lg\:order-last {
        order: 9999;
    }

    .lg\:h-auto {
        height: auto;
    }

    .lg\:h-30p {
        height: 1.875rem;
    }

    .lg\:h-full {
        height: 100%;
    }

    .lg\:text-lg {
        font-size: 1.125rem;
    }

    .lg\:text-16p {
        font-size: 1rem;
    }

    .lg\:text-24p {
        font-size: 1.5rem;
    }

    .lg\:text-54p {
        font-size: 3.375rem;
    }

    .lg\:leading-125, .lg\:leading-tight {
        line-height: 1.25;
    }

    .lg\:mt-0 {
        margin-top: 0;
    }

    .lg\:mb-0 {
        margin-bottom: 0;
    }

    .lg\:mb-2 {
        margin-bottom: .5rem;
    }

    .lg\:mb-3 {
        margin-bottom: .75rem;
    }

    .lg\:mr-5 {
        margin-right: 1.25rem;
    }

    .lg\:mb-16 {
        margin-bottom: 4rem;
    }

    .lg\:mt-10p {
        margin-top: .625rem;
    }

    .lg\:mr-20p {
        margin-right: 1.25rem;
    }

    .lg\:ml-20p {
        margin-left: 1.25rem;
    }

    .lg\:mr-30p {
        margin-right: 1.875rem;
    }

    .lg\:mt-40p {
        margin-top: 2.5rem;
    }

    .lg\:mb-40p {
        margin-bottom: 2.5rem;
    }

    .lg\:mb-50p {
        margin-bottom: 3.125rem;
    }

    .lg\:mb-60p {
        margin-bottom: 3.75rem;
    }

    .lg\:mb-18p {
        margin-bottom: 1.125rem;
    }

    .lg\:max-w-8\/12 {
        max-width: 66.66666666666667%;
    }

    .lg\:max-w-440p {
        max-width: 27.5rem;
    }

    .lg\:min-h-300p {
        min-height: 18.75rem;
    }

    .lg\:overflow-visible {
        overflow: visible;
    }

    .lg\:p-30p {
        padding: 1.875rem;
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .lg\:px-20p {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .lg\:py-40p {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .lg\:py-60p {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }

    .lg\:px-60p {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }

    .lg\:pb-4 {
        padding-bottom: 1rem;
    }

    .lg\:pt-12 {
        padding-top: 3rem;
    }

    .lg\:pt-16 {
        padding-top: 4rem;
    }

    .lg\:pl-16 {
        padding-left: 4rem;
    }

    .lg\:pt-60p {
        padding-top: 3.75rem;
    }

    .lg\:pb-60p {
        padding-bottom: 5.75rem;
    }

    .lg\:pl-60p {
        padding-left: 3.75rem;
    }

    .lg\:pb-6\/12 {
        padding-bottom: 50%;
    }

    .lg\:pointer-events-none {
        pointer-events: none;
    }

    .lg\:absolute {
        position: absolute;
    }

    .lg\:relative {
        position: relative;
    }

    .lg\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .lg\:text-center {
        text-align: center;
    }

    .lg\:w-30p {
        width: 1.875rem;
    }

    .lg\:w-3\/12 {
        width: 25%;
    }

    .lg\:w-4\/12 {
        width: 33.333333%;
    }

    .lg\:w-5\/12 {
        width: 41.666667%;
    }

    .lg\:w-6\/12 {
        width: 50%;
    }

    .lg\:w-7\/12 {
        width: 58.333333%;
    }

    .lg\:w-8\/12 {
        width: 66.666667%;
    }

    .lg\:w-full {
        width: 100%;
    }

    .lg\:w-1\/8 {
        width: 12.5%;
    }

    .lg\:w-340p {
        width: 21.25rem;
    }
}

@media (min-width:1100px) {
    .xl\:block {
        display: block;
    }

    .xl\:hidden {
        display: none;
    }

    .xl\:order-none {
        order: 0;
    }

    .xl\:text-sm {
        font-size: .875rem;
    }

    .xl\:leading-143 {
        line-height: 1.43;
    }

    .xl\:-m-20p {
        margin: -1.25rem;
    }

    .xl\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .xl\:mb-2 {
        margin-bottom: .5rem;
    }

    .xl\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .xl\:mb-16 {
        margin-bottom: 4rem;
    }

    .xl\:p-20p {
        padding: 1.25rem;
    }

    .xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .xl\:px-20p {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .xl\:px-60p {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }

    .xl\:pl-0 {
        padding-left: 0;
    }

    .xl\:pb-60p {
        padding-bottom: 3.75rem;
    }

    .xl\:pb-8\/12 {
        padding-bottom: 66.66666666666667%;
    }

    .xl\:text-white {
        --text-opacity:1;
        color: #fff;
        color: rgba(255,255,255,var(--text-opacity));
    }

    .xl\:normal-case {
        text-transform: none;
    }

    .xl\:w-3\/12 {
        width: 25%;
    }

    .xl\:w-4\/12 {
        width: 33.333333%;
    }

    .xl\:w-full {
        width: 100%;
    }

    .xl\:w-3\/8 {
        width: 37.5%;
    }

    .xl\:w-4\/8 {
        width: 50%;
    }
}

:root {
    --swiper-theme-color:#009981;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

:root {
    --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(var(--swiper-navigation-size)*-1/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: normal;
        line-height: 1;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: "prev";
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: "next";
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;
}

@media (min-width:1380px) {
    .heading-xxl-large {
        font-size: 3rem;
    }
}

.swiper-container-wide {
    overflow: visible !important;
}

.swiper-slide {
    height: auto;
}

    .swiper-slide.border-box {
        box-sizing: border-box;
    }

.swiper-pagination {
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    position: relative;
    right: unset;
    left: unset;
    margin-top: unset;
    width: 50px;
    height: 50px;
    color: unset;
    -webkit-tap-highlight-color: transparent;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }

@media (min-width:640px) {
    .swiper-industries .swiper-slide {
        width: 50%;
    }
}

@media (min-width:992px) {
    .swiper-industries .swiper-slide {
        width: 33.33333%;
    }
}

@media (min-width:1100px) {
    .swiper-industries .swiper-slide {
        max-width: 360px;
    }
}

.headerbuttonmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 79, 67, 0.85);
    z-index: 9999;
    /*overflow: scroll;*/
}

    .headerbuttonmenu .baslik {
        text-align: center;
        padding: 30px;
        /*padding-bottom: 60px;*/
    }

        .headerbuttonmenu .baslik span {
            color: #fff;
            font-size: 36px;
        }

        .headerbuttonmenu .baslik i {
            float: right;
            font-size: 30px;
            color: #fff;
            cursor: pointer;
        }

    .headerbuttonmenu .bloklar ul {
        margin-top: 5px;
    }

        .headerbuttonmenu .bloklar ul li {
            padding: 3px 20px !important;
            border: 1px solid rgba(255, 255, 255, 0.02);
        }

            .headerbuttonmenu .bloklar ul li a:before {
                content: "\f0da";
                font-family: "FontAwesome";
                position: absolute;
                margin-top: 3px;
                left: 7px;
            }

    .headerbuttonmenu .bloklar p {
        color: #fff;
        font-size: 14px;
        font-weight: 900;
    }

    .headerbuttonmenu .bloklar a {
        color: #fff;
        font-size: 12px;
    }

.text-orange-70 img {
    width: 100px;
}

.bg-footer-bottom span {
    font-size: 14px;
    line-height: 50px;
}

.sosyalmedya a {
    width: 40px;
    height: 40px;
    background: #616471;
    color: #2c3041;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 25px;
    transition: all 0.5s ease;
}

    .sosyalmedya a:hover {
        color: #fff !important;
        background: #2c3041 !important;
        border: 1px solid #fff;
        transition: all 0.5s ease;
    }

.sosyalmedya li {
    padding-right: 10px;
}

.footerbuttonlar {
    float: left;
    padding-right: 30px;
    padding-top: 30px;
    text-align: left;
}

    .footerbuttonlar li a {
        width: 130px;
        margin: 10px 0 !important;
    }

        .footerbuttonlar li a:first-child {
            margin-left: 0 !important;
        }

        .footerbuttonlar li a:last-child {
            margin-right: 0 !important;
        }

.footerurunmenu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-right: 25px;
}

.footer a:hover, .footer a:active, .footer a:focus {
    color: #009981 !important;
}

.footerbizeulas {
    color: #fff !important;
}

.masaustugorunmez {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 1000px) {
    iframe {
        width: 100% !important;
    }

    .icon-scroll {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .aydinlatmametinleri {
        text-align: left !important;
        margin-bottom: 15px;
    }

    .text-white.leading-167 {
        margin-bottom: 15px;
        text-align: center;
    }

    .bg-footer-bottom span {
        line-height: 25px !important;
        padding-bottom: 10px;
        font-size: 12px !important;
    }

    .text-copyright img {
        margin: 0 auto;
    }

    .mobilgorunmez {
        display: none;
        visibility: hidden;
    }

    .footerbuttonlar li a:last-child {
        margin-bottom: 10px !important;
    }

    .footerbuttonlar {
        float: unset;
        padding-right: 0;
        text-align: center;
    }

        .footerbuttonlar li a {
            width: 100% !important;
        }

    .box-a.logo {
        margin-left: 100px;
    }

    .special-button {
        display: block;
    }

    .footerurunmenu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding-right: 0;
    }
}

.headerbuttonmenu .bloklar .arasi {
    padding: 10px 0;
}

    .headerbuttonmenu .bloklar .arasi:first-child {
        padding-top: 0;
        border-bottom: 1px solid #fff;
    }

    .headerbuttonmenu .bloklar .arasi:last-child {
        border-top: 1px solid #fff;
    }

.product-button {
    cursor: pointer;
}

    .product-button img {
        width: 30px;
    }


@media screen and (max-width: 1000px) {
    .headerbuttonmenu {
        position: absolute;
        height: 100vh;
        overflow: scroll;
    }

        .headerbuttonmenu .bloklar .arasi .cols-1 {
            padding-bottom: 20px;
            border-bottom: 1px solid #fff;
            margin-bottom: 20px;
        }

        .headerbuttonmenu .bloklar .arasi:first-child {
            padding-top: 0;
            border: 0;
        }

        .headerbuttonmenu .bloklar .arasi:last-child {
            border: 0;
        }

        .headerbuttonmenu .bloklar .arasi {
            padding: 0;
        }
}


@media screen and (max-width: 500px) {
    .headerbuttonmenu {
        position: absolute;
        overflow: scroll;
        height: 100vh;
    }

        .headerbuttonmenu .baslik i {
            font-size: 25px;
            position: absolute;
            top: 15px;
            right: 15px;
        }
}

.footerustresimler .w-overlay-black:before {
    background: #00000067;
}

.footerustresimler .img-centered {
    top: 20%;
    left: 15%;
    transform: unset;
    transition: all .5s ease;
}

.footerustresimler:hover img.img-centered {
    transform: scale(1.2);
    transition: all .5s ease;
}


.aydinlatmametinleri ul li {
    display: inline-block;
    padding-right: 15px;
}

    .aydinlatmametinleri ul li a {
        font-size: 14px;
    }

.benzerler .slick-prev, .benzerler .slick-next {
    background: #009981 !important;
    border-radius: 25px;
}

.benzerler .slick-prev {
    left: -5%;
}

.benzerler .slick-next {
    right: -5%;
}

    .benzerler .slick-prev:before, .benzerler .slick-next:before {
        color: #fff !important;
    }


.cookie-container {
    background-color: #fff;
    position: fixed;
    bottom: 25px;
    z-index: 99999;
    width: 75%;
    height: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px 150px 20px 20px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .75);
}

    .cookie-container a {
        text-decoration: underline;
    }

    .cookie-container p {
        font-size: 13px !important;
        margin: 0 auto;
    }

    .cookie-container .cookie-button {
        height: 30px;
        width: auto;
        position: absolute;
        right: 20px;
        bottom: 20px;
        background: #009981;
        border-radius: 25px;
        color: #fff;
        line-height: 30px;
        text-decoration: none;
        padding: 0 10px;
        cursor: pointer;
    }

@media only screen and (max-width: 800px) {
    .cookie-container {
        width: 700px;
    }
}

@media only screen and (max-width: 700px) {
    .cookie-container {
        width: 90%;
        height: 110px;
        padding: 20px 35px 20px 20px;
    }
}

@media only screen and (max-width: 360px) {
    .cookie-container {
        height: auto;
        padding: 20px 45px 20px 20px;
    }

        .cookie-container .cookie-button {
            float: right;
            position: relative;
            right: auto;
            bottom: auto;
        }
}

.call-now-button {
    z-index: 9999;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px;
}

    .call-now-button div {
        display: flex;
        cursor: pointer;
    }

        .call-now-button div a .quick-alo-ph-img-circle, .call-now-button div a .quick-alo-phone-img-circle {
            background-color: #0c3;
        }

.call-now-button {
    bottom: 13%;
    left: 4%;
    background: transparent;
}

@media only screen and (min-width: 320px) and (max-width: 758px) {
    .call-now-button {
        left: 5% !important;
        width: 40%;
        right: auto;
    }
}

.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone-img-circle.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(whatsapp-logo.png) no-repeat center center;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}


.yeniustslider .slick-next {
    right: 5% !important;
    background: #fff !important;
}

    .yeniustslider .slick-next:before {
        color: #000 !important;
    }

.yeniustslider .slick-prev {
    left: 3% !important;
    background: #fff !important;
}

    .yeniustslider .slick-prev:before {
        color: #000 !important;
    }


@media screen and (max-width: 1000px) {
    .yeniustslider .slick-prev, .yeniustslider .slick-next {
        display: none !important;
    }
}


.p-5{
    padding: 25px!important;
}

.mb-5{
    margin-bottom: 25px;
}



.cookieModal {
    position: fixed;
    bottom: 30px;
    right: 90px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    opacity: 0;
    visibility: hidden !important;
        padding: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
  .cookieModal.show{visibility: visible !important; opacity: 1;}
  @media (max-width: 63.9375em) {
    .cookieModal {
      right: 0;
      bottom: 10px;
      padding: 0 10px;
      width: 100%;
    }
  }
  .cookieModal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   /* max-width: 1000px;*/
    margin: 0 auto;
    background-color: #031020;
  }
  @media (max-width: 39.9375em) {
    .cookieModal__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .cookieModal__wrapper .modal_leftPanel {
    width: 100%;
   /* max-width: calc(100% - 580px);*/
    /*padding: 40px 30px;*/
        padding: 20px 30px;
  }
  @media (max-width: 63.9375em) {
    .cookieModal__wrapper .modal_leftPanel {
      max-width: 100%;
      padding: 40px 30px 0;
    }
  }
  .cookieModal__wrapper .modal_leftPanel h4 {
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    font-size: clamp(1.125rem, 1vw, 1.25rem);
    font-weight: bold;
    font-style: normal;
    color: #fff;
    line-height: 1.45;
    letter-spacing: 0.29px;
    margin-bottom: 12px;
  }
  .cookieModal__wrapper .modal_leftPanel p {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    /*font-size: clamp(0.75rem, 1vw, 1rem);*/
        font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0.15px;
    /*width: 360px;*/
    /*width: calc(100% - 10px);*/
  }
  .cookieModal__wrapper .modal_leftPanel p a {
    font-weight: bold;
    margin-left: 12px;
    color: #009a81;
  }
  .cookieModal__wrapper .modal_rightPanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*width: calc(100% - 10px);*/
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .cookieModal__wrapper .modal_rightPanel__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 91px;
    width: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (max-width: 63.9375em) {
    .cookieModal__wrapper .modal_rightPanel__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1rem;
      height: auto;
    }
  }
  .cookieModal__wrapper .modal_rightPanel__top h6 {
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    font-size: clamp(1rem, 1vw, 1.25rem);
    font-weight: 500;
    font-style: normal;
    color: #fff;
    line-height: 1.45;
    letter-spacing: 0.29px;
  }
  .cookieModal__wrapper .modal_rightPanel__top .modal_switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cookieModal__wrapper .modal_rightPanel__top .modal_switcher p {
    font-family: "Inter", sans-serif;
    font-size: 0.9375rem;
    font-size: clamp(0.9375rem, 1vw, 0.9375rem);
    font-weight: 300;
    font-style: normal;
    color: #fff;
    margin-right: 20px;
  }
  .cookieModal__wrapper .modal_rightPanel__top .modal_switcher .switcher_toggle {
    height: 32px;
    width: 64px;
    border: 1px solid #4e505a;
    position: relative;
    border-radius: 40px;
    cursor: pointer;
  }
  .cookieModal__wrapper
    .modal_rightPanel__top
    .modal_switcher
    .switcher_toggle
    span {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 32px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 32px;
  }
  .cookieModal__wrapper
    .modal_rightPanel__top
    .modal_switcher
    .switcher_toggle.active
    span {
    left: calc(100% - 32px);
  }
  .cookieModal__wrapper .modal_rightPanel__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    /*height: calc(100% - 91px);*/
    padding: 30px;
  }
  @media (max-width: 63.9375em) {
    .cookieModal__wrapper .modal_rightPanel__bottom {
      padding: 1rem;
    }
  }
  .cookieModal__wrapper .modal_rightPanel__bottom .modal_button_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  @media (max-width: 39.9375em) {
    .cookieModal__wrapper .modal_rightPanel__bottom .modal_button_wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .cookieModal__wrapper
    .modal_rightPanel__bottom
    .modal_button_wrapper
    .button_buttonWrapper {
    position: relative;
    all: unset;
    cursor: pointer;
    padding: 10px;
    color: white;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(50%, #009a81),
      color-stop(50%, #009a81)
    );
    background: linear-gradient(to right, #009a81 50%, #009a81 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border: 0;
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    -webkit-transition: background-position 0.3s ease;
    transition: background-position 0.3s ease;
   /* width: calc(50% - 10px);*/
   /* height: 60px;*/
        width: 100%;
      height: 60px;
  }
  .cookieModal__wrapper
    .modal_rightPanel__bottom
    .modal_button_wrapper
    .button_buttonWrapper:hover {
    background-position: left bottom;
  }
  .cookieModal__wrapper
    .modal_rightPanel__bottom
    .modal_button_wrapper
    .button_buttonWrapper.gray {
    all: unset;
    cursor: pointer;
    padding: 10px;
    color: white;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(50%, #202228),
      color-stop(50%, #2b2e36)
    );
    background: linear-gradient(to right, #202228 50%, #2b2e36 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border: 0;
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    -webkit-transition: background-position 0.3s ease;
    transition: background-position 0.3s ease;
   /* width: calc(50% - 10px);*/
    /*height: 60px;*/
    
      width: 100%;
      height: 60px;
    margin-left: 12px;
  }
  .cookieModal__wrapper
    .modal_rightPanel__bottom
    .modal_button_wrapper
    .button_buttonWrapper.gray:hover {
    background-position: left bottom;
  }
  @media (max-width: 63.9375em) {
    .cookieModal__wrapper
      .modal_rightPanel__bottom
      .modal_button_wrapper
      .button_buttonWrapper.gray {
      margin-top: 12px;
      margin-left: 0;
    }
  }
  .cookieModal__wrapper .modal_rightPanel__bottom .modal_setting_wrapper {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .cookieModal__wrapper
    .modal_rightPanel__bottom
    .modal_setting_wrapper
    .cookieRadio_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  @media (max-width: 39.9375em) {
    .cookieModal__wrapper
      .modal_rightPanel__bottom
      .modal_setting_wrapper
      .cookieRadio_wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
    }
  }
  .cookieModal__wrapper
    .modal_rightPanel__bottom
    .modal_setting_wrapper
    .cookieRadio_wrapper
    .cookieRadio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 30px;
  }
  @media (max-width: 39.9375em) {
    .cookieModal__wrapper
      .modal_rightPanel__bottom
      .modal_setting_wrapper
      .cookieRadio_wrapper
      .cookieRadio {
      margin-right: 0;
      margin: 0.3rem 0;
    }
  }
  .cookieModal__wrapper
    .modal_rightPanel__bottom
    .modal_setting_wrapper
    .cookieRadio_wrapper
    .cookieRadio
    p {
    font-family: "Inter", sans-serif;
    font-size: 0.9375rem;
    font-size: clamp(0.9375rem, 1vw, 0.9375rem);
    font-weight: normla;
    font-style: normal;
    color: #fff;
  }
  .cookieModal__wrapper
    .modal_rightPanel__bottom
    .modal_setting_wrapper
    .cookieRadio_wrapper
    .cookieRadio
    .radioWrapper {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border: 1px solid #4e505a;
    border-radius: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 12px;
  }
  .cookieModal__wrapper
    .modal_rightPanel__bottom
    .modal_setting_wrapper
    .cookieRadio_wrapper
    .cookieRadio
    .radioWrapper.always_enable {
    pointer-events: none;
  }
  .cookieModal__wrapper
    .modal_rightPanel__bottom
    .modal_setting_wrapper
    .cookieRadio_wrapper
    .cookieRadio
    .radioWrapper
    .cookieCheck {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: white;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cookieModal__wrapper
    .modal_rightPanel__bottom
    .modal_setting_wrapper
    .cookieRadio_wrapper
    .cookieRadio
    .radioWrapper
    .cookieCheck.checked {
    opacity: 1;
  }
  .cookieModal__wrapper
    .modal_rightPanel__bottom
    .modal_setting_wrapper
    .button_buttonWrapper {
    position: relative;
    all: unset;
    cursor: pointer;
    padding: 10px;
    color: white;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(50%, #c0000b),
      color-stop(50%, #d9000d)
    );
    background: linear-gradient(to right, #009a81 50%, #009a81 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border: 0;
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    -webkit-transition: background-position 0.3s ease;
    transition: background-position 0.3s ease;
    /*width: calc(50% - 10px);*/
    /*height: 40px;*/
        width: 100%;
      height: 60px;
    margin-top: 12px;
  }
  .cookieModal__wrapper
    .modal_rightPanel__bottom
    .modal_setting_wrapper
    .button_buttonWrapper:hover {
    background-position: left bottom;
  }
