.slide-bottom {
    position: absolute;
    bottom: 0;
    background-color: #000;
    display: block;
    z-index: 999;
    width: 100%;
}

.koraylogo img {
    width: 200px;
}

.istlogo {
    position: absolute;
    right: 5%;
    bottom: 5%;
    background-color: #000;
    padding: 20px;
}

    .istlogo img {
        width: 300px;
    }

.text-span-5 strong small {
    font-size: 1rem;
    font-weight: bold;
    font-family: auto;
}

.patlangac {
    position: absolute;
    right: 2%;
    top: 10%;
    z-index: 999;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.patlangac img {
    width: 130px;
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, main .projects-area .project-arrows .arrow svg, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

    .w-checkbox::before {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .w-checkbox::after {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        clear: both;
    }

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked {
        background-color: #3898ec;
        border-top-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        border-right-color: #3898ec;
        background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .w-checkbox-input--inputType-custom.w--redirected-focus {
        box-shadow: 0px 0px 3px 1px #3898ec;
    }

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

    .w-form-formradioinput--inputType-custom.w--redirected-focus {
        box-shadow: 0px 0px 3px 1px #3898ec;
    }

    .w-form-formradioinput--inputType-custom.w--redirected-checked {
        border-top-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-right-width: 4px;
        border-top-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        border-right-color: #3898ec;
    }

p {
    margin-bottom: 10px;
    font-weight: 400;
}

a {
    color: #00583d;
    text-decoration: underline;
}

strong {
    font-weight: 600;
}

.form-area {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 30%;
    height: 100vh;
    max-height: 100vh;
    padding: 3% 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: -35px 35px 50px 6px rgba(0, 0, 0, 0.05);
}

.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'silk serif', sans-serif;
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
}

.slider-area {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-slide {
    height: 500px;
}

.slider {
    z-index: auto;
    height: 100%;
}

.slide {
    padding-right: 10%;
    padding-left: 10%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/V11.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/V11.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    font-family: 'PT Serif', serif;
}

    .slide.liberte {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/V1-updated02.html');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/V1-updated02.html');
        background-position: 0px 0px, 100% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .slide.liberte-2 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/V2-updated02.html');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/V2-updated02.html');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .slide.liberte-3 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/V3-updated02.html');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/V3-updated02.html');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

.logo {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    width: 250px;
    margin-top: 0px;
    margin-left: 0%;
    -webkit-filter: none !important;
    filter: none !important;
}

    .logo.active {
        -webkit-filter: invert(100%) !important;
        filter: invert(100%) !important;
    }

        .logo.active a {
            color: white !important;
        }

    .logo.liberte {
        width: 350px;
        -webkit-filter: none;
        filter: none;
    }

.field {
    height: 50px;
    padding-left: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 rgba(50, 81, 76, 0.5);
    border-radius: 0px;
    background-color: transparent;
    font-family: 'silk serif', sans-serif;
    color: #000;
    font-size: 1em;
    line-height: 1em;
}

    .field:hover {
        border-bottom-width: 1px;
        border-bottom-color: #32514c;
        color: #000;
    }

    .field:focus {
        border-bottom-width: 1px;
        border-bottom-color: #b2896d;
    }

    .field::-webkit-input-placeholder {
        color: #000;
    }

    .field:-ms-input-placeholder {
        color: #000;
    }

    .field::-ms-input-placeholder {
        color: #000;
    }

    .field::placeholder {
        color: #000;
    }

    .field.select {
        height: 80px;
        margin-bottom: 20px;
        color: #000;
        font-size: 1em;
    }

    .field.liberte {
        border-bottom-color: rgba(158, 158, 158, 0.43);
        font-family: 'Libre Baskerville', sans-serif;
        color: #222;
        font-size: 0.9em;
        font-style: italic;
    }

        .field.liberte::-webkit-input-placeholder {
            color: #4c423f;
        }

        .field.liberte:-ms-input-placeholder {
            color: #4c423f;
        }

        .field.liberte::-ms-input-placeholder {
            color: #4c423f;
        }

        .field.liberte::placeholder {
            color: #4c423f;
        }

.form-content {
    width: 100%;
    margin-top: 30px;
}

.left-arrow {
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0%;
    z-index: 100;
    display: none;
    width: 70px;
    height: 99px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0);
    background-color: transparent;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 14px;
}

    .left-arrow:hover {
        padding-right: 0px;
        border-color: hsla(0, 0%, 100%, 0.35);
        background-color: transparent;
    }

.right-arrow {
    left: auto;
    top: auto;
    right: 0px;
    bottom: 101px;
    z-index: 100;
    display: none;
    width: 70px;
    height: 99px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0);
    background-color: transparent;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .right-arrow:hover {
        padding-left: 0px;
        border-color: hsla(0, 0%, 100%, 0.35);
        background-color: transparent;
    }

.icon {
    position: static;
    margin: auto;
    font-size: 14px;
}

.slide-nav {
    left: 5%;
    bottom: 220px;
    display: none;
    font-size: 0.5em;
}

    .slide-nav:hover {
        background-color: rgba(178, 137, 109, 0.78);
    }

.header {
    position: fixed;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 150px;
    margin-bottom: 100px;
    padding-right: 4%;
    padding-left: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    border-bottom: 1px solid hsla(0, 0%, 80.7%, 0);
    font-family: 'PT Serif', serif;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
}

    .header.detail {
        width: 100%;
    }

    .header.inner {
        width: 100%;
    }

.detail .header {
    width: 100%;
    height: 120px !important;
    background-color: rgb(255, 255, 255) !important;
}

    .detail .header .logo {
        filter: invert(100%) !important;
    }


.bottom-text {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: 0%;
    padding: 0px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.19);
    background-color: transparent;
    font-family: 'silk serif', sans-serif;
    color: #fff;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: 300;
}

    .bottom-text.liberte {
        margin-top: 40px;
    }

.slider-text-block {
    position: absolute;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 38% 4% 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bottom-span {
    display: inline-block;
    padding: 5px 20px 3px;
    border-radius: 0px;
    background-color: #00583d;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'silk serif', sans-serif;
    color: #fff;
}

    .bottom-span:hover {
        background-color: #c39487;
    }

.slide2 {
    padding-right: 10%;
    padding-left: 10%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/V10.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/V10.jpg');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    font-family: 'PT Serif', serif;
}

    .slide2.liberte {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/a_3.jpg');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/a_3.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

.slide3 {
    padding-right: 10%;
    padding-left: 10%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/V12.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/V12.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    font-family: 'PT Serif', serif;
}

.header-span {
    font-size: 0.6em;
    font-weight: 400;
}

    .header-span.liberte {
        font-family: 'Libre Baskerville', sans-serif;
        font-style: italic;
    }

.submit-button {
    height: 50px;
    margin-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
    background-color: #000;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'silk serif', sans-serif;
    font-size: 1em;
    line-height: 1rem;
}

    .submit-button:hover {
        background-color: #000;
    }

    .submit-button.liberte {
        background-color: #050505;
    }

        .submit-button.liberte:hover {
            background-color: #666;
        }

.form-header {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'silk serif', sans-serif;
    color: #000;
    font-size: 2.1em;
    line-height: 1em;
    font-weight: 400;
}

    .form-header.liberte {
        font-family: 'Libre Baskerville', sans-serif;
        color: #0a0a0a;
        font-size: 1.7em;
        font-style: italic;
    }

.text-span-3 {
    font-weight: 700;
}

.form-sub-header-1 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'silk serif', sans-serif;
    color: #000;
    font-size: 1.1em;
    line-height: 1em;
}

    .form-sub-header-1.liberte {
        font-family: 'Libre Baskerville', sans-serif;
        color: #4c423f;
        font-size: 1em;
        font-style: italic;
    }

.form-content-1 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.checkbox-label {
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: 'silk serif', sans-serif;
    color: #000;
    font-size: 0.9em;
    line-height: 1em;
}

    .checkbox-label._03 {
        margin-top: 2px;
        padding-left: 10px;
        font-family: 'silk serif', sans-serif;
        color: #000;
        font-size: 0.9em;
        line-height: 1.2em;
    }

        .checkbox-label._03.liberte {
            font-family: 'Libre Baskerville', sans-serif;
            color: #000;
            font-size: 0.8em;
            font-style: italic;
        }

    .checkbox-label.liberte {
        font-family: 'Libre Baskerville', sans-serif;
        color: #000;
        font-style: italic;
    }

.checkbox {
    min-height: 12px;
    min-width: 12px;
    margin-top: 3px;
    margin-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
}

    .checkbox:hover {
        border-color: #c39487;
    }

    .checkbox:active {
        border-color: #00583d;
    }

    .checkbox.w--redirected-checked {
        border-color: #00583d;
        background-color: #00583d;
        background-size: 8px;
    }

    .checkbox.w--redirected-focus {
        border-color: #00583d;
        box-shadow: 0 0 3px 1px #00583d;
    }

    .checkbox.liberte {
        border-color: #4c423f #4c423f #000;
        color: #000;
    }

        .checkbox.liberte.w--redirected-checked {
            background-color: #4c423f;
        }

        .checkbox.liberte.w--redirected-focus {
            box-shadow: 0 0 3px 1px #4c423f;
        }

.checkbox-span {
    color: #b2896d;
}

.form {
    height: auto;
}

.kvkk-header {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'silk serif', sans-serif;
    color: #000;
    font-size: 0.9em;
    line-height: 1em;
}

    .kvkk-header.liberte {
        font-family: 'Libre Baskerville', sans-serif;
        color: #000;
        font-size: 0.8em;
        font-style: italic;
    }

.kvkk-content {
    margin-top: 15px;
}

.kvkk-text {
    margin-bottom: 10px;
    font-family: 'silk serif', sans-serif;
    color: #000;
    font-size: 0.7em;
    line-height: 1.2em;
    text-align: left;
}

    .kvkk-text.liberte {
        font-family: 'Libre Baskerville', sans-serif;
        color: #000;
        font-size: 0.6em;
        font-style: italic;
    }

.checkbox-field {
    margin-bottom: 10px;
    padding-left: 0px;
}

    .checkbox-field.vertical {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

.radio-label {
    margin-bottom: 0px;
    font-family: Merriweather, serif;
    color: #000;
    font-size: 0.8em;
    line-height: 1em;
    margin-left: 10px;
}

    .radio-label.liberte {
        font-family: 'Libre Baskerville', sans-serif;
        color: #000;
        font-style: italic;
    }

.link {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-style: solid;
    border-width: 0.5px;
    border-color: #000;
    border-radius: 20px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

    .link:hover {
        background-color: #000;
        color: #fff;
    }

    .link.liberte {
        border-color: #4c423f #4c423f #000;
        color: #000;
    }

        .link.liberte:hover {
            background-color: #000;
            color: #fff;
        }

.form-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(195, 148, 135, 0.08);
    font-family: Merriweather, serif;
}

    .form-checkbox.liberte {
        border-style: solid;
        border-width: 1px;
        border-color: rgba(76, 66, 63, 0.3) rgba(76, 66, 63, 0.3) hsla(0, 0%, 62%, 0.43);
        background-color: rgba(195, 148, 135, 0);
    }

.radio-style {
    margin-top: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #00583d;
}

    .radio-style:hover {
        border-color: #c39487;
    }

    .radio-style.w--redirected-checked {
        border-color: #00583d;
        background-color: #fff;
        background-image: none;
    }

    .radio-style.w--redirected-focus {
        border-color: #00583d;
        box-shadow: 0 0 3px 1px #00583d;
    }

    .radio-style.liberte {
        border-color: #4c423f #4c423f #000;
    }

.icon-2 {
    position: static;
    margin: auto;
}

.pop {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    background-color: rgba(50, 81, 76, 0.8);
}

    .pop.liberte {
        display: none;
        background-color: rgba(76, 66, 63, 0.8);
    }

.pop-content {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 100%;
    background-color: #fff;
    font-family: 'PT Serif', serif;
    color: #32514c;
    font-size: 1em;
    line-height: 1em;
}

.pop-head {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4c423f;
    color: #fff;
    font-size: 1.5em;
    line-height: 1em;
}

    .pop-head.liberte {
        font-family: 'Libre Baskerville', sans-serif;
        font-style: italic;
    }

.pop-scrool {
    overflow: auto;
    height: 100%;
    padding: 40px 40px 100px;
}

.pop-head-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    font-family: 'silk serif', sans-serif;
    color: #00583d;
    font-size: 1.5em;
    line-height: 1.2em;
}

    .pop-head-2.liberte {
        font-family: 'Libre Baskerville', sans-serif;
        color: #4c423f;
        font-size: 1.3em;
        line-height: 1.3em;
        font-style: italic;
    }

.pop-head-3 {
    margin-bottom: 20px;
    font-family: 'silk serif', sans-serif;
    color: #00583d;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 700;
}

    .pop-head-3.liberte {
        font-family: 'Libre Baskerville', sans-serif;
        color: #4c423f;
        font-size: 1.1em;
        font-style: italic;
    }

.pop-text {
    margin-bottom: 30px;
    font-family: 'silk serif', sans-serif;
    color: #00583d;
    font-size: 1em;
    line-height: 1.4em;
}

    .pop-text.liberte {
        font-family: 'Libre Baskerville', sans-serif;
        color: #4c423f;
        font-size: 0.9em;
        font-style: italic;
    }

.links {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #4c423f;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    text-decoration: none;
}

    .links:hover {
        background-color: #00583d;
    }

.close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 70px;
    height: 50px;
    background-image: url('../images/bytesize_close.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.check-tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.success-message {
    background-color: #32514c;
    color: #fff;
}

.text-block {
    font-family: 'PT Serif', serif;
}

.error-message {
    background-color: #d30000;
    font-family: 'PT Serif', serif;
    color: #fff;
}

.logo-content {
    position: relative;
    width: 180px;
    max-width: 200px;
    margin-top: 0px;
    margin-right: 10%;
    border: 1px none #000;
    text-decoration: none;
}

.logo-content2 {
    position: absolute;
    right: 2%;
    width: 180px;
    max-width: 200px;
    margin-top: 0px;
    margin-right: auto;
    border: 1px none #000;
    text-decoration: none;
}

.logo-content.liberte {
    width: 350px;
    max-width: 350px;
}

.kasaba-text {
    width: auto;
    margin-top: 0px;
    padding: 10px 10px 6px;
    border-radius: 0px;
    background-color: #00583d;
    font-family: 'silk serif', sans-serif;
    color: #fff;
    font-size: 1.1em;
    line-height: 1em;
    text-align: center;
}

.kasaba-info {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 2px;
}

.kasaba-shine {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 110px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, 0.51)), color-stop(65%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 33%, hsla(0, 0%, 100%, 0.51) 50%, hsla(0, 0%, 100%, 0) 65%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
}

.first {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    min-height: auto;
    margin-top: 0vh;
    padding: 5% 5% 5% 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4d4340;
    background-image: none;
}

.header-text {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 150px;
    margin-top: auto;
    margin-bottom: 0px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: 'silk serif', sans-serif;
    color: #fff;
    font-size: 3.8em;
    line-height: 1em;
    font-weight: 600;
    margin-left: 20px;
}

.header-text2 {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 150px;
    margin-top: 4%;
    margin-bottom: 37%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: 'silk serif', sans-serif;
    color: #fff;
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 600;
    margin-left: 20px;
}

.header-text.liberte {
    margin-bottom: 0px;
    padding-left: 20px;
    font-family: 'Libre Baskerville', sans-serif;
    line-height: 1.3em;
    font-style: italic;
}

.navbar {
    background-color: transparent;
}

.nav-link {
    font-family: 'silk serif', sans-serif;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
}

    .nav-link.w--current {
        border-bottom: 1px solid #fff;
        color: #00583d;
    }

.div-block-5 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 100.0000444%;
    height: 1px;
    margin-top: auto;
    background-color: #fff;
}

.menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.second {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    min-height: auto;
    margin-top: 0vh;
    padding: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #c39487;
}

.third {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    min-height: auto;
    margin-top: 0vh;
    padding: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

    .third.inner {
        overflow: hidden;
        width: 100%;
        min-height: 100vh;
    }

    .third.kat-plani {
        overflow: visible;
        width: 100%;
        min-height: auto;
        margin-top: 0px;
        background-color: #fff;
    }

.fourth {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    min-height: auto;
    margin-top: 0vh;
    padding: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.div-block-9 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-top: 0%;
    padding: 0% 0% 0% 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    border-width: 1px;
    border-color: #757575;
}

    .div-block-9._02 {
        margin-top: 60px;
        margin-bottom: 0px;
        margin-left: 4%;
    }

        .div-block-9._02.picture-hover {
            position: absolute;
        }

.text-block-2 {
    width: 100%;
    margin-bottom: 40px;
    font-family: 'silk serif', sans-serif;
    color: #fff;
    font-size: 2.2em;
    line-height: 1.3em;
    font-weight: 300;
    text-align: left;
}

    .text-block-2._02 {
        color: #00583d;
    }

.text-block-3 {
    width: 100%;
    margin-left: 0px;
    font-family: 'silk serif', sans-serif;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: 300;
    text-align: left;
}

    .text-block-3._02 {
        margin-bottom: 40px;
        color: #00583d;
        font-size: 1.1em;
    }

    .text-block-3._02 {
        margin-bottom: 0px;
        color: #fff;
        font-size: 1.1em;
    }

    .text-block-3._04 {
        margin-bottom: 40px;
        color: #000;
        font-size: 1.1em;
    }

        .text-block-3._04.none {
            display: none;
        }

    .text-block-3._05 {
        margin-bottom: 0px;
        color: #4c423f;
        font-size: 0.8em;
        text-align: center;
    }

.div-block-10 {
    width: 100%;
    margin-right: 0px;
}

.lottie-animation-3 {
    position: absolute;
    left: 4%;
    top: auto;
    right: auto;
    bottom: auto;
    width: 50%;
    opacity: 0.28;
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
}

.text-block-4 {
    margin-bottom: 0px;
    font-family: 'silk serif', sans-serif;
    color: #fff;
    font-size: 1.3em;
}

    .text-block-4._02 {
        color: #fff;
        font-weight: 600;
    }

    .text-block-4._03 {
        color: #000;
        font-weight: 600;
    }

.div-block-11 {
    position: relative;
    left: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-12 {
    position: absolute;
    width: 100px;
    height: 1px;
    margin-right: 0px;
    margin-left: -108px;
    background-color: #fff;
}

    .div-block-12._02 {
        background-color: #fff;
        color: #fff;
    }

    .div-block-12._03 {
        background-color: #000;
        color: #000;
    }

.image {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, #000, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
}

.div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.lightbox-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00583d;
}

    .lightbox-link._3 {
        width: 32%;
    }

    .lightbox-link._3 {
        width: 34%;
    }

    .lightbox-link._33 {
        width: 33%;
    }

    .lightbox-link._34 {
        width: 34%;
    }

.image-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 10;
    width: 100px;
    border-radius: 100px;
    background-color: rgba(0, 88, 61, 0.74);
}

.image-3 {
    max-width: 100%;
    min-height: 100%;
    opacity: 1;
}

.div-block-14 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-top: auto;
    margin-right: 5%;
    margin-bottom: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.21);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: center;
}

.text-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    color: #fff;
    font-size: 2.4em;
    font-weight: 600;
}

    .text-block-5._02 {
        font-size: 2em;
        font-weight: 400;
    }

        .text-block-5._02.top {
            width: 30px;
            height: 50px;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            font-size: 0.9em;
        }

        .text-block-5._02.bottom {
            width: 30px;
            height: 50px;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
            font-size: 1em;
        }

.div-block-15 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.index .copyright {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    min-height: auto;
    margin-top: 0vh;
    padding: 40px 0% 40px 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    text-align: center;
    display: inline-block;
}

.copyright {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    margin-top: 0vh;
    padding: 40px 0% 40px 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    text-align: center;
    display: inline-block;
}

    .copyright.inner {
        z-index: -1;
        width: 100%;
    }

    .copyright a {
        color: #333;
        display: inline-block;
    }

.bold-text {
    font-family: 'silk serif', sans-serif;
    font-weight: 400;
}

.bold-text-2 {
    color: #00583d;
    font-weight: 600;
}

.text-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1em;
    text-align: center;
    padding: 20px;
}

    .text-block-6._02 {
        width: auto;
    }

    .text-block-6._03 {
        width: auto;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .text-block-6.liberte {
        margin-bottom: 5px;
        font-family: 'Libre Baskerville', sans-serif;
        font-style: italic;
    }

.link-2 {
    padding: 10px 20px 10px 32px;
    background-image: url('../images/Group-227.svg');
    background-position: 0% 60%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.3em;
    text-decoration: none;
}

    .link-2.email {
        background-image: url('../images/ic_twotone-alternate-email.svg');
        background-size: 22px;
    }

        .link-2.email.liberte {
            font-family: 'Libre Baskerville', sans-serif;
            font-size: 1.1em;
            font-style: italic;
        }

    .link-2.liberte {
        font-family: 'Libre Baskerville', sans-serif;
        font-size: 1em;
        font-style: italic;
    }

.div-block-16 {
    display: none;
}

.text-block-7 {
    position: relative;
    margin-top: 0px;
    margin-bottom: -12px;
    margin-left: 54px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    color: #fff;
    font-size: 0.7em;
    font-style: italic;
    text-align: right;
}

    .text-block-7.liberte {
        width: 137px;
        margin-bottom: -17px;
        margin-left: 0px;
    }

.slider-2 {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #4c423f;
}

.slide-2 {
    height: auto;
}

.image-4 {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
}

.slide-nav-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    font-size: 0.4em;
}

.icon-3 {
    font-size: 0.4em;
}

.icon-4 {
    font-size: 0.4em;
}

.text-block-8 {
    /*position: static;*/
    left: -190px;
    right: auto;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    width: 100%;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    /*padding-left: 15%;*/
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4c423f;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    line-height: 30px;
}

    .text-block-8.inner {
        padding-left: 10.5%;
    }

.left-arrow-2 {
    height: auto;
}

.mask {
    height: auto;
}

.div-block-17 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.div-block-18 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid hsla(0, 0%, 100%, 0.13);
    background-color: rgba(76, 66, 63, 0);
    background-image: url('../images/60bea37ba1d9fa4eb3775625_Grain.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.links-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/1.svg');
    background-position: 0% 42%;
    background-size: 13px;
    background-repeat: no-repeat;
    color: #0841ae;
    font-size: 0.9em;
    text-decoration: none;
}

    .links-type._1 {
        width: 100px;
        height: 50px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
    }

    .links-type._2 {
        background-image: url('../images/2.svg');
        color: #fff;
    }

.circle {
    position: absolute;
    left: 0%;
    bottom: 52%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 100px;
    background-color: transparent;
    background-image: url('../images/60bea37ba1d9fa4eb3775625_Grain.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: none;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    font-size: 0.7em;
}

    .circle.type-1._1 {
        left: 74.5%;
        bottom: 66.5%;
        background-color: rgba(8, 65, 174, 0.7);
    }

    .circle.type-2 {
        background-color: rgba(0, 158, 255, 0.43);
    }

        .circle.type-2._1 {
            left: 70.5%;
            bottom: 60.5%;
            background-color: rgba(0, 158, 255, 0.7);
        }

        .circle.type-2._2 {
            left: 56%;
            bottom: 49.5%;
            background-color: rgba(0, 158, 255, 0.7);
        }

        .circle.type-2._3 {
            left: 42%;
            bottom: 37%;
            background-color: rgba(0, 158, 255, 0.7);
        }

        .circle.type-2._4 {
            left: 55.5%;
            bottom: 28%;
            background-color: rgba(0, 158, 255, 0.7);
        }

    .circle.type-3 {
        background-color: rgba(0, 158, 255, 0.43);
    }

        .circle.type-3._1 {
            left: 70.5%;
            bottom: 60.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3._2 {
            left: 56%;
            bottom: 49.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3._3 {
            left: 42%;
            bottom: 37%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3._4 {
            left: 55.5%;
            bottom: 28%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3._1 {
            left: 78.5%;
            bottom: 62%;
            background-color: rgba(210, 142, 255, 0.78);
        }

        .circle.type-3._2 {
            left: 85%;
            bottom: 61%;
            background-color: rgba(210, 142, 255, 0.78);
        }

    .circle.type-4 {
        background-color: rgba(0, 158, 255, 0.43);
    }

        .circle.type-4._1 {
            left: 70.5%;
            bottom: 60.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-4._2 {
            left: 56%;
            bottom: 49.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-4._3 {
            left: 42%;
            bottom: 37%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-4._4 {
            left: 55.5%;
            bottom: 28%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-4._1 {
            left: 78.5%;
            bottom: 62%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-4._2 {
            left: 85%;
            bottom: 61%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-4._1 {
            left: 53%;
            bottom: 60%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-4._2 {
            left: 45%;
            bottom: 73%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-4._3 {
            left: 34%;
            bottom: 64%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-4._4 {
            left: 36%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-4._5 {
            left: 29%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

    .circle.type-5 {
        background-color: rgba(0, 158, 255, 0.43);
    }

        .circle.type-5._1 {
            left: 70.5%;
            bottom: 60.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-5._2 {
            left: 56%;
            bottom: 49.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-5._3 {
            left: 42%;
            bottom: 37%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-5._4 {
            left: 55.5%;
            bottom: 28%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-5._1 {
            left: 78.5%;
            bottom: 62%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-5._2 {
            left: 85%;
            bottom: 61%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-5._1 {
            left: 53%;
            bottom: 60%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-5._2 {
            left: 45%;
            bottom: 73%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-5._3 {
            left: 34%;
            bottom: 64%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-5._4 {
            left: 36%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-5._5 {
            left: 29%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-5._1 {
            left: 48%;
            bottom: 62%;
            background-color: rgba(124, 182, 2, 0.7);
        }

        .circle.type-5._2 {
            left: 53%;
            bottom: 35%;
            background-color: rgba(124, 182, 2, 0.7);
        }

    .circle.type-6 {
        background-color: rgba(0, 158, 255, 0.43);
    }

        .circle.type-6._1 {
            left: 70.5%;
            bottom: 60.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-6._2 {
            left: 56%;
            bottom: 49.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-6._3 {
            left: 42%;
            bottom: 37%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-6._4 {
            left: 55.5%;
            bottom: 28%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-6._1 {
            left: 78.5%;
            bottom: 62%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-6._2 {
            left: 85%;
            bottom: 61%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-6._1 {
            left: 53%;
            bottom: 60%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-6._2 {
            left: 45%;
            bottom: 73%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-6._3 {
            left: 34%;
            bottom: 64%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-6._4 {
            left: 36%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-6._5 {
            left: 29%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-6._1 {
            left: 67%;
            bottom: 37%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-6._2 {
            left: 53%;
            bottom: 35%;
            background-color: rgba(124, 182, 2, 0.7);
        }

        .circle.type-6._2 {
            left: 74%;
            bottom: 46%;
            background-color: rgba(200, 39, 128, 0.7);
        }

    .circle.type-7 {
        background-color: rgba(0, 158, 255, 0.43);
    }

        .circle.type-7._1 {
            left: 70.5%;
            bottom: 60.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-7._2 {
            left: 56%;
            bottom: 49.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-7._3 {
            left: 42%;
            bottom: 37%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-7._4 {
            left: 55.5%;
            bottom: 28%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-7._1 {
            left: 78.5%;
            bottom: 62%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-7._2 {
            left: 85%;
            bottom: 61%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-7._1 {
            left: 53%;
            bottom: 60%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-7._2 {
            left: 45%;
            bottom: 73%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-7._3 {
            left: 34%;
            bottom: 64%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-7._4 {
            left: 36%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-7._5 {
            left: 29%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-7._1 {
            left: 67%;
            bottom: 37%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-7._2 {
            left: 53%;
            bottom: 35%;
            background-color: rgba(124, 182, 2, 0.7);
        }

        .circle.type-7._2 {
            left: 74%;
            bottom: 46%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-7._1 {
            left: 53%;
            bottom: 71%;
            background-color: rgba(95, 108, 111, 0.68);
        }

        .circle.type-7._2 {
            left: 50%;
            bottom: 22%;
            background-color: rgba(95, 108, 110, 0.68);
        }

        .circle.type-7._3 {
            left: 36%;
            bottom: 43%;
            background-color: rgba(95, 108, 110, 0.68);
        }

    .circle.type-2a {
        background-color: rgba(0, 158, 255, 0.43);
    }

        .circle.type-2a._1 {
            left: 70.5%;
            bottom: 60.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-2a._2 {
            left: 56%;
            bottom: 49.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-2a._3 {
            left: 42%;
            bottom: 37%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-2a._4 {
            left: 55.5%;
            bottom: 28%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-2a._1 {
            left: 78.5%;
            bottom: 62%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-2a._2 {
            left: 85%;
            bottom: 61%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-2a._1 {
            left: 53%;
            bottom: 60%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-2a._2 {
            left: 45%;
            bottom: 73%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-2a._3 {
            left: 34%;
            bottom: 64%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-2a._4 {
            left: 36%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-2a._5 {
            left: 29%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-2a._1 {
            left: 67%;
            bottom: 37%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-2a._2 {
            left: 53%;
            bottom: 35%;
            background-color: rgba(124, 182, 2, 0.7);
        }

        .circle.type-2a._2 {
            left: 74%;
            bottom: 46%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-2a._1 {
            left: 53%;
            bottom: 71%;
            background-color: rgba(249, 87, 176, 0.7);
        }

        .circle.type-2a._2 {
            left: 50%;
            bottom: 22%;
            background-color: rgba(249, 87, 176, 0.7);
        }

        .circle.type-2a._1 {
            left: 44%;
            bottom: 33%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a._2 {
            left: 20%;
            bottom: 60%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a._3 {
            left: 24%;
            bottom: 64%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a._4 {
            left: 26.5%;
            bottom: 69%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a._5 {
            left: 31.5%;
            bottom: 84%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a._6 {
            left: 35%;
            bottom: 81%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a._7 {
            left: 63%;
            bottom: 52%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a._8 {
            left: 85.5%;
            bottom: 70%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a._9 {
            left: 82%;
            bottom: 70.5%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a._10 {
            left: 78%;
            bottom: 72%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

    .circle.type-3a {
        background-color: rgba(0, 158, 255, 0.43);
    }

        .circle.type-3a._1 {
            left: 70.5%;
            bottom: 60.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3a._2 {
            left: 56%;
            bottom: 49.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3a._3 {
            left: 42%;
            bottom: 37%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3a._4 {
            left: 55.5%;
            bottom: 28%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3a._1 {
            left: 78.5%;
            bottom: 62%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-3a._2 {
            left: 85%;
            bottom: 61%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-3a._1 {
            left: 53%;
            bottom: 60%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3a._2 {
            left: 45%;
            bottom: 73%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3a._3 {
            left: 34%;
            bottom: 64%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3a._4 {
            left: 36%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3a._5 {
            left: 29%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3a._1 {
            left: 67%;
            bottom: 37%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-3a._2 {
            left: 53%;
            bottom: 35%;
            background-color: rgba(124, 182, 2, 0.7);
        }

        .circle.type-3a._2 {
            left: 74%;
            bottom: 46%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-3a._1 {
            left: 53%;
            bottom: 71%;
            background-color: rgba(249, 87, 176, 0.7);
        }

        .circle.type-3a._2 {
            left: 50%;
            bottom: 22%;
            background-color: rgba(249, 87, 176, 0.7);
        }

        .circle.type-3a._1 {
            left: 44%;
            bottom: 33%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3a._2 {
            left: 20%;
            bottom: 60%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3a._3 {
            left: 24%;
            bottom: 64%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3a._4 {
            left: 26.5%;
            bottom: 69%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3a._5 {
            left: 31.5%;
            bottom: 84%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3a._6 {
            left: 35%;
            bottom: 81%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3a._7 {
            left: 63%;
            bottom: 52%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3a._8 {
            left: 85.5%;
            bottom: 70%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3a._9 {
            left: 82%;
            bottom: 70.5%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3a._10 {
            left: 78%;
            bottom: 72%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3a._1 {
            left: 68%;
            bottom: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-3a._3 {
            left: 29.5%;
            bottom: 73.5%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-3a._2 {
            left: 49.5%;
            bottom: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-3a._4 {
            left: 23.5%;
            bottom: 51%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-3a._5 {
            left: 45%;
            bottom: 27%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 56, 19, 0.7);
        }

        .circle.type-3a._6 {
            left: 81%;
            bottom: 53%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 56, 19, 0.7);
        }

    .circle.type-3b {
        background-color: rgba(0, 158, 255, 0.43);
    }

        .circle.type-3b._1 {
            left: 70.5%;
            bottom: 60.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3b._2 {
            left: 56%;
            bottom: 49.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3b._3 {
            left: 42%;
            bottom: 37%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3b._4 {
            left: 55.5%;
            bottom: 28%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3b._1 {
            left: 78.5%;
            bottom: 62%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-3b._2 {
            left: 85%;
            bottom: 61%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-3b._1 {
            left: 53%;
            bottom: 60%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3b._2 {
            left: 45%;
            bottom: 73%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3b._3 {
            left: 34%;
            bottom: 64%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3b._4 {
            left: 36%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3b._5 {
            left: 29%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3b._1 {
            left: 67%;
            bottom: 37%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-3b._2 {
            left: 53%;
            bottom: 35%;
            background-color: rgba(124, 182, 2, 0.7);
        }

        .circle.type-3b._2 {
            left: 74%;
            bottom: 46%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-3b._1 {
            left: 53%;
            bottom: 71%;
            background-color: rgba(249, 87, 176, 0.7);
        }

        .circle.type-3b._2 {
            left: 50%;
            bottom: 22%;
            background-color: rgba(249, 87, 176, 0.7);
        }

        .circle.type-3b._1 {
            left: 44%;
            bottom: 33%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3b._2 {
            left: 20%;
            bottom: 60%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3b._3 {
            left: 24%;
            bottom: 64%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3b._4 {
            left: 26.5%;
            bottom: 69%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3b._5 {
            left: 31.5%;
            bottom: 84%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3b._6 {
            left: 35%;
            bottom: 81%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3b._7 {
            left: 63%;
            bottom: 52%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3b._8 {
            left: 85.5%;
            bottom: 70%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3b._9 {
            left: 82%;
            bottom: 70.5%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3b._10 {
            left: 78%;
            bottom: 72%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3b._1 {
            left: 68%;
            bottom: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-3b._3 {
            left: 29.5%;
            bottom: 73.5%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-3b._2 {
            left: 49.5%;
            bottom: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-3b._4 {
            left: 23.5%;
            bottom: 51%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-3b._5 {
            left: 45%;
            bottom: 27%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 56, 19, 0.7);
        }

        .circle.type-3b._6 {
            left: 81%;
            bottom: 53%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 56, 19, 0.7);
        }

        .circle.type-3b._1 {
            left: 26%;
            bottom: 88%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(255, 97, 81, 0.73);
        }

    .circle.type-3c {
        background-color: rgba(0, 158, 255, 0.43);
    }

        .circle.type-3c._1 {
            left: 70.5%;
            bottom: 60.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3c._2 {
            left: 56%;
            bottom: 49.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3c._3 {
            left: 42%;
            bottom: 37%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3c._4 {
            left: 55.5%;
            bottom: 28%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-3c._1 {
            left: 78.5%;
            bottom: 62%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-3c._2 {
            left: 85%;
            bottom: 61%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-3c._1 {
            left: 53%;
            bottom: 60%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3c._2 {
            left: 45%;
            bottom: 73%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3c._3 {
            left: 34%;
            bottom: 64%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3c._4 {
            left: 36%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3c._5 {
            left: 29%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-3c._1 {
            left: 67%;
            bottom: 37%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-3c._2 {
            left: 53%;
            bottom: 35%;
            background-color: rgba(124, 182, 2, 0.7);
        }

        .circle.type-3c._2 {
            left: 74%;
            bottom: 46%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-3c._1 {
            left: 53%;
            bottom: 71%;
            background-color: rgba(249, 87, 176, 0.7);
        }

        .circle.type-3c._2 {
            left: 50%;
            bottom: 22%;
            background-color: rgba(249, 87, 176, 0.7);
        }

        .circle.type-3c._1 {
            left: 44%;
            bottom: 33%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3c._2 {
            left: 20%;
            bottom: 60%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3c._3 {
            left: 24%;
            bottom: 64%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3c._4 {
            left: 26.5%;
            bottom: 69%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3c._5 {
            left: 31.5%;
            bottom: 84%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3c._6 {
            left: 35%;
            bottom: 81%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3c._7 {
            left: 63%;
            bottom: 52%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3c._8 {
            left: 85.5%;
            bottom: 70%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3c._9 {
            left: 82%;
            bottom: 70.5%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3c._10 {
            left: 78%;
            bottom: 72%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-3c._1 {
            left: 68%;
            bottom: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-3c._3 {
            left: 29.5%;
            bottom: 73.5%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-3c._2 {
            left: 49.5%;
            bottom: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-3c._4 {
            left: 23.5%;
            bottom: 51%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-3c._5 {
            left: 45%;
            bottom: 27%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 56, 19, 0.7);
        }

        .circle.type-3c._6 {
            left: 81%;
            bottom: 53%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 56, 19, 0.7);
        }

        .circle.type-3c._1 {
            left: 23.5%;
            bottom: 82%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(249, 154, 26, 0.7);
        }

        .circle.type-3c._2 {
            left: 21%;
            bottom: 76%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(249, 154, 26, 0.7);
        }

        .circle.type-3c._3 {
            left: 18%;
            bottom: 69%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(249, 154, 26, 0.7);
        }

    .circle.type-5a {
        background-color: rgba(0, 158, 255, 0.43);
    }

        .circle.type-5a._1 {
            left: 70.5%;
            bottom: 60.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-5a._2 {
            left: 56%;
            bottom: 49.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-5a._3 {
            left: 42%;
            bottom: 37%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-5a._4 {
            left: 55.5%;
            bottom: 28%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-5a._1 {
            left: 78.5%;
            bottom: 62%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-5a._2 {
            left: 85%;
            bottom: 61%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-5a._1 {
            left: 53%;
            bottom: 60%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-5a._2 {
            left: 45%;
            bottom: 73%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-5a._3 {
            left: 34%;
            bottom: 64%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-5a._4 {
            left: 36%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-5a._5 {
            left: 29%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-5a._1 {
            left: 67%;
            bottom: 37%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-5a._2 {
            left: 53%;
            bottom: 35%;
            background-color: rgba(124, 182, 2, 0.7);
        }

        .circle.type-5a._2 {
            left: 74%;
            bottom: 46%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-5a._1 {
            left: 53%;
            bottom: 71%;
            background-color: rgba(249, 87, 176, 0.7);
        }

        .circle.type-5a._2 {
            left: 50%;
            bottom: 22%;
            background-color: rgba(249, 87, 176, 0.7);
        }

        .circle.type-5a._1 {
            left: 44%;
            bottom: 33%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-5a._2 {
            left: 20%;
            bottom: 60%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-5a._3 {
            left: 24%;
            bottom: 64%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-5a._4 {
            left: 26.5%;
            bottom: 69%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-5a._5 {
            left: 31.5%;
            bottom: 84%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-5a._6 {
            left: 35%;
            bottom: 81%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-5a._7 {
            left: 63%;
            bottom: 52%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-5a._8 {
            left: 85.5%;
            bottom: 70%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-5a._9 {
            left: 82%;
            bottom: 70.5%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-5a._10 {
            left: 78%;
            bottom: 72%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-5a._1 {
            left: 68%;
            bottom: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-5a._3 {
            left: 29.5%;
            bottom: 73.5%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-5a._2 {
            left: 49.5%;
            bottom: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-5a._4 {
            left: 23.5%;
            bottom: 51%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-5a._5 {
            left: 45%;
            bottom: 27%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 56, 19, 0.7);
        }

        .circle.type-5a._6 {
            left: 81%;
            bottom: 53%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 56, 19, 0.7);
        }

        .circle.type-5a._1 {
            left: 23.5%;
            bottom: 82%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(249, 154, 26, 0.7);
        }

        .circle.type-5a._2 {
            left: 21%;
            bottom: 76%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(249, 154, 26, 0.7);
        }

        .circle.type-5a._3 {
            left: 18%;
            bottom: 69%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(249, 154, 26, 0.7);
        }

        .circle.type-5a._1 {
            left: 40%;
            bottom: 76%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(134, 96, 217, 0.7);
        }

        .circle.type-5a._2 {
            left: 40%;
            bottom: 64%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(134, 96, 217, 0.7);
        }

        .circle.type-5a._3 {
            left: 42%;
            bottom: 52%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(134, 96, 217, 0.7);
        }

        .circle.type-5a._4 {
            left: 51%;
            bottom: 41%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(134, 96, 217, 0.7);
        }

        .circle.type-5a._5 {
            left: 57.5%;
            bottom: 40%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(134, 96, 217, 0.7);
        }

        .circle.type-5a._6 {
            left: 59%;
            bottom: 30%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(134, 96, 217, 0.7);
        }

        .circle.type-5a._7 {
            left: 85%;
            bottom: 74%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(134, 96, 217, 0.7);
        }

    .circle.disable {
        display: none;
        border-width: 2px;
    }

    .circle.type-2a-2 {
        background-color: rgba(0, 158, 255, 0.43);
    }

        .circle.type-2a-2._1 {
            left: 70.5%;
            bottom: 60.5%;
            background-color: rgba(0, 158, 255, 0.7);
        }

        .circle.type-2a-2._2 {
            left: 56%;
            bottom: 49.5%;
            background-color: rgba(0, 158, 255, 0.7);
        }

        .circle.type-2a-2._3 {
            left: 42%;
            bottom: 37%;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a-2._4 {
            left: 55.5%;
            bottom: 28%;
            background-color: rgba(0, 158, 255, 0.7);
        }

    .circle.type-2a-3 {
        background-color: rgba(0, 158, 255, 0.43);
    }

        .circle.type-2a-3._1 {
            left: 70.5%;
            bottom: 60.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-2a-3._2 {
            left: 56%;
            bottom: 49.5%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-2a-3._3 {
            left: 42%;
            bottom: 37%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-2a-3._4 {
            left: 55.5%;
            bottom: 28%;
            background-color: rgba(0, 158, 255, 0.52);
        }

        .circle.type-2a-3._1 {
            left: 78.5%;
            bottom: 62%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-2a-3._2 {
            left: 85%;
            bottom: 61%;
            background-color: rgba(0, 225, 255, 0.5);
        }

        .circle.type-2a-3._1 {
            left: 53%;
            bottom: 60%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-2a-3._2 {
            left: 45%;
            bottom: 73%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-2a-3._3 {
            left: 34%;
            bottom: 64%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-2a-3._4 {
            left: 36%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-2a-3._5 {
            left: 29%;
            bottom: 54%;
            background-color: rgba(42, 160, 111, 0.7);
        }

        .circle.type-2a-3._1 {
            left: 67%;
            bottom: 37%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-2a-3._2 {
            left: 53%;
            bottom: 35%;
            background-color: rgba(124, 182, 2, 0.7);
        }

        .circle.type-2a-3._2 {
            left: 74%;
            bottom: 46%;
            background-color: rgba(200, 39, 128, 0.7);
        }

        .circle.type-2a-3._1 {
            left: 53%;
            bottom: 71%;
            background-color: rgba(249, 87, 176, 0.7);
        }

        .circle.type-2a-3._2 {
            left: 50%;
            bottom: 22%;
            background-color: rgba(249, 87, 176, 0.7);
        }

        .circle.type-2a-3._1 {
            left: 44%;
            bottom: 33%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a-3._2 {
            left: 20%;
            bottom: 60%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a-3._3 {
            left: 24%;
            bottom: 64%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a-3._4 {
            left: 26.5%;
            bottom: 69%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a-3._5 {
            left: 31.5%;
            bottom: 84%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a-3._6 {
            left: 35%;
            bottom: 81%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a-3._7 {
            left: 63%;
            bottom: 52%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a-3._8 {
            left: 85.5%;
            bottom: 70%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a-3._9 {
            left: 82%;
            bottom: 70.5%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a-3._10 {
            left: 78%;
            bottom: 72%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a-3._1 {
            left: 68%;
            bottom: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-2a-3._3 {
            left: 29.5%;
            bottom: 73.5%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(198, 15, 1, 0.7);
        }

        .circle.type-2a-3._2 {
            left: 49.5%;
            bottom: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-2a-3._4 {
            left: 23.5%;
            bottom: 51%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 55, 19, 0.7);
        }

        .circle.type-2a-3._5 {
            left: 45%;
            bottom: 27%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 56, 19, 0.7);
        }

        .circle.type-2a-3._6 {
            left: 81%;
            bottom: 53%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background-color: rgba(238, 56, 19, 0.7);
        }

.type {
    color: #fff;
    font-size: 0.6em;
}

    .type._1 {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(8, 65, 174, 0);
        font-family: Montserrat, sans-serif;
        font-size: 0.8em;
        line-height: 0.8;
        font-weight: 600;
    }

.div-block-19 {
    position: relative;
    width: 100%;
    height: auto;
}

.div-block-20 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), color-stop(17%, transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), transparent 17%);
}

.image-5 {
    display: block;
    width: 20px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 100px;
    background-color: #fff;
}

    .image-5.filter {
        -webkit-filter: hue-rotate(84deg);
        filter: hue-rotate(84deg);
    }

    .image-5.filter2 {
        -webkit-filter: saturate(0%) hue-rotate(234deg);
        filter: saturate(0%) hue-rotate(234deg);
    }

    .image-5.filter3 {
        -webkit-filter: saturate(131%);
        filter: saturate(131%);
    }

.type-btn {
    position: relative;
    top: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    min-width: auto;
    margin-right: 1px;
    margin-left: 1px;
    padding: 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0);
    border-radius: 4px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.8em;
    font-weight: 500;
    text-decoration: none;
}

    .type-btn:hover {
        border-style: solid;
        border-color: #fff;
        border-radius: 4px;
    }

.slider-3 {
    width: 100%;
    height: 80px;
    background-color: transparent;
}

.circle-slide {
    width: 7%;
    height: 80px;
}

.icon-5 {
    font-size: 0.4em;
}

.icon-6 {
    font-size: 0.4em;
}

.slide-nav-3 {
    display: none;
}

.mask-2 {
    height: 80px;
}

.text-span-4 {
    font-size: 1.6em;
}

.div-block-21 {
    position: absolute;
    left: 53%;
    top: 6px;
    right: auto;
    bottom: auto;
    z-index: 1;
    display: none;
    width: 14px;
    height: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.14);
    border-radius: 100px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 0.7em;
}

.text-block-9 {
    padding: 4px;
    border-radius: 3px;
    background-color: transparent;
    color: #fff;
}

.left-arrow-3 {
    display: none;
}

.right-arrow-2 {
    display: none;
}

.html-embed {
    color: #4c423f;
}

.div-block-22 {
    position: relative;
}

.div-block-23 {
    position: absolute;
    left: 62%;
    top: 46%;
    z-index: 1;
    width: 11.2%;
    height: 10%;
    background-color: hsla(0, 0%, 100%, 0.03);
}

.slide4 {
    padding-right: 10%;
    padding-left: 10%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/V8.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/V8.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    font-family: 'PT Serif', serif;
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    min-height: 600px;
    min-width: 50%;
    margin-bottom: auto;
    margin-left: 0%;
}

.tabs-menu {
    position: fixed;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    min-width: 10%;
    margin-top: auto;
    margin-bottom: 5%;
    margin-left: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    opacity: 1;
}

.pane {
    overflow: auto;
    width: 100%;
    height: 100vh;
    min-height: 600px;
}

.tabs-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4c423f;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
}

    .tabs-section:hover {
        background-color: #5d5451;
    }

    .tabs-section.w--current {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #00583d;
        color: #fff;
        text-align: center;
    }

        .tabs-section.w--current:hover {
            background-color: #047754;
        }

.tabs-1 {
    height: 33%;
}

.tabs-content {
    z-index: 0;
    width: 100%;
}

.navbar-2 {
    position: fixed;
    left: auto;
    top: auto;
    right: 4%;
    bottom: 5%;
    background-color: #00583d;
    color: #fff;
}

.nav-menu-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 25%;
    height: auto;
    min-height: 600px;
    margin-bottom: 60px;
}

.dropdown_li-2 {
    position: relative;
    color: rgba(0, 0, 0, 0.3);
}

    .dropdown_li-2:hover {
        background-color: #115eaa;
        color: hsla(0, 0%, 100%, 0.5);
    }

    .dropdown_li-2:active {
        background-color: #115eaa;
    }

    .dropdown_li-2.color {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .dropdown_li-2.color:hover {
            background-color: #086649;
        }

        .dropdown_li-2.color.head {
            width: 100%;
        }

            .dropdown_li-2.color.head:hover {
                background-color: #036d4c;
            }

.dropdown-4 {
    position: fixed;
    left: auto;
    top: auto;
    right: 4%;
    bottom: 5%;
    z-index: 999;
    display: none;
    width: 100px;
    height: 60px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.text-block-147 {
    margin-left: 20px;
}

.dropdown_list {
    position: absolute;
    overflow: hidden;
    width: 130px;
    height: 50px;
    padding-left: 0px;
    background-color: hsla(0, 0%, 92.5%, 0.75);
    box-shadow: 0 1px 1px -4px rgba(0, 0, 0, 0.2);
    -webkit-transition: width 200ms ease, height 200ms ease, box-shadow 200ms ease;
    transition: width 200ms ease, height 200ms ease, box-shadow 200ms ease;
}

    .dropdown_list:hover {
        width: 230px;
        height: 200px;
        background-color: #fff;
        box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.15);
    }

    .dropdown_list.cc-prototyping {
        width: 60px;
        border-style: none;
        border-width: 1px;
        border-color: hsla(0, 0%, 100%, 0.15);
        border-radius: 4px;
        background-color: #014c97;
        -webkit-transition-duration: 200ms, 500ms, 200ms;
        transition-duration: 200ms, 500ms, 200ms;
        cursor: pointer;
    }

        .dropdown_list.cc-prototyping:hover {
            width: 250px;
            height: 299px;
        }

        .dropdown_list.cc-prototyping.color3 {
            left: auto;
            top: auto;
            right: 0%;
            bottom: 0%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 120px;
            height: 40px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
            border-radius: 0px;
            background-color: #00583d;
            -webkit-transition: width 200ms ease, height 500ms ease, box-shadow 200ms ease;
            transition: width 200ms ease, height 500ms ease, box-shadow 200ms ease;
            color: #fff;
            list-style-type: none;
        }

            .dropdown_list.cc-prototyping.color3:hover {
                left: auto;
                top: auto;
                right: 0%;
                bottom: 0%;
                width: 150px;
                height: 280px;
            }

            .dropdown_list.cc-prototyping.color3.di {
                display: none;
            }

            .dropdown_list.cc-prototyping.color3.new {
                position: static;
            }

.image-20 {
    width: 23px;
    max-width: none;
}

.dropdown_text-2 {
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown_link-2 {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(43, 130, 218, 0.47);
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

    .dropdown_link-2:hover {
        color: #fff;
    }

    .dropdown_link-2.cc-first {
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        cursor: default;
    }

        .dropdown_link-2.cc-first.color {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
        }

    .dropdown_link-2.color {
        height: 40px;
        border-bottom-color: rgba(0, 73, 51, 0.49);
    }

.div-block-24 {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), color-stop(43%, transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), transparent 43%);
}

.div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 150px;
}

.div-block-26 {
    width: 50%;
    margin-left: 20%;
}

.div-block-27 {
    width: 50%;
}

.image-21 {
    width: 100.0000938%;
}

.div-block-28 {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 20%;
    height: 100vh;
    min-height: auto;
    min-width: 20%;
    margin-right: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #e4e4e4;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/tip4.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tip4.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, auto;
}

    .div-block-28.kvkk {
        background-color: #dfdfdf;
        background-image: none;
        background-position: 0px 0px;
    }

.image-22 {
    position: relative;
    left: -8%;
    height: auto;
    max-width: 130%;
}

.div-block-29 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.image-23 {
    width: 100%;
}

.div-block-30 {
    position: relative;
    width: 80%;
    margin-left: 20%;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #fff;
}

.div-vaziyet-plani {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #fff;
}

.navbar-3 {
    position: absolute;
    top: 150px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 0px;
    background-color: transparent;
}

.nav-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-link-2 {
    width: 48%;
    margin: 1px;
    border-style: none;
    border-width: 1px;
    border-color: hsla(0, 0%, 79.3%, 0.45);
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0.12);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    color: #fff;
    text-align: center;
}

    .nav-link-2.w--current {
        background-color: #565656;
        color: #fff;
    }

.types {
    position: relative;
    min-height: 100px;
    margin-top: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #f1f1f1 #f1f1f1 #f0f0f0;
    background-color: #fff;
}

.div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 60px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px none #f0f0f0;
    background-color: #4c423f;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #fff;
    background-color: #fff;
    background-image: url('../images/arrow.svg');
    background-position: 50% -39%;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #868484;
    font-size: 0.9em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

    .link-block:hover {
        background-color: #f0f0f0;
        background-image: url('../images/arrow.svg');
        background-position: 50% 6%;
        background-size: 10px;
        color: #868484;
    }

    .link-block.w--current {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-style: none;
        border-width: 5px;
        border-color: #595656;
        background-color: #fff;
        background-position: 50% 6%;
        background-size: 10px;
        color: #868484;
        font-size: 0.9em;
        line-height: 1;
    }

.text-block-148 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 60px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px none #4c423f;
    background-color: #4c423f;
    color: #fff;
    font-size: 1.9em;
}

    .text-block-148.white {
        width: 100%;
        background-color: #fff;
        color: #00583d;
        text-transform: uppercase;
    }

.plan-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100px;
    padding-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f0f0f0;
}

    .plan-section.right {
        padding-top: 60px;
        padding-bottom: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .plan-section.ek {
        padding-bottom: 60px;
    }

.div-block-34 {
    overflow: visible;
    width: 50%;
    min-height: auto;
    margin-left: 0px;
}

.div-block-35 {
    width: 50%;
    padding: 3%;
}

.div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 30px;
    border-bottom: 1px solid #dfdfdf;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 1em;
}

    .div-block-36:hover {
        padding-right: 20px;
        padding-left: 20px;
        background-color: #868484;
        color: #fff;
    }

    .div-block-36.head {
        min-height: 30px;
        border-bottom-width: 2px;
        border-bottom-color: #868484;
        color: #868484;
        font-size: 1em;
        font-weight: 600;
        text-transform: none;
    }

        .div-block-36.head:hover {
            color: #fff;
        }

        .div-block-36.head.dark {
            border-bottom-color: #5d5552;
            color: #b2896d;
        }

            .div-block-36.head.dark:hover {
                background-color: rgba(178, 137, 109, 0.15);
            }

    .div-block-36.total {
        border-top: 1px solid #00583d;
        font-size: 1em;
        font-weight: 600;
    }

    .div-block-36.empty:hover {
        background-color: transparent;
    }

    .div-block-36.result {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom-color: rgba(223, 223, 223, 0.12);
        color: #fff;
        line-height: 1;
    }

        .div-block-36.result:hover {
            background-color: rgba(195, 148, 135, 0.11);
        }

.div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 121px;
    padding-top: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9em;
    line-height: 1;
}

    .div-block-37.right {
        width: 50%;
        min-width: 60px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .div-block-37.left {
        width: 50%;
        min-width: 60px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

.div-block-38 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 80px;
    padding-top: 0px;
    padding-left: 220px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4c423f;
    color: #fff;
}

.text-block-149 {
    width: 100%;
    text-align: center;
}

.div-block-39 {
    position: -webkit-sticky;
    position: sticky;
    top: 113px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #868484;
    border-bottom: 1px none #f0f0f0;
    background-color: transparent;
    box-shadow: 0 11px 20px -8px rgba(0, 0, 0, 0.19);
}

.image-24 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
}

.div-block-40 {
    overflow: auto;
}

    .div-block-40._50 {
        width: 100%;
        margin-left: 0%;
        padding: 3%;
        background-color: #4c423f;
    }

.text-block-150 {
    font-size: 0.9em;
}

.head {
    font-size: 1.2em;
}

.div-block-41 {
    width: 1px;
    min-width: 1px;
    background-color: #f0f0f0;
}

.div-block-42 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.text-block-151 {
    display: none;
}

.text-block-152 {
    width: 1006%;
    margin-bottom: 10px;
    padding-left: 0px;
    color: #fff;
    text-align: center;
}

.space-top {
    height: 150px;
}

.vaziyet-space-top {
    height: 150px;
}

.space-top2 {
    height: 150px;
}

.div-block-43 {
    padding-top: 0px;
    padding-bottom: 60px;
}

    .div-block-43.kvkk {
        padding: 20px;
    }

.div-block-44 {
    padding-top: 0px;
    padding-bottom: 100px;
}

.text-span-5 {
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.51);
    font-size: 0.4em;
}

.bold-text-3 {
    display: inline-block;
    font-size: 0.6em;
}

.bold-text-4 {
    display: block;
}

.text-block-153 {
    margin: 20px;
    color: #000;
    line-height: 1.7;
}

.spacer {
    height: 100px;
}

.rich-text-block {
    line-height: 1.6;
}

.cookie {
    position: fixed;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.47);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    text-align: center;
}

    .cookie.liberte {
        display: none;
    }

.text-block-154 {
    width: 70%;
    margin-bottom: 10px;
    line-height: 1.6;
}

.cookie-btn-1 {
    height: auto;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #00583d;
    border-radius: 0px;
    background-color: #00583d;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'silk serif', sans-serif;
    font-size: 1em;
    line-height: 1rem;
}

    .cookie-btn-1:hover {
        border-color: #4c423f;
        background-color: #4c423f;
    }

    .cookie-btn-1.liberte {
        background-color: #8d6f65;
    }

        .cookie-btn-1.liberte:hover {
            background-color: #a7705f;
        }

    .cookie-btn-1.none {
        border-style: solid;
        border-width: 2px;
        border-color: hsla(0, 0%, 100%, 0.35);
        background-color: transparent;
    }

        .cookie-btn-1.none:hover {
            border-color: #4c423f;
        }

    .cookie-btn-1.exit {
        border-color: #4c423f;
        background-color: #4c423f;
    }

        .cookie-btn-1.exit:hover {
            border-color: #746c6a;
            background-color: #746c6a;
        }

.space {
    margin-right: 5px;
    margin-left: 5px;
}

.linkf {
    text-decoration: none;
}

    .linkf:hover {
        color: #4c423f;
    }

.cookie-link {
    color: #fff;
}

@media screen and (max-height: 760px) {
    .nav-link-2 {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 1300px) {
    .content-wp {
        bottom: 2%;
    }

    .text-block-6 {
        padding: 10px;
    }

    .form-area {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        width: 100%;
        height: auto;
        max-height: none;
        padding: 60px 10%;
    }

    .body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slider-area {
        width: 100%;
        min-height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .slider {
        height: 40vh !important;
    }

    .slide {
        background-image: url('../images/render-1-mobil.jpg');
        background-position: 0% 50%;
        background-size: cover;
    }

    .logo {
        width: 100%;
        margin-bottom: 2px;
        opacity: 1;
        -webkit-filter: invert(100%) !important;
        filter: invert(100%) !important;
    }

        .logo.liberte {
            -webkit-filter: invert(90%);
            filter: invert(90%);
        }

    .header {
        z-index: 9998;
        width: 100%;
        height: 120px;
        margin-bottom: 0px;
        border-bottom-color: hsla(0, 0%, 80.7%, 0.49);
        background-color: #fff;
        font-size: 1em;
    }

    .bottom-text {
        width: 100%;
        height: auto;
        margin-bottom: 0%;
        padding: 10px 0px 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-style: none;
        border-color: #fff;
    }

    .slider-text-block {
        position: static;
        height: auto;
        padding-right: 10%;
        padding-left: 0%;
        padding-top: 16%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #000;
    }

    .slide-bottom {
        bottom: -90px;
    }

    .header-text2 {
        font-family: "Birthstone", cursive;
        margin-bottom: 4%;
        font-size:2.8em;
    }

    .kroki img {
        width: 100% !important;
    }

        .kroki img:nth-child(1) {
            border-bottom: 1px solid #000;
            border-right: none !important;
        }

    .slide2 {
        background-image: url('../images/render-2-mobil.jpg');
        background-position: 100% 100%;
        background-size: cover;
    }

    .slide3 {
        background-image: url('../images/sokak-5.jpg');
        background-position: 0% 50%;
        background-size: cover;
    }

    .pop {
        z-index: 9999;
        padding-top: 40px;
        padding-bottom: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pop-content {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .logo-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 120px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1em;
    }

        .logo-content.liberte {
            padding-top: 20px;
        }

    .kasaba-text {
        padding-bottom: 7px;
        font-size: 0.6em;
    }

    .kasaba-info {
        margin-top: 0px;
        font-size: 1.6em;
    }

    .hero {
        min-height: auto;
        margin-top: 120px;
    }

    .first {
        width: 100%;
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .header-text {
        font-family: "Birthstone", cursive;
        height: auto;
        margin: 30px auto 30px 30px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 3.3em;
    }

        .header-text.liberte {
            padding-left: 0px;
        }

    .navbar {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 92%;
        height: 120px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
        font-size: 1.3em;
        text-align: center;
    }

        .nav-link:hover {
            background-color: #fff;
            color: #fff;
        }

    .div-block-5 {
        display: none;
    }

    .menu {
        height: 60px;
    }

    .nav-menu {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        width: 100%;
        height: 240px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-right: 1px solid hsla(0, 0%, 80.8%, 0.49);
        border-bottom: 1px solid hsla(0, 0%, 80.8%, 0.49);
        border-left: 1px solid hsla(0, 0%, 80.8%, 0.49);
        background-color: #fff;
    }

    .second {
        width: 100%;
        min-height: auto;
        padding-top: 60px;
    }

    .third {
        width: 100%;
        min-height: auto;
        padding-top: 60px;
    }

        .third.inner {
            min-height: auto;
            margin-top: 120px;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .third.kat-plani {
            min-height: auto;
            margin-top: 120px;
            padding-top: 0px;
            padding-bottom: 0px;
        }

    .fourth {
        width: 100%;
        min-height: auto;
        padding-top: 60px;
    }

    .div-block-9 {
        width: 80%;
    }

        .div-block-9._02 {
            margin-top: 0px;
        }

    .text-block-2 {
        font-size: 1.8em;
    }

    .text-block-3 {
        font-size: 1.2em;
    }

        .text-block-3._05 {
            text-align: center;
        }

    .div-block-11 {
        margin-bottom: 20px;
    }

    .div-block-12 {
        width: 50px;
        margin-left: -58px;
    }

    .index .copyright {
        width: 100%;
    }

    .copyright {
        width: 100%;
        padding-right: 5%;
    }

        .copyright.inner {
            padding-right: 0%;
            padding-left: 0%;
        }

    .text-block-6 {
        width: 100%;
        margin-bottom: 0px;
        text-align: left;
    }

        .text-block-6._02 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: auto;
            height: 60px;
            margin-bottom: 0px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-style: none;
            border-width: 1px;
            border-color: #fff;
            font-size: 0.8em;
        }

        .text-block-6._03 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: auto;
            height: 60px;
            margin-bottom: 0px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-style: none;
            border-width: 1px;
            border-color: #fff;
            font-size: 0.8em;
        }

    .link-2 {
        height: auto;
    }

        .link-2.email {
            padding-left: 32px;
        }

    .menu-button {
        position: absolute;
        left: auto;
        top: auto;
        right: 0%;
        bottom: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        margin-top: auto;
        margin-right: 0px;
        margin-bottom: auto;
        padding: 20px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
        cursor: pointer;
    }

        .menu-button.w--open {
            background-color: hsla(0, 0%, 100%, 0);
        }

    .menu-button-line {
        width: 16px;
        height: 2px;
        margin-bottom: 4px;
        border-radius: 1px;
        background-color: #b7bfc6;
    }

        .menu-button-line.top {
            position: static;
            width: 30px;
            height: 1px;
            max-height: 1px;
            min-width: 30px;
            margin-left: 10px;
            padding-right: 0px;
            padding-bottom: 0px;
            border: 1px none #000;
            border-radius: 0px;
            background-color: #00583d;
            font-weight: 100;
        }

        .menu-button-line.middle {
            width: 30px;
            height: 1px;
            max-height: 1px;
            margin-left: 10px;
            padding-right: 0px;
            padding-bottom: 0px;
            background-color: #00583d;
        }

        .menu-button-line.last {
            width: 30px;
            height: 1px;
            max-height: 1px;
            margin-bottom: 0px;
            margin-left: 10px;
            padding-right: 0px;
            padding-bottom: 0px;
            background-color: #00583d;
        }

    .div-block-16 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 1px;
        padding-right: 0px;
        padding-bottom: 0px;
        background-color: hsla(0, 0%, 80.8%, 0.49);
    }

    .text-block-7 {
        position: relative;
        z-index: 100;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        margin-top: -14px;
        margin-bottom: -10px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        color: #616161;
        font-size: 0.7em;
        line-height: 1em;
    }

        .text-block-7.liberte {
            color: #000;
        }

    .text-block-8.inner {
        padding-left: 0%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .div-block-17 {
        margin-top: 30px;
        padding-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-18 {
        position: relative;
        bottom: 0px;
        margin-top: auto;
        padding-left: 0px;
        background-color: #4c423f;
    }

    .circle {
        width: 20px;
        height: 20px;
        border-width: 1px;
        font-size: 0.3em;
        font-weight: 400;
    }

    .type {
        font-size: 0.5em;
    }

        .type._1 {
            display: none;
            font-family: Montserrat, sans-serif;
            font-size: 0.3em;
            line-height: 1;
            font-weight: 400;
            text-align: center;
        }

    .image-5 {
        margin-bottom: 5px;
    }

    .type-btn {
        height: 60px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .slider-3 {
        height: 60px;
    }

    .circle-slide {
        width: 16.6%;
    }

    .mask-2 {
        left: auto;
        right: auto;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .div-block-21 {
        top: 2px;
    }

    .left-arrow-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
    }

    .right-arrow-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
    }

    .slide4 {
        background-image: url('../images/sokak-5.jpg');
        background-position: 0% 50%;
        background-size: cover;
    }

    .div-block-28 {
        position: fixed;
        z-index: 998;
        width: 100%;
        height: auto;
        min-width: auto;
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-right-style: none;
        background-image: none;
        background-position: 0px 0px;
    }

    .div-block-30 {
        width: 100%;
        margin-left: 0%;
        padding-top: 0px;
        padding-right: 4%;
        padding-left: 4%;
    }

    .navbar-3 {
        position: static;
    }

    .nav-menu-3 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav-link-2 {
        overflow: visible;
        width: 15%;
        padding: 10px;
        border-style: solid;
        color: #4c423f;
        font-size: 0.8em;
    }

        .nav-link-2.w--current {
            width: 15%;
            padding-right: 10px;
        }

    .types {
        padding-top: 0px;
    }

    .div-block-32 {
        height: 60px;
    }

    .link-block {
        background-size: 10px;
        font-size: 0.8em;
    }

        .link-block:hover {
            background-size: 10px;
        }

        .link-block.w--current {
            background-size: 10px;
            font-size: 0.8em;
        }

            .link-block.w--current:hover {
                background-size: 10px;
            }

    .text-block-148 {
        min-height: 60px;
        font-size: 1.3em;
    }

    .plan-section {
        padding-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .plan-section.right {
            padding-top: 60px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .div-block-34 {
        width: 100%;
    }

    .div-block-35 {
        width: 100%;
    }

    .div-block-36 {
        font-size: 0.8em;
    }

        .div-block-36:hover {
            padding-right: 0px;
            padding-left: 0px;
        }

        .div-block-36.head {
            font-size: 0.8em;
        }

        .div-block-36.total {
            font-size: 0.8em;
        }

    .div-block-39 {
        top: 210px;
    }

    .text-block-151 {
        display: none;
    }

    .text-block-152 {
        display: none;
    }

    .space-top {
        height: 125px;
    }

    .vaziyet-space-top {
        height: 125px;
    }

    .text-span-5 {
        font-size: 0.5em;
    }

    .bold-text-5 {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 767px) {
    .patlangac {
        top: 2%;
    }

        .patlangac img {
            width: 75px;
        }

    .slider {
        height: 300px;
    }

    .logo {
        width: 230px;
        margin-bottom: 2px;
    }

    .header {
        height: 100px;
        font-size: 1em;
    }

    .bottom-text {
        width: 100%;
    }

    .pop {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .logo-content {
        height: 96px;
        margin-bottom: -9px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .logo-content.liberte {
            width: 250px;
            max-width: 250px;
            padding-top: 10px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .kasaba-text {
        font-size: 0.5em;
    }

    .hero {
        margin-top: 100px;
    }

    .first {
        padding-right: 0%;
        padding-left: 0%;
    }

    .header-text {
        height: auto;
        font-size: 2.6em;
        background: none;
    }

    .navbar {
        height: 100px;
        margin-top: 0px;
    }

    .nav-link {
        font-size: 1.2em;
    }

    .second {
        padding-top: 40px;
    }

    .third {
        padding-top: 40px;
    }

        .third.inner {
            margin-top: 100px;
        }

        .third.kat-plani {
            margin-top: 100px;
        }

    .fourth {
        padding-top: 40px;
    }

    .div-block-9 {
        padding-left: 0%;
    }

        .div-block-9._02 {
            margin-top: 20px;
            margin-bottom: 0px;
            margin-left: 0%;
        }

    .lottie-animation-3 {
        left: auto;
        width: 80%;
    }

    .div-block-11 {
        margin-bottom: 20px;
    }

    .div-block-12 {
        width: 10px;
        margin-left: -18px;
    }

    .lightbox-link {
        width: 100%;
    }

        .lightbox-link._33 {
            width: 100%;
        }

        .lightbox-link._34 {
            width: 100%;
        }

    .text-block-6 {
        margin-bottom: 10px;
    }

        .text-block-6._02 {
            width: auto;
            height: auto;
            margin-bottom: 0px;
        }

        .text-block-6._03 {
            width: auto;
            height: auto;
            margin-bottom: 0px;
        }

    .menu-button {
        margin-right: 15px;
    }

    .text-block-7 {
        font-size: 0.7em;
    }

        .text-block-7.liberte {
            width: 96px;
            margin-top: 0px;
            margin-bottom: -11px;
        }

    .div-block-18 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .circle {
        width: 20px;
        height: 20px;
        border-width: 1px;
    }

    .image-5 {
        width: 15px;
    }

    .type-btn {
        height: 50px;
        padding-bottom: 0px;
    }

    .slider-3 {
        height: 50px;
    }

    .circle-slide {
        width: 25%;
        height: 50px;
    }

    .mask-2 {
        width: 80%;
        height: 50px;
    }

    .div-block-21 {
        top: 3px;
    }

    .text-block-9 {
        padding-top: 0px;
        font-size: 0.8em;
    }

    .nav-link-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.8em;
    }

    .link-block {
        font-size: 0.7em;
    }

        .link-block.w--current {
            font-size: 0.7em;
        }

    .text-block-148 {
        padding-left: 20px;
        font-size: 1.1em;
    }

    .plan-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .plan-section.right {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .div-block-34 {
        width: 100%;
    }

    .div-block-35 {
        width: 100%;
    }

    .div-block-39 {
        top: 191px;
    }

    .div-block-40._50 {
        width: 100%;
    }

    .space-top {
        height: 121px;
    }

    .vaziyet-space-top {
        height: 121px;
    }

    .text-span-5 {
        padding-right: 40px;
        font-size: 0.8em;
    }
}

@media screen and (min-width: 1200px) and (max-height: 780px) {
    .header-text2 {
        margin-bottom: 20%;
    }

    .istlogo img {
        width: 160px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .patlangac img {
        width: 100px;
    }

    .index .logo-content {
        margin-right: 40px;
    }

    .bottom-text {
        font-size: 0.8em;
    }

    .istlogo {
        position: absolute;
        right: 2%;
        bottom: 25%;
        background-color: #000;
        padding: 20px;
    }

        .istlogo img {
            width: 200px;
        }
}

@media screen and (max-height: 450px) {
    .logo {
        width: 200px !important;
    }
}

@media screen and (max-width: 1299px) {
    .logo {
        width: 200px;
        margin-bottom: 2px;
    }

    nav.nav-menu.w-nav-menu.logo {
        filter: none !important;
        -webkit-filter: none !important;
    }

    .logo.active a {
        color: #000 !important;
    }

    .logo a {
        color: #000 !important;
    }
}

@media screen and (max-width: 479px) {
    .form-area {
        height: auto;
        max-height: none;
    }

    .slider {
        height: 200px;
    }

    .logo {
        width: 200px;
        margin-bottom: 2px;
    }

    nav.nav-menu.w-nav-menu.logo {
        filter: none !important;
        -webkit-filter: none !important;
    }

    .logo.active a {
        color: #000 !important;
    }

    .logo a {
        color: #000 !important;
    }

    .field {
        text-align: center;
    }

    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }

    .header {
        height: 85px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1em;
        text-align: center;
    }

    .bottom-text {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .slider-text-block {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-span {
        margin-top: 6px;
    }

    .form-header {
        width: 100%;
        font-size: 1.4em;
        text-align: center;
    }

    .form-sub-header-1 {
        text-align: center;
    }

    .checkbox-label {
        margin-top: 6px;
    }

    .checkbox {
        margin-bottom: 3px;
        margin-left: 0px;
        background-color: #fff;
    }

    .form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .kvkk-header {
        text-align: center;
    }

    .kvkk-text {
        margin-top: 4px;
        text-align: center;
    }

    .checkbox-field {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .radio-label {
        margin-top: 6px;
    }

    .form-checkbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 48%;
        height: 50px;
        padding-bottom: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-style: none;
        border-width: 1px;
        border-color: rgba(178, 137, 109, 0.38);
        border-radius: 2px;
        background-color: rgba(178, 137, 109, 0.07);
        text-align: center;
    }

    .radio-style {
        margin-left: 0px;
    }

    .pop {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        height: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pop-head {
        font-size: 1.3em;
    }

    .pop-scrool {
        padding-right: 30px;
        padding-left: 30px;
    }

    .pop-head-2 {
        text-align: center;
    }

    .pop-head-3 {
        text-align: center;
    }

    .pop-text {
        margin-bottom: 20px;
        text-align: center;
    }

    .check-tile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .radio-button-field {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 13px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .logo-content {
        width: 150px;
        height: 85px;
        margin-bottom: -3px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .kasaba-text {
        padding-top: 4px;
        padding-bottom: 1px;
        font-size: 0.5em;
    }

    .kasaba-shine {
        margin-top: -41px;
    }

    .hero {
        margin-top: 85px;
    }

    .header-text {
        margin-bottom: 20px;
        margin-left: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 2.6em;
        text-align: left;
        padding: 5px;
    }

    .navbar {
        height: 85px;
    }

    .second {
        padding-top: 0px;
    }

    .third {
        padding-top: 0px;
    }

        .third.inner {
            margin-top: 85px;
        }

        .third.kat-plani {
            margin-top: 85px;
        }

    .fourth {
        padding-top: 0px;
    }

    .div-block-9 {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: center;
        align-items: flex-start;
    }

        .div-block-9._02 {
            margin-bottom: 0px;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

    .text-block-2 {
        font-size: 1.1em;
        line-height: 1.2em;
        text-align: left;
    }

    .text-block-3 {
        font-size: 1em;
        text-align: left;
    }

        .text-block-3._04.none {
            margin-bottom: 0px;
        }

    .div-block-10 {
        display: block;
    }

    .div-block-11 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .div-block-13 {
        margin-top: 0px;
    }

    .lightbox-link {
        margin-top: 0px;
    }

    .text-block-6 {
        margin-bottom: 5px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

        .text-block-6._03 {
            padding-left: 0px;
        }

    .link-2 {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 24px;
        background-size: 16px;
    }

        .link-2.email {
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 24px;
            background-size: 18px;
        }

    .menu-button {
        height: 50px;
        margin-right: 15px;
        margin-top: 30px;
    }

    .menu-button-line.last {
        margin-bottom: 0px;
    }

    .text-block-7 {
        margin-top: -12px;
        margin-bottom: -8px;
        margin-left: 39px;
        font-size: 0.6em;
    }

    .circle {
        width: 10px;
        height: 10px;
        border-width: 1px;
    }

    .circle-slide {
        width: 33.3%;
    }

    .mask-2 {
        width: 80%;
    }

    .div-block-28 {
        height: 250px;
        padding-right: 0%;
        padding-left: 0%;
    }

    .nav-link-2 {
        width: 19%;
        font-size: 0.6em;
    }

        .nav-link-2.w--current {
            width: 19%;
            font-size: 0.6em;
        }

    .div-block-32 {
        width: 100%;
        height: 40px;
        border-top: 1px none #f0f0f0;
    }

    .link-block {
        padding-right: 10px;
        padding-left: 10px;
        background-position: 50% -27%;
    }

        .link-block:hover {
            background-size: 7px;
        }

        .link-block.w--current {
            background-size: 7px;
        }

    .text-block-148 {
        width: 100%;
        min-height: 40px;
        padding-left: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 1.1em;
        text-align: center;
    }

    .div-block-39 {
        top: 200px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .space-top {
        height: 249px;
    }

    .vaziyet-space-top {
        height: 40px;
    }

    .text-span-5 {
        width: 70%;
        margin-left: 0px;
        padding-right: 20px;
        text-align: right;
    }

    .bold-text-4 {
        text-align: left;
    }
}

@font-face {
    font-family: 'silk serif';
    src: url('../fonts/617d1ded24fc645f0a32f1e5_Silk-Serif-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'silk serif';
    src: url('../fonts/617d1ded21aa9768db67593f_Silk-Serif-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.index .content-wp {
    position: fixed;
    bottom: 8%;
    right: 2%;
    z-index: 999;
}

.content-wp {
    position: fixed;
    bottom: 1%;
    right: 2%;
    z-index: 999;
}

.kroki {
    border: 1px solid #000;
}

    .kroki img {
        float: left;
        width: 50%;
    }

        .kroki img:nth-child(1) {
            border-right: 1px solid #000;
        }


.w-full {
    width: 100%;
}