@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-experts-banner-left{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --color-rdg-experts-banner-img-border{syntax:"<color>";inherits:true;initial-value:#fff}@property --color-rdg-experts-banner-description{syntax:"<color>";inherits:true;initial-value:#fff}@property --color-rdg-experts-banner-right-bg{syntax:"<color>";inherits:true;initial-value:#f1f1f1}@property --color-rdg-experts-banner-sponsor{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --color-rdg-experts-banner-btn-bg{syntax:"<color>";inherits:true;initial-value:#00bc00}@property --color-rdg-experts-banner-btn-border{syntax:"<color>";inherits:true;initial-value:#68f96e}@property --color-rdg-experts-banner-btn-hover{syntax:"<color>";inherits:true;initial-value:#244d0e}@property --color-rdg-experts-banner-link{syntax:"<color>";inherits:true;initial-value:#fff}.rdg-blocks .rdg-experts-banner{width:100%;display:flex;justify-content:center;padding:1.25rem 0}.rdg-blocks .rdg-experts-banner .preview-thumbs{background-image:url(../images/rdg-experts-banner-template-preview.jpg)}@media screen and (max-width:768px){.rdg-blocks .rdg-experts-banner{flex-direction:column}}.rdg-blocks .rdg-experts-banner p{margin:0}.rdg-blocks .rdg-experts-banner .left,.rdg-blocks .rdg-experts-banner .right{display:flex;align-items:center}@media screen and (max-width:768px){.rdg-blocks .rdg-experts-banner .left,.rdg-blocks .rdg-experts-banner .right{flex-direction:column}}.rdg-blocks .rdg-experts-banner .left{background-color:var(--color-rdg-experts-banner-left);width:30%;border-top-left-radius:.8rem;border-bottom-left-radius:.8rem;padding:.9375rem 1.25rem}@media screen and (max-width:768px){.rdg-blocks .rdg-experts-banner .left{width:100%;border-bottom-left-radius:0;border-top-left-radius:.8rem;border-top-right-radius:.8rem}}.rdg-blocks .rdg-experts-banner .left .expert-img img{width:3.75rem;height:3.75rem;border-radius:50%;border:.1875rem solid var(--color-rdg-experts-banner-img-border);object-fit:cover}.rdg-blocks .rdg-experts-banner .left .description{padding-left:.9375rem;color:var(--color-rdg-experts-banner-description)}@media screen and (max-width:768px){.rdg-blocks .rdg-experts-banner .left .description{width:100%;text-align:center;padding-left:0}}.rdg-blocks .rdg-experts-banner .left .description .expert-name{padding-top:.1875rem}.rdg-blocks .rdg-experts-banner .right{background-color:var(--color-rdg-experts-banner-right-bg);width:70%;border-top-right-radius:.8rem;border-bottom-right-radius:.8rem;padding:.9375rem 1.25rem;justify-content:space-between}@media screen and (max-width:768px){.rdg-blocks .rdg-experts-banner .right{width:100%;border-top-right-radius:0;border-bottom-left-radius:.8rem;border-bottom-right-radius:.8rem;padding:1.25rem}}.rdg-blocks .rdg-experts-banner .right .odds{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-width:12.5rem}.rdg-blocks .rdg-experts-banner .right .odds .accent{padding-top:.625rem}.rdg-blocks .rdg-experts-banner .right .sponsor{color:var(--color-rdg-experts-banner-sponsor);padding:0 1.25rem}@media screen and (max-width:768px){.rdg-blocks .rdg-experts-banner .right .sponsor{padding:20px 0;text-align:center}}.rdg-blocks .rdg-experts-banner .right .btn{background-color:var(--color-rdg-experts-banner-btn-bg);border-top:2px solid var(--color-rdg-experts-banner-btn-border);padding:.625rem 1.25rem;border-radius:5px;text-align:center;margin-left:1.25rem;transition:.3s ease-in}@media screen and (max-width:768px){.rdg-blocks .rdg-experts-banner .right .btn{margin-left:0}}.rdg-blocks .rdg-experts-banner .right .btn:hover{background-color:var(--color-rdg-experts-banner-btn-hover)}.rdg-blocks .rdg-experts-banner .right a{color:var(--color-rdg-experts-banner-link)}