
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Semibold.woff') format('woff2'),
    url('fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
.hero-block {
    position: relative;
    width: 100%;
    /* max-width: 1920px; */
    height: max-content;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .hero-block-bg {
        position: absolute;
        height: 455px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url(../img/bg-tools-block.png);
        left: 50%;
        transform: translate(-50%, 0) rotate(0deg);
        top: -250px;
        background-size: contain;
        z-index: 10;
        clip-path: polygon(0 53%, 100% 0, 100% 100%, 0% 100%);
        opacity: 0.5;
    }
}
.hero-block-bg-bottom {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url("../img/bg-white-rose.png");
    background-size: cover;
    background-position: center;
}
.hero-block-step {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 1250px;
    height: 100%;
    max-height: max-content;
    padding: 0 20px 100px 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.main-block-step {
    width: 100%;
    max-width: 535px;
    margin-right: 35px;
    height: min-content;
    border-radius: 12px;
}
@media screen and (min-width: 1000px) {
    .main-block-step {
        position: sticky;
        top: 150px;
        height: fit-content;
    }
}
.main-block-step img{
    border-radius: 12px 12px 0 0;
}
.main-block-step-content {
    height: 100%;
    /*min-height: 326px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    background: linear-gradient(69.63deg, #6D44B7 0%, #23B7B4 100%);
    padding: 40px;
    border-radius: 0 0 12px 12px;
    margin-top: -10px;
}
.main-block-step-content h2{
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0;
    color: #ffffff;
}
.main-block-step-content span{
    font-family: Proxima Nova;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #ffffff;
}
.main-block-step-content a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    width: 187px;
    height: 46px;
    display: flex;
    align-items: center;
    background: #ffffff;
    color: #000;
    opacity: 1;
    gap: 10px;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-radius: 8px;
}
.block-steps {
    width: 100%;
    max-width: 680px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.block-step {
    width: 100%;
    max-width: 680px;
    height: min-content;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(230, 230, 230, 1);
}
.block-step-title {
    display: flex;
    align-items: center;
    gap: 24px;
}
.block-step-content h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: rgba(34, 34, 34, 1);
}
.block-step-price {
    display: flex;
    align-items: center;
}
.block-step-price p {
    padding: 0 10px;
    font-family: Proxima Nova;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);

}
.block-step-price .separator {
    width: 1px;
    height: 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0 10px;
}
.block-step-text {
    display: flex;
    flex-direction: column;
    padding: 24px 0 0;
    gap: 16px;
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.block-step-text ul {
    margin-bottom: 0;
}

.capabilities-block-bg {
    width: 100%;
    /* max-width: 1920px; */
    margin: 0 auto;
    padding: 100px 20px;
    background: linear-gradient(68.82deg, #6D44B7 0%, #23B7B4 125.3%);
}
.capabilities-block {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}
.capabilities-title h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 48px;
}
.capabilities-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.capabilitie-item {
    width: 100%;
    max-width: 404px;
    height: max-content;
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
}
.capabilitie-item h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    padding: 0;
    color: rgba(255, 255, 255, 1);
}
.capabilitie-item p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    color: rgba(255, 255, 255, 1);
}
.tools-block-bg {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    height: 400px;
    margin: 0 auto;
    padding: 100px 20px;
    background-image: url("../img/bg-tools-block.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.tools-block-bg::after {
    content: "";
    display: block;
    width: 65%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.tools-block {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
.tools-block .tools-title h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    margin: 0 0 30px;
    color: rgba(34, 34, 34, 1);
}
.tools-content {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.innovations-block-bg {
    position: relative;
    width: 100%;
    /* max-width: 1920px; */
    height: 100%;
    max-height: max-content;
    margin: 0 auto;
    padding: 100px 20px;
    background-image: url("../img/bg-white-rose.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.innovations-block {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
}
@media (min-width: 1000px) {
    .innovations-block {
        margin: 0 auto 100px;
    }
}
.innovations-block .innovations-title {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}
.innovations-block .innovations-title h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 70px;
    color: rgba(34, 34, 34, 1);
}
.innovations-block a {
    width: 140px;
    height: 46px;
    display: flex;
    justify-content: space-evenly;
    opacity: 1;
    gap: 10px;
    border-radius: 8px;
    border-width: 1px;
    padding: 10px;
    color: rgba(34, 34, 34, 1);
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0;

}
body.material .nectar-button.has-icon span.innovations-block-see-more {
    transform: translateX(-30px);
}
.see-more {
    right: 14px;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 32px;
    height: 32px;
    width: 32px;
}
.innovations-block .innovations-content {
    height: 460px;
    display: flex;
    align-items: center;
    gap: 32px;
}
.innovations-block .innovations-content a {
    width: 100%;
    max-width: 393px;
    height: inherit;
    border-radius: 12px;
}
.innovations-block .innovation-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    border-radius: 0 0 12px 12px;
}
.innovations-block .innovations-item img {
    border-radius: 12px 12px 0 0;
    max-width: 395px;
    width: 395px;
    max-height: 240px;
    height: 100%;
    object-fit: cover;
}
.innovations-block .innovations-item h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
    color: rgba(34, 34, 34, 1);
}
.innovations-block .innovations-item span {
    font-family: Proxima Nova;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: rgba(34, 34, 34, 1);
}
.innovations-slider {
  overflow: hidden;
  position: relative;
}

.innovations-content {
  display: flex;
  gap: 32px;
  transition: transform 0.5s ease;
}
.slider-arrows button {
  background: #fff;
  border: 2px solid rgba(0, 188, 180, 1);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 20px;
  cursor: pointer;
  z-index: 100;
  color: #000;
}

.slider-arrows button.prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 5px;
}
.slider-arrows button.next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 5px;
}


.answers-block-bg {
    width: 100%;
    max-width: 1920px;
    height: max-content;
    margin: 0 auto;
    padding: 100px 20px;
    background: rgba(255, 255, 255, 1);
}
.answers-block {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 10px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
}
.answers-title {
    width: 100%;
    max-width: 392px;
}
.answers-title h2{
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    color: rgba(34, 34, 34, 1);
}
.answers-content {
    width: 100%;
    max-width: 823px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.answers-content .item-answer{
    width: 823px;
    height: max-content;
    min-height: 82px;
    justify-content: space-between;
    opacity: 1;
    border-radius: 12px;
    border-width: 1px;
    padding: 24px;
    border: 1px solid rgba(230, 230, 230, 1);
}
.answers-content .item-answer .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}
.answers-content .item-answer h3 {
    width: 100%;
    margin: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(34, 34, 34, 1);
}
.circle-plus {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #333;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-plus::before,
.circle-plus::after {
    content: '';
    position: absolute;
    background-color: #333;
}

.circle-plus::before {
    width: 60%;
    height: 2px;
}

.circle-plus::after {
    width: 2px;
    height: 60%;
}
.circle-minus {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #333;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-minus::before,
.circle-minus::after {
    content: '';
    position: absolute;
    background-color: #333;
}

.circle-minus::before {
    width: 60%;
    height: 2px;
}

.answers-content .answer-text {
    display: none;
    max-width: 700px;
    width: 90%;
}
.answers-content .answer-text p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(34, 34, 34, 1);

}


.contact-block-bg {
    position: relative;
    width: 100%;
    /* max-width: 1920px; */
    height: 100%;
    max-height: 406px;
    margin: 0 auto;
    padding: 120px 0;
    background-image: url('../img/bg-contact-block.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-block-bg:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.7);
}
.contact-block-content {
    position: relative;
    z-index: 3;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 166px;
}
.contact-block-button-mobile {
    display: none !important;
}
.contact-block-button,
.contact-block-button-mobile {
    width: 178px;
    height: 56px;
    background: transparent;
    border: 2px solid rgba(0, 188, 180, 1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.contact-block-button span,
.contact-block-button-mobile span {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
}

/* Logo Loop */
.tools-content {
    position: absolute;
    overflow: hidden;
    left: 0px;
    white-space: nowrap;
    display: flex;
}
.tools-content {
    /* animation: logomoveleft 20s linear infinite; */
}
@keyframes logomoveleft {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-50%, 0);
    }
}
@media (max-width: 767px) {
    .tools-content {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}
/* End Logo Loop */

@media (max-width: 1150px) {
    .answers-block-bg {
        padding: 50px 20px;
    }
    .answers-block {
        flex-direction: column;
        align-items: center;
    }
    .answers-title h2 {
       margin-bottom: 30px;
    }
    .answers-title {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 1000px) {
    #header-secondary-outer {
        display: none;
    }
    .main-content #fws_689b886c1100f .row-bg-wrap {
        margin-left: -50vw!important;
        width: 100vw !important;
    }
    .main-content h1 {
        line-height: 50px;
    }
    .nectar-shape-divider-wrap polygon{
        display: none;
    }
    .hero-block-step {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main-block-step {
        max-width: 680px;
        margin-right: 0;
        display: flex;
        flex-direction: column;
    }
    .main-block-step img {
        width: inherit;
    }
    .main-block-step-content {
        height: 292px;
        justify-content: center;
        gap: 24px;
    }
    .main-block-step-content h2 {
        font-size: 32px;
    }
    .main-block-step-content span {
        font-size: 16px;
    }
    .main-block-step-content a {
        width: 100%;
        max-width: 311px;
        margin: 0 auto;
        justify-content: center;
    }
    .answers-content .item-answer {
        width: 100%;
    }
    .circle-plus,
    .circle-minus {
        width: 21px;
        height: 20px;
    }
}

@media (max-width: 700px) {
    .vc_row.top-level.full-width-section:not(.full-width-ns) > .span_12 {
        padding-top: 120px !important;
    }
    .slider-arrows button {
        display: none!important;
    }
    .container.main-content .wpb_wrapper {
        text-align: left !important;
    }
    h1 {
        font-size: 48px !important;
    }
    .wpb_text_column.wpb_content_element .wpb_wrapper p {
        font-size: 20px !important;
    }
    .hero-block-step {
        padding: 0;
    }
    .main-block-step img,
    .main-block-step-content {
        border-radius: 0;
    }
    .block-steps {
        padding: 20px;
    }
    .block-step-content h4 {
        font-size: 20px;
    }
    .block-step-text span,
    .block-step-text strong,
    .block-step-text span li {
        font-size: 16px;
        line-height: 24px;
    }
    .capabilities-block-bg {
        padding: 50px 20px;
        background: linear-gradient(87.52deg, #6D44B7 0%, #23B7B4 154.33%);
    }
    .capabilities-title h2 {
        font-size: 30px;
    }
    .capabilitie-item h4 {
        font-size: 20px;
    }
    .tools-block .tools-title h2 {
        font-size: 30px;
    }
    .tools-block-bg {
        height: 400px;
        padding: 50px 20px;
        background: #fff;
    }
    .innovations-block-bg {
        padding: 50px 20px;
    }
    .innovations-block {
        height: 100%;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .innovations-block .innovations-content {
        height: max-content;
        overflow-x: scroll;
        align-items: flex-start;
        margin-top: 15px;
    }
    .innovations-block .innovations-content a:nth-child(4) {
        opacity: 1;
        pointer-events: all;
    }
    .innovations-block .innovations-content a,
    .innovations-item,
    .innovations-item img {
        width: 300px;
    }
    .innovations-item img {
        max-width: 100% !important;
        max-height: 150px !important;
        object-fit: cover !important;
    }
    .innovations-block .innovations-title h2 {
        width: 100%;
        font-size: 30px;
        margin-bottom: 0;
    }
    .innovations-block .innovations-item h4 {
        font-size: 20px;
    }
    .innovations-block .contact-block-button {
        display: none !important;
    }
    .innovations-block .contact-block-button-mobile {
        display: flex !important;
        justify-content: center;
        width: 100%;
        height: 46px;
        max-width: 343px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .answers-title h2 {
        font-size: 30px;
    }
    .answers-content .item-answer h3 {
        font-size: 18px;
    }
    .contact-block-bg {
        padding: 100px 25px;
        background-position: right bottom;
    }
    .contact-block-content {
        height: 200px;
    }
    .contact-block-content h2 {
        font-size: 40px;
        font-family: Poppins;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0;
        text-align: center;
    }
}