body {
    background: #FFF;
    padding: 0px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
#container {
    background: #002A3D;
    width: 100%;
    height: 100%;
    position: relative;
}
#bg-hex {
    position: fixed;
    top: 50%;
    right: -5vw;
    transform: translateY(-50%);
    height: 150vh;
    max-height: 80vh;
    width: auto;
}
@media (max-width: 992px) {
    #bg-hex {
        top: 50%;
        transform: translate(30%,-60%);
        right: 0;
        opacity: 0.3;
        max-height: 50vh;
    }
}
#bg-hex polygon {
    transform-origin: 30px 30px;
}
#bg-hex .st0{fill:url(#SVGID_1_);}
#bg-hex .st1{fill:url(#SVGID_00000121276320763234684160000016016995762319779507_);}
#bg-hex .st2{fill:#014767;}
#bg-hex .st3{fill:url(#SVGID_00000088830440909433338450000001998627759455358359_);}
#bg-hex .st4{fill:url(#SVGID_00000049201053605390987350000008809260928135479200_);}
#bg-hex .st5{fill:url(#SVGID_00000159450942082487259980000001741963962748481677_);}
#bg-hex .st6{fill:url(#SVGID_00000034792903971998298960000015336712987932957578_);}
#bg-hex .st7{fill:url(#SVGID_00000007410450938777399190000007955806239114593978_);}
#bg-hex .st8{fill:url(#SVGID_00000000929398605674550960000017280172800835771549_);}
#bg-hex .st9{fill:url(#SVGID_00000142154738938915057340000009236521350968469410_);}
@media (max-width: 768px) {
    #container {
        min-height: 550px;
    }
}
#logo {
    position: absolute;
    top: 90px;
    left: 90px;
    width: 250px;
    height: auto;
}
@media (max-width: 992px) {
    #logo {
        width: 250px;
        top: 40px;
        left: 40px;
    }
}
#contact {
    position: absolute;
    left: 90px;
    bottom: 90px;
}
.success {
    color: #53b898;
    margin-bottom: 10px;
}
.success:not(.active) {
    opacity: 0;
}
@media (max-width: 992px) {
    #contact {
        left: 40px;
        bottom: 40px;
        max-width: 100vw;
    }
}
#contact h1 {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    border-bottom: 1px solid #014767;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#contact a {
    display: block;
    color: #FFF;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 0.25s ease;
}
#contact a:hover {
    color: #e99b7d;
}
#contact a i {
    color: #68c0d5;
    margin-right: 10px;
    transition: all 0.25s ease;
}
#contact a:hover i {
    margin-right: 8px;
}
#form {
    padding-top: 50px;
}
#form .iIDDUy {
    background: none !important;
    padding: 0 !important;
}
#form .efTFaG {
    background-color: #53b898;
    border-radius:3px;   
    color: #002a3d;
    font-weight: 600;
}
#form label {
    color: #FFF;
}