@charset "utf-8";
/* CSS Document */

#map-canvas {
     /*height: 100%;
     margin: 0px;
     padding: 0px*/
	 position: absolute;
	 margin: 80px 0px 1px;
	 left: 300px;
	 width: 100%;
 }
 
.triangle-right {
	/*width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-left: 1250px solid #555;
	border-bottom: 25px solid transparent;*/
	border-left: 620px solid cyan;
    border-right: 920px solid transparent;
    border-bottom: 320px solid transparent;
    border-top: 820px solid blue;
	top: 0;
	position: absolute;
}

.triangle-element {
    /*width: 950px;
    height: 950px;*/
	width: 900px;
    height: 900px;
    overflow: hidden;
    /*position: relative;
	margin: 10px;*/
	position: absolute;
	top: 0;
	left:0;	
}


.triangle-element1 {
    width: 100%;
    height: 900px;
    /*background: green;*/
	background-color: #10385B;
    clip-path: polygon(0 0, 100% 0, 100% 15%, 0% 100%);
	position: absolute;
	top: 0;
	left:0;	
}

.triangle-element:after {
    content: '';
    background: green;
    /*width: 142%;
    height: 142%;*/
	width: 142%;
    height: 142%;
    position: absolute;
    /*transform: rotate(45deg) translate(-71%,0);*/
	transform: rotate(45deg) translate(-71%,0);
}
 
 [data-mesh-id=comp-lthdaxu42inlineContent-gridContainer] > [id="comp-lthe7gsj"]{position:relative;margin:-50px 0px 1px calc((100% - 980px) * 0.5);left:80px;}
 #comp-lthe7gsj{width:1128px;height:559px;}

