.g3w-features-duo{--sections-gap: 30px;--section-padding: 40px;--image-position: right;--section1-bg-color: #f8f9fa;--section2-bg-color: #f8f9fa;--section1-image-ratio: 1/1;--section2-image-ratio: 1/1;--section1-image-width: 40%;--section2-image-width: 40%;--title-color: #333333;--title-font-size: 28px;--title-font-weight: 600;--title-margin-bottom: 16px;--description-color: #666666;--description-font-size: 16px;--description-margin-bottom: 20px;--section1-button-bg-color: #007cba;--section1-button-text-color: #ffffff;--section1-button-padding: 12px 24px;--section1-button-bg-color-hover: #005a87;--section2-button-bg-color: #ff4757;--section2-button-text-color: #ffffff;--section2-button-padding: 12px 24px;--section2-button-bg-color-hover: #e84057}.g3w-features-duo__container{display:grid;grid-template-columns:1fr 1fr;gap:var(--sections-gap);align-items:stretch}@media(max-width: 980px){.g3w-features-duo__container{gap:var(--sections-gap-tablet, var(--sections-gap))}}@media(max-width: 768px){.g3w-features-duo__container{grid-template-columns:1fr;gap:var(--sections-gap-mobile, var(--sections-gap-tablet, var(--sections-gap)))}}.g3w-features-duo__section{padding:var(--section-padding);display:flex;position:relative;min-height:200px;transition:transform .6s cubic-bezier(0.4, 0, 0.2, 1)}.g3w-features-duo__section--1{background-color:var(--section1-bg-color)}.g3w-features-duo__section--2{background-color:var(--section2-bg-color)}@media(min-width: 980px){.g3w-features-duo__section{flex-direction:row;align-items:center;gap:30px}.g3w-features-duo__section .g3w-features-duo__image-container{margin-bottom:0}.g3w-features-duo__section--1 .g3w-features-duo__content{flex:0 1 calc(100% - var(--section1-image-width) - 30px)}.g3w-features-duo__section--1 .g3w-features-duo__image-container{flex:0 0 var(--section1-image-width)}.g3w-features-duo__section--2 .g3w-features-duo__content{flex:0 1 calc(100% - var(--section2-image-width) - 30px)}.g3w-features-duo__section--2 .g3w-features-duo__image-container{flex:0 0 var(--section2-image-width)}}@media(max-width: 980px){.g3w-features-duo__section{padding:var(--section-padding-tablet, var(--section-padding));flex-direction:column;gap:var(--sections-gap-tablet, var(--sections-gap))}}@media(max-width: 768px){.g3w-features-duo__section{flex-direction:column;padding:var(--section-padding-mobile, var(--section-padding-tablet, var(--section-padding)))}.g3w-features-duo__section .g3w-features-duo__image-container{order:1}.g3w-features-duo__section .g3w-features-duo__content{order:2}}@media(min-width: 769px){.g3w-features-duo.image-position-right .g3w-features-duo__section .g3w-features-duo__content{order:1}.g3w-features-duo.image-position-right .g3w-features-duo__section .g3w-features-duo__image-container{order:2}.g3w-features-duo.image-position-left .g3w-features-duo__section .g3w-features-duo__content{order:2}.g3w-features-duo.image-position-left .g3w-features-duo__section .g3w-features-duo__image-container{order:1}}.g3w-features-duo__image-container{margin-bottom:20px}@media(max-width: 768px){.g3w-features-duo__image-container{margin-bottom:20px}}.g3w-features-duo__image{width:100%;height:auto;object-fit:cover;display:block;text-align:center}.g3w-features-duo__image--1{aspect-ratio:var(--section1-image-ratio)}.g3w-features-duo__image--2{aspect-ratio:var(--section2-image-ratio)}.g3w-features-duo__content{display:flex;flex-direction:column}.g3w-features-duo__title{color:var(--title-color);font-size:var(--title-font-size);font-weight:var(--title-font-weight);margin:0 0 var(--title-margin-bottom) 0;line-height:1.2}@media(max-width: 980px){.g3w-features-duo__title{font-size:var(--title-font-size-tablet, var(--title-font-size));margin-bottom:var(--title-margin-bottom-tablet, var(--title-margin-bottom));text-align:center}}@media(max-width: 768px){.g3w-features-duo__title{font-size:var(--title-font-size-mobile, var(--title-font-size-tablet, var(--title-font-size)));margin-bottom:var(--title-margin-bottom-mobile, var(--title-margin-bottom-tablet, var(--title-margin-bottom)))}}.g3w-features-duo__description{color:var(--description-color);font-size:var(--description-font-size);margin:0 0 var(--description-margin-bottom) 0;flex:1;line-height:1.5;font-weight:400;text-wrap:balance}@media(max-width: 980px){.g3w-features-duo__description{font-size:var(--description-font-size-tablet, var(--description-font-size));margin-bottom:var(--description-margin-bottom-tablet, var(--description-margin-bottom));text-align:center}}@media(max-width: 768px){.g3w-features-duo__description{font-size:var(--description-font-size-mobile, var(--description-font-size-tablet, var(--description-font-size)));margin-bottom:var(--description-margin-bottom-mobile, var(--description-margin-bottom-tablet, var(--description-margin-bottom)))}}.g3w-features-duo__button{display:inline-block;text-decoration:none;transition:all .3s ease;text-align:center;font-weight:400;align-self:flex-start;cursor:pointer;transition:all .3s ease;border-radius:3px}.g3w-features-duo__button--1{background:var(--section1-button-bg-color);color:var(--section1-button-text-color);padding:var(--section1-button-padding)}.g3w-features-duo__button--1:hover,.g3w-features-duo__button--1:focus{box-shadow:0 4px 12px rgba(0,0,0,.15);opacity:.8;text-decoration:none;color:var(--section1-button-text-color)}.g3w-features-duo__button--2{background:var(--section2-button-bg-color);color:var(--section2-button-text-color);padding:var(--section2-button-padding)}.g3w-features-duo__button--2:hover,.g3w-features-duo__button--2:focus{opacity:.8;box-shadow:0 4px 12px rgba(0,0,0,.15);text-decoration:none;color:var(--section1-button-text-color)}@media(max-width: 980px){.g3w-features-duo__button{margin:auto}.g3w-features-duo__button--1{padding:var(--section1-button-padding-tablet, var(--section1-button-padding))}.g3w-features-duo__button--2{padding:var(--section2-button-padding-tablet, var(--section2-button-padding))}}@media(max-width: 768px){.g3w-features-duo__button{width:100%;text-align:center;margin-top:auto}.g3w-features-duo__button--1{padding:var(--section1-button-padding-mobile, var(--section1-button-padding-tablet, var(--section1-button-padding)))}.g3w-features-duo__button--2{padding:var(--section2-button-padding-mobile, var(--section2-button-padding-tablet, var(--section2-button-padding)))}}.g3w-features-duo.heights-auto .g3w-features-duo__container{align-items:flex-start}.g3w-features-duo.heights-auto .g3w-features-duo__section{height:auto !important}.et-fb .g3w-features-duo .g3w-features-duo__section{min-height:200px}.g3w-features-duo__section.g3w-animated{transform:translateY(0)}
