.elementor-3284 .elementor-element.elementor-element-114846b{--display:flex;--padding-top:95px;--padding-bottom:95px;--padding-left:0px;--padding-right:0px;}.elementor-3284 .elementor-element.elementor-element-21a8c02 > .elementor-widget-container{margin:0px 0px 16px 0px;}.elementor-3284 .elementor-element.elementor-element-21a8c02 .edupls-section-title-wrapper{justify-content:center;}.elementor-3284 .elementor-element.elementor-element-21a8c02 .edupls-section-title-content{text-align:center;}.elementor-3284 .elementor-element.elementor-element-21a8c02 .edupls-section-description{color:var( --e-global-color-primary );}.elementor-3284 .elementor-element.elementor-element-73604c3{--display:flex;}@media(max-width:767px){ .elementor-3284 .elementor-element.elementor-element-21a8c02 .edupls-section-title {font-size:40px;}}/* Start custom CSS */.thinkific-products {
	  --display: grid;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(1, 1fr);
    --grid-auto-flow: row;
    --background-transition: 0.3s;
}

@media (max-width: 1024px) {
    .thinkific-products {
        --e-con-grid-template-columns: repeat(2, 1fr);
        --grid-auto-flow: row;
    }
}

@media (max-width: 767px) {
    .thinkific-products {
        --e-con-grid-template-columns: repeat(1, 1fr);
        --grid-auto-flow: row;
    }
}

.thinkific-product {
	  --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 1px 1px 1px;
    --border-top-width: 1px;
    --border-right-width: 1px;
    --border-bottom-width: 1px;
    --border-left-width: 1px;
    border-color: #E1E8F3;
    --border-color: #E1E8F3;
}

.thinkific-product .product-info {
	text-align: center;
}

.thinkific-product img {
	margin-bottom: 15px;
	max-height: 194px;
}

.thinkific-product h3 {
	font-size: 24px;
	line-height: 28px;
}

.thinkific-product .product-type {
	color: var(--e-global-color-primary);
	font-weight: 500;
	margin-bottom: 10px;
}

.thinkific-product .elementor-image-box-description {
	font-size: 15px;
	line-height: 23px;
}

.thinkific-product .product-signup {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow))* 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: space-between;
    --align-items: center;
    --background-transition: 0.3s;
        margin-top: auto;
}

.thinkific-price {
	font-size: 24px;
}

.thinkific-product .elementor-button {
	background-color: var(--e-global-color-primary);
	font-weight: 500;
}

.thinkific-product .elementor-button:hover {
	background-color: var(--e-global-color-secondary);
}/* End custom CSS */