@property --color-white{syntax:"<color>";inherits:true;initial-value:#fff}@property --color-black{syntax:"<color>";inherits:true;initial-value:#111}@property --color-primary{syntax:"<color>";inherits:true;initial-value:#3a96e0}@property --color-primary-dark{syntax:"<color>";inherits:true;initial-value:#03467d}@property --color-primary-dark-light{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --color-gray{syntax:"<color>";inherits:true;initial-value:#f1f1f1}@property --color-dark-gray{syntax:"<color>";inherits:true;initial-value:#555}@property --color-gray-line{syntax:"<color>";inherits:true;initial-value:#ccc}@property --color-danger{syntax:"<color>";inherits:true;initial-value:#e11414}@property --color-danger-dark{syntax:"<color>";inherits:true;initial-value:#891010}@property --color-danger-light{syntax:"<color>";inherits:true;initial-value:#fc6363}@property --color-warning{syntax:"<color>";inherits:true;initial-value:#e69305}@property --color-warning-dark{syntax:"<color>";inherits:true;initial-value:#9f6809}@property --color-warning-light{syntax:"<color>";inherits:true;initial-value:#f5c776}@property --color-success{syntax:"<color>";inherits:true;initial-value:#00bc00}@property --color-success-dark{syntax:"<color>";inherits:true;initial-value:#244d0e}@property --color-success-light{syntax:"<color>";inherits:true;initial-value:#68f96e}@property --color-button-shadow{syntax:"<color>";inherits:true;initial-value:#517fc4}@property --color-rdg-call-to-action-bg{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --color-rdg-call-to-action-white{syntax:"<color>";inherits:true;initial-value:#fff}.rdg-blocks .rdg-call-to-action{width:calc(var(--vw, 1vw)*100);position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;max-width:99.55vw}.rdg-blocks .rdg-call-to-action .preview-thumbs{background-image:url(../images/rdg-call-to-action-template-preview.jpg)}.rdg-blocks .rdg-call-to-action .body{background-size:cover;background-repeat:no-repeat;background-position:50%;background-image:var(--background-image);background-color:var(--color-rdg-call-to-action-bg)}.rdg-blocks .rdg-call-to-action .body .container.content{width:100%;display:flex;color:var(--color-rdg-call-to-action-white);text-align:center;justify-content:center;gap:0 2rem}.rdg-blocks .rdg-call-to-action .body .container.content.vertical{padding:1.5rem 20px;flex-direction:column}.rdg-blocks .rdg-call-to-action .body .container.content.horizontal{padding:2.5rem 20px;flex-direction:row}@media (max-width:576px){.rdg-blocks .rdg-call-to-action .body .container.content.horizontal{padding:1.5rem;flex-direction:column}}.rdg-blocks .rdg-call-to-action .body .container.content .texts{display:flex;flex-direction:column}.rdg-blocks .rdg-call-to-action .body .container.content .texts h1,.rdg-blocks .rdg-call-to-action .body .container.content .texts h2,.rdg-blocks .rdg-call-to-action .body .container.content .texts h3,.rdg-blocks .rdg-call-to-action .body .container.content .texts span{margin:0;font-size:var(--font-size);line-height:var(--line-height)}@media (max-width:992px){.rdg-blocks .rdg-call-to-action .body .container.content .texts h1,.rdg-blocks .rdg-call-to-action .body .container.content .texts h2,.rdg-blocks .rdg-call-to-action .body .container.content .texts h3,.rdg-blocks .rdg-call-to-action .body .container.content .texts span{font-size:var(--font-size-lg);line-height:var(--line-height-lg)}}@media (max-width:768px){.rdg-blocks .rdg-call-to-action .body .container.content .texts h1,.rdg-blocks .rdg-call-to-action .body .container.content .texts h2,.rdg-blocks .rdg-call-to-action .body .container.content .texts h3,.rdg-blocks .rdg-call-to-action .body .container.content .texts span{font-size:var(--font-size-md);line-height:var(--line-height-md)}}@media (max-width:576px){.rdg-blocks .rdg-call-to-action .body .container.content .texts h1,.rdg-blocks .rdg-call-to-action .body .container.content .texts h2,.rdg-blocks .rdg-call-to-action .body .container.content .texts h3,.rdg-blocks .rdg-call-to-action .body .container.content .texts span{font-size:var(--font-size-sm);line-height:var(--line-height-sm)}}.rdg-blocks .rdg-call-to-action .body .container.content .footer.horizontal{display:flex;align-items:center}@media (max-width:576px){.rdg-blocks .rdg-call-to-action .body .container.content .footer.horizontal{align-items:inherit;justify-content:center}}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons{display:flex;justify-content:center;gap:1rem}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons.vertical{padding-top:1rem}@media (max-width:350px){.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons.vertical{flex-direction:column}}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons.vertical a{margin-top:1rem}@media (max-width:576px){.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons.horizontal{padding-top:1rem}}@media (max-width:350px){.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons.horizontal{width:100%;flex-direction:column}}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons.horizontal a{margin-top:1rem}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons a{padding:.8rem 1.5rem;color:var(--color-white);border-radius:.4rem;min-width:10rem;text-align:center;display:flex;justify-content:center;align-items:center;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out,box-shadow .2s ease-in-out}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons a.link-info{background-color:var(--color-primary);border-top:3px solid var(--color-primary-dark-light)}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons a.link-info:hover{color:var(--color-primary-dark);border-top-color:var(--color-primary-dark)}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons a.link-success{border-top:3px solid var(--color-success-light);background-color:var(--color-success)}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons a.link-success:hover{color:var(--color-success-dark);border-top-color:var(--color-success-dark)}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons a.link-warning{border-top:3px solid var(--color-warning-light);background-color:var(--color-warning)}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons a.link-warning:hover{color:var(--color-warning-dark);border-top-color:var(--color-warning-dark)}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons a.link-danger{border-top:3px solid var(--color-danger-light);background-color:var(--color-danger)}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons a.link-danger:hover{color:var(--color-danger-dark);border-top-color:var(--color-danger-dark)}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons a.link-default{color:var(--color-primary);border:2px solid var(--color-primary);background-color:var(--color-gray)}.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons a.link-default:hover{color:var(--color-primary-dark-light);border-color:var(--color-primary-dark-light)}@media (max-width:350px){.rdg-blocks .rdg-call-to-action .body .container.content .footer .buttons a:last-of-type{margin-top:0}}.acf-block-preview .rdg-call-to-action{width:100%;left:0;right:0;margin-left:0;margin-right:0}