<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container{
    padding-top: 54px;
}

.contact-holder{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    width: 100%;
    max-width: 1286px;
}

.contbox{
    display: flex;
    flex-direction: row;
    border: 3px solid #f3f3f0;
}

.map{
    height: 274px;
}

iframe{
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
}

.contbox:first-child, .contbox:nth-child(3){
    margin-right: 15px;
}

.contbox:nth-child(2), .map{
    margin-left: 15px;
}

.contbox:first-child, .contbox:nth-child(2){
    margin-bottom: 30px;
}

.data{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    width: 70%;
}

.data strong{
    font-size: 21px;
    font-weight: bold;
    margin: 0px 0px 8px;
}

.data p:last-of-type, ul{
    margin-bottom: 10px;
}

.data ul{
    font-size: 20px;
    line-height: 135%;
}

.rightside{
    width: 30%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9;
    clip-path: polygon(32px 0, 100% 0%, 100% 100%, 40px 100%, 0 32%);
}

.rightside i{
    font-size: 60px;
    margin-left: 15px;
}

/* ERROR */

.footer-menu{
	margin-bottom: 0px;
}

/* MENU ITEM COLOR-CHANGE */

@media (max-width: 768px){
    .contact-holder{
        display: flex;
        flex-direction: column;
    }
    
    .contbox{
        width: 100%;
        margin-bottom: 30px;
    }

    .map{
        width: 100%;
        height: 400px;
    }
    
    .contbox:first-child, .contbox:nth-child(3){
        margin-right: 0px;
    }

    .contbox:nth-child(2), .map{
        margin-left: 0px;
    }
}

@media (max-width: 1024px){
    .navbar-links li:nth-child(5) a{
        background-color: #ffcc00;
    }
}

























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