﻿.faux-container {
    margin: 0px auto !important;
    max-width: 1540px;
    display: block !important;
    float: none !important;
    width: 100% !important;
    padding: 0 10px !important
}

.get-started-module {
    color: #221e1f
}

.get-started-module span {
    display: block
}

span.h5 {
    font-size: clamp(14px, 2vw, 18px);
    text-transform: uppercase;
    font-family: 'futuraBold', Sans-Serif;
    margin-bottom: 40px
}

.get-started-module .h5 {
    color: #a59f9f
}

.large-h2 {
    font-family: 'Canadian', Georgia, Serif;
    line-height: 100%;
    font-size: clamp(24px, 3vw, 38px);
    margin-bottom: 60px
}

.get-started-module h3 {
    font-size: clamp(14px, 3vw, 20px);
    color: #900;
    text-align: center;
    font-weight: 700
}

.get-started-module-headline {
    width: 80%;
    max-width: 620px;
    text-align: center;
    margin: 0px auto
}

.boxed-content-module.get-started-module {
    background-color: none
}

.get-started-module .faux-container .get-started-module-container {
    background: #FFF;
    float: none;
    display: block;
    margin: 0px auto;
    box-shadow: 0px 40px 60px #00000026;
    padding: 60px;
    position: relative;
    z-index: 10
}

.bulleted-lists-section li:before {
    content: "•";
    padding-right: 5px;
    color: #930000;
    font-size: 0px;
    line-height: 0px;
    vertical-align: middle;
    position: absolute;
    left: -25px;
    background-color: #930000;
    width: 15px;
    height: 15px;
    border-radius: 200%;
    top: 5px
}

.bulleted-lists-section li {
    padding-bottom: 15px;
    margin-left: 5px;
    font-size: clamp(14px, 2vw, 18px);
    font-family: 'Open Sans';
    position: relative;
    list-style: none !important
}

.left-bar-sprite {
    height: 110px;
    position: absolute;
    width: 5px;
    background: #a59f9f
}

.bottom-right-bar-sprite {
    width: 110px;
    position: absolute;
    right: 60px;
    height: 5px;
    background: #900
}

.bulleted-lists-section {
    width: 80%;
    max-width: 960px;
    margin: 0px auto;
    display: grid;
    grid-template-rows: 1fr;
    gap: 40px
}

.bulleted-lists-section.one-column-count {
    grid-template-columns: 1fr
}

.bulleted-lists-section.two-column-count {
    grid-template-columns: 1fr 1fr
}

.bulleted-lists-section.three-column-count {
    grid-template-columns: 1fr 1fr 1fr
}
@media(max-width:768px) {
    .bulleted-lists-section.three-column-count {
        grid-template-columns: 1fr
    }
}

.bulleted-lists-section.four-column-count {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media screen and (max-width:1267px) {
    .design-elements-bg .gray-bg-circle.right {
        display: none
    }

    .get-started-module .faux-container .get-started-module-container {
        padding: 20px
    }

    .get-started-module .faux-container {
        padding: 20px
    }

    .design-elements-bg .red-circle-bg {
        top: 10% !important
    }
}

@media screen and (max-width:767px) {
    .bulleted-lists-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 40px
    }
}

@media screen and (max-width:680px) {
    .bulleted-lists-section {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 20px
    }
}

.get-started-module,
.get-started-module .faux-container {
    position: relative
}

.design-elements-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    width: 100%
}

.design-elements-bg .red-circle-bg {
    width: 285px;
    height: 285px;
    background: #900;
    border-radius: 100%;
    position: absolute;
    top: 150px;
    left: -50px;
    z-index: 3
}

.design-elements-bg .gray-stripes-bg-circle {
    width: 240px;
    height: 240px;
    border-radius: 100%;
    position: absolute;
    top: 300px;
    left: -50px;
    z-index: 2
}

.design-elements-bg .gray-bg-circle.right {
    width: 470px;
    height: 470px;
    background: #d5d9d8;
    border-radius: 100%;
    position: absolute;
    top: 300px;
    right: -60px;
    left: unset;
    z-index: 2
}

.plus-icon-middle-left {
    position: absolute;
    top: 50%
}

.plus-icon-middle-left span {
    width: 10px;
    background: #a59f9f;
    height: 1px;
    position: absolute;
    margin: auto 0px
}

.plus-icon-middle-left span:first-of-type {
    transform: rotate(90deg)
}

.get-started-module .cta-wrap {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px
}

.get-started-module .hubspot-grader-form-container {
    box-shadow: none !important
}

.get-started-module .step-counter {
    text-align: center
}

.get-started-module .smaller-step-text {
    font-size: clamp(14px, 2vw, 18px);
    text-transform: uppercase;
    font-family: Open Sans;
    color: #a59f9f;
    text-decoration: none;
    line-height: 100%
}

.get-started-module .larger-step-text {
    display: block;
    font-size: 32px;
    font-weight: 900;
    line-height: 100%;
    font-family: 'futuraBold';
    color: #900
}