body {
    word-break: normal;
}

/** Slider Styles **/
.gp-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    background-size: cover;
    background-position: center center;
}

.gp-slide .gp-container {
    width: 1360px;
    margin: 0 auto;
}

.gp-slide-title {
    color: #fff;
    font-size: 45px;
}

.gp-slide-btn {
    display: inline-block;
    padding: 13px 28px;
    background: #B5DC10;
    color: #fff !important;
    border-radius: 5px;
    margin: 15px 0;
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.gp-slide-btn:hover {
    background-color: #A5C811;
    color: #fff;
}

.gp-arrows {
    margin-top: 20px;
}

.gp-arrows .eicon-angle-left,
.gp-arrows .eicon-angle-right {
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    width: 12px;
}

@media only screen and (max-width: 768px) {
    .gp-slide .gp-container {
        width: 100%;
    }
}

@media only screen and (max-width: 560px) {
    .gp-slide .gp-slide-content {
        text-align: center;
    }

    .gp-slide .gp-slide-btn {
        padding: 4px 14px;
        font-size: 15px;
    }

    .gp-arrows {
        display: none;
    }
}

/** GP Logo **/
.gp-logo {
    text-align: center;
}

.gp-logo .gp-logo-details {
    margin-top: 30px;
    font-family: "Roboto";
    font-size: 18px;
}

.gp-logo .gp-logo-details a {
    color: #000;
}

.gp-logo-section .elementor-widget-gp-logo-widget:hover .gp-logo-details a {
    color: #fff;
}

/** Team Styles **/
.gp-teams {
    display: flex;
    flex-wrap: wrap;
    margin: -22px -10px;
}

.gp-teams .team-wrap {
    width: 33.33%;
    padding: 23px 10px;
}

.gp-teams .team-image {
    position: relative;
    margin: 0;
    line-height: 0;
}

.gp-teams .linkedin-icon {
    display: inline-block;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: 20px;
}

.gp-teams .team-content {
    text-align: center;
    padding: 30px 20px 0 20px;
}

.gp-teams .team-name {
    margin: 0;
    margin-bottom: 4px;
}

.gp-teams .team-designation {
    color: #0079C1;
    display: inline-block;
    margin-bottom: 30px;
}

.gp-teams .team-details {
    word-break: normal;
}

@media only screen and (max-width: 768px) {
    .gp-teams .team-wrap {
        width: 50%;
    }
}

@media only screen and (max-width: 560px) {
    .gp-teams {
        margin: 0;
    }

    .gp-teams .team-wrap {
        width: 100%;
        padding: 0;
    }

    .gp-teams .team-wrap:not(:last-child) {
        margin-bottom: 5px;
    }
}

/** Accordion Styles **/
.gp-accordion .ac-wrap {
    padding: 18px 28px;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
}

.gp-accordion .ac-wrap.active {
    box-shadow: 0px 0px 9px rgb(149 157 165 / 10%);
    -webkit-box-shadow: 0px 0px 9px rgb(149 157 165 / 10%);
    -moz-box-shadow: 0px 0px 9px rgb(149 157 165 / 10%);
    border-color: #fff;
}

.gp-accordion .ac-wrap .ac-title {
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto";
    font-size: 22px;
}

.gp-accordion .ac-wrap .ac-title span:first-child {
    display: inline-block;
    width: 95%;
}

.gp-accordion .ac-wrap .ac-title .ac-caret {
    background-image: url(../images/caret-down.png);
    width: 18px;
    height: 18px;
    display: inline-block;
    transition: all .3s ease;
}

.gp-accordion .ac-wrap.active .ac-title .ac-caret {
    background-image: url(../images/caret-up.png);
}

.gp-accordion .ac-wrap .ac-content {
    margin-top: 20px;
    display: none;
}

.gp-accordion .ac-wrap .ac-content .ac-inner-content {
    margin-top: 20px;
}

.gp-accordion .ac-wrap .ac-content:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
}

.gp-accordion .ac-wrap.active .ac-content {
    display: block;
}

.gp-accordion .ac-wrap .ac-content p {
    margin: 0;
}

.gp-accordion .ac-wrap:not(:last-child) {
    margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    .gp-accordion .ac-wrap .ac-title {
        font-size: 18px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 560px) {
    .gp-accordion .ac-wrap .ac-title {
        font-size: 16px;
    }
}

/** Products **/
/** Team Styles **/
.gp-products {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px;
}

.gp-products .product-wrap {
    width: 33.33%;
    padding: 15px 7px;
}

.gp-products .product-inwrap {
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    overflow: hidden;
}

.gp-products .product-image {
    position: relative;
    margin: 0;
    line-height: 0;
}

.gp-products .product-content {
    padding: 30px 50px;
}

.gp-products .product-name {
    margin: 0;
    margin-bottom: 15px;
}

.gp-products .product-details ul {
    margin: 0 0 20px 20px;
}

.gp-products .product-details p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .gp-products .product-wrap {
        width: 50%;
    }
}

@media only screen and (max-width: 560px) {
    .gp-products {
        margin: 0;
    }

    .gp-products .product-wrap {
        width: 100%;
        padding: 0;
    }

    .gp-products .product-wrap:not(:last-child) {
        margin-bottom: 30px;
    }
}

/** GP Map **/
.gp-map {
    text-align: center;
}

.gp-map .svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.gp-map .svg-container .svg-content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.gp-map svg path {
    cursor: pointer;
    transition: all .3s ease;
}

.gp-map svg path:hover {
    fill: #c6c6c6;
}

.gp-map-details {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 90%);
    display: none;
    align-items: center;
    justify-content: center;
}

.gp-map-details.active {
    display: flex;
}

.gp-map-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: none;
    transition: all 2s ease;
}

.gp-map-details ul.show {
    display: block;
}

.gp-map-details a {
    color: #fff;
    transition: all .3s ease;
}

.gp-map-details a:hover {
    color: #4676b8;
}

span.eicon-editor-close {
    background: #d32e2e;
    color: #fff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    line-height: 22px;
    position: absolute;
    top: 50px;
    right: 50px;
    text-align: center;
    cursor: pointer;
}

.footer-widget-3 a,
.footer-widget-4 a {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 21px;
}

.gp-munich-section .elementor-widget-container p:last-child {
    margin-bottom: 0;
}

.gp-team-block .elementor-widget-text-editor .elementor-widget-container {
    margin: 0 0 50px !important;
}

.gp-team-block .elementor-heading-title {
    line-height: 51px;
}