.contents-text{align-items:center;display:flex;gap:var(--space-md);margin:0 auto;max-width:1440px;padding:var(--space-xl);position:relative;width:100%}@media (max-width:425px){.contents-text{padding:var(--space-md)}}.contents-text p:not(:last-of-type){margin-bottom:24px}.contents-text .contents-text-inner{display:flex;flex-direction:row;height:100%;justify-content:space-between;width:100%}@media (max-width:1024px){.contents-text .contents-text-inner{gap:40px}}@media (max-width:768px){.contents-text .contents-text-inner{flex-direction:column}}.contents-text .contents-text-inner .col{max-height:-moz-max-content;max-height:max-content}.contents-text .contents-text-inner .col1{display:flex;flex-direction:column;max-width:802px}@media (max-width:1024px){.contents-text .contents-text-inner .col1{max-width:50%}}@media (max-width:768px){.contents-text .contents-text-inner .col1{max-width:100%}}.contents-text .contents-text-inner .col1 .intro-block{margin-bottom:48px}.contents-text .contents-text-inner .col1 .intro-block .intro-text{font-weight:700}.contents-text .contents-text-inner .col1 .body-block .body-heading{color:#292929;font-size:32px;font-style:normal;font-weight:900;line-height:normal;margin:10px 0}.contents-text .contents-text-inner .col2{background-color:#fff;border-radius:50px;box-shadow:4px 4px 4px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;padding:38px 28px;position:sticky;top:100px}@media (max-width:425px){.contents-text .contents-text-inner .col2{display:none}}.contents-text .contents-text-inner .col2 .contents-heading{color:#292929;font-family:Trois Mille Black;font-size:32px;font-style:normal;font-weight:900;line-height:normal;margin:0 0 7px}.contents-text .contents-text-inner .col2 .contents-links{display:flex;flex-direction:column}.contents-text .contents-text-inner .col2 .contents-links a{align-items:center;border-bottom:1px solid #292929;color:#292929;display:flex;font-family:Trois Mille Black;font-size:16px;font-weight:900;gap:11px;line-height:1;padding:18px 0;text-decoration:none}.contents-text .contents-text-inner .col2 .contents-links a:before{background-image:url(../../pagebuilder/text_section_with_contents/images/link-arrow.svg);background-repeat:no-repeat;background-size:contain;color:#292929;content:"";display:inline-block;height:16px;max-width:18px;min-width:18px;transition:.4s}.contents-text .contents-text-inner .col2 .contents-links a:hover:before{transform:translateX(4px)}