<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

a {
    text-decoration: none;
}

.animationContainer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    width: 100%;
    position: relative;
}
.animationInner{
    width: 90%;
    height: 80%;
    border: 1px solid lightgrey;
    background: #e8f6fe;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#map{
    position: absolute;
    width: 100%;
    height: 100%;
}

#svg{
    position: absolute;
    top: -50%;
    left: 7%;
    width: 100%;
    -webkit-transform: translate(-50px,-50px);
        -ms-transform: translate(-50px,-50px);
            transform: translate(-50px,-50px);
}
.buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    bottom: 25px;
    right: 50px;
    z-index: 99999;
}
.buttons button{
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    background: #fff;
    border: none;
    -webkit-box-shadow: 0px 0px 4px 0px #0000006b;
            box-shadow: 0px 0px 4px 0px #0000006b;
    cursor: pointer;
}
.buttons :nth-child(1) svg{
    width: 50%;
}
.buttons :nth-child(2) svg{
    width: 70%;
}
.buttons :nth-child(3) svg{
    width: 70%;
}
.backBtn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 25px;
    left: 50px;
    z-index: 99999;
}
.backBtn{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99999;
}

#back{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: black;
    border: none;
    padding: 5px 11px;
    cursor: pointer;
}

#back h6{
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    color: #f5f4f4;
    padding: 3px 8px;
    font-weight: 600;
}

#back:hover h6, #back:hover svg {
    color: #cba07c;
    fill: #cba07c;
}


#back svg{
    fill:#f5f4f4;

}

  /* model styling */

  #modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
#modalOverlay .modalPopup {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 40%;
    padding: 0 0 30px;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
}
#modalOverlay .modalContent {
    padding: 0 2em;
    text-align: center;
}
#modalOverlay .headerBar {
    width: 100%;
    background: #aad4e8;
    margin: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 8px 0px;
    font-weight: 800;
    color: #211d1d;
}

#modalOverlay h1 {
margin-bottom: .2em;
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
text-transform: capitalize;
}

#modalOverlay p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    padding: 20px 0px;
}

#modalOverlay p a {
    color: #cba07c;
}

#modalOverlay .buttonStyle {
border: transparent;
border-radius: 0;
background: #000000;
color: #eee;
cursor: pointer;
font-weight: bold;
font-size: 14px;
padding: 8px 25px;
text-decoration: none;
}
#modalOverlay .buttonStyle:hover {
color: #cba07c;
}

@media only screen and (max-width: 1400px) {
    #svg{
        position: absolute;
        top: -26%;
        left: 7%;
        width: 100%;
    }
  }



@media only screen and (max-width: 800px) {
    #modalOverlay .modalPopup {
        width: 80%;
    }

    .animationContainer{
        height: 100vh;
        max-height: -webkit-fill-available;
    }

    .animationInner {
        width: 100%;
        height: 100%;
    }
    .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        position: absolute;
        bottom: 6px;
        right: 30px;
        z-index: 99999;
    }
    .buttons button {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
        background: #fff;
        border: none;
        -webkit-box-shadow: 0px 0px 4px 0px #0000006b;
                box-shadow: 0px 0px 4px 0px #0000006b;
        cursor: pointer;
        margin-left: 32px;
    }
    #svg{
        position: absolute;
        top: 26%;
        left: 5%;
        width: 100%;
        -webkit-transform:scale(3) translate(-50px,-50px);
            -ms-transform:scale(3) translate(-50px,-50px);
                transform:scale(3) translate(-50px,-50px);
    }
  }

  @media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    #svg {
        position: absolute;
        top: 18%;
        left: 0%;
        width: 100%;
        -webkit-transform: translate(-50px,-50px);
        -ms-transform: translate(-50px,-50px);
        transform: translate(-50px,-50px);
    }

  }
</pre></body></html>