.column-center-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.section-width {
    max-width: 1400px;
}
.primary-blue {
    color: var(--blue);
}
.white-text {
    color: var(--white);
}
.secondary-grey {
    color: var(--gray);
}
.svg-color {
    background: var(--dark-blue);
}
strong {
    font-weight: 600;
}
.dark-blue-bg {
    background: #032D60;
}
.medium-blue-bg {
    background: #D7E3FF;
}
.light-blue-bg {
    background: #EAF0FF;
}
.light-grey-bg {
    background: #F8F8F8;
}
.flex {
    display: flex;
    align-items: center;
}
.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.align-start {
    align-items: start !important;
}
.justify-content-center {
    justify-content: center;
}
.space-between {
    justify-content: space-between;
}
.center-text {
    text-align: center;
}
.flex-items {
    display: flex;
    justify-content: center;
    align-items: start;
}
.flex-wrap-items {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}
.padding-bottom-8px {
    padding-bottom: 8px;
}
.padding-bottom-16px {
    padding-bottom: 16px;
}
.padding-bottom-24px {
    padding-bottom: 24px;
}
.padding-bottom-36px {
    padding-bottom: 36px;
}
.padding-bottom-48px {
    padding-bottom: 48px;
}
.padding-bottom-64px {
    padding-bottom: 64px;
}
.margin-top-20px {
    margin-top: 20px;
}
.margin-bottom-20px {
    margin-bottom: 20px;
}
.pattern-bg {
    background-position: center center;
    background-size: contain;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.shape {
    line-height: 0;
    fill: #F8F8F8;
}
.shape svg {
    width: 100%;
    height: 80px;
}
.shape path {
    transform-origin: center;
    transform: rotateX(180deg);
}
.bottom-shape {
    line-height: 0;
    fill: #D7E3FF;
}
.bottom-shape svg {
    width: 100%;
    height: 100px;
    display: block;
}
.bottom-shape path {
    transform-origin: center;
    transform: rotateY(0deg);
}
.dots-bg {
    background-position: top left;
    background-repeat: no-repeat;
}
.blue-dot:after {
    content: ".";
    color: var(--blue);
    font-size: 36px;
}
.blue-question-mark:after {
    content: "?";
    color: var(--blue);
    font-size: 36px;
}
.blue-exclamation-mark:after {
    content: "!";
    color: var(--blue);
    font-size: 36px;
}
.one-third {
    width: 33.33%;
}
.full-width {
    width: 100%;
}
.button {
    padding: 10px 22px;
    border: none;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    font-family: 'Lexend Deca', sans-serif;
}
.primary-button {
    color: var(--white);
    background: var(--dark-blue);
}
.primary-button:hover {
    background: var(--blue);
}
.secondary-button {
    color: var(--white);
    background: var(--blue);
    border: 1px solid var(--blue);
}
.secondary-button:hover {
    background: var(--dark-blue);
    border-color: var(--dark-blue);
}
.border-button {
    color: var(--blue);
    background: var(--white);
    border: 1px solid var(--blue);
}
.border-button:hover {
    background: rgba(88, 144, 249, 0.04);
}
.large-button {
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 500;
}
.small-button {
    padding: 8px 16px;
    font-size: 12px;
}
.rounded-button {
    border-radius: 6px;
}
.card {
    box-shadow: rgb(149 157 165 / 24%) 0 8px 24px;
    background: var(--white);
    border-radius: 12px;
}
.section {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 80px 40px;
}
.cropped-image-section {
    padding: 0 40px;
}
.cropped-image-section .file-wrapper {
    overflow: hidden;
}
.cropped-image-section img {
    transform: translateY(80px);
}
.cropped-image-section .section-content {
    padding: 0;
}
.half-section {
    width: 50%;
}
.section-padding {
    padding: 80px 40px;
}
.file-wrapper {
    justify-content: center;
    max-width: 700px;
}
.left-section-content {
    padding-right: 8%;
}
.right-section-content {
    padding-left: 8%;
}
.main-section h1 {
    font-size: 42px;
    line-height: 60px;
}
.section-title {
    font-size: 36px;
    line-height: 48px;
}
.section-content h2 {
    margin-bottom: 20px;
}
.section-content p {
    line-height: 28px;
}
.section-content li {
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 12px;
}
.section-content li div {
    display: inline;
}
.section-content li:before {
    content: url('../images/design/circle-check-solid.svg');
    position: relative;
    top: 2px;
    width: 18px;
    height: auto;
    padding-right: 8px;
    display: inline-block;
}
.section-content li a {
    color: var(--blue);
}
.narrow-file{
    max-height: 600px;
    width: auto;
}
.cta-section {
    color: var(--white);
    width: 100%;
}
.cta-section p {
    font-size: 20px;
    font-weight: 100;
    line-height: 32px;
}
.reviews-top-section {
    padding-bottom: 24px;
}
.review-stars {
    color: var(--blue);
    padding: 16px 0;
    grid-gap: 8px;
}
.star-icon {
    width: 18px;
    aspect-ratio: 9 / 8;
}
.reviews-section h4 {
    font-weight: 300;
    line-height: 24px;
    max-width: 600px;
}
.review-card {
    border: 3px solid var(--white);
    box-shadow: 1px 10px 20px rgb(129 154 181 / 20%);
    border-radius: 15px;
    padding: 24px 16px;
    text-align: center;
    cursor: pointer;
    height: calc(100% - 50px) !important;

}
.review-card p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
}
.review-card h3 {
    font-size: 16px;
}
.review-card h4 {
    font-weight: 400;
    color: var(--blue);
}
.review-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.quotes-icon {
    position: relative;
    z-index: 2;
    transform: translateY(40px);
    width: 48px;
}
#reviews-slide {
    margin: 20px auto 40px;
}
#reviews-slide .splide__pagination {
    transform: translateY(40px);
}
#reviews-slide .splide__slide {
    padding-bottom: 28px;
}
#reviews-slide .splide__arrow {
    transform: translateY(-20px);
}
#reviews-slide .splide__arrow--next {
    right: -28px;
}
#reviews-slide .splide__arrow--prev {
    left: -28px;
}
.splide__arrow {
    background: transparent;
}
.splide__arrow svg {
    fill: var(--blue);
}
.splide__pagination__page.is-active {
    background: var(--blue);
}
.item {
    display: flex;
    flex-direction: column;
}
.item img {
    width: auto;
    max-height: 70px;
}
.item h3 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 16px;
}
.item p {
    font-size: 16px;
    max-width: 400px;
}
.centered-item {
    padding: 0 4%;
    align-items: center;
}
.order-number {
    background: var(--blue);
    border-radius: 50%;
    color: var(--white);
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.popup-content {
    cursor: auto;
}
.popup .features-popup-content {
    visibility: hidden;
    width: 1050px;
    border-radius: 12px;
    padding: 28px 24px 12px;
    position: absolute;
    z-index: 1;
    top: 125%;
    margin-left: -70px;
    background: var(--white);
    box-shadow: rgb(149 157 165 / 24%) 0 8px 24px;
}
.popup-all-features .arrow-right-icon {
    width: 12px;
    margin-left: 8px;
}
.popup .resources-popup-content, .popup .company-popup-content {
    visibility: hidden;
    width: 280px;
    border-radius: 12px;
    padding: 16px;
    position: absolute;
    z-index: 1;
    top: 125%;
    margin-left: -70px;
    background: var(--white);
    box-shadow: rgb(149 157 165 / 24%) 0 8px 24px;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s
}
.popup a {
    padding: 0;
}
.menu-item-with-icon {
    padding: 12px;
}
.menu-item-with-icon img {
    width: 45px;
    height: auto;
    margin-right: 12px;
}
.menu-item-with-icon h4 {
    font-size: 14px;
    font-weight: 300;
    color: var(--dark-blue) !important;
}
.menu-item-with-icon p {
    color: var(--gray);
    font-size: 12px;
    line-height: 16px;
    margin: 6px 0 0;
}
.menu-items-category-column {
    width: 25%;
}
.menu-items-category-column h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--blue);
}
.menu-items-category-title {
    padding-bottom: 12px;
    display: flex;
    transform: translateX(16px);
}
.menu-items-category-title .light-blue-tag {
    margin: 0 0 0 8px !important;
    font-size: 12px !important;
    padding: 0 20px !important;
    line-height: 20px !important;
}
.menu-item-with-icon .light-blue-tag {
    margin: 0 0 0 8px !important;
    font-size: 11px !important;
    padding: 0 16px !important;
    line-height: 18px !important;
    color: var(--blue) !important;
}
.menu-item-with-icon:hover {
    background: #5890f90f;
    border-radius: 12px;
}
.menu-item-with-icon:hover h4 {
    color: var(--blue) !important;
}
.menu-item-wrapper {
    height: 85px;
}
.resources-popup-content .menu-item-wrapper, .company-popup-content .menu-item-wrapper {
    height: auto;
}
.popup-all-features h4 {
    font-weight: 300;
}
.popup-all-features a {
    padding: 16px;
}
.popup-all-features i {
    margin-left: 4px;
}
.blue-tag {
    background: #EAF0FF;
    width: fit-content;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 14px;
    color: var(--blue);
}
.light-blue-tag {
    background: #EAF0FF;
    color: var(--blue);
    border-radius: 60px;
    padding: 0 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px !important;
    margin: 0 0 16px 0 !important;
    width: fit-content;
    font-weight: 500;
    line-height: 28px !important;
}
.collapsible {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nested {
    visibility: hidden;
    height: 0;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
}
.nested.active {
    visibility: visible;
    max-height: 10000px;
    height: auto;
}
.collapse-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.collapsible:after {
    content: '';
    -webkit-mask: url("../images/design/angle-down-solid.svg") center no-repeat;
    mask: url("../images/design/angle-down-solid.svg") center no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #0D144E;
}
.sidenav-ul-menu-item .collapsible:after {
    width: 14px;
}
.sidenav-ul-menu-item li > .collapsible:after {
    background: var(--gray);
}
.sidenav-ul-menu-item .collapsible:hover:after {
    background: var(--blue);
}
.footer-content .nested .collapsible:after {
    background: var(--gray);
}
.active-arrow:after {
    transform: rotate(180deg);
    width: 16px;
}
.nested li, .nested li a {
    color: var(--gray);
}
.extra-content a {
    cursor: pointer;
    color: var(--blue);
}
.extra-content li a {
    padding-right: 5px;
}
@media (max-width: 1500px) {
    .item h3 {
        font-size: 18px;
    }
    .item p {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 1300px) {
    .large-button {
        padding: 10px 22px;
        font-size: 14px;
    }
    .section {
        padding: 60px 40px;
    }
    .cropped-image-section {
        padding: 0 40px;
    }
    .section-padding {
        padding: 60px 40px;
    }
    .main-section h1 {
        font-size: 36px;
        line-height: 48px;
    }
}
@media (max-width: 1200px) {
    .review-card h3, .review-card h4 {
        font-size: 14px;
    }
    .quotes-icon {
        width: 44px;
    }
}
@media (max-width: 1150px) {
    .item img {
        max-height: 60px;
    }
    .cropped-image-section img {
        transform: translateY(60px);
    }
    #home-cta-section .narrow-file {
        height: 500px;
    }
    .narrow-file {
        max-height: 500px;
    }
    .cropped-image-section .section-main-content {
        width: 70%;
    }
}
@media (max-width: 1100px) {
    .left-section-content {
        padding-right: 6%;
    }
    .right-section-content {
        padding-left: 6%;
    }
    .section-title {
        font-size: 28px;
        line-height: 42px;
    }
    .blue-dot:after, .blue-question-mark:after, .blue-exclamation-mark:after {
        font-size: 28px;
    }
    .bottom-shape svg {
        height: 75px;
    }
    .dots-bg {
        background-size: 300px;
    }
}
@media (max-width: 900px) {
    .section {
        display: flex;
        flex-direction: column;
        padding: 56px 40px;
    }
    .cropped-image-section {
        padding: 30px 40px 0;
    }
    .cropped-image-section .section-main-content {
        width: 100%;
    }
    .cropped-image-section .section-content {
        transform: translateY(26px);
    }
    .section-padding {
        padding: 56px 40px;
    }
    .section-main-content {
        order: -1;
        display: flex;
        flex-direction: column;
        padding-bottom: 56px;
    }
    .youtube-section .section-main-content {
        padding-bottom: 0;
    }
    .cropped-image-section .section-main-content {
        padding: 0;
    }
    .half-section {
        width: 100%;
    }
    .left-section-content {
        padding-right: 0;
    }
    .right-section-content {
        padding-left: 0;
    }
    .mobile-text-centered {
        text-align: center;
    }
    .bottom-shape svg {
        height: 0;
    }
    .cta-section p {
        font-size: 16px;
    }
    .dots-bg {
        background-image: none !important;
    }
    .light-blue-tag {
        margin: 0 auto 16px auto !important;
    }
}
@media (max-width: 600px) {
    .section {
        padding: 40px 20px;
    }
    .cropped-image-section {
        padding: 16px 20px 0;
    }
    #home-cta-section .narrow-file {
        height: 400px;
    }
    .narrow-file {
        max-height: 400px;
    }
    .cropped-image-section .section-content {
        transform: translateY(24px);
    }
    .section-padding {
        padding: 40px 20px;
    }
    .section-title {
        font-size: 26px;
        line-height: 36px;
    }
    .blue-dot:after, .blue-question-mark:after, .blue-exclamation-mark:after {
        font-size: 26px;
    }
    .section-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .one-third {
        width: 50%;
    }
    .shape svg {
        height: 50px;
    }
    .section-main-content {
        padding-bottom: 36px;
    }
    .youtube-section .section-main-content {
        padding-bottom: 0;
    }
    .main-section h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .order-number {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
    .reviews-top-section h4 {
        font-size: 14px;
        max-width: 400px;
    }
    .reviews-top-section {
        padding-bottom: 12px;
    }
    .item img {
        max-height: 48px;
    }
    .item h3 {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 375px) {
    .section {
        padding: 40px 16px;
    }
    .section-padding {
        padding: 40px 16px;
    }
    .main-section h1 {
        font-size: 26px;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}