.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none;
    visibility: hidden;
}
.visible-phone {
    display: none !important;
}
.visible-tablet {
    display: none !important;
}
.hidden-desktop {
    display: none !important;
}
@media(max-width:767px) {
    .visible-phone {
        display: inherit !important;
    }
    
    .hidden-phone {
        display: none !important;
    }
    
    .hidden-desktop {
        display: inherit !important;
    }
    
    .visible-desktop {
        display: none !important;
    }
}
@media(min-width:768px) and (max-width:1139px) {
    .visible-tablet {
        display: inherit !important;
    }
    
    .hidden-tablet {
        display: none !important;
    }
    
    .hidden-desktop {
        display: inherit !important;
    }
    
    .visible-desktop {
        display: none !important;
    }
    
    img {}
}

.rect {
    display: none;
    opacity: 0;
    z-index: 2;
}
text.pow-t {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
text.pow-r {
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}
text.pow-s {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

text.pow-i {
    color: #fff;
    display: none;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic
}
text {
    color: #fff;
    display: none;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: italic;
}
.circle:hover .rect {
    display: block;
    opacity: .7;
}
.circle:hover text {
    display: block;
    opacity: 1;
}

.circle-1.animate {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -moz-animation-delay: .2s;
}

.hero-text {
    display: none;
}

.svg-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}
.svg-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}
.svg-content image {
    width: 100%
}

@media(max-width:1199px) {
  
    .svglink img {
        display: none;
    }
  }
    @media(max-width:849px) {
        .hero-text {
            top: 13%;
            font-size: 4.5vw;
        }
        #popup-close {
            right: 0;
            top: 0;
        }
        .hero-text {
            top: 11%;
            width: 76%;
            margin-left: -38%
        }

}