.text-2x-columns-tabs .wrapper .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:clamp(24px,5vw,64px)}
.text-2x-columns-tabs .wrapper .content .text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;gap:clamp(24px,5vw,40px)}
.text-2x-columns-tabs .wrapper .content .text h3{font-style:normal;font-weight:700;line-height:normal;letter-spacing:clamp(-0.2px,-0.5vw,-1.92px);color:var(--color_text-white)}
.text-2x-columns-tabs .wrapper .content .text h3 a{font-weight:700;text-decoration:underline}
.text-2x-columns-tabs .wrapper .content .text .paragraphs p{font-style:normal;font-weight:400;line-height:26px;letter-spacing:clamp(-0.16px,-0.5vw,-0.36px);color:var(--color_text-white)}
.text-2x-columns-tabs .wrapper .content .tabs-container{display:grid;grid-template-columns:repeat(2,1fr);-webkit-column-gap:clamp(64px,10vw,93px);-moz-column-gap:clamp(64px,10vw,93px);column-gap:clamp(64px,10vw,93px);row-gap:16px}
@media(max-width:991px){.text-2x-columns-tabs .wrapper .content .tabs-container{grid-template-columns:repeat(1,1fr)}
}.text-2x-columns-tabs .wrapper .content .tabs-container .tab-labels{list-style-type:none;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin:0}
.text-2x-columns-tabs .wrapper .content .tabs-container .tab-labels .tab-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 8px;margin:0;cursor:pointer;border-bottom:1px solid var(--color_surface-light-white);background-color:transparent;color:var(--color_text-white)}
.text-2x-columns-tabs .wrapper .content .tabs-container .tab-labels .tab-label.active{background-color:var(--color_surface-brand-color2);color:var(--color_surface-brand-cobalt);font-weight:700}
.text-2x-columns-tabs .wrapper .content .tabs-container .tab-labels .tab-label.active .the_arrow svg path{fill:var(--color_surface-brand-cobalt)}
.text-2x-columns-tabs .wrapper .content .tabs-container .tab-content .tab-pane{display:none;color:var(--color_text-white)}
.text-2x-columns-tabs .wrapper .content .tabs-container .tab-content .tab-pane figure{min-height:clamp(320px,26vw,408px);max-height:clamp(320px,26vw,408px)}
.text-2x-columns-tabs .wrapper .content .tabs-container .tab-content .tab-pane figure img{min-height:clamp(320px,26vw,408px);max-height:clamp(320px,26vw,408px);-o-object-fit:cover;object-fit:cover;border-radius:16px}
.text-2x-columns-tabs .wrapper .content .tabs-container .tab-content .tab-pane h4{font-weight:700;line-height:normal}
.text-2x-columns-tabs .wrapper .content .tabs-container .tab-content .tab-pane .textarea h5{font-weight:700;font-size:20px;line-height:normal}
@media(max-width:991px){.text-2x-columns-tabs .wrapper .content .tabs-container .tab-content .tab-pane .textarea h5{font-size:16px}
}.text-2x-columns-tabs .wrapper .content .tabs-container .tab-content .tab-pane .textarea .paragraphs{margin-top:16px}
.text-2x-columns-tabs .wrapper .content .tabs-container .tab-content .tab-pane .textarea .paragraphs p{color:var(--color_text-white);font-size:18px;font-weight:400;line-height:28px}
.text-2x-columns-tabs .wrapper .content .tabs-container .tab-content .tab-pane.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}