.c-container {
    width: 100%;
    max-width: 1480px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
}

.hero_landing_page_content_center .intro-landing-left {
    max-width: 715px;
}
.c-container.c-container-md {
    max-width: 1290px;
}

.c-container.c-container-sm {
    max-width: 1030px;
}
.c-container.c-container-xs {
    max-width: 900px;
}

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

.single-resources
    .resources-main-posts
    .resources-banner-and-content.gated
    .content-section
    .gated-inner
    .floating-form
    .floating-form-inner {
}

.intro-api-protection {
    padding: 300px 0 0;
    background: linear-gradient(106.29deg, #1c1d2a 38.69%, #0a1321 67.65%);
    background: #0a0f19;
    color: #fff;
    position: relative;
}
.intro-api-protection:before {
    content: "";
    position: absolute;
    width: 802px;
    height: 1175px;
    background: url(../images/orn-intro.svg) no-repeat center center / 100% 100%;
    left: -20px;
    bottom: -200px;
    opacity: 0.7;
}
.intro-api-protection:after {
    content: "";
    position: absolute;
    width: 1062px;
    height: 1469px;
    background: url(../images/orn-circle-1.svg) no-repeat center center / 100%
        100%;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
}

.intro-title h1 {
    color: #fff;
    font-weight: 600;
    font-size: 80px;
    line-height: 0.98;
    letter-spacing: 0.4px;
    margin-bottom: 29px;
    padding: 0;
}

.intro-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.21;
    letter-spacing: 0.4px;
    margin-bottom: 29px;
}

.intro-buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.intro-buttons.text-center ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.intro-buttons ul li {
    margin-right: 15px;
}

.intro-buttons ul li:last-child {
    margin-right: 0px;
}

.intro-api-protection-image {
    padding: 0 5.42%;
    margin-top: 114px;
}

.btn-blue-gradient,
.btn-blue-gradient:focus,
.btn-blue-gradient:active {
    display: inline-block;
    border: none;
    outline: none;
    color: #fff;
    padding: 16px 30px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    font-size: 20px;
    border-radius: 30px;
    position: relative;
}
.btn-blue-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgb(122, 170, 254);
    background: -moz-linear-gradient(
        160deg,
        rgba(122, 170, 254, 1) 0%,
        rgba(26, 44, 94, 1) 100%
    );
    background: -webkit-linear-gradient(
        160deg,
        rgba(122, 170, 254, 1) 0%,
        rgba(26, 44, 94, 1) 100%
    );
    background: linear-gradient(
        160deg,
        rgba(122, 170, 254, 1) 0%,
        rgba(26, 44, 94, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7aaafe",endColorstr="#1a2c5e",GradientType=1);
}
.btn-blue-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgb(58, 94, 181);
    background: -moz-linear-gradient(
        160deg,
        rgba(58, 94, 181, 1) 0%,
        rgba(19, 40, 99, 1) 100%
    );
    background: -webkit-linear-gradient(
        160deg,
        rgba(58, 94, 181, 1) 0%,
        rgba(19, 40, 99, 1) 100%
    );
    background: linear-gradient(
        160deg,
        rgba(58, 94, 181, 1) 0%,
        rgba(19, 40, 99, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a5eb5",endColorstr="#132863",GradientType=1);
    opacity: 0;
    transition: 0.2s;
}
.btn-blue-gradient:hover:after {
    opacity: 1;
}
.btn-blue-gradient span {
    position: relative;
    z-index: 2;
	text-transform: capitalize;
}

.btn-min,
.btn-min:focus,
.btn-min:active {
    min-width: 240px;
}

.btn-white-border,
.btn-white-border:focus,
.btn-white-border:active {
    display: inline-block;
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    padding: 15px 45px;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.12);
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
    border-radius: 30px;
    position: relative;
    transition: 0.2s;
	text-transform: capitalize;
}
.btn-white-border:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #0c1428;
}

.intro-buttons ul li a {
    min-width: 240px;
    text-align: center;
}

.btn-trans-gradient,
.btn-trans-gradient:focus,
.btn-trans-gradient:active {
    display: inline-block;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    background: transparent;
    color: #b6ceff;
    position: relative;
    padding: 16px 30px;
    border-radius: 30px;
    transition: 0.2s;
}
.btn-trans-gradient:hover {
    color: #fff;
}
.btn-trans-gradient span {
    position: relative;
    z-index: 2;
	text-transform: capitalize;
}
.btn-trans-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgb(122, 170, 254);
    background: -moz-linear-gradient(
        160deg,
        rgba(122, 170, 254, 1) 0%,
        rgba(26, 44, 94, 1) 100%
    );
    background: -webkit-linear-gradient(
        160deg,
        rgba(122, 170, 254, 1) 0%,
        rgba(26, 44, 94, 1) 100%
    );
    background: linear-gradient(
        160deg,
        rgba(122, 170, 254, 1) 0%,
        rgba(26, 44, 94, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7aaafe",endColorstr="#1a2c5e",GradientType=1);
}
.btn-trans-gradient:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #0a0f1a;
    border-radius: 30px;
    transition: 0.2s;
}
.btn-trans-gradient:hover:after {
    opacity: 0;
}

.btn-play span:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 17px;
    background: url(../images/icon-play.svg) no-repeat center center;
    margin-right: 14px;
    margin-bottom: -2px;
    transition: 0.2s;
}
.btn-play:hover span:before {
    -webkit-filter: brightness(5);
    filter: brightness(5);
}

.download-section {
    padding: 67px 0 0;
    color: #fff;
}

.object-fit {
    position: relative;
}
.object-fit > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ds-left {
    width: 50%;
    padding-left: 9.921%;
    padding-right: 10.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ds-right {
    width: 50%;
}

.title-64 {
    font-weight: 600;
    font-size: 64px;
    line-height: 1.01;
    letter-spacing: 0.4px;
    margin-bottom: 50px;
}

.features-section {
    padding: 140px 0 200px;
    position: relative;
    overflow: hidden;
}

.title-60 {
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.4px;

    color: #343434;
}

.features-section .title-60 {
    margin-bottom: 30px;
}

.fs-item-hold {
    padding-right: 22%;
}

.fs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 80px 0 87px;
    border-radius: 34px;
    position: relative;
    z-index: 2;
}
.fs-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    width: 200%;
    height: 100%;
    background: #fff;
    border-radius: 33px;
    z-index: -1;
}
.fs-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    right: 0;
    bottom: 0;
    width: 150%;
    height: 100%;
    background: linear-gradient(
        308.07deg,
        #5786d6 -2.64%,
        rgba(14, 90, 191, 0) 70.04%
    );
    opacity: 0.7;
    filter: blur(50px);
    border-radius: 33px;
    z-index: -1;
}

.fs-item-image {
    width: 320px;
    text-align: center;
}
.fs-item-image span {
    display: block;
    margin-top: 20px;
    position: relative;
}
.fs-item-image span:before {
    content: "";
    position: absolute;
    width: 172px;
    height: 26px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: url(../images/icon-fs-shadow.svg) no-repeat center center / 100%
        100%;
}
.fs-item-content {
    width: calc(100% - 320px);
}

.fs-item-content h3 {
    padding: 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 0.4px;
    color: #0b0b0b;
    margin-bottom: 24px;
}
.fs-item-content p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.21;
    letter-spacing: 0.4px;

    color: #0b0b0b;
}

.fs-item-hold {
    margin-bottom: 165px;
}

.fs-item-hold:last-child {
    margin-bottom: 0px;
}

.fs-item-hold:nth-child(2n) {
    padding-left: 22%;
    padding-right: 0;
}
.fs-item-hold:nth-child(2n) .fs-item-content {
    width: calc(100% - 400px);
    order: 2;
}
.fs-item-hold:nth-child(2n) .fs-item-image {
    width: 400px;
}
.fs-item-hold:nth-child(2n) .fs-item:after {
    left: 0%;
    right: -100%;
}
.fs-item-hold:nth-child(2n) .fs-item:before {
    left: -50%;
    right: -50%;
    width: 200%;
}

.cta-section {
    background: #282c2f;
    color: #fff;
    padding: 70px 0 50px;
    min-height: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.cta-section:before,
.cta-section:after {
    content: "";
    position: absolute;
    height: 494px;
    top: 50%;
    transform: translateY(-50%);
}
.cta-section:before {
    left: 0;
    background: url(../images/cta-left.png) no-repeat center center / 100% 100%;
    width: 359px;
}
.cta-section:after {
    right: 0;
    background: url(../images/cta-right.png) no-repeat center center / 100% 100%;
    width: 355px;
}

.cta-section .title-64 {
    margin-bottom: 30px;
}

.text-24 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.21;
    letter-spacing: 0.4px;
    margin-bottom: 38px;
}

.text-18 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.4px;
    font-weight: 400;
}
.text-24 p {
    color: unset;
    font-size: unset;
    line-height: unset;
}

.cta-section-2 {
    color: #fff;
    background-color: #091727;
    padding: 70px 0 50px;
    min-height: 468px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.cta-section-2 .title-64 {
    margin-bottom: 30px;
}

.related-section {
    padding: 120px 0 180px;
    background-color: #091727;
    color: #fff;
}

.related-section .text-24 {
    margin-bottom: 26px;
}

.related-section .title-64 {
    margin-bottom: 150px;
}

.related-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.related-list ul li {
    width: calc(33.333% - 32px);
    min-width: calc(33.333% - 32px);
    margin-right: 48px;
}

.related-list ul li:nth-child(2) {
    transition-delay: 0.2s;
}
.related-list ul li:nth-child(3) {
    transition-delay: 0.4s;
}

.related-list ul li:nth-child(3n) {
    margin-right: 0px;
}
.related-list ul li {
    position: relative;
}
.related-list ul li:before {
    content: "";
    position: absolute;
    top: 95px;
    left: 56px;
    width: calc(100% - 75px);
    height: calc(100% - 43px);
    background: linear-gradient(
        308.07deg,
        #5786d6 -2.64%,
        rgba(14, 90, 191, 0) 70.04%
    );
    opacity: 0.3;
    filter: blur(50px);
    border-radius: 14px;
}
.related-list ul li a {
    display: block;
    background: linear-gradient(106.29deg, #1c1d2a 38.69%, #0a1321 67.65%);
    padding: 36px 40px 150px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
    min-height: 100%;
}

.related-item-image-hold {
    height: 274px;
    background: linear-gradient(
        293.75deg,
        rgba(116, 142, 205, 0.8) 6.15%,
        rgba(52, 136, 247, 0.152) 72.99%
    );
    border-radius: 13px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.related-item-image-hold img {
    max-height: calc(100% - 22px);
}

.related-item-cat {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.81;
    letter-spacing: 0.4px;
    color: #e1e9ff;
    margin-bottom: 5px;
}

.related-item-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #fff;
}

.related-item-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 54px;
}

.testimonails-section {
    padding: 140px 0 120px;
    position: relative;
    overflow: hidden;
    background-color: #091727;
    color: #fff;
}

.ts-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.ts-left {
    width: 42%;
    padding-right: 8%;
    position: relative;
    z-index: 10;
}
.ts-left > div {
    position: relative;
    z-index: 10;
}
.ts-left:before {
    content: "";
    position: absolute;
    top: -500px;
    bottom: -500px;
    height: calc(100% + 1000px);
    right: 0;
    width: 9999px;
    background: #091727;
    z-index: -2;
    pointer-events: none;
}
.ts-left:after {
    content: "";
    position: absolute;
    width: 631px;
    height: 693px;
    top: 50%;
    left: calc((100vw - 1430px) / -2);
    transform: translateY(-50%);
    background: url(../images/orn-testimonials.svg) no-repeat center center /
        100% 100%;
    pointer-events: none;
}

.ts-right {
    width: 58%;
}

.ts-carousel-item {
    width: 452px;
    padding: 63px 46px 68px;
    background: linear-gradient(106.29deg, #1c1d2a 38.69%, #0a1321 67.65%);
    border-radius: 16px;
    height: 100%;
    position: relative;
    z-index: 5;
}
.ts-carousel-item:before {
    content: "";
    position: absolute;
    top: 42px;
    left: 25px;
    width: calc(100% - 8px);
    height: calc(100% - 32px);
    background: linear-gradient(
        308.07deg,
        #5786d6 -2.64%,
        rgba(14, 90, 191, 0) 70.04%
    );
    opacity: 0.3;
    filter: blur(30px);
    border-radius: 33px;
    z-index: -2;
}
.ts-carousel-item:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(106.29deg, #1c1d2a 38.69%, #0a1321 67.65%);
    border-radius: 16px;
    z-index: -1;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.ts-carousel-logo {
    margin-bottom: 84px;
}
.ts-carousel-logo img {
    max-height: 40px;
}

.ts-carousel-text {
    font-weight: 500;
    font-size: 29px;
    line-height: 1.21;
    margin-bottom: 62px;
}

.ts-carousel-author {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33;
}

.ts-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ts-carousel.owl-carousel .owl-nav.disabled {
    display: block;
}

.ts-carousel.owl-carousel .owl-nav button.owl-prev,
.ts-carousel.owl-carousel .owl-nav button.owl-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #282c2f;
    position: absolute;
    bottom: 0;
}
.ts-carousel.owl-carousel .owl-nav button.owl-prev span,
.ts-carousel.owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.ts-carousel.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/slide-prev.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: calc(1430px * -0.42);
}
.ts-carousel.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/slide-next.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: calc((1430px * -0.42) + 90px);
}

.ts-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.intro-api-logos-hold {
    position: relative;
    /*bottom: -115px;*/
    left: 0;
    right: 0;
    z-index: 10;
    background: #1b222f;
    padding: 46px 0;
}

.hero_new.intro-api-logos-hold {
    position: absolute;
    bottom: -115px;
    left: 0;
    right: 0;
    z-index: 10;
    background: #1b222f;
    padding: 40px 0;
}

.lc-item {
    text-align: center;
}
.lc-item img {
    max-height: 52px;
    max-width: 215px;
}

.horizontal-container {
    min-height: 100vh;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 0 !important;
}

.horizontal-content {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.horizontal-block + .horizontal-block {
    margin-left: calc((100vw - 1670px) * -1);
}

.horizontal-block {
    white-space: normal;
    width: 100vw;
    min-height: 100vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.horizontal-block .c-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.horizontal-block-content-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    background: linear-gradient(106.29deg, #1c1d2a 38.69%, #0a1321 67.65%);
    border-radius: 37px;
    padding: 80px 0 80px 70px;
    -webkit-box-shadow: 20px 20px 50px 0px rgba(87, 134, 214, 0.3);
    -moz-box-shadow: 20px 20px 50px 0px rgba(87, 134, 214, 0.3);
    box-shadow: 20px 20px 50px 0px rgba(87, 134, 214, 0.3);
    position: relative;
}

.hbc-counter {
    position: absolute;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: #ffffff;
    left: 35px;
    top: calc(100% + 33px);
}

.horizontal-block-content {
    width: 40%;
    padding-right: 6%;
}

.horizontal-block-image-hold {
    width: 60%;
}

.horizontal-block-content-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    margin-bottom: 23px;
}

.horizontal-section {
    background-color: #091727;
    color: #fff;
}

.horizontal-section {
    position: relative;
    overflow: hidden;
}

.horizontal-hold {
    position: relative;
    z-index: 5;
}

.horizontal-block-image-hold {
    position: relative;
}
.horizontal-block-image-hold:before {
    content: "";
    position: absolute;
    right: -119px;
    bottom: -30px;
    width: calc(100% + 68px);
    height: calc(100% - 31px);
    border-radius: 19px;
    background: url(../images/bg-linear.png) no-repeat center center / 100% 100%;
}

.horizontal-block-image-hold img {
    border-radius: 12px;
    width: calc(100% + 90px);
    min-width: calc(100% + 90px);
    position: relative;
    z-index: 5;
}

.horizontal-section-header {
    padding-top: 250px;
}

.horizontal-section-header .title-64 img {
    position: relative;
    left: -100px;
    top: 28px;
}
.horizontal-section-header .title-64 span.api-protextion-logo {
    display: inline-block;
    background: url(../images/logo-horizontal.svg) no-repeat center center /
        100% 100%;
    position: relative;
    left: -100px;
    top: 28px;
    width: 599px;
    height: 98px;
}

/*.animation-element.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s linear, transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-up.in-view {
    opacity: 1;
    transform: translateY(0px);
}

.animation-element.fade-up-later {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s 0.5s linear, transform 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-up-later.in-view {
    opacity: 1;
    transform: translateY(0px);
}

.animation-element.fade-in {
    opacity: 0;
    transition: 1s linear;
}

.animation-element.fade-in.in-view {
    opacity: 1;
}

.animation-element.fade-in-later {
    opacity: 0;
    transition: 1s 0.5s linear;
}

.animation-element.fade-in-later.in-view {
    opacity: 1;
}*/

.ts-arrow {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #282c2f;
    bottom: 0;
    cursor: pointer;
}

.ts-prev {
    background-image: url(../images/slide-prev.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 20px;
}

.ts-next {
    background-image: url(../images/slide-next.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.ts-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ts-button {
    margin-bottom: 80px;
}
.horizontal-block-content-text.text-24 {
    margin-bottom: 0;
}

.horizontal-hold-mob {
    display: none;
}

.intro-api-analytics {
    padding: 300px 0 150px;
    background: linear-gradient(106.29deg, #1c1d2a 38.69%, #0a1321 67.65%);
    background: #0a0f19;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.intro-api-analytics:before {
    content: "";
    position: absolute;
    width: 802px;
    height: 1175px;
    background: url(../images/orn-intro.svg) no-repeat center center / 100% 100%;
    left: 0;
    top: 82%;
    transform: translateY(-60%);
    opacity: 0.7;
}

.intro-api-analytics-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.intro-aa-left {
    width: 50%;
    padding-right: 2%;
    padding-bottom: 70px;
}

.intro-aa-right {
    width: 50%;
    padding-left: 2%;
}

.intro-aa-right-image {
    width: 170%;
}

.intro-api-logos-hold.intro-api-analytics-logos {
    position: relative;
    bottom: 0;
}

.horizontal-section.api-analytics-horizontal-section {
    color: #353434;
    background: #fff;
}
.horizontal-section.api-analytics-horizontal-section .title-64 br {
    /* display: none; */
}
.horizontal-section.api-analytics-horizontal-section
    .horizontal-section-header
    .title-64
    img {
    left: 0px;
    margin-left: -100px;
    margin-right: 10px;
}
.horizontal-section.api-analytics-horizontal-section
    .horizontal-section-header
    .title-64
    span.api-analytics-logo {
    margin-left: -100px;
    margin-right: 10px;
    display: inline-block;
    width: 531px;
    height: 87px;
    position: relative;
    top: 28px;
    background: url(../images/logo-horizontal-black.svg) no-repeat center center /
        100% 100%;
}
.horizontal-section.api-analytics-horizontal-section
    .horizontal-block-content-hold {
    background: #fff;
    border-radius: 19px;
}
.horizontal-section.api-analytics-horizontal-section
    .horizontal-section-header {
    padding-top: 150px;
}

.horizontal-section.api-analytics-horizontal-section:before {
    content: "";
    position: absolute;
    width: 853px;
    height: 1469px;
    top: 0;
    right: 0;
    background: url(../images/orn-circle-2.svg) no-repeat center center / 100%
        100%;
}
.horizontal-section.api-analytics-horizontal-section:after {
    content: "";
    position: absolute;
    width: 820px;
    height: 1469px;
    bottom: 0;
    left: 0;
    background: url(../images/orn-circle-3.svg) no-repeat center center / 100%
        100%;
}

.sticky-content-virtual-item {
    min-height: 100vh;
}
.sticky-content-virtual-item.sticky-content-virtual-item-last {
    min-height: 50vh;
}

.title-48 {
}

.sticky-content-section {
    position: relative;
}

.sticky-content-true-items {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100vh;
}

.sticky-content-true-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.title-48 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.19;
    letter-spacing: 0.4px;
    margin-bottom: 38px;
}

.sticky-content-true-item-box .text-24 {
    margin-bottom: 0;
}
.sticky-content-true-item-box {
    padding: 60px 10% 70px;
    background: #ffffff;
    border-radius: 19px;
    -webkit-box-shadow: -20px 20px 50px 0px rgba(87, 134, 214, 0.3);
    -moz-box-shadow: -20px 20px 50px 0px rgba(87, 134, 214, 0.3);
    box-shadow: -20px 20px 50px 0px rgba(87, 134, 214, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    min-height: 75vh;
}
.sticky-content-true-item-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 19px;
    background: url(../images/orn-sticky-right.svg) no-repeat left -600px bottom
        90%;
}
.sticky-content-true-item-box:after {
    content: "01";
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1;
    font-size: 300px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #fff;
    opacity: 0.4;
}

.sticky-content-true-item:nth-child(2n) .sticky-content-true-item-box:before {
    background: url(../images/orn-sticky-right.svg) no-repeat right -600px bottom
        90%;
}
.sticky-content-true-item:nth-child(2n) .sticky-content-true-item-box:after {
    left: auto;
    right: 0;
}
.sticky-content-true-item:nth-child(2) .sticky-content-true-item-box:after {
    content: "02";
}
.sticky-content-true-item:nth-child(3) .sticky-content-true-item-box:after {
    content: "03";
}
.sticky-content-true-item:nth-child(4) .sticky-content-true-item-box:after {
    content: "04";
}
.sticky-content-true-item:nth-child(5) .sticky-content-true-item-box:after {
    content: "05";
}
.sticky-content-true-item:nth-child(6) .sticky-content-true-item-box:after {
    content: "06";
}
.sticky-content-true-item:nth-child(7) .sticky-content-true-item-box:after {
    content: "07";
}

.sticky-content-true-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.sticky-content-true-item:first-child {
    opacity: 1;
    visibility: visible;
}

.sticky-content-section.hide-first .sticky-content-true-item:first-child {
    opacity: 0;
    visibility: hidden;
}

.sticky-content-true-item.is-active {
    opacity: 1;
    visibility: visible;
}

.sticky-content-true-item-box-content {
    width: 55%;
    position: relative;
    z-index: 5;
}

.sticky-content-true-item-box-image {
    width: 45%;
    position: relative;
    z-index: 5;
}

.sticky-content-true-item-box-image {
    text-align: center;
    padding-left: 10%;
}

.sticky-content-section.sticky-content-reached .sticky-content-true-items {
    position: fixed;
}

.sticky-content-section.sticky-content-reached.sticky-content-bottom
    .sticky-content-true-items {
    position: absolute;
    top: auto;
    bottom: 0;
}

.sticky-content-true-item:nth-child(2n) .sticky-content-true-item-box-content {
    order: 2;
}
.sticky-content-true-item:nth-child(2n) .sticky-content-true-item-box-image {
    padding-left: 0%;
    padding-right: 10%;
}

.sticky-content-header {
    padding-top: 120px;
    margin-bottom: 60px;
}

.sticky-content-header .title-64 {
    max-width: 900px;
}

.sticky-content-fake-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none;
}
.sticky-content-fake-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: all;
}
.sticky-content-fake-nav ul li {
    margin: 0 15px;
}
.sticky-content-fake-nav ul li a {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #497edc;
    transition: 0.2s;
}
.sticky-content-fake-nav ul li.is-active a {
    background: #497edc;
}

.sticky-content-section.sticky-content-reached .sticky-content-fake-nav {
    position: fixed;
}
.sticky-content-section.sticky-content-reached.sticky-content-bottom
    .sticky-content-fake-nav {
    position: absolute;
    top: auto;
    bottom: 0;
}

.sticky-content-section-mob {
    display: none;
}

.intro-platform-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.intro-platform-left {
    width: 54%;
    padding-right: 2%;
}

.intro-platform-right {
    width: 46%;
    padding-left: 2%;
}

.intro-platform {
    padding: 195px 0 0px;
    background: #0a0f19;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cards-section {
    background: #0a0f19;
    padding: 100px 0 150px;
    color: #fff;
}
.cards-section .title-48 {
    margin-bottom: 90px;
}

.cards-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: center;
}

.cards-list ul li {
    /*width: calc(33.333% - 20px);
          min-width: calc(33.333% - 20px);*/
    flex: 1 1 calc(24% - 20px);
    max-width: calc(25% - 20px);
    column-gap: 30px;
    position: relative;
    /*padding: 140px 56px 137px;*/
    padding: 63px 20px 107.25px;
    text-align: center;
}

.cards-list ul.two-col {
    row-gap: 32.4px;
}

.cards-list ul.two-col li {
    flex: 1 1 calc(49% - 20px);
    max-width: 503.91px;
    padding: 124.39px 33.75px 172.37px;
}

.cards-list ul.two-col li > div.card-button {
    bottom: 85px;
}

.cards-list ul li:nth-child(3n) {
    margin-right: 0px;
}
.cards-list ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: linear-gradient(106.29deg, #1c1d2a 38.69%, #0a1321 67.65%);
    z-index: 2;
}
.cards-list ul li:after {
    content: "";
    position: absolute;
    top: 95px;
    left: 56px;
    width: calc(100% - 34px);
    height: calc(100% - 75px);
    border-radius: 15px;
    background: linear-gradient(
        308.07deg,
        #5786d6 -2.64%,
        rgba(14, 90, 191, 0) 70.04%
    );
    opacity: 0.3;
    filter: blur(30px);
    border-radius: 33px;
    z-index: 1;
}
.cards-list ul li > div {
    position: relative;
    z-index: 5;
}
.cards-list ul li > div.card-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.cards-list ul li > div.card-button a:hover {
    color: white;
}

.cards-list ul li:nth-child(2) {
    transition-delay: 0.2s;
}
.cards-list ul li:nth-child(3) {
    transition-delay: 0.4s;
}

.card-button .btn-blue-gradient,
.card-button .btn-blue-gradient:focus,
.card-button .btn-blue-gradient:active {
    min-width: 235px;
    text-align: center;
}

.card-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
}

.card-text.text-24 {
    margin-bottom: 0;
}

.card-icon {
    position: relative;
    margin-bottom: 40px;
    height: 129px;
}
.card-icon img {
    position: relative;
    z-index: 2;
    max-height: 100%;
}

.four-col .card-icon img {
    max-width: 99px;
}

.card-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 410px;
    height: 410px;
    background: url(../images/card-circle.svg) no-repeat center center / 100%
        100%;
}

.deploy-section {
    padding: 155px 0 190px;
    position: relative;
    overflow: hidden;
}
.deploy-section:before {
    content: "";
    position: absolute;
    width: 849px;
    height: 1469px;
    background: url(../images/circle-left-bottom.svg) no-repeat center center /
        100% 100%;
    left: 0;
    bottom: -80%;
}
.deploy-section:after {
    content: "";
    position: absolute;
    width: 928px;
    height: 1469px;
    background: url(../images/circle-top-right.svg) no-repeat center center /
        100% 100%;
    right: 0;
    top: -80%;
}

.deploy-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.deploy-left {
    width: 50%;
    padding-right: 3%;
}
.deploy-right {
    width: 50%;
    padding-left: 3%;
}

.deploy-item {
    margin-bottom: 100px;
    position: relative;
    padding-left: 135px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.4px;
}
.deploy-item:last-child {
    margin-bottom: 0px;
}
.deploy-item span {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    padding-top: 10px;
}
.deploy-item img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 101px;
}

.title-40 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: 0.3px;
    margin-bottom: 40px;
}

.deploy-left .title-64 {
    margin-bottom: 0;
}

.title-40 span.logo-traceable-sm {
    display: inline-block;
    margin-left: -70px;
    margin-bottom: -18px;
    width: 373px;
    height: 62px;
    background: url(../images/logo-horizontal-sm.svg) no-repeat center center /
        100% 100%;
}

.parallax-section {
    padding: 200px 0;
    position: relative;
    background: #0a0f19;
    color: #fff;
    z-index: 5;
}

.parallax-content {
    max-width: 756px;
}
.parallax-content .text-24 {
    padding-right: 5%;
}

.orn-parallax {
    position: absolute;
    top: -100px;
    right: -55px;
    width: 834px;
    height: 1175px;
    background: url(../images/orn-parallax.svg) no-repeat center center / 100%
        100%;
}

.parallax-section + .horizontal-section {
    background: #0a0f19;
}

.title-64 span.logo-horizontal-white {
    display: inline-block;
    width: 599px;
    height: 98px;
    margin-left: -105px;
    margin-bottom: -28px;
    background: url(../images/logo-horizontal-white.svg) no-repeat center center /
        100% 100%;
}
.title-40 span.logo-horizontal-white {
    display: inline-block;
    width: 400px;
    height: 75px;
    margin-left: -75px;
    margin-bottom: -24px;
    background: url(../images/logo-horizontal-white.svg) no-repeat center center /
        100% 100%;
}
.title-64 span.logo-horizontal {
    display: inline-block;
    width: 599px;
    height: 98px;
    margin-left: -105px;
    margin-bottom: -28px;
    background: url(../images/logo-horizontal.svg) no-repeat center center /
        100% 100%;
}
.title-40 span.logo-horizontal {
    display: inline-block;
    width: 599px;
    height: 98px;
    margin-left: -105px;
    margin-bottom: -28px;
    background: url(../images/logo-horizontal.svg) no-repeat center center /
        100% 100%;
}
.title-64 span.logo-horizontal-black {
    display: inline-block;
    width: 599px;
    height: 98px;
    margin-left: -105px;
    margin-bottom: -28px;
    background: url(../images/logo-horizontal-black2.svg) no-repeat center
        center / 100% 100%;
}
.title-40 span.logo-horizontal-black {
    display: inline-block;
    width: 599px;
    height: 98px;
    margin-left: -105px;
    margin-bottom: -28px;
    background: url(../images/logo-horizontal-black2.svg) no-repeat center
        center / 100% 100%;
}

.sticky-content-header.sticky-platform-content-header .title-64 {
    max-width: 100%;
}

.platform-sticky-image {
    background: #ffffff;
    padding: 25px 60px;
    border-radius: 34px;
    text-align: center;
    -webkit-box-shadow: 20px 19px 30px 0px rgba(87, 134, 214, 0.3);
    -moz-box-shadow: 20px 19px 30px 0px rgba(87, 134, 214, 0.3);
    box-shadow: 20px 19px 30px 0px rgba(87, 134, 214, 0.3);
}
.platform-sticky-image img {
    max-height: calc(100vh - 400px);
}

.horizontal-block-button {
    margin-top: 30px;
}

.trust-section {
    background: #0a0f19;
    color: #fff;
    padding: 140px 0 60px;
    position: relative;
}
.trust-section:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 534px;
    height: 693px;
    background: url(../images/orn-trust.svg) no-repeat center center / 100% 100%;
}

.trust-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.trust-left {
    width: 50%;
    padding-right: 6%;
    padding-top: 50px;
    padding-bottom: 60px;
}
.trust-right {
    width: 50%;
    padding-right: 3%;
}

.trust-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.trust-list ul li {
    width: 50%;
    min-width: 50%;
    padding: 0 8%;
    text-align: center;
    margin-bottom: 84px;
}

.trust-left .title-64 {
    margin-bottom: 30px;
}

.sticky-content-true-item .title-48 {
    margin-bottom: 20px;
}
.sticky-content-true-item .text-24 {
    margin-bottom: 20px;
}

.horizontal-section.horizontal-platform-section .horizontal-block-content {
    width: 50%;
}
.horizontal-section.horizontal-platform-section .horizontal-block-image-hold {
    width: 50%;
}

/*.cus-anim {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s linear, transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.in-view .cus-anim {
    opacity: 1;
    transform: translateY(0px);
}*/

.cus-anim-1 {
    transition-delay: 0.1s;
}
.cus-anim-2 {
    transition-delay: 0.3s;
}
.cus-anim-3 {
    transition-delay: 0.5s;
}
.cus-anim-4 {
    transition-delay: 0.7s;
}
.cus-anim-5 {
    transition-delay: 0.9s;
}

.recognition-section {
    padding: 60px 0 40px;
    position: relative;
    /*overflow: hidden;*/
}
.recognition-section:before {
    content: "";
    position: absolute;
    width: 849px;
    height: 1469px;
    background: url(../images/circle-left-bottom.svg) no-repeat center center /
        100% 100%;
    left: 0;
    top: -80%;
}
.recognition-section:after {
    content: "";
    position: absolute;
    width: 928px;
    height: 1469px;
    background: url(../images/circle-top-right.svg) no-repeat center center /
        100% 100%;
    right: 0;
    bottom: -80%;
}
.recognition-section .text-24 {
    margin-bottom: 26px;
}
.recognition-section .title-48 {
    margin-bottom: 96px;
}

.recognition-list {
    margin-left: -40px;
    width: calc(100% + 80px);
}
.recognition-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.recognition-list ul li {
    margin: 0 30px 40px;
}
.recognition-list ul li img {
    max-height: 255px;
    max-width: 320px;
    width: 100%;
}

.why-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/

    margin-bottom: 200px;
    column-gap: 59px;
    position: relative;
}
.why-item:last-child {
    margin-bottom: 0px;
}

.wi-content {
    width: 50%;
    padding-right: 3%;
}

.wi-sticky .wi-content {
    max-width: 548px;
}

.wi-image {
    width: 50%;
    position: relative;
    align-self: stretch;
}

.wi-sticky .wi-image {
    width: initial;
}

.wi-sticky .wi-image .sticky-image {
    width: 100%;
}

.wi-sticky .wi-image .sticky-image div {
    position: relative;
}

.wi-sticky .wi-image .sticky-image div:before {
    max-height: 440px;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        317.2deg,
        #aec2ff 7.19%,
        rgba(216, 236, 255, 0) 93.51%
    );
    transform: translate3d(20px, 10px, 0) scale(0.95);
    filter: blur(22px);
    opacity: var(0.7);
    transition: opacity 0.3s;
    border-radius: inherit;
}

.wi-image img {
    /*    z-index: 5;
    position: relative;*/
}

/*.wi-image::before {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -30px;
    width: calc(100% + -50px);
    height: calc(100% - 31px);
    border-radius: 19px;
    background: url(../images/bg-linear.png) no-repeat center center / 100% 100%;
}*/

.why-item:nth-child(2n) .wi-image:before {
    right: -15px;
}

.wi-content .text-24:first-child {
    margin-bottom: 20px;
}

.why-item:nth-child(2n) .wi-content {
    order: 2;
    padding-right: 0;
    padding-left: 6%;
}

.why-item.wi-sticky:nth-child(2n) .wi-content {
    order: 1;
    padding: 0;
}

.why-section {
    padding: 100px 0 120px;
    position: relative;
    z-index: 3;
}
.why-section:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 1px);
    right: 0;
    border-left: 100vw solid transparent;
    border-bottom: 100px solid #fff;
}

.page-id-50888 .why-section:before {
  content:none;
}

.why-section:after {
    content: "";
    position: absolute;
    width: 928px;
    height: 1469px;
    background: url(../images/circle-top-right.svg) no-repeat center center /
        100% 100%;
    right: 0;
    top: -620px;
}

/*.wi-image img {
    margin-left: 3%;
}
.why-item:nth-child(2n) .wi-image img {
    margin-left: -3%;
}*/

.title-48 span.logo-horizontal-black {
    display: inline-block;
    width: 510px;
    height: 84px;
    margin-left: -95px;
    margin-bottom: -26px;
    background: url(../images/logo-horizontal-black2.svg) no-repeat center
        center / 100% 100%;
}

.why-items {
    margin-top: 200px;
}

.sticky-content-section.sticky-content-landing
    .sticky-content-true-item-box:before,
.sticky-content-section.sticky-content-landing
    .sticky-content-true-item-box:after {
    display: none;
}
.sticky-content-section.sticky-content-landing .sticky-content-true-item-box {
    padding-left: 7%;
    padding-right: 7%;
}
.sticky-content-section.sticky-content-landing
    .sticky-content-true-item-box-content {
    width: 64%;
}
.sticky-content-section.sticky-content-landing
    .sticky-content-true-item-box-image {
    width: 36%;
    padding-left: 7%;
}

.sticky-content-section.sticky-content-landing
    .sticky-content-true-item:nth-child(2n)
    .sticky-content-true-item-box-image {
    padding-left: 0%;
    padding-right: 7%;
}

.about-section {
    padding: 280px 0 230px;
    position: relative;
    overflow: hidden;
    background: #0a0f19;
    color: #fff;
}

.about-section-orn {
    content: "";
    position: absolute;
    width: 802px;
    height: 1175px;
    background: url(../images/orn-intro.svg) no-repeat center center / 100% 100%;
    left: -20px;
    top: -100px;
    opacity: 0.7;
}
.about-section:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    border-left: 100vw solid transparent;
    border-bottom: 100px solid #fff;
    opacity: 0;
}

.about-content {
    width: 53%;
    margin-left: auto;
    margin-bottom: 170px;
}
.about-content .text-24 {
    margin-bottom: 0px;
}

.blue-box {
    background: linear-gradient(166.07deg, #638bf0 9.95%, #2651b8 85.43%);
    border-radius: 23px;
    padding: 64px 60px 50px;
    margin-top: 70px;
}

.blue-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blue-box ul li {
    width: 30%;
    min-width: 30%;
    margin-right: 5%;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    padding-left: 117px;
    position: relative;
    letter-spacing: 0.4px;
}
.blue-box ul li:nth-child(2) {
    transition-delay: 0.2s;
}
.blue-box ul li:nth-child(3) {
    transition-delay: 0.4s;
}
.blue-box ul li:nth-child(3n) {
    margin-right: 0;
}
.blue-box ul li span {
    display: block;
    padding-top: 15px;
    font-weight: 500;
    font-size: 18px;
}
.blue-box ul li img {
    position: absolute;
    top: 10px;
    left: 0;
    max-width: 79px;
    max-height: 79px;
}

.intro-landing-left {
    width: 67%;
}
.intro-landing-right {
    width: 33%;
}

.intro-landing-image {
    width: 168%;
    margin-left: 10%;
}

.intro-landing-left .text-24 {
    max-width: 711px;
}

.orn-why-1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1428px;
    height: 1976px;
    background: url(../images/orn-why-1.svg) no-repeat center center / 100% 100%;
    opacity: 0;
}

.orn-why-bottom-right {
    position: absolute;
    right: 0;
    bottom: -600px;
    width: 1069px;
    height: 1469px;
    background: url(../images/orn-why-bottom-right.svg) no-repeat center center /
        100% 100%;
}
.orn-why-left-center {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 817px;
    height: 1469px;
    background: url(../images/orn-why-left-center.svg) no-repeat center center /
        100% 100%;
}

.title-48 span.logo-horizontal-white {
    display: inline-block;
    background: url(../images/logo-horizontal.svg) no-repeat center center /
        100% 100%;
    margin-left: -100px;
    margin-bottom: -24px;
    margin-right: 10px;
    width: 510px;
    height: 84px;
}

.sticky-content-section-mob.sticky-content-landing-mob
    .sticky-content-true-item-box:before
    .sticky-content-section-mob.sticky-content-landing-mob
    .sticky-content-true-item-box:after {
    display: none;
}

.cards-section .title-48 {
    padding: 0 13%;
}

.ds-right .title-64 {
    margin-bottom: 30px;
}

.page-template-tp-flexible #et-main-area {
    position: relative;
    overflow: hidden;
}

.use-cases-section {
    background: #0a0f19;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 110px 0 60px;
}

.uc-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uc-left {
    width: 43%;
    padding-right: 8%;
}
.uc-right {
    width: 57%;
    padding-top: 70px;
    padding-left: 8%;
}

.uc-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.uc-list ul li {
    width: 45%;
    min-width: 45%;
    margin-right: 10%;
    margin-bottom: 90px;
}

.uc-list ul li:nth-child(2n) {
    margin-right: 0%;
}

.uc-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 93px;
}
.uc-icon img {
    position: relative;
    z-index: 5;
    max-height: 100%;
    max-width: 92px;
}
.uc-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 328px;
    height: 328px;
    background: url(../images/uc-circle.svg) no-repeat center center / 100% 100%;
}

.uc-icon-hold {
    margin-bottom: 18px;
}

.uc-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 0.4px;
    position: relative;
    z-index: 10;
}

.orn-use-cases {
    position: absolute;
    top: -100px;
    left: 0;
    width: 534px;
    height: 693px;
    background: url(../images/orn-trust.svg) no-repeat center center / 100% 100%;
}

.horizontal-section.horizontal-sa-section {
    color: #353434;
    background: #fff;
}

.horizontal-section.horizontal-sa-section .horizontal-section-header {
    padding-top: 120px;
}
.horizontal-section.horizontal-sa-section .horizontal-section-header .title-64 {
    max-width: 1000px;
}
.horizontal-section.horizontal-sa-section
    .horizontal-block:nth-child(2)
    .sticky-content-true-item-box:after {
    content: "02";
}
.horizontal-section.horizontal-sa-section
    .horizontal-block:nth-child(3)
    .sticky-content-true-item-box:after {
    content: "03";
}
.horizontal-section.horizontal-sa-section
    .horizontal-block:nth-child(4)
    .sticky-content-true-item-box:after {
    content: "04";
}

.horizontal-section.horizontal-sa-section .hbc-counter {
    color: #353434;
}
.horizontal-section.horizontal-sa-section .sticky-content-true-item-box {
    overflow: visible;
    min-height: 66vh;
}

.horizontal-hold-mob .sticky-content-true-item-box:nth-child(2):after {
    content: "02";
}

.horizontal-hold-mob .sticky-content-true-item-box:nth-child(3):after {
    content: "03";
}
.horizontal-hold-mob .sticky-content-true-item-box:nth-child(4):after {
    content: "04";
}

.features-section-top {
    margin-bottom: 110px;
}

.features-button {
    margin-top: 50px;
}

.sticky-content-header.sticky-sa-content-header .title-64 {
    max-width: 100%;
}

.sticky-content-section.sticky-sa-content-section
    .sticky-content-true-item
    .sticky-content-true-item-box:before,
.sticky-content-section.sticky-sa-content-section
    .sticky-content-true-item
    .sticky-content-true-item-box:after {
    display: none;
}
.sticky-content-section.sticky-sa-content-section
    .sticky-content-true-item:nth-child(2n)
    .sticky-content-true-item-box-content {
    order: 0;
}
.sticky-content-section.sticky-sa-content-section
    .sticky-content-true-item:nth-child(2n)
    .sticky-content-true-item-box-image {
    padding-left: 10%;
    padding-right: 0%;
}

.trust-section + .related-section {
    background-color: #0a0f19;
}

.sticky-content-section-mob.sticky-sa-content-section-mob
    .sticky-content-true-item-box:before,
.sticky-content-section-mob.sticky-sa-content-section-mob
    .sticky-content-true-item-box:after {
    display: none;
}
.sticky-content-section-mob.sticky-sa-content-section-mob
    .sticky-content-true-item-box {
    min-height: 1px;
}

.intro-sa .intro-platform-left {
    padding-right: 0;
}
.intro-sa .intro-platform-right {
    /*width: 49%;
    padding-left: 2%;*/
}

.intro-sa-image {
    width: 170%;
}

.intro-sa:before {
    content: "";
    position: absolute;
    width: 802px;
    height: 1175px;
    background: url(../images/orn-intro.svg) no-repeat center center / 100% 100%;
    left: 0;
    top: 82%;
    transform: translateY(-60%);
    opacity: 0.7;
}

.intro-sa .intro-platform-hold {
    margin-bottom: 200px;
}
.intro-sa.intro-platform {
    padding-top: 250px;
}

.iceberg-section {
    padding-top: 165px;
    position: relative;
    overflow: hidden;
}
.iceberg-section:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -65%);
    width: 2600px;
    height: 2600px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2152cf+0,ffffff+66&1+0,0+65 */
    background: -moz-radial-gradient(
        center,
        ellipse cover,
        rgba(33, 82, 207, 1) 0%,
        rgba(252, 252, 254, 0) 65%,
        rgba(255, 255, 255, 0) 66%
    ); /* FF3.6-15 */
    background: -webkit-radial-gradient(
        center,
        ellipse cover,
        rgba(33, 82, 207, 1) 0%,
        rgba(252, 252, 254, 0) 65%,
        rgba(255, 255, 255, 0) 66%
    ); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(
        ellipse at center,
        rgba(33, 82, 207, 1) 0%,
        rgba(252, 252, 254, 0) 65%,
        rgba(255, 255, 255, 0) 66%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2152cf', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    opacity: 0.6;
}

.iceberg-scroll-indicator-hold {
    position: absolute;
    top: 0;
    height: 100vh;
    left: 50px;
    pointer-events: none;
    z-index: 20;
}

.iceberg-scroll-indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1px;

    width: 2px;
    background-color: #b1cdff;
    height: 80vh;
}
.iceberg-scroll-indicator span {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    width: 4px;
    background-color: #2152cf;
    height: 10%;
}

.iceberg-section.iceberg-reached .iceberg-scroll-indicator-hold {
    position: fixed;
}

.iceberg-section.iceberg-ended .iceberg-scroll-indicator-hold {
    position: absolute;
    top: auto;
    bottom: 0;
}

.iceberg-section-top {
    margin-bottom: 450px;
}

.ist-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ist-left {
    width: 50%;

    padding-right: 20px;
}
.ist-right {
    width: 50%;
    padding-left: 9%;
}

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

.iceberg-hold {
    position: relative;
}
.iceberg-hold img {
    width: 100%;
}

.iceberg-pointer {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #497edc;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.iceberg-pointer-content {
    position: absolute;
    width: 240px;
    padding-left: 12px;
    text-align: left;
}
.iceberg-pointer-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #000;
}

.iceberg-pointer-content h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 0.4px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    color: #000;
}
.iceberg-pointer-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.4px;
    color: #000000;
    padding: 0;
    margin-bottom: 10px;
}
.iceberg-pointer-content p:last-child {
    margin-bottom: 0px;
}
.iceberg-pointer-content p a {
    color: #2152cf;
    position: relative;
    display: inline-block;
    padding-left: 19px;
    transition: 0.2s;
    font-size: 20px;
}
.iceberg-pointer-content p a:hover {
    opacity: 0.7;
}
.iceberg-pointer-content p a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -1px;
    border: solid #2152cf;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.iceberg-pointer:nth-child(1) {
    /* top: 10%;
    left: 47.5%; */
}
.iceberg-pointer:nth-child(1) .iceberg-pointer-content {
    left: -79px;
    bottom: calc(100% + 172px);
}
.iceberg-pointer:nth-child(1) .iceberg-pointer-content:before {
    content: "";
    position: absolute;
    left: 82px;
    top: calc(100% + 8px);
    height: 172px;
    width: 1px;
    background: #497edc;
}

.iceberg-pointer:nth-child(2) {
    /* top: 16.6%;
    left: 62.2%; */
}
.iceberg-pointer:nth-child(2) .iceberg-pointer-content {
    top: -69px;
    left: 255px;
}
.iceberg-pointer:nth-child(2) .iceberg-pointer-content:before {
    content: "";
    position: absolute;
    width: 240px;
    height: 36px;
    background: url(../images/orn-i-2.svg) no-repeat center center / 100% 100%;
    top: 38px;
    right: calc(100% + 12px);
}

.iceberg-pointer:nth-child(3) {
    /* top: 29%;
    left: 40%; */
}
.iceberg-pointer:nth-child(3) .iceberg-pointer-content {
    top: -49px;
    right: 280px;
}
.iceberg-pointer:nth-child(3) .iceberg-pointer-content:before {
    content: "";
    position: absolute;
    width: 302px;
    height: 36px;
    background: url(../images/orn-i-3.svg) no-repeat center center / 100% 100%;
    top: 18px;
    left: calc(100% - 28px);
}

.iceberg-pointer.iceberg-pointer-white {
    background: #fff;
}
.iceberg-pointer.iceberg-pointer-white .iceberg-pointer-content:after {
    background: #fff;
}
.iceberg-pointer.iceberg-pointer-white .iceberg-pointer-content h3,
.iceberg-pointer.iceberg-pointer-white .iceberg-pointer-content p {
    color: #fff;
}
.iceberg-pointer.iceberg-pointer-white .iceberg-pointer-content p a {
    color: #b6ceff;
}
.iceberg-pointer.iceberg-pointer-white .iceberg-pointer-content p a:before {
    border: solid #b6ceff;
    border-width: 0 2px 2px 0;
}

.iceberg-pointer:nth-child(4) {
    /* top: 48%;
    left: 38%; */
}
.iceberg-pointer:nth-child(4) .iceberg-pointer-content {
    top: 18px;
    right: 272px;
}
.iceberg-pointer:nth-child(4) .iceberg-pointer-content:before {
    content: "";
    position: absolute;
    width: 302px;
    height: 36px;
    background: url(../images/orn-i-4.svg) no-repeat center center / 100% 100%;
    top: -17px;
    left: calc(100% - 33px);
}

.iceberg-pointer:nth-child(5) {
    /* top: 51%;
    left: 57%; */
}
.iceberg-pointer:nth-child(5) .iceberg-pointer-content {
    top: -66px;
    left: 338px;
}
.iceberg-pointer:nth-child(5) .iceberg-pointer-content:before {
    content: "";
    position: absolute;
    width: 319px;
    height: 58px;
    background: url(../images/orn-i-5.svg) no-repeat center center / 100% 100%;
    top: 14px;
    right: calc(100% + 17px);
}

.iceberg-pointer:nth-child(6) {
    /* top: 65%;
    left: 36%; */
}
.iceberg-pointer:nth-child(6) .iceberg-pointer-content {
    top: -45px;
    right: 235px;
}
.iceberg-pointer:nth-child(6) .iceberg-pointer-content:before {
    content: "";
    position: absolute;
    width: 257px;
    height: 36px;
    background: url(../images/orn-i-6.svg) no-repeat center center / 100% 100%;
    top: 14px;
    left: calc(100% - 24px);
}

.iceberg-pointer:nth-child(7) {
    /* top: 68.8%;
    left: 66%; */
}
.iceberg-pointer:nth-child(7) .iceberg-pointer-content {
    top: -45px;
    left: 192px;
}
.iceberg-pointer:nth-child(7) .iceberg-pointer-content:before {
    content: "";
    position: absolute;
    width: 173px;
    height: 36px;
    background: url(../images/orn-i-7.svg) no-repeat center center / 100% 100%;
    top: 14px;
    right: calc(100% + 17px);
}

.iceberg-pointer:nth-child(8) {
    /* top: 84%;
    left: 50%; */
}
.iceberg-pointer:nth-child(8) .iceberg-pointer-content {
    left: -108px;
    top: calc(100% + 220px);
}
.iceberg-pointer:nth-child(8) .iceberg-pointer-content:before {
    content: "";
    position: absolute;
    left: 111px;
    bottom: calc(100% + 5px);
    height: 220px;
    width: 1px;
    background: #fff;
}

.iceberg-pointer-content:before {
    opacity: 0;
    transition: 0.2s;
}
.iceberg-pointer-content:after {
    opacity: 0;
    transition: 0.2s 0.2s;
}
.iceberg-pointer-content p,
.iceberg-pointer-content h3 {
    opacity: 0;
    transition: 0.2s 0.2s;
}

.iceberg-pointer.in-view .iceberg-pointer-content:before {
    opacity: 1;
}

.iceberg-pointer.in-view .iceberg-pointer-content p,
.iceberg-pointer.in-view .iceberg-pointer-content h3 {
    opacity: 1;
}
.iceberg-pointer.in-view .iceberg-pointer-content:after {
    opacity: 1;
}

.iceberg-section.half-reached .iceberg-scroll-indicator span {
    background-color: #fff;
}

.why-section.flat-top:before {
    display: none;
}

.form-success,
.form-hold {
    padding: 100px 10%;
}

.form-hold-title {
    font-weight: 600;
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: 0.4px;
    color: #000000;
    margin-bottom: 24px;
}

.form-hold .mktoForm {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-hold .mktoForm input[type="text"],
.form-hold .mktoForm input[type="url"],
.form-hold .mktoForm input[type="email"],
.form-hold .mktoForm input[type="tel"],
.form-hold .mktoForm input[type="number"],
.form-hold .mktoForm input[type="date"],
.form-hold .mktoForm textarea.mktoField,
.form-hold .mktoForm select.mktoField {
    width: 100% !important;
    height: 45px;
    color: #000;
    background: #f1f8ff;
    border: none;
    padding: 2px 20px;
    font-family: "Galano Grotesque Alt";
}
.form-hold .mktoFormRow {
    width: calc(50% - 10px);
}
.form-hold .mktoFormRow:nth-child(2) {
    width: 100%;
}

.form-hold .mktoForm .mktoFormCol {
    width: 100%;
    margin-bottom: 20px !important;
}

.form-hold .mktoForm .mktoFieldWrap {
    width: 100%;
}

.form-hold .mktoForm .mktoRequiredField label.mktoLabel {
    font-family: "Galano Grotesque Alt";
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.4px;
    color: #000000;
    padding: 0;
    margin-bottom: 6px;
    width: 100% !important;
}
.form-hold .mktoForm .mktoGutter {
    display: none !important;
}
.form-hold .mktoForm .mktoOffset {
    display: none !important;
}
.form-hold .mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}
.form-hold .mktoButtonRow {
    width: 100% !important;
    margin-top: 40px;
}
.form-hold .mktoButtonRow .mktoButtonWrap.mktoSimple {
    margin-left: 0px !important;
}

.form-hold .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.form-hold .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
.form-hold .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
    width: 100% !important;
    text-align: center;
    padding: 14px 20px;
    font-weight: 500;
    font-family: "Galano Grotesque Alt";
    font-size: 20px;
    border: none;
    border-radius: 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7aaaff+0,b2c6ff+100 */
    background: rgb(122, 170, 255); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(122, 170, 255, 1) 0%,
        rgba(178, 198, 255, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(122, 170, 255, 1) 0%,
        rgba(178, 198, 255, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(122, 170, 255, 1) 0%,
        rgba(178, 198, 255, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aaaff', endColorstr='#b2c6ff',GradientType=0 ); /* IE6-9 */
    transition: 0.2s;
}
.form-hold .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    border: none;
    outline: none;
    opacity: 0.8;
}

.form-hold-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.21;
    letter-spacing: 0.4px;
    color: #000000;
    margin-bottom: 45px;
    max-width: 580px;
}

.btn-close,
.btn-close:focus,
.btn-close:active {
    width: 200px !important;
    text-align: center;
    padding: 14px 20px;
    font-weight: 500;
    font-family: "Galano Grotesque Alt";
    font-size: 20px;
    color: #fff;
    border: none;
    border-radius: 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7aaaff+0,b2c6ff+100 */
    background: rgb(122, 170, 255); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(122, 170, 255, 1) 0%,
        rgba(178, 198, 255, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(122, 170, 255, 1) 0%,
        rgba(178, 198, 255, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(122, 170, 255, 1) 0%,
        rgba(178, 198, 255, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aaaff', endColorstr='#b2c6ff',GradientType=0 ); /* IE6-9 */
    transition: 0.2s;
}
.btn-close:hover {
    opacity: 0.8;
}

.hero-form-wrapper form.mktoForm .mktoButtonWrap button.mktoButton:after {
    display: none !important;
}

.hero-form-wrapper form.mktoForm .mktoButtonWrap button.mktoButton {
    display: inline-block;
    border: none;
    outline: none;
    color: #fff;
    padding: 16px 30px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    font-size: 20px;
    border-radius: 30px;
    position: relative;

    border-radius: 40px;
    background: rgb(122, 170, 254);
    background: -moz-linear-gradient(
        160deg,
        rgba(122, 170, 254, 1) 0%,
        rgba(26, 44, 94, 1) 100%
    );
    background: -webkit-linear-gradient(
        160deg,
        rgba(122, 170, 254, 1) 0%,
        rgba(26, 44, 94, 1) 100%
    );
    background: linear-gradient(
        160deg,
        rgba(122, 170, 254, 1) 0%,
        rgba(26, 44, 94, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7aaafe",endColorstr="#1a2c5e",GradientType=1);
}

.tti-section {
    padding-top: 150px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.tti-section + .features-section {
    padding-top: 90px;
}
.tti-section:before {
    content: "";
    position: absolute;
    width: 853px;
    height: 1469px;
    top: 0;
    right: 0;
    background: url(../images/orn-circle-2.svg) no-repeat center center / 100%
        100%;
    transform: translateY(-50%);
}

.tti-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.tti-top .title-64 {
    margin-bottom: 0px;
}

.tti-left {
    width: 50%;
}

.tti-right {
    width: 50%;
    padding-left: 9%;
}

.tl-section .uc-left {
    padding-right: 0%;
}

.use-cases-section.tl-section {
    padding-bottom: 150px;
}

.tl-list ul li {
    margin-bottom: 120px;
    padding-left: 122px;
    position: relative;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 0.4px;
}

.tl-icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 65px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tl-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 328px;
    height: 328px;
    background: url(../images/uc-circle.svg) no-repeat center center / 100% 100%;
}
.tl-icon img {
    position: relative;
    z-index: 10;
    max-width: 100%;
    max-height: 100%;
}

.tl-list ul li:last-child {
    margin-bottom: 0px;
}

.horizontal-section.horizontal-sa-section.title-center
    .horizontal-section-header
    .title-64 {
    max-width: 10000px;
    text-align: center;
}

.integrations-section {
    background: #0a0f19;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 150px 0 90px;
}
.integrations-section .title-64 {
    margin-bottom: 30px;
}

.integrations-list {
    margin-top: 80px;
}

.integrations-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.integrations-list > ul > li {
    width: 47%;
    min-width: 47%;
    margin-right: 6%;
    margin-bottom: 85px;
    padding: 50px 50px 73px;
    text-align: center;
    -webkit-background: linear-gradient(
        106.29deg,
        #1c1d2a 38.69%,
        #0a1321 67.65%
    );
    background: linear-gradient(106.29deg, #1c1d2a 38.69%, #0a1321 67.65%);
    background-size: cover;
    border-radius: 15px;
    position: relative;
    -webkit-box-shadow: 20px 20px 50px 0px rgba(87, 134, 214, 0.3);
    -moz-box-shadow: 20px 20px 50px 0px rgba(87, 134, 214, 0.3);
    box-shadow: 20px 20px 50px 0px rgba(87, 134, 214, 0.3);
}
.integrations-list > ul > li:nth-child(2n) {
    transition-delay: 0.3s;
}
.integrations-list > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/orn-int.png) no-repeat center center;
    background-size: cover;
    border-radius: 15px;
}

.integrations-list > ul > li:nth-child(2n) {
    margin-right: 0;
}

.il-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.4px;
    margin-bottom: 80px;
    position: relative;
    z-index: 5;
}

.il-logos {
    position: relative;
    z-index: 5;
}

.il-logos ul li {
    text-align: center;
    margin-bottom: 66px;
}

.il-logos ul li:last-child {
    margin-bottom: 0px;
}
.il-logos ul li img {
    max-height: 145px;
    max-width: 275px;
}

.il-logos.il-logos-more ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.il-logos.il-logos-more ul li {
    width: 47%;
    min-width: 47%;
    margin-right: 6%;
}
.il-logos.il-logos-more ul li:nth-child(2n) {
    margin-right: 0%;
}
.il-logos.il-logos-more ul li:last-child,
.il-logos.il-logos-more ul li:nth-last-child(2) {
    margin-bottom: 0;
}

.ti-section {
    padding: 150px 0 170px;
    position: relative;
    overflow: hidden;
}

.ti-section .title-64 {
    margin-bottom: 75px;
}

.ti-image {
    position: relative;
    background: #ffffff;
    border-radius: 30px;
}
.ti-image img {
    position: relative;
    z-index: 2;
    border-radius: 30px;
}
.ti-image:before {
    content: "";
    position: absolute;
    top: 50px;
    height: 100%;
    left: -40px;
    width: 100%;
    background: linear-gradient(
        80deg,
        #5786d6 -2.64%,
        rgba(14, 90, 191, 0) 70.04%
    );
    opacity: 0.3;
    filter: blur(50px);
    border-radius: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tl-section .orn-use-cases {
    left: -35px;
    width: 635px;
    height: 909px;
    background: url(../images/orn-tl.svg) no-repeat center center / 100% 100%;
}

@media (max-width: 1600px) {
    .iceberg-scroll-indicator-hold {
        left: 5px;
    }
    .cards-section .cards-list ul li {
        flex: 1 1 calc(24% - 20px);
    }

    .cards-section .cards-list ul {
        row-gap: 32.4px;
    }

    .cards-list ul.two-col li {
        flex: 1 1 calc(49% - 20px);
        max-width: 503.91px;
    }
}

@media (max-width: 1500px) {
    .hero_landing_page_content_center .c-container {
        padding-left: 5.5rem;
    }
    .iceberg-section-top {
        margin-bottom: 300px;
    }
    .why-item:nth-child(2n) .wi-image img {
        margin-left: 0;
    }
    .wi-image img {
        margin-left: 0;
    }
    .ts-left:after {
        left: -25px;
    }
    .fs-item-content {
        padding-left: 50px;
    }
    .fs-item-hold:nth-child(2n) .fs-item-content {
        padding-left: 0px;
        padding-right: 50px;
    }
    .fs-item-hold {
        padding-right: 20%;
    }
    .fs-item-hold:nth-child(2n) {
        padding-left: 20%;
    }
}
@media (max-width: 1440px) {
    .uc-title {
        font-size: 32px;
    }
    .horizontal-block-image-hold:before {
        right: -79px;
        width: calc(100% + 28px);
    }
    .why-items {
        margin-top: 140px;
    }
    .why-item {
        margin-bottom: 160px;
    }
    .recognition-list ul li img {
        max-height: 150px;
        max-width: 160px;
    }
    .horizontal-section-header .title-64 span.api-protextion-logo {
        left: -90px;
        top: 26px;
        width: 550px;
        height: 90px;
    }
    .sticky-content-true-item-box {
        padding: 60px 8% 70px;
    }
    .intro-api-analytics {
        padding: 250px 0 150px;
    }
    .horizontal-block-content-hold {
        padding: 70px 0 70px 50px;
    }
    .related-item-title {
        font-size: 24px;
    }
    .related-section .title-64 {
        margin-bottom: 100px;
    }
    .ts-carousel-logo {
        margin-bottom: 50px;
    }
    .ts-carousel-text {
        font-size: 24px;
    }
    .features-section {
        padding: 140px 0 160px;
    }
    .fs-item-hold {
        margin-bottom: 145px;
    }
    .fs-item-content p {
        font-size: 20px;
    }
    .fs-item-content h3 {
        font-size: 32px;
    }
    .horizontal-block-image-hold img {
        width: calc(100% + 50px);
        min-width: calc(100% + 50px);
    }
    .text-24 {
        font-size: 20px;
    }
    .horizontal-block-content-title {
        font-size: 44px;
    }
    .intro-api-protection {
        padding: 250px 0 0;
    }
    .intro-api-protection-image {
        padding: 0 3%;
        margin-top: 90px;
    }
    .horizontal-section-header {
        padding-top: 200px;
    }
    .intro-title h1 {
        font-size: 70px;
    }
    .intro-text {
        font-size: 20px;
    }
    .title-64 {
        font-size: 56px;
    }
    .title-60 {
        font-size: 52px;
    }
    .horizontal-section-header .title-64 img {
        left: -90px;
        top: 26px;
        max-width: 550px;
    }
    .horizontal-block + .horizontal-block {
        margin-left: 150px;
    }
    .related-section {
        padding: 120px 0 140px;
    }
    .recognition-list ul li {
        margin: 0 40px 40px;
    }

    .why-item:nth-child(2n) .wi-image::before {
        right: -30px;
    }

    .why-item .wi-image::before {
        right: -15px !important;
        bottom: -15px !important;
    }
}

@media (max-width: 1400px) {
    .iceberg-pointer:nth-child(8) .iceberg-pointer-content {
        top: calc(100% + 50px);
    }
    .iceberg-pointer:nth-child(7) .iceberg-pointer-content {
        left: 90px;
    }
    .iceberg-pointer:nth-child(6) .iceberg-pointer-content {
        right: 90px;
    }
    .iceberg-pointer:nth-child(5) .iceberg-pointer-content {
        top: -40px;
        left: 90px;
    }
    .iceberg-pointer:nth-child(4) .iceberg-pointer-content {
        top: -40px;
        right: 90px;
    }
    .iceberg-pointer:nth-child(3) .iceberg-pointer-content {
        right: 90px;
    }
    .iceberg-pointer:nth-child(2) .iceberg-pointer-content {
        left: 90px;
    }
    .iceberg-pointer:nth-child(1) .iceberg-pointer-content {
        bottom: calc(100% + 50px);
    }
    .iceberg-pointer-content:before {
        display: none;
    }
    .cards-section .cards-list ul li {
        flex: 1 1 calc(32.33% - 20px);
        max-width: calc(33.33% - 20px);
    }

    .cards-section .cards-list ul li:nth-child(3n) {
    }

    .cards-section .cards-list ul li:last-child {
    }

    .cards-list ul {
        row-gap: 32.4px;
    }

    .cards-section .cards-list ul li {
        flex: 1 1 calc(49% - 20px);
        max-width: 503.91px;
    }
}

@media (max-width: 1199px) {
    .integrations-section {
        padding: 120px 0 80px;
    }
    .ti-section {
        padding: 120px 0 130px;
    }
    .integrations-list > ul > li {
        margin-bottom: 60px;
        padding: 50px 50px 65px;
    }
    .il-title {
        font-size: 32px;
        margin-bottom: 60px;
    }
    .il-logos ul li img {
        max-height: 80px;
        max-width: 150px;
    }
    .il-logos ul li {
        margin-bottom: 50px;
    }
    .use-cases-section.tl-section {
        padding-bottom: 130px;
    }
    .tl-list ul li {
        font-size: 28px;
        margin-bottom: 90px;
    }
    .tti-section {
        padding-top: 120px;
    }
    .form-hold-title {
        font-size: 48px;
    }
    .iceberg-section {
        padding-top: 130px;
    }
    .uc-left {
        padding-right: 4%;
    }
    .uc-title {
        font-size: 26px;
    }
    .blue-box ul li span {
        font-size: 16px;
    }
    .blue-box ul li {
        font-size: 30px;
        padding-left: 105px;
    }
    .blue-box {
        padding: 64px 30px 50px;
    }
    .about-section {
        padding: 270px 0 230px;
    }
    .title-48 span.logo-horizontal-black {
        width: 350px;
        height: 58px;
        margin-left: -65px;
        margin-bottom: -17px;
    }
    .title-48 span.logo-horizontal-white {
        width: 350px;
        height: 58px;
        margin-left: -65px;
        margin-bottom: -17px;
    }
    .recognition-section .title-48 {
        margin-bottom: 70px;
    }
    .recognition-list {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
    .recognition-list ul li img {
        max-height: 160px;
        max-width: 150px;
    }
    .trust-list ul li {
        margin-bottom: 70px;
    }
    .deploy-item span {
        font-size: 20px;
    }
    .deploy-item {
        margin-bottom: 80px;
        font-size: 36px;
    }
    .title-40 span.logo-traceable-sm {
        margin-left: -50px;
        margin-bottom: -16px;
        width: 310px;
        height: 52px;
    }
    .title-40 {
        font-size: 30px;
    }
    .cards-list ul li {
        padding: 100px 30px 137px;
    }
    .card-title {
        font-size: 30px;
    }
    .intro-platform-right {
        width: 46%;
        padding-left: 0%;
    }
    .horizontal-section.api-analytics-horizontal-section
        .horizontal-section-header
        .title-64
        span.api-analytics-logo {
        margin-left: -90px;
        width: 480px;
        height: 79px;
        top: 24px;
    }
    .horizontal-section-header .title-64 span.api-protextion-logo {
        left: -80px;
        top: 24px;
        width: 480px;
        height: 79px;
    }
    .horizontal-section.api-analytics-horizontal-section
        .horizontal-section-header
        .title-64
        img {
        margin-left: -90px;
    }
    .sticky-content-true-item-box-image img {
        max-height: 300px;
    }
    .sticky-content-fake-nav ul li {
        margin: 0 10px;
    }
    .sticky-content-true-item-box {
        padding: 60px 6% 70px;
    }
    .title-48 {
        font-size: 34px;
        margin-bottom: 25px;
    }
    .horizontal-block-content {
        width: 46%;
    }
    .horizontal-block-image-hold {
        width: 54%;
    }
    .horizontal-section.api-analytics-horizontal-section
        .horizontal-section-header {
        padding-top: 100px;
    }
    .intro-api-analytics {
        padding: 220px 0 120px;
    }
    .cta-section-2 {
        min-height: 380px;
    }
    .related-item-image-hold {
        height: 180px;
    }
    .related-item-title {
        font-size: 20px;
    }
    .related-list ul li a {
        padding: 36px 30px 150px;
    }
    .related-list ul li {
        width: calc(33.333% - 20px);
        min-width: calc(33.333% - 20px);
        margin-right: 30px;
    }
    .text-24 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .ts-button {
        margin-bottom: 50px;
    }
    .ts-carousel-text {
        font-size: 20px;
    }
    .ts-carousel-item {
        width: 360px;
        padding: 63px 40px 68px;
    }
    .cta-section {
        min-height: 410px;
    }
    .fs-item-hold:nth-child(2n) .fs-item-image {
        width: 320px;
    }
    .fs-item-hold:nth-child(2n) .fs-item-content {
        width: calc(100% - 320px);
    }
    .fs-item-hold:nth-child(2n) {
        padding-left: 8%;
    }
    .fs-item-hold {
        margin-bottom: 100px;
    }
    .fs-item-hold {
        padding-right: 8%;
    }
    .features-section .title-60 {
        margin-bottom: 20px;
    }
    .ds-left {
        padding-left: 2%;
    }
    .horizontal-block-content-title {
        font-size: 36px;
    }
    .horizontal-section-header .title-64 img {
        left: -80px;
        top: 24px;
        max-width: 480px;
    }
    .title-64 {
        font-size: 48px;
    }
    .title-60 {
        font-size: 44px;
    }
    .horizontal-block + .horizontal-block {
        margin-left: 100px;
    }
    .intro-api-protection {
        padding: 220px 0 0;
    }
    .intro-title h1 {
        font-size: 64px;
    }
    .intro-api-protection-image {
        padding: 0;
        margin-top: 70px;
    }
    .intro-api-protection:before {
        width: 401px;
        height: 588px;
        bottom: 50px;
        left: -10px;
    }
    .intro-api-protection:after {
        width: 531px;
        height: 735px;
    }
    .lc-item img {
        max-height: 40px;
        max-width: 190px;
    }
    .intro-api-logos-hold {
        /*bottom: -80px;*/
        padding: 45px 0;
    }
    .horizontal-section-header {
        padding-top: 150px;
    }
    .intro-api-analytics:before {
        width: 401px;
        height: 588px;
        top: 75%;
    }
    .deploy-section {
        padding: 130px 0 140px;
    }
    .title-64 span.logo-horizontal-white {
        width: 530px;
        height: 87px;
        margin-left: -100px;
        margin-bottom: -28px;
    }
    .title-64 span.logo-horizontal-black {
        width: 530px;
        height: 87px;
        margin-left: -100px;
        margin-bottom: -28px;
    }
    .intro-sa .intro-platform-hold {
        margin-bottom: 100px;
    }
    .intro-sa.intro-platform {
        padding-top: 190px;
    }
}

@media (max-width: 1024px) {
    .hero_landing_page_content_center .c-container {
        padding-left: 125px;
    }
    .il-logos ul li {
        margin-bottom: 40px;
    }
    .il-logos ul li img {
        max-height: 60px;
        max-width: 100px;
    }
    .il-title {
        font-size: 28px;
        margin-bottom: 45px;
    }
    .integrations-list > ul > li {
        margin-bottom: 50px;
        padding: 50px 30px 60px;
    }
    .ti-section .title-64 {
        margin-bottom: 50px;
    }
    .tti-section + .features-section {
        padding-top: 50px;
    }
    .tti-top {
        margin-bottom: 40px;
    }
    .tti-right {
        width: 100%;
        padding-left: 0;
    }
    .tti-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .form-hold-title {
        font-size: 42px;
    }
    .iceberg-pointer-content {
        width: 330px;
    }
    .intro-sa:before {
        width: 401px;
        height: 588px;
        top: 60%;
    }
    .intro-sa-image {
        width: 100%;
    }
    .intro-sa .intro-platform-right {
        width: 100%;
        padding-left: 0;
    }
    .intro-sa .intro-platform-left {
        width: 100%;
    }
    .ist-left {
        width: 100%;
        padding-right: 10%;
        padding-left: 10%;
    }
    .ist-right {
        width: 100%;
        padding-right: 10%;
        padding-left: 10%;
    }
    .iceberg-pointer-content h3 {
        font-size: 24px;
    }
    .iceberg-pointer-content p {
        font-size: 15px;
    }
    .iceberg-scroll-indicator-hold {
        left: 14px;
    }
    .iceberg-pointer-content {
        position: static;
    }
    .iceberg-pointers {
        position: absolute;
        top: 38%;
        left: 15%;
        transform: translateY(-50%);
    }
    .iceberg-pointer {
        position: static;
        width: auto;
        height: auto;
        transform: translate(0%, 0%);
        margin-bottom: 50px;
        background: transparent;
    }
    .iceberg-pointer.iceberg-pointer-white {
        background: transparent;
    }
    .iceberg-pointer:last-child {
        margin-bottom: 0%;
    }
    .iceberg-pointer:nth-child(3) {
        margin-bottom: 220px;
    }
    .iceberg-pointer .iceberg-pointer-content:before {
        display: none;
    }
    .features-section-top {
        margin-bottom: 70px;
    }
    .horizontal-section.horizontal-sa-section .sticky-content-true-item-box {
        min-height: 1px;
        margin-bottom: 100px;
    }
    .horizontal-section.horizontal-sa-section
        .sticky-content-true-item-box:last-child {
        margin-bottom: 0px;
    }
    .uc-right {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .uc-left {
        width: 100%;
        transform: translate(0px, 0px) !important;
        padding-right: 0%;
    }
    .horizontal-block-image-hold:before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: -20px;
        width: calc(100% - 22px);
    }
    .about-section-orn {
        width: 401px;
        height: 588px;
        left: -10px;
    }
    .blue-box ul li span {
        font-size: 16px;
    }
    .blue-box ul li img {
        max-width: 60px;
        max-height: 60px;
    }
    .blue-box ul li {
        font-size: 26px;
        padding-left: 85px;
    }
    .about-section {
        padding: 110px 0 180px;
    }
    .blue-box ul li span {
        font-size: 18px;
    }
    .blue-box ul li {
        width: 100%;
        min-width: 100%;
        margin-bottom: 50px;
        margin-right: 0;
		color:#fff;
    }
    .blue-box ul li:last-child {
        margin-bottom: 0px;
    }
    .about-section {
        padding: 160px 0 220px;
    }
    .about-content {
        width: 100%;
        margin-left: 0;
        margin-bottom: 120px;
    }
    .intro-landing-image {
        width: 100%;
        margin-left: 0%;
    }
    .intro-landing-right {
        width: 100%;
    }
    .intro-landing-left {
        width: 100%;
        margin-bottom: 50px;
    }
    .why-item:nth-child(2n) .wi-content {
        padding-left: 0;
    }
    .why-items {
        margin-top: 100px;
    }
    .why-item {
        margin-bottom: 120px;
        flex-direction:column;
    }
    .wi-image {
        width: 100%;
        margin-bottom: 50px;
    }
    .wi-content {
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .title-48 span.logo-horizontal-black {
        width: 300px;
        height: 50px;
        margin-left: -50px;
        margin-bottom: -15px;
    }
    .title-48 span.logo-horizontal-white {
        width: 300px;
        height: 50px;
        margin-left: -50px;
        margin-bottom: -15px;
    }
    .recognition-list ul li {
        margin: 0 30px 40px;
    }
    .platform-sticky-image {
        padding: 25px 30px;
    }
    .platform-sticky-image img {
        max-height: 1000px;
    }
    .fs-item-content {
        padding-left: 20px;
    }
    .fs-item-hold:nth-child(2n) .fs-item-content {
        padding-right: 20px;
    }
    .trust-right {
        width: 100%;
        padding-right: 0;
    }
    .trust-left {
        width: 100%;
        padding-right: 0;
        padding-top: 0px;
        padding-bottom: 0;
        margin-bottom: 60px;
    }
    .trust-hold {
        display: block;
    }
    .title-64 span.logo-horizontal-white {
        width: 460px;
        height: 76px;
        margin-left: -80px;
        margin-bottom: -24px;
    }
    .title-64 span.logo-horizontal-black {
        width: 460px;
        height: 76px;
        margin-left: -80px;
        margin-bottom: -24px;
    }
    .title-40 span.logo-traceable-sm {
        margin-left: -45px;
        margin-bottom: -14px;
        width: 276px;
        height: 46px;
    }
    .title-40 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .horizontal-section.horizontal-platform-section .horizontal-block-content {
        width: 100%;
    }
    .horizontal-section.horizontal-platform-section
        .horizontal-block-image-hold {
        width: 100%;
    }
    .deploy-item {
        margin-bottom: 70px;
        font-size: 32px;
    }
    .deploy-right {
        width: 100%;
        padding-left: 0;
    }
    .deploy-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 70px;
    }
    .cards-list ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cards-list ul li:nth-child(2),
    .cards-list ul li:nth-child(3) {
        transition-delay: 0s;
    }
    .cards-list ul li {
        width: 60%;
        min-width: 60%;
        margin-right: 0px;
        margin-bottom: 60px;
    }
    .cards-list ul li:last-child {
        margin-bottom: 0px;
    }
    .intro-platform-right {
        width: 100%;
        text-align: center;
    }
    .intro-platform-left {
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    .horizontal-section.api-analytics-horizontal-section
        .horizontal-section-header
        .title-64
        span.api-analytics-logo {
        margin-left: -70px;
        width: 410px;
        height: 67px;
        top: 20px;
    }
    .horizontal-section-header .title-64 span.api-protextion-logo {
        left: -70px;
        top: 20px;
        width: 410px;
        height: 67px;
    }
    .horizontal-section.api-analytics-horizontal-section
        .horizontal-section-header
        .title-64
        img {
        margin-left: -70px;
    }
    .intro-api-analytics {
        padding: 180px 0 90px;
    }
    .intro-aa-right-image {
        width: 100%;
    }
    .intro-aa-right {
        width: 100%;
        padding-left: 0;
    }
    .intro-buttons ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .intro-aa-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 70px;
        text-align: center;
    }
    .sticky-content-true-item-box:after {
        font-size: 200px;
    }
    .sticky-content-header {
        padding-top: 100px;
    }
    .sticky-content-true-item-box-image {
        padding-left: 6%;
    }
    .title-48 {
        font-size: 30px;
    }
    .sticky-content-true-item {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        opacity: 1 !important;
        visibility: visible !important;
        min-height: 1px;
        margin-bottom: 80px;
    }
    .sticky-content-true-item:last-child {
        margin-bottom: 0px;
    }
    .sticky-content-true-items {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        min-height: 1px;
    }
    .sticky-content-section-mob {
        display: block;
        padding-bottom: 120px;
    }
    .sticky-content-section {
        display: none;
    }
    .ts-carousel-item {
        width: 340px;
        padding: 60px 30px 60px;
    }
    .ts-left:after {
        width: 315px;
        height: 346px;
    }
    .ts-right {
        width: 50%;
    }
    .ts-left {
        width: 50%;
        padding-right: 4%;
    }
    .related-list ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .related-list ul li {
        width: 60%;
        min-width: 60%;
        margin-right: 0px;
        margin-bottom: 50px;
    }
    .related-list ul li:last-child {
        margin-bottom: 0px;
    }
    .related-section .title-64 {
        margin-bottom: 75px;
    }
    .fs-item-hold:nth-child(2n) {
        padding-left: 0;
    }
    .fs-item-content p {
        font-size: 18px;
    }
    .fs-item-content h3 {
        font-size: 26px;
    }
    .fs-item-hold {
        padding-right: 0;
    }
    .features-section {
        padding: 110px 0 120px;
    }
    .horizontal-hold-mob {
        display: block;
    }
    .intro-api-protection {
        padding: 180px 0 0;
    }
    .intro-title h1 {
        font-size: 58px;
    }
    .intro-buttons ul li a {
        min-width: 200px;
    }
    .btn-trans-gradient,
    .btn-trans-gradient:focus,
    .btn-trans-gradient:active {
        font-size: 16px;
    }
    .btn-blue-gradient,
    .btn-blue-gradient:focus,
    .btn-blue-gradient:active {
        font-size: 16px;
    }
    .btn-white-border,
    .btn-white-border:focus,
    .btn-white-border:active {
        padding: 15px 30px;
        font-size: 16px;
    }
    .lc-item img {
        max-height: 25px;
        max-width: 140px;
    }
    .title-64 {
        font-size: 40px;
    }
    .horizontal-section-header .title-64 img {
        left: -70px;
        top: 20px;
        max-width: 410px;
    }
    .horizontal-hold {
        display: none;
    }
    .horizontal-block-content-hold {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 100px;
        padding: 70px 30px;
    }
    .horizontal-block-content-hold:last-child {
        margin-bottom: 0px;
    }
    .horizontal-block-content {
        width: 100%;
        padding-right: 0%;
        order: 2;
    }
    .horizontal-block-image-hold {
        width: 100%;
        margin-bottom: 60px;
    }
    .horizontal-block-image-hold img {
        width: 100%;
        min-width: 100%;
    }
    .horizontal-block-content-title {
        font-size: 32px;
    }
    .ds-left {
        padding-left: 0;
        padding-right: 8%;
    }
    .horizontal-hold-mob {
        padding-bottom: 100px;
    }
    .title-60 {
        font-size: 36px;
    }
    .ts-carousel-author {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .hero_landing_page_content_center .c-container {
        padding-left: 25px;
    }

    .hero_landing_page_content_center.intro-platform {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .iceberg-section {
        padding-bottom: 100px;
    }
    .iceberg-section:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 110px;
        background: #0c162f;
        z-index: -1;
    }
}

@media (max-width: 639px) {
    .integrations-list > ul > li:nth-child(2n) {
        transition-delay: 0s;
    }

    header .general-custom-header .et_pb_row .et_pb_column_1_4 {
        padding-left: 0;
    }

    .ti-section .title-64 {
        margin-bottom: 40px;
    }
    .ti-section {
        padding: 90px 0;
    }
    .integrations-list > ul > li {
        margin-bottom: 30px;
        padding: 45px 30px 55px;
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
    .integrations-section {
        padding: 90px 0 70px;
    }
    .horizontal-section.horizontal-sa-section .horizontal-section-header {
        padding-top: 90px;
    }
    .use-cases-section.tl-section {
        padding-bottom: 100px;
    }
    .tl-icon:before {
        width: 160px;
        height: 160px;
    }
    .tl-list ul li {
        font-size: 20px;
        margin-bottom: 60px;
        padding-left: 90px;
    }
    .tl-section .orn-use-cases {
        width: 317px;
        height: 455px;
    }
    .tti-section + .features-section {
        padding-top: 0px;
    }
    .tti-top {
        margin-bottom: 20px;
    }
    .tti-section {
        padding-top: 90px;
    }
    .form-hold-text {
        font-size: 18x;
    }
    .form-hold .mktoFormRow {
        width: 100%;
    }
    .form-hold .mktoForm .mktoRequiredField label.mktoLabel {
        font-size: 16px;
    }
    .form-hold-title {
        font-size: 32px;
    }
    .form-success,
    .form-hold {
        padding: 60px 20px;
    }
    .iceberg-section {
        padding-bottom: 450px;
    }
    .iceberg-section:after {
        height: 460px;
    }
    .iceberg-section-top {
        margin-bottom: 400px;
    }
    .iceberg-pointer-content {
        width: 240px;
    }
    .ist-right {
        padding-right: 5%;
        padding-left: 5%;
    }
    .ist-left {
        padding-right: 5%;
        padding-left: 5%;
    }
    .intro-sa .intro-platform-left {
        margin-bottom: 40px;
    }
    .intro-sa .intro-platform-hold {
        margin-bottom: 0px;
    }
    .intro-sa.intro-platform {
        padding-top: 150px;
    }
    .iceberg-pointers {
        top: 50%;
    }
    .iceberg-pointer-content p {
        font-size: 12px;
    }
    .iceberg-pointer-content h3 {
        font-size: 18px;
    }
    .use-cases-section {
        padding: 100px 0 40px;
    }
    .uc-list ul li {
        text-align: center;
        margin-bottom: 70px;
    }
    .uc-icon:before {
        width: 220px;
        height: 220px;
    }
    .uc-icon img {
        max-width: 70px;
    }
    .uc-icon {
        height: 70px;
    }
    .orn-use-cases {
        width: 267px;
        height: 347px;
    }
    .uc-title {
        font-size: 20px;
    }
    .uc-right {
        padding-top: 60px;
        padding-left: 0;
        padding-right: 0;
    }

    .cards-section .title-48 {
        padding: 0px 5%;
    }
    .horizontal-block-image-hold:before {
        right: -15px;
        bottom: -10px;
        width: calc(100% - 5px);
        height: calc(100% - 10px);
    }
    .recognition-section:before {
        width: 425px;
        height: 735px;
    }
    .recognition-section:after {
        width: 450px;
        height: 700px;
    }
    .why-items {
        margin-top: 70px;
    }
    .why-item {
        margin-bottom: 100px;
    }
    .title-48 span.logo-horizontal-black {
        width: 240px;
        height: 40px;
        margin-left: -40px;
        margin-bottom: -11px;
    }
    .title-48 span.logo-horizontal-white {
        width: 240px;
        height: 40px;
        margin-left: -40px;
        margin-bottom: -11px;
    }
    .recognition-section .title-48 {
        margin-bottom: 50px;
    }
    .recognition-list ul li {
        margin: 0 10px 20px;
    }
    .recognition-list ul li img {
        max-height: 90px;
        max-width: 90px;
    }
    .platform-sticky-image {
        padding: 20px 20px;
        border-radius: 15px;
    }
    .fs-item-content {
        padding-left: 0px;
    }
    .trust-list ul li {
        margin-bottom: 50px;
        padding: 0px 3%;
    }
    .trust-section {
        padding: 100px 0 40px;
    }
    .title-64 span.logo-horizontal-white {
        width: 280px;
        height: 46px;
        margin-left: -50px;
        margin-bottom: -14px;

        width: 355px;
        height: 58px;
        margin-left: -70px;
        margin-bottom: -17px;
    }
    .title-64 span.logo-horizontal-black {
        width: 280px;
        height: 46px;
        margin-left: -50px;
        margin-bottom: -14px;

        width: 355px;
        height: 58px;
        margin-left: -54px;
        margin-bottom: -8px;
    }
    .orn-parallax {
        width: 417px;
        height: 588px;
        right: -28px;
    }
    .parallax-section {
        padding: 200px 0;
    }
    .deploy-item img {
        max-width: 70px;
    }
    .deploy-item {
        margin-bottom: 60px;
        font-size: 26px;
        padding-left: 100px;
    }
    .title-40 span.logo-traceable-sm {
        margin-left: -40px;
        margin-bottom: -12px;
        width: 240px;
        height: 40px;
    }
    .title-40 {
        font-size: 22px;
    }
    .deploy-section {
        padding: 100px 0 110px;
    }
    .deploy-section:before {
        width: 425px;
        height: 735px;
        bottom: -40%;
    }
    .deploy-section:after {
        width: 464px;
        height: 735px;
        top: -40%;
    }
    .cards-section .title-48 {
        margin-bottom: 60px;
    }
    .cards-section {
        padding: 90px 0 100px;
    }
    .cards-list ul li > div.card-button {
        bottom: 40px;
    }
    .cards-list ul li {
        padding: 80px 30px 130px;
        width: 100%;
        min-width: 100%;
    }
    .intro-platform-left {
        margin-bottom: 20px;
    }
    .intro-platform {
        padding: 160px 0 0px;
    }
    .related-list ul li:nth-child(2) {
        transition-delay: 0s;
    }
    .related-list ul li:nth-child(3) {
        transition-delay: 0s;
    }
    .horizontal-section.api-analytics-horizontal-section
        .horizontal-section-header
        .title-64
        span.api-analytics-logo {
        margin-left: -45px;
        width: 250px;
        height: 41px;
        top: 13px;

        margin-left: -56px;
        width: 355px;
        height: 58px;
        top: 0;
    }
    .horizontal-section-header .title-64 span.api-protextion-logo {
        left: -40px;
        top: 13px;
        width: 250px;
        height: 41px;

        left: -70px;
        top: 0;
        width: 355px;
        height: 58px;
    }
    .horizontal-section.api-analytics-horizontal-section
        .horizontal-section-header
        .title-64
        img {
        margin-left: -45px;
    }
    .intro-aa-left {
        padding-bottom: 45px;
    }
    .sticky-content-true-item-box:before {
        background: url(../images/orn-sticky-right.svg) no-repeat left -400px top
            50% / 250% auto;
    }
    .sticky-content-true-item:nth-child(2n)
        .sticky-content-true-item-box:before {
        background: url(../images/orn-sticky-right.svg) no-repeat left -400px top
            50% / 250% auto;
    }
    .sticky-content-true-item:nth-child(2n)
        .sticky-content-true-item-box:after {
        left: 0;
        right: auto;
    }
    .sticky-content-true-item-box:after {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .sticky-content-true-item-box:after {
        font-size: 100px;
    }
    .sticky-content-section-mob {
        padding-bottom: 100px;
    }
    .title-48 {
        font-size: 24px;
    }
    .sticky-content-true-item-box-image img {
        max-width: 230px;
    }
    .sticky-content-true-item-box-image {
        padding-left: 0;
        width: 100%;
        margin-bottom: 50px;
    }
    .sticky-content-true-item-box {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 50px 30px;
        min-height: 1px;
    }
    .sticky-content-true-item-box-content {
        width: 100%;
        order: 2;
    }
    .horizontal-section.api-analytics-horizontal-section
        .horizontal-section-header {
        padding-top: 60px;
    }
    .horizontal-section.api-analytics-horizontal-section
        .horizontal-section-header {
        padding-top: 60px;
    }
    .intro-api-analytics {
        padding: 150px 0 40px;
    }
    .cta-section:before,
    .cta-section:after {
        height: 100%;
    }
    .cta-section:before {
        left: -30%;
        background: url(../images/cta-left.png) no-repeat left center / auto
            100%;
        width: 100%;
    }
    .cta-section:after {
        right: -30%;
        background: url(../images/cta-right.png) no-repeat right center / auto
            100%;
        width: 100%;
    }
    .ts-carousel-logo {
        margin-bottom: 30px;
    }
    .ts-carousel-text {
        margin-bottom: 30px;
    }
    .cta-section-2 {
        min-height: 310px;
    }
    .cta-section-2 .title-64 {
        margin-bottom: 20px;
    }
    .related-list ul li {
        width: 100%;
        min-width: 100%;
    }
    .related-section {
        padding: 80px 0 100px;
    }
    .testimonails-section {
        padding: 90px 0 100px;
    }
    .ts-carousel-item {
        width: 300px;
    }
    .ts-left:before {
        display: none;
    }
    .ts-right {
        width: 100%;
    }
    .ts-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .ts-hold {
        display: block;
    }
    .cta-section {
        min-height: 310px;
    }
    .cta-section .title-64 {
        margin-bottom: 20px;
    }
    .fs-item-hold {
        margin-bottom: 80px;
    }
    .fs-item-hold:nth-child(2n) .fs-item-content {
        width: 100%;
        padding-right: 0;
    }
    .fs-item-hold:nth-child(2n) .fs-item-image {
        width: 100%;
    }
    .fs-item-hold:nth-child(2n) .fs-item {
        padding-right: 0px;
        padding-left: 30px;
    }
    .fs-item-content p {
        font-size: 16px;
    }
    .fs-item-content h3 {
        font-size: 20px;
    }
    .fs-item-image {
        width: 100%;
        margin-bottom: 40px;
    }
    .fs-item {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 60px 0;
        padding-right: 30px;
    }
    .fs-item-content {
        width: 100%;
        order: 2;
    }
    .features-section {
        padding: 90px 0 100px;
    }
    .title-60 {
        font-size: 24px;
        font-size: 36px;
    }
    .download-section {
        padding: 70px 0;
    }
    .ds-right {
        width: 100%;
    }
    .ds-left {
        width: 100%;
        padding-right: 16%;
        margin-bottom: 40px;
    }
    .ds-hold {
        display: block;
    }
    .horizontal-block-content-title {
        font-size: 24px;
    }
    .horizontal-block-content-hold {
        padding: 35px 30px;
    }
    .horizontal-section-header .title-64 img {
        left: -40px;
        top: 13px;
        max-width: 250px;
    }
    .title-64 {
        font-size: 26px;
        font-size: 36px;
    }
    .intro-api-logos-hold {
        /*bottom: -60px;*/
        padding: 30px 0;
    }
    .lc-item img {
        max-height: 20px;
        max-width: 120px;
    }
    .intro-api-protection {
        padding: 150px 0 0;
    }
    .intro-title h1 {
        font-size: 40px;
    }
    .intro-text {
        font-size: 18px;
    }
    .intro-buttons ul {
        display: block;
    }
    .intro-buttons ul li {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .intro-buttons ul li:last-child {
        margin-bottom: 0px;
    }
    .intro-api-protection-image {
        padding: 0;
        margin-top: 60px;
        margin-left: -50px;
        width: calc(100% + 100px);
    }
}
html,
body {
    overflow-x: hidden;
}

/**************************\
    Modal
  \**************************/
.hystmodal__opened,
.hystmodal__shadow {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden;
}

.hystmodal__shadow {
    border: none;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 98;
    opacity: 0;
    transition: opacity 0.15s ease;
    background-color: #000;
}

.hystmodal__shadow--show {
    pointer-events: auto;
    opacity: 0.6;
}

.hystmodal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    pointer-events: none;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    z-index: 999;
    visibility: hidden;
}

.hystmodal--active {
    opacity: 1;
}

.hystmodal--active,
.hystmodal--moved {
    pointer-events: auto;
    visibility: visible;
}

.hystmodal__wrap {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.hystmodal__window {
    margin: 50px 0;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
    background: #fff;
    width: 945px;
    max-width: 100%;
    overflow: visible;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transform: scale(0.9);
    opacity: 0;
}

.hystmodal--active .hystmodal__window {
    transform: scale(1);
    opacity: 1;
}

.hystmodal__close {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
    outline: none;
    display: block;
    width: 45px;
    height: 45px;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("../images/modal-close.svg");
    /* background-size: 100% 100%; */
    border: none;
    font-size: 0;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
}
.hystmodal__close:hover {
    opacity: 0.7;
}

.hystmodal__close:focus {
    outline: none;
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .hystmodal__close {
        top: 10px;
        right: 10px;
        width: 24px;
        height: 24px;
    }

    .hystmodal__window {
        margin: 0;
    }
}

.review-sect {
    padding: 140px 25px 105px;
    position: relative;
}
.review-sect:before {
    content: "";
    background-image: url(../images/review-circle-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 715px;
    height: 880px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.review-sect:after {
    content: "";
    background-image: url(../images/review-circle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 560px;
    height: 700px;
    display: block;
    position: absolute;
    top: 325px;
    left: 0;
    z-index: 0;
}
.review-sect .cstm-container {
    max-width: 1340px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.review-sect .cstm-container .card {
    background-color: #fff;
    padding: 40px 25px 50px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 0 105px;
}
@media (min-width: 768px) {
    .review-sect .cstm-container .card {
        padding: 80px 55px 70px;
        border-radius: 38px;
    }
}
@media (min-width: 1023px) {
    .single-resources
        .resources-main-posts
        .resources-banner-and-content.gated
        .content-section
        .gated-inner
        .floating-form
        .floating-form-inner {
        position: relative;
    }
    .single-resources
        .resources-main-posts
        .resources-banner-and-content.gated
        .content-section
        .gated-inner
        .floating-form
        .sticky-traceable {
        top: 80px !important;
        margin-bottom: 50px;
    }

    .sticky-traceable {
        top: 80px !important;
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .review-sect .cstm-container .card {
        padding: 180px 105px 100px;
    }
}

.review-sect .cstm-container .card:before {
    content: "";
    background-image: url(../images/review-mask.png);
    background-repeat: no-repeat;
    background-position: center -50px;
    background-size: 140% 110%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.review-sect .cstm-container .card .headings {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: end;
    margin: 0 0 30px;
    flex-wrap: wrap;
}
@media (min-width: 1024px) {
    .review-sect .cstm-container .card .headings {
        gap: 40px;
        flex-wrap: nowrap;
    }

    .et_pb_module.main-logo-image img {
        min-width: 290px;
    }
}
@media (min-width: 1200px) {
    .review-sect .cstm-container .card .headings {
        gap: 110px;
    }
}
.review-sect .cstm-container .card .headings h2.title {
    color: #0154d7;
    font-weight: 600;
    font-size: 10vw;
    line-height: 10.3vw;
    padding: 0;
    letter-spacing: 0.4px;
}
@media (min-width: 768px) {
    .review-sect .cstm-container .card .headings h2.title {
        width: 100%;
        font-size: 50px;
        line-height: 50px;
    }
}
@media (min-width: 1024px) {
    .review-sect .cstm-container .card .headings h2.title {
        width: 513px;
        font-size: 64px;
        line-height: 60px;
    }
}
.review-sect .cstm-container .card .headings img {
    max-width: 100%;
}
@media (min-width: 1024px) {
    .review-sect .cstm-container .card .headings img {
        max-width: 400px;
    }
}
@media (min-width: 1200px) {
    .review-sect .cstm-container .card .headings img {
        max-width: 453px;
    }
}
.review-sect .cstm-container .card .subtext {
    max-width: 560px;
    margin-bottom: 40px;
}
.review-sect .cstm-container .card .subtext p {
    font-weight: 400;
}
.review-sect .cstm-container .card .blue-btn-review,
.review-sect .cstm-container .card .white-btn-review {
    width: 210px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 49px;
    position: relative;
    font-size: 16px;
}
@media (min-width: 768px) {
    .review-sect .cstm-container .card .blue-btn-review,
    .review-sect .cstm-container .card .white-btn-review {
        width: 240px;
    }
}
@media (min-width: 1024px) {
    .review-sect .cstm-container .card .blue-btn-review,
    .review-sect .cstm-container .card .white-btn-review {
        font-size: 20px;
    }
}
.review-sect .cstm-container .card .blue-btn-review {
    background: linear-gradient(140.64deg, #7aaaff 19.13%, #2152cf 96.46%);
    margin: 0 20px 20px 0;
    color: #fff;
}
@media (min-width: 768px) {
    .review-sect .cstm-container .card .blue-btn-review {
        margin: 0 20px 0 0;
    }
}
.review-sect .cstm-container .card .blue-btn-review:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #7aaafe;
    background: -moz-linear-gradient(160deg, #7aaafe 0%, #1a2c5e 100%);
    background: -webkit-linear-gradient(160deg, #7aaafe 0%, #1a2c5e 100%);
    background: linear-gradient(160deg, #7aaafe 0%, #1a2c5e 100%);
    transition: all 0.3s;
}
.review-sect .cstm-container .card .blue-btn-review:hover:before {
    opacity: 1;
}
.review-sect .cstm-container .card .blue-btn-review span {
    position: relative;
}
.review-sect .cstm-container .card .white-btn-review {
    color: #2c69d6;
    background-color: #fff;
    position: relative;
    transition: all 0.3s;
    height: 56px;
}
.review-sect .cstm-container .card .white-btn-review:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(160deg, #7aaaff 0%, #2152cf 100%);
    margin: -2px;
    border-radius: 50px;
}
.review-sect .cstm-container .card .white-btn-review:hover {
    color: #fff;
}
.review-sect .cstm-container .card .white-btn-review:hover span {
    background: linear-gradient(160deg, #7aaaff 0%, #2152cf 100%);
}
.review-sect .cstm-container .card .white-btn-review span {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 49px;
    display: flex;
    background: #fff;
    position: relative;
    transition: all 0.3s;
}
.review-sect .cstm-container .card .disclaimer {
    max-width: 814px;
    margin: 50px 0 0;
}
.review-sect .cstm-container .card .disclaimer p {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
}
.review-sect .cstm-container .review-area .wrapper {
    margin: 0 0 80px;
    display: flex;
    gap: 54px;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .review-sect .cstm-container .review-area .wrapper {
        margin: 0 0 130px;
    }
}
@media (min-width: 1024px) {
    .review-sect .cstm-container .review-area .wrapper {
        margin: 0 0 190px;
    }
}
.review-sect .cstm-container .review-area .wrapper .item {
    width: 100%;
    background-color: #fff;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 55px 55px 25px;
    box-shadow: 0 0 30px -10px #5786d6;
}
@media (min-width: 1024px) {
    .review-sect .cstm-container .review-area .wrapper .item {
        width: calc(33.33% - 36px);
    }
}
@media (min-width: 1024px) {
    .review-sect .cstm-container .review-area .wrapper .item:nth-child(3n + 2) {
        margin: 70px 0 -70px;
    }
}
@media (min-width: 1024px) {
    .review-sect .cstm-container .review-area .wrapper .item:nth-child(3n + 3) {
        margin: 140px 0 -140px;
    }
}
.review-sect .cstm-container .review-area .wrapper .item .text-area {
    margin: 10px 0;
}
.review-sect .cstm-container .review-area .wrapper .item .text-area p {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
}
.review-sect .cstm-container .review-area .wrapper .item .text-area .author {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    padding: 10px 0 0;
}
.review-sect .cstm-container .review-area .wrapper .item .link {
    display: flex;
    justify-content: flex-end;
}
.review-sect .cstm-container .review-area .wrapper .item .link a {
    font-size: 14px;
    color: #2c69d6;
    font-weight: 400;
    transition: all 0.3s;
}
.review-sect .cstm-container .review-area .wrapper .item .link a:hover {
    color: #0a1321;
}
.review-sect .cstm-container .review-area .btn-wrap {
    display: flex;
    justify-content: center;
}
.review-sect .cstm-container .review-area .btn-wrap .btn-review {
    color: #2c69d6;
    background: linear-gradient(316.55deg, #aec2ff 7.16%, #d8ecff 100.17%);
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    min-width: 265px;
    padding: 25px 30px;
    text-align: center;
}
@media (min-width: 768px) {
    .review-sect .cstm-container .review-area .btn-wrap .btn-review {
        min-width: 305px;
    }
}
@media (min-width: 1024px) {
    .review-sect .cstm-container .review-area .btn-wrap .btn-review {
        font-size: 20px;
    }
}
.review-sect .cstm-container .review-area .btn-wrap .btn-review:hover {
    background: linear-gradient(#fff 100%, #fff 100%);
}
.review-sect .logo-bg {
    position: absolute;
    top: 0;
    right: 0;
}
.review-sect .review-bg-black {
    position: absolute;
    bottom: 765px;
    left: 0;
    right: 0;
    width: 100vw;
    height: 880px;
    z-index: 0;
    background-color: #0c111b;
    transform: skew(0, -6.7deg);
}
@media (min-width: 1024px) {
    .review-sect .review-bg-black {
        bottom: 32vw;
    }
}
@media (min-width: 1440px) {
    .review-sect .review-bg-black {
        height: 40.6vw;
    }
}
.review-sect .review-bg-black.top {
    height: 407px;
    top: -111px;
    bottom: auto;
}
.review-sect .review-bg {
    background-image: url("../images/review-bg.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100vw;
    height: 915px;
    z-index: 0;
}

.page-template-webinar-template .description ul {
    list-style: disc;
    margin-left: 20px;
    font-size: 18px;
    padding-top: 1em;
}

@media (min-width: 1024px) {
    .review-sect .review-bg {
        height: 39.02vw;
    }
}
@media (min-width: 1440px) {
    .page-template-webinar-template .description ul {
        font-size: 24px;
    }
}

.page-template-webinar-template .description ul li {
    margin-bottom: 1em;
}

.page-template-webinar-template .speakers-list .speaker-item {
    width: 260px;
}

.floating-form .mktoTemplateBox,
.floating-form h3 {
    color: white;
}

.floating-form h3 {
    text-align: center;
}

.mktoTemplateBox {
    text-align: center;
    color: white;
}

.floating-form .mktoTemplateBox a.mktoNotYou {
    display: block;
    text-align: center;
    cursor: pointer;
}

a.module-icon {
  font-size: 20px;
  color: #75a7ff;
}

a.module-icon.angle-right::after {
  position: absolute;
}

.text-white {
  color:white;
}

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

.logos_title {
  margin-bottom:32px;
}

.why-sub {
  color:#353434;
  max-width:610px;
  padding-top:30px;
  margin:0 auto;
  font-weight:500;
  line-height:25px;
}

.why-item ul {
  list-style:disc;
  margin-left:25px;
  margin-top:25px;
}

.solid-blue-bg {
  background: linear-gradient(140.64deg, #7AAAFF 19.13%, #285DFF 96.46%);
}
