html#choicebuilder {
    scroll-padding-top: 81px;
    scroll-behavior: smooth;

    @media screen and (max-width: 992px) {
        scroll-padding-top: 142px;
    }

    @media screen and (max-width: 600px) {
        margin-top: 0 !important;
    }
}

#choicebuilder * {
    font-family: "Lato", sans-serif;
}

#choicebuilder body {
    background: #f5f5f5 !important;
}

header#choicebuilder-confirmation-header {
    background: #fff;

    @media screen and (max-width: 540px) {
        min-height: 5rem !important;
    }
}

.choicebuilder-page #nav {
    border-bottom: 1px solid #9e9e9e;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

.choicebuilder-page #nav .nav-container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 50px;

    @media screen and (max-width: 1440px) {
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 24px;
    }

    @media screen and (max-width: 992px) {
        flex-direction: column;
        gap: 1rem;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.choicebuilder-page #nav .nav-container .nav-right-container {
    width: 60%;
    justify-content: end;
    gap: 50px;

    @media screen and (max-width: 992px) {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        gap: 1.5rem;
        text-align: center;
    }
}

.nav-right-container-item p {
    font-size: 1.5rem !important;

    @media screen and (max-width: 992px) {
        font-size: 1rem !important;
    }
}

.choicebuilder-page #nav .logo-container-item img {
    height: 40px;
}

.choicebuilder-hero-form-container {
    background: rgba(0, 152, 214, 0.3);
    padding: 2.5em;
    border-radius: 1.875rem;
}

.choicebuilder-page .cw-input:not(.checkbox-input) {
    background: #fff;
    border-radius: 0.25rem;
    border: 1px solid #4e4e4e;
    margin-bottom: 20px;
    padding: 1rem 0.625rem 0 0.625rem;
    position: relative;
}

.choicebuilder-page .cw-input:not(.checkbox-input) label {
    line-height: 1.5;
    color: #9e9e9e;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all ease;
}

.choicebuilder-page .cw-input:not(.checkbox-input) input {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.choicebuilder-page .cw-input:not(.checkbox-input):focus-within label,
.choicebuilder-page .cw-input input:not(:placeholder-shown) + label {
    top: 0.5rem;
    transform: translateY(0);
    font-size: 0.875rem;
}

.choicebuilder-page .cw-input input[type="checkbox"] {
    background-color: #fff;
    margin: 0;
    border: 1px solid #4e4e4e;
    border-radius: 0.25rem;
    height: 1rem;
    width: 1rem;
    max-width: 1rem;
}

.choicebuilder-page .cw-input input[type="checkbox"]::before {
    display: none;
}

.choicebuilder-page .cw-input input[type="checkbox"]::after {
    content: "";
    height: 0.5rem;
    width: 0.25rem;
    border-bottom: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    top: 25%;
    left: 50%;
}

.choicebuilder-page .cw-input input[type="checkbox"]:checked {
    background-color: #0098d6;
}

#choicebuilder-header-content {
    background: url(../../_microsite-choicebuilder/img/choicebuilder-hero.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 3.75rem;
    padding-bottom: 2rem;

    @media screen and (max-width: 992px) {
        padding-top: 6.75rem;
        padding-bottom: 0;
    }
}

#choicebuilder-header-content h1 {
    font-weight: 700;
    line-height: 56px;
    margin-top: 3.5rem;

    @media screen and (max-width: 992px) {
        margin-top: 5rem;
        line-height: 1.6;
    }
}

.form-header {
    display: none;
}

.form-header h1 {
    margin-top: 0 !important;
}

@media screen and (max-width: 600px) {
    #choicebuilder-header-content {
        background: #fff;
        padding-top: 171px;
    }

    #choicebuilder-header-content .container,
    #choicebuilder-header-content .column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #mobile-hero {
        background: url(../../_microsite-choicebuilder/img/choicebuilder-hero.jpg);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        height: 244px;
    }

    #get-my-free-quote-form {
        border-radius: 0;
        max-width: none !important;
    }

    .form-header {
        display: block;
    }

    .hero-header {
        display: none;
    }
}

.choicebuilder-page h2:not(.text-lg, .font-normal) {
    font-weight: 700;
    font-size: clamp(2rem, 2.5vw + 1rem, 3rem);
}

.choicebuilder-page p:not(.font-bold) {
    font-weight: 400;
}

.choicebuilder-page p:not(.text-xs, .text-sm, .text-lg) {
    font-size: 1.125rem;
}

#choicebuilder .container {
    width: 100%;

    @media screen and (max-width: 992px) {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: 0;
        margin-right: 0;
    }
}

#choicebuilder .container > .container {
    @media screen and (max-width: 992px) {
        padding-left: 0;
        padding-right: 0;
    }
}

#choicebuilder .row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    max-width: 1440px;
}

#choicebuilder .row::after {
    display: none;
}

#choicebuilder .row:not(.m-flex-col-rev) {
    @media screen and (max-width: 992px) {
        flex-direction: column;
        gap: 2rem;
    }
}

#choicebuilder .row.m-flex-col-rev {
    @media screen and (max-width: 992px) {
        flex-direction: column-reverse;
        gap: 2rem;
    }
}

.choicebuilder-page .row::before {
    display: none;
}

#choicebuilder .column {
    flex: 1;
}

#choicebuilder .column.rm-custom-col {
    flex: auto;
}

/* DISPLAY */
.m-block {
    display: none;

    @media screen and (max-width: 992px) {
        display: block !important;
    }
}

.m-hidden {
    display: block;

    @media screen and (max-width: 992px) {
        display: none !important;
    }
}

/* GAP */
.m-gap-0 {
    @media screen and (max-width: 992px) {
        gap: 0 !important;
    }
}

.gap-10 {
    gap: 10px;
}

.gap-50 {
    gap: 50px;
}

.m-gap-64 {
    @media screen and (max-width: 992px) {
        gap: 4rem !important;
    }
}

.gap-80 {
    gap: 80px !important;
}

.has-text-bg {
    background-color: rgba(244, 116, 33, 0.16);
}

/* BACKGROUNDS */

.bg-black {
    background-color: #2e343d;
}

.bg-dark-blue {
    background-color: #00529c;
}

.bg-green {
    background-color: #99c24a;
}

.bg-transparent {
    background-color: transparent;
}

/* BORDERS */

.border-none {
    border: none;
}

.custom-white-border {
    border: 12px solid #fff;
    border-top-width: 6px;
}

.rounded-sm {
    border-radius: 0.5rem;
}

.rounded-lg {
    border-radius: 1.25rem;
}

.rounded-xl {
    border-radius: 1.5rem;
}

.rounded-xxl {
    border-radius: 1.875rem;
}

.rounded-xxxl {
    border-radius: 2.5rem;
}

.rounded-t-sm {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.rounded-b-sm {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.free-quote-form {
    padding: 2.5rem;

    @media screen and (max-width: 992px) {
        padding: 1.5rem;
    }
}

.free-quote-form .form-row {
    display: flex;
    margin: 0;
    gap: 1rem;
}

.free-quote-form .form-row .cw-input {
    flex-grow: 1;
}

#get-my-free-quote-form {
    box-shadow: 0 6px 16px #99C24A99;
    background: #99C24AE5;
}

#get-my-free-quote-form input[type="submit"] {
    border: none;
    outline: none;
}

.relative {
    position: relative;
}

.img-shadow-right {
    filter: drop-shadow(12px 10px 0 #0098d6);
}

.img-shadow-left {
    filter: drop-shadow(-12px 10px 0 #c6ee78);
}

.shadow-sm {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.overflow-hidden {
    overflow: hidden;
}

/* PADDING */

.p-0 {
    padding: 0;
}

.p-20 {
    padding: 20px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-40 {
    padding-left: 40px;
}

.py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;

    @media screen and (max-width: 992px) {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;

    @media screen and (max-width: 992px) {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;

    @media screen and (max-width: 992px) {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.m-pt-40 {
    @media screen and (max-width: 992px) {
        padding-top: 40px;
    }
}

.pb-100 {
    padding-bottom: 100px;

    @media screen and (max-width: 992px) {
        padding-bottom: 20px;
    }
}

.m-pb-112 {
    padding-bottom: 112px;
}

.pb-120 {
    padding-bottom: 120px;
}

/* MARGINS */

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.m-0 {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mr-0 {
    margin-right: 0 !important;
}

.mt-n64 {
    margin-top: -4rem;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.m-mb-32 {
    @media screen and (max-width: 992px) {
        margin-bottom: 2rem;
    }
}

.m-mb-40 {
    @media screen and (max-width: 992px) {
        margin-bottom: 40px;
    }
}
.mb-40 {
    margin-bottom: 40px;

    @media screen and (max-width: 992px) {
        margin-bottom: 20px;
    }
}

.m-mb-60 {
    @media screen and (max-width: 992px) {
        margin-bottom: 60px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.custom-mb {
    @media screen and (max-width: 1300px) and (min-width: 993px) {
        margin-bottom: 8rem;
    }
}

/* FLEX ALIGNMENT */
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.m-flex-col {
    @media screen and (max-width: 992px) {
        flex-direction: column;
    }
}

.grow-1 {
    flex-grow: 1;
}

.basis-800 {
    flex-basis: 800px;
}

.basis-25 {
    flex-basis: 25%;
}

.basis-75 {
    flex-basis: 75%;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.self-center {
    align-self: center;
}

/* ABSOLUTE POSITIONING */

.absolute {
    position: absolute;
}

.z-10 {
    z-index: 10;
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.left-n130 {
    left: -130px;
}

.left-50 {
    left: 50%;
}

.left-n5p {
    left: -5%;
}

.top-0 {
    top: 0;
}

.m-top-100p {
    @media screen and (max-width: 992px) {
        top: 100% !important;
        transform: translateY(0);
    }
}

.top-24 {
    top: 1.5rem;
}

.top-25p {
    top: 25%;
}

.top-n40 {
    top: -40px;
}

.top-n64 {
    top: -64px;
}

.top-50 {
    top: 50%;
}

.bottom-0 {
    bottom: 0;
}

.translate-y-n50 {
    transform: translateY(-50%);
}

.translate-x-n50 {
    transform: translateX(-50%);
}

/* HEIGHT & WIDTH */

.max-h-210 {
    max-height: 210px;

    @media screen and (max-width: 992px) {
        max-height: none;
    }
}

.h-250 {
    height: 250px;
}

.h-260 {
    height: 260px;

    @media screen and (max-width: 992px) {
        height: 40vw;
        max-height: 220px;
    }
}

.h-500 {
    height: 500px;
}

.min-w-210 {
    min-width: 210px;
}

.max-w-200 {
    max-width: 200px;
}

.max-w-248 {
    max-width: 248px;
}

.max-w-360 {
    max-width: 360px;
}

.max-w-480 {
    max-width: 480px;
}

.max-w-500 {
    max-width: 500px;
}

.max-w-600 {
    max-width: 600px;
}

.max-w-800 {
    max-width: 800px;
}

.max-w-940 {
    max-width: 940px;
}

.max-w-1200 {
    max-width: 1200px;
}

.max-w-1440 {
    max-width: 1440px;
}

.w-200 {
    width: 200px;
}

.w-250 {
    width: 250px;
}

.w-260 {
    width: 260px;

    @media screen and (max-width: 992px) {
        width: 40vw;
        max-width: 220px;
    }
}

.w-300 {
    width: 300px;
}

.h-600 {
    height: 600px;
}

.w-600 {
    width: 600px;
}

.m-w-50p {
    @media screen and (max-width: 992px) {
        width: 50%;
    }
}

.w-60p {
    width: 60%;

    @media screen and (max-width: 992px) {
        width: 100%;
    }
}

.w-fit {
    width: fit-content;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.h-110p {
    height: 110%;
}

/* TABLE */

#table-container {
    overflow: auto;
}

#plan-table th,
#plan-table td {
    text-align: center;
}

#plan-table tr,
#plan-table tbody {
    border: none;
    border-color: transparent;
}

#plan-table tr:not(:last-of-type) td:not(:last-of-type) {
    border: 1px solid #9e9e9e;
}

#plan-table tr:not(:last-of-type) td:last-of-type {
    border: 1px solid #9e9e9e;
    border-right-width: 0;
}

#plan-table tr:last-of-type td:not(:last-of-type) {
    border: 1px solid #9e9e9e;
    border-bottom-width: 0;
}

#plan-table thead tr th:not(:first-of-type, :last-of-type) {
    border: 1px solid #9e9e9e;
    border-top-width: 0;
}

#plan-table thead tr th:first-of-type {
    border-right: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    border-top-width: 0;
}

#plan-table thead tr th:last-of-type {
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
}

#plan-table tbody tr:not(:first-of-type, :last-of-type) th {
    border: 1px solid #9e9e9e;
    border-left-width: 0;
}

#plan-table tbody tr:first-of-type th {
    border-right: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
}

#plan-table tbody tr:last-of-type th {
    border-right: 1px solid #9e9e9e;
    border-top: 1px solid #9e9e9e;
}

#plan-table th:not(.empty-grid-item, .bg-dark-blue) {
    font-weight: 400;
    font-size: 1.5rem;
    background-color: #f47421;
}

#plan-table p {
    margin-bottom: 0;
    text-align: left;
}

#plan-table td {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

#plan-table td:not(.text-md) {
    font-weight: 700;
    font-size: 3rem;

    @media screen and (max-width: 992px) {
        font-size: 1.5rem;
    }
}

/* GRIDS */

.empty-grid-item {
    background-color: transparent;
    border: none !important;
}

.table-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 24px;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.table-logos img {
    width: 100%;
    height: 100%;
    max-height: 24px;
    object-fit: contain;
}

.grid-logos {
    gap: 2.5rem;

    @media screen and (max-width: 992px) {
        gap: 1.5rem;
    }
}

.four-col-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    @media screen and (max-width: 992px) {
        grid-template-columns: repeat(2, 1fr);
    }
}

.card-grid {
    gap: 1.25rem 2.5rem;

    @media screen and (max-width: 600px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.grid-logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    padding: 30px 10px;
    background-color: #fff;
}

.grid-logo-item img {
    height: 32px;
}

.card-item {
    background: #fff;
    padding: 1.25rem;
    border-radius: 0.5rem;
    text-align: center;
    z-index: 10;
}

.card-item img {
    margin-bottom: 1.25rem;
    border-radius: 0.5rem;
}

.card-item h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #00529c;
    margin-bottom: 0.625rem;
}

.card-item p {
    font-size: 1rem;
}

/* TYPOGRAPHY */

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-xs {
    font-size: 0.875rem;
}

.m-text-base {
    @media screen and (max-width: 992px) {
        font-size: 1rem !important;
    }
}

.text-md {
    font-size: 1.125rem;
}

.text-lg {
    font-size: clamp(1.25rem, 1vw + 0.75rem, 1.5rem);
}

.text-xl {
    font-size: clamp(1.5rem, 1.5vw + 1rem, 2rem);
}

.text-xxl {
    font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
}

.text-3xl {
    font-size: clamp(2rem, 2.5vw + 1rem, 3rem);
}

.font-normal {
    font-weight: 400;
}

.font-bold {
    font-weight: 700;
}

.text-green {
    color: #99c24a;
}

.text-dark-blue {
    color: #00529c;
}

.text-orange {
    color: #f47421;
}

.primary-btn {
    background-color: #00529c;
    color: #fff !important;
    padding: 20px 24px !important;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: 700 !important;
    outline: none;
    border: 1px solid #00529c;
    text-wrap: nowrap;

    @media screen and (max-width: 992px) {
        padding: 0.75rem 1rem !important;
    }
}

.primary-btn:hover {
    background-color: #fff;
    color: #00529c !important;
}

.custom-markers {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.custom-markers li {
    line-height: 32px;
    display: flex;
}

.custom-markers li:not(.text-lg, .text-md, .text-sm) {
    font-size: 1.25rem;
}

.custom-markers li::before {
    content: "";
    display: inline-block;
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: top;
}

.custom-markers li#no-cost-no-risk::before {
    background-image: url(../../_microsite-choicebuilder/img/icons/crossed-money.svg);
}

.custom-markers li#one-enrollment-form::before {
    background-image: url(../../_microsite-choicebuilder/img/icons/ballot-icon.svg);
}

.custom-markers li#easy-to-implement::before {
    background-image: url(../../_microsite-choicebuilder/img/icons/bell-icon.svg);
}

.custom-markers li#amazing-service::before {
    background-image: url(../../_microsite-choicebuilder/img/icons/heart-icon.svg);
}

.custom-markers li#nationwide-carriers::before {
    background-image: url(../../_microsite-choicebuilder/img/icons/bar-chart-icon.svg);
}

li#vision-marker::before {
    background-image: url(../../_microsite-choicebuilder/img/icons/glasses-icon-green.svg);
}

li#chiro-marker::before {
    background-image: url(../../_microsite-choicebuilder/img/icons/skeleton-icon-green.svg);
}

li#life-marker::before {
    background-image: url(../../_microsite-choicebuilder/img/icons/shield-heart-icon-green.svg);
}

.leaf-animation-container {
    position: relative;
    width: 480px;
    height: 480px;

    @media screen and (max-width: 992px) {
        margin-left: auto;
        margin-right: auto;
        width: 65vw;
        height: 65vw;
        max-width: 480px;
        max-height: 480px;
    }
}

.leaf {
    border-radius: 50% 50% 50% 0;
    transition: 0.3s all ease;

    @media screen and (max-width: 992px) {
        margin-left: auto;
        margin-right: auto;
    }
}

.leaf.has-hover:hover {
    background-color: #0098d6;
    color: #fff;
}

#start-offering-leaf {
    width: 600px;
    max-width: 600px;
    padding: 1.25rem 0 1.25rem 2.5rem;

    @media screen and (max-width: 992px) {
        padding: 0.75rem 0 0.75rem 2rem;
        max-width: 480px;
        max-height: 480px;
        width: 90vw;
        height: 90vw;
    }
}

#start-offering-leaf h3 {
    max-width: 360px;

    @media screen and (max-width: 992px) {
        max-width: 80%;
    }
}

#start-offering-leaf p {
    max-width: 480px;

    @media screen and (max-width: 992px) {
        max-width: 80%;
    }
}

#green-leaf-top-img {
    background-image: url(../../_microsite-choicebuilder/img/person-smiling.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;

    @media screen and (max-width: 992px) {
        width: 50vw;
        height: 50vw;
        max-width: 200px;
        max-height: 200px;
    }
}

.leaf-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: 480px;

    @media screen and (max-width: 992px) {
        width: 65vw;
        height: 65vw;
        max-width: 480px;
        max-height: 480px;
    }
}

#green-leaf-animation {
    background-color: rgba(153, 194, 74, 0.4);
    transform-origin: bottom left;
    animation: leaf-animation-up 6s linear infinite;
    transition: 0.3s all ease;
}

#blue-leaf-animation {
    background-color: rgba(0, 152, 214, 0.4);
    transform-origin: bottom left;
    transform: rotate(15deg);
    animation: leaf-animation-down 6s linear infinite;
    transition: 0.3s all ease;
}

@keyframes leaf-animation-down {
    0% {
        transform: rotate(15deg);
    }
    2% {
        transform: rotate(15deg);
    }
    48% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    52% {
        transform: rotate(0deg);
    }
    98% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(15deg);
    }
}

@keyframes leaf-animation-up {
    0% {
        transform: rotate(0deg);
    }
    2% {
        transform: rotate(0deg);
    }
    48% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(15deg);
    }
    52% {
        transform: rotate(15deg);
    }
    98% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.color-row {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    max-height: 210px;
    border-radius: 1.25rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;

    @media screen and (max-width: 992px) {
        max-height: 100%;
        text-align: center;
    }
}

.color-row h2 {
    @media screen and (max-width: 992px) {
        font-size: 1.5rem !important;
    }
}

.color-row .column.basis-25 {
    @media screen and (max-width: 992px) {
        display: flex;
        justify-content: center !important;
    }
}

.color-row-container {
    margin-bottom: 80px;

    @media screen and (max-width: 992px) {
        margin-bottom: 40px;
    }
}

.color-row-container:nth-child(even) .color-row {
    background-color: #99c24a;
}

.color-row-container:nth-child(odd) .color-row {
    background-color: #00529c;
}