section.hero-section-form-yoco-module{padding-bottom:7.5rem;padding-top:15rem}section.hero-section-form-yoco-module:after{bottom:0}section.hero-section-form-yoco-module .container{display:flex;flex-direction:row;gap:7.5rem;position:relative;z-index:2}@media (max-width:768px){section.hero-section-form-yoco-module .container{flex-direction:column;gap:4.5rem}}section.hero-section-form-yoco-module .container .content{display:flex;flex-direction:column;max-width:526px;width:100%}section.hero-section-form-yoco-module .container .content ul.list-items{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}section.hero-section-form-yoco-module .container .content ul.list-items li{align-items:center;color:var(--white);display:flex;gap:.75rem}section.hero-section-form-yoco-module .container .content ul.list-items li figure{align-items:center;background-color:var(--beige);border-radius:.25rem;display:flex;height:2rem;justify-content:center;min-width:2rem;width:2rem}section.hero-section-form-yoco-module .container .content ul.list-items li figure img{height:auto;max-height:100%;max-width:100%;width:auto}section.hero-section-form-yoco-module .container .content .buttons{margin-top:4rem}section.hero-section-form-yoco-module .container .form-wrapper{background-color:var(--beige);border-radius:.5rem;max-width:634px;padding:3rem;width:100%}@media (max-width:768px){section.hero-section-form-yoco-module .container .form-wrapper{padding:1.5rem}}section.hero-section-form-yoco-module .container .form-wrapper h3{color:var(--black);margin-bottom:1rem}section.hero-section-form-yoco-module .container .form-wrapper .payment{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}section.hero-section-form-yoco-module .container .form-wrapper .payment .payment-info{align-items:center;color:var(--black);display:flex;font-weight:600;gap:1rem;justify-content:space-between}section.hero-section-form-yoco-module .container .form-wrapper .payment .payment-status{align-items:center;color:var(--black);display:flex;font-size:.9rem;justify-content:center;min-height:2.25rem}section.hero-section-form-yoco-module .container .form-wrapper .payment .payment-status .payment-inline-spinner{animation:yoco-payment-spin .9s linear infinite;border-bottom:3px solid rgba(231,18,50,.2);border-left:3px solid rgba(231,18,50,.2);border-radius:50%;border-right:3px solid rgba(231,18,50,.65);border-top:3px solid rgba(231,18,50,.2);border-top-color:var(--red);box-shadow:0 4px 16px 0 rgba(231,18,50,.322);height:2rem;width:2rem}section.hero-section-form-yoco-module .container .form-wrapper .payment .payment-error{color:#b00020;font-size:.875rem}section.hero-section-form-yoco-module .container .payment-result-wrapper{align-items:center;display:none;justify-content:center;min-height:340px;width:100%}section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card{background-color:var(--beige);border-radius:.75rem;color:var(--black);max-width:760px;padding:2.5rem;width:100%}section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card.is-hidden{display:none!important}section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card em,section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card h1,section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card h2,section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card h3,section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card h4,section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card h5,section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card h6,section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card li,section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card p,section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card span,section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card strong{color:inherit}section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-card .payment-retry-button{display:block;margin:1.5rem auto 0}section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-pending{text-align:center}section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-pending .payment-pending-message.is-hidden{display:none!important}section.hero-section-form-yoco-module .container .payment-result-wrapper .payment-result-pending .payment-loading-spinner{animation:yoco-payment-spin .9s linear infinite;border-bottom:3px solid rgba(231,18,50,.2);border-left:3px solid rgba(231,18,50,.2);border-radius:50%;border-right:3px solid rgba(231,18,50,.65);border-top:3px solid rgba(231,18,50,.2);border-top-color:var(--red);box-shadow:0 4px 16px 0 rgba(231,18,50,.322);height:3rem;margin:0 auto 1rem;width:3rem}section.hero-section-form-yoco-module.is-payment-result .container{justify-content:center}section.hero-section-form-yoco-module.is-payment-result .container .content,section.hero-section-form-yoco-module.is-payment-result .container .form-wrapper{display:none!important}section.hero-section-form-yoco-module.is-payment-result .container .payment-result-wrapper{display:flex!important}@keyframes yoco-payment-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}