.tw .mb-\[0\.5rem\] {
    margin-bottom: 0.5rem;
}

.tw .mb-\[2rem\] {
    margin-bottom: 2rem;
}

.tw .mb-\[3rem\] {
    margin-bottom: 3rem;
}

.tw .mb-\[4\.375rem\] {
    margin-bottom: 4.375rem;
}

.tw .flex {
    display: flex;
}

.tw .contents {
    display: contents;
}

.tw .w-full {
    width: 100%;
}

.tw .max-w-\[1030px\] {
    max-width: 1030px;
}

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

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

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

.tw .gap-\[1\.25rem\] {
    gap: 1.25rem;
}

.tw .gap-\[3\.75rem\] {
    gap: 3.75rem;
}

.tw .gap-\[30px\] {
    gap: 30px;
}

.tw .gap-\[4\.7rem\] {
    gap: 4.7rem;
}

.tw .border-t {
    border-top-width: 1px;
}

.tw .border-solid {
    border-style: solid;
}

.tw .border-\[\#62779B\] {
    --tw-border-opacity: 1;
    border-color: rgb(98 119 155 / var(--tw-border-opacity));
}

.tw .p-\[20px_29px_20px_20px\] {
    padding: 20px 29px 20px 20px;
}

.tw .px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
}

.tw .py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
}

.tw .py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
}

.tw .py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tw .py-\[2rem\] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.tw .py-\[45px\] {
    padding-top: 45px;
    padding-bottom: 45px;
}

.tw .pb-\[45px\] {
    padding-bottom: 45px;
}

.tw .pt-\[50px\] {
    padding-top: 50px;
}

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

.tw .text-\[26px\] {
    font-size: 26px;
}

.tw .text-\[27px\] {
    font-size: 27px;
}

.tw .text-\[35px\] {
    font-size: 35px;
}

.tw .leading-\[32px\] {
    line-height: 32px;
}

.tw .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.columned-text {
    background: linear-gradient(
        248.37deg,
        #2b4c97 12.82%,
        #2b4c97 12.82%,
        rgba(0, 0, 0, 1) 67.57%
    );
}

.columned-text .columned-title {
    font-size: 24px;
    text-transform: uppercase;
}

.feature_comparison {
    background: linear-gradient(180deg, #0a0e18 0%, #091829 100%);
}

.feature_comparison .feature_box {
    background: linear-gradient(106.29deg, #1c1d2a 38.69%, #0a1321 67.65%);
}

.feature_comparison .feature_box .feature_info {
    background: linear-gradient(
        140.64deg,
        #7aaaff 19.13%,
        rgba(40, 93, 255, 0.29) 96.46%
    );
}

.feature_comparison .feature_box .feature_info h4,
.feature_comparison .feature_box .feature_info h5,
.feature_comparison .feature_box .feature_info p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.feature_comparison .feature_box .feature_info .feature-description a {
    font-size: 20px;
    --tw-text-opacity: 1;
    color: rgb(117 167 255 / var(--tw-text-opacity));
}

.feature_comparison
    .feature_box
    .feature_comparisons
    .comparisons
    .feature_logo {
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 2rem;
}

.feature_comparison
    .feature_box
    .feature_comparisons
    .comparisons
    .feature_logo
    img {
    max-height: 50px;
}

@media (min-width: 1024px) {
    .flexible-layout-template .intro-platform.hero_landing_page_content_center {
      padding-top:100px;
      padding-bottom:0px;
    }
    .feature_comparison
        .feature_box
        .feature_comparisons
        .comparisons
        .feature_logo
        img {
        max-height: 35px;
    }
}

@media (min-width: 1280px) {
    .feature_comparison
        .feature_box
        .feature_comparisons
        .comparisons
        .feature_logo
        img {
        max-height: 50px;
    }
}

.feature_comparison
    .feature_box
    .feature_comparisons
    .comparisons
    .feature_content
    a {
    font-size: 20px;
    --tw-text-opacity: 1;
    color: rgb(117 167 255 / var(--tw-text-opacity));
}

.feature_comparison
    .feature_box
    .feature_comparisons
    .comparisons
    .feature_content
    p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-column-content-with-image {
    background: #1b222f;
    padding-bottom: 115px;
    padding-top: 115px;
}

@media (min-width: 1280px) {
    .two-column-content-with-image {
        padding-bottom: 0px;
    }
}

.two-column-content-with-image .column-1 {
    width: 100%;
}

@media (min-width: 1280px) {
    .two-column-content-with-image .column-1 {
        min-width: 500px;
    }
}

.two-column-content-with-image .column-1 img {
    position: static;
    top: 10px;
}

@media (min-width: 768px) {
    .two-column-content-with-image .column-1 img {
        position: relative;
    }
}

@media (min-width: 1024px) {
    .two-column-content-with-image .column-2 {
        padding-top: 85px;
    }
}

.two-column-content-with-image .content h1,
.two-column-content-with-image .content h2,
.two-column-content-with-image .content h3,
.two-column-content-with-image .content h4,
.two-column-content-with-image .content h5,
.two-column-content-with-image .content p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-column-content-with-image .content h3.content_title {
    margin-bottom: 1.875rem;
    text-align: center;
    font-size: 27px;
    line-height: 32px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .two-column-content-with-image .content h3.content_title {
        font-size: 37px;
        line-height: 3.563rem;
    }
}

@media (min-width: 1024px) {
    .two-column-content-with-image .content h3.content_title {
        font-size: 47px;
    }
}

@media (min-width: 1280px) {
    .two-column-content-with-image .content h3.content_title {
        text-align: left;
    }
}

.general-flexible-layout.comparison-sections .related-resources-section {
    background: #0a0f19;
}

.general-flexible-layout.comparison-sections .about-section {
    padding-top: 140px;
    padding-bottom: 60px;
}

.page-template-comparisons-template .left-wrap:before {
    content: "";
    width: 558.98px;
    height: 540.44px;
    position: absolute;
    left: -411.39px;
    top: 195.11px;
    background: #aec2ff;
    opacity: 0.8;
    filter: blur(350px);
}

.page-template-comparisons-template .left-wrap h1 {
    font-weight: 400 !important;
}

.mktoFormRow select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat !important;
    background-position: right 10px top 50% !important;
    background-size: 1.5rem auto !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath stroke='grey' fill='grey' d='M6 8l-1 1l5 5l5-5l-1-1l-4 4l-4-4z'/%3E%3C/svg%3E") !important;
}

.page-template-document-download .button {
    margin-top: 50px;
    margin-bottom: 0px;
}

.cstm-container .read-more a.module-icon:after {
    position: absolute;
}

.cstm-container .read-more a.module-icon {
    font-size: 20px;
    --tw-text-opacity: 1;
    color: rgb(117 167 255 / var(--tw-text-opacity));
}

.hero_landing_page_content_center {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_landing_page_content_center .intro-platform-hold {
    justify-content: start;
    text-align: left;
}

.hero_landing_page_content_center .intro-platform-hold.centered {
    justify-content: center;
    text-align: center;
}
.hero_landing_page_content_center .intro-platform-hold.centered .intro-buttons {
  display:flex;
  justify-content:center;
}

.hero_landing_page_content_center .intro-platform-hold {
    text-align: left;
    justify-content: start;
    padding-top: 137px;
    padding-bottom: 90px;
}

.hero_landing_page_content_center .intro-title h1 {
  font-size: 38px;
  line-height: .98;
}

.hero_landing_page_content_center .intro-text {
  margin-top: 25px;
  max-width: 818px;
  font-size: 18px;
}

.about-content h1 {
    color: white;
}

@media (min-width: 1024px) {
    .hero_landing_page_content_center .intro-title h1 {
      font-size:47px;
      line-height: 57px
    }
    .flexible-layout-template .intro-platform {
        padding: 265px 70px 93px;
    }

    .flexible-layout-template .about-section .about-content {
        margin-bottom: 240px;
        /*min-height: 857px;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .flexible-layout-template .blue-box ul li {
        /*width: calc(33.33% - 36.66px);
    min-width: calc(30% - 36.66px);*/
        font-size:24px;
        margin-bottom:0;
		color:#fff;
    }

    .review-sect .cstm-container .card .headings h2.title {
        width: 513px;
        font-size: 47px;
        line-height: 46px;
    }
}

@media (min-width: 1440px) {
    .flexible-layout-template .title-64 {
        font-size: 47px;
        line-height: 53px;
    }

    .about-section .about-content {
        min-width: 53%;
    }

    .flexible-layout-template .why-items .why-item .wi-content .subtitle {
        font-size: 16px;
        font-weight: 500;
    }

    .flexible-layout-template .why-items .why-item .wi-content .title {
        font-size: 39px;
    }

    .flexible-layout-template .why-items .why-item .wi-content .description {
        font-size: 18px;
    }

    .flexible-layout-template
        .sticky-content-section
        .sticky-content-true-item
        .sticky-content-true-item-box
        .sticky-content-true-item-box-content
        .title-48 {
        font-size: 39px;
    }

    .flexible-layout-template .trust-section .trust-left .text-24 {
        font-weight: 500;
    }

    .recognition-list ul {
        padding: 0;
    }

    .recognition-list ul li {
        margin: 0 40px 40px;
    }

    .recognition-list ul li img {
        max-height: 150px;
        max-width: 160px;
    }
}

.flexible-layout-template .intro-buttons ul li a {
    min-width: 220px;
}

.flexible-layout-template .btn-blue-gradient,
.flexible-layout-template .btn-blue-gradient:focus,
.flexible-layout-template .btn-blue-gradient:active {
    font-size: 18px;
}

/*.flexible-layout-template .blue-box ul li {
  font-size: 24px;
  line-height: 29px;
  margin-right: 0;
  padding-left: 80px;
}

.flexible-layout-template .blue-box ul li img {
  max-width: 53px;
  max-height: 53px;
}

.blue-box ul li span {
  display: block;
  padding-top: 15px;
  font-weight: 500;
  font-size: 18px;
}

.flexible-layout-template .blue-box ul li span {
  line-height: 22px;
  font-weight: 400;
}*/

.flexible-layout-template .download-section .c-container .ds-hold .ds-left img {
    max-width: 343px;
    width: 100%;
    margin: 0 auto 30px;
}

.flexible-layout-template .trust-section .trust-right .trust-list ul li {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.review-sect .cstm-container .card .subtext {
    max-width: 560px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .hero_landing_page_content_center .intro-text {
      font-size: 24px;
    }
    .hero_landing_page_content_center .intro-title h1 {
      font-size: 47px;
    }
    .tw .md\:ml-\[2rem\] {
        margin-left: 2rem;
    }

    .tw .md\:text-\[36px\] {
        font-size: 36px;
    }

    .tw .md\:text-\[37px\] {
        font-size: 37px;
    }

    .tw .md\:text-\[40px\] {
        font-size: 40px;
    }

    .tw .md\:leading-\[3\.563rem\] {
        line-height: 3.563rem;
    }
}

@media (min-width: 1024px) {
    .tw .lg\:mb-\[4\.668rem\] {
        margin-bottom: 4.668rem;
    }

    .tw .lg\:w-\[50\%\] {
        width: 50%;
    }

    .tw .lg\:flex-row {
        flex-direction: row;
    }

    .tw .lg\:px-\[initial\] {
        padding-left: initial;
        padding-right: initial;
    }

    .tw .lg\:pt-\[127px\] {
        padding-top: 127px;
    }

    .tw .lg\:text-\[47px\] {
        font-size: 47px;
    }
}

@media (min-width: 1280px) {
    .tw .xl\:flex-row {
        flex-direction: row;
    }

    .tw .xl\:justify-start {
        justify-content: flex-start;
    }

    .tw .xl\:px-\[45px\] {
        padding-left: 45px;
        padding-right: 45px;
    }

    .tw .xl\:pt-\[116px\] {
        padding-top: 116px;
    }
}
