.twi-wrapper{display:flex;flex-direction:row}.twi-wrapper.twi-wrapper--reverse{flex-direction:row-reverse}@media only screen and (max-width:749px){.twi-wrapper{flex-direction:column}.twi-wrapper .h2{font-size:28px}.twi-wrapper.twi-wrapper--reverse-mobile{flex-direction:column-reverse}}.twi__image-wrapper{position:relative;flex:0 0 50%;align-self:center}@media only screen and (max-width:749px){.twi__image-wrapper{flex:0 0 100%;width:100%}}.twi__image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:749px){.twi__image-wrapper--small{min-height:28rem}.twi__image-wrapper--medium{min-height:34rem}.twi__image-wrapper--large{min-height:39rem}}@media only screen and (min-width:750px){.twi__image-wrapper--small{min-height:42rem}.twi__image-wrapper--medium{min-height:56rem}.twi__image-wrapper--large{min-height:72rem}}.twi__content-wrapper{display:flex;align-items:center;justify-content:center;flex:0 0 calc(50% - 140px);padding:80px 70px}@media only screen and (max-width:1399px){.twi__content-wrapper{padding:55px 45px;gap:32px;flex:0 0 calc(50% - 90px)}}@media only screen and (max-width:1199px){.twi__content-wrapper{padding:32px;gap:24px;flex:0 0 calc(50% - 64px)}}@media only screen and (max-width:749px){.twi__content-wrapper{padding:54px 24px;flex:0 0 calc(100% - 48px)}}.twi__content{text-align:center;display:flex;flex-direction:column;gap:var(--gap)}.twi__content.twi__content--left{text-align:left}.twi__content.twi__content--right{text-align:right}@media only screen and (max-width:749px){.twi__content{gap:var(--gap-mobile)}.twi__content.twi__content--center--mobile{text-align:center}.twi__content.twi__content--left--mobile{text-align:left}.twi__content.twi__content--right--mobile{text-align:right}}.twi__content-wrapper--top-left{align-items:flex-start;justify-content:flex-start}.twi__content-wrapper--top-center{align-items:flex-start;justify-content:center}.twi__content-wrapper--top-right{align-items:flex-start;justify-content:flex-end}.twi__content-wrapper--middle-left{align-items:center;justify-content:flex-start}.twi__content-wrapper--middle-center{align-items:center;justify-content:center}.twi__content-wrapper--middle-right{align-items:center;justify-content:flex-end}.twi__content-wrapper--bottom-left{align-items:flex-end;justify-content:flex-start}.twi__content-wrapper--bottom-center{align-items:flex-end;justify-content:center}.twi__content-wrapper--bottom-right{align-items:flex-end;justify-content:flex-end}@media only screen and (max-width:749px){.twi__content-wrapper--top-left--mobile{align-items:flex-start;justify-content:flex-start}.twi__content-wrapper--top-center--mobile{align-items:flex-start;justify-content:center}.twi__content-wrapper--top-right--mobile{align-items:flex-start;justify-content:flex-end}.twi__content-wrapper--middle-left--mobile{align-items:center;justify-content:flex-start}.twi__content-wrapper--middle-center--mobile{align-items:center;justify-content:center}.twi__content-wrapper--middle-right--mobile{align-items:center;justify-content:flex-end}.twi__content-wrapper--bottom-left--mobile{align-items:flex-end;justify-content:flex-start}.twi__content-wrapper--bottom-center--mobile{align-items:flex-end;justify-content:center}.twi__content-wrapper--bottom-right--mobile{align-items:flex-end;justify-content:flex-end}}.twi__heading{color:var(--color);width:100%}.twi__text{font-size:var(--font-size);text-transform:lowercase;display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:749px){.twi__text{font-size:var(--font-size-mobile)}}.twi__buttons{max-width:45rem}