<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.hidden {
    display: none !important;
}

.white {
    color: #fff !important;
}

.color1 {
    color: #b40101 !important;
}

.color2 {
    color: #343342 !important;
}

.color3 {
    color: #6d797a !important;
}

.bgcolor1 {
    background-color: #b40101 !important;
}

.bgcolor2 {
    background-color: #343342 !important;
}

.bgcolor3 {
    background-color: #6d797a !important;
}

.bg-light {
    background-color: #F7F7F7 !important;
}

.alignleft {
    text-align: left !important;
}

.alignright {
    text-align: right !important;
}


.copyalignleft {
    text-align: left;
}

.copyalignright {
    text-align: right;
}

.copyfloatleft {
    float: left;
}

.copyfloatright {
    float: right;
}

.centered {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}

@media only screen and (max-width: 768px) {

    .copyalignleft, .copyalignright {
        text-align: center;
        margin-bottom: 10px;
    }

    .copyfloatleft,
    .copyfloatright {
        float: none;
    }

    /*.copyalignleft img, .copyalignright img {
            display: block;
            margin-right: auto;
            margin-left: auto;
        }*/

    /*.copyalignleft i, .copyalignr i {
            margin-right: auto;
            margin-left: auto;
        }*/
}

h1.pxp-page-header {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.6rem;
}

.pxp-sp-top-title {
    margin-bottom: 5px;
    /*line-height: 46px;*/
    font-weight: 900;
    font-size: 1.4rem;
}

.pxp-map-right {
    top: 115px !important;
}

/*body {*/
/*  margin-bottom: 60px;*/
/*}*/

/*.pxp-header {*/
/*    background-color: #fff !important;*/
/*    padding: 30px 0;*/
/*}*/

.pxp-image {
    background-image: url(../images/ph-big.jpg) !important;
    background-position: 50% 80% !important;
}

.pxp-image-error {
    background-image: url(../images/error.jpg) !important;
    background-position: 50% 80% !important;
}

.pxp-image-inpages {
    background-image: url(../images/ph-inpages.jpg) !important;
    background-position: 50% 80% !important;
}

.pxp-image-agents {
    background-image: url(../images/ph-big.jpg) !important;
    background-position: 50% 60% !important;
}

.pxp-image-single-agent {
    background-image: url(../images/ph-agent.jpg) !important;
    background-position: top center !important;
}

.pxp-image-results {
    background-image: url(../images/ph-gallery.jpg) !important;
}

#button {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    background-color: #eee;
    border: solid #ccc 1px;
    cursor: pointer;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.5);
}

.cv-spinner-loader {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-loader {
    width: 48px;
    height: 48px;
    /*border: 4px #ddd solid;
    border-top: 4px #fbb900 solid;
    border-radius: 50%;*/
    /*animation: sp-anime 0.8s infinite linear;*/
    animation: sp-anime 1s infinite linear;
    background-image: url(../images/spinner.png) !important;
}

@keyframes sp-anime {
    100% {
        /*transform: rotate(360deg);*/
        transform: rotateY(360deg);
    }
}

.is-hide {
    display: none;
}

.form-control {
    display: flex;
}

.no-left-rounded {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.no-right-rounded {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/******** tom-select changes start ********/

.plugin-clear_button .ts-control {
    padding-right: calc(1em + (3 * 6px)) !important;
}

.ts-control {
    /*border: 1px solid #d0d0d0;*/
    /*padding: 8px 8px;*/
    /*padding-right: 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    min-height: 46px;
    padding: .375rem 2rem .375rem 1rem !important;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2 !important;
    line-height: 32px!important;*/
    /*font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;*/
    /*background: #F5F7FB !important;*/
    width: 100% !important;
    padding: 15px 0 !important;
    border-radius: 4px !important;
    color: #343342 !important;
    -webkit-appearance: none !important;
    overflow: hidden !important;
    z-index: 1 !important;
    /*********************/
    -webkit-tap-highlight-color: transparent !important;
    border-radius: 5px !important;
    border: 1px solid #e5e7f2 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    /*display: block !important;
    float: left !important;*/
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-weight: 600 !important;
    /*height: auto!important; */
    /*line-height: 48px !important;*/
    outline: 0 !important;
    padding-left: 15px !important;
    padding-right: 30px !important;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    white-space: pre-wrap !important;
    min-height: 48px !important;
    background: #F5F7FB !important;
}

/*.ts-control:after {
    color: #999;
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    display: block;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    font-weight: 600;
    height: 10px;
    line-height: 10px;
    transition: all .15s ease-in-out;
    width: 5px;
}*/

.nice-select .list li:hover {
    color: #b40101;
}

.hidearrow .ts-control:after {
    display: none !important;
}

.ts-dropdown [data-selectable].option {
    text-align: left !important;
}

/*.ts-control:focus-within {
        border: 1px solid #343342!important;
    }*/

/*.ts-wrapper.single .ts-control:after {
    border-color: #343a40 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: " ";
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute; 
    right: calc(.75rem);
    top: 22px;
    width: 0;
    pointer-events: none;
}*/
/*right: calc(.75rem + 5px);*/
/*top: 50%;*/

/*.ts-control:after {
    content: "▼";
    font-size: 13px;
    color: #343a40;
    right: 10px;
    top: 0;
    height: 46px;
    line-height: 1.5;
    padding: 14px 0px 0px 7px;
    position: absolute;
    pointer-events: none;
}*/
/*content: '\f101';
    font-family: FontAwesome;*/

.ts-control &gt; input {
    min-width: 3rem !important;
}

#homesearch .ts-control {
    line-height: 16px !important;
}

    #homesearch .ts-control &gt; input {
        flex: 1 0 !important;
    }

.ts-control, .ts-wrapper.single.input-active .ts-control {
    background: #fff;
    cursor: text;
}

    /*.ts-dropdown, .ts-control {
        color: #343342 !important;
        font-family: inherit;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
        vertical-align: middle;
        font-smoothing: inherit;
    }*/

    .ts-control input {
        color: #343342 !important;
        font-family: inherit;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 1.5;
        vertical-align: middle;
        font-smoothing: inherit;
    }

        .ts-control input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #666;
            opacity: 1; /* Firefox */
        }

        .ts-control input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #666;
        }

        .ts-control input::-ms-input-placeholder { /* Microsoft Edge */
            color: #666;
        }

.ts-wrapper.multi .ts-control &gt; div {
    cursor: pointer;
    margin: 1px 3px 3px 0 !important;
    padding: 2px 8px !important;
    padding-right: 6px;
    background: #fff !important;
    color: #343342;
    border: 0 solid #d0d0d0;
}

.ts-dropdown .create:hover, .ts-dropdown .option:hover, .ts-dropdown .active {
    background-color: #b40101 !important;
    color: #fff !important;
}

.ts-dropdown [data-selectable] .highlight {
    /*background: rgba(205, 170, 36, 0.5)!important;*/
    background: none !important;
    border-radius: 1px;
}

.plugin-clear_button .clear-button {
    opacity: 0;
    position: absolute;
    top: 8px;
    right: calc(8px - 6px);
    margin-right: 0 !important;
    background: transparent !important;
    transition: opacity 0.5s;
    cursor: pointer;
    color: #b40101 !important;
}

/*.hidearrow .nice-select {
    height: auto;
}*/



/******** tom-select changes end ********/

.nophoto {
    background-color: #e6e6e6;
    width: auto;
    height: 340px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .nophoto img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.onephoto {
    height: 340px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.nophotobox {
    /*background-color: #ddd;
    border: solid 1px #ddd;*/
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #878C9F;
    /*margin-top: 1rem !important*/
}

/******** energy start ********/

.classno {
    position: relative;
    display: block;
    height: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 2px;
    padding-left: 5px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 19px;
    font-weight: 600;
}

.classengeneral {
    position: relative;
    display: block;
    height: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 2px;
    padding-left: 5px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 19px;
    font-weight: 600;
    width: 30px;
    background-color: #343342;
    border-color: #343342;
}

    .classengeneral::after {
        content: "";
        position: absolute;
        right: 100%;
        border: 9px solid transparent;
        border-right: 9px solid #343342;
    }

.classAPlus, .classA, .classBPlus, .classB, .classC, .classD, .classE, .classF, .classG {
    position: relative;
    display: block;
    height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 2px;
    padding-left: 5px !important;
    color: #fff;
    /*font-family: Arial, sans-serif;*/
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff !important;
}

.classUP, .classNR {
    position: relative;
    display: block;
    height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 2px;
    padding-left: 5px !important;
    color: #fff !important;
    /*font-family: Arial, sans-serif;*/
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

    .classAPlus::after, .classA::after, .classBPlus::after, .classB::after, .classC::after, .classD::after, .classE::after, .classF::after, .classG::after, .classUP::after, .classNR::after {
        content: "";
        position: absolute;
        left: 100%;
        border: 10px solid transparent;
        border-left: 10px solid #fbb900;
    }

    .classAPlus &gt; sup, .classA &gt; sup, .classBPlus &gt; sup, .classB &gt; sup, .classC &gt; sup, .classD &gt; sup, .classE &gt; sup, .classF &gt; sup, .classG &gt; sup, .classUP &gt; sup, .classNR &gt; sup {
        position: absolute;
        top: 10px;
    }

.classAPlus {
    width: 24px;
    background-color: #026f30;
    border-color: #026f30;
}

    .classAPlus::after {
        border-left-color: #026f30;
    }

.classA {
    width: 34px;
    background-color: #2d8f28;
    border-color: #2d8f28;
}

    .classA::after {
        border-left-color: #2d8f28;
    }

.classBPlus {
    width: 44px;
    background-color: #89ae03;
    border-color: #89ae03;
}

    .classBPlus::after {
        border-left-color: #89ae03;
    }

.classB {
    width: 54px;
    background-color: #a3d000;
    border-color: #a3d000;
}

    .classB::after {
        border-left-color: #a3d000;
    }

.classC {
    width: 64px;
    background-color: #fb9a00;
    border-color: #fb9a00;
}

    .classC::after {
        border-left-color: #fb9a00;
    }

.classD {
    width: 74px;
    background-color: #e30613;
    border-color: #e30613;
}

    .classD::after {
        border-left-color: #e30613;
    }

.classE {
    width: 84px;
    background-color: #b41818;
    border-color: #b41818;
}

    .classE::after {
        border-left-color: #b41818;
    }

.classF {
    width: 94px;
    background-color: #8d1e1e;
    border-color: #8d1e1e;
}

    .classF::after {
        border-left-color: #8d1e1e;
    }

.classG {
    width: 104px;
    background-color: #671111;
    border-color: #671111;
}

    .classG::after {
        border-left-color: #671111;
    }

.classUP {
    width: 114px;
    background-color: #6d797a;
    border-color: #6d797a;
}

    .classUP::after {
        border-left-color: #6d797a;
    }

.classNR {
    width: 114px;
    background-color: #6d797a;
    border-color: #6d797a;
}

    .classNR::after {
        border-left-color: #6d797a;
    }

/******** energy end ********/

.flexContainbtn {
    display: flex;
}

.inputFieldbtn {
    flex: 1;
}

.buttonIn {
    position: relative;
}

.codebutton {
    /*position: absolute;
    top: 1px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right: 3px;
    z-index: 2;
    border: none;
    cursor: pointer;
    color: white;
    background-color: #000;
    transform: translateX(2px);
    height: 44px;*/
    /*******************/
    position: absolute;
    top: 22px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right: 3px;
    z-index: 2;
    border: none;
    cursor: pointer;
    color: white;
    /*background-color: #878C9F;*/
    background-color: transparent;
    transform: translateX(2px);
    height: 48px;
    outline: none !important;
    padding: 0 10px;
    color: #b40101;
}

    .codebutton:hover {
        color: #474646;
        text-decoration: none;
        /*background-color: #343342;*/
        /*color: rgba(255, 255, 255, .7);*/
    }

.pagination {
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.addimage {
    background-image: url('../images/globe.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right top;
}

.areainput::before {
    position: absolute;
    display: block;
    top: .75rem;
    right: 1rem;
    color: #343342;
    font-family: FontAwesome;
    content: '\f041';
    font-size: 1rem;
    z-index: 999;
}

.codeinput::before {
    position: absolute;
    display: block;
    top: .75rem;
    right: 1rem;
    color: #343342;
    font-family: FontAwesome;
    content: '\f002';
    font-size: 1rem;
    z-index: 999;
}

.pxp-sp-agent-section {
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.16);
}

.page-item {
    font-size: 1.75rem;
    display: inline-block;
}

    .page-item .page-link {
        color: #999 !important;
        /*background: #343342;*/
        background-color: transparent;
        cursor: pointer;
        outline: 0;
        border: none !important;
        padding: 4px 8px;
        font-size: 20px;
        border-radius: 3px;
    }

        .page-item .page-link:hover {
            color: #343342 !important;
            /*background: #000;*/
        }

    .page-item.disabled .page-link {
        display: none;
        color: #ccc !important;
        /*background: #666;*/
    }

ul.pagination li {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}

.small {
    font-size: 0.9rem !important;
}

.smaller {
    font-size: 0.8rem !important;
}

.page-link:focus {
    box-shadow: none;
}

.sort-select,
.sort-select:focus {
    background-color: #b40101;
    display: inline-block;
    /*text-align: center;*/
    white-space: nowrap;
    height: 46px;
    padding: 0 10px 0 10px;
    border: 1px solid #b40101;
    /*margin-right: 10px;
    margin-bottom: 10px;*/
    border-radius: .25rem;
    font-size: .9rem;
    /*text-transform: uppercase;*/
    line-height: 46px;
    font-weight: 400;
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer !important;
    min-width: 200px;
}

    .sort-select:hover {
        background-color: #d8af17;
        border: 1px solid #b40101;
        box-shadow: none;
    }

    .sort-select:before {
        /*content: "▼";*/
        font-size: 13px;
        color: #343a40;
        right: 10px;
        top: 0;
        height: 46px;
        line-height: 1.5;
        padding: 14px 0px 0px 7px;
        position: absolute;
        pointer-events: none;
        content: '\f101';
        font-family: FontAwesome;
    }

/*select {
    background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"&gt;&lt;path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/&gt;&lt;/svg&gt;') no-repeat right #ddd;
    -webkit-appearance: none;
    padding-right: 1.5rem;
    background-position: right 0.1rem center;
}

    select:focus {
        background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"&gt;&lt;path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/&gt;&lt;/svg&gt;') no-repeat right #ddd;
        background-position: right 0.1rem center;
    }*/

button:disabled {
    background-color: #dddddd;
}

.p-5-noxs {
    padding: 3rem !important;
}

@media only screen and (max-width: 768px) {
    .p-5-noxs {
        padding: 1rem !important;
    }
}

/*.pswp img {
    max-width: none;
    object-fit: none!important;
}*/
.pswp__img--placeholder--blank {
    display: none !important;
}

.pswp--zoom-allowed .pswp__img {
    cursor: default !important
}

.pxp-sp-kd-item-value .fa,
.pxp-sp-kd-item-value .fas,
.pxp-sp-kd-item-value .fal {
    color: #909090;
}

/************** Cookies start **************/
.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 0.7rem 20rem !important;
    text-align: center;
}

.freeprivacypolicy-com---pc-overlay {
    background: rgba(0,0,0,0.75);
}

.freeprivacypolicy-com---palette-dark .cc-nb-okagree {
    color: #fff !important;
    background-color: #b40101 !important;
}

.freeprivacypolicy-com---palette-dark .cc-nb-reject {
    color: #fff !important;
    background-color: #b40101 !important;
}

.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
    background: #b40101 !important;
    color: #fff !important;
}

.freeprivacypolicy-com---nb .cc-nb-title {
    font-size: 18px !important;
    font-weight: 600;
}

.freeprivacypolicy-com---reset p {
    margin-top: 0;
    margin-bottom: 0.5rem !important;
}

.freeprivacypolicy-com---nb .cc-nb-text {
    font-size: 14px !important;
    margin: 0 0 0.5rem 0 !important;
}

.freeprivacypolicy-com---nb-simple {
    right: 0;
    top: auto;
    bottom: 0;
    left: auto;
    max-width: 100% !important;
    position: fixed;
    background: #474646 !important;
}

.freeprivacypolicy-com---palette-dark .cc-pc-container {
    background: #474646 !important;
    border: solid 1px #343342;
}

.freeprivacypolicy-com---palette-dark .cc-cp-body {
    background: #474646 !important;
    color: #f5f5f5;
}
/*.freeprivacypolicy-com---palette-dark .cc-cp-body-content {
    background: #474646 !important;
    color: #f5f5f5;
}*/
/*.freeprivacypolicy-com---palette-dark .cc-pc-head-title {
    background-image: url(../images/logo.svg) !important;
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: 15px 10px;
}*/
.freeprivacypolicy-com---palette-dark .cc-pc-head-title-text {
    color: #b40101;
    font-weight: 500;
    /*display: none;*/
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.freeprivacypolicy-com---pc-dialog .cc-pc-head-title-headline {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0px;
}

.freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-title {
    font-size: 18px;
    font-weight: 600;
}

.freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-text {
    font-size: 14px;
    line-height: 1.35;
}

.freeprivacypolicy-com---palette-dark .cc-pc-head {
    background: #474646 !important;
    color: #fff;
    border-bottom: 1px solid #111;
}

.freeprivacypolicy-com---palette-dark .cc-cp-foot {
    background: #474646 !important;
    border-top-color: #111;
}

.freeprivacypolicy-com---reset select, .freeprivacypolicy-com---reset optgroup, .freeprivacypolicy-com---reset textarea {
    font-size: 14px;
    line-height: inherit;
}

.freeprivacypolicy-com---palette-dark .cc-pc-head-lang select:focus {
    /*box-shadow: 0 0 0 2px #fff!important;*/
    box-shadow: 0 0 0 1px #fff !important;
}

@media screen and (max-width: 600px) {
    .freeprivacypolicy-com---nb .cc-nb-main-container {
        padding: 1rem !important;
        text-align: center;
    }

    .freeprivacypolicy-com---nb-simple {
        max-width: 100% !important;
        right: 0;
        top: auto;
        bottom: 0;
        left: auto;
        position: fixed;
    }
}

/************** Cookies end **************/

.container-photos {
    height: 250px;
    background-color: #000;
}

    .container-photos img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: 50% 50%;
    }

.has_one_column .container-photos {
    height: 180px;
    background-color: #000;
}

    .has_one_column .container-photos img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        object-position: 50% 50%;
    }

.geodir-category-location {
    font-size: 18px;
    float: left;
    text-align: left;
}

    .geodir-category-location i {
        padding-right: 4px;
    }

/*.has_one_column .geodir-category-location {
     display: none;
}

.geodir-category-location-one {
    display: none;
}

.has_one_column .geodir-category-location-one {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 20px;
}*/
.gotobottom {
    position: absolute;
    bottom: 15px;
}

.container-photos-in {
    height: 480px;
    background-color: #666;
}

    .container-photos-in img {
        width: 100%;
        height: 480px;
        object-fit: cover;
        object-position: 50% 50%;
    }

.container-photos-inthumb {
    height: 110px;
    background-color: #666;
}

    .container-photos-inthumb img {
        width: 100%;
        height: 110px;
        object-fit: cover;
        object-position: 50% 50%;
    }

@media only screen and (max-width: 564px) {
    .container-photos-in {
        height: 380px;
        background-color: #666;
    }

        .container-photos-in img {
            width: 100%;
            height: 380px;
            object-fit: cover;
            object-position: 50% 50%;
        }

    .container-photos-inthumb {
        height: 80px;
        background-color: #666;
    }

        .container-photos-inthumb img {
            width: 100%;
            height: 80px;
            object-fit: cover;
            object-position: 50% 50%;
        }
}

.geodir-category-content h3 {
    text-align: left;
    padding: 0 0 7px 0;
    font-weight: 600;
    font-size: 16px;
}

@media only screen and (max-height: 800px) {
    .geodir-category-content h3 {
        text-align: left;
        padding: 0 0 7px 0;
        font-weight: 600;
        font-size: 15px;
    }
}

.langright {
    position: relative;
    right: 20px;
    top: 15px;
    float: right;
}

.nice-select.langicon {
    padding-left: 30px;
}

.langicon:before {
    position: absolute;
    display: block;
    top: 0;
    left: 8px;
    /*color: #6d797a;*/
    color: #787c86;
    font-family: "Font Awesome 6 Pro";
    content: '\f0ac';
    font-size: 14px;
    font-weight: 300;
}

.infoboxred {
    background: #b40101;
    padding: 3px 6px;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    display: block;
}

    .infoboxred i {
        margin-right: 5px;
    }

.infoboxblack {
    background: #343342;
    padding: 3px 6px;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

    .infoboxblack i {
        margin-right: 5px;
        opacity: 0.65;
    }

#homeradar-map {
    height: 340px;
    border: none;
}

.iconleft {
    font-size: 30px;
    float: left;
    position: relative;
    top: 0;
    color: #b40101;
    width: 36px;
    text-align: center !important;
}

    .iconleft i {
        text-align: center;
    }

.textright {
    margin-top: 0px;
    margin-left: 46px;
}

.columns2 {
    column-count: 2;
    column-gap: 30px;
}

@media (max-width: 768px) {
    .columns2 {
        column-count: 1;
        column-gap: 0;
    }
}

/************** Print Property Page start **************/

@media print {

    body {
        background-color: #fff;
    }

    @page {
        size: auto; /* auto is the initial value */
        margin: 20mm 20mm 20mm 20mm;
    }

    #wrapper {
        padding-top: 0;
    }

    /*h1, h2, h3, h4, h5, div[class^="list-"] {*/
    h1, h2, h3, h4, h5,
    div[class^="list-single-main-item"] {
        page-break-inside: avoid;
    }

    .list-single-header-item.no-bg-list_sh h1 {
        font-size: 20px;
    }

    .main-header,
    .main-footer,
    .inline-facts-wrap,
    #overlay {
        display: none !important;
    }

    div[class^="mt-"],
    div[class^="mb-"] {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .list-single-main-container {
        border-radius: 6px;
        overflow: hidden;
        background: #fff;
        border: none;
    }

    .content {
        padding-top: 0 !important;
    }

    /*.columns2 {
        column-count: 1;
        column-gap: 0;
    }*/

    #homeradar-map {
        height: 340px;
        border: none;
    }

    .leaflet-right {
        left: 0;
    }

        .leaflet-right .leaflet-control {
            float: left !important;
        }

    .printpage table {
        max-width: auto;
        width: 100%;
        min-width: 2rem;
        border: solid #fff;
    }

    .printpage th, td {
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border: 12px solid #fff;
        padding: 0.1rem;
        text-align: center;
        max-width: 3rem;
        min-width: 0rem;
        cursor: pointer;
    }

    /*.printpage table img {
        max-height: 200px;
    }*/

    .imgowl1 {
        height: 120px;
    }

        .imgowl1 img {
            width: 100%;
            height: 120px;
            object-fit: cover;
            object-position: 50% 50%;
        }

    /*.imgowl1 {
        position: relative;
        background-color: #fff;
        width: auto;
        height: 240px;
        overflow: hidden;
        z-index: 1;
    }

        .imgowl1 img {
            position: absolute;
            left: -1000%;
            right: -1000%;
            top: -1000%;
            bottom: -1000%;
            margin: auto;
            opacity: 1;
            height: 100%;
            width: 100%;
            object-fit: contain;
        }*/

    /*.content {
        margin-top: 30px;        
    }*/
    .list-single-main-wrapper {
        padding-left: 0;
        margin-top: -50px;
        border-top: solid 1px #ddd;
    }
}

/*************** Print Property Page end ***************/

.ts-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99 !important;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: 0.25rem 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    border-radius: 0 0 3px 3px;
}

.g-recaptcha,
#error-captcha {
    float: left;
    display: inline-block;
}

.video-container-kw {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container-kw iframe,
    .video-container-kw object,
    .video-container-kw embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'mobile';
        display: none;
    }

    .cd-horizontal-timeline.loaded {
        /* show the timeline after events position has been set (using JavaScript) */
        opacity: 1;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 100px;
        width: 90%;
        max-width: 1600px;
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden;
    }

        .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
            /* these are used to create a shadow effect at the sides of the timeline */
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px;
        }

        .cd-horizontal-timeline .events-wrapper::before {
            left: 0;
            background-image: -webkit-linear-gradient( left, #F5F7FB, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to right, #F5F7FB, rgba(248, 248, 248, 0));
        }

        .cd-horizontal-timeline .events-wrapper::after {
            right: 0;
            background-image: -webkit-linear-gradient( right, #f8f8f8, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
        }

    .cd-horizontal-timeline .events {
        /* this is the grey line/timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 49px;
        height: 2px;
        /* width will be set using JavaScript */
        background: #dfdfdf;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .cd-horizontal-timeline .filling-line {
        /* this is used to create the green line filling the timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #b40101;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .cd-horizontal-timeline .events a {
        position: absolute;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 1.3rem;
        padding-bottom: 25px;
        color: #383838;
        /* fix bug on Safari - text flickering while timeline translates */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

        .cd-horizontal-timeline .events a::after {
            /* this is used to create the event spot */
            content: 'kw';
            position: absolute;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -15px;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            border: 2px solid #dfdfdf;
            background-color: #f8f8f8;
            -webkit-transition: background-color 0.3s, border-color 0.3s;
            -moz-transition: background-color 0.3s, border-color 0.3s;
            transition: background-color 0.3s, border-color 0.3s;
            color: #b40101;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            line-height: 30px;
            letter-spacing: -1px;
        }

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #b40101;
    border-color: #b40101;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    color: #b40101;
}

    .cd-horizontal-timeline .events a.selected::after {
        color: #fff;
    }

    .cd-horizontal-timeline .events a.selected::after {
        background-color: #b40101;
        border-color: #b40101;
    }

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #b40101;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 0 auto;
    }

        .cd-horizontal-timeline::before {
            /* never visible - this is used in jQuery to check the current MQ */
            content: 'desktop';
        }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .cd-timeline-navigation a::after {
        /* arrow icon */
        content: '';
        position: absolute;
        height: 16px;
        width: 16px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(../images/cd-arrow.svg) no-repeat 0 0;
    }

    .cd-timeline-navigation a.prev {
        left: 0;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .cd-timeline-navigation a.next {
        right: 0;
    }

.no-touch .cd-timeline-navigation a:hover {
    border-color: #b40101;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

    .cd-timeline-navigation a.inactive::after {
        background-position: 0 -16px;
    }

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

    .cd-horizontal-timeline .events-content li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0 5%;
        opacity: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

        .cd-horizontal-timeline .events-content li.selected {
            /* visible event content */
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
            -webkit-animation-name: cd-enter-right;
            -moz-animation-name: cd-enter-right;
            animation-name: cd-enter-right;
        }

        .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-name: cd-enter-left;
            -moz-animation-name: cd-enter-left;
            animation-name: cd-enter-left;
        }

        .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse;
        }

        .cd-horizontal-timeline .events-content li &gt; * {
            max-width: 1600px;
            margin: 0 auto;
        }

    .cd-horizontal-timeline .events-content i {
        font-weight: bold;
        font-size: 2rem;
        line-height: 1.2;
        color: #b40101;
    }

    .cd-horizontal-timeline .events-content h2 {
        font-weight: bold;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.2;
        color: #b40101;
    }

    .cd-horizontal-timeline .events-content em {
        display: block;
        font-style: italic;
        margin: 10px auto;
    }

        .cd-horizontal-timeline .events-content em::before {
            content: '- ';
        }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.4rem;
        color: #959595;
    }

    .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
        line-height: 1.6;
    }

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 2.4rem;
    }

    .cd-horizontal-timeline .events-content h3 {
        font-size: 1.4rem;
    }

    .cd-horizontal-timeline .events-content em {
        font-size: 1rem;
    }

    .cd-horizontal-timeline .events-content p {
        font-size: .8rem;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.timeline-title {
    text-align: center;
}

    .timeline-title h2 {
        color: #343342;
        font-size: 26px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 40px;
    }

/******************/

@keyframes chartjs-render-animation {
    from {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

    .chartjs-size-monitor-expand &gt; div {
        position: absolute;
        width: 1000000px;
        height: 1000000px;
        left: 0;
        top: 0
    }

    .chartjs-size-monitor-shrink &gt; div {
        position: absolute;
        width: 200%;
        height: 200%;
        left: 0;
        top: 0
    }

/***********************/

.tabs {
    width: 100%;
    /*max-width: 1600px;*/
    margin: 0 auto;
}

.tabs__navigation {
    display: flex;
    border-bottom: 1px solid #c8c8c8;
    background-color: #fff;
    justify-content: center;
}

    .tabs__navigation:hover .tool-tabs__tab.active {
        color: #000;
        font-weight: 400;
        /*background-color: #c8c8c8;*/
    }

        .tabs__navigation:hover .tool-tabs__tab.active:after {
            width: 0;
        }

    .tabs__navigation:hover .tool-tabs__tab:hover.active {
        color: #000;
        font-weight: 500;
    }

        .tabs__navigation:hover .tool-tabs__tab:hover.active:after {
            width: 100%;
        }

.tabs__btn {
    position: relative;
    flex: 0 1 50%;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    background-color: transparent;
    font-size: 24px;
    line-height: 30px;
    /*line-height: 120%;*/
    color: #c8c8c8;
    transition: color 0.2s;
    cursor: pointer;
    max-width: 20%;
}

    .tabs__btn.active {
        color: #b40101;
        font-weight: 400;
        /*background-color: #c8c8c8;*/
    }

    .tabs__btn:hover {
        color: #343342;
        font-weight: 500;
    }

        .tabs__btn:hover.active {
            /*color: red;*/
            font-weight: 500;
        }

.tabs__content {
    margin-top: 15px;
    text-align: center;
}

.tabs__body {
    display: none;
    font-size: 18px;
}

    .tabs__body.active {
        display: block;
    }


.tabs__btn:first-child.active ~ .Tabs__presentation-slider {
    transform: translateX(30%) scaleX(0.20);
}

.tabs__btn:nth-child(2).active ~ .Tabs__presentation-slider {
    transform: translateX(50%) scaleX(0.20);
}

.Tabs__presentation-slider {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #b40101;
    transform-origin: 0 0;
    transition: transform .25s;
}

@media only screen and (max-width: 768px) {
    .tabs__btn {
        position: relative;
        flex: 0 1 50%;
        padding-top: 15px;
        padding-bottom: 15px;
        border: none;
        background-color: transparent;
        font-size: 18px;
        line-height: 30px;
        color: #c8c8c8;
        transition: color 0.2s;
        cursor: pointer;
        max-width: 50%;
    }

        .tabs__btn:first-child.active ~ .Tabs__presentation-slider {
            transform: translateX(0) scaleX(0.50);
        }

        .tabs__btn:nth-child(2).active ~ .Tabs__presentation-slider {
            transform: translateX(50%) scaleX(0.520);
        }
}

/***********************/

.text-left {
    text-align: left !important;
}

.headerkw {
    display: none;
}

.bodykw {
    display: block;
    box-sizing: border-box;
}

@media only screen and (max-width: 1063px) {
    .bodykw {
        display: none;
        box-sizing: border-box;
    }

    .headerkw {
        display: block;
        padding: 13px 0;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        margin-bottom: 20px;
        text-align: center;
    }
}

/*.cross-icon {
    position: absolute;
    right: 30px;
    transition: all 0.5s ease-in;
    opacity: 0.8;
}

    .cross-icon::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 10px;
        background-color: white;
    }

    .cross-icon::before {
        content: "";
        position: absolute;
        height: 20px;
        width: 3px;
        border-radius: 10px;
        background-color: white;
        left: 8px;
        bottom: -12px;
        transition: all 0.5s ease-in;
    }

.active.cross-icon::before {
    transform: rotate(90deg);
}*/


.Guide__banner {
    color: #fff;
    background: #343342;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .Guide__banner .Guide__outerContainer {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        opacity: 0.2;
    }

        .Guide__banner .Guide__outerContainer img {
            top: -75%;
            position: absolute;
            left: 0;
            width: 100%;
        }

    .Guide__banner .Guide__banner__content .Guide__banner__header {
        font-size: 56px;
        color: #fafafa;
    }

    .Guide__banner .Guide__banner__content .Guide__banner__subheader {
        font-size: 18px;
        color: #fafafa;
        margin: 20px 0 40px;
    }

    .Guide__banner .Guide__banner__content .KWButton.Guide__find_agent {
        color: #fff;
        background-image: linear-gradient(to right, #68d0cb, #1ca1d4);
        border: 0;
        font-size: 16px;
        padding: 15px 30px;
        height: auto;
    }

.Guide__steps {
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .Guide__steps {
        width: 100%;
    }
}

.Guide__steps .Guide__steps__step_wrapper {
    border-left: 2px solid #dedede;
    position: relative;
    padding-bottom: 70px;
    padding-left: 70px;
    display: flex;
    flex-direction: row;
}

    .Guide__steps .Guide__steps__step_wrapper:last-of-type {
        border-left: none;
    }

@media (max-width: 767px) {
    .Guide__steps .Guide__steps__step_wrapper {
        flex-direction: column;
    }
}

@media (max-width: 359px) {
    .Guide__steps .Guide__steps__step_wrapper {
        padding-left: 40px;
    }
}

.Guide__steps .Guide__steps__step_wrapper .GuideStep__checkbox.GuideStep__circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(to bottom right, #68d0cb, #1ca1d4);
    position: absolute;
    left: 0;
    transform: translateX(-50%);
}

.Guide__steps .Guide__steps__step_wrapper .GuideStep {
    flex: 1;
    text-align: left;
}

.Guide__steps .Guide__steps__step_wrapper .GuideInstructionSet {
    flex: 1;
}

.GuideStep {
    padding-right: 30px;
}

@media (max-width: 767px) {
    .GuideStep {
        margin-bottom: 30px;
        padding-right: 0;
    }
}

.GuideStep .GuideStep__container {
    width: 100%;
}

    .GuideStep .GuideStep__container .GuideStep__title {
        color: #343342;
        font-weight: 400;
        margin-top: 4px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .GuideStep .GuideStep__container .GuideStep__description {
        font-size: 16px;
        color: #6d797a;
    }

.GuideInstructionSet__wrapper {
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    background: #F5F7FB;
}

    .GuideInstructionSet__wrapper:last-of-type {
        border: 0;
    }

    .GuideInstructionSet__wrapper .GuideInstructionSet__bar {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }

        .GuideInstructionSet__wrapper .GuideInstructionSet__bar .Guide__instruction__title-text {
            font-weight: 600;
        }

        .GuideInstructionSet__wrapper .GuideInstructionSet__bar .icon:before {
            line-height: 24px;
            font-size: 20px;
            color: #1ca1d4;
        }

    .GuideInstructionSet__wrapper .Guide_instruction__content .Guide__instruction__description {
        font-size: 16px;
        color: #6d797a;
    }

    .GuideInstructionSet__wrapper .Guide_instruction__content ul {
        color: #6d797a;
        font-size: 16px;
        margin: 15px 0;
    }

    .GuideInstructionSet__wrapper .Guide_instruction__content .Guide__instruction__footer {
        font-weight: 600;
        font-size: 16px;
        color: #6d797a;
    }

.GuideRoute__wrapper {
    background-color: #fafafa;
}

    .GuideRoute__wrapper .GuideRoute__tabs {
        background: #fff;
    }

    .GuideRoute__wrapper div.GuideRoute__tab {
        background-color: #fff;
        padding: 20px 64px;
        max-width: 33%;
    }

        .GuideRoute__wrapper div.GuideRoute__tab .KWTabs__text {
            font-size: 26px;
        }

.GuideRoute__container {
    padding: 30px 16px 0;
}

    .GuideRoute__container .GuideRoute__description {
        max-width: 600px;
        margin: 0 auto 80px;
        text-align: center;
    }

    .GuideRoute__container .GuideRoute__description__header {
        font-size: 21px;
        color: #343342;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .GuideRoute__container .GuideRoute__description_text {
        color: #6d797a;
        font-size: 18px;
    }

.accordionlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordionlist li {
    line-height: 1.5;
    text-indent: -30px;
    padding: 2px 0 2px 30px;
    text-align: left;
    font-size: 15px;
    color: #3b4249
}

    .accordionlist li:last-child {
        padding-bottom: 10px;
    }

    .accordionlist li:before {
        float: left;
        display: block;
        /*content: '\2605';*/
        content: '\f101';
        font-family: FontAwesome;
        color: #b40101;
        margin: 0 30px 0 0;
    }

.requiredfield {
    color: red;
    font-size: 0.9rem;
    text-align: left !important;
}

#interested-form,
#email-form {
    text-align: left;
}

.resultspadding {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 1063px) {
    .resultspadding {
        padding-left: 10px;
        padding-right: 10px;
    }
}</pre></body></html>