body.modal-opened {
    overflow: hidden;
}
.modal-overlay, .modal-window {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.modal-overlay {
    background-color: rgba(0, 0, 0, .5);
}
.modal, .modal-overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s ease;
}
.modal {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 50px;
}
.modal .modal-window {
    background-color: #fff;
    border-radius: 5px;
    max-height: 100%;
    max-width: 500px;
    overflow: auto;
    padding: 20px;
    position: relative;
    transition: inherit;
    width: 100%}
.modal.modal-animation-slideDown .modal-window {
    transform: translateY(-100px);
}
.modal.modal-animation-slideUp .modal-window {
    transform: translateY(100px);
}
.modal.modal-animation-scale .modal-window {
    transform: scale(.3);
}
.modal.modal-position-center {
    align-items: center;
}
.modal.modal-position-top {
    align-items: flex-start;
}
.modal.modal-position-bottom {
    align-items: flex-end;
}
.modal.open {
    opacity: 1;
    visibility: visible;
    z-index: 1001;
}
.modal.open .modal-window {
    opacity: 1;
    transition-delay: .2s;
    visibility: visible;
}
.modal.open.modal-animation-slideDown .modal-window, .modal.open.modal-animation-slideUp .modal-window {
    transform: translateY(0);
}
.modal.open.modal-animation-scale .modal-window {
    transform: scale(1);
}
.modal.open~.modal-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}
.modal.hiding~.modal-overlay {
    transition-delay: .2s;
}
@media screen and (max-width:767px) {
    .modal {
    padding: 50px 16px;
}
.modal-window {
    width: 100%}
}section {
    padding: 100px 0;
    position: relative;
}
.body-container-wrapper {
    overflow-x: hidden;
    width: 100%}
.section-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 64px;
    padding-right: 64px;
    width: 100%}
@media screen and (max-width:1279px) {
    .section-container {
    padding-left: 32px;
    padding-right: 32px;
}
}@media screen and (max-width:1023px) {
    .section-container {
    padding-left: 16px;
    padding-right: 16px;
}
}
.animate-to-top {
    opacity: 0;
    visibility: hidden;
}
.visible {
    opacity: 1!important;
    visibility: visible!important;
}
.hs-tools-menu {
    display: none!important;
}
.wmss-template {
    background-color: #000;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}
.h1 {
    font-size: 72px;
    line-height: 86px;
}
.h1, .h2 {
    font-weight: 700;
}
.h2 {
    font-size: 64px;
    line-height: 77px;
}
.h2, .h3 {
    text-align: center;
}
.h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}
.p {
    font-family: 'geomanistregular';
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}
.p-2 {
    font-family: 'geomanistregular';
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 0;
}
@media screen and (max-width:1279px) {
.h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}
.h2 {
    font-weight: 600;
}
.h2, .h3 {
    font-size: 40px;
    line-height: 48px;
}
.p {
    font-size: 16px;
    line-height: 28px;
}
}@media screen and (max-width:767px) {
    .h1 {
    font-size: 40px;
    line-height: 48px;
}
.h3 {
    font-size: 20px;
    font-weight: 500;
}
.h2, .h3 {
    line-height: 36px;
}
.h2 {
    font-size: 28px;
}
}.home-page .benefits-tiles .section-container .h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
@media screen and (max-width:1279px) {
    .home-page .benefits-tiles .section-container .h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
}@media screen and (max-width:767px) {
    .home-page .benefits-tiles .section-container .h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
}.pricing-page {
    background-position: 100% 100%;
    background-size: 80%}
.pricing-page .benefits-tiles {
    min-height: auto;
    padding-top: 102px;
}
.pricing-page .benefits-tiles .section-container .h3 span {
    display: inline-block;
}
.pricing-page .benefits-tiles .section-container .titles-wrapper {
    margin-top: 59px;
}
.pricing-page .benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-heading .number {
    display: none;
}
.pricing-page .benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-heading .title span {
    color: #10E5A5;
    display: block;
}
.pricing-page .benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element {
    padding: 24px 30px 24px 24px;
}
.pricing-page .benefits-tiles .section-container .titles-wrapper .tiles-active .tiles-element .tiles-content-wrapper .tiles-content .info .title span {
    display: block;
}
@media screen and (max-width:1279px) {
    .pricing-page {
    background-position: 100% 0;
    background-size: 100%}
.pricing-page .benefits-tiles .section-container .titles-wrapper {
    margin-top: 42px;
}
.pricing-page .benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element {
    margin-bottom: 20px;
}
}@media screen and (max-width:992px) {
    .pricing-page .our-team {
    padding-top: 119px;
}
.pricing-page .benefits-tiles {
    padding-top: 83px;
}
}@media screen and (max-width:767px) {
    .pricing-page .benefits-tiles {
    padding-top: 61px;
}
.pricing-page .benefits-tiles .section-container .titles-wrapper {
    margin-top: 21px;
}
.pricing-page .benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element {
    padding: 24px 15px;
}
.pricing-page .our-team {
    padding-top: 101px;
}
}

.numbers {
    font-size: 24px;
    color: #10e5a5;
}
.numbers .item {
    display: block;
    margin: 15px 0
    font-family: Archia;
    font-size: 72px;
    font-weight: bold;
}
.numbers .item span {
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    font-family: Archia;
}
.numbers .item h6 {
    color: #10e5a5;
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    font-family: 'geomanistregular';
}

.revenue-page {
    background-position: 100% 0;
    background-size: 63%}
.revenue-page .title-with-video .section-container .headings {
    border-bottom: none;
    max-width: 862px;
    padding: 0;
}
@media screen and (max-width:992px) {
    .revenue-page {
    background-size: 100%}
.revenue-page .title-with-video .section-container video {
    opacity: 1!important;
    visibility: visible!important;
}
}.btn-green {
    background: #10E5A5;
    border: 4px solid #10E5A5;
    border-radius: 4px;
    color: #17171a;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    padding: 4px 20px;
    text-align: center;
    transition: .3s ease;
}
.btn-green:hover, .btn-transparent {
    background: transparent;
    color: #10E5A5;
}
.btn-transparent {
    border: 1px solid #10E5A5;
    border-radius: 4px;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    padding: 7px 23px;
    transition: .3s ease;
}
.btn-transparent:hover {
    background: #10E5A5;
    color: #000;
}
.btn-dark {
    background: #1a3831;
    border: 1px solid #1a3831;
    border-radius: 4px;
    color: #fff;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    padding: 7px 23px;
    transition: .3s ease;
}
.btn-dark:hover {
    background: #17171a;
    color: #fff;
}
.anchor {
    align-items: center;
    background: linear-gradient(149.87deg, rgba(0, 209, 255, .275) 15.18%, rgba(7, 225, 3, .25) 87.57%);
    border-radius: 100px;
    bottom: 22%;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: 13%;
    width: 60px;
}
.anchor svg {
    pointer-events: none;
}
.anchor:after, .anchor:before {
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scale_anchor;
    animation-name: scale_anchor;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border-color: rgba(0, 209, 255, .275) rgba(7, 225, 3, .25) rgba(7, 225, 3, .25) rgba(0, 209, 255, .275);
    border-radius: 100px;
    border-style: solid;
    border-width: 1px;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 0;
}
.anchor:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@media screen and (max-width:1279px) {
    .anchor {
    bottom: 21%;
    height: 50px;
    right: 12%;
    width: 50px;
}
}@media screen and (max-width:992px) {
    .anchor {
    bottom: 17%;
    right: 9%}
}@media screen and (max-width:767px) {
    .anchor {
    margin-bottom: 56px;
    margin-left: auto;
    position: static;
}
}@-webkit-keyframes scale_anchor {
    0% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
to {
    opacity: 0;
    transform: translateY(-50%) scale(1.5);
}
}@keyframes scale_anchor {
    0% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
to {
    opacity: 0;
    transform: translateY(-50%) scale(1.5);
}
}.modal.image-modal {
    padding: 50px 32px;
}
.modal.image-modal .modal-window {
    background: transparent;
    border-radius: 0;
    max-width: 991px;
    overflow: visible;
    padding: 0;
}
.modal.image-modal .modal-window .modal-close {
    align-items: center;
    bottom: 100%;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    left: 100%;
    position: absolute;
    width: 36px;
}
.modal.image-modal .modal-window>img {
    height: auto;
    max-height: 475px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%}
@media screen and (max-width:1279px) {
    .modal.image-modal .modal-window .modal-close {
    left: auto;
    right: 0;
}
}@media screen and (max-width:992px) {
    .modal.image-modal {
    padding: 50px 16px;
}
.modal.image-modal .modal-window>img {
    max-height: 355px;
}
}.modal-overlay {
    background: rgba(0, 0, 0, .7);
}
.header-wrapper {
    background-color: #000;
    position: fixed;
    transition: background .3s ease;
    width: 100%;
    z-index: 100;
}
.header-wrapper .section-container {
    align-items: center;
}
.header-wrapper .section-container .logo-item {
    display: flex;
    align-items: center;
}
.header-wrapper .section-container .logo-item img {
    /*height: auto;*/
    /*max-width: 215px;*/
    /*width: auto;*/
    height: 40px;
    margin-right: 10px;
}
.header-wrapper .section-container .menu-wrapper {
    margin-left: auto;
    max-width: calc(100% - 215px);
}
.header-wrapper .section-container .menu-wrapper .button-secondary-large {
    background: #10E5A5;
    border-color: #10E5A5;
    border-radius: 4px;
    color: #17171a;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    padding: 8px 21px;
}
.header-wrapper .section-container .menu-wrapper .button-secondary-large:hover {
    --tw-shadow: none;
    background: transparent;
    box-shadow: none;
    color: #10E5A5;
}
.header-wrapper .section-container .menu-wrapper .menu ul {
    align-items: center;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
}
.header-wrapper .section-container .menu-wrapper .menu .hs-menu-depth-1 {
    margin-left: 37px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.header-wrapper .section-container .menu-wrapper .menu .hs-menu-depth-1 a {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none;
}
.header-wrapper .section-container .menu-wrapper .resources-menu {
    letter-spacing: 0;
    margin-left: 37px;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
.header-wrapper .section-container .menu-wrapper .resources-menu>span {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none;
}
.header-wrapper .section-container .menu-wrapper .resources-menu .chevron-down {
    margin: 0 0 0 7px;
    padding: 0;
    width: auto;
}
.header-wrapper .section-container .menu-wrapper .resources-menu .chevron-down svg path {
    transition-duration: .2s;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.header-wrapper .section-container .menu-wrapper .resources-menu:hover .chevron-down svg path {
    fill: #10E5A5;
}
.header-wrapper .section-container .menu-wrapper .dropdown {
    background: radial-gradient(244.33% 422.35% at 244.33% 71.27%, rgba(5, 2, 41, .5) 0, rgba(36, 219, 174, .275) 49.42%, rgba(7, 225, 3, 0) 100%), #17171a;
    border-radius: 4px;
    margin-top: 0;
    padding: 0;
    top: 100%;
    width: 240px;
}
.header-wrapper .section-container .menu-wrapper .dropdown>.flex-wrap {
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
}
.header-wrapper .section-container .menu-wrapper .dropdown a {
    padding: 14px 16px;
    transition: .3s ease;
    width: 100%}
.header-wrapper .section-container .menu-wrapper .dropdown a .relative {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 32px;
}
.header-wrapper .section-container .menu-wrapper .dropdown a img {
    display: block;
    height: auto;
    max-height: 32px;
    opacity: 1;
    visibility: visible;
    width: auto;
}
.header-wrapper .section-container .menu-wrapper .dropdown a .info {
    margin-left: 15px;
}
.header-wrapper .section-container .menu-wrapper .dropdown a .info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}
.header-wrapper .section-container .menu-wrapper .dropdown a .info span {
    display: none;
}
.header-wrapper .section-container .menu-wrapper .dropdown a:hover {
    background: rgba(227, 227, 245, .1);
}
.header-wrapper .section-container .menu-wrapper .dropdown a:hover p {
    color: #fff;
}
.header-wrapper .section-container .menu-wrapper .nav-button {
    margin-left: 63px;
}
.header-wrapper .scrolling-progress-bar {
    background: #17171a;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%}
.header-wrapper .scrolling-progress-bar .progress {
    background: linear-gradient(90deg, #0d2e80, #40adfa 21.87%, #24dc71 43.23%);
    height: 4px;
    width: 0;
}
.header-wrapper.active {
    background: #000;
}
@media screen and (max-width:1330px) {
    .header-wrapper .section-container .menu-wrapper .nav-button {
    margin-left: 40px;
}
.header-wrapper .section-container .menu-wrapper .menu .hs-menu-depth-1, .header-wrapper .section-container .menu-wrapper .resources-menu {
    margin-left: 25px;
}
}@media screen and (max-width:1279px) {
    .header-wrapper {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
}
.header-wrapper .section-container .menu-trigger-label {
    display: block;
    visibility: visible;
    z-index: 10;
}
.header-wrapper .section-container .menu-trigger-label svg {
    width: 21px;
}
.header-wrapper .section-container .logo-item {
    z-index: 10;
}
.header-wrapper .section-container .logo-item img {
    /*max-width: 167px;*/
}
.header-wrapper .section-container .menu-wrapper {
    display: block;
    height: 100vh;
    max-width: 100%;
    overflow: auto;
    padding-bottom: 30px;
    padding-top: 93px;
    position: fixed;
    transform: translateY(-100%);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}
.header-wrapper .section-container .menu-wrapper .menu {
    display: flex;
    flex-direction: column;
}
.header-wrapper .section-container .menu-wrapper .menu .hs_cos_wrapper_type_menu {
    order: 0;
}
.header-wrapper .section-container .menu-wrapper .menu .resources-menu {
    padding: 14px 16px;
}
.header-wrapper .section-container .menu-wrapper .menu .resources-menu span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.header-wrapper .section-container .menu-wrapper .menu .resources-menu.active .chevron-down {
    transform: rotate(180deg);
}
.header-wrapper .section-container .menu-wrapper .menu ul {
    align-items: flex-start;
    flex-direction: column;
}
.header-wrapper .section-container .menu-wrapper .menu ul .hs-menu-depth-1 {
    margin-bottom: 8px;
    margin-left: 0;
    padding: 0 32px;
}
.header-wrapper .section-container .menu-wrapper .menu ul .hs-menu-depth-1 a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 14px 16px;
}
.header-wrapper .section-container .menu-wrapper .dropdown {
    left: -16px;
    margin-top: 15px;
    opacity: 1;
    position: static;
    position: relative;
    top: 0;
    visibility: visible;
    width: 100%;
    width: calc(100% + 32px);
}
.header-wrapper .section-container .menu-wrapper .nav-button {
    margin: 29px 0 0;
    padding: 0 32px;
}
.header-wrapper .section-container .menu-wrapper .nav-button :not(script) {
    box-sizing: border-box!important;
    display: block;
    text-align: center;
    width: 100%}
.header-wrapper .section-container .menu-wrapper .resources-menu {
    margin-left: 32px;
    margin-right: 32px;
}
.header-wrapper .section-container .overlay {
    background: #000;
    display: block;
    transform: translateY(-100%);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
    visibility: visible;
}
.menu-open .header-wrapper:after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%}
.menu-open .header-wrapper .section-container .menu-wrapper, .menu-open .header-wrapper .section-container .overlay {
    transform: translateY(0);
}
.menu-open .menu-icon {
    opacity: 0;
}
.menu-open .close {
    opacity: 1;
}
}@media screen and (max-width:1023px) {
    .header-wrapper .section-container .menu-wrapper .menu ul .hs-menu-depth-1 {
    padding: 0 16px;
}
.header-wrapper .section-container .menu-wrapper .menu .resources-menu {
    margin-left: 16px;
    padding-top: 15px;
}
.header-wrapper .section-container .menu-wrapper .menu .resources-menu .chevron-down {
    display: block;
    opacity: 1;
    visibility: visible;
}
.header-wrapper .section-container .menu-wrapper .dropdown {
    width: calc(100% + 42px);
}
.header-wrapper .section-container .menu-wrapper .nav-button {
    margin-left: 16px;
    margin-right: 20px;
    margin-top: 28px;
    padding: 0;
}
}@media screen and (max-width:767px) {
    .header-wrapper .section-container .menu-wrapper {
    padding-top: 87px;
}
.header-wrapper .section-container .menu-wrapper .menu ul .hs-menu-depth-1 {
    margin-bottom: 8px;
    padding: 0;
}
.header-wrapper .section-container .menu-wrapper .menu ul .hs-menu-depth-1 a {
    font-size: 14px;
    line-height: 20px;
}
.header-wrapper .section-container .menu-wrapper .menu .resources-menu {
    padding: 14px 0;
}
.header-wrapper .section-container .menu-wrapper .dropdown {
    border-radius: 0;
    width: calc(100% + 48px);
}
.header-wrapper .section-container .menu-wrapper .dropdown>div .info p {
    font-size: 14px;
    line-height: 20px;
}
}.footer-new {
    background: #17171a;
    padding: 60px 0 40px;
    position: relative;
    z-index: 1;
}
.footer-new .section-container .logo-and-socials {
    max-width: 350px;
}
.footer-new .section-container .logo-and-socials .logo-item {
    display: block;
    margin-bottom: 44px;
}
.footer-new .section-container .logo-and-socials .logo-item img, .footer-new .section-container .logo-and-socials .logo-item svg {
    height: auto;
    max-width: 184px;
    width: auto;
}
.footer-new .section-container .logo-and-socials .social-new {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.footer-new .section-container .logo-and-socials .social-new a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    background-color: rgba(255,255,255,0.8);
    color: #111;
}
.footer-new .section-container .logo-and-socials .social-new a:hover {
    background-color: #10e5a5;
    color: #fff;
}
/*
.footer-new .section-container .logo-and-socials .social-new a {
    display: block;
    height: 32px;
    margin: 0 16px 0 0;
    width: 32px;
}*/
.footer-new .section-container .logo-and-socials .social-new a svg {
    height: 32px;
    width: 32px;
}
.footer-new .section-container .logo-and-socials .social-new a svg circle {
    fill: #80a1b8;
    transition: .3s ease;
}
.footer-new .section-container .logo-and-socials .social-new a:hover svg circle {
    fill: #10E5A5;
}
.footer-new .section-container .logo-and-socials .social-new a:last-child {
    margin-right: 0;
}
.footer-new .section-container .logo-and-socials .button-secondary-large {
    background: #10E5A5;
    border-color: #10E5A5;
    border-radius: 4px;
    color: #17171a;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    padding: 4px 21px;
}
.footer-new .section-container .logo-and-socials .button-secondary-large:hover {
    --tw-shadow: none;
    background: transparent;
    box-shadow: none;
    color: #10E5A5;
}
.footer-new .section-container .footer-wrapper {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto;
    padding-left: 50px;
    width: calc(100% - 350px);
}
.footer-new .section-container .footer-wrapper .menu-element {
    display: flex;
    flex-direction: column;
    max-width: 300px;
}
.footer-new .section-container .footer-wrapper .menu-element:not(:first-child) {
    margin-left: 117px;
}
.footer-new .section-container .footer-wrapper .menu-element .menu-title {
    color: #80a1b8;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 24px;
}
.footer-new .section-container .footer-wrapper .menu-element ul {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.footer-new .section-container .footer-wrapper .menu-element ul li {
    margin: 0;
}
.footer-new .section-container .footer-wrapper .menu-element ul li:not(:first-child) {
    margin-top: 24px;
}
.footer-new .section-container .footer-wrapper .menu-element ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.footer-new .section-container .footer-wrapper .menu-element ul li a:hover {
    color: #10E5A5;
}
.footer-new .section-container .copyright-new {
    color: #80a1b8;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 24px;
    margin-top: 88px;
    width: 100%}
@media screen and (max-width:1279px) {
    .footer-new .section-container .footer-wrapper {
    padding-left: 0;
}
}
@media screen and (max-width:992px) {
    .footer-new {
    padding: 60px 0;
}
.footer-new .section-container .logo-and-socials .logo-item {
    margin-bottom: 38px;
}
.footer-new .section-container .footer-wrapper {
    justify-content: flex-start;
    margin-top: 40px;
    width: 100%}
.footer-new .section-container .footer-wrapper .social-new {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
}
.footer-new .section-container .copyright-new {
    margin-top: 40px;
}
}@media screen and (max-width:767px) {
    .footer-new .section-container .footer-wrapper {
    flex-direction: column;
}
.footer-new .section-container .footer-wrapper .menu-element {
    margin-bottom: 28px;
    width: 100%}
.footer-new .section-container .footer-wrapper .menu-element .menu-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
}
.footer-new .section-container .footer-wrapper .menu-element ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.footer-new .section-container .footer-wrapper .menu-element:not(:first-child) {
    margin-left: 0;
}
.footer-new .section-container .copyright-new {
    flex-direction: column;
    margin-top: 12px;
}
.footer-new .section-container .copyright-new>div {
    margin-left: 0;
}
}.hero {
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 132px;
    position: relative;
    z-index: 1;
}
.hero .substrate-shadow {
    background-color: #000;
}
.hero .substrate-shadow, .hero video {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.hero video {
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero video::-webkit-media-controls, .hero video::-webkit-media-controls-panel, .hero video::-webkit-media-controls-play-button, .hero video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none!important;
    display: none!important;
    opacity: 0!important;
    visibility: hidden!important;
}
.hero .section-container {
    align-items: flex-start;
    flex-direction: column;
}
.hero .section-container .h1 {
    margin: 0;
    max-width: 850px;
    width: 100%}
.hero .section-container .h1+* {
    margin-top: 24px;
}
.hero .section-container .h1 span {
    color: #10E5A5;
    display: block;
}
.hero .section-container p {
    margin-bottom: 0;
    max-width: 852px;
    width: 100%}
.hero .section-container p+* {
    margin-top: 40px;
}
.hero .section-container a {
    margin-bottom: 0;
}
@media screen and (max-width:1279px) {
    .hero {
    padding: 160px 0 104px;
}
.hero .section-container .h1, .hero .section-container .p {
    max-width: 650px;
}
}@media screen and (max-width:1023px) {
    .hero {
    padding: 100px 0 108px;
}
.hero .section-container .h1, .hero .section-container .p {
    max-width: 482px;
}
}@media screen and (max-width:767px) {
    .hero {
    padding: 100px 0 40px;
}
.hero .section-container .h1, .hero .section-container .p {
    max-width: 100%}
.hero .section-container p+* {
    margin-top: 24px;
}
}.call-to-action {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    min-height: 573px;
}
.call-to-action .section-container {
    align-items: center;
    flex-direction: column;
}
.call-to-action .section-container h2, .call-to-action .section-container p {
    margin-bottom: 0;
    max-width: 862px;
    text-align: center;
}
.call-to-action .section-container h2+* {
    margin-top: 16px;
}
.call-to-action .section-container p+a {
    margin-top: 40px;
}
@media screen and (max-width:1279px) {
    .call-to-action {
    min-height: 528px;
}
.call-to-action .section-container h2, .call-to-action .section-container p {
    max-width: 781px;
}
}@media screen and (max-width:1023px) {
    .call-to-action .section-container h2, .call-to-action .section-container p {
    max-width: 610px;
}
}@media screen and (max-width:767px) {
    .call-to-action {
    min-height: 452px;
}
.call-to-action .section-container h2, .call-to-action .section-container p {
    max-width: 610px;
}
.call-to-action .section-container .p {
    font-size: 14px;
    line-height: 24px;
}
}.partners-section {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    width: 100%}
.partners-section .section-container {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.partners-section .section-container h2, .partners-section .section-container p {
    margin-bottom: 0;
    max-width: 862px;
    text-align: center;
}
.partners-section .section-container h2+* {
    margin-top: 24px;
}
.partners-section .partners-logos-carousel {
    margin-top: 80px;
    overflow: visible;
    width: 100%}
.partners-section .partners-logos-carousel .swiper-wrapper {
    align-items: center;
    display: flex;
}
.partners-section .partners-logos-carousel .swiper-wrapper .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: .5;
    padding: 0 30px;
}
.partners-section .partners-logos-carousel .swiper-wrapper .swiper-slide img, .partners-section .partners-logos-carousel .swiper-wrapper .swiper-slide svg {
    height: auto;
    max-width: 100%;
    width: auto;
}
.partners-section .logos {
    margin-top: 80px;
    position: relative;
    width: 100%}
.partners-section .logos .logos-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    left: -17px;
    min-width: 100%;
    position: absolute;
    top: 0;
}
.partners-section .logos .logos-wrapper.cloned {
    left: 100%;
    position: absolute;
}
.partners-section .logos .logos-wrapper.animated {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: marquee;
    animation-name: marquee;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.partners-section .logos .logos-wrapper .logo {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 20vw;
    opacity: .5;
    padding: 0 30px;
    width: 20vw;
}
.partners-section .logos .logos-wrapper .logo img, .partners-section .logos .logos-wrapper .logo svg {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}
@media (pointer:coarse) {
    .partners-section .logos .logos-wrapper {
    left: 0;
}
}@media screen and (max-width:1279px) {
    .partners-section {
    padding: 120px 0 60px;
}
.partners-section .section-container h2, .partners-section .section-container p {
    max-width: 800px;
}
.partners-section .logos, .partners-section .partners-logos-carousel {
    margin-top: 50px;
}
}@media screen and (max-width:1023px) {
    .partners-section {
    padding: 80px 0 60px;
}
.partners-section .section-container h2, .partners-section .section-container p {
    max-width: 610px;
}
.partners-section .logos, .partners-section .partners-logos-carousel {
    margin-top: 40px;
}
}@media screen and (max-width:767px) {
    .partners-section .section-container h2+* {
    margin-top: 17px;
}
.partners-section .section-container h2, .partners-section .section-container p {
    text-align: left;
}
.partners-section .partners-logos-carousel {
    margin-top: 37px;
}
.partners-section .partners-logos-carousel .swiper-wrapper .swiper-slide {
    padding: 0 5px;
}
.partners-section .logos {
    margin-top: 37px;
}
.partners-section .logos .logos-wrapper .logo {
    min-width: 33.33333vw;
    padding: 0 5px;
    width: 33.33333vw;
}
}@-webkit-keyframes marquee {
    0% {
    transform: translateX(0);
}
to {
    transform: translateX(-100%);
}
}.about-us-section {
    padding: 80px 0 162px;
}
.about-us-section .section-container {
    align-items: center;
    justify-content: space-between;
}
.about-us-section .section-container .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 523px;
}
.about-us-section .section-container .info .h2 {
    margin-bottom: 0;
    text-align: left;
}
.about-us-section .section-container .info .h2 span {
    color: #10E5A5;
}
.about-us-section .section-container .info .h2+* {
    margin-top: 16px;
}
.about-us-section .section-container .info .p {
    margin-bottom: 0;
}
.about-us-section .section-container .info .p+* {
    margin-top: 40px;
}
.about-us-section .section-container .image {
    border: 20px solid #17171a;
    border-radius: 50%;
    padding: 39px;
    width: calc(100% - 563px);
}
.about-us-section .section-container .image img, .about-us-section .section-container .image svg {
    border-radius: 50%;
    height: auto;
    max-height: 631px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%}
@media screen and (max-width:1200px) {
    .about-us-section {
    padding: 60px 0 120px;
}
.about-us-section .section-container .info {
    width: 386px;
}
.about-us-section .section-container .info .h2+* {
    margin-top: 26px;
}
.about-us-section .section-container .image {
    padding: 23px;
    width: calc(100% - 417px);
}
}@media screen and (max-width:992px) {
    .about-us-section {
    padding: 40px 0;
}
.about-us-section .section-container .info {
    width: 356px;
}
.about-us-section .section-container .image {
    padding: 10px;
    width: calc(100% - 383px);
}
}@media screen and (max-width:767px) {
    .about-us-section .section-container .info {
    order: 1;
    width: 100%}
.about-us-section .section-container .info .h2+* {
    margin-top: 16px;
}
.about-us-section .section-container .info .p+* {
    margin-top: 24px;
}
.about-us-section .section-container .image {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    order: 0;
    padding: 3px;
    width: 100%}
}.the-vault {
    padding: 80px 0;
}
.the-vault .section-container .container-wrapper {
    align-items: center;
    background-color: #17171a;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.the-vault .section-container .container-wrapper .background {
    background: #17171a;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 48.5%;
    z-index: -1;
}
.the-vault .section-container .container-wrapper .background .item {
    background: #10E5A5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(26deg, 0deg);
    transform-origin: bottom left;
    width: 100%}
.the-vault .section-container .container-wrapper .image {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 23px 3px 62px 24px;
    width: 52%}
.the-vault .section-container .container-wrapper .image .main-image {
    height: auto;
    max-height: 520px;
    width: auto;
}
.the-vault .section-container .container-wrapper .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    padding: 40px 40px 40px 33px;
    width: 48%}
.the-vault .section-container .container-wrapper .info .h2 {
    margin-bottom: 0;
    text-align: left;
}
.the-vault .section-container .container-wrapper .info .h2+* {
    margin-top: 16px;
}
.the-vault .section-container .container-wrapper .info .p {
    margin-bottom: 0;
}
.the-vault .section-container .container-wrapper .info .p+* {
    margin-top: 40px;
}
@media screen and (max-width:1200px) {
    .the-vault {
    padding: 60px 0;
}
.the-vault .section-container .container-wrapper .image {
    padding: 28px 3px 31px 14px;
    width: 49%}
.the-vault .section-container .container-wrapper .info {
    padding: 40px 40px 40px 55px;
}
.the-vault .section-container .container-wrapper .info .h2 {
    max-width: 350px;
}
}@media screen and (max-width:992px) {
    .the-vault {
    padding: 24px 0 39px;
}
.the-vault .section-container .container-wrapper .background .item {
    left: -65px;
    transform: skew(18.5deg, 0deg);
}
.the-vault .section-container .container-wrapper .image {
    padding: 28px 3px 31px 14px;
    width: 49%}
.the-vault .section-container .container-wrapper .info {
    padding: 59px 40px 60px 19px;
}
}@media screen and (max-width:767px) {
    .the-vault .section-container .container-wrapper {
    padding: 40px 16px;
}
.the-vault .section-container .container-wrapper .background {
    height: 172px;
    width: 100%}
.the-vault .section-container .container-wrapper .background .item {
    left: auto;
    right: 100%;
    top: 2px;
    transform: skew(-80.5deg, 0deg);
    width: calc(100% + 500px);
}
.the-vault .section-container .container-wrapper .image {
    height: auto;
    margin: -36px auto 24px;
    max-width: 300px;
    padding: 0;
    width: 100%}
.the-vault .section-container .container-wrapper .info {
    padding: 0;
    width: 100%}
}@media screen and (max-width:576px) {
    .the-vault .section-container .container-wrapper .background .item {
    transform: skew(-69.5deg, 0deg);
}
}.get-to-know-us {
    padding: 58px 0 20px;
}
.get-to-know-us .section-container {
    align-items: center;
    flex-direction: column;
}
.get-to-know-us .section-container .h2, .get-to-know-us .section-container>.p {
    max-width: 864px;
}
.get-to-know-us .section-container .h2 {
    margin-bottom: 0;
}
.get-to-know-us .section-container .h2+* {
    margin-top: 24px;
}
.get-to-know-us .section-container>.p {
    margin-bottom: 0;
    text-align: center;
}
.get-to-know-us .cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    left: -20px;
    margin-top: 60px;
    position: relative;
    width: calc(100% + 40px);
}
.get-to-know-us .cards-wrapper .card {
    margin: 0 20px 20px;
    position: relative;
    width: calc(33.33333% - 40px);
    z-index: 1;
}
.get-to-know-us .cards-wrapper .card:after {
    background: linear-gradient(to bottom right, #10E5A5, #40adfa 50%, #1f1452) 100% no-repeat;
    border-radius: 4px;
    content: "";
    height: calc(100% + 4px);
    left: -2px;
    opacity: 0;
    position: absolute;
    top: -2px;
    transition: .3s ease;
    visibility: hidden;
    width: calc(100% + 4px);
    z-index: -1;
}
.get-to-know-us .cards-wrapper .card .card-item {
    align-items: flex-start;
    background: #000;
    border: 1px solid #242426;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 40px;
    transition: border .3s ease;
}
.get-to-know-us .cards-wrapper .card .card-item .card-image {
    left: -40px;
    margin-top: -40px;
    position: relative;
    width: 100%;
    width: calc(100% + 80px);
    z-index: 1;
}
.get-to-know-us .cards-wrapper .card .card-item .card-image+* {
    margin-top: 23px;
}
.get-to-know-us .cards-wrapper .card .card-item .card-image img, .get-to-know-us .cards-wrapper .card .card-item .card-image svg {
    display: block;
    height: 286px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%}
.get-to-know-us .cards-wrapper .card .card-item .card-image:after {
    background: linear-gradient(180deg, transparent 50%, #000);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%}
.get-to-know-us .cards-wrapper .card .card-item .card-title {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 0;
}
.get-to-know-us .cards-wrapper .card .card-item .card-title+* {
    margin-top: 6px;
}
.get-to-know-us .cards-wrapper .card .card-item .p {
    line-height: 32px;
    margin-bottom: 24px;
}
.get-to-know-us .cards-wrapper .card .card-item a {
    margin-top: auto;
}
.get-to-know-us .cards-wrapper .card:hover:after {
    opacity: 1;
    visibility: visible;
}
.get-to-know-us .cards-wrapper .card:hover .card-item {
    border: 1px solid transparent;
}
@media screen and (max-width:1279px) {
    .get-to-know-us {
    padding: 58px 0 47px;
}
.get-to-know-us .cards-wrapper {
    left: -12px;
    width: calc(100% + 24px);
}
.get-to-know-us .cards-wrapper .card {
    margin: 0 12px 12px;
    width: calc(33.33333% - 24px);
}
.get-to-know-us .cards-wrapper .card .card-item {
    padding: 40px 24px;
}
.get-to-know-us .cards-wrapper .card .card-item .card-image {
    left: -24px;
    width: calc(100% + 48px);
}
.get-to-know-us .cards-wrapper .card .card-item .card-image img {
    height: 213px;
}
.get-to-know-us .cards-wrapper .card .card-item .card-image+* {
    margin-top: 17px;
}
.get-to-know-us .cards-wrapper .card .card-item .card-title {
    font-size: 28px;
    line-height: 36px;
}
.get-to-know-us .cards-wrapper .card .card-item .p {
    line-height: 28px;
}
}@media screen and (max-width:992px) {
    .get-to-know-us {
    padding: 32px 0;
}
.get-to-know-us .section-container .h2, .get-to-know-us .section-container>.p {
    max-width: 610px;
}
.get-to-know-us .cards-wrapper {
    left: -12px;
    margin-top: 60px;
    width: calc(100% + 24px);
}
.get-to-know-us .cards-wrapper .card {
    margin: 0 12px 26px;
    width: calc(50% - 24px);
}
.get-to-know-us .cards-wrapper .card .card-item .card-image img {
    height: 212px;
}
.get-to-know-us .cards-wrapper .card .card-item .p {
    font-size: 15px;
}
}@media screen and (max-width:767px) {
    .get-to-know-us {
    padding: 32px 0;
}
.get-to-know-us .section-container .h2, .get-to-know-us .section-container>.p {
    margin-right: auto;
    max-width: 610px;
    text-align: left;
}
.get-to-know-us .section-container .h2+* {
    margin-top: 16px;
}
.get-to-know-us .cards-wrapper {
    left: 0;
    margin-top: 40px;
    width: 100%}
.get-to-know-us .cards-wrapper .card {
    margin: 0 0 16px;
    width: 100%}
.get-to-know-us .cards-wrapper .card .card-item {
    padding: 24px 16px;
}
.get-to-know-us .cards-wrapper .card .card-item .card-image {
    left: -16px;
    margin-top: -24px;
    width: calc(100% + 32px);
}
}.infographic {
    padding: 135px 0;
}
.infographic .section-container {
    align-items: center;
    flex-direction: column;
}
.infographic .section-container .h2, .infographic .section-container>.p {
    max-width: 864px;
}
.infographic .section-container .h2 {
    margin-bottom: 0;
}
.infographic .section-container .h2+* {
    margin-top: 24px;
}
.infographic .section-container>.p {
    margin-bottom: 0;
    text-align: center;
}
.infographic .section-container ul {
    display: flex;
    flex-wrap: wrap;
    left: -20px;
    list-style-type: none;
    margin: 80px 0 0;
    padding: 0;
    position: relative;
    width: calc(100% + 40px);
}
.infographic .section-container ul li {
    margin: 0 20px 20px;
    width: calc(33.33333% - 40px);
}
.infographic .section-container ul li .item {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%}
.infographic .section-container ul li .item .lottie-icon {
    align-items: center;
    display: flex;
    height: 160px;
    justify-content: center;
    width: 160px;
}
.infographic .section-container ul li .item .lottie-icon img, .infographic .section-container ul li .item .lottie-icon svg {
    height: auto;
    max-height: 160px;
    max-width: 160px;
    width: auto;
}
.infographic .section-container ul li .item .lottie-icon+* {
    margin-top: 39px;
}
.infographic .section-container ul li .item .value {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 144px;
    margin-bottom: 0;
    text-align: center;
}
.infographic .section-container ul li .item .value+* {
    margin-top: 12px;
}
.infographic .section-container ul li .item .p {
    text-align: center;
}
@media screen and (max-width:1279px) {
    .infographic {
    padding: 78px 0 83px;
}
.infographic .section-container ul {
    margin: 59px 0 0;
}
.infographic .section-container ul li .item .value {
    font-size: 72px;
    line-height: 86px;
}
}@media screen and (max-width:992px) {
    .infographic {
    padding: 54px 0;
}
.infographic .section-container .h2, .infographic .section-container>.p {
    max-width: 610px;
}
.infographic .section-container ul {
    justify-content: center;
    left: 0;
    margin: 37px 0 0;
    max-width: 635px;
    width: 100%}
.infographic .section-container ul li {
    margin: 0 12px 34px;
    width: calc(50% - 24px);
}
.infographic .section-container ul li .item {
    max-width: 230px;
}
.infographic .section-container ul li .item .lottie-icon+* {
    margin-top: 28px;
}
.infographic .section-container ul li:nth-child(2n) .item {
    margin-left: auto;
}
.infographic .section-container ul.odd li:last-child .item {
    margin-left: auto;
    margin-right: auto;
}
}@media screen and (max-width:767px) {
    .infographic {
    padding: 54px 0 30px;
}
.infographic .section-container .h2, .infographic .section-container>.p {
    text-align: left;
}
.infographic .section-container .h2+* {
    margin-top: 17px;
}
.infographic .section-container ul {
    margin: 37px 0 0;
    max-width: 100%}
.infographic .section-container ul li {
    margin: 0 0 60px;
    width: 100%}
.infographic .section-container ul li .item {
    max-width: 100%}
.infographic .section-container ul li .item .value {
    font-size: 64px;
    line-height: 77px;
}
.infographic .section-container ul li .item .lottie-icon+* {
    margin-top: 29px;
}
.infographic .section-container ul li:nth-child(2n) .item {
    margin-left: 0;
}
.infographic .section-container ul.odd li:last-child .item {
    margin-left: 0;
    margin-right: 0;
}
}.our-team {
    padding: 182px 0 100px;
    z-index: 1;
}
.our-team .section-container {
    align-items: center;
    flex-direction: column;
}
.our-team .section-container .h3 {
    margin-bottom: 0;
    max-width: 1086px;
    text-align: center;
    width: 100%}
.our-team .section-container .h3 span {
    color: #10E5A5;
}
.our-team .section-container .h3+.p-2 {
    margin-top: 24px;
}
.our-team .section-container>.p-2 {
    max-width: 862px;
    text-align: center;
}
.our-team .section-container>.p-2 a {
    color: #10E5A5;
    text-decoration: none;
}
.our-team .section-container>.p-2 a:before {
    content: none;
}
.our-team .section-container .our-team-carousel {
    width: 100%}
.our-team .section-container .our-team-carousel ul {
    display: flex;
    flex-wrap: wrap;
    left: -20px;
    margin-bottom: -112px;
    margin-top: 140px;
    position: relative;
    width: calc(100% + 40px);
}
.our-team .section-container .our-team-carousel ul li {
    height: auto;
    margin: 0 20px 120px;
    width: calc(33.33333% - 40px);
}
.our-team .section-container .our-team-carousel ul li .slide-item {
    align-items: center;
    background: #17171a;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px 22px;
}
.our-team .section-container .our-team-carousel ul li .slide-item .photos {
    border: 6px solid #424057;
    border-radius: 50%;
    height: 160px;
    margin-top: -105px;
    position: relative;
    width: 160px;
}
.our-team .section-container .our-team-carousel ul li .slide-item .photos+* {
    margin-top: 16px;
}
.our-team .section-container .our-team-carousel ul li .slide-item .photos img, .our-team .section-container .our-team-carousel ul li .slide-item .photos svg {
    border-radius: 50%;
    height: 128px;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
    visibility: hidden;
    width: 128px;
}
.our-team .section-container .our-team-carousel ul li .slide-item .photos img.active, .our-team .section-container .our-team-carousel ul li .slide-item .photos svg.active {
    opacity: 1;
    visibility: visible;
}
.our-team .section-container .our-team-carousel ul li .slide-item p {
    margin-bottom: 0;
    text-align: center;
}
.our-team .section-container .our-team-carousel ul li .slide-item .position {
    color: #10E5A5;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 0;
}
.our-team .section-container .our-team-carousel ul li .slide-item .position+* {
    margin-top: 8px;
}
.our-team .section-container .our-team-carousel ul li .slide-item .p {
    font-size: 16px;
    line-height: 28px;
}
.our-team .section-container .anchor-link {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(66, 64, 87, .5);
    border-radius: 4px;
    bottom: 24px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 auto;
    padding: 16px 24px 18px 18px;
    position: fixed;
    transition: .3s ease;
    z-index: 10;
}
.our-team .section-container .anchor-link span+svg {
    margin-left: 24px;
}
.our-team .section-container .anchor-link.hidden {
    display: flex;
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width:1279px) {
    .our-team {
    padding: 160px 0 50px;
}
.our-team .section-container .h3+.p-2 {
    margin-top: 17px;
}
.our-team .section-container>.p-2 {
    max-width: 800px;
}
.our-team .section-container .our-team-carousel ul {
    left: -12px;
    margin-bottom: -92px;
    margin-top: 118px;
    width: calc(100% + 24px);
}
.our-team .section-container .our-team-carousel ul li {
    margin: 0 12px 92px;
    width: calc(33.33333% - 24px);
}
.our-team .section-container .our-team-carousel ul li .slide-item .photos {
    height: 120px;
    margin-top: -84px;
    width: 120px;
}
.our-team .section-container .our-team-carousel ul li .slide-item .photos img, .our-team .section-container .our-team-carousel ul li .slide-item .photos svg {
    height: 96px;
    width: 96px;
}
.our-team .section-container .our-team-carousel ul li .slide-item .position {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}
}@media screen and (max-width:1023px) {
    .our-team {
    padding: 76px 0 50px;
}
.our-team .section-container>.p-2 {
    max-width: 640px;
}
.our-team .section-container .our-team-carousel ul {
    margin-bottom: -80px;
    margin-top: 118px;
}
.our-team .section-container .our-team-carousel ul li {
    margin: 0 12px 86px;
    width: calc(50% - 24px);
}
.our-team .section-container .our-team-carousel ul li .slide-item .p {
    font-size: 14px;
    line-height: 28px;
}
}@media screen and (max-width:767px) {
    .our-team {
    padding: 50px 0;
}
.our-team .section-container .h3 {
    font-size: 28px;
    line-height: 36px;
    max-width: 100%;
    text-align: left;
    width: 100%}
.our-team .section-container>.p-2 {
    max-width: 100%;
    text-align: left;
}
.our-team .section-container .our-team-carousel {
    margin-top: 24px;
    overflow: visible;
    width: calc(100% + 8px);
}
.our-team .section-container .our-team-carousel ul {
    align-items: flex-start;
    flex-wrap: nowrap;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.our-team .section-container .our-team-carousel ul li {
    margin: 0;
    padding-right: 8px;
    width: 100%}
.our-team .section-container .our-team-carousel ul li .slide-item {
    align-items: flex-start;
    padding: 15px 16px 16px 80px;
    position: relative;
}
.our-team .section-container .our-team-carousel ul li .slide-item .photos {
    border: 2px solid #424057;
    height: 60px;
    left: 8px;
    margin-top: 0;
    position: absolute;
    top: 12px;
    width: 60px;
}
.our-team .section-container .our-team-carousel ul li .slide-item .photos+* {
    margin-top: 0;
}
.our-team .section-container .our-team-carousel ul li .slide-item .photos img, .our-team .section-container .our-team-carousel ul li .slide-item .photos svg {
    height: 48px;
    width: 48px;
}
.our-team .section-container .our-team-carousel ul li .slide-item .p, .our-team .section-container .our-team-carousel ul li .slide-item .position {
    text-align: left;
}
.our-team .section-container .our-team-carousel ul li .slide-item .p {
    font-size: 14px;
    line-height: 24px;
}
.our-team .section-container .our-team-carousel ul li .slide-item .position {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}
.our-team .section-container .our-team-carousel ul li .slide-item .position+* {
    margin-top: 4px;
}
.our-team .section-container .anchor-link {
    display: none;
}
}.areas-of-work {
    padding: 114px 0 119px;
}
.areas-of-work .section-container {
    align-items: center;
    flex-direction: column;
}
.areas-of-work .section-container .h2 {
    margin-bottom: 0;
}
.areas-of-work .section-container .h2+* {
    margin-top: 60px;
}
.areas-of-work .section-container>ul {
    display: flex;
    flex-wrap: wrap;
    left: -20px;
    margin-bottom: -40px;
    position: relative;
    width: calc(100% + 40px);
}
.areas-of-work .section-container>ul>li {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 20px 40px;
    width: calc(33.33333% - 40px);
}
.areas-of-work .section-container>ul>li .lottie-icon {
    align-items: center;
    display: flex;
    height: 160px;
    justify-content: center;
    width: 160px;
}
.areas-of-work .section-container>ul>li .lottie-icon+* {
    margin-top: 24px;
}
.areas-of-work .section-container>ul>li .lottie-icon svg {
    height: auto;
    max-height: 160px;
    max-width: 160px;
    width: auto;
}
.areas-of-work .section-container>ul>li p {
    margin-bottom: 0;
}
.areas-of-work .section-container>ul>li .list-title {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    padding: 0 4px;
    text-align: center;
}
.areas-of-work .section-container>ul>li .list-title+* {
    margin-top: 24px;
}
.areas-of-work .section-container>ul>li ul {
    display: flex;
    flex-direction: column;
    padding-top: 28px;
    position: relative;
    width: 100%}
.areas-of-work .section-container>ul>li ul li {
    border-bottom: 1px solid #424057;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 14px;
    line-height: 24px;
    padding: 24px 0;
    text-align: center;
    width: 100%}
.areas-of-work .section-container>ul>li ul li:not(:first-child) {
    margin-top: 7px;
}
.areas-of-work .section-container>ul>li ul:after {
    background: linear-gradient(90deg, #10E5A5, #40adfa 50.17%, #1f1452);
    border-radius: 4px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
@media screen and (max-width:1279px) {
    .areas-of-work {
    padding: 119px 0 60px;
}
.areas-of-work .section-container>ul {
    left: -12px;
    margin-bottom: -24px;
    width: calc(100% + 24px);
}
.areas-of-work .section-container>ul>li {
    margin: 0 12px 24px;
    width: calc(33.33333% - 24px);
}
.areas-of-work .section-container>ul>li .list-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}
}@media screen and (max-width:1023px) {
    .areas-of-work .section-container>ul {
    left: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 610px;
    width: 100%}
.areas-of-work .section-container>ul>li {
    margin: 0;
    width: 100%}
.areas-of-work .section-container>ul>li:not(:first-child) {
    margin-top: 60px;
}
.areas-of-work .section-container>ul>li ul li:not(:first-child) {
    margin-top: 11px;
}
}@media screen and (max-width:767px) {
    .areas-of-work {
    padding: 79px 0 60px;
}
.areas-of-work .section-container .h2+* {
    margin-top: 40px;
}
.areas-of-work .section-container>ul>li:not(:first-child) {
    margin-top: 42px;
}
.areas-of-work .section-container>ul>li .lottie-icon+* {
    margin-top: 14px;
}
.areas-of-work .section-container>ul>li .list-title+* {
    margin-top: 17px;
}
.areas-of-work .section-container>ul>li ul {
    padding-top: 16px;
}
.areas-of-work .section-container>ul>li ul li {
    padding: 16px 0;
}
.areas-of-work .section-container>ul>li ul li:not(:first-child) {
    margin-top: 7px;
}
}.pricing {
    background: #10E5A5;
    margin-top: -370px;
    padding: 278px 0 251px;
}
.pricing .section-container {
    align-items: center;
    flex-direction: column;
}
.pricing .section-container .h2, .pricing .section-container p {
    margin-bottom: 0;
}
.pricing .section-container .h1 {
    text-align: center;
}
.pricing .section-container .h1+* {
    margin-top: 16px;
}
.pricing .section-container .p {
    color: #000;
    text-align: center;
}
.pricing .background-item {
    background: repeating-linear-gradient(-55deg, #000, #000 80px, #10E5A5 0, #10E5A5 160px);
    bottom: 0;
    height: 131px;
    left: 0;
    position: absolute;
    width: 100%}
@media screen and (max-width:1279px) {
    .pricing {
    margin-top: -455px;
    padding: 295px 0 200px;
}
.pricing .background-item {
    background: repeating-linear-gradient(-55deg, #000, #000 60px, #10E5A5 0, #10E5A5 120px);
    height: 80px;
}
}@media screen and (max-width:1023px) {
    .pricing {
    margin-top: -369px;
    padding: 239px 0 139px;
}
.pricing .section-container .h1, .pricing .section-container .p {
    max-width: 608px;
}
.pricing .background-item {
    background: repeating-linear-gradient(-55deg, #000, #000 40px, #10E5A5 0, #10E5A5 80px);
    height: 60px;
}
}@media screen and (max-width:767px) {
    .pricing {
    margin-top: -168px;
    padding: 129px 0 101px;
}
.pricing .section-container .p {
    font-size: 14px;
    line-height: 24px;
    max-width: 100%}
.pricing .section-container .h1 {
    max-width: 70%}
.pricing .background-item {
    background: repeating-linear-gradient(-55deg, #000, #000 25px, #10E5A5 0, #10E5A5 50px);
    height: 40px;
}
}.our-approach {
    padding: 80px 0 110px;
}
.our-approach .section-container {
    align-items: center;
    flex-direction: column;
}
.our-approach .section-container .h2, .our-approach .section-container>.p {
    margin-bottom: 0;
    max-width: 862px;
    text-align: center;
}
.our-approach .section-container .h2+.p {
    margin-top: 24px;
}
.our-approach .section-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -120px;
    margin-top: 60px;
    max-width: 1084px;
    width: 100%}
.our-approach .section-container ul li {
    margin-bottom: 120px;
    width: 50%}
.our-approach .section-container ul li .list-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 410px;
    width: 100%}
.our-approach .section-container ul li .list-content p {
    margin-bottom: 0;
    text-align: center;
}
.our-approach .section-container ul li .list-content .lottie-icon {
    align-items: center;
    display: flex;
    height: 160px;
    justify-content: center;
    width: 160px;
}
.our-approach .section-container ul li .list-content .lottie-icon svg {
    height: auto;
    max-height: 160px;
    max-width: 160px;
    width: auto;
}
.our-approach .section-container ul li .list-content .lottie-icon+* {
    margin-top: 27px;
}
.our-approach .section-container ul li .list-content .list-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
.our-approach .section-container ul li .list-content .list-title+* {
    margin-top: 14px;
}
.our-approach .section-container ul li .list-content .p {
    color: #80a1b8;
}
.our-approach .section-container ul li:nth-child(2n) .list-content {
    margin-left: auto;
}
@media screen and (max-width:1279px) {
    .our-approach {
    padding: 63px 0 80px;
}
.our-approach .section-container .h2, .our-approach .section-container>.p {
    max-width: 796px;
}
.our-approach .section-container ul {
    margin-bottom: -79px;
    max-width: 797px;
}
.our-approach .section-container ul li {
    margin-bottom: 79px;
}
.our-approach .section-container ul li .list-content {
    max-width: 304px;
}
.our-approach .section-container ul li .list-content .lottie-icon+* {
    margin-top: 17px;
}
.our-approach .section-container ul li .list-content .list-title {
    font-size: 28px;
    line-height: 36px;
}
.our-approach .section-container ul li .list-content .list-title+* {
    margin-top: 16px;
}
}@media screen and (max-width:992px) {
    .our-approach {
    padding: 54px 0 60px;
}
.our-approach .section-container .h2, .our-approach .section-container>.p {
    max-width: 610px;
}
.our-approach .section-container ul {
    margin-bottom: -59px;
    margin-top: 40px;
    max-width: 797px;
}
.our-approach .section-container ul li {
    margin-bottom: 59px;
}
.our-approach .section-container ul li .list-content {
    max-width: 355px;
}
}@media screen and (max-width:767px) {
    .our-approach {
    padding: 44px 0 40px;
}
.our-approach .section-container .h2+.p {
    margin-top: 17px;
}
.our-approach .section-container>.p {
    text-align: left;
}
.our-approach .section-container ul {
    margin-bottom: 0;
    margin-top: 40px;
}
.our-approach .section-container ul li {
    margin-bottom: 0;
    width: 100%}
.our-approach .section-container ul li .list-content {
    max-width: 100%}
.our-approach .section-container ul li .list-content .list-title+* {
    margin-top: 14px;
}
.our-approach .section-container ul li:not(:first-child) {
    margin-top: 40px;
}
}.what-we-do {
    padding: 109px 0;
}
.what-we-do .section-container {
    align-items: center;
    flex-direction: column;
}
.what-we-do .section-container .h2 {
    position: relative;
    z-index: 2;
}
.what-we-do .section-container .list-wrapper {
    max-width: 1120px;
    padding: 152px 0 243px;
    width: 100%;
    z-index: 1;
}
.what-we-do .section-container .list-wrapper>svg {
    height: 100%;
    left: 50%;
    max-height: 990px;
    max-width: 990px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}
.what-we-do .section-container .list-wrapper .list-heading {
    align-items: center;
    display: flex;
    margin-bottom: 40px;
    width: 100%}
.what-we-do .section-container .list-wrapper .list-heading .item {
    align-items: center;
    color: #e3e3f5;
    display: flex;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 28px;
    font-weight: 600;
    justify-content: center;
    line-height: 36px;
    padding: 0 15px;
    text-align: center;
    width: 50%}
.what-we-do .section-container .list-wrapper .list-heading .item img, .what-we-do .section-container .list-wrapper .list-heading .item svg {
    height: auto;
    max-height: 60px;
    max-width: 100%;
    width: auto;
}
.what-we-do .section-container .list-wrapper ul {
    display: flex;
    flex-direction: column;
    width: 100%}
.what-we-do .section-container .list-wrapper ul li {
    display: flex;
    flex-wrap: wrap;
}
.what-we-do .section-container .list-wrapper ul li img, .what-we-do .section-container .list-wrapper ul li span, .what-we-do .section-container .list-wrapper ul li svg {
    display: none;
    margin-bottom: 12px;
}
.what-we-do .section-container .list-wrapper ul li span {
    color: #80a1b8;
    font-size: 14px;
    line-height: 20px;
}
.what-we-do .section-container .list-wrapper ul li .p {
    padding: 24px 10px;
    text-align: center;
    width: 50%}
.what-we-do .section-container .list-wrapper ul li .p:first-child {
    background: #10E5A5;
    border-radius: 4px 0 0 4px;
    color: #17171a;
}
.what-we-do .section-container .list-wrapper ul li .p:nth-child(2) {
    background: #242426;
    border-radius: 0 4px 4px 0;
    color: #fff;
}
.what-we-do .section-container .list-wrapper ul li:not(:first-child) {
    margin-top: 40px;
}
@media screen and (max-width:1279px) {
    .what-we-do {
    padding: 79px 0 50px;
}
.what-we-do .section-container .list-wrapper {
    max-width: 786px;
    padding: 190px 0 243px;
    position: relative;
}
.what-we-do .section-container .list-wrapper .list-heading {
    margin-bottom: 24px;
}
.what-we-do .section-container .list-wrapper ul li .p {
    padding: 16px 10px;
}
}@media screen and (max-width:992px) {
    .what-we-do {
    padding: 59px 0 20px;
}
.what-we-do .section-container .list-wrapper {
    max-width: 608px;
    padding: 145px 0 243px;
    position: static;
}
.what-we-do .section-container .list-wrapper>svg {
    width: 90%}
}@media screen and (max-width:767px) {
    .what-we-do {
    padding: 39px 0 40px;
}
.what-we-do .section-container .list-wrapper {
    padding: 16px 0 0;
}
.what-we-do .section-container .list-wrapper .list-heading, .what-we-do .section-container .list-wrapper>svg {
    display: none;
}
.what-we-do .section-container .list-wrapper ul li:not(:first-child) {
    margin-top: 0;
}
.what-we-do .section-container .list-wrapper ul li img, .what-we-do .section-container .list-wrapper ul li span, .what-we-do .section-container .list-wrapper ul li svg {
    display: block;
}
.what-we-do .section-container .list-wrapper ul li .p {
    margin-top: 8px;
    padding: 12px 15px;
    text-align: left;
    width: 100%}
.what-we-do .section-container .list-wrapper ul li .p:first-child, .what-we-do .section-container .list-wrapper ul li .p:nth-child(2) {
    border-radius: 4px;
}
}.question-section {
    padding: 112px 0 120px;
}
.question-section .section-container {
    align-items: flex-start;
}
.question-section .section-container .h2 {
    text-align: left;
    width: 523px;
}
.question-section .section-container .h2+ul {
    margin-left: 40px;
}
.question-section .section-container ul {
    display: flex;
    flex-direction: column;
    max-width: 643px;
    width: calc(100% - 563px);
}
.question-section .section-container ul li {
    border-bottom: 1px solid #424057;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 20px;
    line-height: 36px;
    padding: 20px 0 20px 73px;
    position: relative;
    width: 100%}
.question-section .section-container ul li:not(:first-child) {
    margin-top: 40px;
}
.question-section .section-container ul li span {
    color: #10E5A5;
    font-size: 64px;
    font-weight: 700;
    left: 0;
    line-height: 77px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width:1279px) {
    .question-section {
    padding: 38px 0 120px;
}
.question-section .section-container .h2 {
    width: 386px;
}
.question-section .section-container .h2+ul {
    margin-left: 24px;
}
.question-section .section-container ul {
    width: calc(100% - 410px);
}
.question-section .section-container ul li {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0 10px 62px;
}
.question-section .section-container ul li:not(:first-child) {
    margin-top: 39px;
}
.question-section .section-container ul li span {
    font-size: 40px;
    line-height: 48px;
}
}@media screen and (max-width:992px) {
    .question-section {
    padding: 20px 0 60px;
}
.question-section .section-container {
    align-items: center;
    flex-direction: column;
}
.question-section .section-container .h2 {
    text-align: center;
    width: 100%}
.question-section .section-container .h2+ul {
    margin-left: 0;
    margin-top: 40px;
}
.question-section .section-container ul {
    max-width: 610px;
    width: 100%}
.question-section .section-container ul li {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0 10px 62px;
}
.question-section .section-container ul li:not(:first-child) {
    margin-top: 39px;
}
}@media screen and (max-width:767px) {
    .question-section {
    padding: 40px 0;
}
.question-section .section-container .h2+ul {
    margin-top: 25px;
}
.question-section .section-container ul {
    max-width: 100%}
.question-section .section-container ul li {
    padding: 7px 10px 7px 38px;
}
.question-section .section-container ul li:not(:first-child) {
    margin-top: 25px;
}
}.text-with-image {
    padding: 99px 0 80px;
}
.text-with-image .section-container {
    align-items: center;
    justify-content: space-between;
}
.text-with-image .section-container .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 507px;
}
.text-with-image .section-container .info .h2 {
    font-size: 72px;
    line-height: 86px;
    margin-bottom: 0;
    text-align: left;
}
.text-with-image .section-container .info .h2 span {
    color: #10E5A5;
    display: block;
}
.text-with-image .section-container .info .h2+* {
    margin-top: 26px;
}
.text-with-image .section-container img, .text-with-image .section-container svg {
    height: auto;
    max-height: 749px;
    max-width: 749px;
    -o-object-fit: cover;
    object-fit: cover;
    width: calc(100% - 563px);
}
@media screen and (max-width:1279px) {
    .text-with-image {
    padding: 84px 0 57px;
}
.text-with-image .section-container .info {
    width: 386px;
}
.text-with-image .section-container .info .h2 {
    font-size: 48px;
    line-height: 58px;
}
.text-with-image .section-container .info .h2+* {
    margin-top: 26px;
}
.text-with-image .section-container img, .text-with-image .section-container svg {
    width: calc(100% - 410px);
}
}@media screen and (max-width:992px) {
    .text-with-image {
    padding: 105px 0 59px;
}
.text-with-image .section-container .info {
    width: 348px;
}
.text-with-image .section-container img, .text-with-image .section-container svg {
    width: calc(100% - 391px);
}
}@media screen and (max-width:767px) {
    .text-with-image {
    padding: 76px 0 40px;
}
.text-with-image .section-container .info {
    order: 1;
    width: 100%}
.text-with-image .section-container .info .h2 {
    font-size: 40px;
    line-height: 48px;
}
.text-with-image .section-container .info .h2+* {
    margin-top: 16px;
}
.text-with-image .section-container img, .text-with-image .section-container svg {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    order: 0;
    width: 100%}
}.podcast-section {
    padding: 80px 0;
}
.podcast-section:first-child {
    padding-top: 200px;
}
.podcast-section:last-child {
    padding-bottom: 160px;
}
.podcast-section:nth-child(2n) .section-container .podcast-item {
    order: 0;
}
.podcast-section:nth-child(2n) .section-container .info {
    order: 1;
}
.podcast-section .section-container {
    align-items: center;
    justify-content: space-between;
}
.podcast-section .section-container .info {
    width: 523px;
}
.podcast-section .section-container .info .h2, .podcast-section .section-container .info .p {
    margin-bottom: 0;
}
.podcast-section .section-container .info .h2 {
    text-align: left;
}
.podcast-section .section-container .info .h2 span {
    color: #10E5A5;
    display: block;
}
.podcast-section .section-container .info .h2+.p {
    margin-top: 24px;
}
.podcast-section .section-container .podcast-item {
    display: flex;
    flex-direction: column;
    max-width: 633px;
    width: calc(100% - 550px);
}
.podcast-section .section-container .podcast-item .iframe-content {
    padding-bottom: 32%;
    padding-top: 25px;
    position: relative;
}
.podcast-section .section-container .podcast-item .iframe-content+ul {
    margin-top: -7%;
    position: relative;
    z-index: 1;
}
.podcast-section .section-container .podcast-item .iframe-content iframe {
    left: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.podcast-section .section-container .podcast-item ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    left: -12px;
    position: relative;
    width: calc(100% + 24px);
}
.podcast-section .section-container .podcast-item ul li {
    margin: 0 12px;
    width: calc(33.33333% - 24px);
}
.podcast-section .section-container .podcast-item ul li a {
    display: block;
    width: 100%}
.podcast-section .section-container .podcast-item ul li a svg {
    display: block;
}
@media screen and (max-width:1279px) {
    .podcast-section {
    padding: 60px 0;
}
.podcast-section:first-child {
    padding-top: 180px;
}
.podcast-section:last-child {
    padding-bottom: 120px;
}
.podcast-section .section-container .info {
    width: 467px;
}
.podcast-section .section-container .podcast-item {
    max-width: 426px;
    width: calc(100% - 487px);
}
.podcast-section .section-container .podcast-item .iframe-content+ul {
    margin-top: 10px;
}
}@media screen and (max-width:992px) {
    .podcast-section: first-child {
    padding-top: 100px;
}
.podcast-section:nth-child(2n) .section-container .podcast-item {
    order: 1;
}
.podcast-section:nth-child(2n) .section-container .info {
    order: 0;
}
.podcast-section .section-container {
    align-items: flex-start;
    flex-direction: column;
}
.podcast-section .section-container .info {
    max-width: 607px;
    width: 100%}
.podcast-section .section-container .info+.podcast-item {
    margin-top: 40px;
}
.podcast-section .section-container .podcast-item {
    max-width: 100%;
    width: 100%}
.podcast-section .section-container .podcast-item .iframe-content {
    padding-bottom: 127px;
}
.podcast-section .section-container .podcast-item .iframe-content+ul {
    margin-top: 20px;
}
}@media screen and (max-width:767px) {
    .podcast-section {
    padding: 40px 0;
}
.podcast-section .section-container {
    align-items: flex-start;
    flex-direction: column;
}
.podcast-section .section-container .info .h2+.p {
    margin-top: 16px;
}
.podcast-section .section-container .podcast-item ul {
    left: -5px;
    width: calc(100% + 10px);
}
.podcast-section .section-container .podcast-item ul li {
    margin: 0 5px;
    width: calc(33.33333% - 10px);
}
}.plans {
    padding-top: 93px;
}
.plans .section-container {
    align-items: flex-start;
    flex-direction: column;
}
.plans .section-container h2, .plans .section-container>p {
    margin-bottom: 0;
    text-align: left;
}
.plans .section-container h2+p {
    margin-top: 24px;
}
.plans .section-container h2+a, .plans .section-container>p+a {
    margin-top: 39px;
}
.plans .section-container .plans-table {
    background: radial-gradient(244.33% 422.35% at 244.33% 71.27%, rgba(5, 2, 41, .5) 0, rgba(36, 219, 174, .275) 49.42%, rgba(7, 225, 3, 0) 100%), #17171a;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin-top: 39px;
    width: 100%}
.plans .section-container .plans-table .thead {
    display: flex;
    margin-left: auto;
    width: calc(100% - 472px);
}
.plans .section-container .plans-table .thead .head-item {
    border-left: 1px solid #424057;
    display: flex;
    flex-direction: column;
    padding: 32px 16px 40px;
    position: relative;
    width: 100%}
.plans .section-container .plans-table .thead .head-item .title {
    color: #10E5A5;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 8px;
}
.plans .section-container .plans-table .thead .head-item .description {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
}
.plans .section-container .plans-table .thead .head-item .price-item {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
.plans .section-container .plans-table .thead .head-item .price-item .label {
    color: #80a1b8;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}
.plans .section-container .plans-table .thead .head-item .price-item .price {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.plans .section-container .plans-table .thead .head-item .see-more {
    display: none;
}
.plans .section-container .plans-table .tbody {
    display: flex;
    flex-direction: column;
    width: 100%}
.plans .section-container .plans-table .tbody .body-item {
    border-top: 1px solid #80a1b8;
    display: flex;
    width: 100%}
.plans .section-container .plans-table .tbody .body-item .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    max-width: 472px;
    min-width: 472px;
    padding: 12px 16px;
}
.plans .section-container .plans-table .tbody .body-item .title b, .plans .section-container .plans-table .tbody .body-item .title strong {
    display: block;
    font-weight: 900;
}
.plans .section-container .plans-table .tbody .body-item .title p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.plans .section-container .plans-table .tbody .body-item .title p b, .plans .section-container .plans-table .tbody .body-item .title p strong {
    font-size: 16px;
    font-weight: 900;
    line-height: 28px;
}
.plans .section-container .plans-table .tbody .body-item .title ul {
    margin: 0 -16px;
}
.plans .section-container .plans-table .tbody .body-item .title ul li {
    border-top: 1px solid #424057;
    font-size: 14px;
    line-height: 24px;
    padding: 9px 0 12px 40px;
    width: 100%}
.plans .section-container .plans-table .tbody .body-item .title ul li b, .plans .section-container .plans-table .tbody .body-item .title ul li strong {
    margin-bottom: 0;
}
.plans .section-container .plans-table .tbody .body-item .title ul+* {
    border-top: 1px solid #424057;
    padding-top: 11px;
    position: relative;
}
.plans .section-container .plans-table .tbody .body-item .title ul+:after, .plans .section-container .plans-table .tbody .body-item .title ul+:before {
    background: #424057;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    top: -1px;
    width: 16px;
}
.plans .section-container .plans-table .tbody .body-item .title ul+:after {
    left: 100%}
.plans .section-container .plans-table .tbody .body-item .title ul+:before {
    right: 100%}
.plans .section-container .plans-table .tbody .body-item .title ul:last-child {
    margin-bottom: -12px;
}
.plans .section-container .plans-table .tbody .body-item .title *+ul {
    margin-top: 7px;
}
.plans .section-container .plans-table .tbody .body-item .include {
    align-items: flex-start;
    border-left: 1px solid #424057;
    display: flex;
    padding: 40px 0 10px 17px;
    width: 100%}
.plans .section-container .plans-table .tbody .body-item .include svg {
    display: none;
}
.plans .section-container .plans-table .tbody .body-item .include.active svg {
    display: block;
}
.plans .section-container .plans-table .tfooter {
    border-top: 1px solid #80a1b8;
    display: flex;
    width: 100%}
.plans .section-container .plans-table .tfooter .footer-item {
    color: #10E5A5;
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;
    padding: 10px 16px;
    width: 100%}
.plans .section-container .plans-table .tfooter .footer-item.title {
    max-width: 472px;
    min-width: 472px;
}
.plans .section-container .plans-table .tfooter .footer-item:not(.title) {
    border-left: 1px solid #424057;
}
@media screen and (min-width:993px) {
    .plans .section-container .plans-table .thead .head-item .mob-content {
    display: none!important;
}
}@media screen and (max-width:1279px) {
    .plans {
    padding-bottom: 40px;
}
.plans .section-container h2.h3 {
    font-size: 40px;
    line-height: 48px;
}
.plans .section-container h2+p {
    margin-top: 15px;
}
.plans .section-container .plans-table .thead {
    width: calc(100% - 280px);
}
.plans .section-container .plans-table .tbody .body-item .title {
    max-width: 280px;
    min-width: 280px;
}
.plans .section-container .plans-table .tbody .body-item .title p b, .plans .section-container .plans-table .tbody .body-item .title p strong {
    font-size: 14px;
    line-height: 24px;
}
.plans .section-container .plans-table .tbody .body-item .title b, .plans .section-container .plans-table .tbody .body-item .title strong {
    font-weight: 900;
    margin-bottom: 0;
}
.plans .section-container .plans-table .tbody .body-item .title ul li {
    padding: 9px 0 10px 33px;
}
.plans .section-container .plans-table .tfooter .footer-item.title {
    max-width: 280px;
    min-width: 280px;
}
}@media screen and (max-width:992px) {
    .plans {
    padding-top: 66px;
}
.plans .section-container .plans-table {
    background: transparent;
    border-radius: 0;
    margin-top: 40px;
}
.plans .section-container .plans-table .thead {
    flex-direction: column;
    width: 100%}
.plans .section-container .plans-table .thead .head-item {
    background: radial-gradient(244.33% 422.35% at 244.33% 71.27%, rgba(5, 2, 41, .5) 0, rgba(36, 219, 174, .275) 49.42%, rgba(7, 225, 3, 0) 100%), #17171a;
    border: none;
    border-radius: 4px;
    padding: 28px 24px 21px;
    position: relative;
}
.plans .section-container .plans-table .thead .head-item:not(:first-child) {
    border-radius: 4px;
    margin-top: 14px;
}
.plans .section-container .plans-table .thead .head-item .description {
    margin-bottom: 16px;
}
.plans .section-container .plans-table .thead .head-item .title {
    font-size: 16px;
    line-height: 28px;
}
.plans .section-container .plans-table .thead .head-item .price-item .label {
    margin-bottom: 3px;
}
.plans .section-container .plans-table .thead .head-item .mob-content .content-item {
    padding-top: 33px;
}
.plans .section-container .plans-table .thead .head-item .mob-content .item {
    padding-left: 28px;
    position: relative;
}
.plans .section-container .plans-table .thead .head-item .mob-content .item+.item {
    margin-top: 13px;
}
.plans .section-container .plans-table .thead .head-item .mob-content .item *+ul {
    margin-top: 4px;
}
.plans .section-container .plans-table .thead .head-item .mob-content .item p b, .plans .section-container .plans-table .thead .head-item .mob-content .item p strong {
    font-size: 14px;
    line-height: 24px;
}
.plans .section-container .plans-table .thead .head-item .mob-content .item b, .plans .section-container .plans-table .thead .head-item .mob-content .item strong {
    font-weight: 900;
}
.plans .section-container .plans-table .thead .head-item .mob-content .item ul {
    padding-left: 24px;
}
.plans .section-container .plans-table .thead .head-item .mob-content .item ul li {
    font-size: 14px;
    line-height: 24px;
}
.plans .section-container .plans-table .thead .head-item .mob-content .item ul li:not(:first-child) {
    margin-top: 9px;
}
.plans .section-container .plans-table .thead .head-item .mob-content .last-row-content {
    color: #10E5A5;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;
    padding-left: 28px;
    padding-top: 14px;
}
.plans .section-container .plans-table .thead .head-item .see-more {
    align-items: center;
    bottom: 24px;
    color: #10E5A5;
    display: flex;
    flex-wrap: wrap;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    position: absolute;
    right: 30px;
}
.plans .section-container .plans-table .thead .head-item .see-more svg {
    margin-left: 10px;
    transition: .3s ease;
}
.plans .section-container .plans-table .thead .head-item .see-more.active svg {
    transform: rotate(180deg);
}
.plans .section-container .plans-table .tbody, .plans .section-container .plans-table .tfooter {
    display: none;
}
}@media screen and (max-width:767px) {
    .plans {
    padding-top: 49px;
}
.plans .section-container h2.h3 {
    font-size: 28px;
    line-height: 36px;
}
.plans .section-container h2+a, .plans .section-container>p+a {
    margin-top: 24px;
}
.plans .section-container .plans-table {
    margin-top: 33px;
}
.plans .section-container .plans-table .thead .head-item {
    padding: 28px 16px 21px;
}
.plans .section-container .plans-table .thead .head-item .mob-content .item+.item {
    margin-top: 20px;
}
.plans .section-container .plans-table .thead .head-item .mob-content .item p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.plans .section-container .plans-table .thead .head-item .mob-content .item ul {
    padding-left: 17px;
}
.plans .section-container .plans-table .thead .head-item .mob-content .item ul li:not(:first-child) {
    margin-top: 4px;
}
.plans .section-container .plans-table .thead .head-item .mob-content .last-row-content {
    padding-top: 19px;
}
.plans .section-container .plans-table .thead .head-item .see-more {
    padding-top: 31px;
    position: static;
}
}.title-and-vertical-list {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    padding-bottom: 39px;
    padding-top: 119px;
}
.title-and-vertical-list .section-container .left-items {
    display: flex;
    flex-direction: column;
    max-width: 298px;
    width: 100%}
.title-and-vertical-list .section-container .left-items .line {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 1px;
}
.title-and-vertical-list .section-container .left-items .line:after {
    background: #80a1b8;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: .5s linear;
    width: 100%}
.title-and-vertical-list .section-container .left-items .line.top-line:after {
    bottom: 0;
}
.title-and-vertical-list .section-container .left-items .line.bottom-line:after {
    top: 0;
}
.title-and-vertical-list .section-container .left-items .h3 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 32px;
    padding-top: 32px;
    text-align: left;
}
.title-and-vertical-list .section-container .left-items .h3 span {
    color: #10E5A5;
}
.title-and-vertical-list .section-container .list {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 1022px;
    padding-bottom: 49px;
    padding-left: 48px;
    padding-top: 45px;
    position: relative;
    width: calc(100% - 298px);
}
.title-and-vertical-list .section-container .list:after, .title-and-vertical-list .section-container .list:before {
    background: #80a1b8;
    content: "";
    height: 1px;
    left: -149px;
    position: absolute;
    transition: 1s linear;
    transition-delay: .5s;
    width: 0;
}
.title-and-vertical-list .section-container .list:before {
    top: 0;
}
.title-and-vertical-list .section-container .list:after {
    bottom: 0;
}
.title-and-vertical-list .section-container .list ul {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    width: 100%}
.title-and-vertical-list .section-container .list ul li {
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
}
.title-and-vertical-list .section-container .list ul li:not(:first-child) {
    margin-top: 16px;
}
.title-and-vertical-list .section-container .list ul li .index {
    display: flex;
    flex-direction: column;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 28px;
    margin: -1px 0 -1px -1px;
    padding: 14px 16px 14px 14px;
    width: 185px;
    word-break: break-word;
}
.title-and-vertical-list .section-container .list ul li .index span {
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 9px;
}
.title-and-vertical-list .section-container .list ul li p {
    margin-bottom: auto;
    margin-top: auto;
    padding: 14px 26px;
    width: calc(100% - 185px);
}
.title-and-vertical-list .section-container.visible-on-screen .left-items .line:after {
    height: 100%}
.title-and-vertical-list .section-container.visible-on-screen .list:after, .title-and-vertical-list .section-container.visible-on-screen .list:before {
    width: calc(100% + 149px);
}
@media screen and (max-width:1279px) {
    .title-and-vertical-list {
    min-height: auto;
    padding-top: 49px;
}
.title-and-vertical-list .section-container {
    align-items: center;
    flex-direction: column;
}
.title-and-vertical-list .section-container .left-items {
    align-items: center;
    flex-direction: row;
    max-width: 100%;
    position: relative;
}
.title-and-vertical-list .section-container .left-items:after, .title-and-vertical-list .section-container .left-items:before {
    background: #80a1b8;
    content: "";
    height: 0;
    position: absolute;
    top: 50%;
    transition: .1s linear;
    transition-delay: .5s;
    width: 1px;
}
.title-and-vertical-list .section-container .left-items:after {
    right: 0;
}
.title-and-vertical-list .section-container .left-items:before {
    left: 0;
}
.title-and-vertical-list .section-container .left-items .h3 {
    font-size: 28px;
    line-height: 36px;
    max-width: 468px;
    min-width: 468px;
    padding: 31px 0;
    text-align: center;
    width: 100%}
.title-and-vertical-list .section-container .left-items .line {
    height: auto;
    width: 100%}
.title-and-vertical-list .section-container .left-items .line:after {
    height: 1px;
    width: 0;
}
.title-and-vertical-list .section-container .left-items .line.top-line:after {
    left: auto;
    right: 0;
}
.title-and-vertical-list .section-container .left-items .line.bottom-line:after {
    left: 0;
    right: auto;
}
.title-and-vertical-list .section-container .list {
    max-width: 100%;
    padding: 13px 20px 32px;
    width: 100%}
.title-and-vertical-list .section-container .list:after, .title-and-vertical-list .section-container .list:before {
    bottom: auto;
    height: 0;
    left: auto;
    top: 0;
    transition-delay: .6s;
    width: 1px;
}
.title-and-vertical-list .section-container .list:before {
    left: 0;
}
.title-and-vertical-list .section-container .list:after {
    right: 0;
}
.title-and-vertical-list .section-container .list ul {
    position: relative;
}
.title-and-vertical-list .section-container .list ul:after {
    background: #80a1b8;
    bottom: -32px;
    content: "";
    height: 1px;
    left: -20px;
    position: absolute;
    transition: .5s ease;
    transition-delay: 1.6s;
    width: 0;
}
.title-and-vertical-list .section-container.visible-on-screen .left-items:after, .title-and-vertical-list .section-container.visible-on-screen .left-items:before {
    height: 50%}
.title-and-vertical-list .section-container.visible-on-screen .left-items .line:after {
    height: 1px;
    width: 100%}
.title-and-vertical-list .section-container.visible-on-screen .list:after, .title-and-vertical-list .section-container.visible-on-screen .list:before {
    height: 100%;
    width: 1px;
}
.title-and-vertical-list .section-container.visible-on-screen .list ul:after {
    width: calc(100% + 40px);
}
}@media screen and (max-width:992px) {
    .title-and-vertical-list .section-container .list {
    padding: 13px 15px 20px;
}
.title-and-vertical-list .section-container .list ul:after {
    bottom: -20px;
    left: -15px;
}
.title-and-vertical-list .section-container.visible-on-screen .list ul:after {
    width: calc(100% + 30px);
}
}@media screen and (max-width:767px) {
    .title-and-vertical-list .section-container .left-items, .title-and-vertical-list .section-container .list {
    left: -6px;
    max-width: calc(100% + 12px);
    position: relative;
    width: calc(100% + 12px);
}
.title-and-vertical-list .section-container .left-items .h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    max-width: 256px;
    min-width: 256px;
    padding: 10px 0;
}
.title-and-vertical-list .section-container .list {
    padding: 8px 6px 20px;
}
.title-and-vertical-list .section-container .list ul li {
    flex-direction: column;
}
.title-and-vertical-list .section-container .list ul li .index {
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-start;
    margin: -1px -1px 0;
    width: calc(100% + 1px);
}
.title-and-vertical-list .section-container .list ul li .index span {
    margin-bottom: 0;
    margin-right: 8px;
}
.title-and-vertical-list .section-container .list ul li p {
    padding: 17px 14px 13px 15px;
    width: 100%}
.title-and-vertical-list .section-container .list ul:after {
    left: -6px;
}
.title-and-vertical-list .section-container.visible-on-screen .list ul:after {
    width: calc(100% + 12px);
}
}
.hero-with-customers-logos {
    overflow: hidden;
    padding: 0;
    z-index: 1;
}
.hero-with-customers-logos:after {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 84%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.hero-with-customers-logos .section-container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding-top: 185px;
    position: relative;
}
.hero-with-customers-logos .section-container .img {
    margin-top: -80px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.hero-with-customers-logos .section-container .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: auto auto 30px;
    transform: translateY(-41px);
    width: 100%
}
.hero-with-customers-logos .section-container .info .h1 {
    font-size: 45px;
    line-height: 58px;
    margin-bottom: 0;
    color: #003fe4
}
.hero-with-customers-logos .section-container .info .h1 span {
    color: #10E5A5;
    /*display: block;*/
}
.hero-with-customers-logos .section-container .info .h1+a, .hero-with-customers-logos .section-container .info .h1+p {
    margin-top: 10px;
}
.hero-with-customers-logos .section-container .info>p {
    line-height: 32px;
    margin-bottom: 0;
    max-width: 1020px;
}
.hero-with-customers-logos .section-container .info ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 20px;
}
.hero-with-customers-logos .section-container .info li {
    position: relative;
    font-family: 'geomanistregular';
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    padding-left: 30px;
}
.hero-with-customers-logos .section-container .info li:before {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #10E5A5;
    border-radius: 50%;
    top: 7px;
    left: 0;
    content: ''
}
.hero-with-customers-logos .section-container .info>p+a {
    margin-top: 40px;
}
.hero-with-customers-logos .section-container .info a {
    margin-bottom: 0;
}
.hero-with-customers-logos .section-container .logos-content {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    width: 100%}
.hero-with-customers-logos .section-container .logos-content p {
    color: #80a1b8;
    font-family: 'geomanistitalic';
    /*font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;*/
    margin-bottom: 24px;
}
.hero-with-customers-logos .section-container .logos-content .logos {
    position: relative;
    width: 100%}
.hero-with-customers-logos .section-container .logos-content .logos .logos-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    left: -17px;
    min-width: 100%;
    position: absolute;
    top: 0;
}
.hero-with-customers-logos .section-container .logos-content .logos .logos-wrapper.cloned {
    left: 100%;
    position: absolute;
}
.hero-with-customers-logos .section-container .logos-content .logos .logos-wrapper.animated {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: marquee;
    animation-name: marquee;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.hero-with-customers-logos .section-container .logos-content .logos .logos-wrapper .logo {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 10vw;
    opacity: .5;
    padding: 0 30px;
    /*width: 20vw;*/
}
.hero-with-customers-logos .section-container .logos-content .logos .logos-wrapper .logo img, .hero-with-customers-logos .section-container .logos-content .logos .logos-wrapper .logo svg {
    display: block;
    /*height: auto;*/
    max-width: 100%;
    max-height: 60px;
    width: auto;
}
@media (pointer:coarse) {
    .hero-with-customers-logos .section-container .logos-content .logos .logos-wrapper {
    left: 0;
}
}@media screen and (max-width:1279px) {
    .hero-with-customers-logos .section-container {
    min-height: auto;
    padding-top: 159px;
}
.hero-with-customers-logos .section-container .info {
    margin-bottom: 82px;
    transform: none;
}
.hero-with-customers-logos .section-container .info .h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
.hero-with-customers-logos .section-container .info>p {
    font-size: 16px;
    line-height: 28px;
    max-width: 700px;
}
}@media screen and (max-width:992px) {
    .hero-with-customers-logos: after {
    height: 86%}
.hero-with-customers-logos .section-container {
    padding-top: 140px;
}
.hero-with-customers-logos .section-container .info {
    margin-bottom: 112px;
}
}@media screen and (max-width:767px) {
    .hero-with-customers-logos .section-container {
    padding-top: 119px;
}
.hero-with-customers-logos .section-container .info {
    margin-bottom: 26px;
}
.hero-with-customers-logos .section-container .info .h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.hero-with-customers-logos .section-container .info .h1+a, .hero-with-customers-logos .section-container .info .h1+p {
    margin-top: 17px;
}
.hero-with-customers-logos .section-container .info>p+a {
    margin-top: 31px;
}
.hero-with-customers-logos .section-container .info .btn-green {
    width: 100%}
.hero-with-customers-logos .section-container .logos-content .logos .logos-wrapper .logo {
    min-width: 33.33333vw;
    padding: 0 5px;
    width: 33.33333vw;
}
.hero-with-customers-logos:after {
    height: 82%}
}@keyframes marquee {
    0% {
    transform: translateX(0);
}
to {
    transform: translateX(-100%);
}
}.benefits-tiles {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 52px;
    padding-top: 140px;
}
.benefits-tiles .section-container {
    align-items: flex-start;
    flex-direction: column;
}
.benefits-tiles .section-container .h3 {
    text-align: left;
}
.benefits-tiles .section-container .h3 span {
    color: #10E5A5;
    display: block;
}
.benefits-tiles .section-container .titles-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%}
.benefits-tiles .section-container .titles-wrapper .tiles-element {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-heading {
    display: flex;
    flex-direction: column;
}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-heading .number {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-heading .title {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-content-wrapper .tiles-content {
    align-items: flex-start;
    display: flex;
    padding-top: 26px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-content-wrapper .tiles-content .info {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
    width: 100%}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-content-wrapper .tiles-content .info .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-content-wrapper .tiles-content .info .title div {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 8px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-content-wrapper .tiles-content .info .title span {
    color: #10E5A5;
    display: block;
}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-content-wrapper .tiles-content .info h6 {
    color: #80a1b8;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
    margin-top: 14px;
    text-transform: uppercase;
}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-content-wrapper .tiles-content .info p, .benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-content-wrapper .tiles-content .info ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-content-wrapper .tiles-content .info ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 24px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-content-wrapper .tiles-content>img {
    height: auto;
    max-width: 409px;
    width: auto;
}
.benefits-tiles .section-container .titles-wrapper .tiles-element .view-more {
    display: none;
}
.benefits-tiles .section-container .titles-wrapper .tiles-active {
    background: linear-gradient(180deg, #212121, rgba(128, 161, 184, .15)), #17171a;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 376px);
}
.benefits-tiles .section-container .titles-wrapper .tiles-active .tiles-element {
    left: 0;
    opacity: 1;
    /*padding: 24px 32px 32px;*/
    position: relative;
    top: 0;
    transition: .5s ease;
    visibility: visible;
}
.benefits-tiles .section-container .titles-wrapper .tiles-active .tiles-element:not(.active) {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.benefits-tiles .section-container .titles-wrapper .tiles-active .tiles-element .tiles-content-wrapper {
    height: auto!important;
}
.benefits-tiles .section-container .titles-wrapper .tiles-active .tiles-element .tiles-heading .number {
    margin-bottom: 0;
}
.benefits-tiles .section-container .titles-wrapper .tiles-active .tiles-element .tiles-heading .title {
    display: none;
}
.benefits-tiles .section-container .titles-wrapper .tiles-active .tiles-element .tiles-heading .title div {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 8px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all {
    display: flex;
    flex-direction: column;
    margin-bottom: -24px;
    overflow: hidden;
    position: relative;
    width: 352px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element {
    background: #242426;
    border-radius: 4px;
    cursor: pointer;
    height: 100%;
    justify-content: center;
    margin-bottom: 24px;
    opacity: 1;
    padding: 24px 15px;
    position: relative;
    visibility: visible;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper {
    height: 0;
    overflow: hidden;
    transition: .4s ease;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-heading {
    opacity: 1;
    transition: 1s ease;
    visibility: visible;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-heading .title div {
    font-family: HKSentiments, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 4px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element:hover {
    background: linear-gradient(0deg, rgba(227, 227, 245, .1), rgba(227, 227, 245, .1)), #242426;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element.active {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element.active .tiles-content-wrapper {
    height: auto;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element.active .tiles-heading {
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width:1280px) {
    .benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper {
    height: 0!important;
}
}@media screen and (max-width:1279px) {
    .benefits-tiles {
    min-height: auto;
    padding-top: 99px;
}
.benefits-tiles .section-container .h3 {
    font-size: 40px;
    line-height: 48px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-active {
    display: none;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all {
    width: 100%}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper .tiles-content {
    padding-bottom: 13px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element.active, .benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element.active .tiles-heading {
    opacity: 1;
    position: relative;
    visibility: visible;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element.active .tiles-heading .title {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element:first-child, .benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element:nth-child(2), .benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element:nth-child(3) {
    order: 1!important;
}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-heading {
    align-items: center;
    flex-direction: row;
}
.benefits-tiles .section-container .titles-wrapper .tiles-element .tiles-heading .number {
    margin-bottom: 0;
    margin-right: 24px;
}
}@media screen and (max-width:992px) {
    .benefits-tiles {
    padding-top: 79px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all {
    width: 100%}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper .tiles-content {
    flex-direction: column;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper .tiles-content .info {
    padding-right: 0;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper .tiles-content .info+img {
    margin-top: 32px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper .tiles-content>img {
    margin-left: auto;
    margin-right: auto;
    width: 100%}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper.active, .benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper.active .tiles-heading {
    opacity: 1;
    position: relative;
    visibility: visible;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper.active .tiles-heading .title {
    opacity: 0;
    visibility: hidden;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-heading .title div {
    margin-top: 4px;
}
}@media screen and (max-width:767px) {
    .benefits-tiles {
    padding-top: 61px;
}
.benefits-tiles .section-container .h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.benefits-tiles .section-container .titles-wrapper {
    margin-top: 24px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element {
    margin-bottom: 16px;
    padding: 24px 16px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-heading .number {
    margin-right: 16px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-heading .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper .tiles-content {
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 16px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper .tiles-content .info .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 8px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper .tiles-content .info .title div {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper .tiles-content .info p, .benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper .tiles-content .info ul li {
    font-size: 14px;
    line-height: 24px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .tiles-content-wrapper .tiles-content .info+img {
    margin-top: 24px;
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .view-more {
    align-items: center;
    color: #10E5A5;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    font-weight: "Archia", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    line-height: 24px;
    margin-top: 12px;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element .view-more svg {
    margin-left: 10px;
    transition: .3s ease;
}
.benefits-tiles .section-container .titles-wrapper .tiles-all .tiles-element.active svg {
    transform: rotate(180deg);
}
.benefits-tiles.hide-all .section-container .titles-wrapper .tiles-all .tiles-element.active {
    pointer-events: all;
}
}.phases-staircase {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 61px;
    padding-top: 149px;
}
.phases-staircase .section-container {
    align-items: flex-start;
    justify-content: space-between;
}
.phases-staircase .section-container .info {
    max-width: 676px;
    padding-top: 54px;
    width: calc(100% - 636px);
}
.phases-staircase .section-container .info .h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
    text-align: left;
}
.phases-staircase .section-container .info .h3 span {
    color: #10E5A5;
}
.phases-staircase .section-container .info .h3+* {
    margin-top: 24px;
}
.phases-staircase .section-container .info .sub-title {
    font-family: 'geomanistitalic';
    /*font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;*/
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
.phases-staircase .section-container .info .sub-title+* {
    margin-top: 16px;
}
.phases-staircase .section-container .info .p-2 {
    margin-bottom: 0;
}
.phases-staircase .section-container .info .p-2 p {
    font-family: HKSentiments, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.phases-staircase .section-container .info .p-2 p+* {
    margin-top: 16px;
}
.phases-staircase .section-container .info .p-2 a {
    text-decoration: none;
}
.phases-staircase .section-container .info .p-2 a:hover {
    color: #10E5A5;
}
.phases-staircase .section-container .info .p-2 a:after, .phases-staircase .section-container .info .p-2 a:before {
    content: none;
}
.phases-staircase .section-container .info *+.btn-item {
    margin-top: 40px;
}
.phases-staircase .section-container .info .btn-item {
    display: inline-block;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}
.phases-staircase .section-container .info .btn-item.link, .phases-staircase .section-container .info .btn-item.link:hover {
    color: #10E5A5;
}
.phases-staircase .section-container .info .btn-green, .phases-staircase .section-container .info .btn-transparent {
    padding: 3px 22px;
}
.phases-staircase .section-container .info .phase-content {
    margin-top: 40px;
    width: 100%}
.phases-staircase .section-container .info .phase-content .phase-element {
    background: rgba(227, 227, 245, .1);
    border-radius: 8px;
    color: #fff!important;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 498px;
    padding: 16px 28px;
    width: 100%}
.phases-staircase .section-container .info .phase-content .phase-element .background, .phases-staircase .section-container .info .phase-content .phase-element .lines, .phases-staircase .section-container .info .phase-content .phase-element .shadow {
    display: none;
}
.phases-staircase .section-container .info .phase-content .phase-element .phase-number {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
.phases-staircase .section-container .info .phase-content .phase-element .phase-number .arrow, .phases-staircase .section-container .info .phase-content .phase-element .phase-number .number-title, .phases-staircase .section-container .info .phase-content .phase-element .phase-number .title {
    display: none;
}
.phases-staircase .section-container .info .phase-content .phase-element .phase-number small {
    font-size: inherit;
}
.phases-staircase .section-container .info .phase-content .phase-element .phase-info {
    align-items: flex-start;
    display: flex!important;
    flex-direction: column;
    padding-left: 20px;
    width: 100%}
.phases-staircase .section-container .info .phase-content .phase-element .phase-info .title {
    font-family: 'geomanistregular';
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
.phases-staircase .section-container .info .phase-content .phase-element .phase-info .title+p {
    margin-top: 4px;
}
.phases-staircase .section-container .info .phase-content .phase-element .phase-info p {
    margin-bottom: 0;
}
.phases-staircase .section-container .phase-wrapper {
    display: flex;
    flex-direction: column-reverse;
    max-width: 626px;
    width: 100%}
.phases-staircase .section-container .phase-wrapper .phase-row {
    align-items: center;
    display: flex;
    height: 86px;
    width: 100%}
.phases-staircase .section-container .phase-wrapper .phase-row:not(:last-child) {
    margin-top: 30px;
}
.phases-staircase .section-container .phase-wrapper .phase-row .item {
    width: 100%}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element {
    align-items: center;
    border-radius: 100px;
    cursor: default;
    display: flex;
    height: 86px;
    min-width: 226px;
    opacity: 0;
    padding: 16px 28px;
    pointer-events: none;
    position: relative;
    transform: translateY(30px);
    transition: .5s ease;
    visibility: hidden;
    width: 226px;
    z-index: 1;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .shadow {
    background: transparent;
    border-radius: 100px;
    filter: blur(2px);
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: -1;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element :not(.shadow):not(.background):not(.phase-number):not(span) {
    color: #fff;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-number {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-number .arrow {
    display: none;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-number span small {
    color: #fff;
    font-size: inherit;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-number .number-title {
    color: #fff;
    font-family: HKSentiments, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-number .title {
    display: none;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-info {
    font-family: HKSentiments, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding-left: 10px;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-info p {
    display: none;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .background {
    background: transparent;
    border: 4px solid;
    border-radius: 100px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s ease;
    width: 100%;
    z-index: -1;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .lines {
    bottom: calc(100% + 4px);
    height: 72px;
    left: 43px;
    position: absolute;
    width: 54px;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .lines:after, .phases-staircase .section-container .phase-wrapper .phase-row .phase-element .lines:before {
    border-color: #80a1b8;
    border-style: dashed;
    content: "";
    left: 0;
    position: absolute;
    transition: width, height .3s linear;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .lines:after {
    border-top-width: 2px;
    left: 0;
    transition-delay: .8s;
    width: 0;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .lines:before {
    border-left-width: 2px;
    bottom: 0;
    height: 0;
    transition-delay: .5s;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element.active .background {
    background: rgba(227, 227, 245, .2);
    height: calc(100% + 8px);
    left: -4px;
    top: -4px;
    width: calc(100% + 8px);
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element.next-element .shadow {
    -webkit-animation: pulse-shadow 2s infinite;
    animation: pulse-shadow 2s infinite;
}
.phases-staircase .section-container .phase-wrapper .phase-row:last-child .phase-element .lines {
    display: none;
}
.phases-staircase .section-container .phase-wrapper .phase-row:nth-child(2) .phase-element {
    transition-delay: .8s;
}
.phases-staircase .section-container .phase-wrapper .phase-row:nth-child(3) .phase-element {
    transition-delay: 1.6s;
}
.phases-staircase .section-container .phase-wrapper .phase-row:nth-child(4) .phase-element {
    transition-delay: 2.4s;
}
.phases-staircase .section-container .phase-wrapper .phase-row:nth-child(5) .phase-element {
    transition-delay: 3.2s;
}
.phases-staircase.animation-end .section-container .phase-wrapper .phase-row .phase-element {
    pointer-events: all;
}
.phases-staircase.visible-on-screen .section-container .phase-row .phase-element {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.phases-staircase.visible-on-screen .section-container .phase-row .phase-element .lines:before {
    height: 100%}
.phases-staircase.visible-on-screen .section-container .phase-row .phase-element .lines:after {
    width: 100%}
.phases-staircase.visible-on-screen .section-container .phase-row:nth-child(2) .phase-element .lines:before {
    transition-delay: 1.3s;
}
.phases-staircase.visible-on-screen .section-container .phase-row:nth-child(2) .phase-element .lines:after {
    transition-delay: 1.6s;
}
.phases-staircase.visible-on-screen .section-container .phase-row:nth-child(3) .phase-element .lines:before {
    transition-delay: 2.1s;
}
.phases-staircase.visible-on-screen .section-container .phase-row:nth-child(3) .phase-element .lines:after {
    transition-delay: 2.4s;
}
.phases-staircase.visible-on-screen .section-container .phase-row:nth-child(4) .phase-element .lines:before {
    transition-delay: 2.9s;
}
.phases-staircase.visible-on-screen .section-container .phase-row:nth-child(4) .phase-element .lines:after {
    transition-delay: 3.2s;
}
@media screen and (min-width:1280px) and (max-height:767px) {
    .phases-staircase {
    padding-bottom: 40px;
    padding-top: 110px;
}
.phases-staircase .section-container .phase-wrapper .phase-row:not(:last-child) {
    margin-top: 20px;
}
.phases-staircase .section-container .info {
    padding-top: 0;
}
.phases-staircase .section-container .info .h3+* {
    margin-top: 5px;
}
}@media screen and (min-width:768px) {
    .phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-info {
    display: block!important;
}
}@media screen and (max-width:1279px) {
    .phases-staircase {
    padding-top: 139px;
}
.phases-staircase .section-container {
    flex-direction: column;
}
.phases-staircase .section-container .info {
    max-width: 100%;
    padding-top: 0;
    width: 100%}
.phases-staircase .section-container .info .h3 {
    font-size: 28px;
    line-height: 36px;
}
.phases-staircase .section-container .info+.phase-wrapper {
    margin-top: 40px;
}
.phases-staircase .section-container .info .phase-content {
    display: none;
}
.phases-staircase .section-container .phase-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}
.phases-staircase .section-container .phase-wrapper .phase-row {
    align-items: flex-start;
    height: 130px;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element {
    align-items: flex-start;
    height: auto;
    min-width: 480px;
    padding: 0;
    width: 480px;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .background, .phases-staircase .section-container .phase-wrapper .phase-row .phase-element .shadow {
    border: none;
    border-radius: 0;
    display: none;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-number {
    align-items: center;
    border: 4px solid;
    border-color: initial;
    border-radius: 100px;
    font-size: 40px;
    font-weight: 600;
    height: 100px;
    justify-content: center;
    line-height: 48px;
    width: 100px;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-number .number-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: -6px;
    text-transform: capitalize;
    transform: translateY(-8px);
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-info {
    margin-bottom: auto;
    margin-top: auto;
    padding-left: 12px;
    width: calc(100% - 100px);
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-info .title {
    margin-bottom: 6px;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-info p {
    display: block;
    font-size: 14px;
    line-height: 24px;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .lines {
    height: 74px;
    left: 49px;
    width: 20px;
}
.phases-staircase .section-container .phase-wrapper .phase-row:not(:last-child) {
    margin-top: 0;
}
}@media screen and (max-width:992px) {
    .phases-staircase {
    padding-bottom: 34px;
}
}@media screen and (max-width:767px) {
    .phases-staircase {
    min-height: auto;
    padding-top: 99px;
}
.phases-staircase .section-container .info .h3, .phases-staircase .section-container .info .h3+* {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
.phases-staircase .section-container .info .sub-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.phases-staircase .section-container .info+.phase-wrapper {
    margin-top: 19px;
}
.phases-staircase .section-container .phase-wrapper {
    flex-direction: column;
    max-width: 100%}
.phases-staircase .section-container .phase-wrapper .phase-row {
    height: auto;
}
.phases-staircase .section-container .phase-wrapper .phase-row .item {
    display: none;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element {
    align-items: flex-start;
    border-bottom: 1px solid #424057;
    border-radius: 0;
    flex-direction: column;
    min-width: 100%;
    padding: 20px 4px;
    width: 100%}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .lines {
    display: none;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-number {
    align-items: center;
    border: none;
    border-radius: 0;
    flex-direction: row;
    height: auto;
    justify-content: flex-start;
    left: -4px;
    margin-bottom: -20px;
    margin-top: -20px;
    padding: 20px 40px 20px 4px;
    pointer-events: none;
    position: relative;
    width: calc(100% + 8px);
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-number .arrow {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 4px;
    top: 20px;
    transition: .3s ease;
    width: 32px;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-number .number-title {
    display: none;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-number .title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-left: 12px;
    width: calc(100% - 32px);
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-number span {
    align-items: center;
    border: 2px solid;
    border-color: initial;
    border-radius: 50%;
    border-radius: 100px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    line-height: 28px;
    width: 32px;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-info {
    margin-top: 16px;
    padding: 0;
    width: 100%}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element .phase-info .title {
    display: none;
}
.phases-staircase .section-container .phase-wrapper .phase-row .phase-element.active .phase-number .arrow {
    transform: rotate(180deg);
}
.phases-staircase .section-container .phase-wrapper .phase-row:nth-child(2) .phase-element {
    transition-delay: .3s;
}
.phases-staircase .section-container .phase-wrapper .phase-row:nth-child(3) .phase-element {
    transition-delay: .6s;
}
.phases-staircase .section-container .phase-wrapper .phase-row:nth-child(4) .phase-element {
    transition-delay: .9s;
}
.phases-staircase .section-container .phase-wrapper .phase-row:nth-child(5) .phase-element {
    transition-delay: 1.2s;
}
}@-webkit-keyframes pulse-shadow {
    0% {
    box-shadow: 0 0 0 0 currentColor;
}
50% {
    box-shadow: 0 0 0 15px currentColor;
}
to {
    box-shadow: 0 0 0 0 currentColor;
}
}@keyframes pulse-shadow {
    0% {
    box-shadow: 0 0 0 0 currentColor;
}
50% {
    box-shadow: 0 0 0 15px currentColor;
}
to {
    box-shadow: 0 0 0 0 currentColor;
}
}

.craft-wrap {}
.craft-wrap .h3 {
    text-align: left;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 48px;
    margin-bottom: 15px;
}
.craft-wrap .sub-title {
    font-family: 'geomanistitalic';
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 15px;
}
.craft-wrap .others .sub-title {
    display: flex;
    align-items: center;
    gap:10px;
}
.craft-wrap .sub-title .img {
    height: 60px;
}
.craft-wrap .sub-title .stars {
    height: 20px;
}
.craft-wrap .grid_view {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    margin-bottom: 5px;
}
.craft-wrap .section1 {
    background-color: rgba(255,255,255,0.1);
    padding: 10px;
}
.craft-wrap .section1 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.social-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    grid-gap: 5px;
}
.social-icons a {
    display: block;
    padding: 30px;
    background-color: rgba(255,255,255,0.1);
}
.social-icons a img {
    width: 100%;
}

.percent .item {
    padding-left: 20px;
    position: relative;
}
.percent .item i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    background-color: rgb(255,255,255);
    color: #003fe4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.percent .item div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255,255,255,0.1);
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    min-height: 80px;
}
.percent .item div span:last-child {
    color: #10e5a5;
    font-size: 24px;
    font-family: Archia;
    font-weight: bold;
}

.testimonials .title-and-vertical-list {
    min-height: initial;
}
.testimonials .item img {
    border-radius: 50%;
}
.testimonials .item p {
    font-size: 24px;
    margin-bottom: 10px;
}

.democall .h3 {
    text-align: left;
}
.democall img {
    width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.democall p {
    margin-bottom: 15px;
}

.title-with-video {
    padding-bottom: 50px;
    padding-top: 140px;
}
.title-with-video .section-container {
    align-items: center;
    flex-direction: column;
}
.title-with-video .section-container .headings {
    align-items: center;
    border-bottom: 1px solid #80a1b8;
    display: flex;
    flex-direction: column;
    max-width: 1086px;
    padding: 0 50px 20px;
    width: 100%}
.title-with-video .section-container .headings * {
    text-align: center;
}
.title-with-video .section-container .headings .h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 0;
}
.title-with-video .section-container .headings .h3+* {
    margin-top: 16px;
}
.title-with-video .section-container .headings .subtitle {
    /*font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;*/
    font-family: 'geomanistitalic';
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
.title-with-video .section-container .headings .subtitle span {
    color: #10E5A5;
}
.title-with-video .section-container .headings+.p-2 {
    margin-top: 20px;
}
.title-with-video .section-container .p-2 {
    margin-bottom: 0;
    max-width: 1084px;
    text-align: center;
}
.title-with-video .section-container *+video {
    margin-top: 45px;
}
.title-with-video .section-container video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%}
@media screen and (max-width:1279px) {
    .title-with-video {
    padding-top: 50px;
}
.title-with-video .section-container .headings .h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
}@media screen and (max-width:992px) {
    .title-with-video {
    padding-top: 78px;
}
.title-with-video .section-container .headings {
    padding-left: 0;
    padding-right: 0;
}
.title-with-video .section-container .headings .h3 {
    text-align: left;
    width: 100%}
.title-with-video .section-container .headings .subtitle {
    max-width: 100%;
    text-align: left;
    width: 100%}
.title-with-video .section-container .p-2 {
    text-align: left;
}
}@media screen and (max-width:767px) {
    .title-with-video {
    padding-top: 64px;
}
.title-with-video .section-container .headings {
    padding-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
}
.title-with-video .section-container .headings .h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
.title-with-video .section-container .headings .subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.title-with-video .section-container .headings+.p-2 {
    margin-top: 16px;
}
.title-with-video .section-container *+video {
    margin-top: 35px;
}
.title-with-video .section-container .p-2 {
    text-align: left;
}
.title-with-video .section-container .p-2 br {
    display: none;
}
}.text-with-contact-form {
    align-items: center;
    background: #000;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 56px;
    padding-top: 140px;
}
.text-with-contact-form .section-container {
    align-items: center;
    justify-content: space-between;
}
.text-with-contact-form .section-container .info {
    display: flex;
    flex-direction: column;
    max-width: 636px;
    width: 48%}
.text-with-contact-form .section-container .info .h3 {
    margin-bottom: 0;
    text-align: left;
}
.text-with-contact-form .section-container .info .h3 span {
    color: #10E5A5;
    display: block;
}
.text-with-contact-form .section-container .info .h3+* {
    margin-top: 24px;
}
.text-with-contact-form .section-container .info .subtitle {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.text-with-contact-form .section-container .info .subtitle+ul {
    margin-top: 16px;
}
.text-with-contact-form .section-container .info ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 25px;
}
.text-with-contact-form .section-container .info ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}
.text-with-contact-form .section-container .form-wrapper {
    max-width: 636px;
    width: 49%}
.text-with-contact-form .section-container .form-wrapper form label {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 8px;
}
.text-with-contact-form .section-container .form-wrapper form .hs-form-field {
    margin-bottom: 30px;
}
.text-with-contact-form .section-container .form-wrapper form .hs-input {
    padding: 15px 20px;
}
.text-with-contact-form .section-container .form-wrapper form .hs-input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    font-size: 1.125rem;
    line-height: 1.75rem;
    -webkit-transition: background-color 500000s ease-in-out 0s;
    transition: background-color 500000s ease-in-out 0s;
}
.text-with-contact-form .section-container .form-wrapper form textarea {
    height: 116px;
}
.text-with-contact-form .section-container .form-wrapper form fieldset.form-columns-1 .input, .text-with-contact-form .section-container .form-wrapper form fieldset.form-columns-2 .input {
    margin-right: 0!important;
}
.text-with-contact-form .section-container .form-wrapper form fieldset.form-columns-2 {
    display: flex;
    justify-content: space-between;
}
.text-with-contact-form .section-container .form-wrapper form fieldset.form-columns-2 .field {
    width: calc(50% - 10px)!important;
}
.text-with-contact-form .section-container .form-wrapper .actions input {
    background: #10E5A5;
    color: #17171a;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    padding: 4px 20px;
}
.text-with-contact-form .section-container .form-wrapper .actions input:hover {
    background: transparent;
    box-shadow: none;
    color: #10E5A5;
}
@media screen and (max-width:1279px) {
    .text-with-contact-form {
    min-height: auto;
    padding-bottom: 146px;
    padding-top: 92px;
}
.text-with-contact-form .section-container {
    align-items: flex-start;
}
.text-with-contact-form .section-container .info .h3 {
    font-size: 40px;
    line-height: 48px;
}
}@media screen and (max-width:992px) {
    .text-with-contact-form {
    padding-bottom: 128px;
    padding-top: 69px;
}
.text-with-contact-form .section-container {
    align-items: flex-start;
    flex-direction: column;
}
.text-with-contact-form .section-container .info {
    max-width: 100%;
    width: 100%}
.text-with-contact-form .section-container .info .h3 {
    font-size: 40px;
    line-height: 48px;
}
.text-with-contact-form .section-container .form-wrapper {
    margin-top: 39px;
    max-width: 100%;
    width: 100%}
}@media screen and (max-width:767px) {
    .text-with-contact-form {
    padding-bottom: 104px;
    padding-top: 53px;
}
.text-with-contact-form .section-container {
    align-items: flex-start;
    flex-direction: column;
}
.text-with-contact-form .section-container .info {
    max-width: 100%;
    width: 100%}
.text-with-contact-form .section-container .info .h3 {
    font-size: 28px;
    line-height: 36px;
}
.text-with-contact-form .section-container .info .h3+* {
    margin-top: 17px;
}
.text-with-contact-form .section-container .info .subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
.text-with-contact-form .section-container .info .subtitle+ul {
    margin-top: 13px;
}
.text-with-contact-form .section-container .form-wrapper {
    margin-top: 22px;
}
.text-with-contact-form .section-container .form-wrapper form .hs-form-field {
    margin-bottom: 25px;
}
.text-with-contact-form .section-container .form-wrapper form fieldset.form-columns-2 {
    flex-direction: column;
}
.text-with-contact-form .section-container .form-wrapper form fieldset.form-columns-2 .field {
    width: 100%!important;
}
.text-with-contact-form .section-container .form-wrapper form .actions input {
    width: 100%}
}
.call-to-action-gradient {
    padding:20px 0 50px;
    /*padding: 92px 0 220px;*/
}
.call-to-action-gradient .section-container .info-wrapper {
    align-items: center;
    background: linear-gradient(89.59deg, #001291 -64.19%, #1fea84 108.88%);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 72px 60px;
    position: relative;
    width: 100%}
.call-to-action-gradient .section-container .info-wrapper .background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 75%}
.call-to-action-gradient .section-container .info-wrapper .btn-dark, .call-to-action-gradient .section-container .info-wrapper .info {
    z-index: 1;
}
.call-to-action-gradient .section-container .info-wrapper .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 697px;
}
.call-to-action-gradient .section-container .info-wrapper .info .h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
}
.call-to-action-gradient .section-container .info-wrapper .info .h3 span {
    font-weight: 900;
}
.call-to-action-gradient .section-container .info-wrapper .info .h3+p {
    margin-top: 16px;
}
.call-to-action-gradient .section-container .info-wrapper .info *+a {
    margin-top: 40px;
}
.call-to-action-gradient .section-container .info-wrapper .info p {
    color: #fff;
    margin-bottom: 0;
    text-align: left;
}
.call-to-action-gradient .section-container .info-wrapper .hs_cos_wrapper, .call-to-action-gradient .section-container .info-wrapper .hs_cos_wrapper .hs-cta-node, .call-to-action-gradient .section-container .info-wrapper .hs_cos_wrapper .hs-cta-wrapper {
    display: block;
}
.call-to-action-gradient .section-container .info-wrapper .btn-dark {
    font-weight: 700;
    max-width: calc(100% - 700px);
    padding: 12px 24px;
    position: relative;
}
@media screen and (max-width:1279px) {
    .call-to-action-gradient {
    padding: 113px 0 142px;
}
.call-to-action-gradient .section-container .info-wrapper {
    padding: 72px 40px;
}
.call-to-action-gradient .section-container .info-wrapper .background {
    width: 69%}
.call-to-action-gradient .section-container .info-wrapper .info .h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
}
.call-to-action-gradient .section-container .info-wrapper .info .h3+P {
    margin-top: 12px;
}
}@media screen and (max-width:992px) {
    .call-to-action-gradient .section-container .info-wrapper {
    padding: 55px 32px;
}
.call-to-action-gradient .section-container .info-wrapper .background {
    width: 71%}
}@media screen and (max-width:767px) {
    .call-to-action-gradient {
    padding: 49px 0 98px;
}
.call-to-action-gradient .section-container .info-wrapper {
    flex-direction: column;
    padding: 40px 24px;
}
.call-to-action-gradient .section-container .info-wrapper .background {
    display: none;
}
.call-to-action-gradient .section-container .info-wrapper .info .h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    width: 100%}
.call-to-action-gradient .section-container .info-wrapper .info>p {
    text-align: center;
    width: 100%}
.call-to-action-gradient .section-container .info-wrapper .info+* {
    margin-top: 23px;
}
}.introduction-vault {
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 2;
}
.introduction-vault:after {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.introduction-vault .section-container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 650px;
    padding-bottom: 70px;
    padding-top: 113px;
    position: relative;
}
.introduction-vault .section-container .h1 {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 0;
}
.introduction-vault .section-container .h1 span {
    color: #10E5A5;
}
.introduction-vault .section-container .h1+a, .introduction-vault .section-container .h1+p {
    margin-top: 24px;
}
.introduction-vault .section-container>p {
    font-family: HKSentiments, Arial, sans-serif;
    line-height: 32px;
    margin-bottom: 0;
    max-width: 974px;
}
.introduction-vault .section-container>p+a {
    margin-top: 40px;
}
.introduction-vault .section-container a {
    margin-bottom: 0;
}
.introduction-vault .section-container .anchor {
    bottom: 8%}
@media screen and (max-width:1279px) {
    .introduction-vault .section-container {
    min-height: 550px;
    padding-bottom: 93px;
    padding-top: 80px;
}
.introduction-vault .section-container .h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
.introduction-vault .section-container>p {
    line-height: 28px;
    max-width: 714px;
}
.introduction-vault .section-container .anchor {
    bottom: 10%}
}@media screen and (max-width:992px) {
    .introduction-vault .section-container {
    min-height: 535px;
    padding-top: 94px;
}
.introduction-vault .section-container .anchor {
    bottom: 13%}
}@media screen and (max-width:767px) {
    .introduction-vault: after {
    background-position: 75%;
    height: 91%}
.introduction-vault .section-container {
    min-height: 558px;
    padding-bottom: 56px;
    padding-top: 90px;
}
.introduction-vault .section-container .h1 {
    font-size: 28px;
    line-height: 36px;
}
.introduction-vault .section-container .h1+a, .introduction-vault .section-container .h1+p {
    margin-top: 17px;
}
.introduction-vault .section-container>p+a {
    margin-top: 31px;
}
.introduction-vault .section-container a {
    max-width: 100%;
    width: 100%}
.introduction-vault .section-container .anchor {
    margin-bottom: 0;
    margin-top: 24px;
}
}.title-with-text-and-accordion-list {
    position: relative;
    z-index: 1;
}
.title-with-text-and-accordion-list .circle-bg {
    height: 1543px;
    left: 0;
    left: calc(-50% + 400px);
    min-width: 1480px;
    pointer-events: none;
    position: absolute;
    top: 100px;
    z-index: -1;
}
.title-with-text-and-accordion-list .section-container {
    align-items: flex-start;
    justify-content: space-between;
}
.title-with-text-and-accordion-list .section-container .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 523px;
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
    width: 40%}
.title-with-text-and-accordion-list .section-container .info .h3 {
    margin-bottom: 0;
    text-align: left;
}
.title-with-text-and-accordion-list .section-container .info .h3+p {
    margin-top: 24px;
}
.title-with-text-and-accordion-list .section-container .info p {
    margin-bottom: 0;
}
.title-with-text-and-accordion-list .section-container .list {
    padding-left: 38px;
    width: 60%}
.title-with-text-and-accordion-list .section-container .list li {
    position: relative;
}
.title-with-text-and-accordion-list .section-container .list li:after {
    border-bottom: 1px solid #424057;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%}
.title-with-text-and-accordion-list .section-container .list li .accordion-head {
    cursor: pointer;
    display: flex;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 20px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 36px;
    padding: 24px 40px 25px;
    position: relative;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-head .arrow {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 44px;
    top: 30px;
    transition: .3s ease;
    width: 24px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-head.active .arrow {
    transform: rotate(180deg);
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body {
    padding: 0 40px;
    width: 100%;
    z-index: 1;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .body-elem {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 22px;
    padding-right: 48px;
    width: 100%}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .image-item, .title-with-text-and-accordion-list .section-container .list li .accordion-body p {
    width: calc(50% - 10px);
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .image-item {
    display: flex;
    flex-direction: column;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .image-item span {
    color: #80a1b8;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .image-item .img {
    position: static;
    transition: transform .2s;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .image-item .img img {
    display: block;
    height: auto;
    width: 100%}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .image-item .img .hover-image {
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: .5s ease;
    visibility: hidden;
    width: 100%}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .image-item .img:not(.modal-open):hover .hover-image {
    opacity: 1;
    visibility: visible;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .image-item .img.modal-open {
    cursor: pointer;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .image-item .img.modal-open:hover {
    transform: scale(1.1);
}
@media screen and (max-width:1279px) {
    .title-with-text-and-accordion-list .circle-bg {
    bottom: auto;
    left: -50%;
    top: -500px;
}
.title-with-text-and-accordion-list .section-container .info {
    max-width: 308px;
    width: 33%}
.title-with-text-and-accordion-list .section-container .list {
    max-width: 580px;
    padding-left: 24px;
    width: 62%}
.title-with-text-and-accordion-list .section-container .list li .accordion-head {
    padding: 20px 31px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-head .arrow {
    right: 22px;
    top: 27px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body {
    padding: 0 18px 0 30px;
    top: 0;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body p {
    font-size: 16px;
    line-height: 28px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .body-elem {
    padding-right: 0;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .body-elem .image-item {
    max-width: 203px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .body-elem .image-item span {
    margin-bottom: 0;
}
}@media screen and (max-width:992px) {
    .title-with-text-and-accordion-list .section-container {
    flex-direction: column;
}
.title-with-text-and-accordion-list .section-container .info {
    max-width: 100%;
    position: static;
    top: 0;
    width: 100%}
.title-with-text-and-accordion-list .section-container .info .h3, .title-with-text-and-accordion-list .section-container .info p {
    text-align: left;
}
.title-with-text-and-accordion-list .section-container .info+.list {
    margin-top: 24px;
}
.title-with-text-and-accordion-list .section-container .list {
    max-width: 100%;
    padding-left: 0;
    width: 100%}
.title-with-text-and-accordion-list .section-container .list li .accordion-head {
    padding: 20px 40px 20px 24px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-head .arrow {
    right: 28px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body {
    padding: 0 23px 0 24px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body p {
    width: calc(100% - 223px);
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .body-elem .image-item span {
    margin-bottom: 1px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .body-elem .image-item .img .hover-image {
    display: none;
}
}@media screen and (max-width:767px) {
    .title-with-text-and-accordion-list {
    padding-bottom: 50px;
    padding-top: 44px;
}
.title-with-text-and-accordion-list .circle-bg {
    display: none;
}
.title-with-text-and-accordion-list .section-container .info .h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.title-with-text-and-accordion-list .section-container .info .h3+p {
    margin-top: 16px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-head {
    color: #10E5A5;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 18px 40px 18px 4px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-head .arrow {
    right: 11px;
    top: 20px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body {
    padding: 0 8px 0 0;
    top: -8px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .body-elem {
    flex-direction: column;
    padding-bottom: 14px;
}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .body-elem p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    max-width: 100%;
    width: 100%}
.title-with-text-and-accordion-list .section-container .list li .accordion-body .body-elem .image-item {
    margin-top: 7px;
    max-width: 100%;
    width: 100%}
}.title-with-text-and-reviews .section-container {
    align-items: flex-start;
    flex-direction: column;
}
.title-with-text-and-reviews .section-container .h3, .title-with-text-and-reviews .section-container>p {
    margin-bottom: 0;
    text-align: left;
    width: 100%}
.title-with-text-and-reviews .section-container .h3 span {
    color: #10E5A5;
}
.title-with-text-and-reviews .section-container .h3+.subtitle, .title-with-text-and-reviews .section-container .h3+p {
    margin-top: 24px;
}
.title-with-text-and-reviews .section-container>p {
    max-width: 676px;
}
.title-with-text-and-reviews .section-container>p+.subtitle {
    margin-top: 24px;
}
.title-with-text-and-reviews .section-container .subtitle {
    font-size: 16px;
    font-weight: 900;
    line-height: 28px;
    width: 100%}
.title-with-text-and-reviews .section-container .review-carousel {
    margin-bottom: -96px;
    margin-top: 80px;
    padding-right: 32px;
    width: 100%}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 102px;
    width: calc(50% - 36px);
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer {
    width: 185px;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .photo {
    margin-bottom: 16px;
    padding: 0 8px 8px 0;
    position: relative;
    width: 100%}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .photo img, .title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .photo svg {
    border-radius: 2px;
    height: 177px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .photo .photo-bg {
    background: linear-gradient(212.54deg, #10E5A5 8.5%, rgba(36, 219, 112, 0) 99.08%);
    border-radius: 2px;
    bottom: 0;
    height: 96px;
    position: absolute;
    right: 0;
    width: 96px;
    z-index: -1;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .logo {
    display: none;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer p {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    margin-bottom: 0;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .position {
    color: #80a1b8;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    width: calc(100% - 185px);
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .info img {
    height: auto;
    margin-bottom: 24px;
    max-height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .info .p {
    color: #10E5A5;
    margin-bottom: 8px;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .info .p-2 {
    margin-bottom: 0;
}
.title-with-text-and-reviews .section-container .review-carousel .slider-nav {
    display: none;
}
@media screen and (max-width:1279px) {
    .title-with-text-and-reviews {
    padding-bottom: 57px;
    padding-top: 144px;
}
.title-with-text-and-reviews .section-container .review-carousel {
    margin-bottom: -39px;
    margin-top: 60px;
    padding-right: 0;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item {
    margin-bottom: 68px;
    width: calc(50% - 20px);
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer {
    width: 140px;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .photo {
    padding: 0 6px 6px 0;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .photo img, .title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .photo svg {
    height: 134px;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .photo .photo-bg {
    height: 72px;
    width: 72px;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .info {
    padding-left: 20px;
    width: calc(100% - 140px);
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .info .p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
}@media screen and (max-width:992px) {
    .title-with-text-and-reviews {
    padding-bottom: 92px;
    padding-top: 96px;
}
.title-with-text-and-reviews .section-container .review-carousel {
    margin-bottom: -39px;
    margin-top: 60px;
    padding-right: 0;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item {
    flex-direction: column;
    margin-bottom: 39px;
    width: calc(50% - 12px);
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    width: 100%}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .photo {
    margin: 0;
    width: 140px;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .revier-info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: calc(100% - 156px);
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .logo {
    display: block;
    height: 32px;
    margin-bottom: 10px;
    width: auto;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .p-2 {
    margin-top: auto;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .info {
    margin-top: 20px;
    max-width: 100%;
    padding-left: 0;
    width: 100%}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .info img, .title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .info svg {
    display: none;
}
}@media screen and (max-width:767px) {
    .title-with-text-and-reviews {
    overflow: hidden;
    padding-bottom: 47px;
    padding-top: 50px;
}
.title-with-text-and-reviews .section-container .h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.title-with-text-and-reviews .section-container .h3+p, .title-with-text-and-reviews .section-container .h3.subtitle, .title-with-text-and-reviews .section-container>p+.subtitle {
    margin-top: 16px;
}
.title-with-text-and-reviews .section-container .review-carousel {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 22px;
    overflow: visible;
    width: calc(100% - 12px);
}
.title-with-text-and-reviews .section-container .review-carousel .slider-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
    width: calc(100% + 10px);
}
.title-with-text-and-reviews .section-container .review-carousel .slider-nav .slider-button {
    align-items: center;
    background: linear-gradient(149.87deg, rgba(0, 209, 255, .275) 15.18%, rgba(7, 225, 3, .25) 87.57%), #000;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px;
}
.title-with-text-and-reviews .section-container .review-carousel .slider-nav .slider-button svg path {
    fill: #fff;
}
.title-with-text-and-reviews .section-container .review-carousel .slider-nav .slider-button.button-prev svg {
    transform: rotate(180deg);
}
.title-with-text-and-reviews .section-container .review-carousel .slider-nav .slider-button.swiper-button-disabled {
    background: linear-gradient(0deg, rgba(227, 227, 245, .25), rgba(227, 227, 245, .25)), #000;
    pointer-events: none;
}
.title-with-text-and-reviews .section-container .review-carousel .slider-nav .slider-button.swiper-button-disabled svg path {
    fill: #80a1b8;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper {
    flex-wrap: nowrap;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item {
    margin-bottom: 0;
    padding-right: 16px;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .photo {
    height: 120px;
    padding: 0 5px 5px 0;
    width: 120px;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .photo img, .title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .photo svg {
    height: 115px;
    -o-object-fit: cover;
    object-fit: cover;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .photo .photo-bg {
    height: 62px;
    width: 62px;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .reviewer .revier-info {
    padding-left: 16px;
    width: calc(100% - 120px);
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .info {
    margin-top: 27px;
}
.title-with-text-and-reviews .section-container .review-carousel .swiper-wrapper .slide-item .info .p {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}
}.title-with-text-and-circle-image-with-text {
    margin-top: -155px;
    overflow: hidden;
    padding-top: 304px;
    position: relative;
    z-index: 1;
}
.title-with-text-and-circle-image-with-text .circle-bg {
    min-height: 1544px;
    min-width: 1480px;
    pointer-events: none;
    position: absolute;
    right: 0;
    right: -100px;
    top: 0;
    top: -640px;
    z-index: -1;
}
.title-with-text-and-circle-image-with-text .section-container {
    align-items: center;
    justify-content: space-between;
}
.title-with-text-and-circle-image-with-text .section-container .info {
    max-width: 523px;
    width: calc(100% - 751px);
}
.title-with-text-and-circle-image-with-text .section-container .info h2 {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 24px;
}
.title-with-text-and-circle-image-with-text .section-container .info h2 b, .title-with-text-and-circle-image-with-text .section-container .info h2 strong {
    color: #10E5A5;
    font-weight: 600;
}
.title-with-text-and-circle-image-with-text .section-container .info p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
}
.title-with-text-and-circle-image-with-text .section-container .info p b, .title-with-text-and-circle-image-with-text .section-container .info p strong {
    font-weight: 900;
}
.title-with-text-and-circle-image-with-text .section-container .image {
    align-items: center;
    display: flex;
    height: 551px;
    justify-content: center;
    position: relative;
    width: 731px;
}
.title-with-text-and-circle-image-with-text .section-container .image img, .title-with-text-and-circle-image-with-text .section-container .image svg {
    display: block;
    height: 400px;
    left: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    top: -10px;
    width: 390px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text {
    align-items: center;
    background: rgba(227, 227, 245, .1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 8px 20px;
    position: absolute;
    width: 220px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text .text-item, .title-with-text-and-circle-image-with-text .section-container .image .text .title {
    text-align: center;
}
.title-with-text-and-circle-image-with-text .section-container .image .text .title {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text .title+.text-item {
    margin-top: 2px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text .text-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text .circle {
    border: 1px solid #80a1b8;
    border-radius: 50%;
    height: 14px;
    position: absolute;
    width: 14px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text .circle:after {
    background: #80a1b8;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:after, .title-with-text-and-circle-image-with-text .section-container .image .text:before {
    border-top: 1px dashed #80a1b8;
    content: "";
    height: 1px;
    position: absolute;
    top: 43px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:before {
    right: 100%;
    width: 20px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:first-child {
    right: 0;
    top: 0;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:first-child .circle {
    left: -62px;
    top: 118px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:first-child:after {
    right: calc(100% + 20px);
    transform: rotate(-67deg);
    transform-origin: 100% 100%;
    width: 83px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(2) {
    left: 0;
    top: 75px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(2) .circle {
    right: -80px;
    top: 109px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(2):before {
    left: 100%;
    right: auto;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(2):after {
    left: calc(100% + 20px);
    transform: rotate(54deg);
    transform-origin: 0 0;
    width: 80px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(3) {
    bottom: 20px;
    right: 0;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(3) .circle {
    bottom: 132px;
    left: -80px;
    top: auto;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(3):after {
    bottom: 47px;
    right: calc(100% + 20px);
    top: auto;
    transform: rotate(60deg);
    transform-origin: 100% 100%;
    width: 95px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(3):before {
    bottom: 47px;
    top: auto;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(4) {
    bottom: 0;
    left: 0;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(4) .circle {
    bottom: 110px;
    right: -103px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(4):before {
    bottom: 47px;
    left: 100%;
    right: auto;
    top: auto;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(4):after {
    bottom: 47px;
    left: calc(100% + 20px);
    top: auto;
    transform: rotate(-42deg);
    transform-origin: 0 0;
    width: 93px;
}
@media screen and (max-width:1279px) {
    .title-with-text-and-circle-image-with-text {
    padding-bottom: 70px;
    padding-top: 240px;
}
.title-with-text-and-circle-image-with-text .circle-bg {
    right: -300px;
}
.title-with-text-and-circle-image-with-text .section-container {
    align-items: center;
    flex-direction: column;
}
.title-with-text-and-circle-image-with-text .section-container .info {
    max-width: 100%;
    width: 100%}
.title-with-text-and-circle-image-with-text .section-container .info p {
    margin-bottom: 17px;
    max-width: 955px;
}
.title-with-text-and-circle-image-with-text .section-container .info h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
.title-with-text-and-circle-image-with-text .section-container .info+.image {
    margin-top: 20px;
}
}@media screen and (max-width:992px) {
    .title-with-text-and-circle-image-with-text {
    padding-bottom: 40px;
    padding-top: 250px;
}
.title-with-text-and-circle-image-with-text .circle-bg {
    right: -600px;
    top: -545px;
}
.title-with-text-and-circle-image-with-text .section-container {
    align-items: center;
    flex-direction: column;
}
.title-with-text-and-circle-image-with-text .section-container .info {
    max-width: 100%;
    width: 100%}
.title-with-text-and-circle-image-with-text .section-container .info+.image {
    margin-top: 0;
}
.title-with-text-and-circle-image-with-text .section-container .image img, .title-with-text-and-circle-image-with-text .section-container .image svg {
    height: 343px;
    width: 336px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:first-child {
    top: 22px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(2) {
    left: 11px;
    top: 83px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(3) {
    bottom: 42px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(4) {
    bottom: 29px;
}
}@media screen and (max-width:767px) {
    .title-with-text-and-circle-image-with-text {
    padding-bottom: 50px;
    padding-top: 171px;
}
.title-with-text-and-circle-image-with-text .circle-bg {
    min-height: 1332px;
    min-width: 1277px;
    right: -477px;
    top: -534px;
}
.title-with-text-and-circle-image-with-text .section-container {
    align-items: center;
    flex-direction: column;
}
.title-with-text-and-circle-image-with-text .section-container .info {
    max-width: 100%;
    width: 100%}
.title-with-text-and-circle-image-with-text .section-container .info h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 17px;
}
.title-with-text-and-circle-image-with-text .section-container .info p {
    margin-bottom: 12px;
}
.title-with-text-and-circle-image-with-text .section-container .info+.image {
    margin-top: 27px;
}
.title-with-text-and-circle-image-with-text .section-container .image {
    height: 561px;
    width: 288px;
}
.title-with-text-and-circle-image-with-text .section-container .image img, .title-with-text-and-circle-image-with-text .section-container .image svg {
    height: 245px;
    left: 0;
    top: -11px;
    width: 240px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text {
    height: 72px;
    padding: 8px 16px;
    width: 192px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:after {
    content: none;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:before {
    border-left: 1px dashed #80a1b8;
    border-top: none;
    width: 1px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text .title {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    width: 100%}
.title-with-text-and-circle-image-with-text .section-container .image .text .text-item {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    width: 100%}
.title-with-text-and-circle-image-with-text .section-container .image .text .circle {
    height: 12px;
    width: 12px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text .circle:after {
    height: 4px;
    width: 4px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:first-child {
    top: 0;
    width: 228px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:first-child .circle {
    left: auto;
    right: 74px;
    top: 192px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:first-child:before {
    height: 119px;
    right: 80px;
    top: 100%}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(2) {
    left: 0;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(2) .circle {
    left: 76px;
    right: auto;
    top: 131px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(2):before {
    height: 58px;
    left: 81px;
    right: auto;
    top: 100%}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(3) {
    bottom: 83px;
    right: 9px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(3) .circle {
    bottom: auto;
    left: 74px;
    top: -67px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(3):before {
    bottom: 100%;
    height: 58px;
    left: 79px;
    right: auto;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(4) {
    bottom: 0;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(4) .circle {
    bottom: auto;
    left: 74px;
    right: auto;
    top: -135px;
}
.title-with-text-and-circle-image-with-text .section-container .image .text:nth-child(4):before {
    bottom: 100%;
    height: 123px;
    left: 79px;
    right: auto;
    top: auto;
}
}.phases-with-image-and-text {
    position: relative;
    z-index: 1;
}
.phases-with-image-and-text .bg {
    left: 0;
    max-height: 1298px;
    min-height: 1298px;
    min-width: 2740px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1;
}
.phases-with-image-and-text .section-container {
    align-items: center;
    flex-direction: column;
}
.phases-with-image-and-text .section-container .h3, .phases-with-image-and-text .section-container>p {
    text-align: center;
}
.phases-with-image-and-text .section-container .h3 {
    margin-bottom: 0;
}
.phases-with-image-and-text .section-container .h3+p {
    margin-top: 24px;
}
.phases-with-image-and-text .section-container>p {
    margin-bottom: 0;
    max-width: 862px;
}
.phases-with-image-and-text .section-container>p.bold-text {
    font-weight: 900;
    margin-top: 24px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper {
    display: flex;
    margin-top: 80px;
    padding-left: 73px;
    width: 100%}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper {
    display: flex;
    position: relative;
    width: 270px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem {
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
    margin: auto 0;
    position: relative;
    top: 13px;
    z-index: 1;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .lines {
    height: calc(100% - 86px);
    left: 100%;
    position: absolute;
    top: 43px;
    width: 44px;
    z-index: 1;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .lines .line {
    border-top: 1px dashed #80a1b8;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .lines .line:first-child {
    top: 0;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .lines .line:nth-child(2) {
    bottom: 0;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .lines .line:nth-child(3) {
    border-left: 1px dashed #80a1b8;
    border-top: none;
    height: 100%;
    left: 100%;
    top: 0;
    width: 1px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .lines .line:nth-child(4) {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item {
    align-items: center;
    border-radius: 100px;
    display: flex;
    flex-wrap: wrap;
    height: 86px;
    padding: 12px 24px;
    width: 226px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item:not(:first-child) {
    margin-bottom: 16px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item .number-elem {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    width: 40px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item .number-elem span {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding-left: 10px;
    width: calc(100% - 40px);
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .image {
    margin: auto auto auto 45px;
    max-width: 531px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: 31px;
    padding-top: 58px;
    width: 359px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li {
    padding: 12px 24px;
    position: relative;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .heading {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .heading svg, .phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .list-description .heading-description {
    display: none;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .list-description p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 8px 0 0;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li.with-description {
    border: 2px solid #00d5ae;
    border-radius: 4px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li.with-description:before {
    border-top-color: #00d5ae;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:before {
    border-top: 1px dashed #80a1b8;
    content: "";
    height: 1px;
    position: absolute;
    right: 100%;
    top: 26px;
    width: 144px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:first-child {
    margin-bottom: 20px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(2) {
    margin-bottom: 52px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(3) {
    margin-bottom: 12px;
}
@media screen and (min-width:768px) {
    .phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item .number-elem {
    border: none!important;
}
}@media screen and (max-width:1279px) {
    .phases-with-image-and-text {
    padding-bottom: 56px;
    padding-top: 70px;
}
.phases-with-image-and-text .bg {
    left: -63%;
    top: 43px;
}
.phases-with-image-and-text .section-container>p {
    max-width: 644px;
}
.phases-with-image-and-text .section-container>p.bold-text {
    margin-top: 16px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper {
    margin-top: 25px;
    padding-left: 0;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper {
    width: 244px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .lines {
    width: 17px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .lines .line:nth-child(4) {
    width: 39px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .image {
    margin-left: auto;
    max-width: 37%}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul {
    margin-left: 0;
    padding-top: 79px;
    width: 356px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li {
    padding: 12px 16px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:before {
    width: 82px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:first-child, .phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(2), .phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(3) {
    margin-bottom: 0;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(4):before {
    transform: rotate(28deg);
    transform-origin: 100% 100%}
}@media screen and (max-width:992px) {
    .phases-with-image-and-text {
    padding-bottom: 56px;
    padding-top: 52px;
}
.phases-with-image-and-text .section-container>p {
    max-width: 100%}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper {
    margin-top: 42px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper {
    width: 244px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item {
    height: 74px;
    padding: 8px 20px;
    width: 210px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item .number-elem span {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item:not(:first-child) {
    margin-bottom: 20px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .image {
    max-width: 42%}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul {
    padding-top: 82px;
    width: 212px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li {
    padding: 12px 10px;
    position: relative;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:before {
    width: 82px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:first-child {
    margin-bottom: -13px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(2) {
    margin-bottom: 13px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(3) {
    margin-bottom: 121px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(4):before {
    transform: none;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li.with-description {
    border: none;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li.with-description .heading {
    color: #00d5ae;
    pointer-events: none;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li.with-description .list-description .heading-description {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li.with-description.active {
    z-index: 1;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li.with-description.active .list-description {
    opacity: 1;
    visibility: visible;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .heading {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .heading svg {
    display: block;
    margin-left: 4px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .list-description {
    border: 1px solid #00d5ae;
    border-radius: 4px;
    opacity: 0;
    padding: 12px;
    position: absolute;
    right: -3px;
    top: -1px;
    visibility: hidden;
    width: 352px;
    z-index: 1;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .list-description:after {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: rgba(23, 23, 26, .5);
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
}@media screen and (max-width:767px) {
    .phases-with-image-and-text .bg {
    display: none;
}
.phases-with-image-and-text .section-container .h3, .phases-with-image-and-text .section-container>p {
    text-align: left;
    width: 100%}
.phases-with-image-and-text .section-container .h3.bold-text, .phases-with-image-and-text .section-container>p.bold-text {
    margin-top: 12px;
}
.phases-with-image-and-text .section-container .h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.phases-with-image-and-text .section-container .h3+p {
    margin-top: 16px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 288px;
    position: relative;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper {
    margin-top: 17px;
    order: 1;
    width: 100%}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem {
    flex-direction: column;
    margin: 0;
    padding-left: 0;
    top: 0;
    width: 100%}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item {
    align-items: flex-start;
    border: none!important;
    height: auto;
    padding: 8px 12px;
    width: 100%}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item:not(:first-child) {
    margin-bottom: 0;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item .number-elem {
    border-radius: 50%;
    font-size: 0;
    height: 32px;
    line-height: 0;
    width: 32px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item .number-elem span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .phase-item .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 12px;
    padding-top: 5px;
    width: calc(100% - 32px);
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .lines {
    height: calc(100% - 48px);
    left: 0;
    right: auto;
    top: 25px;
    width: 12px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .lines .line:nth-child(3) {
    bottom: 0;
    height: calc(100% + 174px);
    left: 0;
    top: auto;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .phase-wrapper .phase-elem .lines .line:nth-child(4) {
    left: 0;
    top: -175px;
    transform: none;
    width: 25px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper .image {
    height: 273px;
    margin-left: 0;
    min-width: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 22px;
    width: 100%}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li {
    padding: 0 0 0 4px;
    width: auto;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:before {
    top: 50%;
    transform: translateY(-50%);
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .heading {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    width: auto;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .heading svg {
    height: 4px;
    width: 6px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .list-description {
    padding: 8px 10px;
    right: -11px;
    top: -9px;
    width: 206px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .list-description .heading-description {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .list-description .heading-description svg {
    height: 4px;
    width: 6px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li .list-description p {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    margin: 4px 0 0;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:first-child {
    margin-bottom: 8px;
    width: 90px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:first-child:before {
    width: 24px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(2) {
    margin-bottom: 37px;
    margin-right: 15px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(2):before {
    width: 18px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(3) {
    margin-bottom: 119px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(3):before {
    width: 38px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(4) {
    margin-right: 24px;
}
.phases-with-image-and-text .section-container .phase-and-image-with-list-wrapper ul li:nth-child(4):before {
    width: 24px;
}
}.title-and-image-with-list-description .section-container {
    align-items: center;
    flex-direction: column;
}
.title-and-image-with-list-description .section-container .h3 {
    margin-bottom: 0;
    text-align: center;
}
.title-and-image-with-list-description .section-container .h3 span {
    color: #10E5A5;
}
.title-and-image-with-list-description .section-container .h3+.image-and-list-wrapper {
    margin-top: 156px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper {
    min-height: 653px;
    position: relative;
    width: 100%}
.title-and-image-with-list-description .section-container .image-and-list-wrapper img {
    left: 50%;
    max-width: 438px;
    position: absolute;
    top: -86px;
    transform: translateX(-50%);
    z-index: 1;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -90px;
    width: 100%}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li {
    align-items: center;
    display: flex;
    margin-bottom: 90px;
    width: 50%}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li .item {
    background: rgba(23, 23, 26, .5);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    width: 320px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li .item .line {
    border-top: 1px dashed #80a1b8;
    height: 1px;
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    z-index: -1;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(2n) .item {
    margin-left: auto;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(2n) .item .line {
    left: auto;
    right: 100%}
@media screen and (max-width:1279px) {
    .title-and-image-with-list-description .section-container .h3+.image-and-list-wrapper {
    margin-top: 38px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper {
    min-height: 482px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper img {
    max-width: 296px;
    top: 12px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li .item {
    width: 300px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li .item .line {
    width: 84px;
}
}@media screen and (max-width:992px) {
    .title-and-image-with-list-description .section-container .h3+.image-and-list-wrapper {
    margin-top: 48px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 736px;
    min-height: 729px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper img {
    max-width: 244px;
    top: calc(50% - 13px);
    transform: translate(-50%, -50%);
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul {
    margin-bottom: -14px;
    position: relative;
    z-index: 1;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li {
    align-items: flex-start;
    margin-bottom: 14px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(2), .title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(6) {
    margin-bottom: 273px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(2) .item .line, .title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(6) .item .line {
    width: 28px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(2) .item .line:after, .title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(6) .item .line:after {
    border-top: 1px dashed #80a1b8;
    content: "";
    height: 1px;
    left: 102%;
    position: absolute;
    top: -2px;
    transform: rotate(62deg);
    transform-origin: 0 0;
    width: 28px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:first-child .line, .title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(5) .line {
    width: 28px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:first-child .line:after, .title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(5) .line:after {
    border-top: 1px dashed #80a1b8;
    content: "";
    height: 1px;
    left: 102%;
    position: absolute;
    top: -2px;
    transform: rotate(-62deg);
    transform-origin: 0 0;
    width: 28px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(4) {
    order: 0;
    width: 100%}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(4) .item {
    margin: 0 auto;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(4) .item .line {
    border-left: 1px dashed #80a1b8;
    border-top: none;
    height: 67px;
    left: 50%;
    right: auto;
    top: 100%;
    transform: translate(-50%);
    width: 1px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(2) {
    order: 1;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(2) .item {
    margin-left: 0;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(2) .item .line {
    left: 100%;
    right: auto;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(6) {
    order: 2;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(6) .item {
    margin-left: auto;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(6) .item .line:after {
    left: auto;
    right: 100%;
    transform: rotate(-74deg);
    transform-origin: 100% 100%}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:first-child {
    order: 3;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:first-child .item {
    margin-left: 0;
    margin-top: 13px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(5) {
    order: 4;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(5) .item {
    margin-left: auto;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(5) .item .line {
    left: auto;
    right: 100%;
    top: 91px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(5) .item .line:after {
    left: auto;
    right: 100%;
    transform: rotate(74deg);
    transform-origin: 100% 100%;
    width: 45px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(3) {
    order: 5;
    width: 100%}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(3) .item {
    margin: 0 auto;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(3) .item .line {
    border-left: 1px dashed #80a1b8;
    bottom: 100%;
    height: 65px;
    left: 50%;
    top: auto;
    transform: translate(-50%);
    width: 1px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li .item {
    padding: 6px 19px;
    width: 293px;
}
}@media screen and (max-width:767px) {
    .title-and-image-with-list-description {
    padding-top: 50px;
}
.title-and-image-with-list-description .section-container .h3 {
    font-size: 28px;
    font-weight: 600;
}
.title-and-image-with-list-description .section-container .h3+.image-and-list-wrapper {
    margin-top: 41px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper {
    max-width: 288px;
    min-height: 793px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper img {
    max-width: 202px;
    top: calc(50% - 13px);
    transform: translate(-50%, -50%);
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul {
    flex-direction: column;
    margin-bottom: -12px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li {
    margin-bottom: 12px;
    width: 100%}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(2) .item .line, .title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(4) .item .line, .title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(6) .item .line {
    border: none;
    border-left: 1px dashed #80a1b8;
    height: 12px;
    left: auto;
    right: 48px;
    top: 100%;
    transform: translate(0);
    width: 1px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:first-child .item .line, .title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(3) .item .line, .title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(5) .item .line {
    border: none;
    border-left: 1px dashed #80a1b8;
    bottom: 100%;
    height: 12px;
    left: 48px;
    right: auto;
    top: auto;
    transform: translate(0);
    width: 1px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(2) {
    margin-bottom: 12px;
    order: 0;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(2) .item {
    margin-left: auto;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(4) {
    margin-bottom: 12px;
    order: 1;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(4) .item {
    margin: 0 auto 0 0;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(4) .item:after {
    border-left: 1px dashed #80a1b8;
    content: "";
    height: calc(100% + 14px);
    position: absolute;
    right: -12px;
    top: -2px;
    width: 1px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(4) .item .line {
    left: 48px;
    right: 0;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(5) {
    order: 3;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(5) .item {
    margin-left: 0;
    margin-right: auto;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(5) .item:after {
    border-left: 1px dashed #80a1b8;
    content: "";
    height: calc(100% + 34px);
    position: absolute;
    right: -12px;
    top: -21px;
    width: 1px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(5) .item:before {
    border-left: 1px dashed #80a1b8;
    bottom: 100%;
    content: "";
    height: 21px;
    position: absolute;
    right: 81px;
    width: 1px;
    z-index: -1;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(5) .item .line {
    height: 21px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(3) {
    order: 4;
    width: 100%}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(3) .item {
    margin: 0 0 0 auto;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(3) .item:after {
    border-left: 1px dashed #80a1b8;
    content: "";
    height: calc(100% + 14px);
    left: -12px;
    position: absolute;
    top: -12px;
    width: 1px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(3) .item .line {
    display: none;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(6) {
    margin-bottom: 343px;
    order: 2;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(6) .item {
    margin-left: auto;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(6) .item:after {
    border-left: 1px dashed #80a1b8;
    content: "";
    height: calc(100% + 23px);
    left: -12px;
    position: absolute;
    top: -2px;
    width: 1px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(6) .item:before {
    border-left: 1px dashed #80a1b8;
    content: "";
    height: 21px;
    left: 81px;
    position: absolute;
    top: 100%;
    width: 1px;
    z-index: -1;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:nth-child(6) .item .line {
    height: 21px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:first-child {
    order: 5;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li:first-child .item {
    margin-left: 0;
    margin-top: 0;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li .item {
    border-width: 1px!important;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 16px;
    text-align: left;
    width: 228px;
}
.title-and-image-with-list-description .section-container .image-and-list-wrapper ul li .item .line:after {
    content: none!important;
}
}.title-with-video-and-mobile-elements {
    padding-bottom: 94px;
    padding-top: 197px;
}
.title-with-video-and-mobile-elements .section-container {
    align-items: center;
    flex-direction: column;
}
.title-with-video-and-mobile-elements .section-container .h3 {
    margin-bottom: 0;
    max-width: 862px;
    text-align: center;
}
.title-with-video-and-mobile-elements .section-container .h3+.video-wrapper {
    margin-top: 56px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper {
    position: relative;
    width: 100%}
.title-with-video-and-mobile-elements .section-container ul {
    display: none;
}
.title-with-video-and-mobile-elements .section-container video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%}
@media screen and (max-width:1279px) {
    .title-with-video-and-mobile-elements {
    padding-top: 183px;
}
.title-with-video-and-mobile-elements .section-container .h3+.video-wrapper {
    margin-top: 50px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper {
    margin: 0 auto;
    max-width: 736px;
    width: 100%}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 670px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li {
    background: rgba(227, 227, 245, .1);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 16px 8px 57px;
    position: absolute;
    width: 260px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li svg {
    left: 21px;
    position: absolute;
    top: 7px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li .line {
    border-top: 1px dashed #80a1b8;
    height: 1px;
    position: absolute;
    top: 29px;
    width: 24px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li .line:after {
    border-top: 1px dashed #80a1b8;
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: 0;
    transform: rotate(66deg);
    transform-origin: 0 0;
    width: 55px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(2) {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 290px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(2) .line {
    border-left: 1px dashed #80a1b8;
    border-top: none;
    height: 72px;
    left: 50%;
    top: 100%;
    width: 1px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(2) .line:after {
    content: none;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:first-child {
    left: 0;
    top: 100px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:first-child .line {
    left: 100%}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(3) {
    right: 0;
    top: 111px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(3) .line {
    right: 100%}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(3) .line:after {
    left: auto;
    right: 100%;
    transform: rotate(-66deg);
    transform-origin: 100% 100%}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(5) {
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    width: 290px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(5) .line {
    border-left: 1px dashed #80a1b8;
    border-top: none;
    bottom: 100%;
    height: 72px;
    left: 50%;
    top: auto;
    width: 1px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(5) .line:after {
    content: none;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(6) {
    bottom: 100px;
    left: 0;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(6) .line {
    left: 100%;
    top: 46px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(6) .line:after {
    transform: rotate(-66deg);
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(4) {
    bottom: 100px;
    right: 0;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(4) .line {
    right: 100%;
    top: 46px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(4) .line:after {
    left: auto;
    right: 100%;
    transform: rotate(66deg);
    transform-origin: 100% 100%}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list video {
    max-width: 416px;
}
}@media screen and (max-width:992px) {
    .title-with-video-and-mobile-elements .section-container .h3 {
    text-align: left;
}
}@media screen and (max-width:768px) {
    .title-with-video-and-mobile-elements {
    padding-top: 142px;
}
}@media screen and (max-width:767px) {
    .title-with-video-and-mobile-elements {
    padding-bottom: 40px;
    padding-top: 47px;
}
.title-with-video-and-mobile-elements .section-container .h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.title-with-video-and-mobile-elements .section-container .h3+.video-wrapper {
    margin-top: 60px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list {
    max-width: 288px;
    min-height: 688px;
    min-height: auto;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul {
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
    z-index: 1;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li {
    bottom: 0!important;
    font-size: 12px;
    left: 0!important;
    line-height: 18px;
    padding: 8px 16px 8px 44px;
    position: relative;
    right: 0!important;
    top: 0!important;
    transform: none!important;
    width: 228px!important;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li svg {
    left: 16px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li .line {
    border: none;
    border-left: 1px dashed #80a1b8;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li .line:after {
    content: none!important;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:not(:first-child) {
    margin-top: 8px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(odd) {
    margin-left: auto;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:first-child .line {
    height: 8px;
    left: auto;
    right: 51px;
    top: 100%;
    width: 1px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(2) .line {
    height: 58px;
    left: 54px;
    top: 100%}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(2):after {
    border-left: 1px dashed #80a1b8;
    content: "";
    height: calc(100% + 8px);
    position: absolute;
    right: -9px;
    top: 0;
    width: 1px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(3) .line {
    height: 58px;
    left: 84px;
    top: 100%}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(3):after {
    border-left: 1px dashed #80a1b8;
    content: "";
    height: 58px;
    position: absolute;
    right: 51px;
    top: 100%;
    width: 1px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(3):before {
    border-left: 1px dashed #80a1b8;
    content: "";
    height: calc(100% + 66px);
    left: -6px;
    position: absolute;
    top: -8px;
    width: 1px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(3)+li:nth-child(4) {
    margin-top: 254px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(4) .line {
    bottom: 100%;
    height: 21px;
    right: 54px;
    top: auto;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(4):after {
    border-left: 1px dashed #80a1b8;
    bottom: 100%;
    content: "";
    height: 21px;
    left: 51px;
    position: absolute;
    width: 1px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(4):before {
    border-left: 1px dashed #80a1b8;
    bottom: 0;
    content: "";
    height: calc(100% + 21px);
    position: absolute;
    right: -10px;
    width: 1px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(5) .line {
    bottom: 100%;
    height: 21px;
    left: auto;
    right: 50px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(5):after {
    border-left: 1px dashed #80a1b8;
    bottom: 0;
    content: "";
    height: calc(100% + 8px);
    left: -9px;
    position: absolute;
    width: 1px;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul li:nth-child(6) .line {
    bottom: 100%;
    height: 8px;
    left: 51px;
    top: auto;
}
.title-with-video-and-mobile-elements .section-container .video-wrapper.with-list ul+video {
    left: 50%;
    max-width: 228px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 8px);
    transform: translate(-50%, -50%)!important;
}
.title-with-video-and-mobile-elements .section-container video {
    margin: 0 auto;
    max-height: 513px;
    width: auto;
}
}.revenue-phases-staircase {
    padding: 0;
}
.revenue-phases-staircase .section-container {
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 866px;
    padding-bottom: 100px;
    padding-top: 180px;
    position: relative;
}
.revenue-phases-staircase .section-container .info {
    display: flex;
    flex-direction: column;
    max-width: 636px;
    width: 50%}
.revenue-phases-staircase .section-container .info .h3 {
    text-align: left;
}
.revenue-phases-staircase .section-container .info .h3 span {
    color: #10E5A5;
}
.revenue-phases-staircase .section-container .info .h3+* {
    margin-top: 24px;
}
.revenue-phases-staircase .section-container .info>p {
    margin-bottom: 0;
}
.revenue-phases-staircase .section-container .info>p+* {
    margin-top: 24px;
}
.revenue-phases-staircase .section-container .info .sub-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 28px;
}
.revenue-phases-staircase .section-container .info .anchor {
    bottom: auto;
    margin-top: 44px;
    position: relative;
    right: auto;
}
.revenue-phases-staircase .section-container .phase-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 65px;
    top: calc(50% + 49px);
    transform: translateY(-50%);
    width: 757px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper {
    align-items: flex-end;
    display: flex;
    height: 677px;
    justify-content: center;
    width: 100%}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper.no-hover {
    pointer-events: none;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element {
    position: relative;
    width: 108px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .column-number {
    display: flex;
    flex-direction: column;
    opacity: 0;
    position: relative;
    transform: translateY(15px);
    transition: .5s ease;
    visibility: hidden;
    z-index: 1;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .column-number span {
    display: block;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .column-number .number-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .column-number .index {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .column-number .index, .revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .column-number .number-title {
    transition: .3s ease;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .column-number .title {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 8px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .column-info {
    display: none;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .image-wrapper {
    width: 100%}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .image-wrapper>img {
    opacity: 0;
    visibility: hidden;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .image-wrapper img {
    width: 100%}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .image-wrapper img.image-shadow {
    position: relative;
    z-index: 1;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .image-wrapper img.image-column {
    height: 40px;
    margin-top: -27px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    transition: height .5s ease;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .image-wrapper .animated {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease;
    width: 100%}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:first-child {
    pointer-events: none;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:first-child .image-wrapper .animated, .revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:first-child .image-wrapper .animated img.image-column {
    transition-delay: 1s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:first-child .column-number {
    top: 136px;
    transition-delay: 1.5s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:first-child .column-number .index {
    display: none;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:first-child .image-wrapper>img.image-column {
    height: 72px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) {
    top: -52px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) .image-wrapper .animated, .revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) .image-wrapper .animated img.image-column {
    transition-delay: 1.2s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) .column-number {
    top: 173px;
    transition-delay: 1.7s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) .image-wrapper>img.image-column {
    height: 104px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) {
    top: -103px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) .image-wrapper .animated, .revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) .image-wrapper .animated img.image-column {
    transition-delay: 1.4s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) .column-number {
    top: 203px;
    transition-delay: 1.9s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) .image-wrapper>img.image-column {
    height: 134px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) {
    top: -156px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) .image-wrapper .animated, .revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) .image-wrapper .animated img.image-column {
    transition-delay: 1.6s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) .column-number {
    top: 205px;
    transition-delay: 2.1s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) .image-wrapper>img.image-column {
    height: 174px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) {
    top: -208px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) .image-wrapper .animated, .revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) .image-wrapper .animated img.image-column {
    transition-delay: 1.8s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) .column-number {
    top: 224px;
    transition-delay: 2.3s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) .image-wrapper>img.image-column {
    height: 239px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) {
    top: -260px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) .image-wrapper .animated, .revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) .image-wrapper .animated img.image-column {
    transition-delay: 2s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) .column-number {
    top: 229px;
    transition-delay: 2.5s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) .image-wrapper>img.image-column {
    height: 286px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) {
    pointer-events: none;
    top: -313px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) .image-wrapper .animated, .revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) .image-wrapper .animated img.image-column {
    transition-delay: 2.2s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) .column-number {
    top: 148px;
    transition-delay: 2.7s;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) .column-number .index {
    display: none;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) .image-wrapper>img.image-column {
    height: 313px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element.active .column-number:before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #10E5A5;
    border-top: 5px solid transparent;
    content: "";
    height: 10px;
    left: -17px;
    position: absolute;
    top: 1px;
    width: 5px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element.active .column-number .index, .revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element.active .column-number .number-title {
    color: #10E5A5;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines {
    bottom: -51px;
    display: flex;
    flex-direction: column;
    left: 75px;
    overflow: hidden;
    position: absolute;
    transform: rotate(-25.5deg);
    transform-origin: 0 0;
    transition: .5s ease;
    width: 0;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed {
    background-image: linear-gradient(90deg, #6146b9 50%, transparent 0);
    background-size: 22px;
    display: block;
    height: 4px;
    margin-bottom: 25px;
    transition: .5s ease;
    width: 100%}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed-gradient {
    display: flex;
    justify-content: space-between;
    left: 6px;
    position: relative;
    width: 784px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed-gradient span {
    border-radius: 100px;
    display: block;
    height: 6px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed-gradient span:first-child {
    background: #1d2c67;
    width: 58px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed-gradient span:nth-child(2) {
    background: #017dc3;
    margin: 0 20px;
    width: 418px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed-gradient span:nth-child(3) {
    background: #10E5A5;
    width: 179px;
}
.revenue-phases-staircase .section-container .phase-wrapper .list {
    bottom: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(10px);
    transition: .5s ease;
}
.revenue-phases-staircase .section-container .phase-wrapper .list li {
    align-items: center;
    display: flex;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}
.revenue-phases-staircase .section-container .phase-wrapper .list li span {
    border-radius: 100px;
    display: block;
    height: 4px;
    margin-right: 7px;
    width: 20px;
}
.revenue-phases-staircase .section-container .phase-wrapper .list li:not(:first-child) {
    margin-top: 8px;
}
.revenue-phases-staircase .section-container .phase-wrapper .list li:first-child span {
    display: flex;
}
.revenue-phases-staircase .section-container .phase-wrapper .list li:first-child span:after, .revenue-phases-staircase .section-container .phase-wrapper .list li:first-child span:before {
    background: #6146b9;
    border-radius: 100px;
    content: "";
    display: block;
    height: 4px;
    width: 50%}
.revenue-phases-staircase .section-container .phase-wrapper .list li:first-child span:before {
    margin-right: 3px;
}
.revenue-phases-staircase .section-container .phase-wrapper .list li:nth-child(2) span {
    background: #1d2c67;
}
.revenue-phases-staircase .section-container .phase-wrapper .list li:nth-child(3) span {
    background: #017dc3;
}
.revenue-phases-staircase .section-container .phase-wrapper .list li:nth-child(4) span {
    background: #10E5A5;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines, .revenue-phases-staircase .section-container .phase-wrapper .list {
    transition-delay: 2.7s;
}
.revenue-phases-staircase .section-container .phase-wrapper+.column-content {
    display: none;
}
.revenue-phases-staircase .section-container .column-content {
    width: 100%}
.revenue-phases-staircase .section-container .column-content .column-element {
    background: rgba(227, 227, 245, .1);
    border-radius: 8px;
    display: flex;
    margin-left: 55px;
    margin-top: 50px;
    max-width: 415px;
    padding: 16px 28px;
    transition: .5s ease;
    width: 100%}
.revenue-phases-staircase .section-container .column-content .column-element .column-number .number-title, .revenue-phases-staircase .section-container .column-content .column-element .column-number .title {
    display: none;
}
.revenue-phases-staircase .section-container .column-content .column-element .column-number .index {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    padding-right: 20px;
}
.revenue-phases-staircase .section-container .column-content .column-element .column-info {
    display: flex;
    flex-direction: column;
}
.revenue-phases-staircase .section-container .column-content .column-element .column-info .info-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 4px;
}
.revenue-phases-staircase .section-container .column-content .column-element .image-wrapper {
    display: none;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element .column-number {
    opacity: 1;
    transform: none;
    visibility: visible;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element .image-wrapper .animated {
    opacity: 1;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:first-child .image-wrapper .animated img.image-column {
    height: 72px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) .image-wrapper .animated img.image-column {
    height: 104px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) .image-wrapper .animated img.image-column {
    height: 134px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) .image-wrapper .animated img.image-column {
    height: 174px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) .image-wrapper .animated img.image-column {
    height: 239px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) .image-wrapper .animated img.image-column {
    height: 286px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) .image-wrapper .animated img.image-column {
    height: 313px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .lines {
    width: calc(100% + 35px);
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .list {
    opacity: 1;
    transform: none;
}
@media screen and (max-width:1400px) {
    .revenue-phases-staircase .section-container .column-content .column-element {
    margin-left: 0;
}
}@media screen and (max-width:1330px) {
    .revenue-phases-staircase .section-container {
    min-height: auto;
    padding-bottom: 406px;
}
.revenue-phases-staircase .section-container .phase-wrapper {
    bottom: 0;
    right: 52px;
    top: auto;
    transform: none;
}
}@media screen and (max-width:1279px) {
    .revenue-phases-staircase .section-container {
    padding-top: 139px;
}
.revenue-phases-staircase .section-container .info {
    max-width: 728px;
    width: 100%}
.revenue-phases-staircase .section-container .info .h3+* {
    margin-top: 26px;
}
.revenue-phases-staircase .section-container .info .anchor {
    margin-top: 31px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element.active .column-number:before {
    left: -13px;
}
.revenue-phases-staircase .section-container .phase-wrapper .list {
    bottom: 35px;
}
.revenue-phases-staircase .section-container .phase-wrapper .list li {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.revenue-phases-staircase .section-container .column-content .column-element {
    margin-top: 32px;
    max-width: 384px;
    padding: 18px 32px;
}
}@media screen and (max-width:1023px) {
    .revenue-phases-staircase .section-container {
    padding-bottom: 425px;
}
.revenue-phases-staircase .section-container .phase-wrapper {
    bottom: 32px;
    right: 57px;
    width: 568px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper {
    height: 732px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element {
    width: 81px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .image-wrapper img.image-column {
    margin-top: -21px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .column-number .title {
    display: none;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element.active .column-number:before {
    content: none;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:first-child .column-number {
    top: 100px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:first-child .image-wrapper>img.image-column {
    height: 54px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) {
    top: -38px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) .column-number {
    top: 127px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) .image-wrapper>img.image-column {
    height: 78px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) {
    top: -76px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) .column-number {
    top: 151px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) .image-wrapper>img.image-column {
    height: 101px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) {
    top: -116px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) .column-number {
    top: 151px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) .image-wrapper>img.image-column {
    height: 131px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) {
    top: -155px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) .column-number {
    top: 166px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) .image-wrapper>img.image-column {
    height: 180px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) {
    top: -194px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) .column-number {
    top: 169px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) .image-wrapper>img.image-column {
    height: 213px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) {
    top: -233px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) .column-number {
    top: 97px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) .image-wrapper>img.image-column {
    height: 236px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines {
    bottom: -39px;
    left: 56px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed {
    margin-bottom: 14px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed-gradient {
    justify-content: flex-start;
    width: 594px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed-gradient span:first-child {
    width: 49px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed-gradient span:nth-child(2) {
    margin: 0 38px;
    width: 324px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed-gradient span:nth-child(3) {
    width: 133px;
}
.revenue-phases-staircase .section-container .phase-wrapper .list {
    bottom: 5px;
    right: -41px;
}
.revenue-phases-staircase .section-container .column-content .column-element {
    margin-top: 36px;
    max-width: 356px;
    padding: 16px 22px;
}
.revenue-phases-staircase .section-container .column-content .column-element .column-number .index {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    padding-right: 16px;
}
.revenue-phases-staircase .section-container .column-content .column-element .column-info .info-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 28px;
}
.revenue-phases-staircase .section-container .column-content .column-element .column-info .p-2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:first-child .image-wrapper .animated img.image-column {
    height: 54px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) .image-wrapper .animated img.image-column {
    height: 78px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) .image-wrapper .animated img.image-column {
    height: 101px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) .image-wrapper .animated img.image-column {
    height: 131px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) .image-wrapper .animated img.image-column {
    height: 180px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) .image-wrapper .animated img.image-column {
    height: 213px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) .image-wrapper .animated img.image-column {
    height: 236px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .lines {
    width: calc(100% + 20px);
}
}@media screen and (max-width:767px) {
    .revenue-phases-staircase .section-container {
    flex-direction: column;
    padding-bottom: 50px;
    padding-top: 120px;
}
.revenue-phases-staircase .section-container .info .h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.revenue-phases-staircase .section-container .info .h3+* {
    margin-top: 18px;
}
.revenue-phases-staircase .section-container .info p+* {
    margin-top: 10px;
}
.revenue-phases-staircase .section-container .info .anchor {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 25px;
}
.revenue-phases-staircase .section-container .info .column-content {
    display: none;
}
.revenue-phases-staircase .section-container .phase-wrapper {
    bottom: auto;
    left: -5px;
    margin: 0 auto;
    position: relative;
    right: auto;
    width: 301px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper {
    height: 318px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element {
    width: 43px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .column-number .number-title {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    text-transform: lowercase;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .column-number .number-title:first-letter {
    text-transform: uppercase;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .column-number .index {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element .image-wrapper img.image-column {
    margin-top: -10px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:first-child {
    pointer-events: all;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:first-child .column-number {
    top: 56px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:first-child .image-wrapper>img.image-column {
    height: 28px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) {
    top: -20px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) .column-number {
    top: 80px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) .image-wrapper>img.image-column {
    height: 41px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) {
    top: -40px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) .column-number {
    top: 90px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) .image-wrapper>img.image-column {
    height: 53px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) {
    top: -61px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) .column-number {
    top: 95px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) .image-wrapper>img.image-column {
    height: 69px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) {
    top: -83px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) .column-number {
    top: 94px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) .image-wrapper>img.image-column {
    height: 95px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) {
    top: -102px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) .column-number {
    top: 96px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) .image-wrapper>img.image-column {
    height: 112px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) {
    pointer-events: all;
    top: -123px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) .column-number {
    top: 54px;
}
.revenue-phases-staircase .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) .image-wrapper>img.image-column {
    height: 124px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines {
    bottom: -21px;
    left: 28px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed {
    height: 2px;
    margin-bottom: 7px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed-gradient {
    height: 2px;
    width: 335px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed-gradient span:first-child {
    width: 25px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed-gradient span:nth-child(2) {
    margin: 0 23px;
    width: 167px;
}
.revenue-phases-staircase .section-container .phase-wrapper .lines .dashed-gradient span:nth-child(3) {
    width: 95px;
}
.revenue-phases-staircase .section-container .phase-wrapper .list {
    bottom: auto;
    left: 7;
    right: auto;
    top: 40px;
}
.revenue-phases-staircase .section-container .phase-wrapper .list li {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
}
.revenue-phases-staircase .section-container .phase-wrapper .list li span {
    height: 2px;
    width: 16px;
}
.revenue-phases-staircase .section-container .phase-wrapper .list li:first-child span:after, .revenue-phases-staircase .section-container .phase-wrapper .list li:first-child span:before {
    height: 2px;
}
.revenue-phases-staircase .section-container .phase-wrapper+.column-content {
    display: block;
}
.revenue-phases-staircase .section-container .column-content .column-element {
    margin-top: 42px;
    max-width: 100%;
    padding: 12px 16px;
}
.revenue-phases-staircase .section-container .column-content .column-element .column-info .info-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:first-child .image-wrapper .animated img.image-column {
    height: 28px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(2) .image-wrapper .animated img.image-column {
    height: 41px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(3) .image-wrapper .animated img.image-column {
    height: 53px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(4) .image-wrapper .animated img.image-column {
    height: 69px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(5) .image-wrapper .animated img.image-column {
    height: 95px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(6) .image-wrapper .animated img.image-column {
    height: 112px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .column-wrapper .column-element:nth-child(7) .image-wrapper .animated img.image-column {
    height: 124px;
}
.revenue-phases-staircase.visible-on-screen .section-container .phase-wrapper .lines {
    width: calc(100% + 35px);
}
}.title-and-gradient-columns .section-container {
    align-items: center;
    flex-direction: column;
}
.title-and-gradient-columns .section-container .h3 {
    text-align: center;
}
.title-and-gradient-columns .section-container .h3 span {
    color: #10E5A5;
}
.title-and-gradient-columns .section-container .h3+.columns-wrapper {
    margin-top: 110px;
}
.title-and-gradient-columns .section-container .columns-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list {
    border-top: 3px dashed transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 24px 0 56px;
    position: relative;
    width: 100%}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item {
    font-size: 16px;
    font-weight: 900;
    line-height: 28px;
    opacity: 0;
    position: relative;
    transform: translateY(15px);
    transition: transform, opacity .3s ease;
    width: 168px;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item:before {
    background: #80a1b8;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 6px;
    position: absolute;
    top: -30px;
    width: 10px;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item:after {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid #80a1b8;
    border-radius: 50%;
    content: "";
    height: 24px;
    left: -1px;
    position: absolute;
    top: -37px;
    width: 24px;
    z-index: -1;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item:nth-last-child(3) {
    margin-left: 4%}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item:nth-last-child(2) {
    margin-left: 10.7%}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item:last-child {
    margin: 0 2.7% 0 8.5%}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item:nth-child(2) {
    transition-delay: .25s;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item:nth-child(3) {
    transition-delay: .5s;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item:nth-child(4) {
    transition-delay: .75s;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item:nth-child(5) {
    transition-delay: 1s;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .line {
    border-top: 3px dashed #80a1b8;
    height: 3px;
    left: 0;
    position: absolute;
    top: -3px;
    transition: 1s ease;
    width: 0;
    z-index: -1;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list:before {
    background: #80a1b8;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: -9px;
    position: absolute;
    top: -9px;
    width: 16px;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list:after {
    border-bottom: 9px solid transparent;
    border-left: 16px solid #80a1b8;
    border-top: 9px solid transparent;
    content: "";
    height: 18px;
    position: absolute;
    right: 100%;
    top: -11px;
    transition: 1s ease;
    width: 16px;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns {
    display: flex;
    flex-wrap: wrap;
    left: -20px;
    min-width: calc(100% + 40px);
    position: relative;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem {
    margin: 0 20px;
    opacity: 0;
    transform: translateY(15px);
    transition: transform, opacity .3s ease;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .column-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 32px;
    width: 100%}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .column-item p {
    margin-bottom: 0;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .column-item .year {
    font-weight: 900;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .column-item .year+* {
    margin-top: 32px;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .column-item .title {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .column-item .title+* {
    margin-top: 16px;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .item {
    display: none;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem:first-child {
    max-width: 523px;
    transition-delay: .33s;
    width: calc(42% - 40px);
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem:first-child .column-item {
    background: linear-gradient(227.59deg, rgba(36, 34, 86, .01) 6.52%, #212121 92.38%);
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem:nth-child(2) {
    max-width: 411px;
    transition-delay: .66s;
    width: calc(33% - 40px);
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem:nth-child(2) .column-item {
    background: linear-gradient(46.65deg, #0c9d60 -3.21%, rgba(8, 230, 208, 0) 102.28%);
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem:nth-child(3) {
    max-width: 298px;
    transition-delay: 1s;
    width: calc(25% - 40px);
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem:nth-child(3) .column-item {
    background: linear-gradient(227.59deg, rgba(36, 34, 86, .01) 6.52%, #14397e 92.38%);
}
.title-and-gradient-columns.visible-on-screen .section-container .columns-wrapper .years-list:after {
    right: -4px;
}
.title-and-gradient-columns.visible-on-screen .section-container .columns-wrapper .years-list .line {
    width: 100%}
.title-and-gradient-columns.visible-on-screen .section-container .columns-wrapper .columns .column-elem, .title-and-gradient-columns.visible-on-screen .section-container .columns-wrapper .years-list .item {
    opacity: 1;
    transform: none;
}
@media screen and (max-width:1279px) {
    .title-and-gradient-columns .section-container .h3+.columns-wrapper {
    margin-top: 52px;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list {
    padding-bottom: 31px;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item {
    font-size: 14px;
    line-height: 24px;
    width: 160px;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item:nth-last-child(3) {
    margin-left: 0;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item:nth-last-child(2) {
    margin-left: 10%}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item:last-child {
    margin: 0 0 0 11%}
.title-and-gradient-columns .section-container .columns-wrapper .columns {
    left: -12px;
    min-width: calc(100% + 24px);
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem {
    margin: 0 12px;
    max-width: calc(33.33333% - 24px)!important;
    width: calc(33.33333% - 24px)!important;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .column-item {
    padding: 40px 32px 40px 35px;
}
}@media screen and (max-width:992px) {
    .title-and-gradient-columns .section-container .h3 {
    text-align: left;
    width: 100%}
.title-and-gradient-columns .section-container .h3+.columns-wrapper {
    margin-top: 48px;
}
.title-and-gradient-columns .section-container .columns-wrapper {
    justify-content: space-between;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list {
    border-left: 3px dashed transparent;
    border-top: none;
    left: 7px;
    margin-bottom: 5px;
    padding-bottom: 0;
    width: 16px;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .line {
    border-left: 3px dashed #80a1b8;
    height: 0;
    left: -3px;
    top: 0;
    width: 3px;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .item {
    display: none;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list:after {
    bottom: 100%;
    right: 6px;
    top: auto;
    transform: rotate(90deg);
}
.title-and-gradient-columns .section-container .columns-wrapper .columns {
    left: 0;
    min-width: auto;
    width: calc(100% - 36px);
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem {
    display: flex;
    flex-direction: column;
    margin: 0 0 16px;
    max-width: 100%!important;
    width: 100%!important;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .column-item {
    padding: 40px 32px 40px 35px;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .column-item .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .item {
    display: block;
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;
    margin-top: 16px;
    position: relative;
    width: 100%}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .item:before {
    background: #80a1b8;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: -31px;
    position: absolute;
    top: 9px;
    width: 7px;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .item:after {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid #80a1b8;
    border-radius: 50%;
    content: "";
    height: 17px;
    left: -36px;
    position: absolute;
    top: 4px;
    width: 17px;
    z-index: -1;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem:last-child {
    margin-bottom: 0;
}
.title-and-gradient-columns.visible-on-screen .section-container .columns-wrapper .years-list:after {
    bottom: -5px;
    right: 6px;
}
.title-and-gradient-columns.visible-on-screen .section-container .columns-wrapper .years-list .line {
    height: 100%;
    width: 3px;
}
}@media screen and (max-width:767px) {
    .title-and-gradient-columns {
    padding-bottom: 50px;
    padding-top: 58px;
}
.title-and-gradient-columns .section-container .h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.title-and-gradient-columns .section-container .h3+.columns-wrapper {
    margin-top: 42px;
}
.title-and-gradient-columns .section-container .columns-wrapper {
    width: 100%}
.title-and-gradient-columns .section-container .columns-wrapper .years-list {
    left: 3px;
    z-index: -1;
}
.title-and-gradient-columns .section-container .columns-wrapper .years-list .line {
    z-index: 1;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns {
    width: calc(100% - 25px);
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .column-item {
    padding: 24px;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .column-item .year+* {
    margin-top: 12px;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .column-item .title+* {
    margin-top: 6px;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .column-item .text {
    font-size: 14px;
    line-height: 24px;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .item {
    margin-top: 12px;
    max-width: 260px;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .item:before {
    left: -24px;
}
.title-and-gradient-columns .section-container .columns-wrapper .columns .column-elem .item:after {
    left: -29px;
}
}.title-and-text-with-image {
    padding: 80px 0;
}
.title-and-text-with-image .section-container {
    align-items: center;
    justify-content: space-between;
}
.title-and-text-with-image .section-container .info {
    max-width: 636px;
    width: 48%}
.title-and-text-with-image .section-container .info .h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 0;
    text-align: left;
}
.title-and-text-with-image .section-container .info .h3 span {
    color: #10E5A5;
}
.title-and-text-with-image .section-container .info .h3+p {
    margin-top: 24px;
}
.title-and-text-with-image .section-container .info p {
    margin-bottom: 0;
}
.title-and-text-with-image .section-container img {
    height: auto;
    max-width: 523px;
    width: 48%}
.title-and-text-with-image.image_left .section-container img {
    order: 0;
}
.title-and-text-with-image.image_left .section-container .info {
    order: 1;
}
@media screen and (max-width:1279px) {
    .title-and-text-with-image {
    padding: 60px 0;
}
.title-and-text-with-image .section-container .info {
    max-width: 468px;
    width: calc(50% - 20px);
}
.title-and-text-with-image .section-container .info .h3 {
    font-size: 28px;
    line-height: 36px;
}
.title-and-text-with-image .section-container .info .h3+p {
    margin-top: 16px;
}
.title-and-text-with-image .section-container img {
    max-width: 452px;
    width: calc(50% - 20px);
}
}@media screen and (max-width:992px) {
    .title-and-text-with-image {
    padding: 50px 0;
}
.title-and-text-with-image .section-container .info {
    max-width: 356px;
}
.title-and-text-with-image .section-container .info .h3+p {
    margin-top: 24px;
}
.title-and-text-with-image .section-container img {
    max-width: 340px;
}
}@media screen and (max-width:767px) {
    .title-and-text-with-image {
    padding: 40px 0;
}
.title-and-text-with-image .section-container .info {
    max-width: 100%;
    order: 0!important;
    width: 100%}
.title-and-text-with-image .section-container .info .h3+p {
    margin-top: 24px;
}
.title-and-text-with-image .section-container img {
    margin: 20px auto 0;
    max-width: 288px;
    order: 1!important;
    width: 100%}
}.text-with-list-and-image .section-container {
    align-items: center;
    justify-content: space-between;
}
.text-with-list-and-image .section-container .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 749px;
    width: calc(58% - 20px);
}
.text-with-list-and-image .section-container .info .h3 {
    text-align: left;
}
.text-with-list-and-image .section-container .info .h3 span {
    color: #10E5A5;
}
.text-with-list-and-image .section-container .info .h3+* {
    margin-top: 24px;
}
.text-with-list-and-image .section-container .info p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
    max-width: 636px;
}
.text-with-list-and-image .section-container .info .list-wrapper {
    margin-top: 16px;
}
.text-with-list-and-image .section-container img {
    max-width: 568px;
    width: calc(42% - 20px);
}
.text-with-list-and-image .section-container .list-wrapper {
    background-image: repeating-linear-gradient(0deg, #df4e55, #df4e55 8px, transparent 0, transparent 17px), repeating-linear-gradient(90deg, #df4e55, #df4e55 8px, transparent 0, transparent 17px), repeating-linear-gradient(180deg, #df4e55, #df4e55 8px, transparent 0, transparent 17px), repeating-linear-gradient(270deg, #df4e55, #df4e55 8px, transparent 0, transparent 17px);
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 24px 32px;
}
.text-with-list-and-image .section-container .list-wrapper .list-item {
    display: flex;
    flex-wrap: wrap;
}
.text-with-list-and-image .section-container .list-wrapper .list-item span {
    display: block;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 20px;
}
.text-with-list-and-image .section-container .list-wrapper .list-item ul {
    display: flex;
    flex-direction: column;
}
.text-with-list-and-image .section-container .list-wrapper .list-item ul li {
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.text-with-list-and-image .section-container .list-wrapper .list-item+.list-item {
    margin-left: 40px;
}
@media screen and (max-width:1279px) {
    .text-with-list-and-image .section-container {
    align-items: flex-start;
}
.text-with-list-and-image .section-container .info {
    max-width: 468px;
    width: calc(51% - 20px);
}
.text-with-list-and-image .section-container .info p {
    max-width: 468px;
}
.text-with-list-and-image .section-container img {
    max-width: 452px;
    width: calc(49% - 20px);
}
}@media screen and (max-width:992px) {
    .text-with-list-and-image .section-container {
    align-items: center;
    flex-direction: column;
}
.text-with-list-and-image .section-container .info {
    max-width: 100%;
    width: 100%}
.text-with-list-and-image .section-container .info p {
    max-width: 100%}
.text-with-list-and-image .section-container img {
    margin-top: 40px;
    max-width: 438px;
    width: 100%}
}@media screen and (max-width:767px) {
    .text-with-list-and-image {
    padding-bottom: 50px;
    padding-top: 50px;
}
.text-with-list-and-image .section-container {
    align-items: center;
    flex-direction: column;
}
.text-with-list-and-image .section-container .info .h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.text-with-list-and-image .section-container .info .h3+* {
    margin-top: 16px;
}
.text-with-list-and-image .section-container .info p {
    margin-bottom: 12px;
    max-width: 100%}
.text-with-list-and-image .section-container .info .list-wrapper {
    flex-direction: column;
    margin-top: 12px;
    padding: 20px 24px;
    width: 100%}
.text-with-list-and-image .section-container .info .list-wrapper .list-item span {
    margin-right: 16px;
    min-width: 46px;
}
.text-with-list-and-image .section-container .info .list-wrapper .list-item+.list-item {
    margin-left: 0;
    margin-top: 20px;
}
}.title-with-text-and-phases-list {
    align-items: center;
    display: flex;
    justify-content: center;
}
.title-with-text-and-phases-list .section-container {
    align-items: center;
    justify-content: space-between;
}
.title-with-text-and-phases-list .section-container .info {
    max-width: 636px;
    width: calc(100% - 514px);
}
.title-with-text-and-phases-list .section-container .info .h3 {
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    text-align: left;
}
.title-with-text-and-phases-list .section-container .info .h3 span {
    color: #10E5A5;
}
.title-with-text-and-phases-list .section-container .info .h3+* {
    margin-top: 24px;
}
.title-with-text-and-phases-list .section-container .info .p-2 {
    margin-bottom: 0;
}
.title-with-text-and-phases-list .section-container .phase-wrapper {
    display: flex;
    flex-direction: column-reverse;
    max-width: 514px;
    width: 100%}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row {
    align-items: center;
    display: flex;
    height: 74px;
    width: 100%}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row:not(:last-child) {
    margin-top: 24px;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .item {
    width: 100%}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element {
    align-items: center;
    border: 4px solid;
    border-radius: 100px;
    display: flex;
    height: 74px;
    min-width: 210px;
    padding: 16px 21px;
    position: relative;
    width: 210px;
    z-index: 1;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element :not(.shadow):not(.background):not(.phase-number):not(span) {
    color: #fff;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .phase-number {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: Archia, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .phase-number span small {
    color: #fff;
    font-size: inherit;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .phase-number .number-title {
    color: #fff;
    font-family: HKSentiments, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .phase-number .title {
    display: none;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .phase-info {
    font-family: HKSentiments, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 10px;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .lines {
    bottom: calc(100% + 4px);
    height: 63px;
    left: 40px;
    position: absolute;
    width: 32px;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .lines:after, .title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .lines:before {
    border-color: #80a1b8;
    border-style: dashed;
    content: "";
    left: 0;
    position: absolute;
    transition: width, height .3s linear;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .lines:after {
    border-top-width: 2px;
    left: 0;
    transition-delay: .8s;
    width: 0;
    width: 100%}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .lines:before {
    border-left-width: 2px;
    bottom: 0;
    height: 0;
    height: 100%;
    transition-delay: .5s;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row:last-child .phase-element .lines {
    display: none;
}
@media screen and (max-width:1279px) {
    .title-with-text-and-phases-list {
    padding-top: 41px;
}
.title-with-text-and-phases-list .section-container .info {
    max-width: 468px;
    width: calc(100% - 468px);
}
.title-with-text-and-phases-list .section-container .info .h3 {
    font-size: 28px;
    line-height: 36px;
}
.title-with-text-and-phases-list .section-container .info .h3+* {
    margin-top: 16px;
}
.title-with-text-and-phases-list .section-container .phase-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 452px;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .lines {
    height: 49px;
    width: 20px;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row:not(:last-child) {
    margin-top: 12px;
}
}@media screen and (max-width:992px) {
    .title-with-text-and-phases-list .section-container .info {
    max-width: 356px;
    width: calc(100% - 335px);
}
.title-with-text-and-phases-list .section-container .phase-wrapper {
    width: 335px;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .lines {
    display: none;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row:not(:last-child) {
    margin-top: 8px;
}
}@media screen and (max-width:767px) {
    .title-with-text-and-phases-list .section-container {
    flex-direction: column;
}
.title-with-text-and-phases-list .section-container .info {
    max-width: 100%;
    width: 100%}
.title-with-text-and-phases-list .section-container .info .h3 {
    font-weight: 600;
}
.title-with-text-and-phases-list .section-container .info .h3+* {
    margin-top: 16px;
}
.title-with-text-and-phases-list .section-container .info+.phase-wrapper {
    margin-top: 14px;
}
.title-with-text-and-phases-list .section-container .phase-wrapper {
    flex-direction: column;
    max-width: 100%;
    width: 100%}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row {
    height: auto;
    margin-top: 15px!important;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .item {
    display: none;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element {
    align-items: flex-start;
    border: none;
    border-radius: 0;
    flex-direction: column;
    height: auto;
    min-width: 100%;
    padding: 0;
    width: 100%}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .phase-number {
    align-items: center;
    border: none;
    border-radius: 0;
    flex-direction: row;
    height: auto;
    justify-content: flex-start;
    left: -4px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 40px 0 0;
    pointer-events: none;
    position: relative;
    width: calc(100% + 8px);
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .phase-number .number-title {
    display: none;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .phase-number .title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 12px;
    width: calc(100% - 32px);
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .phase-number span {
    align-items: center;
    border: 2px solid;
    border-color: initial;
    border-radius: 50%;
    border-radius: 100px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    line-height: 28px;
    width: 32px;
}
.title-with-text-and-phases-list .section-container .phase-wrapper .phase-row .phase-element .phase-info {
    display: none;
}
}.title-with-text-and-list .section-container {
    align-items: flex-start;
    justify-content: space-between;
}
.title-with-text-and-list .section-container .info {
    max-width: 523px;
    width: calc(40% - 20px);
}
.title-with-text-and-list .section-container .info .h3 {
    text-align: left;
}
.title-with-text-and-list .section-container .info .h3+* {
    margin-top: 24px;
}
.title-with-text-and-list .section-container .info p {
    margin-bottom: 0;
}
.title-with-text-and-list .section-container ul {
    max-width: 749px;
    width: calc(60% - 20px);
}
.title-with-text-and-list .section-container ul li {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    padding-left: 24px;
    position: relative;
    width: 100%}
.title-with-text-and-list .section-container ul li:before {
    background: #10E5A5;
    border-radius: 100px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 8px;
}
.title-with-text-and-list .section-container ul li:not(:first-child) {
    margin-top: 23px;
}
@media screen and (max-width:1279px) {
    .title-with-text-and-list {
    padding-bottom: 0;
    padding-top: 40px;
}
.title-with-text-and-list .section-container .info {
    width: calc(40% - 12px);
}
.title-with-text-and-list .section-container .info+ul {
    margin-top: 24px;
}
.title-with-text-and-list .section-container ul {
    width: calc(59% - 20px);
}
}@media screen and (max-width:992px) {
    .title-with-text-and-list {
    padding-bottom: 23px;
    padding-top: 19px;
}
.title-with-text-and-list .section-container .info, .title-with-text-and-list .section-container ul {
    max-width: 100%;
    width: 100%}
.title-with-text-and-list .section-container ul li {
    font-size: 16px;
    line-height: 28px;
}
.title-with-text-and-list .section-container ul li:not(:first-child) {
    margin-top: 16px;
}
}
@media screen and (max-width:767px) {
    .title-with-text-and-list {
    padding-bottom: 50px;
    padding-top: 50px;
}
.title-with-text-and-list .section-container .info .h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}
.title-with-text-and-list .section-container .info .h3+* {
    margin-top: 17px;
}
.title-with-text-and-list .section-container .info+ul {
    margin-top: 16px;
}
.title-with-text-and-list .section-container ul li:not(:first-child) {
    margin-top: 8px;
}
}
@media screen and (max-width:480px) {
    .hero-with-customers-logos .section-container .img { margin-top:0;}
    .craft-wrap .h3 { font-size:20px; line-height:36px; font-weight:500;}
    .craft-wrap .grid_view { grid-template-columns: 1fr;}
    .others { margin-top:20px;}
    .percent .item { margin-bottom:5px;}
    .testimonials img { width:100px !important;height:100px;margin: 0 auto;}
}