.hero-widget {
position: relative;
display: flex;
flex-direction: column;
gap: 72px;
}
.hero-widget p,
.hero-widget h1,
.hero-widget h2,
.hero-widget h3,
.hero-widget h4,
.hero-widget h5,
.hero-widget h6 {
margin: 0;
}
.hero-widget .hero-gradient {
position: absolute;
top: 0;
right: 0;
height: auto;
z-index: -1;
}
.hero-widget .hero-principal {
display: flex;
flex-direction: column;
gap: 40px;
}
.hero-widget.type-gradient .headings{
display: flex;
flex-direction: column;
gap: 16px;
}
.hero-widget.type-gradient .subheading {
color: var(--Gray-Gray-600, #999);
font-size: 16px;
font-weight: 700;
}
.hero-widget.type-gradient .subheading a {
font-family: "Hanken Grotesk", sans-serif;
color: var(--Default-White, #FFF);
font-weight: 700;
} .hero-widget.type-seo-title .headings {
display: flex;
flex-direction: column;
gap: 0;
}
.hero-widget.type-seo-title .headings h1,
.hero-widget.type-seo-title .headings h2 {
color: white;
font-family: Urbanist, sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.hero-widget .hero-title {
color: white;
font-family: Urbanist, sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.hero-widget .hero-subtitle {
color: #DDD;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.hero-widget .hero-buttons {
display: flex;
gap: 24px;
}
.hero-widget .hero-buttons a {
padding: 12px 32px;
border-radius: 27px;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
}
.hero-widget .primary-button {
color: black;
background: #FFC432;
transition: 0.5s;
}
.hero-widget .primary-button:hover {
color: black;
background: #25B1E1;
}
.hero-widget .secondary-button {
color: #FFC432;
border: 1px solid #FFC432;
transition: 0.5s;
}
.hero-widget .secondary-button:hover {
color: #25B1E1;
border: 1px solid #25B1E1;
} .hero-widget.type-homepage .hero-title {
width: 849px;
}
.hero-widget.type-homepage .hero-subtitle {
width: 558px;
}
.hero-widget.type-homepage .image-wrapper {
position: absolute;
right: 0;
top: -120px;
width: 550px;
z-index: -1;
} .hero-widget.type-blog .hero-principal{
display: flex;
flex-direction: column;
gap: 24px;
text-align: center;
}
.hero-widget.type-blog .hero-principal .breadcrumbs {
display: flex;
flex-direction: row;
gap: 8px;
align-self: center;
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-weight: 400;
font-style: normal;
line-height: 150%; 
}
.hero-widget.type-blog .hero-principal .breadcrumbs a {
color: white;
font-weight: 700;
}
.hero-widget.type-blog .hero-principal h1 {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist, sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.hero-widget.type-blog .date {
background: var(--Gray-Gray-100, #161616);
padding: 12px 24px 12px 12px;
border-radius: 32px;
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
width: fit-content;
align-self: center;
font-weight: 400;
font-size: 16px;
color: var(--Gray-Gray-500, #606060);
}
.hero-widget.type-blog .date a {
color: white;
text-decoration: underline;
text-decoration-color: grey;
text-underline-offset: 10px;
transition: 0.3s;
}
.hero-widget.type-blog .date a:hover {
text-decoration-color: white;
transition: 0.3s;
}
.hero-widget.type-blog .date .logo{
width: 40px;
height: 40px;
padding: 7px;
background-color: black;
border-radius: 50%;
}
.hero-widget.type-blog .date .logo img {
height: -webkit-fill-available;
width: -webkit-fill-available;
object-fit: cover;
object-position: center;
border-radius: 50%;
}
.hero-widget.type-blog .comments-quntity {
display: flex;
flex-direction: row;
gap: 12px;
align-self: center;
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.hero-widget.type-blog img.blog-featured-img {
border-radius: 12px;
background: linear-gradient(0deg, #000 0%, #000 100%), url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/hero/<path-to-image>) lightgray 50% / cover no-repeat;
background-blend-mode: overlay, normal;
aspect-ratio: 16 / 9;
object-fit: cover;
width: 100%;
height: auto;
}
.hero-widget.type-blog .description{
margin-top: 24px;
width: 946px;
align-self: center;
}
.hero-widget.type-blog .description h2{
color: var(--Gray-Gray-700, #DDD);
text-align: center;
font-family: "Hanken Grotesk", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
} .hero-widget.type-download .hero-principal{
display: flex;
flex-direction: column;
gap: 24px;
text-align: center;
}
.hero-widget.type-download .hero-principal .breadcrumbs-download {
display: flex;
flex-direction: row;
gap: 8px;
align-self: center;
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-weight: 400;
font-style: normal;
line-height: 150%; 
}
.hero-widget.type-download .hero-principal .breadcrumbs-download a {
color: white;
font-weight: 700;
}
.hero-widget.type-download .hero-principal h1 {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist, sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.hero-widget.type-download .date-download {
background: var(--Gray-Gray-100, #161616);
padding: 12px 24px;
border-radius: 32px;
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
justify-content: center;
width: fit-content;
align-self: center;
font-weight: 400;
font-size: 16px;
color: var(--Gray-Gray-500, #606060);
}
.hero-widget.type-download img.download-featured-img {
border-radius: 12px;
background: linear-gradient(0deg, #000 0%, #000 100%), url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/hero/<path-to-image>) lightgray 50% / cover no-repeat;
background-blend-mode: overlay, normal;
aspect-ratio: 16 / 9;
object-fit: cover;
width: 100%;
height: auto;
}
.hero-widget.type-download .description-download{
margin-top: 24px;
width: 946px;
align-self: center;
}
.hero-widget.type-download .description-download h2{
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
} .hero-widget.type-image {
display: flex;
flex-direction: row;
gap: 24px;
}
.hero-widget.type-image .hero-subtitle {
width: 558px;
}
.hero-widget.type-image .image-contenetor{
line-height: 0;
}
.hero-widget.type-image.right .hero-principal{
width: calc(100% - 461px);
}
.hero-widget.type-image.right .image-contenetor {
position: relative;
width: 461px;
height: 461px;
line-height: 0;
}
.hero-widget.type-image.right .image-contenetor .hero-image {
width: 100%;
height: auto;
aspect-ratio: 1;
border-radius: 27px;
object-fit: cover;
object-position: center;
}
.hero-widget.type-image.right .image-contenetor .miscelany {
position: absolute;
}
.hero-widget.type-image.right .image-contenetor .miscelany.top {
width: 75px;
top: 0;
left: -45px;
z-index: -1;
filter: blur(8px);
animation: miscelanyTopMove 2s infinite alternate ease-in-out;
}
.hero-widget.type-image.right .image-contenetor .miscelany.bottom {
width: 100px;
bottom: 0;
right: -45px;
z-index: 1;
filter: blur(4px);
animation: miscelanyBottomMove 2s infinite alternate ease-in-out;
} .hero-widget.type-image.background .image-contenetor .miscelany {
display: none;
}
.hero-widget.type-image.background .hero-principal{
width: 100%;
}
.hero-widget.type-image.background .image-contenetor {
position: absolute;
z-index: -1;
}
.hero-widget.type-homepage .hero-tablet-image{
display:none;
}
.hero-widget.type-homepage .hero-mobile-image{
display:none;
}
.hero-widget.type-homepage .desktop-image{
display:block;
} .hero-widget.type-capability {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 560px;
gap: 36px;
padding-top: 24px;
}
.hero-widget.type-capability .image-wrapper {
position: absolute;
top: 24px;
right: 0;
bottom: 0;
left: 0;
border-radius: 300px 27px 27px 300px;
z-index: 1;
pointer-events: none;
}
.hero-widget.type-capability .image-wrapper::before {
content: "";
position: absolute;
inset: 0;
background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
mix-blend-mode: luminosity;
opacity: 0.55;
border-radius: inherit;
z-index: 2;
pointer-events: none;
}
.hero-widget.type-capability .image-wrapper .capability-hero-image {
position: absolute;
top: 0;
right: 0;
width: 75.087%;
height: 100%;
object-fit: cover;
object-position: right center;
border-radius: inherit;
}
.hero-widget.type-capability .hero-principal {
position: relative;
z-index: 3;
width: 900px;
max-width: 100%;
gap: 36px;
}
.hero-widget.type-capability .hero-subtitle {
max-width: 530px;
}
.hero-widget.type-capability .headings {
display: flex;
flex-direction: column;
gap: 12px;
}
.hero-widget.type-capability .subheading {
color: #909090;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
margin: 0;
}
@keyframes miscelanyTopMove {
from { transform: translateY(0); }
to   { transform: translateY(30px); }
}
@keyframes miscelanyBottomMove {
from { transform: translateY(0); }
to   { transform: translateY(-30px); }
}
@media (max-width: 1200px) and (min-width: 768px) {
.hero-widget.type-homepage .desktop-image{
display:none;
}
.hero-widget.type-homepage {
margin-bottom: 60px;
}
.hero-widget.type-homepage .image-wrapper {
position: absolute;
right: 0;
top: 70px;
width: 100%;
z-index: -1;
}
.hero-widget.type-homepage .hero-tablet-image{
display:block;
}
.hero-widget.type-homepage .hero-mobile-image{
display:none;
}
.hero-widget.type-image.right .hero-principal {
width: 50%;
}
.hero-widget .hero-title{
word-break: normal;
overflow-wrap: anywhere;
}
.hero-widget.type-homepage .hero-title {
width: 100%;
}
.hero-widget.type-image .hero-subtitle {
word-break: break-all;
width: 100%;
}
.hero-widget.type-image.right .image-contenetor {
width: 50%;
height: fit-content;
aspect-ratio: 1;
}
.hero-widget.type-image.right .image-contenetor .miscelany.bottom {
width: 86px;
bottom: -90px;
right: 0px;
}
.hero-widget.type-download .description-download {
width: 100%;
}
.hero-widget.type-capability {
min-height: 0;
gap: 32px;
padding-top: 0;
}
.hero-widget.type-capability .image-wrapper {
position: relative;
inset: auto;
width: 100%;
aspect-ratio: 1140 / 560;
}
.hero-widget.type-capability .hero-principal {
width: 100%;
}
}
@media (max-width: 768px) {
.hero-widget {
gap: 50px;
}
.hero-widget .hero-principal {
gap: 32px;
}
.hero-widget.type-homepage {
margin-bottom: 300px;
}
.hero-widget.type-homepage .hero-principal {
width: auto;
}
.hero-widget .hero-button {
padding: 8px 20px !important;
font-size: 16px !important;
}
.hero-widget .hero-buttons a {
padding: 8px 20px;
font-size: 16px;
}
.hero-widget.type-homepage .hero-subtitle {
width: 100%;
}
.hero-widget .hero-title{
word-break: normal;
overflow-wrap: anywhere;
}
.hero-widget.type-homepage .hero-title {
width: 100%;
}
.hero-widget.type-seo-title .headings h1,
.hero-widget.type-seo-title .headings h2 {
font-size: 40px;
}
.hero-widget.type-homepage .image-wrapper {
position: absolute;
width: 100%;
top: 151px;
}
.hero-widget.type-homepage .hero-tablet-image{
display:none;
}
.hero-widget.type-homepage .hero-mobile-image{
display:block;
}
.hero-widget.type-homepage .desktop-image{
display:none;
}
.hero-widget.type-blog .hero-principal .breadcrumbs{
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.hero-widget.type-blog .hero-principal h1{
font-size: 30px;
}
.hero-widget.type-blog .date{
padding: 8px 12px 8px 8px;
font-size: 14px;
}
.hero-widget.type-blog .date .logo {
width: 24px;
height: 24px;
padding: 4px;
}
.hero-widget.type-blog .date a {
text-decoration-color: white;
text-underline-offset: 6px;
}
.hero-widget.type-blog .date a:hover {
text-decoration-color: white;
transition: 0.3s;
}
.hero-widget.type-blog .comments-quntity{
font-size: 14px;
}
.hero-widget.type-blog .description{
width: 100%;
}
.hero-widget.type-blog .description h2{
font-size: 18px;
}
.hero-widget.type-download .hero-principal .breadcrumbs-download{
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.hero-widget.type-download .hero-principal h1{
font-size: 30px;
}
.hero-widget.type-download .date-download{
padding: 8px 16px;
font-size: 14px;
}
.hero-widget.type-download .description-download{
width: 100%;
}
.hero-widget.type-download .description-download h2{
font-size: 18px;
}
.hero-widget.type-image{
flex-direction: column;
gap: 48px;
}
.hero-widget.type-image.right .hero-principal {
width: 100%;
}
.hero-widget.type-image .hero-subtitle {
width: 100%;
}
.hero-widget.type-image.right .image-contenetor {
width: 100%;
height: auto;
aspect-ratio: 1 / 1;
}
.hero-widget.type-image.right .image-contenetor .miscelany.top {
top: -48px;
left: 24px;
width: 48px;
animation: miscelanyTopMove 2s infinite alternate ease-in-out;
}
.hero-widget.type-image.right .image-contenetor .miscelany.bottom {
width: 60px;
bottom: -48px;
right: 16px;
animation: miscelanyBottomMove 2s infinite alternate ease-in-out;
}
.hero-widget.type-capability {
min-height: 0;
gap: 32px;
padding: 0 16px;
}
.hero-widget.type-capability .image-wrapper {
position: relative;
inset: auto;
width: 100%;
aspect-ratio: 421 / 275;
}
.hero-widget.type-capability .image-wrapper::before {
display: none;
}
.hero-widget.type-capability .image-wrapper .capability-hero-image {
width: 100%;
}
.hero-widget.type-capability .hero-principal {
width: 100%;
}
.hero-widget.type-capability .subheading {
font-size: 16px;
}
.hero-widget.type-capability .hero-title {
font-size: 32px;
line-height: 115%;
}
.hero-widget.type-capability .hero-subtitle {
font-size: 16px;
max-width: 100%;
}
}.media-block-widget {
display: flex;
gap: 24px;
background-color: #161616;
border-radius: 24px;
}
.media-block-image {
display: flex;
width: 50%;
align-items: center;
justify-content: center;
}
.media-block-image--padded {
padding: 72px 97px;
}
.media-block-image img {
width: 100%;
height: fit-content !important;
border-radius: 24px !important;
pointer-events: none;
}
.media-block-text {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 72px 97px;
gap: 24px;
}
.media-block-widget .media-block-heading{
color: var(--Default-White, #FFF);
font-family: "Hanken Grotesk";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0;
}
.media-block-widget .media-block-subtitle {
color: var(--Default-White, #FFF);
font-family: "Hanken Grotesk";
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 130%;
margin: 0;
}
.media-block-widget .media-block-content {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
@media (max-width: 1200px) {
.media-block-text {
padding: 32px;
}
}
@media (max-width: 768px) {
.media-block-widget {
flex-direction: column;
}
.media-block-image,
.media-block-text {
width: 100%;
}
.media-block-image--padded {
padding: 24px;
}
.media-block-text {
padding: 24px;
}
.media-block-widget .media-block-subtitle {
font-size: 20px;
}
.media-block-widget .media-block-content {
font-size: 16px;
}
} .media-block-button {
display: inline-block;
align-self: flex-start;
width: fit-content;
padding: 12px 24px;
background-color: #F2C94C;
color: #000000;
border-radius: 24px;
text-decoration: none;
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
transition: opacity 0.3s ease;
margin-top: 8px;
}
.media-block-button:hover {
opacity: 0.85;
color: #000000;
text-decoration: none;
}
@media (max-width: 768px) {
.media-block-button {
padding: 10px 20px;
font-size: 14px;
}
}.features-widget {
display: flex;
}
.container-gap-full {
gap: 96px;
}
.container-gap-half {
gap: 24px;
}
.features-widget-row {
flex-direction: row;
}
.backgrounded-color {
display: flex;
gap: 96px;
padding: 84px 97px 96px 97px;
border-radius: 24px;
}
.features-widget .full-width {
width: 100%;
}
.features-widget .half-width {
width: 50%;
}
.features-widget .dark {
color: #161616;
}
.features-widget .light {
color: #ffffff;
}
.features-block-widget.dark {
background-color: #161616;
}
.features-block-widget.light {
background-color: #ffffff;
}
.features-widget.direction-row {
display: flex;
flex-direction: row;
}
.features-widget.direction-column {
display: flex;
flex-direction: column;
}
.features-widget .features-table {
display: flex;
flex-wrap: wrap;
}
.features-widget .features-table-gap-column {
justify-content: space-between;
gap: 64px 0px;
}
.features-widget .features-table-gap-row {
justify-content: start;
gap: 24px 0px;
} .features-widget .features-table.columns-1 .feature-block {
flex: 0 0 100%;
} .features-widget .features-table.columns-2 .feature-block {
flex: 0 0 calc(50% - 48px);
} .features-widget .features-table.columns-3 .feature-block {
flex: 0 0 calc(33% - 48px);
}
.features-widget .feature-block {
position: relative;
padding: 0 0 0 97px;
}
.features-widget .feature-block.hidden-block {
opacity: 0;
pointer-events: none;
}
.features-widget .conteiner-heading-half-padding {
padding: 0 0 0 97px;
}
.features-widget .conteiner-heading-full-padding {
padding: 0 97px 0 97px;
gap: 28px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: start;
}
.features-widget .features-heading {
font-family: Urbanist;
font-style: normal;
font-weight: 900;
line-height: 115%;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
}
.features-widget .heading-size-half {
font-size: 64px;
margin: 0;
}
.features-widget .heading-size-full {
font-size: 80px;
}
.features-description {
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
color: #999999;
margin: 0;
}
.features-widget .features-heading.black {
color: #000;
}
.features-widget .feature-block img {
position: absolute;
transition: 0.3s;
}
.features-widget .misc-half-width {
width: 20px;
height: 26px;
left: 55px;
top: -1px;
}
.features-widget .misc-full-width {
width: 35px;
height: 44px;
left: 35px;
top: -4px;
}
.features-widget .feature-block:hover img {
transform: rotate(12deg);
transition: 0.3s;
}
.features-widget .feature-title {
color: var(--Gray-Gray-800, #eee);
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0 0 8px 0;
}
.features-widget .features-title-size-row {
font-size: 20px;
}
.features-widget .features-title-size-column {
font-size: 24px;
}
.features-widget .feature-title.black {
color: #000;
}
.features-widget .feature-content {
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0 0 16px 0;
}
.features-widget .features-content-size-row {
font-size: 20px;
}
.features-widget .features-content-size-column {
font-size: 16px;
}
.features-widget .feature-button {
color: var(--Color-Palette-Yellow-Yellow-500, #ffc432);
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%;
padding: 8px 0;
border-bottom: 1px solid var(--Color-Palette-Yellow-Yellow-500, #ffc432);
transition: 0.5s;
opacity: 0;
pointer-events: none;
}
.features-widget.light .feature-button {
color: var(--Color-Palette-Blue-Blue-500, #dc3374);
border-bottom: 1px solid;
}
.features-widget .feature-button:hover {
color: var(--Color-Palette-Blue-Blue-500, #25b1e1);
border-bottom: 1px solid;
}
.features-widget .feature-block:hover .feature-button {
transition: 0.5s;
opacity: 1;
pointer-events: all;
} .features-widget .feature-link {
color: var(--Color-Palette-Yellow-Yellow-500, #ffc432);
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%;
text-decoration: none;
border-bottom: 1px solid var(--Color-Palette-Yellow-Yellow-500, #ffc432);
transition: 0.3s;
display: inline-block;
padding: 4px 0;
}
.features-widget .feature-link:hover {
color: var(--Color-Palette-Blue-Blue-500, #25b1e1);
border-bottom: 1px solid var(--Color-Palette-Blue-Blue-500, #25b1e1);
transition: 0.3s;
} .features-widget .features-table.dynamic-color .feature-block img {
filter: grayscale(1);
transition: 0.3s;
}
.features-widget .features-table.dynamic-color .feature-block:hover img {
filter: grayscale(0);
transition: 0.3s;
} .features-widget .features-block-button-wrapper {
padding: 0 97px 96px 97px;
}
.features-widget .features-block-button {
font-family: "Hanken Grotesk";
background-color: var(--Color-Palette-Yellow-Yellow-500, #ffc432);
color: #000;
padding: 12px 32px 12px 32px;
text-decoration: none;
font-weight: 700;
border-radius: 27px;
width: fit-content;
transition: all 0.3s ease;
display: inline-block;
white-space: nowrap;
font-size: 20px;
height: 54px;
text-align: center;
}
.features-widget .features-block-button:hover {
background-color: var(--Color-Palette-Blue-Blue-500, #25b1e1);
}
.features-block-image {
position: absolute;
z-index: 0;
max-width: 50%;
max-height: 100%;
bottom: 0;
right: 0;
border-bottom-right-radius: 24px !important;
}
.features-block-button-wrapper.padding-background {
padding: 0 0 0 97px;
}
@media (max-width: 1200px) and (min-width: 768px) {
.features-widget {
gap: 48px;
}
.container-gap-half {
gap: 24px;
}
.backgrounded-color {
display: flex;
flex-direction: column;
gap: 48px;
padding: 48px 24px 48px 24px;
border-radius: 16px;
}
.features-widget .features-table.columns-3 .feature-block {
flex: 0 0 calc(50% - 48px);
}
.features-widget .conteiner-heading-half-padding {
padding: 0 0 0 62px;
}
.features-widget .conteiner-heading-full-padding {
padding: 0 62px 0 62px;
gap: 16px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: start;
}
.features-widget .feature-block {
padding: 0 0 0 62px;
}
.features-widget .feature-block img {
left: 12px;
}
.features-block-image {
max-width: 100%;
object-fit: contain;
border-bottom-right-radius: 16px !important;
}
.features-widget .features-block-button-wrapper {
padding: 0 24px 48px 40px;
}
.features-block-button-wrapper.padding-background {
padding: 0 0 0 40px;
}
.features-widget .features-block-button {
padding: 8px 20px 8px 20px;
font-weight: 700;
border-radius: 999px;
width: fit-content;
transition: all 0.3s ease;
display: inline-block;
white-space: nowrap;
font-size: 16px;
height: 40px;
position: relative;
z-index: 1;
}
.features-widget .feature-button {
opacity: 1;
}
.features-widget .features-table {
display: flex;
flex-wrap: wrap;
}
.features-widget .features-table-gap-column {
justify-content: space-between;
gap: 64px 0px;
}
.features-widget .features-table-gap-row {
justify-content: start;
gap: 24px 0px;
}
.features-widget .features-table.dynamic-color .feature-block img {
filter: grayscale(0);
}
}
@media (max-width: 768px) {
.backgrounded-color {
gap: 36px;
padding: 0px 0px 62px 0px;
border-radius: 16px;
}
.features-widget .half-width,
.features-widget .full-width {
width: 100%;
}
.container-gap-full {
gap: 36px;
}
.container-gap-half {
gap: 24px;
}
.features-widget .conteiner-heading-half-padding,
.features-widget .conteiner-heading-full-padding {
padding: 0;
width: 100%;
gap: 16px;
}
.features-widget.direction-row {
display: flex;
flex-direction: column;
}
.features-widget .features-table.columns-2 .feature-block {
flex: 0 0 100%;
height: auto;
}
.features-widget .features-table.columns-3 .feature-block {
flex: 0 0 100%;
height: auto;
}
.features-widget .heading-size-half {
font-size: 30px;
margin: 0;
}
.features-widget .heading-size-full {
font-size: 32px;
}
.features-widget .feature-block {
padding: 0 0 0 42px;
}
.features-widget .misc-half-width,
.features-widget .misc-full-width {
left: 0;
top: 0;
width: 24px;
height: 32px;
}
.features-widget .features-title-size-row {
font-size: 20px;
}
.features-widget .features-title-size-column {
margin-bottom: 8px;
font-size: 18px;
}
.features-widget .feature-content {
margin-bottom: 8px;
font-size: 14px;
}
.features-description {
font-size: 16px;
}
.features-widget .feature-link {
font-size: 16px;
}
.features-widget .features-table.dynamic-color .feature-block img {
filter: grayscale(0);
}
.features-widget .features-block-button-wrapper {
padding: 0 0 0 42px;
}
.features-block-button-wrapper.padding-background {
padding: 0 0 0 42px;
}
.features-widget .features-block-button {
padding: 8px 20px 8px 20px;
font-weight: 700;
border-radius: 999px;
width: fit-content;
transition: all 0.3s ease;
display: inline-block;
white-space: nowrap;
font-size: 16px;
height: 40px;
position: relative;
z-index: 3;
}
}.business-models-widget {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 24px;
}
.business-models-widget .business-models-heading {
display: flex;
align-items: center;
width: 50%;
font-size: 48px;
font-style: normal;
font-weight: 900;
line-height: 55.2px;
margin: 0px;
margin-right: 97px !important;
}
.business-models-widget .business-models-heading .business-models-heading-text {
margin: 0px;
}
.business-models-widget .business-models-bullets {
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
gap: 24px;
}
.business-models-widget .business-models-bullet {
display: flex;
flex-direction: row;
gap: 24px;
}
.business-models-widget .business-models-bullet .business-models-bullet-content {
display: flex;
flex-direction: column;
justify-content: center;
gap: 8px;
}
.business-models-widget .business-models-bullet .business-models-bullet-title {
margin: 0px;
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 28.8px       
}
.business-models-widget .business-models-bullet .business-models-bullet-text {
margin: 0px;
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
color: gray;
}
.business-models-widget .business-models-bullet .business-models-bullet-image {
width: 170px;
height: 170px;
}
@media (max-width: 1200px) {
.business-models-widget{
flex-direction: column;
}
.business-models-widget .business-models-heading {
width: 100%;
margin: 0 !important;
}
}
@media (max-width: 1200px) and (min-width: 769px) {
.business-models-widget{
gap: 48px;
}
.business-models-widget .business-models-bullets {
display: flex;
flex-flow: wrap;
justify-content: space-between;
width: 100%;
}
.business-models-widget .business-models-bullet {
width: calc(50% - 12px);
}
.business-models-widget .business-models-bullet .business-models-bullet-image {
width: 125px;
height: 125px;
}
}
@media (max-width: 768px) {
.business-models-widget .business-models-heading {
font-size: 28px;
}
.business-models-widget .business-models-bullets {
width: 100%;
gap: 20px;
}
.business-models-widget .business-models-bullet .business-models-bullet-title {
font-size: 18px   
}
.business-models-widget .business-models-bullet .business-models-bullet-text {
font-size: 14px
}
.business-models-widget .business-models-bullet .business-models-bullet-image {
width: 100px;
height: 100px;
}
}.works-widget.works-widget-type-contained {
position: relative;
background: var(--Gray-Gray-100, #161616);
padding: 60px 97px 72px 97px;
border-radius: 24px;
overflow: hidden;
z-index: 0;
}
.works-widget.works-widget-type-contained::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 700px;
height: 700px;
background: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/works/assets/background.svg) no-repeat center / contain;
transform: scaleX(-1);
pointer-events: none;
z-index: -1;
} .works-widget.works-widget-type-contained .heading {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist;
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0 0 12px 0;
}
.works-widget.works-widget-type-contained .subtitle {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
margin: 0 0 48px 0;
} .works-widget.works-widget-type-contained .case-studies-contenetor {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
}
.works-widget.works-widget-type-contained .case-study-block {
display: flex;
align-items: center;
gap: 36px;
} .works-widget.works-widget-type-contained .case-study-block .img-wrapper {
width: 170px;
height: 128px;
overflow: hidden;
border-radius: 8px;
transition: 0.4s;
}
.works-widget.works-widget-type-contained .case-study-block:hover .img-wrapper {
border-radius: 12px;
transition: 0.4s;
}
.works-widget.works-widget-type-contained .case-study-block img {
aspect-ratio: 85 / 64;
-webkit-filter: grayscale(100%);
transform-origin: center;
object-fit: cover;
object-position: center;
transition: 0.4s;
}
.works-widget.works-widget-type-contained .case-study-block:hover img {
-webkit-filter: grayscale(0%);
transform: scale(1.15);
transition: 0.4s;
} .works-widget.works-widget-type-contained .case-study-content {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 4px;
max-width: calc(946px - 36px - 35px - 170px - 36px * 2);
}
.works-widget.works-widget-type-contained .case-study-title {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0;
}
.works-widget.works-widget-type-contained .case-study-excerpt {
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
} .works-widget.works-widget-type-contained .case-study-block .case-study-button {
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/works/assets/left-arrow.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 45%;
color: black;
padding: 18px;
border-radius: 50%;
margin-left: 0;
opacity: 0;
transition: 0.4s;
}
.works-widget.works-widget-type-contained .case-study-block:hover .case-study-button {
opacity: 1;
margin-left: 35px;
transition: 0.4s;
}
.works-widget.works-widget-type-contained .case-study-button:hover {
background-color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.4s;
} .works-widget.works-widget-type-contained .case-study-link--disabled {
cursor: default;
} .works-widget.type-grid {
display: flex;
flex-direction: column;
gap: 96px;
}
.works-widget.type-grid .head {
display: flex;
flex-direction: row;
gap: 24px;
}
.works-widget.type-grid .head .heading {
width: calc(100% - 364px - 24px);
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.works-widget.type-grid .head .head-right {
position: relative;
width: 364px;
}
.works-widget.type-grid .head .head-right .subtitle {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.works-widget.type-grid .head .head-right a {
position: absolute;
bottom: 0;
color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
padding-bottom: 8px;
border-bottom: 1px solid;
transition: 0.3s;
}
.works-widget.type-grid .head .head-right a:hover {
color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
}
.works-widget.type-grid .head .head-right a:after {
content: "";
width: 40px;
height: 40px;
border: 1px solid;
border-radius: 50%;
position: absolute;
right: calc(-40px - 24px);
top: -5px;
-webkit-mask: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/works/assets/arrow.svg) no-repeat center / contain;
mask: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/works/assets/arrow.svg) no-repeat center / contain;
background-color: currentColor;
}
.works-widget.type-grid .case-studies-contenetor {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 32px 24px;
}
.works-widget.type-grid .case-studies-contenetor .card {
display: flex;
flex-direction: column;
gap: 24px;
width: calc((100% - 24px * 2) / 3);
}
.works-widget.type-grid .case-studies-contenetor .card .img-wrapper {
position: relative;
aspect-ratio: 182 / 137;
border-radius: 12px;
overflow: hidden;
transition: 0.3s ease;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .img-wrapper {
border-radius: 48px;
transition: 0.3s ease;
}
.works-widget.type-grid .case-studies-contenetor .card .img-wrapper::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.70) 100%);
opacity: 0;
transition: 0.3s;
pointer-events: none;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .img-wrapper::after {
opacity: 1;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card .img-wrapper .img-overlay {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
opacity: 0;
transition: 0.3s;
pointer-events: none;
z-index: 1;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .img-wrapper .img-overlay {
opacity: 1;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card .img-wrapper .client-logo {
max-width: 80%;
max-height: 120px;
width: auto;
height: auto;
object-fit: contain;
}
.works-widget.type-grid .case-studies-contenetor .card .img-wrapper .industry-badge {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%;
}
.works-widget.type-grid .case-studies-contenetor .card .img-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .img-wrapper img {
scale: 1.15;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card .content {
display: flex;
flex-direction: column;
gap: 12px;
}
.works-widget.type-grid .case-studies-contenetor .card .content .title {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 120%;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .content .title {
color: var(--Default-White, #FFF);
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card .content .excerpt {
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .content .excerpt {
color: var(--Gray-Gray-700, #DDD);
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card .content .button {
color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
border-bottom: 0.1px solid;
padding: 12px 0;
opacity: 0;
width: fit-content;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .content .button {
opacity: 1;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card .content .button:hover {
color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
} .works-widget.type-grid.hover-reveal .case-studies-contenetor .card .content {
gap: 0;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card .content .excerpt {
margin: 0;
max-height: 0;
opacity: 0;
overflow: hidden;
transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
margin-top 0.5s cubic-bezier(0.4, 0, 0.2, 1),
opacity 0.4s ease,
color 0.3s ease;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card:hover .content .excerpt {
max-height: 240px;
margin-top: 12px;
opacity: 1;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card .content .button {
margin: 0;
padding: 0;
max-height: 0;
opacity: 0;
overflow: hidden;
transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
margin-top 0.5s cubic-bezier(0.4, 0, 0.2, 1),
padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
opacity 0.4s ease,
color 0.3s ease;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card:hover .content .button {
max-height: 80px;
margin-top: 12px;
padding: 12px 0;
opacity: 1;
}
@media (max-width: 1200px) {
.works-widget.works-widget-type-contained {
padding: 32px 64px 64px;
}
.works-widget.works-widget-type-contained::after {
transform: scaleX(-1);
rotate: 270deg;
top: 0;
width: 350px;
height: 350px;
}
.works-widget.works-widget-type-contained .case-studies-contenetor{
flex-direction: row;
gap: 32px;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0 24px;
scroll-padding-left: 24px;
margin: 0 -24px;
}
.works-widget.works-widget-type-contained .case-studies-contenetor::-webkit-scrollbar{
display: none;
}
.works-widget.works-widget-type-contained .case-study-block{
flex: 0 0 auto;
scroll-snap-align: start;
position: relative;
flex-direction: column;
height: auto;
width: 258px;
gap: 20px;
}
.works-widget.works-widget-type-contained .case-study-block .img-wrapper {
width: 100%;
height: auto;
aspect-ratio: 13 / 9;
border-radius: 8px;
}
.works-widget.works-widget-type-contained .case-study-block img {
-webkit-filter: grayscale(0%);
}
.works-widget.works-widget-type-contained .case-study-block:hover img {
transform: scale(1);
}
.works-widget.works-widget-type-contained .case-study-content {
gap: 4px;
}
.works-widget.works-widget-type-contained .case-study-block .case-study-button {
opacity: 1;
}
.works-widget.works-widget-type-contained .case-study-block:hover .case-study-button {
margin-left: 0;
}
.works-widget.type-grid .case-studies-contenetor .card .content .button {
opacity: 1;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card .content .excerpt {
max-height: none;
margin-top: 12px;
opacity: 1;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card .content .button {
max-height: none;
margin-top: 12px;
padding: 12px 0;
opacity: 1;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card .img-wrapper .img-overlay {
display: none;
}
}
@media (max-width: 1200px) and (min-width: 769px) {
.works-widget.works-widget-type-contained .case-study-block .img-wrapper {
width: 100%;
height: auto;
aspect-ratio: 13 / 9;
}
.works-widget.works-widget-type-contained .case-study-block img {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
}
.works-widget.works-widget-type-contained .case-study-block .case-study-button {
align-self: start;
}
.works-widget.type-grid .head .heading {
width: calc(100% - 250px - 24px);
}
.works-widget.type-grid .head .head-right {
width: 250px;
}
.works-widget.type-grid .case-studies-contenetor .card {
width: calc((100% - 24px) / 2);
}
}
@media (max-width: 768px) {
.works-widget.works-widget-type-contained {
padding: 32px 24px;
}
.works-widget.works-widget-type-contained .heading {
font-size: 30px;
}
.works-widget.works-widget-type-contained .subtitle {
font-size: 18px;
}
.works-widget.works-widget-type-contained .case-study-block{
width: 170px;
}
.works-widget.works-widget-type-contained .case-study-title {
font-size: 18px;
}
.works-widget.works-widget-type-contained .case-study-excerpt {
font-size: 16px;
}
.works-widget.type-grid .case-studies-contenetor {
flex-direction: column;
gap: 48px;
}
.works-widget.type-grid {
gap: 48px;
}
.works-widget.type-grid .head {
flex-direction: column;
gap: 16px;
}
.works-widget.type-grid .head .heading {
width: 100%;
font-size: 32px;
}
.works-widget.type-grid .head .head-right {
width: 100%;
}
.works-widget.type-grid .head .head-right .subtitle {
font-size: 16px;
}
.works-widget.type-grid .head .head-right {
width: 100%;
display: flex;
flex-direction: column;
gap: 16px;
}
.works-widget.type-grid .head .head-right a {
position: relative;
width: fit-content;
font-size: 16px;
padding-bottom: 8px;
}
.works-widget.type-grid .head .head-right a:after {
right: calc(-40px - 12px);
}
.works-widget.type-grid .case-studies-contenetor .card {
width: 100%;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .img-wrapper {
border-radius: 12px;
}
.works-widget.type-grid .case-studies-contenetor .card .content .button {
display: none;
}
.works-widget.works-widget-type-contained .case-study-block .case-study-button {
align-self: flex-start;
}
}.social-proof-widget {
position: relative;
width: 100%;
}
.social-proof-widget .social-proof-review-svg {
position: absolute;
top: 0;
left: 0;
width: 134px;
height: 134px;
z-index: 1;
}
.social-proof-widget .social-proof-widget-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 72px 200px;
gap: 70px 0px;
}
.social-proof-widget-container.pill {
background-color: #161616;
border-radius: 1140px;
}
.social-proof-widget .social-proof-review .social-proof-review-text {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0px;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info .social-proof-reviewer {
display: flex;
flex-direction: column;
justify-content: center;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info .social-proof-reviewer .social-proof-reviewer-name {
font-family: "Hanken Grotesk";
font-weight: 700;
color: #DDDDDD;
font-size: 20px;
line-height: 150%;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info .social-proof-reviewer .social-proof-reviewer-role {
font-family: "Hanken Grotesk";
font-weight: 400;
color: #999999;
font-size: 16px;
line-height: 150%;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info .clutch-widget {
width: 185px;
border: none;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info .gartner-image {
width: 185px;
height: auto;
display: block;
}
@media (max-width: 1200px) {
.social-proof-widget .social-proof-review-svg {
width: 90px;
height: 90px;
}
.social-proof-widget .social-proof-widget-container {
flex-direction: column;
justify-content: center;
align-items: center;
padding: 62px 126px;
gap: 20px 0px;
}
.social-proof-widget-container.pill {
border-radius: 160px;
}
.social-proof-widget .social-proof-review .social-proof-review-text {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 120%;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info {
flex-direction: column;
align-items: start;
gap: 32px 0px;
width: 100%;
}
.social-proof-widget .social-proof-reviewer-info .social-proof-reviewer-name {
font-size: 16px;
}
.social-proof-widget .social-proof-reviewer-info .social-proof-reviewer-role {
font-size: 14px;
}
.social-proof-widget .social-proof-reviewer-info .clutch-widget {
width: 150px;
}
}
@media (max-width: 768px) {
.social-proof-widget .social-proof-widget-container {
padding: 48px 32px 32px 32px;
gap: 20px 0px;
}
.social-proof-widget .social-proof-review-svg {
width: 48px;
height: 48px;
top: -24px;
left: 20px;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info {
gap: 32px 0px;
}
.social-proof-widget-container.pill {
border-radius: 16px;
}
}.contact-form-widget.contact-type-dark {
display: flex;
flex-direction: row;
gap: 130px;
}
.contact-form-widget.contact-type-bright {
background-color: white;
display: flex;
flex-direction: column;
padding: 64px 97px;
border-radius: 24px;
gap: 50px;
}
.contact-form-widget .contact-form-wrapper {
flex: 60%;
align-content: center;
}
.contact-form-widget .contact-decoration {
flex: 40%;
}
.contact-form-widget .contact-form-heading {
color: var(--Default-Black, #000);
font-family: "Hanken Grotesk";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper form{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
gap: 32px;
}
.contact-form-widget.contact-type-dark .contact-form-wrapper form{
display: flex;
flex-direction: column;
gap: 24px;
}
.contact-form-widget .contact-form-wrapper .hs-form-field {
display: flex;
flex-direction: column;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper .hs-form-field{
gap: 18px
}
.contact-form-widget.contact-type-dark .contact-form-wrapper .hs-form-field{
gap: 20px;
}
.contact-form-widget .contact-form-wrapper label {
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
line-height: 130%;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper label {
color: var(--Default-Black, #000);
font-weight: 700;
}
.contact-form-widget.contact-type-dark .contact-form-wrapper label {
color: var(--Gray-Gray-700, #DDD);
font-weight: 400;
}
.contact-form-widget .contact-form-wrapper input {
position: relative;
border: none;
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
padding: 20px 32px;
border-radius: 8px;
width: 100%;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper input {
color: var(--Default-Black, #000);
background-color: var(--Gray-Gray-800, #EEE);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper input {
color: var(--Gray-Gray-600, #999);
background-color: var(--Gray-Gray-200, #242424);
}
.contact-form-widget .contact-form-wrapper input.error,.contact-form-widget .contact-form-wrapper textarea.error,.contact-form-widget .contact-form-wrapper select.error {
padding-right: 70px;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper input.error,.contact-form-widget.contact-type-bright .contact-form-wrapper textarea.error,.contact-form-widget.contact-type-bright .contact-form-wrapper select.error {
border: 1px solid var(--Color-Palette-Red-Red-500, #FF4647);
background-color: var(--Color-Palette-Red-Red-100, #FFEBEB);
color: var(--Gray-Gray-500, #606060);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper input.error,.contact-form-widget.contact-type-dark .contact-form-wrapper textarea.error,.contact-form-widget.contact-type-dark .contact-form-wrapper select.error {
background-color: var(--Color-Palette-Red-Red-900, #4D0F0F);
border: 1px solid var(--Color-Palette-Red-Red-300, #FF999A);
color: var(--Gray-Gray-800, #EEE);
}
.contact-form-widget .contact-form-wrapper input.error::placeholder,.contact-form-widget .contact-form-wrapper textarea.error::placeholder,.contact-form-widget .contact-form-wrapper select.error::placeholder {
color: var(--Gray-Gray-600, #999);
}
.contact-form-widget.contact-type-bright .contact-form-wrapper input[type="text"]:not(.error):not(:placeholder-shown),.contact-form-widget.contact-type-bright .contact-form-wrapper input[type="email"]:not(.error):not(:placeholder-shown),
.contact-form-widget.contact-type-bright .contact-form-wrapper textarea:not(.error):not(:placeholder-shown),.contact-form-widget.contact-type-bright .contact-form-wrapper select:valid:not(.error) {
background-color: var(--Color-Palette-Green-Green-100, #EBF9F0);
border: 1px solid var(--Color-Palette-Green-Green-500, #33C466);
color: var(--Gray-Gray-500, #606060);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper input[type="text"]:not(.error):not(:placeholder-shown),.contact-form-widget.contact-type-dark .contact-form-wrapper input[type="email"]:not(.error):not(:placeholder-shown),
.contact-form-widget.contact-type-dark .contact-form-wrapper textarea:not(.error):not(:placeholder-shown),.contact-form-widget.contact-type-dark .contact-form-wrapper select:valid:not(.error) {
background-color: var(--Color-Palette-Green-Green-900, #0F3B1F);
border: 1px solid var(--Color-Palette-Green-Green-300, #99E2B4);
color: var(--Gray-Gray-800, #EEE);
}
.contact-form-widget .contact-form-wrapper .input {
position: relative;
}
.contact-form-widget .contact-form-wrapper .input:has(input.error)::after,.contact-form-widget .contact-form-wrapper .input:has(textarea.error)::after,.contact-form-widget .contact-form-wrapper .input:has(select.error)::after  {
content: "";
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(input.error)::after,.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(textarea.error)::after,.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(select.error)::after  {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/bright/error.svg);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(input.error)::after,.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(textarea.error)::after,.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(select.error)::after  {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/dark/error.svg);
}
.contact-form-widget .contact-form-wrapper .input:has(textarea.error)::after {
top: 36px;
}
.contact-form-widget .contact-form-wrapper .input:has(select.error)::after {
right: 70px;
}
.contact-form-widget .contact-form-wrapper .input:has(input[type="text"]:not(.error):not(:placeholder-shown))::after,
.contact-form-widget .contact-form-wrapper .input:has(input[type="email"]:not(.error):not(:placeholder-shown))::after,
.contact-form-widget .contact-form-wrapper .input:has(textarea:not(.error):not(:placeholder-shown))::after,
.contact-form-widget .contact-form-wrapper .input:has(select:valid:not(.error))::after {
content: "";
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/check.svg);
background-size: contain;
background-repeat: no-repeat;
width: 16px;
height: 16px;
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(input[type="text"]:not(.error):not(:placeholder-shown))::after,
.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(input[type="email"]:not(.error):not(:placeholder-shown))::after,
.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(textarea:not(.error):not(:placeholder-shown))::after,
.contact-form-widget.contact-type-bright .contact-form-wrapper .input:has(select:valid:not(.error))::after {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/bright/check.svg);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(input[type="text"]:not(.error):not(:placeholder-shown))::after,
.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(input[type="email"]:not(.error):not(:placeholder-shown))::after,
.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(textarea:not(.error):not(:placeholder-shown))::after,
.contact-form-widget.contact-type-dark .contact-form-wrapper .input:has(select:valid:not(.error))::after {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/dark/check.svg);
}
.contact-form-widget .contact-form-wrapper .input:has(textarea:not(.error):not(:placeholder-shown))::after {
top: 32px;
}
.contact-form-widget .contact-form-wrapper .input:has(select:valid:not(.error))::after {
right: 70px;
}
.contact-form-widget .contact-form-wrapper textarea {
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
color: var(--Gray-Gray-600, #999);
width: 100%;
border-radius: 8px;
border: none;
padding: 20px 32px;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper textarea {
height: 105px;
}
.contact-form-widget.contact-type-dark .contact-form-wrapper textarea {
height: 210px;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper textarea {
background-color: var(--Gray-Gray-800, #EEE);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper textarea {
background-color: var(--Gray-Gray-200, #242424);
}
.contact-form-widget .hs-form-field ul {
padding: 0;
list-style: none;
}
.contact-form-widget .hs-form-field ul label {
display: flex;
flex-direction: row;
gap: 12px;
}
.contact-form-widget .contact-form-wrapper select {
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
padding: 20px 32px;
border-radius: 8px;
border: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
padding-right: 40px;
position: relative;
width: 100%;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper select {
background-color: var(--Gray-Gray-800, #EEE);
color: var(--Gray-Gray-500, #606060);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper select {
background-color: var(--Gray-Gray-200, #242424);
color: var(--Gray-Gray-600, #999);
}
.contact-form-widget .contact-form-wrapper select::-ms-expand {
display: none;
}
.contact-form-widget .contact-form-wrapper select,.contact-form-widget .contact-form-wrapper select.error,.contact-form-widget .contact-form-wrapper select:valid:not(.error) {
position: relative;
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/select-arrow.svg);
background-repeat: no-repeat;
background-position: right 32px center;
background-size: 16px;
cursor: pointer;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper select,.contact-form-widget.contact-type-bright .contact-form-wrapper select.error,.contact-form-widget.contact-type-bright .contact-form-wrapper select:valid:not(.error) {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/bright/select-arrow.svg);
}
.contact-form-widget.contact-type-dark .contact-form-wrapper select,.contact-form-widget.contact-type-dark .contact-form-wrapper select.error,.contact-form-widget.contact-type-dark .contact-form-wrapper select:valid:not(.error) {
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/dark/select-arrow.svg);
}
.contact-form-widget .contact-form-wrapper [type=submit] {
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
border-radius: 27px 27px 27px 27px;
padding: 12px 32px 12px 32px;
border: none;
transition: 0.3s;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper [type=submit],.contact-form-widget.contact-type-dark .contact-form-wrapper [type=submit] {
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
color: var(--Default-Black, #000);
}
.contact-form-widget .contact-form-wrapper div.actions {
position: relative;
width: fit-content;
cursor: pointer;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper div.actions:hover [type=submit],.contact-form-widget.contact-type-dark .contact-form-wrapper div.actions:hover [type=submit] {
background-color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
}
.contact-form-widget .contact-form-wrapper ul.no-list.hs-error-msgs {
list-style: none;
padding-left: 0;
}
.contact-form-widget .contact-form-wrapper label.hs-error-msg {
font-size: 15px;
}
.contact-form-widget .contact-form-wrapper div.actions::after {
position: absolute;
top: 6px;
content: "";
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/contact-form/assets/button-arrow.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 40%;
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
padding: 21px;
border-radius: 50%;
color: black;
transition: 0.3s;
display: inline-block;
}
.contact-form-widget .contact-form-wrapper div.actions:hover:after {
background-color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
}
.contact-form-widget .contact-form-wrapper div.actions:hover .hs-submit [type=submit] {
background-color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
}
.contact-form-widget.contact-type-bright .hs_submit.hs-submit {
width: fit-content;
height: fit-content;
justify-self: end;
transform: translateX(-41px);
}
.contact-form-widget.contact-type-bright .hs_error_rollup {
display: none;
}
.contact-form-widget .contact-form-wrapper .form-waiting{
color: #888;
margin: 0;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper .form-waiting{
text-align: left;
}
.contact-form-widget.contact-type-dark .contact-form-wrapper .form-waiting{
text-align: center;
}
.contact-form-widget .legal-consent-container p {
font-size: 13px;
font-family: "Hanken Grotesk";
line-height: 150%;
margin: 0;
}
.contact-form-widget.contact-type-bright .legal-consent-container p {
color: var(--Gray-Gray-600, #999);
}
.contact-form-widget.contact-type-dark .legal-consent-container p {
color: var(--Gray-Gray-500, #606060);
}
.contact-form-widget .hs_recaptcha {
display: none !important;
}
@media (max-width: 1200px) {
.contact-form-widget.contact-type-bright {
padding: 42px 64px;
}
.contact-form-widget.contact-type-dark {
gap: 42px;
}
}
@media (max-width: 768px) {
.contact-form-widget.contact-type-bright {
padding: 24px;
gap: 24px;
}
.contact-form-widget.contact-type-dark {
flex-direction: column;
gap: 96px;
}
.contact-form-widget .contact-form-heading{
font-size: 26px;
}
.contact-form-widget .contact-form-wrapper label {
font-size: 16px;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper form{
display: flex;
flex-direction: column;
gap: 24px;
}
.contact-form-widget.contact-type-bright .contact-form-wrapper .hs-form-field,.contact-form-widget.contact-type-dark .contact-form-wrapper .hs-form-field{
gap: 12px;
}
.contact-form-widget .contact-form-wrapper .hs-form-field input,
.contact-form-widget .contact-form-wrapper .hs-form-field select,
.contact-form-widget .contact-form-wrapper textarea {
padding: 16px;
font-size: 16px;
}
.contact-form-widget .contact-form-wrapper .input:has(input.error)::after, .contact-form-widget .contact-form-wrapper .input:has(textarea.error)::after, .contact-form-widget .contact-form-wrapper .input:has(select.error)::after {
right: 20px;
}
.contact-form-widget .contact-form-wrapper .input:has(textarea.error)::after {
top: 30px;
}
.contact-form-widget .contact-form-wrapper .input:has(select.error)::after {
right: 60px;
}
.contact-form-widget .contact-form-wrapper .input:has(input[type="text"]:not(.error):not(:placeholder-shown))::after, .contact-form-widget .contact-form-wrapper .input:has(input[type="email"]:not(.error):not(:placeholder-shown))::after, .contact-form-widget .contact-form-wrapper .input:has(textarea:not(.error):not(:placeholder-shown))::after, .contact-form-widget .contact-form-wrapper .input:has(select:valid:not(.error))::after {
right: 20px;
}
.contact-form-widget .contact-form-wrapper .input:has(select:valid:not(.error))::after {
right: 60px;
}
.contact-form-widget .contact-form-wrapper select, .contact-form-widget .contact-form-wrapper select.error, .contact-form-widget .contact-form-wrapper select:valid:not(.error) {
background-position: right 20px center;
}
.contact-form-widget .contact-form-wrapper [type=submit]{
font-size: 16px;
padding: 8px 20px;
}
.contact-form-widget .contact-form-wrapper div.actions::after{
top: 0px;
background-size: 32%;
padding: 19px;
}
.contact-form-widget.contact-type-bright .hs_submit.hs-submit {
justify-self: start;
transform: translateX(0px);
}
}.faqs-widget{
display:flex;
flex-direction: column;
gap: 20px;  
font-family: "Hanken Grotesk";
font-style: normal;
line-height: 120%;
}
.faqs-widget.type-framed{
width: 752px;
}
.faqs-widget p,
.faqs-widget h2,
.faqs-widget h3,
.faqs-widget h4,
.faqs-widget h5,
.faqs-widget h6 {
margin: 0;
}
.faqs-widget .heading {
font-size: 40px;
font-weight: 700;
color: var(--Gray-Gray-700, #DDD);
}
.faqs-widget .faqs-list {
display: flex;
flex-direction: column;
gap: 16px;
}
.faqs-widget .faq {
display: flex;
flex-direction: column;
border-radius: 12px;
padding: 16px 24px;
cursor: pointer;
}
.faqs-widget.type-normal .faq.active {
background: var(--Gray-Gray-100, #161616);
}
.faqs-widget.type-framed .faq {
background: var(--Gray-Gray-100, #161616);
}
.faqs-widget .faq .question{
display: flex;
flex-direction: row;
gap: 12px;
align-items: center;
font-size: 24px;
font-weight: 700;
line-height: 150%;
color: var(--Gray-Gray-600, #999);
transition: 0.3s;
}
.faqs-widget .faq.active .question{
color: white;
transition: 0.3s;
}
.faqs-widget .faq .question img {
width: 28px;
height: 28px;
filter: grayscale(1);
transform: rotate(45deg);
transition: 0.3s;
}
.faqs-widget .faq.active .question img {
filter: grayscale(0);
transform: rotate(0deg);
}
.faqs-widget .faq .answer {
color: var(--Gray-Gray-600, #999);
font-size: 20px;
font-weight: 400;
line-height: 150%;
pointer-events: none;
max-height: 0px;
padding: 0 48px;
opacity: 0;
transition:
opacity 0.15s,
max-height 0.3s,
padding 0.3s;
}
.faqs-widget .faq.active .answer {
max-height: none;
padding: 24px 48px;
opacity: 1;
transition:
opacity 0.3s,
max-height 0.3s,
padding 0.3s;
}
@media (max-width: 600px) {
.faqs-widget.type-framed{
width: 100%;
}
.faqs-widget .heading {
font-size: 28px;
line-height: 110%;
}
.faqs-widget .faq{
padding: 12px;
}
.faqs-widget .faq .question{
font-size: 18px;
line-height: 120%;
align-items: flex-start;
word-break: break-word;
overflow-wrap: break-word;
white-space: normal;
}
.faqs-widget .faq .question img {
width: 19px;
height: 19px;
}
.faqs-widget .faq .answer {
font-size: 16px;
line-height: 130%;
padding: 0 36px;
}
.faqs-widget .faq.active .answer {
padding: 12px 36px;
}
}.paragraph-widget{
width: 752px;
display: flex;
flex-direction: column;
gap: 36px;
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.paragraph-widget p,
.paragraph-widget h1,
.paragraph-widget h2,
.paragraph-widget h3,
.paragraph-widget h4,
.paragraph-widget h5,
.paragraph-widget h6 {
margin: 0;
} .paragraph-widget.size-XS {
font-size: 12px;
}
.paragraph-widget.size-XS h2 {
font-size: 24px;
}
.paragraph-widget.size-XS h3 {
font-size: 20px;
}
.paragraph-widget.size-XS h4 {
font-size: 16px;
}
.paragraph-widget.size-XS h5 {
font-size: 14px;
}
.paragraph-widget.size-XS h6 {
font-size: 12px;
} .paragraph-widget.size-S {
font-size: 16px;
}
.paragraph-widget.size-S h2 {
font-size: 32px;
}
.paragraph-widget.size-S h3 {
font-size: 24px;
}
.paragraph-widget.size-S h4 {
font-size: 18px;
}
.paragraph-widget.size-S h5 {
font-size: 16px;
}
.paragraph-widget.size-S h6 {
font-size: 14px;
} .paragraph-widget.size-M {
font-size: 20px;
}
.paragraph-widget.size-M h2 {
font-size: 48px;
}
.paragraph-widget.size-M h3 {
font-size: 36px;
}
.paragraph-widget.size-M h4 {
font-size: 24px;
}
.paragraph-widget.size-M h5 {
font-size: 20px;
}
.paragraph-widget.size-M h6 {
font-size: 16px;
} .paragraph-widget.size-L {
font-size: 24px;
}
.paragraph-widget.size-L h2 {
font-size: 56px;
}
.paragraph-widget.size-L h3 {
font-size: 44px;
}
.paragraph-widget.size-L h4 {
font-size: 32px;
}
.paragraph-widget.size-L h5 {
font-size: 24px;
}
.paragraph-widget.size-L h6 {
font-size: 20px;
} .paragraph-widget.size-XL {
font-size: 28px;
}
.paragraph-widget.size-XL h2 {
font-size: 64px;
}
.paragraph-widget.size-XL h3 {
font-size: 52px;
}
.paragraph-widget.size-XL h4 {
font-size: 40px;
}
.paragraph-widget.size-XL h5 {
font-size: 32px;
}
.paragraph-widget.size-XL h6 {
font-size: 24px;
}
.paragraph-widget .list-text-blocks {
display: flex;
flex-direction: column;
gap: 32px;
}
.paragraph-widget .text-block {
display: flex;
flex-direction: column;
gap: 20px;
}
.paragraph-widget .content {
display: flex;
flex-direction: column;
gap: 16px;
}
@media screen and (max-width: 480px) {
.paragraph-widget {
width: 100%;
gap: 24px;
}
.paragraph-widget .list-text-blocks {
gap: 18px;
}
.paragraph-widget .content {
gap: 12px;
}
.paragraph-widget .content {
gap: 10px;
}
.paragraph-widget .content ul {
padding-left: 24px;
} .paragraph-widget.size-XS {
font-size: 10px;
}
.paragraph-widget.size-XS h2 {
font-size: 18px;
}
.paragraph-widget.size-XS h3 {
font-size: 16px;
}
.paragraph-widget.size-XS h4 {
font-size: 14px;
}
.paragraph-widget.size-XS h5 {
font-size: 12px;
}
.paragraph-widget.size-XS h6 {
font-size: 10px;
} .paragraph-widget.size-S {
font-size: 12px;
}
.paragraph-widget.size-S h2 {
font-size: 22px;
}
.paragraph-widget.size-S h3 {
font-size: 18px;
}
.paragraph-widget.size-S h4 {
font-size: 16px;
}
.paragraph-widget.size-S h5 {
font-size: 14px;
}
.paragraph-widget.size-S h6 {
font-size: 12px;
} .paragraph-widget.size-M {
font-size: 16px;
}
.paragraph-widget.size-M h2 {
font-size: 28px;
}
.paragraph-widget.size-M h3 {
font-size: 22px;
}
.paragraph-widget.size-M h4 {
font-size: 18px;
}
.paragraph-widget.size-M h5 {
font-size: 16px;
}
.paragraph-widget.size-M h6 {
font-size: 14px;
} .paragraph-widget.size-L {
font-size: 18px;
}
.paragraph-widget.size-L h2 {
font-size: 32px;
}
.paragraph-widget.size-L h3 {
font-size: 26px;
}
.paragraph-widget.size-L h4 {
font-size: 22px;
}
.paragraph-widget.size-L h5 {
font-size: 18px;
}
.paragraph-widget.size-L h6 {
font-size: 16px;
} .paragraph-widget.size-XL {
font-size: 20px;
}
.paragraph-widget.size-XL h2 {
font-size: 36px;
}
.paragraph-widget.size-XL h3 {
font-size: 30px;
}
.paragraph-widget.size-XL h4 {
font-size: 24px;
}
.paragraph-widget.size-XL h5 {
font-size: 20px;
}
.paragraph-widget.size-XL h6 {
font-size: 18px;
}
}