/*!
   Theme Name: gpipeline
   Version: 1.0.0
   Author: Faige Selevam
   Author URI: https://faigeselevan.com/
 */

.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}
@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}
.wrapper>main {
    flex: 1 1 auto
}
.wrapper>* {
    min-width: 0
}

.menu {
    -webkit-column-gap: clamp(.625rem,.3392857143rem + 1.4285714286vw,1.625rem);
    -moz-column-gap: clamp(.625rem,.3392857143rem + 1.4285714286vw,1.625rem);
    column-gap: clamp(.625rem,.3392857143rem + 1.4285714286vw,1.625rem);
    justify-content: flex-end
}
.menu li>a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: clamp(.75rem,.6964285714rem + .2678571429vw,.9375rem);
    color: #fff;
    padding: 0
}
.menu li>a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width .3s ease-in-out
}
.menu li>a:hover::before {
    width: 100%
}
.mobile-menu {
    position: fixed;
    top: -1000%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding-top: 8.75rem;
    background-color: rgba(9,92,104,.95);
    z-index: -1;
    opacity: 0;
    transition: opacity .2s ease-in-out
}
.mobile-menu .menu {
    flex-direction: column;
    text-align: center;
    gap: 1.25rem
}
.mobile-menu .menu>li>a {
    font-size: clamp(1.125rem,.875rem + 1.25vw,2rem)
}
.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.ibg--top {
    -o-object-position: top;
    object-position: top
}
.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom
}
.ibg--left {
    -o-object-position: left;
    object-position: left
}
.ibg--right {
    -o-object-position: right;
    object-position: right
}
.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain
}
.form label input,
.form label textarea {
    border: none;
    box-shadow: 0 4px 11px 0 rgba(0,0,0,.11);
    background: #fff;
    padding: .5em .625em
}
.form label textarea {
    min-height: 8rem;
    resize: none
}
.form button {
    display: block;
    font-weight: 700;
    font-size: .875rem;
    line-height: 250%;
    letter-spacing: -.03em;
    color: #5ec2a8;
    margin-left: auto;
    cursor: pointer
}

.banner .title-col {
    display: grid;
    grid-template-columns: 1fr;
}

.reviews.has-blocks .testimonials-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1024px) {
    .reviews.has-blocks .testimonials-container {
        grid-template-columns: 1fr 1fr;
        justify-content: center;
    }
}
@media (max-width: 640px) {
    .reviews.has-blocks .testimonials-container {
        grid-template-columns: 1fr;
    }
}

.reviews.has-blocks .review-card {
    width: 100%;
}

.broker__author img {
    width: 220px;
    height: 220px;
}

.header__logo svg {height: auto;}

.header__top .grid-container {
    max-width: 980px;
}

@media (max-width: 640px) {
	.header .right-text-col {max-width: 100%;}
}

.two-cards-in-row-section .title-col h2 {
	    max-width: 500px;
}