.image-with-form{background-color:var(--background-primary)}.image-with-form .image-with-form__container{display:flex;flex-direction:var(--mobile-layout);gap:var(--mobile-gap);flex-wrap:nowrap;align-items:center;justify-content:center;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);max-width:var(--page-width);padding-left:0;padding-right:0;margin:0 auto}@media screen and (min-width:768px){.image-with-form .image-with-form__container{flex-direction:var(--desktop-layout);gap:var(--desktop-gap);padding-left:1.25rem;padding-right:0}}.image-with-form .image-with-form__container .image-with-form__image-container{width:100%}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__image-container{width:50%;align-self:stretch}}.image-with-form .image-with-form__container .image-with-form__image-container .image-with-form__image{height:100%;width:100%;object-fit:cover}.image-with-form .image-with-form__container .image-with-form__content{width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:16px 1.25rem}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content{width:50%;padding:32px 0 32px 1.25rem}}.image-with-form .image-with-form__container .image-with-form__content div:first-child{margin-top:0}.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block{margin-top:16px;width:100%}.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main{padding:0;width:100%}.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main .collabs-page__intro{gap:0;width:100%}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main .collabs-page__intro{align-items:flex-start}}.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main .collabs-page__images{display:none}.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main .collabs-page__cta{width:100%;flex-direction:column}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main .collabs-page__cta{flex-direction:row}}.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main .collabs-page__cta .collabs-page__cta-main.collabs-page__corner-square{--shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);--shadow-vertical-offset: var(--buttons-shadow-vertical-offset);--shadow-blur-radius: var(--buttons-shadow-blur-radius);--shadow-opacity: var(--buttons-shadow-opacity);--shadow-visible: var(--buttons-shadow-visible);--border-offset: var(--buttons-border-offset);--border-opacity: calc(1 - var(--buttons-border-opacity));border-radius:3px;position:relative;display:inline-flex;justify-content:center;align-items:center;border:0;padding:6px 16px;cursor:pointer;font:inherit;font-size:14px;letter-spacing:10%;font-weight:600;text-decoration:none;color:var(--white);transition:all var(--duration-short) ease;-webkit-appearance:none;appearance:none;background-color:var(--button-primary);text-transform:uppercase}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main .collabs-page__cta .collabs-page__cta-main.collabs-page__corner-square{padding:12px 32px}}.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main .collabs-page__cta .collabs-page__cta-main.collabs-page__corner-square:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:var(--buttons-radius-outset);box-shadow:var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) var(--button-primary),var(--shadow-opacity)}.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main .collabs-page__cta .collabs-page__cta-main.collabs-page__corner-square:after{content:"";position:absolute;top:var(--buttons-border-width);right:var(--buttons-border-width);bottom:var(--buttons-border-width);left:var(--buttons-border-width);z-index:1;border-radius:var(--buttons-radius);box-shadow:0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) var(--button-primary),var(--border-opacity),0 0 0 var(--buttons-border-width) rgba(var(--color-button),var(--alpha-button-background));transition:box-shadow var(--duration-short) ease}.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main .collabs-page__cta .collabs-page__cta-main.collabs-page__corner-square:not([disabled]):hover:after{--border-offset: 1.3px;box-shadow:0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) var(--button-primary),var(--border-opacity),0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button),var(--alpha-button-background))}.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main .collabs-page__cta .collabs-page__cta-main.collabs-page__corner-square:disabled{cursor:not-allowed;opacity:.5}.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main .collabs-page__cta .collabs-page__cta-main.collabs-page__corner-square:hover{transform:scale(1.02)}.image-with-form .image-with-form__container .image-with-form__content .shopify-app-block .collabs-page__main .collabs-page__cta .collabs-page__cta-login-section{--color-button: var(--color-secondary-button);--color-button-text: var(--color-secondary-button-text);background-color:transparent;color:var(--text-primary);text-transform:none;border:1px solid var(--button-secondary);border-radius:3px;position:relative;display:flex;gap:16px;justify-content:center;align-items:center;padding:6px 16px;cursor:pointer;font:inherit;font-size:14px;letter-spacing:10%;font-weight:600;text-decoration:none;transition:all var(--duration-short) ease;-webkit-appearance:none;appearance:none;text-transform:uppercase}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__heading-container{display:flex;align-items:flex-end;gap:8px;margin-top:16px}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .image-with-form__heading-container{margin-top:8px}}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__heading-container .image-with-form__heading{display:flex;align-items:center;gap:8px;font-size:32px;font-weight:600;color:var(--text-primary);margin:0}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .image-with-form__heading-container .image-with-form__heading{font-size:58px;line-height:64px}}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__heading-container .image-with-form__heading-icon-container{height:auto;width:32px;object-fit:contain}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .image-with-form__heading-container .image-with-form__heading-icon-container{width:64px;height:auto}}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__heading-container .image-with-form__heading-icon-container .image-with-form__heading-icon{height:100%;width:100%;object-fit:contain}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__subheading-container{display:flex;align-items:center;gap:10px;margin-top:8px}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .image-with-form__subheading-container{margin-top:16px}}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__subheading-container .image-with-form__subheading-icon{height:40px;width:40px;object-fit:contain}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__subheading-container .image-with-form__subheading{font-size:12px;font-weight:500;color:var(--brand-primary);margin:0}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .image-with-form__subheading-container .image-with-form__subheading{font-size:14px}}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__subheading-container .image-with-form__subheading-line{display:block!important;height:1px;width:20px;background-color:var(--brand-primary)}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__subtitle{font-size:14px;font-weight:500;margin:8px 0 0;line-height:normal}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .image-with-form__subtitle{font-size:16px;margin:16px 0 0}}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__text{margin-top:8px;font-size:14px;font-weight:400;color:var(--text-secondary)}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .image-with-form__text{margin-top:16px;font-size:16px;font-weight:400}}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__text p{margin:0;color:var(--text-secondary)}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__buttons{display:flex;flex-direction:column;gap:18px;margin-top:16px}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .image-with-form__buttons{margin-top:32px;flex-direction:row}}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__usps{display:flex;flex-direction:column;justify-content:space-between;width:100%;gap:16px;border-top:1px solid var(--background-secondary);padding-top:24px;margin-top:24px}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .image-with-form__usps{flex-direction:row;padding-top:28px;margin-top:28px}}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__usps .image-with-form__usp{display:flex;flex-direction:column;align-items:flex-start;gap:8px;max-width:126px}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__usps .image-with-form__usp .image-with-form__usp-icon{height:24px;width:24px;object-fit:contain}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__usps .image-with-form__usp .image-with-form__usp-heading{font-size:14px;font-weight:600;margin:0;text-transform:uppercase;font-size:26px}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .image-with-form__usps .image-with-form__usp .image-with-form__usp-heading{font-size:32px}}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__usps .image-with-form__usp .image-with-form__usp-text{font-size:10px;font-weight:400;margin:0;text-transform:uppercase;line-height:1}@media screen and (min-width:768px){.image-with-form .image-with-form__container .image-with-form__content .image-with-form__usps .image-with-form__usp .image-with-form__usp-text{font-size:12px}}.image-with-form .image-with-form__container .image-with-form__content .image-with-form__form{margin-top:24px;width:100%}
/*# sourceMappingURL=/cdn/shop/t/35/assets/auteniq-image-with-form.css.map */
